@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);.p-component,.p-component * {
    box-sizing: border-box
}

.p-hidden {
    display: none
}

.p-hidden-space {
    visibility: hidden
}

.p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.p-hidden-accessible input,.p-hidden-accessible select {
    transform: scale(0)
}

.p-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.p-disabled,.p-disabled * {
    cursor: default!important;
    pointer-events: none
}

.p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-overflow-hidden {
    overflow: hidden
}

.p-unselectable-text {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.p-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

@keyframes p-fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

button,input[type=button],input[type=file]::-webkit-file-upload-button,input[type=reset],input[type=submit] {
    border-radius: 0
}

.p-link {
    text-align: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.p-sr-only {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important
}

.p-connected-overlay {
    opacity: 0;
    transform: scaleY(.8);
    transition: transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)
}

.p-connected-overlay-visible {
    opacity: 1;
    transform: scaleY(1)
}

.p-connected-overlay-hidden {
    opacity: 0;
    transform: scaleY(1);
    transition: opacity .1s linear
}

.p-toggleable-content.ng-animating {
    overflow: hidden
}

.p-badge {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0 .5rem
}

.p-overlay-badge {
    position: relative
}

.p-overlay-badge .p-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    transform-origin: 100% 0;
    margin: 0
}

.p-badge-dot {
    width: .5rem;
    min-width: .5rem;
    height: .5rem
}

.p-badge-dot,.p-badge-no-gutter {
    border-radius: 50%;
    padding: 0
}

.p-button {
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative
}

.p-button-label {
    flex: 1 1 auto
}

.p-button-icon-right {
    order: 1
}

.p-button:disabled {
    cursor: default
}

.p-button-icon-only {
    justify-content: center
}

.p-button-icon-only .p-button-label {
    visibility: hidden;
    width: 0;
    flex: 0 0 auto
}

.p-button-vertical {
    flex-direction: column
}

.p-button-icon-bottom {
    order: 2
}

.p-buttonset .p-button {
    margin: 0
}

.p-buttonset .p-button:not(:last-child) {
    border-right: 0
}

.p-buttonset .p-button:not(:first-of-type):not(:last-of-type) {
    border-radius: 0
}

.p-buttonset .p-button:first-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.p-buttonset .p-button:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.p-buttonset .p-button:focus {
    position: relative;
    z-index: 1
}

.p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: bottom
}

.p-checkbox-disabled {
    cursor: default!important;
    pointer-events: none
}

.p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center
}

p-checkbox {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center
}

.p-checkbox-label {
    line-height: 1
}

.p-colorpicker-panel .p-colorpicker-color {
    background: transparent url(color.6441e63a57ccc5105bad.png) no-repeat 0 0
}

.p-colorpicker-panel .p-colorpicker-hue {
    background: transparent url(hue.f8505bd4d6f3e3aa435b.png) no-repeat 0 0
}

.p-inputtext {
    margin: 0
}

.p-fluid .p-inputtext {
    width: 100%
}

.p-inputgroup {
    display: flex;
    align-items: stretch;
    width: 100%
}

.p-inputgroup-addon {
    display: flex;
    align-items: center;
    justify-content: center
}

.p-inputgroup .p-float-label {
    display: flex;
    align-items: stretch;
    width: 100%
}

.p-fluid .p-inputgroup .p-inputtext,.p-inputgroup .p-inputtext {
    flex: 1 1 auto;
    width: 1%
}

.p-float-label {
    display: block;
    position: relative
}

.p-float-label label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -.5rem;
    transition-property: all;
    transition-timing-function: ease;
    line-height: 1
}

.p-float-label textarea~label {
    top: 1rem
}

.p-float-label .p-inputwrapper-filled~label,.p-float-label .p-inputwrapper-focus~label,.p-float-label input.p-filled~label,.p-float-label input:focus~label,.p-float-label textarea.p-filled~label,.p-float-label textarea:focus~label {
    top: -.75rem;
    font-size: 12px
}

.p-float-label .input:-webkit-autofill~label {
    top: -20px;
    font-size: 12px
}

.p-input-icon-left,.p-input-icon-right {
    position: relative;
    display: inline-block
}

.p-input-icon-left>i,.p-input-icon-right>i {
    position: absolute;
    top: 50%;
    margin-top: -.5rem
}

.p-fluid .p-input-icon-left,.p-fluid .p-input-icon-right {
    display: block;
    width: 100%
}

.p-inputtextarea-resizable {
    overflow: hidden;
    resize: none
}

.p-fluid .p-inputtextarea {
    width: 100%
}

.p-password-meter {
    background: transparent url(password-meter.eea288d50533d7995ec1.png) no-repeat 0 0;
    height: 10px
}

.p-password-panel-overlay {
    position: absolute;
    display: none
}

.p-radiobutton {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: bottom
}

.p-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center
}

.p-radiobutton-icon {
    backface-visibility: hidden;
    transform: translateZ(0) scale(.1);
    border-radius: 50%;
    visibility: hidden
}

.p-radiobutton-box.p-highlight .p-radiobutton-icon {
    transform: translateZ(0) scale(1);
    visibility: visible
}

p-radiobutton {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center
}

.p-radiobutton-label {
    line-height: 1
}

.p-ripple {
    overflow: hidden;
    position: relative
}

.p-ink {
    display: block;
    position: absolute;
    background: hsla(0,0%,100%,.5);
    border-radius: 100%;
    transform: scale(0)
}

.p-ink-active {
    animation: ripple .4s linear
}

.p-ripple-disabled .p-ink {
    display: none!important
}

@keyframes ripple {
    to {
        opacity: 0;
        transform: scale(2.5)
    }
}

.p-tooltip {
    position: absolute;
    display: none;
    padding: .25em .5rem;
    max-width: 12.5rem
}

.p-tooltip.p-tooltip-left,.p-tooltip.p-tooltip-right {
    padding: 0 .25rem
}

.p-tooltip.p-tooltip-bottom,.p-tooltip.p-tooltip-top {
    padding: .25em 0
}

.p-tooltip .p-tooltip-text {
    white-space: pre-line
}

.p-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.p-tooltip-right .p-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -.25rem;
    border-width: .25em .25em .25em 0
}

.p-tooltip-left .p-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -.25rem;
    border-width: .25em 0 .25em .25rem
}

.p-tooltip.p-tooltip-top {
    padding: .25em 0
}

.p-tooltip-top .p-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -.25rem;
    border-width: .25em .25em 0
}

.p-tooltip-bottom .p-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -.25rem;
    border-width: 0 .25em .25rem
}

@font-face {
    font-family: primeicons;
    font-display: auto;
    src: url(../fonts/primeicons.eot);
    src: url(../fonts/primeicons.eot?#iefix) format("embedded-opentype"),url(../fonts/primeicons.ttf) format("truetype"),url(../fonts/primeicons.woff) format("woff"),url(../fonts/primeicons.svg?#primeicons) format("svg");
    font-weight: 400;
    font-style: normal
}

.pi {
    font-family: primeicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pi:before {
    --webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.pi-fw {
    width: 1.28571429em;
    text-align: center
}

.pi-spin {
    animation: fa-spin 2s linear infinite
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.pi-send:before {
    content: "\e9ca"
}

.pi-slack:before {
    content: "\e9c9"
}

.pi-sun:before {
    content: "\e9c8"
}

.pi-moon:before {
    content: "\e9c7"
}

.pi-vimeo:before {
    content: "\e9c6"
}

.pi-youtube:before {
    content: "\e9c5"
}

.pi-flag:before {
    content: "\e9c4"
}

.pi-wallet:before {
    content: "\e9c3"
}

.pi-map:before {
    content: "\e9c2"
}

.pi-link:before {
    content: "\e9c1"
}

.pi-credit-card:before {
    content: "\e9bf"
}

.pi-discord:before {
    content: "\e9c0"
}

.pi-percentage:before {
    content: "\e9be"
}

.pi-euro:before {
    content: "\e9bd"
}

.pi-book:before {
    content: "\e9ba"
}

.pi-shield:before {
    content: "\e9b9"
}

.pi-paypal:before {
    content: "\e9bb"
}

.pi-amazon:before {
    content: "\e9bc"
}

.pi-phone:before {
    content: "\e9b8"
}

.pi-filter-slash:before {
    content: "\e9b7"
}

.pi-facebook:before {
    content: "\e9b4"
}

.pi-github:before {
    content: "\e9b5"
}

.pi-twitter:before {
    content: "\e9b6"
}

.pi-step-backward-alt:before {
    content: "\e9ac"
}

.pi-step-forward-alt:before {
    content: "\e9ad"
}

.pi-forward:before {
    content: "\e9ae"
}

.pi-backward:before {
    content: "\e9af"
}

.pi-fast-backward:before {
    content: "\e9b0"
}

.pi-fast-forward:before {
    content: "\e9b1"
}

.pi-pause:before {
    content: "\e9b2"
}

.pi-play:before {
    content: "\e9b3"
}

.pi-compass:before {
    content: "\e9ab"
}

.pi-id-card:before {
    content: "\e9aa"
}

.pi-ticket:before {
    content: "\e9a9"
}

.pi-file-o:before {
    content: "\e9a8"
}

.pi-reply:before {
    content: "\e9a7"
}

.pi-directions-alt:before {
    content: "\e9a5"
}

.pi-directions:before {
    content: "\e9a6"
}

.pi-thumbs-up:before {
    content: "\e9a3"
}

.pi-thumbs-down:before {
    content: "\e9a4"
}

.pi-sort-numeric-down-alt:before {
    content: "\e996"
}

.pi-sort-numeric-up-alt:before {
    content: "\e997"
}

.pi-sort-alpha-down-alt:before {
    content: "\e998"
}

.pi-sort-alpha-up-alt:before {
    content: "\e999"
}

.pi-sort-numeric-down:before {
    content: "\e99a"
}

.pi-sort-numeric-up:before {
    content: "\e99b"
}

.pi-sort-alpha-down:before {
    content: "\e99c"
}

.pi-sort-alpha-up:before {
    content: "\e99d"
}

.pi-sort-alt:before {
    content: "\e99e"
}

.pi-sort-amount-up:before {
    content: "\e99f"
}

.pi-sort-amount-down:before {
    content: "\e9a0"
}

.pi-sort-amount-down-alt:before {
    content: "\e9a1"
}

.pi-sort-amount-up-alt:before {
    content: "\e9a2"
}

.pi-palette:before {
    content: "\e995"
}

.pi-undo:before {
    content: "\e994"
}

.pi-desktop:before {
    content: "\e993"
}

.pi-sliders-v:before {
    content: "\e991"
}

.pi-sliders-h:before {
    content: "\e992"
}

.pi-search-plus:before {
    content: "\e98f"
}

.pi-search-minus:before {
    content: "\e990"
}

.pi-file-excel:before {
    content: "\e98e"
}

.pi-file-pdf:before {
    content: "\e98d"
}

.pi-check-square:before {
    content: "\e98c"
}

.pi-chart-line:before {
    content: "\e98b"
}

.pi-user-edit:before {
    content: "\e98a"
}

.pi-exclamation-circle:before {
    content: "\e989"
}

.pi-android:before {
    content: "\e985"
}

.pi-google:before {
    content: "\e986"
}

.pi-apple:before {
    content: "\e987"
}

.pi-microsoft:before {
    content: "\e988"
}

.pi-heart:before {
    content: "\e984"
}

.pi-mobile:before {
    content: "\e982"
}

.pi-tablet:before {
    content: "\e983"
}

.pi-key:before {
    content: "\e981"
}

.pi-shopping-cart:before {
    content: "\e980"
}

.pi-comments:before {
    content: "\e97e"
}

.pi-comment:before {
    content: "\e97f"
}

.pi-briefcase:before {
    content: "\e97d"
}

.pi-bell:before {
    content: "\e97c"
}

.pi-paperclip:before {
    content: "\e97b"
}

.pi-share-alt:before {
    content: "\e97a"
}

.pi-envelope:before {
    content: "\e979"
}

.pi-volume-down:before {
    content: "\e976"
}

.pi-volume-up:before {
    content: "\e977"
}

.pi-volume-off:before {
    content: "\e978"
}

.pi-eject:before {
    content: "\e975"
}

.pi-money-bill:before {
    content: "\e974"
}

.pi-images:before {
    content: "\e973"
}

.pi-image:before {
    content: "\e972"
}

.pi-sign-in:before {
    content: "\e970"
}

.pi-sign-out:before {
    content: "\e971"
}

.pi-wifi:before {
    content: "\e96f"
}

.pi-sitemap:before {
    content: "\e96e"
}

.pi-chart-bar:before {
    content: "\e96d"
}

.pi-camera:before {
    content: "\e96c"
}

.pi-dollar:before {
    content: "\e96b"
}

.pi-lock-open:before {
    content: "\e96a"
}

.pi-table:before {
    content: "\e969"
}

.pi-map-marker:before {
    content: "\e968"
}

.pi-list:before {
    content: "\e967"
}

.pi-eye-slash:before {
    content: "\e965"
}

.pi-eye:before {
    content: "\e966"
}

.pi-folder-open:before {
    content: "\e964"
}

.pi-folder:before {
    content: "\e963"
}

.pi-video:before {
    content: "\e962"
}

.pi-inbox:before {
    content: "\e961"
}

.pi-lock:before {
    content: "\e95f"
}

.pi-unlock:before {
    content: "\e960"
}

.pi-tags:before {
    content: "\e95d"
}

.pi-tag:before {
    content: "\e95e"
}

.pi-power-off:before {
    content: "\e95c"
}

.pi-save:before {
    content: "\e95b"
}

.pi-question-circle:before {
    content: "\e959"
}

.pi-question:before {
    content: "\e95a"
}

.pi-copy:before {
    content: "\e957"
}

.pi-file:before {
    content: "\e958"
}

.pi-clone:before {
    content: "\e955"
}

.pi-calendar-times:before {
    content: "\e952"
}

.pi-calendar-minus:before {
    content: "\e953"
}

.pi-calendar-plus:before {
    content: "\e954"
}

.pi-ellipsis-v:before {
    content: "\e950"
}

.pi-ellipsis-h:before {
    content: "\e951"
}

.pi-bookmark:before {
    content: "\e94e"
}

.pi-globe:before {
    content: "\e94f"
}

.pi-replay:before {
    content: "\e94d"
}

.pi-filter:before {
    content: "\e94c"
}

.pi-print:before {
    content: "\e94b"
}

.pi-align-right:before {
    content: "\e946"
}

.pi-align-left:before {
    content: "\e947"
}

.pi-align-center:before {
    content: "\e948"
}

.pi-align-justify:before {
    content: "\e949"
}

.pi-cog:before {
    content: "\e94a"
}

.pi-cloud-download:before {
    content: "\e943"
}

.pi-cloud-upload:before {
    content: "\e944"
}

.pi-cloud:before {
    content: "\e945"
}

.pi-pencil:before {
    content: "\e942"
}

.pi-users:before {
    content: "\e941"
}

.pi-clock:before {
    content: "\e940"
}

.pi-user-minus:before {
    content: "\e93e"
}

.pi-user-plus:before {
    content: "\e93f"
}

.pi-trash:before {
    content: "\e93d"
}

.pi-external-link:before {
    content: "\e93c"
}

.pi-window-maximize:before {
    content: "\e93b"
}

.pi-window-minimize:before {
    content: "\e93a"
}

.pi-refresh:before {
    content: "\e938"
}

.pi-user:before {
    content: "\e939"
}

.pi-exclamation-triangle:before {
    content: "\e922"
}

.pi-calendar:before {
    content: "\e927"
}

.pi-chevron-circle-left:before {
    content: "\e928"
}

.pi-chevron-circle-down:before {
    content: "\e929"
}

.pi-chevron-circle-right:before {
    content: "\e92a"
}

.pi-chevron-circle-up:before {
    content: "\e92b"
}

.pi-angle-double-down:before {
    content: "\e92c"
}

.pi-angle-double-left:before {
    content: "\e92d"
}

.pi-angle-double-right:before {
    content: "\e92e"
}

.pi-angle-double-up:before {
    content: "\e92f"
}

.pi-angle-down:before {
    content: "\e930"
}

.pi-angle-left:before {
    content: "\e931"
}

.pi-angle-right:before {
    content: "\e932"
}

.pi-angle-up:before {
    content: "\e933"
}

.pi-upload:before {
    content: "\e934"
}

.pi-download:before {
    content: "\e956"
}

.pi-ban:before {
    content: "\e935"
}

.pi-star-o:before {
    content: "\e936"
}

.pi-star:before {
    content: "\e937"
}

.pi-chevron-left:before {
    content: "\e900"
}

.pi-chevron-right:before {
    content: "\e901"
}

.pi-chevron-down:before {
    content: "\e902"
}

.pi-chevron-up:before {
    content: "\e903"
}

.pi-caret-left:before {
    content: "\e904"
}

.pi-caret-right:before {
    content: "\e905"
}

.pi-caret-down:before {
    content: "\e906"
}

.pi-caret-up:before {
    content: "\e907"
}

.pi-search:before {
    content: "\e908"
}

.pi-check:before {
    content: "\e909"
}

.pi-check-circle:before {
    content: "\e90a"
}

.pi-times:before {
    content: "\e90b"
}

.pi-times-circle:before {
    content: "\e90c"
}

.pi-plus:before {
    content: "\e90d"
}

.pi-plus-circle:before {
    content: "\e90e"
}

.pi-minus:before {
    content: "\e90f"
}

.pi-minus-circle:before {
    content: "\e910"
}

.pi-circle-on:before {
    content: "\e911"
}

.pi-circle-off:before {
    content: "\e912"
}

.pi-sort-down:before {
    content: "\e913"
}

.pi-sort-up:before {
    content: "\e914"
}

.pi-sort:before {
    content: "\e915"
}

.pi-step-backward:before {
    content: "\e916"
}

.pi-step-forward:before {
    content: "\e917"
}

.pi-th-large:before {
    content: "\e918"
}

.pi-arrow-down:before {
    content: "\e919"
}

.pi-arrow-left:before {
    content: "\e91a"
}

.pi-arrow-right:before {
    content: "\e91b"
}

.pi-arrow-up:before {
    content: "\e91c"
}

.pi-bars:before {
    content: "\e91d"
}

.pi-arrow-circle-down:before {
    content: "\e91e"
}

.pi-arrow-circle-left:before {
    content: "\e91f"
}

.pi-arrow-circle-right:before {
    content: "\e920"
}

.pi-arrow-circle-up:before {
    content: "\e921"
}

.pi-info:before {
    content: "\e923"
}

.pi-info-circle:before {
    content: "\e924"
}

.pi-home:before {
    content: "\e925"
}

.pi-spinner:before {
    content: "\e926"
}

code[class*=language-],pre[class*=language-] {
    color: #000;
    background: none;
    font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    hyphens: none
}

pre[class*=language-] {
    position: relative;
    margin: .5em 0;
    overflow: visible;
    padding: 0
}

pre[class*=language-]>code {
    position: relative;
    border-left: 10px solid #358ccb;
    box-shadow: -1px 0 0 0 #358ccb,0 0 0 1px #dfdfdf;
    background-color: #fdfdfd;
    background-image: linear-gradient(transparent 50%,rgba(69,142,209,.04) 0);
    background-size: 3em 3em;
    background-origin: content-box;
    background-attachment: local
}

code[class*=language] {
    max-height: inherit;
    height: inherit;
    padding: 0 1em;
    display: block;
    overflow: auto
}

:not(pre)>code[class*=language-],pre[class*=language-] {
    background-color: #fdfdfd;
    box-sizing: border-box;
    margin-bottom: 1em
}

:not(pre)>code[class*=language-] {
    position: relative;
    padding: .2em;
    border-radius: .3em;
    color: #c92c2c;
    border: 1px solid rgba(0,0,0,.1);
    display: inline;
    white-space: normal
}

pre[class*=language-]:after,pre[class*=language-]:before {
    content: "";
    z-index: -2;
    display: block;
    position: absolute;
    bottom: .75em;
    left: .18em;
    width: 40%;
    height: 20%;
    max-height: 13em;
    box-shadow: 0 13px 8px #979797;
    transform: rotate(-2deg)
}

:not(pre)>code[class*=language-]:after,pre[class*=language-]:after {
    right: .75em;
    left: auto;
    transform: rotate(2deg)
}

.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog {
    color: #7d8b99
}

.token.punctuation {
    color: #5f6364
}

.token.boolean,.token.constant,.token.deleted,.token.function-name,.token.number,.token.property,.token.symbol,.token.tag {
    color: #c92c2c
}

.token.attr-name,.token.builtin,.token.char,.token.function,.token.inserted,.token.selector,.token.string {
    color: #2f9c0a
}

.token.entity,.token.operator,.token.url,.token.variable {
    color: #a67f59;
    background: hsla(0,0%,100%,.5)
}

.token.atrule,.token.attr-value,.token.class-name,.token.keyword {
    color: #1990b8
}

.token.important,.token.regex {
    color: #e90
}

.language-css .token.string,.style .token.string {
    color: #a67f59;
    background: hsla(0,0%,100%,.5)
}

.token.important {
    font-weight: 400
}

.token.bold {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

.token.namespace {
    opacity: .7
}

@media screen and (max-width: 767px) {
    pre[class*=language-]:after,pre[class*=language-]:before {
        bottom:14px;
        box-shadow: none
    }
}

.token.cr:before,.token.lf:before,.token.tab:not(:empty):before {
    color: #e0d7d1
}

pre[class*=language-].line-numbers.line-numbers {
    padding-left: 0
}

pre[class*=language-].line-numbers.line-numbers code {
    padding-left: 3.8em
}

pre[class*=language-].line-numbers.line-numbers .line-numbers-rows {
    left: 0
}

pre[class*=language-][data-line] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
}

pre[data-line] code {
    position: relative;
    padding-left: 4em
}

pre .line-highlight {
    margin-top: 0
}

/*!
FullCalendar Core Package v4.0.2
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/
.fc-button:not(:disabled),.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a.fc-more,a[data-goto] {
    cursor: pointer
}

.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton {
    bottom: 0
}

.fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

body .fc {
    font-size: 1em
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0,0,0,.15)
}

.fc-popover .fc-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2px 4px
}

.fc-rtl .fc-popover .fc-header {
    flex-direction: row-reverse
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-popover .fc-header .fc-close {
    opacity: .65;
    font-size: 1.1em
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-bg,.fc-bgevent-skeleton,.fc-highlight-skeleton,.fc-mirror-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center
}

.fc td,.fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

.fc td.fc-today {
    border-style: double
}

a[data-goto]:hover {
    text-decoration: underline
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td {
    border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px
}

.fc-row .fc-mirror-skeleton {
    z-index: 5
}

.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-mirror-skeleton td {
    background: 0 0;
    border-color: transparent
}

.fc-row .fc-content-skeleton td,.fc-row .fc-mirror-skeleton td {
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,.fc-row .fc-mirror-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    -webkit-overflow-scrolling: touch
}

.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid {
    position: relative;
    width: 100%
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.4;
    border-radius: 3px;
    border: 1px solid #3788d8
}

.fc-event,.fc-event-dot {
    background-color: #3788d8
}

.fc-event,.fc-event:hover {
    color: #fff;
    text-decoration: none
}

.fc-not-allowed,.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
    display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer {
    display: block
}

.fc-event.fc-selected .fc-resizer:before {
    content: "";
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px
}

.fc-event.fc-selected {
    z-index: 9999!important;
    box-shadow: 0 2px 5px rgba(0,0,0,.2)
}

.fc-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: .25
}

.fc-event.fc-dragging.fc-selected {
    box-shadow: 0 2px 7px rgba(0,0,0,.3)
}

.fc-event.fc-dragging:not(.fc-selected) {
    opacity: .75
}

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0
}

.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px
}

tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px
}

.fc-mirror-skeleton tr:first-child>td>.fc-day-grid-event {
    margin-top: 0
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden
}

.fc-day-grid-event .fc-time {
    font-weight: 700
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    text-decoration: none
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-limited {
    display: none
}

.fc-button,.fc-icon {
    display: inline-block;
    font-weight: 400;
    text-align: center
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-now-indicator {
    position: absolute;
    border: 0 solid red
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead {
    border-color: #ddd
}

.fc-unthemed .fc-popover {
    background-color: #fff
}

.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header {
    background: #eee
}

.fc-unthemed td.fc-today {
    background: #fcf8e3
}

.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3
}

@font-face {
    font-family: fcicons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
    font-weight: 400;
    font-style: normal
}

.fc-icon {
    font-family: fcicons!important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1em;
    height: 1em
}

.fc-icon-chevron-left:before {
    content: "\e900"
}

.fc-icon-chevron-right:before {
    content: "\e901"
}

.fc-icon-chevrons-left:before {
    content: "\e902"
}

.fc-icon-chevrons-right:before {
    content: "\e903"
}

.fc-icon-minus-square:before {
    content: "\e904"
}

.fc-icon-plus-square:before {
    content: "\e905"
}

.fc-icon-x:before {
    content: "\e906"
}

.fc-button {
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit
}

.fc-button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.fc-button {
    -webkit-appearance: button;
    color: #212529;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .4em .65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25em
}

.fc-button:hover {
    color: #212529;
    text-decoration: none
}

.fc-button:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(44,62,80,.25)
}

.fc-button:disabled {
    opacity: .65
}

.fc-button-primary {
    color: #fff;
    background-color: #2c3e50;
    border-color: #2c3e50
}

.fc-button-primary:hover {
    color: #fff;
    background-color: #1e2b37;
    border-color: #1a252f
}

.fc-button-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(76,91,106,.5)
}

.fc-button-primary:disabled {
    color: #fff;
    background-color: #2c3e50;
    border-color: #2c3e50
}

.fc-button-primary:not(:disabled).fc-button-active,.fc-button-primary:not(:disabled):active {
    color: #fff;
    background-color: #1a252f;
    border-color: #151e27
}

.fc-button-primary:not(:disabled).fc-button-active:focus,.fc-button-primary:not(:disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(76,91,106,.5)
}

.fc-button .fc-icon {
    vertical-align: middle;
    font-size: 1.5em
}

.fc-button-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.fc-button-group>.fc-button {
    position: relative;
    flex: 1 1 auto
}

.fc-button-group>.fc-button.fc-button-active,.fc-button-group>.fc-button:active,.fc-button-group>.fc-button:focus,.fc-button-group>.fc-button:hover {
    z-index: 1
}

.fc-button-group>.fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-button-group>.fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid
}

.fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5
}

.fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em
}

.fc-toolbar>*>:not(:first-child) {
    margin-left: .75em
}

.fc-toolbar h2 {
    font-size: 1.75em;
    margin: 0
}

.fc-view-container {
    position: relative
}

.fc-view-container *,.fc-view-container :after,.fc-view-container :before {
    box-sizing: content-box
}

.fc-view,.fc-view>table {
    position: relative;
    z-index: 1
}

@media print {
    .fc-bg,.fc-bgevent-container,.fc-bgevent-skeleton,.fc-business-container,.fc-event .fc-resizer,.fc-highlight-container,.fc-highlight-skeleton,.fc-mirror-container,.fc-mirror-skeleton {
        display: none
    }

    .fc-time-grid,.fc tbody .fc-row {
        min-height: 0!important
    }

    .fc-time-grid .fc-event.fc-not-end:after,.fc-time-grid .fc-event.fc-not-start:before {
        content: "..."
    }

    .fc {
        max-width: 100%!important
    }

    .fc-event {
        background: #fff!important;
        color: #000!important;
        page-break-inside: avoid
    }

    .fc-row,.fc hr,.fc tbody,.fc td,.fc th,.fc thead {
        border-color: #ccc!important;
        background: #fff!important
    }

    .fc tbody .fc-row {
        height: auto!important
    }

    .fc tbody .fc-row .fc-content-skeleton {
        position: static;
        padding-bottom: 0!important
    }

    .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
        padding-bottom: 1em
    }

    .fc tbody .fc-row .fc-content-skeleton table {
        height: 1em
    }

    .fc-more,.fc-more-cell {
        display: none!important
    }

    .fc tr.fc-limited {
        display: table-row!important
    }

    .fc td.fc-limited {
        display: table-cell!important
    }

    .fc-popover,.fc-timeGrid-view .fc-axis {
        display: none
    }

    .fc-slats,.fc-time-grid hr {
        display: none!important
    }

    .fc-button-group,.fc-time-grid .fc-event .fc-time span,.fc button {
        display: none
    }

    .fc-time-grid .fc-content-skeleton {
        position: static
    }

    .fc-time-grid .fc-content-skeleton table {
        height: 4em
    }

    .fc-time-grid .fc-event-container {
        margin: 0!important
    }

    .fc-time-grid .fc-event {
        position: static!important;
        margin: 3px 2px!important
    }

    .fc-time-grid .fc-event.fc-not-end {
        border-bottom-width: 1px!important
    }

    .fc-time-grid .fc-event.fc-not-start {
        border-top-width: 1px!important
    }

    .fc-time-grid .fc-event .fc-time {
        white-space: normal!important
    }

    .fc-time-grid .fc-event .fc-time:after {
        content: attr(data-full)
    }

    .fc-day-grid-container,.fc-scroller,.fc-time-grid-container {
        overflow: visible!important;
        height: auto!important
    }

    .fc-row {
        border: 0!important;
        margin: 0!important
    }
}

/*!
@fullcalendar/daygrid v4.0.1
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/
.fc-dayGridDay-view .fc-content-skeleton,.fc-dayGridWeek-view .fc-content-skeleton {
    padding-bottom: 1em
}

.fc-dayGrid-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid {
    overflow: hidden
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-day-top.fc-other-month {
    opacity: .3
}

.fc-dayGrid-view .fc-day-number,.fc-dayGrid-view .fc-week-number {
    padding: 2px
}

.fc-dayGrid-view th.fc-day-number,.fc-dayGrid-view th.fc-week-number {
    padding: 0 2px
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: right
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: left
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px
}

.fc-dayGrid-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: grey
}

.fc-dayGrid-view td.fc-week-number {
    text-align: center
}

.fc-dayGrid-view td.fc-week-number>* {
    display: inline-block;
    min-width: 1.25em
}

/*!
@fullcalendar/timegrid v4.0.1
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/
.fc-timeGrid-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-timeGrid-view .fc-day-grid .fc-row {
    min-height: 3em
}

.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 1em
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.fc-time-grid,.fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
    z-index: 1
}

.fc-time-grid .fc-slats,.fc-time-grid>hr {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-content-col {
    position: relative
}

.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0
}

.fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1
}

.fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-highlight-container {
    z-index: 3;
    position: relative
}

.fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4
}

.fc-time-grid .fc-now-indicator-line {
    z-index: 5
}

.fc-time-grid .fc-mirror-container {
    position: relative;
    z-index: 6
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-time-grid-event {
    margin-bottom: 1px
}

.fc-time-grid-event-inset {
    box-shadow: 0 0 0 1px #fff
}

.fc-time-grid-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-time-grid-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event .fc-content {
    overflow: hidden;
    max-height: 100%
}

.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0"
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "="
}

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: 5px;
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: inherit;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px
}

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

/*! common core */
.sf-license-warning {
    background: #e82824;
    color: #fff;
    font-family: Segoe UI;
    font-size: medium;
    left: 0;
    line-height: 45px;
    opacity: .75;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 999999999
}

.sf-license-close-btn {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaGVpZ2h0PSIyMCIgd2lkdGg9IjIwIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+ICA8Zz4gICAgPHBhdGggaWQ9InBhdGgxIiB0cmFuc2Zvcm09InJvdGF0ZSgxLDEyOCwxMjgpIHRyYW5zbGF0ZSg1OS4wMTA3Nzk0NDEwNDU1LDU5KSBzY2FsZSg0LjMxMjUwMDI1NzA0NTA1LDQuMzEyNTAwMjU3MDQ1MDUpIiBmaWxsPSIjZmZmZmZmIiBkPSJNMjkuNTkwODE4LDBDMzAuMjA2OTYzLDAgMzAuODIzMjI3LDAuMjM0NDk5OTMgMzEuMjkyMjI5LDAuNzAzNDk5NzkgMzIuMjI5MjU2LDEuNjQwNTAwMSAzMi4yMjkyNTYsMy4xNjA1MDA1IDMxLjI5MjIyOSw0LjEwMDQ5OTJMMTkuMzk4MDAzLDE1Ljk5ODQ5OCAzMS4yOTIyMjksMjcuODkyNDk1QzMyLjIyOTI1NiwyOC44Mjk0OTkgMzIuMjI5MjU2LDMwLjM0OTQ5NiAzMS4yOTIyMjksMzEuMjk0NDk2IDMwLjM1NDIyNywzMi4yMzE1IDI4LjgyNzE2NCwzMi4yMzE1IDI3Ljg5MDEzOSwzMS4yOTQ0OTZMMTUuOTk3OTg4LDE5LjM5OTQ5OSA0LjEwNDc5OTIsMzEuMjk2NTAyQzMuMTY3NzczNCwzMi4yMzQ0OTggMS42Mzk3MzQ3LDMyLjIzNDQ5OCAwLjcwMjc2OTY5LDMxLjI5NjUwMiAtMC4yMzQyNTY1NiwzMC4zNTI1MDIgLTAuMjM0MjU2NTYsMjguODMyNDk4IDAuNzAyNzY5NjksMjcuODk0NTAyTDEyLjU5NjkzNCwxNS45OTg0OTggMC43MDI3Njk2OSw0LjEwMjQ5ODFDLTAuMjM0MjU2NTYsMy4xNjU0OTc4IC0wLjIzNDI1NjU2LDEuNjQ1NDk3MyAwLjcwMjc2OTY5LDAuNzA1NDk4NyAxLjYzOTczNDcsLTAuMjMxNTAxNTggMy4xNjc3NzM0LC0wLjIzMTUwMTU4IDQuMTA0Nzk5MiwwLjcwNTQ5ODdMMTUuOTk2OTUsMTIuNTk3NDk3IDI3Ljg5MDEzOSwwLjcwMzQ5OTc5QzI4LjM1ODY1LDAuMjM0NDk5OTMsMjguOTc0Njc0LDAsMjkuNTkwODE4LDB6IiAvPiAgPC9nPjwvc3ZnPg==");
    cursor: pointer;
    height: 20px;
    margin-top: 14px;
    padding-top: 10px;
    position: absolute;
    right: 20px;
    width: 20px
}

.sf-license-warning a,.sf-license-warning a:hover {
    color: #ffd800
}

.e-rtl {
    text-align: right
}

.e-blazor-hidden {
    visibility: hidden
}

/*! animation keyframes */
@font-face {
    font-family: e-icons;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMjeaTzgAAAEoAAAAVmNtYXD8vvwpAAALbAAACnBnbHlmNZ+ivQAAGtQAAf44aGVhZB38TTUAAADQAAAANmhoZWEIXgY8AAAArAAAACRobXR47Ab+rAAAAYAAAAnsbG9jYcikRgQAABXcAAAE+G1heHADpgHQAAABCAAAACBuYW1lc0cOBgACGQwAAAIlcG9zdCbPOOUAAhs0AAAoYQABAAAEAAAAAFwEAP/A/8AEQAABAAAAAAAAAAAAAAAAAAACewABAAAAAQAA4BxWzV8PPPUACwQAAAAAAN1uhBwAAAAA3W6EHP/A/+QEQAQcAAAACAACAAAAAAAAAAEAAAJ7AcQAIQAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA4RHsKgQAAAAAXAQcABwAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQA/+QEAP/kBAAAAAQA/+QEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQA/8AEAAAABAAAAAQAAAAEAAAABAAAAAQA/8AEAAAABAD/wAQAAAAEAAAABAAAAAQAAAAEAAAABAD/wAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAA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AIAAgQCCAIMAhACFAIYAhwCIABAAEQASABMAFAAVABYAFwAYABoAGwAcAB0AHgAZAHEAcgDKAJsAnACdAJ4AnwCgAKEAogCjAKQApQCmAKcAqACpAKoAqwCsAK0ArgCvALAAsQCyALMAtAC1ALYAtwC4ALkAugC7ALwAvQC+AL8AwADBAMIAwwDEAMUAxgDHAMgAyQA2Ac0BzgHPAdAB0QHSAdMB1AHVAdYB1wHYAdkB2gHbAdwB3QHeAd8B4AAfACAAcADLAeEB4gHjAeQB5QHmAecB6AHpAeoB6wHsAe0B7gHvAfAB8QHyAfMB9AH1AfYB9wH4AfkB+gH7AfwB/QH+Af8CAAIBAgMCBAIFAgYCBwFrAIkAigCLAIwAjQCOAI8AkACRAJIAkwCUAJUAlgCXAJgAmQCaAQwBDQEOAQ8BEAERARIBEwEVARYBFwEYARkBZQFmAWcBaAFpAWoBHAEdAR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0BLgEvATABMQFsAW0BbgFvAXABcQFyAXMBdAGVAZQBkwGSAZcBkQGYAZkBlgGaAZsBnAGdAZ4BdQF2AXcBeAF5AXoBewF8AX0BfgF/AYABgQGCAYMBhAG0AbUBtgG3AbgBMgEzATQBNQAlATcBOAE5AToAJgE8AT0BPgE/AUABQQE2ATsBhQAnAYYBhwGJAYoBiwGMAY8BiAGNAY4BkAGfAaABoQGiACgBqAGnAbABqgGrAawBrQGuAa8BsQGyAbMAKQAqACsALAAtAC4ALwAwADEAMgGjAaQBpQGmAbkAMwA0AakANQIjADcAOAInAigCKQA5AisCLAIuAi8AOgA7ADwCMQIzAjYCNwA9AjkAPgA/AjoCOwI8AEACPwJAAkECQgBBAEIAQwJEAkUCRgJHAkgCSQJKAksCTAJNAk4CTwJQAlECUgJTAlQCVQJWAlcCWAJZAloCWwJcAl0CXgJfAmACIgJhAmMCYgJkAmUCZgBEAEUCGAIZAhoCHwBGAEcCMAJnAmgCaQJqAmsCbAI4AEgCQwEUAEkCFgEbAEoCbQJuAm8CcAJxAnIASwIgAj4ATABNAE4ATwBQAnMCdAJ1AnYCdwJ4AFEAUgBTAnkCegBUAFUAVgBXAV4AWABiAFkAWgBjAGQAWwBcAF0AXgBfAGAAZQBhAGYAZwDMAM0AzgDP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AP0AgAQA/ABAgICAgICAgAACAAAAAAOAA78AAgAKAAABBRMBMxMhEzMBIwKA/wCA/oCAYgE7Y4D+wIABwAEBgf0AAQD/AAOAAAYAAAAAAzMD9AA/AH8AvwD/AT8BfwAAJRUfDj8PLw8PDgUfDz8OPQEvDg8OARUfDTsBPw4vDisBDw0FHw47AT8NPQEvDSsBDw0BFR8OPw8vDw8OBR8PPw49AS8ODw4CTQIDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMC/n8BAgIEBQYHBwgJCgoKCwwMDAsLCwoJCQgIBgYFBAMCAgMEBQYGCAgJCQoLCwsMDAwLCgoKCQgHBwYFBAICAYACAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAv5/AQICBAUGBwcICQoKCgsMDAwLCwsKCQkICAYGBQQDAgIDBAUGBggICQkKCwsLDAwMCwoKCgkIBwcGBQQCAgGAAgMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwL+fwECAgQFBgcHCAkKCgoLDAwMCwsLCgkJCAgGBgUEAwICAwQFBgYICAkJCgsLCwwMDAsKCgoJCAcHBgUEAgJ/CwwLCwoJCQgIBgYFBAMBAQEBAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAQEBAQMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAF1DAsLCwoKCAkHBwUFBAMCAgMEBQUHBwkICgoLCwsMDAsLCwoKCAkHBwUFBAMCAgMEBQUHBwkICgoLCwsMDAsLCwoKCAkHBwUFBAMCAgMEBQUHBwkICgoLCwsMDAsLCwoKCAkHBwUFBAMCAgMEBQUHBwkICgoLCwsBdQwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMBAQEBAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAQEBAQMEBQYGCAgJCQoLCwwAAAAIAAAAAAPnA/QAPwBDAJIAlgCaAJ4AogDQAAABDw4rAS8NPQE/DTsBHw0lFSM1JQ8EJyMPAhUfAg8BHwEPAh8DMzcfBzM/BxczPwMvAj8BLwE/AT0BLwIPAS8HIw8CJRUjNSUVIzUjFSM1IxUjNScRFR8GISc9ATM/AiM1MxU/ATUzFR8BES8HIQ8GAyABAQICBAMFBAYGBgYHBwgHCAgHBwYGBgUFBQMEAgIBAQICBAMFBQUGBgYHBwgIBwgHBwYGBgYEBQMEAgIB/fTIAkMLDAwMC0kFBQM8AQI9AQEBAT0DAQE7BAUFSAwLDA0LAwQEdgUEAgsNDAwLSAYEBDsBAQI9AQEBAT0DOwQFBUkLCw0MDAIEBHQFBAP+g8gCvMgyyDLIMgICAwQEBQUBFgM2BxEKWMgYGsgZGQEBAwMDBQQF/RIFBQQEAwICAR8IBwcHBwYGBQUEBAMDAQICAQMDBAQFBQYGBwcHBwgIBwcHBwYGBQUEBAMDAQICAQMDBAQFBQYGBwcHB6fIyFhIBgYIBxwCA2MFBQQvDQ4ODS8EBQVjAwIcBwgGBksEAwICAwRLBgYIBxwCA2MFBQQvDQ4ODS8EBQVjAwIBHAgIBgZLBAMCAQIEncjI+sjIyMjIyBn9EgUFBAQDAgEBGQzVDRkMyGgNDE82BAUBUgUFBAQDAgEBAQECAwQEBQAAAAMAAAAAA8AEAAADAAcAPwAAAREhESMRIREnERUfCjMhMz8KNRE1LwojISMPCgNA/wCA/wCAAQICAwcICgYGBgYHAwAHBgYGBgoIBwMCAgEBAgIDBwgKBgYGBgf9AAcGBgYGCggHAwICAQOA/QADAP0AAwBA/IAHBgYGBgoIBwMCAgEBAgIDBwgKBgYGBgcDgAcGBgYGCggHAwICAQECAgMHCAoGBgYGAAMAAAAABAADgAADAAcAPwAAARUhNQEVITUnERUfCjMhMz8KNRE1LwojISMPCgOA/QADAP0AgAECAgMHCAoGBgYGBwOABwYGBgYKCAcDAgIBAQICAwcICgYGBgYH/IAHBgYGBgoIBwMCAgEBwMDAAUDAwED9gAcGBgYGCggHAwICAQECAgMHCAoGBgYGBwKABwYGBgYKCAcDAgIBAQICAwcICgYGBgYAAAEAAAAAA4AEAAALAAATCQEVITUhCQEhNSGAAVv+pQMA/gsBCv72AfX9AAOQ/nD+cHCoAVgBWKgAAQAAAAAD4AP/AAUAAAERFxEBIQGgwAGA/EACQP6AwAJAAcAAAQAAAAADwAO/AAsAAAkBBwkBFwkBNwkBJwIA/m0tAZP+bS0BkwGTLf5tAZMtAi0Bky3+bf5tLQGT/m0tAZMBky0AAAACAAAAAAP+A/8ACwATAAABFwcXNxc3JzcnBycJAREXEQE1IQJnh4dDh4pDh4dDiof9WAE/vwE//MMBe4qJRYmJRYmKRYiIAcD+wP6AwAJAAUCAAAACAAAAAAP+A/8ABQCFAAAJAQM3FwkBFR8ePx49AS8eDx4DZf41/0i3AYP85QIEBAYHCAkKCw0NDg8QERITExQVFRYWGBcZGBkaGhoaGhoZGBkXGBYWFRUUExMSERAPDg0NCwoJCAcGBAQCAgQEBgcICQoLDQ0ODxAREhMTFBUVFhYYFxkYGRoaGhoaGhkYGRcYFhYVFRQTExIREA8ODQ0LCgkIBwYEBAICzf4zAQBItwGF/uoaGhoZGRgYFxcWFRUUExMSERAPDg4MCwsJCAcFBQMCAQECAwUFBwgJCwsMDg4PEBESExMUFRUWFxcYGBkZGhoaGhoaGRkYGBcXFhUVFBMTEhEQDw4ODAsLCQgHBQUDAgEBAgMFBQcICQsLDA4ODxAREhMTFBUVFhcXGBgZGRoaAAIAAAAAA/8D/wADAAwAADEhNSElJwcJAScHESMEAPwAAgDpLQE2ATct6kBA6+st/scBOS3rAtUABgAAAAAEAAQAAAMABwALABcAGwAfAAABFSE1IxUhNSMVITUBIxUzFTM1MzUjNSMlESERAyERIQPA/wBA/wBA/wABwMDAQMDAQAHA/IBABAD8AAEAwMDAwMDAAYBAwMBAwED9wAJA/IAEAAAABgAAAAAEAAQAAAsAEQAVABkAHQAhAAABIxUzFTM1MzUjNSMnMyERIREBFSE1IxUhNSMVITUDIREhAgDAwEDAwEDAQAJA/IADgP8AQP8AQP8AQAQA/AABgEDAwEDAQP3AAkABAMDAwMDAwPyABAAAAAMAAAAAA98D/wAIAAwAFQAAJRc3ETMRFzcnJSE1ISUnBxc3JwcRIwFgK1VAVSug/iADwPxAAcBVK6CgK1VA7y9N/vMBDU0vkYBAs00vkZEvTQENAAUAAAAABAAEAAACAAYACgAZAB0AACUhNxMzESMBMxEjIREjNyc3JwcnBxcHFyERAyERIQLS/pyyYEBA/sBAQAKA7S2zsy2zsy2zsy3+00AEAPwAQLMBTQFA/sABQPzALbOzLbOzLbOzLQNA/IAEAAADAAAAAAQABAAACwAXABsAAAEXBxc3FzcnNycHJyURIREzNyE1IScjEQMhESEBwLOzLbOzLbOzLbOzAdP8gPhA/sgBOED4QAQA/AACk7OzLbOzLbOzLbOzwPzAAQBAwEABAPyABAAAAAYAAAAABAAEAAADAAcAEwAXABwAIAAAAREhEQEVITUFIxUzFTM1MzUjNSMlESERIxkBIREDIREhA8D/AAEA/wD+gMDAQMDAQAKA/wBA/cBABAD8AAFA/wABAAEAwMBAQMDAQMDA/wABAP8A/cADQPyABAAAAgAAAAAD/wP/AAgADAAAExc3ETMRFzcBJSE1Iakt6kDpLf7K/iAEAPwAAhYs6v0sAtTqLQE5cEAAAAAABgAAAAAEAAQAAAMABwATABcAGwAfAAABESERARUhNQUjFTMVMzUzNSM1IyURIREjESERAyERIQFA/wABAP8AAkDAwEDAwEABQP3AQP8AQAQA/AABQP8AAQABAMDAQEDAwEDAwPzAA0D/AAEA/IAEAAAAAAACAAAAAAP3A/gABAAXAAA3FTMBJzcHFz8DNS8HDwII3gJS3q903ngGBQICBQaOCQoLDAwLCubeAlLer3TeeAoKDAwLCwmPCAUDAQEDBQAAAAMAAAAAA9oD+AAIAAwAFQAAJRc3ETMRFzcnJSE1ISUnBxc3JwcRIwFkK1M/VCqd/iQDtPxMAbxTK56dKlQ/8y5M/vcBCUwuj34/sEwuj48uTAEJAAcAAAAAA/gD+AADAAcACwAPABMAGAAeAAABFSM1IRUjNQEVIzUhFSM1ARUjNSEzFSM1IxURIREhA7n8/ob8A3L8/ob8A3L8/Yv7/D8D8PwQAUP8/Pz8ATv8/Pz8ATv8/Pz8/P1LA/AAAgAAAAAD+APdAE4AYgAAEw8WHw8/DzUvDg8GCQEXAT8DNS8HDwKgCwkIBgYEAgMCAwQFBgcICAgJCQgJCAkKCgsLDA0ODg4ODw4PDw8PFhUUExIREQ8ODAsIBwUEAQMDBQYICQsLDQ0ODhAQEREPDw8NDQ0Cq/4lkwHbBAUEAgIEBUwICQkKCwkKAWgLDQ0ODw8QHgwLCgkJCAcGBQUDAwIBAQwLCwoKCQgHBwYFBAMCAQECAwUHCQoMDhAQERMTFBUWERAPDw4NDQsLCQgGBQMCAQECAwUHBwkCXP4lkwHbBAoJCgsKCQhMBgUDAQEDBQAAAAIAAAAAA3oDuQADAAsAADchESE3IxUhNSM1I8UCdv2KvfwC9Pz8RwJ2vX5+PwAAAAcAAAAAA/gD+AADAAcACwAPABMAGAAeAAABFSM1IxUjNSMVIzUBFSM1IxUjNSEzFSM1IxURIREhA7n8P/w//ANy/D/8/sz1/D8D8PwQAUP8/Pz8/PwCdvz8/Pz8/Pz9SwPwAAABAAAAAAM7A7kACwAANzMRIREzESMRIREjxX4Ben5+/oZ+RwF6/oYDcv6GAXoAAAADAAAAAAP4An4APwB/AL8AAAEfDz8PLw8PDgUfDz8PLw8PDgUfDz8PLw8PDgL8AQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMC/oUBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwL+hQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgIADQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwAAAAABgAAAAADmQOZAAMABwALAA8AEwAXAAAlMzUjBTM1IwUzNSMlMzUjBTM1IzUzNSMC3L6+/sa8vP7Evr4BPLy8ATq+vr6+Zr6+vr6+fry8vH6+AAAAAgAAAAAEAAO/AAMASQAAAREhEScPBhURFR8OIT8ONRE1Lw4hJyEPBgOA/QBiBwYFBAQCAgICBAQFBgcICAkJCQoLCwMuCwsKCQkJCAgHBgUEBAICAgIEBAUGBwgICQkJCgsL/mlr/tQLCwoJCQkIAsD+AAIA3wcJCAoJCgsL/VgLCwoJCggICAcHBQQEAwIBAQIDAwUFBwcHCQgKCQoLCwIoCwwKCgoICQgHBgUEBAIBAYABAgMDBQUHAAACAAAAAANgA4AABQAJAAAJATcJAScBMxEjAaABYV7+7wESXv2egIAB//6BVgEpASpX/QADAAAAAAEAAAAAAyADnwAFAAATATcJASfgAexT/ocBelMB//5hYgE9AT9iAAABAAAAAAMgA58ABQAAEwkBFwkB4AF6/odTAez+EwM+/sH+w2IBnwGhAAAAAAIAAAAAA18DgAAFAAkAABMJARcJAjMRI6ABEv7vXgFh/p4B4oCAAyn+1v7XVgF/AYH9AAMAAAAAAwAAAAAEAAP/AAMAgwEDAAABITUhBQ8fLx8/HjsBHx0FHx8/Hy8fDx4BAAIA/gACgAEBAgQEBQYHCAgKCgoMDA0NDg4PEBARERESEhMTExMUFBMTExMSEhERERAQDw4ODQ0MDAoKCggIBwYFBAQCAQEBAQIEBAUGBwgICgoKDAwNDQ4ODxAQEREREhITExMTFBQTExMTEhIREREQEA8ODg0NDAwKCgoICAcGBQQEAgH8gQECAwQGBwgJCwsMDg4PEBESExMUFRUWFxcYGBkZGhoaGhoaGRkYGBcXFhUVFBMTEhEQDw4ODAsLCQgHBgQDAgEBAgMEBgcICQsLDA4ODxAREhMTFBUVFhcXGBgZGRoaGhoaGhkZGBgXFxYVFRQTExIREA8ODgwLCwkIBwYEAwIBwIBAFBMTExMSEhERERAPEA4ODQ0MDAoKCggIBwYFBAQCAQEBAQIEBAUGBwgICgoKDAwNDQ4ODxAQEREREhITExMTFBQTExMTEhIREREQEA8ODg0NDAwKCgoICAcGBQQEAgICAgQEBQYHCAgKCgoMDA0NDg4PEBARERESEhMTExMUGhoaGRkYGBcXFhUVFBMTEhEQDw4ODAsLCQgHBgQDAgEBAgMEBgcICQsLDA4ODxAREhMTFBUVFhcXGBgZGRoaGhoaGhkZGBgXFxYVFRQTExIREA8ODgwLCwkIBwYEAwIBAQIDBAYHCAkLCwwODg8QERITExQVFRYXFxgYGRkaGgAAAwAAAAAEAAP/AAsAiwELAAABIxUzFTM1MzUjNSMBDx8vHz8eOwEfHQUfHz8fLx8PHgHAwMCAwMCAAcABAQIEBAUGBwgICgoKDAwNDQ4ODxAQEREREhITExMTFBQTExMTEhIREREQEA8ODg0NDAwKCgoICAcGBQQEAgEBAQECBAQFBgcICAoKCgwMDQ0ODg8QEBERERISExMTExQUExMTExISEREREBAPDg4NDQwMCgoKCAgHBgUEBAIB/IEBAgMEBgcICQsLDA4ODxAREhMTFBUVFhcXGBgZGRoaGhoaGhkZGBgXFxYVFRQTExIREA8ODgwLCwkIBwYEAwIBAQIDBAYHCAkLCwwODg8QERITExQVFRYXFxgYGRkaGhoaGhoZGRgYFxcWFRUUExMSERAPDg4MCwsJCAcGBAMCAkCAwMCAwP8AFBMTExMSEhERERAPEA4ODQ0MDAoKCggIBwYFBAQCAQEBAQIEBAUGBwgICgoKDAwNDQ4ODxAQEREREhITExMTFBQTExMTEhIREREQEA8ODg0NDAwKCgoICAcGBQQEAgICAgQEBQYHCAgKCgoMDA0NDg4PEBARERESEhMTExMUGhoaGRkYGBcXFhUVFBMTEhEQDw4ODAsLCQgHBgQDAgEBAgMEBgcICQsLDA4ODxAREhMTFBUVFhcXGBgZGRoaGhoaGhkZGBgXFxYVFRQTExIREA8ODgwLCwkIBwYEAwIBAQIDBAYHCAkLCwwODg8QERITExQVFRYXFxgYGRkaGgAAAAIAAAAAA4AD/wADAAoAADMhNSEBIQkBIREhgAMA/QABAP8AAYABgP8A/wCAAgD+gAGAAYAAAAAAAgAAAAADoAP/ABIANwAAATMfBRElBRE/BicPBxElBREvDyEPBgL9BQkGBwQDAf7g/uABAQMEBwYIbwsJCAcFBAECAaABoAECBAUHCAoLDA0NDw4QEBD+BhARDw8ODg0DgAIDBQUGB/1bdnYCoAcGBQUFAwJRDA0NDg8PCBD8maqqA18REBAPDg4MDAoJCAYFBAIBAQIEBQcICQAAAgAAAAAD/wP/AGcA7gAAARUPFysBLxc9AT8XOwEfFwUfHjsBPw4XFQE3ASMnPw49AS8eDx4CgAECAgMDBQQFBg0OERIUFQsLDAwMDA0NDQ0NDQ0MDQwMDAsLCxQTERAODAUEBAQDAgIBAQICAwQEBAUGDQ8QEhQVCwsMDAwNDA0NDQ0NDQ0MDAwMCwsVFBIRDg0GBQQFAwMCAgH9gAEBAgQEBQYHCAgKCgoMDA0NDg4PEBARERESEhMTExMUERERERARDxAPDw8ODg0NECQBBGH+/TQjDAoJCAgHBwYFBQQDAwIBAgIEBAUGBwgICgoKDAwNDQ4ODxAQEREREhITExMTFBQTExMTEhIREREQEA8ODg0NDAwKCgoICAcGBQQEAgECgA0NDQ0MDAwMCwsVFBIRDg0GBQUEAwMCAgEBAgIDAwQFBQYGDhARExQWCwwMDAwNDQ0NDQ0NDA0MDAsMCxUUEhAPDQYFBAQEAwICAQECAgMEBAQFBg0PEBIUFQsMCwwMDQwNDQ0UExMTExISEREREBAPDg4NDQwMCgoKCAgHBgUEBAICAQIDAwQFBQYHBwgICQoMIzP+/GEBBCQPDg0ODg8PDxAPERARERERFBMTExMSEhERERAPDw8ODQ0MDAoKCQkIBwYFBAMDAQEBAQMDBAUGBwgJCQoKDAwNDQ4OEA8QEREREhITExMTAAAAAwAAAAAEAAP/ACQAMABFAAABNT8MESMVITUjETMfCzUhJRUzESMVITUjETM1JxUzESMVMzUhFTM1IxEzNSMVITUjAQABBAMDBQYHBAoLDQ5vZgEMZmYQDgwKCQcGBQMDBAH+QAJAQED9gEBAwEBAwAKAwEBAwP2AwAJ0AQ0OCAgJCAcEBgUDAgH+nywsAWEBAwUFBwcICQgIDg6MgED9gEBAAoBAIGD9gMBAQMACgMBAQAAAAQAAAAADQAM/AAsAABMXBxc3FzcnNycHJ8D09Ev19Uv19Uv19QL19fVL9fVL9fRM9fUAAAQAAAAABAADwAADAAcAjAEpAAABITUhNSE1IQUPGisBLwIjDw8/BS8NPx47AR8dBRUfEBUPDxUfCjM/DB8BMz8cLx8PHgFAAYD+gAGA/oACQAECAwQGBggJCQsMDQ0OEA8RERITExQUFRUWFhYWFxcgCQgICAcGBgkJCgoUFRUVFRQFBAMDBAEBAgQHAwUVDgsJBwYDAQEBAgQEBQYHCAgKCgoMDA0NDg4PEBARERESEhMTExMUFBMTExMSEhERERAQDw4ODQ0MDAoKCggIBwYFBAQCAvyAAQIDAwQEBgYGCAgICgoKAwIBAgIEBAYICQoVBwcFBAMBAgMEBgYICAkoJyQcHyAREBERERERERAQEB4dHB0cGxsbGhkZGBcWFhUTExIRDw8NDAsKCAcFBAIBAQIDBAYHCAkLCwwODg8QERISFBQVFRYXFxgYGRkaGhoaGhoZGRgYFxcWFRUUExMSERAPDg4MCwsJCAcGBAMCAcBAQEBXEBAQEA8PDg4ODQ0MDAsKCgoICAcHBgQFAwICAgIEAQMDBQUHCAcHBgsJBgUEAgwMCwwXFxYVExsICBkSExMUFBQVDg4ODg4NDQwNDAwLCwoKCgkJCAgIBgYGBQQEAwMCAQECAwMEBAUGBgYICAgJCQoKCgsLDAwNDA0NDg4ODg4QDw8PDw8PDw4ODg4ODQ0NCw4QCAkJCQkJCAgIDAYHCAgJCgoJCQkIBgYFAwkFAgIEAwQEBgYHCAkKCw0DAgECBAQGBwgJCgsMDA4ODxAREhISFBMVFRUWFhYXFRQVFBQTExISEhEQEBAODw0NDAsLCgkIBwcFBQMDAQEBAQMDBQUHBwgJCgsLDA0NDw4QEBAREhISExMUFBUUAAAAAAMAAAAAA8AD/wBAAEQAeQAAAQcVDw4vDz8PHw4DFSE1JxEfDyE/DxEnIQ8OAqsBAwQGBwgKCwwNDw4QEREREREREA4PDQwLCggHBgQDAQEDBAYHCAoLDA0PDhAREREREREQDg8NDAsKCAcGBAMq/kCAAQEDBAUFBwcICQkKCwsLDAKcDAsLCgoKCAkHBgYFBAMBAeT91gwLCwsKCQkIBwcFBQQDAQEcCAkREBAPDg0MCwoJBwUFAgEBAgUFBwkKCwwNDg8QEBEREhEQEA8ODQwLCgkHBQUCAQECBQUHCQoLDA0ODxAQEQJSwMAO/OQMCwsKCgoICQcGBgUEAwEBAQEDBAUGBgcJCAoKCgsLDAKq5AEBAwQFBgYHCQgKCgoLCwAAAAAEAAAAAAQAA78AAwAHAAsADwAANSE1ITUhNSE1ITUhNSE1IQMA/QAEAPwAAwD9AAQA/ABAgICAgICAgAACAAAAAAQAA98ATgBiAAATDxUjHw8/Dy8PDwYJARcBPwM1LwcPApoKCggHBQQDAgIDBAUGBwkICQgJCQgJCQoKCwwMDQ4ODw4PDw8PDw8WFRUTExEREA4MCwkHBQMCAQIEBQYICQsMDA0PDw8REREQDw8NDgwCtv4dlQHjAwYEAgIEBkwICQoKCwoJAWgMDQ0ODhAQHgwLCgoICAcGBgQEAwIBDQsLCgoICQcHBgUEAwIBAQIDBQcJCg0ODxEREhMVFRYREBAODg4MDAoJCAYFBAIBAQIEBQYICQJf/iKTAd0FCQoKCgoJCUwGBQMBAQMFAAAAAQAAAAAEAAL/AGQAABEhJz8OOwEfHjcvHiMPDycBwLcNDg4PDw8QEBARERIREhISERAREBAQDw8PDw4ODg4NDA0LDAsLCgoJCQgIBwcGBgV4BwcJCAoKCwwMDQ0ODw8PEBEREhETEhQTFBQVFBUWFRYZGBgXFxcXFhUVFRQUExIStAEA0QsLCgoJCAcHBwUFAwMDAQECAgMEBQUFBwYICAgJCgoLCwsMDA0NDg0PDg8PEA8pFRQUFBMSExESEBAQDw8NDgwMCwsJCQkHBwYEBQMCAgEBAwUFBggICgsLDA4ODxDRAAAAAAMAAAAAA6AEAAADAAcAEAAAKQE1IQEDJwkBMREHMzclASUBYAHA/kABmfXLAU3+GkDDHwEhAT3+1EACvv5ShwF8/q3+gIBJiwJM4AADAAAAAAJgA98APwB/AL8AACUVHw4/Dj0BLw0rAQ8NERUfDj8OPQEvDSsBDw0RFR8NOwE/DT0BLw4PDgGgAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICgAoJCQkJCAcHBgYEBAQCAQEBAQIEBAQGBgcHCAkJCQkKCgkKCAkIBwcGBgQFAwICAgIDBQQGBgcHCAkICgkBdgoJCQkJCAcHBgYEBAQCAQEBAQIEBAQGBgcHCAkJCQkKCgkKCAkIBwcGBgQFAwICAgIEBAQGBgcHCAkICgkBdgoJCggJCAcHBgYEBQMCAgICAwUEBgYHBwgJCAoJCgoJCQkJCAcHBgYEBAQCAQEBAQIEBAQGBgcHCAkJCQkAAAACAAAAAAOAA/8AAwBpAAAzITUhExUfHTsBPx01ESMRDw8vDxEjgAMA/QBAAgIDAwQFBgcHBwkJCQoLCwwMDA0ODQ4PDw8QDxAREBAREA8QDw8PDg0ODQwMDAsLCgkJCQcHBwYFBAMDAgKAAQMGBwgKDA0ODxARERESEhISEREREA8ODQwFCQgGBQKAgAGAEBEQDxAPDw4PDQ4NDAwMCwsKCQkJBwcHBgUEAwMCAgICAwMEBQYHBwcJCQkKCwsMDAwNDg0PDg8PEA8QERACAP4AFRMTEhEQDw0MCwkIBgQDAQEDBAYICQsMDQ8IEBETExUCCgAAAwAAAAADwAO/AE8AUwCZAAABHwQPDyMvDBUfCT8YNS8DIx8BJSE1IQEPFB8DMy8HPw4zHwc1LwYPAgJ+BAIFAwEBAgQEBggJCgwNDhARExQWDQ0PDx4eDw4PDQ0MDAoKCwwOHiAgHx0YIB8eHRwaDQwLDAoLCQkJCAcHBgUFAwMCAgEDBAerBgz9xwOA/IABhw4NGhgXCwoKCQkIBwcHBQUEAwIBAQEDBAawCQcHBgUEAgEBAwUGCQkLCw0ODg8QEA8QHBoaGBYWFBIQExUXGSswHR0cAV0FBg0NDw4NDAsKCggIBwYFBAQCAQEBAgIHCQUGBgcHCAgJkgUFBQUIBwYEAgEBAgQGBwkFBgYHBwgICQkKCwoMDA0NDg8PEBQUExIHDVyAAXIEBAoLDgcICQkJCgoLCwwMDQ0ODg8WFBMSCAgJCQsLDQ4PDQwMCgkICAYFBQMDAgEBAgQGBwkLDIwHBgUEBAMBAQMEAAMAAAAAA6ADnwAxADQAXgAAJRUfDTsBPw09AS8IDwYnITcnFwEPBR8FAR8FPwUBPwUvBQEC7wEDAwMFBQYGBwcICAgJCQkJCQgIBwcGBgUEBAMCAgIECAcHCBEPFSwQCAYGBAM8/ifssWX++AUEAwIEAQEEAgMEBQEjBQYFBgYMDQsGBQYFAR4EBAMDAwICAwMDBAT+T8EKCgkJCAgHBwYGBQQDAgICAgMEBQYGBwcICAkJCgoGDA4VDg4NGhUaPBoODg4ODfjtqmb+9wQGBQYMDAwMBQYFBf7cBAMDAgIBAQQCBAMFASAEBgUGDAwMDAYFBgUBsgAAAQAAAAAD4AP/AJ0AAAERIxE1LwsrAQ8MES8DDwQBHwchPw8RNS8LKwEPCx0BIxEvDCsBDwsVESMRNS8LKwEPCwIALAECAgMDBAgLBgYGBgcHBgcGBQYJCAQCAwEBAcIGBwcJCQkHOQFXDA4PBxAREREBRxISEBAPDw0NCwoJBwMGAwIBAgIDAwQJCgYGBgcGBwcGBgYFCggDAwICASsBAQEDAgQDCQsFBgcGBwcGBgYGBQoIAwMCAgEsAQICAwMECQoGBgYHBgcHBgYGBQoIAwMCAgEDwP5rASoHBgYGBgUFCQcCAgIBAQICAgQHCgUGBgYGB/4EbAIBAQECBAY1/qwMCggEBwUDAgEDBAYHCAoLDA4ODggQERECcwcGBgYGBQUJBwICAgEBAgICBAcKBQYGBgYH6gFqBwYGBgYFBQkGAwICAQECAgMDCAkFBgYGBgf+lgGVBgcGBgUGBQgHAwICAQECAgMDCAkGBQYGBwANAAAAAAPgA98AAwAHAAsADwATABcAGwAfACMAJwArAC8AMwAAJTM1IwUzNSMFMzUjITM1IwUzNSMhMzUjBTM1IwUzNSMhMzUjBTM1IyEzNSMFMzUjBTM1IwMgwMD+gMDA/oDAwAJAwMD+gMDAAkDAwP6AwMD+gMDAAkDAwP6AwMACQMDA/oDAwP6AwMAgwMDAwMDAwMDAwMDAwMDAwMDAwMDAAAMAAAAAA8AD/wADACcALwAAAREhEQMfDyE/DxEhNyEVITUhJyMDAP4AgAECAwQFBwcJCQkLCwwMDQ0CAA0NDAwLCwkJCQcHBQQDAgH9AOD+4AOA/uBAwAKA/gACAP4ADQ0MDAsKCgkJBwYGBAMCAQECAwQGBgcJCQoKCwwMDQ0CgMCAgEAAAAABAAAAAANfA/8AOgAAEw8DER8HPwQfBj8HNS8CPwcvAwEVLwMPAq8EBQQCAQMEBwcJCQoKCQkIgXMFBwgJCgoKCbwJCAYEAwEEcagICAcHBAMBAQMFB/2mCAkJCgoJCQPyBAgJCvz8CgkJBwcEAwEBAgMEZ/IJBwUEAgEBA1YGBggJCgoKC+8iAwUGBwkJCQoKCAgB8QIFBAIBAQMEAAAAAQAAAAACgALfAAIAAAEtAQGAAQD/AAEg4OAAAAMAAAAAA8ADnwADAAcAEQAAARUjNQEVIzUHASMRITUBMxEhAQCAAwCAQP4oqAEAAdio/wABIICAAkCAgGP+Y/8AowGdAQAAAAQAAAAABAADvwADAAcALwAzAAABFSE1JRUjNSERMxUhNTMRLw8hDw43ITUhAsD+gAJAgP0AwAKAwAECAwQFBwcICQoLCwwMDQ39AA0NDAwLCwkKCAcHBQQDAr8CgP2AAYDAwMCAgP7AwMABQA0NDAwLCwoJCAcHBQQDAgEBAgMEBQcHCQkKCgsMDA2zwAAAAAEAAAAABAAC/wBkAAABLw8jDx4XPx47AR8OByERA0wSEhMUFBUVFRYXFxcXGBgZFhUWFRQVFBQTFBITERIRERAPDw8ODQ0MDAsKCggJBwd4BQYGBwcICAkJCgoLCwwLDQwNDg4ODg8PDw8QEBAREBESEhIREhEREBAQDw8PDg4NtwHAAi8QDw4ODAsLCggIBgUFAwEBAgIDBQQGBwcJCQkLCwwMDg0PDxAQEBIRExITFBQUFSkPEA8PDg8NDg0NDAwLCwsKCgkICAgGBwUFBQQDAgIBAQMDAwUFBwcHCAkKCgsL0QIAAAACAAAAAANAA38AAgAKAAABBxMBMzchFzMBIwJr1mv+wGtRAQdSa/71agHJAQFK/W7b2wMAAAAAAAMAAAAABAAD/wBAAEwAtAAAARUPDy8PPw8fDgERIy8HNQcjJw8eHQEfHj8ePQEnIREhAkABBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFhcXFhYUFBIREA8NCwkIBQQBQeYODxETFBYXGIAFGxISEhERERAQDxAODw0ODQwLDAoKCQgIBwcFBQQDAgICAgMEBQUHBwgICQoKDAsMDQ4NDw4QDxAQEREREhISEhISEREREBAPEA4PDQ4NDAsMCgoJCAgHBwUFBAMCAgEBQf2AAWALDBYVFRQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBUVFhcXFhYUFBIREA8NCwkIBQQBAQQFCAkLDQ8QERIUFBYWAgn+gBgXFhQSERAN58EBAQECAwQFBQcHCAgJCgsLCwwNDg0PDhAPEBARERESEhISEhESERAREA8QDg8NDgwNCwsLCgkICAcHBQUEAwIBAQEBAgMEBQUHBwgICQoLCwsMDQ4NDw4QDxAQERESERISDhICgAAAAAABAAAAAAKAAuAAAgAAAQURAYABAAIA4AHAAAAAAwAAAAAEAAP/AAMABwALAAAxITUhESE1IREhESEEAPwABAD8AAQA/ABAAQDAAQABAAAAAAUAAAAABAAD+wADAAcADAAYACwAABMzNSM1ITUhBRUzAScBIQURIxEnIREhNSElBxc/Az0BLwcPAsDAwAFA/sABQGMBPmP8wgJsARSAbP3sAgD9gAOVMWQwBAICAgIEPgQFBAYFBAUBvECAQFxkAUNk/Rm4Afj++EgCAIA4MWQxBAUFBQUFBAQ/BAIBAQEBAgAAAAADAAAAAAPAA/8ABQAYAB0AADMhNSERIyUdAR8KOwERIREDIREBIUACgP4AgAJAAQICAwcICwUGBgYHgP5AgALA/v3+Q4ACgICABwYGBgYKCAcDAgIB/oACQP1AAjoBBgADAAAAAAQAA/8AAwBHAKAAADMhNSEBHwYVDxEjNS8PNT8OHwYlDwgVHxAhFSE1ITU/DjUvFisBDw2AAwD9AAHlBwYEBAMCAQEBAgMEBAQOEA4MCgkKBQgEAQwHCAkICgsNDhcEBAQDAgEBAQIDBAQGBwoKCwwNDg8QEA8ODQwLCv7hBwYLCggHBQQCAQMFBggJGQwKCQgGBQUDBgH+hgQA/oYGCQUGCAkKDBQKCAcGAwMBAwQGCAkKDQ8KCgsLCwwMDQ0NDQ4PDg8PDg8ODQ0NDQwMCwsLCgqAAtkJCQoKCgsLCwsLCwoLCgoYHh4eHhwqGS4sNRpSLykcHR4eHicKCgsKCwsLCwsLCgoKCQkJCAcFBQMBAQEBAwUFBwhNCAgREhIUFBQVFRUVFRUVFCwZGBkYFxYVFC80gIAZQTIWFxgZGBkiFBQVFRUWFRUUFBQTEhEREQkJCAcHBgUFBAQDAgIBAQICAwQEBQUGBwcICQkAAAACAAAAAAPAA/8AFwAfAAA7AREhHQEfCjsBETMRJyE1IREjFSE1I0CAAcABAgIDBwgKBgYGBgeAgOb9ZgOAgP2AgAHAgAcGBgYGCggHAwICAf8AAVvlgAFAwMAAAAIAAAAAA8AD/wASABcAAAEdAR8KOwERIREDIREnIQKAAQICAwcICgYGBgYHgP2AgAOA5v1mA4CABwYGBgYKCAcDAgIB/cADAPyAAxrmAAAABAAAAAAD+AP4AAMABwALABEAABMhNSElESERAyERITchETMRIcUBev6GAbn+CH4C9P0M/AJ2fv0MAUN+vf4IAfj9igL0fv1LAzMAAAQAAAAAA/gD+AALAA8AEwAZAAABIxUzFTM1MzUjNSMlESERAyERITchETMRIQFDfn5+fn5+ATv+CH4C9P0M/AJ2fv0MAcF+fn5+fj/+CAH4/YoC9H79SwMzAAAAAgAAAAAD+AP4AAIABQAAJSERCQEhAQQC9PwQAvT9DAgC9P4IAvQAAAIAAAAAA/gD+AACAAUAADchCQERIQgC9P0MA/D9DAgC9P4IAvQAAAABAAAAAAN6A3oAAgAANyERhgL0hgL0AAABAAAAAAN6A3oAAgAAJREhA3r9DIYC9AABAAAAAAN6A3oAAgAANyEBhgL0/QyGAvQAAAAAAQAAAAADegN6AAIAADcBIYYC9P0MhgL0AAAAAAgAAAAAAuADwAAvAF8AjwC/AO8BHwFPAX8AACUVHwk7AT8JPQEvCSsBDwkFFR8JOwE/CT0BLwkrAQ8JJRUfCTsBPwk9AS8JKwEPCQUVHwk7AT8JPQEvCSsBDwklFR8JOwE/CT0BLwkrAQ8JBRUfCTsBPwk9AS8JKwEPCSUVHwk7AT8JPQEvCSsBDwkFFR8JOwE/CT0BLwkrAQ8JAmABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAf7AAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBQAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIB/sABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQFAAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgH+wAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAUABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAf7AAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgGABwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYG+QcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBvkHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgb5BwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGAAEAAAAAA/gC/AACAAATIQEIA/D+CAEEAfgAAAABAAAAAAP4AvwAAgAACQEhAgAB+PwQAQQB+AAAAQAAAAAC/AP4AAIAACUJAQEEAfj+CAgB+AH4AAEAAAAAAvwD+AACAAAJAREBBAH4AgD+CAPwAAADAAAAAAJ+A/gAPwB/AL8AACUfDz8PLw8PDgMfDz8PLw8PDgMfDz8PLw8PDgGCAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwKGDQwNCwsKCgkICAYFBAMCAQECAwQFBggICQoKCwsNDA0NDA0LCwoKCQgIBgUEAwIBAQIDBAUGCAgJCgoLCw0MAW0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwBbQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDAAEAAAAAAP4A7gAAwAHABMAVAAAJTM1IychNSEnIS8FPQE3IQUVHw8/Dy8PDw4Bgvz8vQJ2/Yq9AowJBAMDAQID/YcCtQECBAUHCAkKCwwNDg8PDxARDw8PDg0MCwoJCAcFBAIBAQIEBQcICQoLDA0ODw8PERAPDw8ODQwLCgkIBwUEAkd+vX69FgwLDAwNDAgYIAgIDw8PDg0MCwoJCAcFBAIBAQIEBQcICQoLDA0ODw8PEBEPDw8ODQwLCgkIBwUEAgEBAgQFBwgJCgsMDQ4PDw8AAAMAAAAAA+UDRAAFAAsADwAAARcHFzcnBRc3JzcnExcTJwK0wMA6+Pj9LPg6v786WjzNPQK+vr46+Pj4+Dq+vjr91xMCdRMAAAQAAAAAA7kDuAAjAEcAawCPAAABER8HIT8HES8HIQ8GBREfByE/BxEvByEPBgERHwchPwcRLwchDwYFER8HIT8HES8HIQ8GAj8BAQMEBQUGBgE8BgYFBQQDAQEBAQMEBQUGBv7EBgYFBQQDAf4HAQEDBAUFBgYBPAYGBQUEAwEBAQEDBAUFBgb+xAYGBQUEAwEB9wEBAwQFBQYGATwGBgUFBAMBAQEBAwQFBQYG/sQGBgUFBAMB/gcBAQMEBQUGBgE8BgYFBQQDAQEBAQMEBQUGBv7EBgYFBQQDAQGi/sUHBgUFAwMCAQECAwMFBQYHATsGBgUFBAMBAQEBAwQFBQYG/sUHBgUFAwMCAQECAwMFBQYHATsGBgUFBAMBAQEBAwQFBQYB8f7FBgYFBQQDAQEBAQMEBQUGBgE7BwYFBQMDAgEBAgMDBQUGB/7FBgYFBQQDAQEBAQMEBQUGBgE7BwYFBQMDAgEBAgMDBQUGAAAAAwAAAAADegP4AAcACwBiAAABFSE1MxEhESUVIzUrAQ8KFREVHwozITM/CTURNS8KIy8OKwEPDgFDAXo//ggBO34/vQYHBgYKCgcGAgIBAQICAwYJCgUGBgYHAlclBwYFCwoHBgICAQECAgYHCgoGBgcGvQMDBAUHCAoNBwcJCAoKCwsLCwoKCAgIBwwKCQYFBAMCAvw/P/2KAnZ+Pz8BAQECBggJCwYGBgf9DQYGBgYGCgkGAwICAQECAgYHCgoGBgcGAtUlBwYFCwkIBgIBAQEdCwsMDAsLCQUDBAMCAgEBAgIDBAMFCQsLDAwLCwkAAgAAAAADegP3ACMAKwAANxUfDiE/DxEhNyMVITUjJyHFAgIEBAUGCAgICQkJCgsLAaILCgoKCQkICAcHBQQEAgEB/Yp+vQL0vTj+9nULCwoKCgkICAgGBQUDAwEBAQEDAwUFBggICAkKCgoLCwKHvX5+PwACAAAAAAN6A/cAAwAKAAA3ITUhEyMJASMRI4YC9P0M/PwBegF6/PwIfgH4/oYBegF6AAAABAAAAAAD+AP3AD8AfwCEAQYAACUVDw4vDj0BPw07AR8NERUPDSsBLw09AT8OHw4lBxcBNQUVHxA/BxcHLwYjDw8fDz8PLwc3ATM1ATUvDw8OAUMCAgMEBQYGBggHCQgJCgoJCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgkKCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgoJCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgkKCgkICQcIBgYGBQQDAgIB9/t+ATv8EAEEBQcJCwwNDwgRERMUFBUVEg0MDAwLCws6OgsMDAwNDQ0OFhYVFBQSEQ8PDAsKBwYDAQEDBgcKCwwOEBESExUVFhYYFRUVExIRDw4NCwkIBQQBAQECBAQFBgddATu9/ckDBAYICgsMDhAQEhIUFBUVGxYUFBMSEQ8ODQsJCAUE5QoJCQkICAcHBgYEBAQCAQEBAQIEBAQGBgcHCAgJCQkKCQoJCAkHCAYHBQUEAwICAgIDBAUFBwYIBwkICQoCLQkKCQgJBwgGBwUFBAMCAgICAwQFBQcGCAcJCAkKCQoJCQkICAcHBgYEBAQCAQEBAQIEBAQGBgcHCAgJCQmR+X4BOz+bAhkVFRMTEREPDgYMCwgHBQMBAQECAwMEBQVXVwYEBAQCAgIBAwYHCgsMDw8REhQUFRYWFxYVFBMSERAODQsJCAUEAQEEBQgJCw0ODxESExQVFhcQDg8ODg0NDC/+xj4CVkYcFRMTEhEQDw0MCgkHBQMCAgMGBwkLDQ4PERITExUWAAAAAAYAAAAAA/gDuAADAAcACwAPABMAFwAAJSE1IQczNSM3ITUhBzM1IzchNSEHMzUjAQQC9P0M/H5+/AL0/Qz8fn78AvT9DPx+fkd+fn78fn5+/H5+fgAAAAACAAAAAAP4A/cAZADJAAAlIy8ONyERNx8PPx8jFQ8dATM1Px4zHw4HIREHLw8PHgIAEBAPEA8PDw8ODw4NDg0ND2z+xXUVERITExMUFBQVFRUWFhYWGhkaGBkYFxcWFhUVExMTEREQDw4NDAsKCQgHBgQDAgF+AgIEBAUGBwcJCQoKCwwNDQ4ODw8QEBEREhISEhMU/fV+AgIEBAUGBwcJCQoKCwwNDQ4ODw8QEBEREhISEhMUExAPDxAPDg8PDg4ODQ0NDRNsATt1GhESEhMTExQUFBUVFRYVFhoZGhgZGBcXFhYVFRMTExEREA8ODQwLCgkIBwYEAwKGAQICAwQEBQUGBgcICAgMbP7FdhEMDAsKCggIBwYFBAMDAQEBAgMFBQcICQoLDA0ODxARERMTFBQVFhYXFxgZGBoZGhMUExISEhIRERAQDw8ODg0NCwwKCgkJBwcGBQQDAwEBeRMUExISEhIRERAQDw8ODg0NCwwKCgkJBwcGBQQDAwEBAQICAwMEBQUGBgcHCAgObAE7dhQMDAoKCQkHBwUFBAQCAQEBAgMFBQcICQoLDA0ODxARERMTFBQVFhYXFxgZGBoZAAAAAAMAAAAAA/gD9wADAAcAhwAAAREjETcVIzUlDw8fHz8fLx8PDgI/fn5+/toSEA8ODQwKCgkHBwUEBAIBAQIEBAUHBwkKCgwNDg8QEhISFBMVFRUWFxcYGBkZGhsbGhkZGBgXFxYVFRUTFBISEhAPDg0MCgoJBwcFBAQCAQECBAQFBwcJCgoMDQ4PEBISEhQTFRUVFhcXGBgZGRobGxoZGRgYFxcWFRUVExQSAj/+hgF6/H5+KhITExMVFRUWFxcYGBkZGhsbGhkZGBgXFxYVFRUTExMSERAPDg0MCwoICAYGBAMDAQEDAwQGBggICgsMDQ4PEBESExMTFRUVFhcXGBgZGRobGxoZGRgYFxcWFRUVExQSEhEQEA4MDAsKCAgGBgQDAwEBAwMEBgYICAoLDA0ODxAAAQAAAAADOgP3AAUAABMJARcJAcUBvf5DVgIg/eADm/5l/mVdAfgB+AAAAAACAAAAAAP3A7gAAwBJAAABESERJw8HER8PIT8PES8PISchDwYDev0MYAcGBQUDAgEBAQECAwUFBgcHCAkJCQoLCgMiCgsKCQkJCAcHBgUFAwIBAQEBAgMFBQYHBwgJCQkKCwr+b2r+2gsLCgkJCQgCvf4IAfjcCAgJCQkKCwr9YwsLCgkJCQgIBwYFBAQDAgEBAgMDBQUGBwgICQkJCgsKAh8MCwoKCQkICAcGBQQDAwEBfgECAwMFBQYAAAEAAAAAA5YDmQALAAAJAQcJARcJATcJAScCAP7DWQE9/sNZAT0BPVn+wwE9WQJaAT9Z/sD+wFkBP/7BWQFAAUBZAAAAAQAAAAAD9wO4AEUAABMPBxEfDyE/DxEvDyEnIQ8GJgcGBQUDAgEBAQECAwUFBgcHCAkJCQoLCgMiCgsKCQkJCAcHBgUFAwIBAQEBAgMFBQYHBwgJCQkKCwr+b2r+2QoLCgkJCQgDmQgICQkJCgsK/WMLCwoJCQkICAcGBQQEAwIBAQIDAwUFBgcICAkJCQoLCgIfDAsKCgkJCAgHBgUEBAIBAX4BAgMDBQUGAAQAAAAAA7kDuAADAAgAHABgAAABFSE3EwEjNQE3HwQPBCc/BB8CJREfDyE/DxEvDyEPDgM7/kc/n/7HYgE5ej0DAwEBAQEDAzBhLwQFBQUFBAX90wECAwQFBwcICQoKCwwMDA0Cdg0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwN/YoNDAwMCwoKCQgHBwUEAwIBQz8/AQD+w2MBPE89BAUFBQUFBAQwYjAEAgEBAQECQ/2KDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0Cdg0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwAAAMAAAAAA7kD9wAFADoAUAAAARUzESERIxEfDyE/DxEnIQ8OJxEzESE1IQ8OAn69/kd+AQIDBAUHBwgJCgoLDAwMDQG5DQwMDAsKCgkIBwcFBAMCAfz+xQ0MDAwLCgoJCAcHBQQDAr5+Afj+CA0MDAwLCgoJCAcHBQQDAgK9vf6GAjf9yQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAbn8AQIDBAUHBwgJCgoLDAwMsP2KAnZ+AQIDBAUHBwgJCgoLDAwMAAIAAAAAA/gD9wBfAOYAAAEVDxUrAS8VPQE/FTsBHxUFFR8ePw8XFQE3AyMnPw49AS8eDx4CfgECAgMDBAUKDQ8QEhMVFgsMDAwNDA0NDQ0MDQwMDAsWFRMSEA8NCgUEAwMCAgEBAgIDAwQFCg0PEBITFRYLDAwMDQwNDQ0NDA0MDAwLFhUTEhAPDQoFBAMDAgIB/YoCAgQEBQYHBwkJCgoLDA0NDg4PDxAQERESEhISExQTEREQERAQEA8PDw4ODg0NECIBAV//MyMMCgkICAcGBgUFBAMDAgECAgQEBQYHBwkJCgoLDA0NDg4PDxAQERESEhISExQTExQTEhISEhEREBAPDw4ODQ0MCwoKCQkHBwYFBAQCAgJ+DQ0MDQwMDAsWFRMSEA8NCgUEAwMCAgEBAgIDAwQFCg0PEBITFRYLDAwMDQwNDQ0NDA0MDAsMFhUTEhAPDAsFBAMDAgIBAQICAwMEBQsMDxASExUWDAsMDA0MDQ0TFBMSEhISEREQEA8PDg4NDQsMCgoJCQcHBgUEAwMBAQEBAQMDBAUFBgYIBwkICgwjMv8AYAEAIw8NDQ4ODg8PDxAQEBEQERETFBITEhISEREQEA8PDg4NDQsMCgoJCAgHBgUEAwMBAQEBAwMEBQYHCAgJCgoMCw0NDg4PDxAQERESEhITEhQAAAAAAgAAAAADegP3AAMACgAANyE1IREzETMRMwGGAvT9DPz8/P6GCH4B+P6GAXoBegAAAQAAAAAD9wOZAAgAABMBNwMhNSETJwgBhlv3Awb8+vdbAgD+Z1cBA34BA1cAAAAAAwAAAAAD+AP3ABUAGwBVAAA3Hw8hNSERIwUnBxcBJwURHw8hPw81IxUhESE1IQ8OCAECAwQFBwcICQoKCwwMDA0Cdv2KfgI3UVqrAblZ/SYBAgMEBQcHCAkKCgsMDAwNAjcNDAwMCwoKCQgHBwUEAwIBfv3JAXr+hg0MDAwLCgoJCAcHBQQDAoYNDAwMCwoKCQgHBwUEAwIBfgJ2o1FZqgG5WT/9yQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwN/PwCN34BAgMEBQcHCAkKCgsMDAwAAAQAAAAAA/gD2AADAAcACwASAAAlMzUjNSE1ITUhNSEBIxc3IxEjAcH8/AF6/oYCN/3J/sV+vb1+fqZ+vX29fv1Mvb0C8wAAAAMAAAAAAl4D2AA/AH8AvwAAJRUfDTsBPw09AS8ODw4RFR8NOwE/DT0BLw0rAQ8NERUfDj8OPQEvDSsBDw0BogEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAYYJCgkJCAgHBwYFBQQDAgICAgMEBQUGBwcICAkJCgkKCQkJCAgHBwYGBAQDAwEBAQEDAwQEBgYHBwgICQkJAXAKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQFwCgkJCQgIBwcGBgQEAwMBAQEBAwMEBAYGBwcICAkJCQoJCgkJCAgHBwYFBQQDAgICAgMEBQUGBwcICAkJCgAAAAEAAAAAA/cDeQAFAAABJwcJAScBVfRZAU0Co1kBN/Fa/rgCmloAAAADAAAAAAPYAl4APwB/AL8AAAEVHw07AT8NPQEvDSsBDw0FFR8NOwE/DT0BLw0rAQ8NBRUfDTsBPw09AS8NKwEPDQMcAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMB/oYBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwH+hgEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQIACgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkAAAAAAgAAAAAD+AP3AAsATwAAARc3MwcXIycHIzcnJREVHw4hPw41ETUvDiEPDgF3iYluxcpwjIxwzcf+/gICAwQFBgYGCAcJCAkKCQM0CQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoJ/MwJCgkICQcIBgYGBQQDAgIC/K6u+v6xsfz8nfzOCgkKCAgICAYGBgUEAwIBAQEBAgMEBQYGBggICAgKCQoDMgoJCggICAgGBgYFBAMCAQEBAQIDBAUGBgYICAgICgkAAAAABAAAAAAD+AP3AAkAlAEAAUQAAAEfATM/ATMDIwMHHwcjNS8GDwYdAR8RDw8vDjUzHwo/BjUvET0BPw07AR8FBR8HIzUvBiMPCxUfCz8HMw8OKwEvDj8OOwEfBQERFR8OIT8ONRE1Lw4hDw4C6D0FAQY7Rmo7a0QHBwUFAwMBAUQDBAYICQsLDAoJBwUEAwIEBQgRNBcTCAcGBgQEAwIBAQEBAwMFBgYICQkKCwsMDQ4ODg0MCwoKCQgGBgUEAgJBAQICAwMEBAkKDAwSCgkHBQQBAQMFBwkNMhYTCAcHBQUEAwIBAQMDBQUHBwgJCgoLCw0NDQ0MDAoKCf7qCAcGBAQDAQFAAgQGCAoLDBAICAcHBQUEBAMCBAICBAUEBAQGBgcICQkNCwoJBwYDAUABAgIEBQYICAkKCgsLCwwNEBAODQ0LCgkIBwYFBAICAQECAgQFBgcICQoMDA0OEBANDQwMCwoJ/tICAgMEBQYGBggHCQgJCgkDNAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCfzMCQoJCAkHCAYGBgUEAwICAnm0Fxe0/vEBDxMGBwcICAgJCQgHBwcFBAIBAQIDBAUGBwcGBwUEBAYLBwgEBQUFBgYHBwgICQkICAcHBgYFBQQDAgIBAQEBAgMEBQUGBwcICAgICQkGCgUEAwQCBQMCAQEDAwQGBgcHBgYFBQQEDAcHBQQFBQYGBwcICAgJCAcHBwYHBQUEAwMCAQECAwMEBQoHCAgJCgoLCwYKCggIBQQCAQIDAwQFBgYHBxASHBEQDgcFBQQEAgIBAQECBQUHCAkKCgoJCAkIBwcHBQUEAwIBAgMEBQcICAoLCwwNDQ4PFw4ODAwMCgoJCAYGBAMCAQMDBAQGATD8zgoJCggICAgGBgYFBAMCAQEBAQIDBAUGBgYICAgICgkKAzIKCQoICAgIBgYGBQQDAgEBAQECAwQFBgYGCAgICAoJAAADAAAAAAO5A/gAQABEAHkAAAEVDw8vDz8PHw4DFSE1IxEfDyE/DxEnIQ8OAqgBAgUFBwkJCwwNDg8PEBEREREQDw8ODQwLCQkHBQUCAQECBQUHCQkLDA0ODw8QERERERAPDw4NDAsJCQcFBQIp/kd+AQIDBAUHBwgJCgoLDAwMDQJ2DQwMDAsKCgkIBwcFBAMCAeD97A0MDAwLCgoJCAcHBQQDAgEgCQgREA8PDg0MCwkJBwUEAwEBAwQFBwkJCwwNDg8PEBEREREQDw8ODQwLCQkHBQUCAQECBQUHCQkLDA0ODw8QEQJJvb39DA0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNApLgAQIDBAUHBwgJCgoLDAwMAAAEAAAAAAP3A/gABAAYABwAeAAAJRUzASc3Bxc/Az0BLwYrAQ8BARUhNSMRHw8hNS8PPw8fDzcxPwM1JyEPDgIAYQE2YVowYS8EAgICAgQ8BAQFBQUFBP6r/kd+AQIDBAUHBwgJCgoLDAwMDQE7EREQDw8ODQwLCQkHBQUCAQECBQUHCQkLDA0ODw8QEREREA8PDg4MDAsJCQcGBQMCzi0FBgzg/ewNDAwMCwoKCQgHBwUEAwJpYQE3YFkvYC8EBAUFBQUEBDwEAgICAgF+vb39DA0MDAwLCgoJCAcHBQQDAgFwAQIFBQcJCQsMDQ4OEBAREREREA8PDg0MCwkJBwUEAwEBAgQFBwgJCgsMDQ4PDxAQzi0EBAfk4AECAwQFBwcICQoKCwwMDAAAAAACAAAAAAP4A/gAZwChAAABDwYdAQ8gFR8HPxMdAR8JPwQBPwMvAwEvAwcFER8PIT8PNSMVIREhNSEPDgKeBAMEAgICARcXFhUVFBMTExIRERAQDw4ODgwNCwsLCgkJCAgHBgYFAQECAwMEBQYHBwcGBRMUFBUWFhgYGRobHBweHyABAQMCAwQEBAUEBQQEBAQBLQUDAgEBAgME/tIFBQUFB/1jAQIDBAUHBwgJCgoLDAwMDQK1DQwMDAsKCgkIBwcFBAMCAX79SwE7/sUNDAwMCwoKCQgHBwUEAwIDtgIDAwMEBAUEkwQFBQYGBwgICAkKCwoMDA0NDg4PEBAQERITEhQUFRUWBQUFBQUEAwMCAQECBAUWFRMSEQ8ODQsJCQcGBAMCjgUEBAQEAwMCAQEBAQEBAwIBDQQGBgcHBgYFAQ4DAwEBAT79DA0MDAwLCgoJCAgGBQQDAgEBAgMEBQYICAkJCwsLDQwNpKQC9H4BAgMEBQcHCAkKCgsMDAwAAAACAAAAAAN6A/cAIwArAAA3Hw8hPw8RITcjFSE1IychxQECAwQFBwcICQoKCwwMDA0Beg0MDAwLCgoJCAcHBQQDAgH9in69AvS9OP72hg0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAna9fn4/AAUAAAAAA/gD+AAzAD8AcwCFALkAABMdAR8JMyEzPwk9Ai8JIyEjDwkTFTMVIxUjNSM1MzUnERUfCTMhMz8JNRE1LwkjISMPCTcVMzUhNSEjDwkFERUfCTsCPwk1ETUvCSsCDwkIAQICBgcKCgYGBwYDcgYHBgYKCgcGAgIBAQICBgcKCgYGBwb8jgYHBgYKCgcGAgIB/D8/Pz8/vQECAgYHCgoGBgcGATsGBwYGCgoHBgICAQECAgYHCgoGBgcG/sUGBwYGCgoHBgICAb0/AXr+hgYHBgYKCgcGAgIBAfgBAgIGBwoKBgYHBr0GBwYGCgoHBgICAQECAgYHCgoGBgcGvQYHBgYKCgcGAgIBAQS9BgcGBgoKBwYCAgEBAgIGBwoKBgYHBr0GBwYGCgoHBgICAQECAgYHCgoGBgcBsz8/Pz8/Pz/+xQYHBgYKCgcGAgIBAQICBgcKCgYGBwYBOwYHBgYKCgcGAgIBAQICBgcKCgYGB7c/Pz8BAgIGBwoKBgYHBv4IBgcGBgoKBwYCAgEBAgIGBwoKBgYHBgH4BgcGBgoKBwYCAgEBAgIGBwoKBgYHAAAKAAAAAAP4A/gAAwAHAAsADwATABcAGwAfACMAVwAAARUjNSMVIzUjFSM1JRUjNSMVIzUjFSM1JRUjNSMVIzUFIzUzJREVHwkzITM/CTURNS8JIyEjDwkDufw//D/8A3L8P/w//AI3/D/8A3L8/PxPAQICBgcKCgYGBwYDcgYHBgYKCgcGAgIBAQICBgcKCgYGBwb8jgYHBgYKCgcGAgIBAQS9vb29vb38vb29vb29/L29vb29vb38jgYHBgYKCgcGAgIBAQICBgcKCgYGBwYDcgYHBgYKCgcGAgIBAQICBggJCwUGBwAABgAAAAAD+AP4AAsAPwBLAH8AkQDFAAABFTMVIxUjNSM1MzUjHQEfCTMhMz8JPQIvCSMhIw8JExUzFSMVIzUjNTM1Ix0BHwkzITM/CT0CLwkjISMPCTcVMzUzNSsBDwkFERUfCTMhMz8JNRE1LwkjISMPCQEEPz8/Pz+9AQICBgcKCgYGBwYBOwYHBgYKCgcGAgIBAQICBgcKCgYGBwb+xQYHBgYKCgcGAgIB/D8/Pz8/vQECAgYHCgoGBgcGATsGBwYGCgoHBgICAQECAgYHCgoGBgcG/sUGBwYGCgoHBgICAb0//PwGBwYGCgoHBgICAQF6AQICBgcKCgYGBwYBOwYHBgYKCgcGAgIBAQICBgcKCgYGBwb+xQYHBgYKCgcGAgIBAQQ/Pz8/Pz+9BgcGBgoKBwYCAgEBAgIGBwoKBgYHBr0GBwYGCgoHBgICAQECAgYHCgoGBgcBsz8/Pz8/P70GBwYGCgoHBgICAQECAgYHCgoGBgcGvQYHBgYKCgcGAgIBAQICBgcKCgYGB/Z+fj8BAgIGBwoKBgYHBvyOBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgNyBgcGBgoKBwYCAgEBAgIGBwoKBgYHAAIAAAAAA7kD+AALAEQAAAEjFTMVMzUzNSM1IwERHw8zNSMRIR0BHwk7ARUzNSchDw4CvX5+fn5+fv2KAQIDBAUHBwgJCgoLDAwMDfz8AbkBAgIGBwoKBgYHBn5+4v3uDQwMDAsKCgkIBwcFBAMCAUN+fn5+fgG5/QwNDAwMCwoKCQgHBwUEAwIBfgL0fgYHBgYKCgcGAgIBftfiAQIDBAUHBwgJCgoLDAwMAAAFAAAAAAP4A/gABAAYACcANgCUAAAlFTMBJzcHFz8DPQEvBisBDwElDwIVPwQVMxEjDwQVPwQVMxEjByURHw8zNSsBLwk1ETU/CTMhMx8JHQEzNS8PIQ8OAgBhATZhWjBhLwQCAgICBDwEBAUFBQUE/lwLDBgJERAOBkAnE9ILDBgJERAOBkAnE/7AAQMFBggJCwwODggQERISE8G3BgcGBgoKBwYCAgEBAgIGBwoKBgYHBgJ2BgcGBgoKBwYCAgF+AQMFBggJCwwODggQERISE/2AExMSEhAQDg4MCwkIBgUDaWEBN2BZL2AvBAQFBQUFBAQ8BAICAgK0BQUHMQEEBgcFzQEODAoFBQcxAQQGBwXNAQ4Mgf2KExMSEREQDg0NCwQJBwYEAn4BAgIGCAkLBQYHBgJ2BwYGBgoKBwYCAgEBAgIGBwoKBgYGB729ExMSEREQDg4MCwUICAUEAgEDBQYICQsMDg4QERESEwAAAAQAAAAAA/gD+AADAAgAHABgAAABFSE3EwEjNQE3HwQPBCc/AzsBHwElER8PIT8PES8PIQ8OAzv+Rz+f/sdiATl6PQMDAQEBAQMDMGEvBAUFBQUEBf2UAQIDBAUHBwgJCgoLDAwMDQL0DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA39DA0MDAwLCgoJCAcHBQQDAgFDPz8BAP7DYwE8Tz0EBQUFBQQFBDBiMAQCAgICgv0MDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0C9A0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwAAAYAAAAAA/gD9wAYAC8AOwBWANQBGAAAAQ8IHwczPwUlHwU/BjUvBgcnDwI/Ay8EDwUVHwU/AT0BLwcjHwMVDwQfAz8CMx8KFQ8NLwcPDS8KPQE/ES8GPQE/DB8GJREVHw4hPw41ETUvDiEPDgFJEBQVCQgHBAEBAQICBAQFBQUFBgQEBAYqAUgNIw0GBgUHCAYGAgQCAQMECQ0TDxjgCQoVJSUkIxgXFxYpAwQGBgMCAQICAxMTDwMCAgMEBAUFBQVMAgEBAQIDCg0eICEjHx8QEBAQCRANCwgHBAQBAQEDBAQFBgcHBwgJCAkMDAsKCgkYLkctLy8MGSEGBggICgwMCwsKCQkIBgMFAgEBAgIEBAQFDAwODUgdEA4OEhAQEA8PBgUDAQICAwQFBgYICAkICw0MDAsJCQb+AgICAwQFBgYGCAcJCAkKCQM0CQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoJ/MwJCgkICQcIBgYGBQQDAgIBSQYICQYGBgcDBAYHBQUDAwIBAgIDAwlJWQwgCQQCAQEDBAYDBwcHBgUFBAQCAQJbGhozDAkJBxkbGxvhAQEEBQcHBwgHBwYfHjcSCQgIBQUEAwMCAQoGBg0MDQwMJDIoJiUkBgQCAQECBQYHCAgJDQgJCAgJBwgHBwYFBQMDAQEBAwUGBwgXKg4LDhAXLTkIBwYGBAQBAQMEBQcICQUNBwcHBwYHBgcGBgUKCAcHHAsiIiM0NhgYGBkODw8IBwgHBwcHBgYFBQQDAgEBAwQHCAkLifzOCgkKCAgICAYGBgUEAwIBAQEBAgMEBQYGBggICAgKCQoDMgoJCggICAgGBgYFBAMCAQEBAQIDBAUGBgYICAgICgkAAAQAAAAAA/gD+AA/AH8AvwD/AAABFSsBDwkdAR8JOwI/CT0CLwkrAQ8JBR0BHwk7Aj8JPQEvCSsBPQEvCSsBDwkRHQEfCTsBPwk9ATsBPwk9AS8JKwIPCQUVHwk7AR0BHwk7AT8JPQIvCSsCDwkDer0GBwYGCgoHBgICAQECAgYHCgoGBgcG/AYHBgYKCgcGAgIBAQICBgcKCgYGBwYGBwYGCgoHBgICAfyOAQICBgcKCgYGBwb8BgcGBgoKBwYCAgEBAgIGBwoKBgYHBr0BAgIGBwoKBgYHBgYHBgYKCgcGAgIBAQICBgcKCgYGBwYGBwYGCgoHBgICAb0GBwYGCgoHBgICAQECAgYHCgoGBgcG/AYHBgYKCgcGAgIBAnYBAgIGBwoKBgYHBr0BAgIGBwoKBgYHBgYHBgYKCgcGAgIBAQICBgcKCgYGBwb8BgcGBgoKBwYCAgEBQ70BAgIGBwoKBgYHBgYHBgYKCgcGAgIBAQICBgcKCgYGBwb8BgcGBgoKBwYCAgEBAgIGBwoKBgYHBvwGBwYGCgoHBgICAQECAgYHCgoGBgcGBgcGBgoKBwYCAgG9BgcGBgoKBwYCAgEBAgIGBwoKBgYHAnD8BgcGBgoKBwYCAgEBAgIGBwoKBgYHBr0BAgIGBwoKBgYHBgYHBgYKCgcGAgIBAQICBgcKCgYGBwYGBwYGCgoHBgICAb0GBwYGCgoHBgICAQECAgYHCgoGBgcG/AYHBgYKCgcGAgIBAQICBgcKCgYGBwAAAAUAAAAAA/gD+AADAAcACwAPAFMAAAEzNSMFMxEjEzMRIyURIREjER8PIT8PES8PIQ8OAn5+fv6Gfn69fn4Buf0MfgECAwQFBwcICQoKCwwMDA0C9A0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwN/QwNDAwMCwoKCQgHBwUEAwIBBPz8AXr+hgH4fv0MAvT9DA0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAIAAAAAA3oD9wADAAoAADchNSERMxEzETMBhgL0/Qz8/Pz+hgh+Afj+hgF6AXoAAAIAAAAAA3cDtQAHAA8AAAEfARMFEz8BATM3BRczASMCAQkIqv6IpQgN/otGYQGfYUf+qTwDaR4b/lMBAaYVLPzh+wH6A2wAAAEAAAAAA7kDuAALAAATCQEXCQE3CQEnCQFHAWD+oFkBYAFgWf6gAWBZ/qD+oANg/qD+oFkBYP6gWQFgAWBZ/qABYAAABAAAAAAD9wP3AAMABwALABkAACUhNSE1ITUhNSE1IQUXNxEnBxc3JwcRFzcnAgAB+P4IAfj+CAH4/gj+CFQqKlS9vVQqKlS9hn69fr1+K14m/dImXqmpXiYCLiZeqQAAAwAAAAADmQP4AD8AYgDJAAABFQ8NKwEvDT0BPw07AR8NERUjPQE/DTsBHw0FFSsBDw4RHw4zITM/DhEvDisBNS8PDw4CXgEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAbwBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwH+xlcLCgoJCQgIBwcGBQQEAgIBAQICBAQFBgcHCAgJCQoKCwJmCwoKCQkICAgGBgUEBAICAQECAgQEBQYHBwgICQkKCgtXAQMFCAkLDQ4QERITFBYVFxcVFhQTEhEQDg0LCQgFAwFiCQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoJCgoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoBsF9fCQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoJXwICAwQFBgYGCAcJCAkKCv4ICQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoJAfgKCgkICQcIBgYGBQQDAgJfFhYVFBQSEQ8PDAsKBwYDAQEDBgcKCwwPDxESFBQVFgAACwAAAAAD1APUAAMABwALAA8AEwAXABsAHwAjACkALwAAJTM1IzUzNSM3MzUjBzM1IwczNSMHMzUjBzM1IzczNSM1MzUjJzMhESERIxEVIREhAeE+Pj4++j4+fT4+fT4+fT4+fT4++j4+Pj76PgJx/NQ/A6r8Vuc+Pz4/Pj4+Pj4+Pj4+Pz4/Pn381AMs/NQ+A6gAAAMAAAAAA/gC4AADAEgAjgAAASE1ITczHw8PDyMVMz8ONS8OIwUVHw4zNSMvDz8PMzUjDw4BWAFQ/rDg4AwMCwsKCgkICAcFBQQDAgEBAgMEBQUHCAgJCgoLCwwM4OwWFhUUExIRDw4MCggHBAMDBAcICgwODxESExQVFhbs/dADBAcICgwODxESExQVFhbs4AwMCwsKCgkICAcFBQQDAgEBAgMEBQUHCAgJCgoLCwwM4OAXFhYUFBISDw8NCwkIBQQByHA+AQIDBAUFBwgICQoKCwsMDAwMCwsKCgkICAcFBQQDAgFqAwQHCAoMDg8REhMUFRYWGBYWFRQTEhEPDgwKCAcEA+AMFhYVFBMSEQ8ODAoIBwQDagECAwQFBQcICAkKCgsLDAwMDAsLCgoJCAgHBQUEAwIBagEEBQgJCw0PDxISFBQWFgACAAAAAAP4A/gAAwAMAAA3ITUhAScHCQEnBxEjCAPw/BABudBYAWcBZ1jQfgh+ARzKWv6jAV1aygJWAAAFAAAAAAP4A/gAAwAHAAsADwATAAABESERIxEhEQERIREjESERAyERIQN6/sV+/sUC9P7Ffv7FfgPw/BABwf7FATv+xQE7Abn+xQE7/sUBO/yOA/AAAAAACAAAAAAD+AO5AAMABwALABAAFAAZAB0AIgAAJTM1IwUhNSElMzUjBRUhNSElMzUjBRUhNSElMzUjBRUhNSEDen5+/I4DM/zNA3J+fvyOAfj+CANyfn78jgK1/UsDcn5+/I4DM/zNR35+fn5+Pz9+fn4/P35+fj8/fgAAAAQAAAAAA7kD+AADAB8AMQA2AAABByM3JyMVMwcjFTMHFzczBxc3MzUjNzM1IzcnByM3JzcdAR8JOwERIREDIREnIQJjDn0NNmxjDlVMDT8Nfg0/DnBnDVpQET8SfRE/vQECAgYHCgoGBgcGfv2KfgNy4v1wAcFfXz8/Xz5WCV9WCV8+Xz91CX51Cfx+BgcGBgoKBwYCAgH9yQL0/I4DDuIAAAAAAwAAAAADOwN6ACIARQCHAAABHw8PDisBNRMfDw8OKwE1AyE/Dy8PPw4vDyECOwoKCgkJCAgHBgYFBAMDAQEBAQMDBAUGBgcICAkJCgoKuZgKCgoJCAkHBwcGBQQDAgIBAQICAwQFBgcHBwkICQoKCpi9AZ8VFhQUExIQEA4MCwkHBgMBAQEDBAUGBwgICgoLCw0NDQoTCAgIBwYGBQQDAwIBAQECBQYJCwwPDxISFBUVFxf+hwHBAQECAwQFBgYGCAcJCAkKCgkKCQgJBwgGBwUFBAMCAr0BOwEBAgMEBQYGBggHCQgJCgoJCgkICQcIBgcFBQQDAgK9/YoBAwUHCQoMDQ8PERITFBQVDw8ODw0ODAwMCwoKCQgIBgcQCAgJCQkKCgkKCwoKCwsWFhQUExERDw0MCgkGBQIAAAIAAAAAA/gD+AAIAAwAABMXNxEzERc3ASUhNSGZWNB+0Fj+mf4IA/D8EAHuWsr9qgJWyloBXS9+AAAAAAMAAAAAA/gD+AAYABwANQAAAQcXNxUzNRc3LwcrAQ8FJSE1ISUnBx8HOwE/BycHNSMBqKJYY35jWKIKCgoLDAsMDAwMCwwLCgr+VgPw/BABuV9bngkKCwwLDQwNDQwNCwwLCgmeW19+AYWdW2Dl5WBbnQgIBgUDAwICAwQFBgc0ftxiV6QJCAYGBAQCAgQEBgYICaRXYt0ABQAAAAAD9wP4AB8AXwCfAOMA/AAAAQ8GKwEvBT0BPwU7AR8FBxUfDTsBPw4vDw8OFw8OKwEvDT0BPw07AR8NJw8EJwcXDwQnBx8EBxc3HwMHFzcfATM/ARc3Jz8DFzcnPwM1NycHLwM3JwcvBDUjASE1IREhHQEfCTsBFTM1JyEDFQEBAwMDBAUFBQQFAwMCAgICAwMFBAUFBQQDAwMBbwEDAgQFBQUGBwcICAgJCQkJCAgIBwcGBgUEBAMCAQEBAQIDBAQFBgYHBwgICAkJCQkICAgHBwYFBQUEAgMB4AECBAQGBwgICgsLDAwNDg4ODQ0NDAsLCQkIBwYEBAICBAQGBwgJCQsLDA0NDQ4ODg0MDAsLCggIBwYEBAKkAhQTEhMiKiIJCwoIBDQKNQEDBQYvGzEODg8UFDQUFBQPDwkUNRQSDw4PMRwvBQUDAjUKNAcJCg8iKyINERISDDj9KAH4/oYBuQECAgYICQsFBgcGfn7i/XABBAUFBAMDAgICAgMDBQQFBQUEAwMDAQEDAwMEBQUJCQgICAcHBgUFBQQCAwEBAwIEBQUFBgcHCAgICQkJCQgICAcHBgYFBAQDAgEBAQECAwQEBQYGBwcICAgJCQ4NDgwMCwsJCQgHBgQEAgIEBAYHCAkJCwsMDA4NDg4NDgwMCwsJCQgHBgQEAgIEBAYHCAkJCwsMDA4NuAEEBggKKiUpChAREgwKOAoYFBMTHDAcDwwMDDcUOAIBAgE4FDcLCwwRHTEcDRISEw4JOAkUERAUKSUqBwgHBQI2/gh+AvR+BgcGBgoKBwYCAgF+1+IADgAAAAAD+AO5AAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwAAJTM1IwczNSMHMzUjBzM1IwczNSMlMzUjBTM1IwUzNSMlITUhBSE1ISUzNSMFMzUjBzM1IwczNSMDuT8/vX5+/H5+/H5+/H5+AvT8/P6G/Pz+hvz8AfgB+P4I/ggBev6GAvT8/P7Fvb38fn69Pz9Hfn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+AAAAAgAAAAAD2APYAAQASAAAJSE3FzcBERUfDTMhMz8NNRE1Lw0jISMPDQN6/Qzcfr79igIDBAYGBwgJCgoLDAwNDQK0DQ0MDAsKCgkIBwYGBAMCAgMEBgYHCAkKCgsMDA0N/UwNDQwMCwoKCQgHBgYEAwKm/L78AXr9TA0NDAwLCgoJCAcGBgQDAgIDBAYGBwgJCgoLDAwNDQK0DQ0MDAsKCgkIBwYGBAMCAgMEBgYHCAkKCgsMDA0AAAEAAAAAA3oDuQAiAAATESUFETUvDCMhIw8MhgF6AXoBAgIDBAQECgYGBgcHB/2WBwcHBgYGCgQEBAMCAgEDevzNvb0DMwYHBgYFBQUFBwMDAgIBAQICAwMHBQUFBQYGBwAAAAACAAAAAAO5A/gAAwA3AAABFSE1JxEVHwkzITM/CTURNS8JIyEjDwkDO/2KfgECAgYHCgoGBgcGAvQGBwYGCgoHBgICAQECAgYHCgoGBgcG/QwGBwYGCgoHBgICAQM7vb1+/I4GBwYGCgoHBgICAQECAgYHCgoGBgcGA3IGBwYGCgoHBgICAQECAgYHCgoGBgcAAAAABgAAAAAD+AO5AAMAQwBHAIcAiwDLAAAlITUhBRUfDTsBPw09AS8NKwEPDQEhNSEFFR8NOwE/DT0BLw0rAQ8NJSE1IQUVHw07AT8NPQEvDSsBDw0BQwK1/Uv+xQICAwQFBgYGCAcJCAkKCQoKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCgkKCQgJBwgGBgYFBAMCAgE7ArX9S/7FAgIDBAUGBgYIBwkICQoJCgoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoKCQoJCAkHCAYGBgUEAwICATsCtf1L/sUCAgMEBQYGBggHCQgJCgkKCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgoJCgkICQcIBgYGBQQDAgKGfl4KCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgoJCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgESfj8KCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCfJ+IAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCQoKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKAAACAAAAAAP4A7kAAwA3AAABESERJxEVHwkzITM/CTURNS8JIyEjDwkCP/5HfgECAgYHCgoGBgcGA3IGBwYGCgoHBgICAQECAgYHCgoGBgcG/I4GBwYGCgoHBgICAQM7/YoCdj/9DAYHBgYKCgcGAgIBAQICBgcKCgYGBwYC9AYHBgYKCgcGAgIBAQICBgcKCgYGBwAABAAAAAAD+AO5AAMABwALAA8AACUhNSEnITUhNyE1ISchNSEBBAL0/Qz8A/D8EPwC9P0M/APw/BBHfn5+fn5+fgAAAAACAAAAAAO5A/gAAwA3AAABFSE1AxEVHwkzITM/CTURNS8JIyEjDwkDO/2KfgECAgYHCgoGBgcGAvQGBwYGCgoHBgICAQECAgYHCgoGBgcG/QwGBwYGCgoHBgICAQGCvb0CN/yOBgcGBgoKBwYCAgEBAgIGBwoKBgYHBgNyBgcGBgoKBwYCAgEBAgIGBwoKBgYHAAAABQAAAAAD1APUAAMABwALAA8AEwAAAREhESMRIREBESERIxEhEQMhESEDlv6JPv6JAyz+iT7+iT8DqvxWAeH+iQF3/okBdwG1/okBd/6JAXf8lgOoAAAAABUAAAAAA9QD1AADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMAUQBVAFkAXQAAJTM1IwczNSMHMzUjBTM1IwczNSMHMzUjJTM1IwUzNSMlMzUjBTM1IwEzNSMFMzUjJTM1IwUzNSMlMzUjBzM1IwczNSMHHQEhFSERMxEhNSERIwczNSMHMzUjBzM1IwOWPz99Pz99Pz/+iT8/fT8/fT8/A2s/P/yVPz8Daz8//JU/PwNrPz/8lT8/A2s/P/yVPz8Daz8/fT8/fT8/u/5KAbY+Abb+Sj68Pz99Pz99Pz8sPj4+Pj4+Pj4+Pj4+Pz8/Pj8/PwE4Pz8/Pj8/Pz4+Pj4+Pj59+j7+SwG1PgG1Pj4+Pj4+AAAACAAAAAAD9APzAAMABwALABEAFQAZAB0AIQAAARUjNSMVIzUjFSM1EzMhFSE1ARUjNSMVIzUjFSM1AyERIQO2+j/6P/r6PwIz/JQDbPo/+j/6PgPo/BgBRfr6+vr6+gE4+voBOPr6+vr6+vxXA+gAAAIAAAAAA/gD9wAIAAwAABMXNxEzERc3ASUhNSGZWNB+0Fj+mf4IA/D8EAHuWsr9qgJWyloBXS9+AAAAAAIAAAAAA/gD9wADAAwAADchNSEBJwcJAScHESMIA/D8EAG50FgBZwFnWNB+CH4BHMpa/qMBXVrKAlYAAAMAAAAAA/gD9wAYABwANQAAAQcXNxUzNRc3LwcrAQ8FJSE1ISUnBx8HOwE/BycHNSMBqKJYY35jWKIKCgoLDAsMDAwMCwwLCgr+VgPw/BABuV9bngkKCwwLDQwNDQwNCwwLCgmeW19+AYWdW2Dl5WBbnQgHBgUEAwICAwQFBgc0ftxiV6QJCAcFBAQCAgQEBQcICaRXYt0AAQAAAAAD9QN3AAUAAAEnBwkBJwFF+EIBOgKwQgEN9kH+xwKtQQAAAAIAAAAAA7kD+AAHAA8AADczESERMxEhNSERIxUhNSNHfgJ2fvyOA3J+/Yp+CAG5/kcCN34BO729AAAAAAMAAAAAA/gD+AAJABUAHQAANzMRIRcRMxEnIQczNTM1MzUjNSM1IxchESMVITUjxX4Bn5h+4v2vvT8/Pz8/P70DM379yX4IAbmY/t8BVeJfQD5APj9eATu9vQAABAAAAAAD+AP4AAMADQAZACEAACUhNSEHMxEhFxEzESchBzM1MzUzNSM1IzUjFyERIxUhNSMBwQE7/sX8fgGfmH7i/a+9Pz8/Pz8/vQMzfv3Jfkd+vQG5mP7fAVXiX0A+QD4/XgE7vb0AAAAACgAAAAAD+AP4AAMABwALABsAHwAjACsANQA5AD0AAAEVIzUjFSM1IxUjNQMzNTMVMzUzFTM1MxUzESElFzcnBxc3JyUjFTMVMxEjBR0BMzUzNSM1IwUXNycFFzcnA7n8P/w//D8//D/8P/w//BACEG8tcPgtby0B/r29Pz/8Tz+9vT8CECxwLf7Fby1vAYK9vb29vb3+hn5+fn5+fgI3wXAtb28tcCxOP34BO34/fn4/fm8tcCwscC1vAAAFAAAAAAP4A/gAAwAHAAsAGwArAAABFSM1IxUjNSMVIzUDMzUzFTM1MxUzNTMVMxEhNSERIxEjNSMVIzUjFSMRIwO5/D/8P/w/P/w//D/8P/wQA/A//D/8P/w/AYK9vb29vb3+hn5+fn5+fgI3PwF6/sW9vb29ATsAAAAACQAAAAAD+AP4AAMABwALABsAUACFAI0AkQCbAAABFSM1IxUjNSMVIzUDMzUzFTM1MxUzNTMVMxEhJQ8GFR8LPw0vCyMPBCUPBhUfCz8NLwsjDwQFIxUzFTMRIwEzEyMFHQEzNTM1IzUjA7n8P/w//D8//D/8P/w//BACSQQEAwMCAQECAgMCBAQEBQUFDA0OBgcFBgUEBAQDAwECAQEDAgMDBAQFBQUGDQ4NBgYGBf8ABAQDAwIBAQICAwIEBAQFBQUMDQ4GBwUGBQQEBAMDAQIBAQMCAwMEBAUFBQYNDg0GBgYFAmC9vT8//alC+UH9rD+9vT8Bgr29vb29vf6Gfn5+fn5+AjerBAUGBgYGBw4NBgUFBAUEAwMCAwEBAQIDAwQEBAUGBQcGDg4MBQUFBAQDAwICAgMBAwME+AQFBgYGBgcODQYFBQQFBAMDAgMBAQECAwMEBAQFBgUHBg4ODAUFBQQEAwMCAgIDAQMDBHA/fgE7/oYBen4/fn4/fgAAAgAAAAAD8wPzAAkADQAAATMRITUjFSERIwEhESEDGX3+DF0Cr9v88wKv/VECXv4MfdsCr/6KAq8AAAAAAwAAAAAD5APkAAkADQAXAAABMxUjNSMVIREjBSERIQUzNSM1MxUzNSEDKV35XgG1u/4MAZb+av7nu135Xv5LAXP5XbsBtZwBlpxe+V27AAAGAAAAAAPkA+QAAwAHAAsADwATABcAAAEVIzUDIREhBzM1IzczNSMnFSM1AyERIQOG+V4Btf5L+pyc+pycvPleAbX+SwFz+fn+qQG1nJxenLv5+f6pAbUAAwAAAAAD8wPzAAUACQANAAAlIRUhESMnESERAyERIQMZ/gwCz9u7/gxeAq/9UefbAs+7/gwB9P2vAq8ABAAAAAAD8wPkAA8AFwAnAEcAAAEVMxEjFSE1IzUzFTM1IzUjFSMVIzUzNTcVMxUjNSMVMxUjNSMRMzUHMxEjFTM1MxUjFTM1IRUzNSMRMzUjFSM1MzUjFSE1IwMZPz/+yD992z9dP30/Pj992z9ePz/bPz/bXj/bATjbPz/bXT7b/sjbAk4+/uc/P10+2l5ePl4++j5ePtpePgEaPj7+5tofPts+PtsBGdo+Xds+PgAFAAAAAAPzA/MABQAJABEAHQAxAAABFSE1MzUnFSM1AzMVIREjNSElFTMRIxUhNSMRMzUlITUjFTMRIxUzNSEVMzUjETM1IwK+/uTeXt1eXgHXnP5nAjg7O/3IPz8COP3F2D8/2AI71Tw81QIDvkF9u9ra/sifAXq7Pj79yDw8Ajs7XjzY/cjYPDzYAjjYAAADAAAAAAPzA/MAAwBHAIEAAAERIREnDwcRHw8hPw8RLw4jISMPBQEPBxEfDzM1IxEhFTM1Lw8hDwYDlv3tQAcFBQQDAwIBAQIDAwQFBQcHBwgICQkJCgIQCQoJCQgIBwcGBgQEAwIBAQEBAgMEBAYGBwgHCQgJCgn98AoJCQkICAf+3wYGBAQEAgIBAQICAwQFBgYGCAcICAkJCl5eAhNeAQECAwQFBQYHBwgICQkJCv3vCgkJCQgHCAJ9/e0CE0AHBwgICQkJCv3xCgoJCQgIBwcGBgQEAwIBAQEBAgMEBAYGBwcICAkJCgkCEAoJCQkICAcHBwUFBAMDAgIDAwQFBQETBwgHCAkJCQr97woJCQkICAcHBgUFBAMCAQFeAhNeXgoJCQgICAcGBwUFBAMCAgEBAgIEBAQGAAAAAQAAAAADuQMKAAUAABMXCQE3AUdZAWEBXlr+SAFOWQFj/p1ZAb0AAAEAAAAAA7kDCgAFAAATCQEnCQFHAboBuFr+ov6fArL+QwG9Wf6dAWMAAAAAAQAAAAADCgO5AAUAABMJARcJAfUBY/6dWQG9/kMDX/6i/p9ZAboBuAAAAAABAAAAAAMKA7kABQAAEwE3CQEn9QG9Wf6dAWNZAgH+RlkBYQFeWgAAAgAAAAAD+AO5AAUACwAAEwkBFwkBBQkBFwkBCAFj/p1ZAb3+QwGBAWP+nVkBvf5DA1/+ov6fWQG6Abha/qL+n1kBugG4AAAAAgAAAAAD9wO5AAUACwAAEwE3CQEnEwE3CQEnCAG9Wf6dAWNZHQG9Wf6dAWNZAgH+RlkBYQFfWf5I/kZZAWEBX1kAAAAEAAAAAAO5A7kABgANABQAGwAAARcHIREHJwUnESEnNycBBxc3FxEhATcXNyc3IQI0vnQBO22//idtATt0vlkBf75Zv23+xf3Jbb9Zv3X+xQF2unUBO227u23+xXW6WgF0ulq8bgE7/sVtu1m7dQAAAwAAAAAD+AO5AAMABwATAAABFSE1AyERIQEjFTMVMzUzNSM1IwN6/Qx+A/D8EAG5fn5+fn5+AYK9vf7FAbkBO35+fn5+AAAAAwAAAAAD+AO5AAsADwATAAABIxUzFTM1MzUjNSMBFSE1AyERIQHBfn5+fn5+Abn9DH4D8PwQAUN+fn5+fgF6vb3+xQG5AAAAAQAAAAADuAO5AAMAADcXASdHWQMZWaBZAxlZAAEAAAAAA7kDuQAIAAABIQEXAREzESEBwQEh/WVZApt+/ggDO/1lWQKc/t8B9wAAAAIAAAAAA/gDegADAAgAAAERIREDKQERIQN6/Qx+An4BcvwQAvz+CAH4/YoC9AAAAAIAAAAAA/gD+AB/AP8AAAEVDx0rAS8dPQE/HTsBHx0FHx8/Hy8fDx4DegICBAQFBgcHCQkKCgsMDQ0ODg8PEBARERISEhITFBMTFBMSEhISEREQEA8PDg4NDQwLCgoJCQcHBgUEBAICAgIEBAUGBwcJCQoKCwwNDQ4ODw8QEBEREhISEhMUExMUExISEhIRERAQDw8ODg0NDAsKCgkJBwcGBQQEAgL8jgECAwQGBwgJCgsMDQ4PEBERExMTFRUWFhcXGBkYGhkaGhkaGBkYFxcWFhUVExMTEREQDw4NDAsKCQgHBgQDAgEBAgMEBgcICQoLDA0ODxARERMTExUVFhYXFxgZGBoZGhoZGhgZGBcXFhYVFRMTExEREA8ODQwLCgkIBwYEAwICABMUExISEhIRERAQDw8ODg0NDAsKCgkJBwcGBQQEAgICAgQEBQYHBwkJCgoLDA0NDg4PDxAQERESEhISExQTExQTEhISEhEREBAPDw4ODQ0MCwoKCQkHBwYFBAQCAgICBAQFBgcHCQkKCgsMDQ0ODg8PEBARERISEhITFBMaGRoYGRgXFxYWFRUTExMRERAPDg0MCwoJCAcGBAMCAQECAwQGBwgJCgsMDQ4PEBERExMTFRUWFhcXGBkYGhkaGhkaGBkYFxcWFhUVExMTEREQDw4NDAsKCQgHBgQDAgEBAgMEBgcICQoLDA0ODxARERMTExUVFhYXFxgZGBoZAAAAAAIAAAAAA/gDuQAFAAsAAAETAyEDEwETIRMDIQKztLT+mrS0/rv8Afj8/P4IAzv+xf7FATsBO/7F/kcBuQG5AAADAAAAAAP4Ap0AAwAHAB8AAAEVIzUhFSM1JSMVITUjFTM1IRUzFTM1MzUzNSM1IzUjA3o//Us/AvQ//cm9vQI3Pz8/Pz8/PwIgQEBAQD4+Prw+PkBAPkA+QAAAAAUAAAAAA/gD+AADAAoADgASACkAACUVIzUDFTMRIwE1JRUjNSEVIzUlIxUhNSMVMwEVMzUjETM1MzUjNSM1IwN6Pz8/E/2dArU//Us/AvQ//cm9kAJkvT8/Pz8/P4Y/PwK1P/3JAmMTPz8/Pz8/Pz+9/ZyQvQI3Pz8/PwAHAAAAAAP4A/gAAwAHAAsAEgAWABoAMQAAJRUjNREVIyclFSEnJRUzFSEnNSUVIzUhFSM1JSMVITUjFTMBFTM1IxEzNTM1IzUjNSMDej8T/AEP/rN+AYw//fVrArU//Us/AvQ//cm9kAJkvT8/Pz8/P4Y/PwE7/Py9fn69Pz9rEz8/Pz8/Pz8/vf2ckL0CNz8/Pz8AAgAAAAAD9wPYACEARAAAJSEBHxUVDwcFIT8JLxYDhfz+Aj0VFBQSEhEQDw4MDAsKCggHBgQEAwIBAgIEBAYHCAn8eQOmFQwJCQcGBAQBAQECAwUGBwgKCwwNDhAREhMUFhYYGBoaZwMXEhQTFRUWFhcXGBgYGRoZGhobGhsbGxsbGxsbGxsaG1kxHh8fHx8fIB8fHx8fHx4eHh4dHBwcGxsZGhgYFxYVFRMAAAQAAAAAA7kDuQADAAcACwARAAABESERAQcRNycHITcFESE3ESECfv4IAvS9vSy+/iXB/tECdvz9pAJ+/ggB+P7gvAHuvS29vdD9nf0CdQAAAgAAAAAD+AN6AA8AEwAAAREjNSMVIzUjFSM1IxUjEQMhESEDen5+P34/fn5+A/D8EAL8/gj8/H5+/PwB+P2KAvQAAAACAAAAAAP4A/gAPwDJAAABFQ8OLw8/DjsBHw0BDwQvAg8IFR8FDwEfAQ8EHQEfCD8CHws7Aj8LHwI/CD0BLwQ/AS8BPwU1LwgPAi8LKwIPBQKJAgQEBgcICQoKDAwMDQ4ODg4NDA0LCgoJCAcGBAQCAQECBAQGBwgJCgoLDQwNDg4ODg0MDAwKCgkIBwYEBAL+9hQXFhYUgAUFBAUEBAMDZwICAQECAwNtAwEBA20DAwICAQJoAwMEBAUEBQWAFBYWFxQBAgIEAwQFBc4FBQQDBAICARQXFhYUgAUFBAUEBAMDZwMBAgIDA20DAQEDbQMDAgEBAgJnAwMEBAUFBAWAFBYWFxQBAgIEAwQFBc4FBQQDBAICAgAODg0MDAwKCgkIBwYEBAIBAQIEBAYHCAkKCgwMDA0ODg4ODQwMDAoKCQgHBgQEAgIEBAYHCAkKCgwMDA0OAdSFCgwNDjIBAQEBAgIDBK4EBQQFBAQEA1MYGRkZUgMEBAQFBAUErgQDAgIBAQEBMg4NDAqFBQQEAwICAgICAgMEBAWFCgwNDjIBAQEBAgIDBK4EBQQFBAQEA1IZGRkYUwMEBAQFBAUErgQDAgIBAQEBMg4NDAqFBQQEAwICAgICAgMEBAAAAAIAAAAAA/gDuABnAOMAAAEfDw8WKwEvAw8HPwIvDjU/FjsBHwUlDw8VHw4PCh8JPwofAjM/Fy8XDwYCxRUUEhIQEA4NCgoHBwUDAgEBAgMFBwcKCg0OEBASEhQVFxcYGBkaGhoYFxcXICILCwwMDA0NBQoJMQ4NDAsLCQkHBwUEBAICAQIDBQcHCgoNDg8RERMUFRcXGBgZGhoaGxkaGRgYF/5cHBsZGBcVChISEA4LCQcEAwIDBQYICgsQCgsMDQ0ODgIFAwkHJQkGBAIBAQICBQgKCgsMDA4VHCAfHR0bGhkXFBUVFSEgIB8eHh0dHBsZGBcVExIRDw0KCAUEAQEEBQgKDQ8REhMVFxgZGxwdHR4fHyAgICAgIB8fHh0DFQkLCwwNDQ4PDw4PDxAPEBEQEA8QDw8ODw8ODQ0MCwsJCQgGBgQDAgICBAYiCgkJCAgHBxEuPR8KCwsMCw0MDQwMDQwNDQ4QEBAPDw8ODw8ODgwMCwsJCQgGBgQDAgIDBAYGCGsNDg8QEhMJFRYXGBkZGhobGRYWFRYVFBQYDg4NDQwMCwsPBhAKJAsLCwoOCAcHDAsKCAUEAgECBQgKCw0OEREUAgIBAQIEBQcICgsNDg8QEhMUFRcXGRgaGhobGxsaGRkYGBcVFBMSEA8ODQsKCAcFBAIBAQIEBQcICgAAAgAAAAAD+AOtAAMAlwAAATMRIyEjDwwfCScPCx8JMw8KHwkzDwsfCTMhDwMVHw07AT8GNSc/DRErAS8EIwL8/Pz94goJCAgHBgYFBAQEBQMBAQMFBggFBAYFBj0GBgYFBQUIBwUDAgECAwUEBAQFBQYGByUFBQUIBwYEAgIBAQMFBgQEBQUGBgceBgcFBgUECAYEAgEBAwUHBAUFBQYGBwFEFgQGAgIDBAUHBAUFBQYHBggHBwgODQoEAwICBAECBQkNCxYXERUNBxgwFAQFCSQLCwYB9AG5AQICAwMEBAUFBQsMDAsLCgkHAwMBAQEBAQEBAwIECAkLCwwMCwsKBAQDAwICAQEBAgIGCAoKBgsMDAsKCQMEAwICAQEBAgIDAwQJCgsLDAsLCgkEAwMCAgFZGiUYFSIWFxQTCAgGBgQEAgIBAgUFAwMDCQ9ZFxASHiEXLiwdIBAHER4BRwEEFAUDAAACAAAAAAP3A60AAwCYAAA3MxEjAQ8CFxUPDBE7AR8EMyEzPwwvCRc/CjUvCSM/CTUvCSM/Cy8JIyE/AzUvDCsBDwUI/PwCEQEBAQQDBAoNChYYERQNBxgwFAQECiQLCwYBeQkJCQcHBwUGBAQDBgIBAQMEBwcFBQUFBj0GBgYFBQQJBgUEAgEEBQMEBAUFBgcHJQYFBQgHBgQCAgECBQYEBAUFBgYHHQcGBgYFBAgGBAIBAgMFBgQFBQUGBwb+vBUFBgECAgQGBwQEBQYEBQoLCwkJCQcHBgRTAbkBjAIHD1kXEBIeIRcuKx4gEAcRHv65AQQVBAMBAgIDAwQEBQUFCwwMCwsLCAgCAwEBAQEBAQEDAwMICgoMCwwMCgoEBAMDAgIBAQECAgYICgoGDAsMCwoJBAMDAgIBAQECAgMEAwkKCwwLDAoKCQQDAwICAVkaJhcVIhcWFRIJBwYGAwMEAwICAgQDBAACAAAAAAP3A60AAwCYAAATMxEjBSMRHw0HFR8HMz8OLwQhMz8JLwszPwovCTM/Ci8KBz8JLwwjISMPBAj8/AFPFCcaCggOGx0WCg0KBQIBBAEDAwQFCw4PBwcIBgcGBQUFBAcFBAMBAQIGBAYQAUQHBgYFBQUEBwUDAQECBAYIBAUGBQcGHgcGBgUFBAQDBgMCAQIDBAYHCAUFBSUHBgYFBQQEAwMFAgECAgUGBwkFBQYGBj0GBQUFBQgGBQMBAQMFBAQEBQYGBwgICQr+hwYLCxoPCQH0Abkh/rkYEggJEiw2LhchHhIQDloXBwUDAwMFAwEBAgIEBAYGCAgTFBYXFyAYJRoZQAECAgMDBAkKCwsMCwsKCQQDAwICAQEBAgIDBAMFCQsLDAsMCgoIBgICAQEBAgIDAwQEBQoLDAwLCwoJCAIDAQEBAQEBAQMDBwkKCwsMDAsFBQQFAwQDAgIBAwUPBwMAAAADAAAAAAP4A/gAFgBWAJoAACUVDwchLwc1ExcBJQ8OKwEvDT0BPw07AR8NJREVHw0zITM/DTURNS8NIyEjDw0DuQEBAwQFBQYG/MwGBgUFBAMBAc29ATv+dAEBAgMEBQUGBgcHCAkICQkKCAkICAgHBgYFBAQDAgICAgMEBAUGBgcICAgJCAoJCQgJCAcHBgYFBQQDAgH+iQICAwQFBgYGCAcJCAkKCQM0CQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoJ/MwJCgkICQcIBgYGBQQDAgL4kgYGBQUEAwEBAQEDBAUFBgYcAQD8AfgkCQkJCAgHBwcFBgQEAwICAgIDBAQGBQcHBwgICQkJCQkJCAgHBwcFBgQEAwICAgIDBAQGBQcHBwgICQnv/MwJCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgkDNAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKAAAAAAQAAAAAA/gD+AADAAcAMwB3AAABMzUjExUjNSMVMxUzNTM1MxUjFSMVMzUzFSMVMxUjNSMVIzUjFSM1MzUjNTMVMzUjNSM1JxEVHw0zITM/DTURNS8NIyEjDw0BwX5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+vQICAwQFBgYGCAcJCAkKCQM0CQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoJ/MwJCgkICQcIBgYGBQQDAgIBQ34Ben5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fl/8zAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCQM0CQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoAAAAFAAAAAAP4A/gALAA2AJgBJAFoAAABDwUfDT8HNS8HDwYlHwEzPwEzAyMDBR8DNzMRDw8vBzcfBDM/DTUjDwYrAS8OPw8fAgUfBhUjLwcPBx8SDw8vDjUzHwozPwY1LxI/Dx8GAREVHw0zITM/DTURNS8NIyEjDw0C7AQDAwIDAQEDAgMDBAQFBgYHBwgJCgoICAcGBgUFBgYHCAgKCggICAcGBQX+wj0GAQU8Rms6awHQCggJBwY6AQICBAUGCAgJCwsMDQ4PEAwMDQwNDAsLDgkUEwsKChIHBwcGBQQFAwMDAgEBAQcICAoJCwsNDQ0MDAoKCQgHBgYEAwMBAQEBAwMEBgYHCAkKCgwMDQ4NDAz99QgGBgQEAgJDAQIFBgcJCwwLCwgHBgQCAQECBAUHEjMXFAgHBgUFBAMCAQEBAQMEBAYHBwkJCgsLDQwODw0NDAsLCQkIBwUFBAICQQECAgIEAwQKCgsNBgwKCQcFAwICAwUGCgwyFxIICAYGBAQDAgEBAQEDAwUFBggICQkLCwsMDQ4NDAsLCgn+5wICAwQFBgYGCAcJCAkKCQM0CQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoJ/MwJCgkICQcIBgYGBQQDAgICMgYIBwkSFBgQBwcGBgUEBAMDAQEBAQEDAwUFBgh3BwYGBAQCAgEBAQIDBAQFQbQYGLT+8AEQBgUHCAkj/vYODAwLCgkJCAcHBQQEAgEBAQEBAwMEBAUsBAYFAQEBAQIDAwMEBQUGBgYHBx0HBwYEBAICAgMEBQYHCQkKCwwMDQ4PFQ8PDQ0MCwoKCAYGBAMCAQECAxMGBwcICAgJCQgIBgcFBAIBAQIDBAUGBwcGBgYEBAYLBwgEBQUFBgYHBwgICQkICAcHBgYFBQQDAgIBAQEBAgMEBQUHBggHCAgICQkLBQQEBAMDBQMCAQICAwQGBgcHBgYFBQQEDAcIBAQFBgUHBgcICAkICAcHBwcGBQUEBAICAQEBAQIDAwQFAS78zAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCQM0CQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoAAAAABQAAAAAD+AP4AAQAGABEAHAAzgAAJRUzASc3Bxc/Az0BLwYrAQ8BJQ8DHwQPBB8HPwc9AS8GIw8HHQEfBz8HLwQ/BC8HIw8BJREfDzM1KwEvCTURNT8JMyEzHwkdATM1Lw8hDw4CAGEBNmFaMGEvBAICAgIEPAQFBAUFBQT+sAQDAQEBAgMEcHAEAwIBAQEDBAUFBgcFBgUFiAUDAgIDBYgFBgUHBQYGuIgFAwICAwWIBQUGBQcGBQUEAwEBAQIDBHBvBQMCAQEBAwQFBQYGBgYF/nMBAwQHCAkLDA4OCBAREhITwbcGBwYGCgoHBgICAQECAgYHCgoGBgcGAnYGBwYFCwkIBgICAX4BAwUGCAkLDA4OCBAREhIT/YATExISEBAODgwLCQgHBANpYQE3YFkvYC8EBAUFBQUEBDwEAgICAswFBgYGBgUGBGdnBQUGBgYGBgUEAwIBAQEDBH4FBQYHBgYGBX4EAgIBAgMCfgUGBgYHBgUFfgQDAQEBAgMEBQYGBgYGBQVnZwQGBgYGBQYFBAMCAQICbf2KExMSEREQDg4MCwUICAUEAn4BAgIGBwoLBQYHBgJ2BgcGBQsKBwYCAgEBAgIGBwoLBQYHBr29ExMSEREQDg4MCwUICAUEAgEDBQYICQsMDg4QERESEwAAAAACAAAAAAP3A9wANQDNAAABMx8IDwUrARUzNSM3FyMVMzUrAS8HPwU1IxUzByczNSMnDwIjFTMDDw0nPwcvBw8HFR8NPxETMzUjPw4fAg8CFR8HMz8HNS8MDw4CNRoGBgUGBQQEA1GbBAUFDAwGGp8gfUIbrRsFBgUGBAUDA1KYBQsMDROfN4dEHKzrAgUdSkVRFQsGBwcHCAkKCQoKCAgKCggJBgYEAwECBAUFBwgICw4KCQcHBQMBAgIDBAcKBQcICgoMDQ4PDQ0MCwsJCggIBwcNDwkFCQtOn5AOBggEBQUGBgcICAkJCwsMCwsCAwEBAwUGCAkKCwgJCAcGBQUDAQEBBQcICwwNDhAKChkREBAPDw0ODAsLCggIBgUCnwEBAgMEBAQFoqYEAwQFAzU1hYU1NQICAwQEBAW8jQMHBQIBNTV6ejWUBg6ANf5xSh0ODgwLCQYGBAMCAQEBAgQFBggICgoQCAgGBgQDAgEDBQcICQoKFgoJCQgMCQUFBAQDAwEBAQEDBAUFBwcHCQgKExwVDyAsAZo1RB4ZCwoJCAcGBQQDAgEBAQEDBgYHBwsKCQgGBQMBAgQEBgcHCwcMCAcPDQwLCggGBQIBAQECAgQFBgcHCAkKCgsLDAAAAAAKAAAAAAO4A7gAAwAHAAsADwATABcAGwAfACMAZwAAARUjNSMVIzUjFSM1JRUjNSMVIzUjFSM1JRUjNSMVIzUjFSM1Jw8GFREVHw4hPw41ETUvDiEPBgN6vT+9P70Ctb0/vT+9ArW9P70/vWcFBQQDAwECAgICBAQFBQYHBwcHBwgIAtAICAgIBwYHBgUFBAMDAQICAQMDBAUFBgcGBwgICAj9MAgICAgHBgcBQ729vb29vfy9vb29vb38vb29vb29ZgYGBwcHCAgJ/TIJCAgHBwcGBgYEBAQCAgEBAQECAgMEBQYGBgcHBwgICQLOCQgIBwcHBgYGBAQEAgIBAQEBAgIEBAQAAAANAAAAAAP3A/cAAgAFAAkADQAQABQAFwAbAB4AIgAmACkAWwAAJSM1NxUnIxUjNSMVIzUlIzUlFSM1IxUnIxUjNTcjNSUVIzUjFSM1IxUvARcPAREVHw4lPwEXNyc/ARE1Lw0jIQ8BJwNNkL2QbL0/vQGNkQG5vT+QbL2RkQK1vT+9P5DqRQMDAgICBAQFBQYHBwcHBwgIAtcOCkQtRQMDAgEDAwQFBQYHBgcICAgI/SkOCkSGkSyQkL29vb0/kC29vZCQvb0/kC29vb29kZGQRQkO/SkICAgHBwcGBgYFBAMCAgEBAQIDRS1ECg4C1gkICAcHBwYGBgQEBAICAQIDRQAAAAMAAAAAA/gD9wBKAJUA/gAAAR8GHQEPHSsBLwY3HwI7AT8NPQEvAjcnFwcvAiMPDx8DBy8GPQE/HTMfBjcjLwcPHx8IBxc3Hwc/Hy8INycC8goIBwYEBAIBAgIEAwUFBgYHBwgICQoKCgsLCwwMDQ0NDQ4ODg8OFBQTExISERRdEQ0ODhAQDw4ODQwLCgkIBwUEAwIDBl5dBF4QDQ4OEBAPDg4NDAwKCQgGBgMDAQECAwVdDAgHBgQEAgECAgMEBQUGBgcHCAgJCgkLCgwLDAwNDQ0NDg4ODg8UFBMTEhESZQEaHBwcHh4eHxYVFRUVFBQTFBMSExESEREQDxAODg4NDQwLCwoKCQgIBw8QExUWGBkRplm3GxwcHB4eHh8WFRUVFBUUExQTEhISEhEQEQ8PDw4ODQ0MCwsKCgkICAcPEBMVFhgZEaZZApMRERETEhMUFA8ODg4ODQ0NDQwMCwsLCgoKCQgIBwcGBgUFAwMDAgEDAwUFBwkLXQUDAgMEBQcHCQsLDA0ODg8QEA4ODRBeWwJeBgMCAQIEBQcICQoLDA0ODg8QEA4ODRFdFREREhMTFBQPDg4ODg0NDQ0MDAsLCwoKCggJCAcHBgYFBAQDAwIBAQIDBQYHCEYNCwoIBgUDAQEBAwMEBAYGCAgICgoLCw0MDg4PDxAQERESExIUExUUEiMiIB8dHBoPplm2DQsKCAYFAwEBAQIEAwUGBggHCQoKCwsMDQ4ODhAQEBEREhMSFBMUFRIjIiAfHRwaD6ZZAAAEAAAAAAP4A/gAEwAZAC0AcQAAARUjFTMVMxUjFSM1MzUjNSM1MzUjETMVIxEjFTM1MxUjFTMVIzUjFSM1MzUjNQMRFR8NMyEzPw01ETUvDSMhIw8NA2iQSEhIkJBISEjYSJDYSEhISEhISEhIkAECAwMDBAUFBgYGBwYIBwNgBwgGBwYGBgUFBAMDAwIBAQIDAwMEBQUGBgYHBggH/KAHCAYHBgYGBQUEAwMDAgECkEhISEhISEhISEj+4EgBaEhISNhISEhI2EgBIPygBwcHBwYGBgUFBAMDAwIBAQIDAwMEBQUGBgYHBwcHA2AHBwcHBgYGBQUEAwMDAgEBAgMDAwQFBQYGBgcHBwAABAAAAAAD+AP4AAsAHwArAG8AAAERMxEzESMVIzUjESMVIxUzFTMVIxUjNTM1IzUjNTM1IxUjFTMVIzUjNTM1AxEVHw0zITM/DTURNS8NIyEjDw0C2EhISEhISJBISEiQkEhISJBISEhISNgBAgMDAwQFBQYGBgcGCAcDYAcIBgcGBgYFBQQDAwMCAQECAwMDBAUFBgYGBwYIB/ygBwgGBwYGBgUFBAMDAwIBApD+4AEg/uBISAEgSEhISEhISEhISEjYSEjYSAEg/KAHBwcHBgYGBQUEAwMDAgEBAgMDAwQFBQYGBgcHBwcDYAcHBwcGBgYFBQQDAwMCAQECAwMDBAUFBgYGBwcHAAAAAAcAAAAAA/gD+AADAAcAGwAkADUAOgBDAAAlFSE1NzM1IyUVMzUzFSMVMxUjNSMVIzUzNSM1IzMVMxUjFSMRITMVMzUzESMRIxUjNSMRIxEBFxUhEQMjETMVIREBIQO5/Uv8fn4BOz8/Pz8/Pz8/P/x+Pz+9/sU/P34/Pz8/PwKJ6f1LP729AzP+8v3bhj8/fvw/Pz8//D8/Pz/8Pz/8PwF6Pz/+hgE7vb3+xQF6AXrpUgE7/sX+CH4C4gEOAAAAAAMAAAAAA/gD+AAEABgAdgAAARUzASc3Bxc/BC8IDwIFER8PIT8PESMRFQ8JIyEjLwk1ETU/CTMhNSEPDgFDhQGrhXtBhUEEAwIBAQIDBFMGBgYHBwcG/JoBAwQHCAkLDA4OCBAREhITAoATExIRERAODgwLBQgHBgQCfgECAgYICQsFBgcG/YoGBwYGCgoHBgICAQECAgYHCgoGBgcGAXT+jBMTEhIQEA4ODAsJCAcEAwHIhQGqhXxBhkEGBgcGBwcGBVQEAwIBAQIDt/2KExMSEREQDg4MCwUICAUEAgEDBQYICQsMDg4IEBESEhMBhP6GBgcGBQsKBwYCAgEBAgIGBwoLBQYHBgJ2BgcGBQsKBwYCAgF+AQMFBggJCwwODhARERITAAAAAgAAAAAD9wO5ACoAgQAAATMfCjMhHwcVIQ8HAxE/BwcRFR8JMyE/BxM/ATUvCyM1Lw4jIS8LKwIPDQEIBQUFBXwGBwcHCAgHCAELBgYGBAQDAgH+Tg4MDQsLCQgEsgEBAwQFBQYHXwECAgYHCgoGBgcGAsEJCQgIBwcFBLIDAgEDBAYHCAoKCgwFDGQBAQIEBAQGBgcHCAgJCQkK/vUFBQUEfAcHBwcHCAgIoQoKCQgJBwgGBgYFBAMCAgN6AgIDYwQEBAMCAgEBAQMEBQUGB14BAwQGCAgLBf6cAm4HBgUFBAMBASD9LAYHBgYKCgcGAgIBAQIDBAYGBwkBlAsMDAwLCwsKCQgGBQQBAl4KCgkICQcIBgYGBQQDAgIBAQIDYwQEBAMCAgECAgMEBQYGBggHCQgJCgAABAAAAAAD9wOZAAMABwB7AO8AAAEzNSMFMzUjNx8MFR8LFQ8LFQ8LIxU/DzU/DDUvDDUvDwUPBxUPDBUfDB0BHw41Iy8LNS8LNT8LNT8LMzUjDwUBAru7ATi7u/IHBgYGBQUEBAMDAwMCAgQFAwQEBAUGBQcGBgcFBgUEBAQDBQQCAgMDAgQDBAUFBgYHCBMSEA8ODAsKBAgGBgQDAwECAwMCBAMEBQUFBgYHBwYGBQUFBAMEAgMDAgEBAwQFBgcJCQsMDg8QEhP9NwQIBgYEBAIBAgQCAwMEBAQFBQYGBwcGBgUFBAQEAwMCBAICAwQFBgcJCQsMDg8QEhMIBgcGBQUEAwMDAwMCAgMFBAMFBAUFBgcGBgcGBQUEBQMEBQMCAgQCAwQDBQQGBQYHBxMSEA8ODAsBpLu7u+QBAQEDAgQEBQUGBw8SdxoYFQkJCAgGBgYFBAEEBQUGBgcICAkUFxl8ExAHBgUEBAMDAgEBWAECAwQFBggJBQsNDxETFBeCExEHBgYFBAQDAwEBAVUBAQEDAwQEBQYHBxAUdRYVFBEQDgwLCQgGBgQDAgEnBgsNDxETFBZ/ExEHBwYFBAQDAwEBAVUBAQEDAwMFBQUHBxATehcVExIPDgwKCQgGBQQDAgFYAQECAwMEBQUGBxATeRkYFAkJCAcHBgUFBAEEBQUGBwcICAkVFhp6Eg8HBgUFBAQCAwEBVwIDBAYGCAAAAAYAAAAAA0AEAAADAAcACwAPABMAFwAAKQERIQEhESElIREhASERISUhESEBIREhAkABAP8A/oABAP8AAYABAP8A/oABAP8AAYABAP8A/oABAP8AAQD/AAEAgAEA/wABAIABAP8AAQAAAQAAAAAD+AP4AGoAABMzERUfBQUVNycVITcfBzM/FTUvBzcXNwcXBy8HIw8VFR8HBxEzJwh+AgMEBQYFApy9vf23sxQREhIKFBQVFw0MDQwMDAsWFRMSEQ4NCgUEAwMCAgEBAgQGBwkKDn9ZF/VZgBMSERMKExUUGA0MDQwMDAsWFRMSEA8NCgUEAwMCAgEBAgUFBwkKDrN+nQM7/WwIBQYFBAMBAX6enX6zDgoJBwMFAwIBAgIDAwQFCg0PEBITFRYLDAwMDQwNDRUUFBQSEhIUf1n0Fll/DgoJBwMFAwIBAgIDAwQFCg0OERITFRYLDAwMDQwNDRUUFBQSEhEUswJJvQABAAAAAAKAAoAAAwAAASERIQGAAQD/AAGAAQAAAgAAAAADQAKAAAMABwAAASERIQEhESECQAEA/wD+gAEA/wABgAEA/wABAAADAAAAAANAA0AAAwAHAAsAACUhESEBIREhNyERIQJAAQD/AP6AAQD/AMABAP8AwAEA/wABAIABAAAAAAAEAAAAAANAA0AAAwAHAAsADwAAJSERIQEhESElIREhASERIQJAAQD/AP6AAQD/AAGAAQD/AP6AAQD/AMABAP8AAQCAAQD/AAEAAAAABQAAAAAEAANAAAMABwALAA8AEwAAJSERIQEhESEBIREhJSERIQEhESEDAAEA/wD+gAEA/wD+gAEA/wACQAEA/wD+gAEA/wDAAQD/AAEA/wABAIABAP8AAQAAAAAGAAAAAAQABAAAAwAHAAsADwATABcAACkBESEBIREhASERISUhESEBIREhNyERIQMAAQD/AP6AAQD/AP6AAQD/AAJAAQD/AP6AAQD/AMABAP8AAQD/AAEA/wABAIABAP8AAQCAAQAAAAUAAAAAA7kD+AA/AH8AvwDEAUUAAAEVHw07AT8NPQEvDSsBDw01FR8NOwE/DT0BLw0rAQ8NNRUfDTsBPw09AS8NKwEPDSUVESERJxUjDwcVHwMVIw8HFR8DFSMPBxUfAxUfByE/BzU/BDUvByM1PwQ1LwcjNT8ENS8HIzUvByEPBgGiAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBARv+hj+eBgYFBQQDAQECBAWyngYGBQUEAwEBAgQFsp4GBgUFBAMBAQIEBbIBAQMEBQUGBwG4BwYFBQQDAQGvBgIEAgEBAwQFBQYGnq8GAgQCAQEDBAUFBgaerwYCBAIBAQMEBQUGBp4BAQMEBQUGB/5IBwYFBQQDAQEECgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQnyCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQnyCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQmzH/ytA3IfHwEBAwQFBQYGQwgHBXdOAQEDBAUFBgdCCAcFd04BAQMEBQUGBkMIBwV3LgcGBQUEAwEBAQEDBAUFBgcudAUDBwhDBgYFBQQDAQFOdAUDBwhCBwYFBQQDAQFOdAUDBwhDBgYFBQQDAQEfBwYFBQQDAQEBAQMEBQUGAAAAAAEAAAAAA3kD+ABWAAABES8GDwsfBQEfAjM/BAE/BS8LDwYRNS8JKwEPCQHB0AQGBQYLDAwMBgUFBQQEAwIEAQEEAgQDBQE7BxMMDAwGBgUFAT8FAwQCBAEBBAIDBAQFBQUGDAwMCwYFBgTQAQICBgcKCgYGBwYGBwYFCwkIBgICAQO5/SXNBAQDAwMBAQMDAwQEBQUGBQwMDAwFBgUE/skHCQMDAgIDBAE7BQUGBQwMDAwFBgUFBAQDAgQBAQMDAwQEzQLbBgcGBgoKBwYCAgEBAgIGBwoKBgYHAAACAAAAAAP4A/gARQCJAAAJAQ8FHws/BhEVHwk7AT8JNREvCg8FFxEfCjM/AwE/BS8LDwYRNS8JKwEPCQFW/sUFAwQCBAEBAwMDBAQFBQUGDAwMCwYFBQXQAQICBgcKCgYGBwYGBwYGCgoHBgICAQECAwUFBwcJBQwMBgYGBgUF5AECAwUFBwcJBgYGDAwLBgUBPwUDBAIEAQEDAwMEBAUFBQYMDAwLBgUFBdABAgIGBwoKBgYHBgYHBgYKCgcGAgIBA+b+yAQF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AAsAJAEjIGUtaWNvbnNSZWd1bGFyZS1pY29uc2UtaWNvbnNWZXJzaW9uIDEuMGUtaWNvbnNGb250IGdlbmVyYXRlZCB1c2luZyBTeW5jZnVzaW9uIE1ldHJvIFN0dWRpb3d3dy5zeW5jZnVzaW9uLmNvbQAgAGUALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgBlAC0AaQBjAG8AbgBzAGUALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAGUALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAdQBzAGkAbgBnACAAUwB5AG4AYwBmAHUAcwBpAG8AbgAgAE0AZQB0AHIAbwAgAFMAdAB1AGQAaQBvAHcAdwB3AC4AcwB5AG4AYwBmAHUAcwBpAG8AbgAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAACewECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0BLgEvATABMQEyATMBNAE1ATYBNwE4ATkBOgE7ATwBPQE+AT8BQAFBAUIBQwFEAUUBRgFHAUgBSQFKAUsBTAFNAU4BTwFQAVEBUgFTAVQBVQFWAVcBWAFZAVoBWwFcAV0BXgFfAWABYQFiAWMBZAFlAWYBZwFoAWkBagFrAWwBbQFuAW8BcAFxAXIBcwF0AXUBdgF3AXgBeQF6AXsBfAF9AX4BfwGAAYEBggGDAYQBhQGGAYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAZYBlwGYAZkBmgGbAZwBnQGeAZ8BoAGhAaIBowGkAaUBpgGnAagBqQGqAasBrAGtAa4BrwGwAbEBsgGzAbQBtQG2AbcBuAG5AboBuwG8Ab0BvgG/AcABwQHCAcMBxAHFAcYBxwHIAckBygHLAcwBzQHOAc8B0AHRAdIB0wHUAdUB1gHXAdgB2QHaAdsB3AHdAd4B3wHgAeEB4gHjAeQB5QHmAecB6AHpAeoB6wHsAe0B7gHvAfAB8QHyAfMB9AH1AfYB9wH4AfkB+gH7AfwB/QH+Af8CAAIBAgICAwIEAgUCBgIHAggCCQIKAgsCDAINAg4CDwIQAhECEgITAhQCFQIWAhcCGAIZAhoCGwIcAh0CHgIfAiACIQIiAiMCJAIlAiYCJwIoAikCKgIrAiwCLQIuAi8CMAIxAjICMwI0AjUCNgI3AjgCOQI6AjsCPAI9Aj4CPwJAAkECQgJDAkQCRQJGAkcCSAJJAkoCSwJMAk0CTgJPAlACUQJSAlMCVAJVAlYCVwJYAlkCWgJbAlwCXQJeAl8CYAJhAmICYwJkAmUCZgJnAmgCaQJqAmsCbAJtAm4CbwJwAnECcgJzAnQCdQJ2AncCeAJ5AnoCewJ8An0CfgJ/AoACgQKCAoMChAKFAoYChwKIAokCigKLAowCjQKOAo8CkAKRApICkwKUApUClgKXApgCmQKaApsCnAKdAp4CnwKgAqECogKjAqQCpQKmAqcCqAKpAqoCqwKsAq0CrgKvArACsQKyArMCtAK1ArYCtwK4ArkCugK7ArwCvQK+Ar8CwALBAsICwwLEAsUCxgLHAsgCyQLKAssCzALNAs4CzwLQAtEC0gLTAtQC1QLWAtcC2ALZAtoC2wLcAt0C3gLfAuAC4QLiAuMC5ALlAuYC5wLoAukC6gLrAuwC7QLuAu8C8ALxAvIC8wL0AvUC9gL3AvgC+QL6AvsC/AL9Av4C/wMAAwEDAgMDAwQDBQMGAwcDCAMJAwoDCwMMAw0DDgMPAxADEQMSAxMDFAMVAxYDFwMYAxkDGgMbAxwDHQMeAx8DIAMhAyIDIwMkAyUDJgMnAygDKQMqAysDLAMtAy4DLwMwAzEDMgMzAzQDNQM2AzcDOAM5AzoDOwM8Az0DPgM/A0ADQQNCA0MDRANFA0YDRwNIA0kDSgNLA0wDTQNOA08DUANRA1IDUwNUA1UDVgNXA1gDWQNaA1sDXANdA14DXwNgA2EDYgNjA2QDZQNmA2cDaANpA2oDawNsA20DbgNvA3ADcQNyA3MDdAN1A3YDdwN4A3kDegN7A3wACmV4cG9ydC1wZGYKZXhwb3J0LWNzdgxleHBvcnQtZXhjZWwKZGF0ZS1yYW5nZQxmaWx0ZXItY2xlYXIGZmlsdGVyCGJ1bGxldC02CGJ1bGxldC0xBG5vbmUIYnVsbGV0LTURYm9yZGVyLWRpYWdvbmFsLTIRYm9yZGVyLWRpYWdvbmFsLTEIYnVsbGV0LTQIYnVsbGV0LTIIYnVsbGV0LTMUY2hldnJvbi1yaWdodC1kb3VibGUTY2hldnJvbi1sZWZ0LWRvdWJsZRNjaGV2cm9uLWRvd24tZG91YmxlEWNoZXZyb24tdXAtZG91YmxlBnJlcGVhdA9yZWN1cnJlbmNlLWVkaXQIbG9jYXRpb24LZGVzY3JpcHRpb24JdGltZS16b25lCGNhbGVuZGFyD3RpbWVsaW5lLWFnZW5kYQl3b3JrLXdlZWsEd2VlawNkYXkRYWdlbmRhLWRhdGUtcmFuZ2UJZGF0ZS10aW1lBnBlb3BsZQx0aW1lbGluZS1kYXkNdGltZWxpbmUtd2VlaxJ0aW1lbGluZS13b3JrLXdlZWsOdGltZWxpbmUtbW9udGgFdGFibGUEY29weQh0aC1zbWFsbAZzYXZlLTILcGFyYWdyYXBoLTIGZWRpdC02DWNsb3NlLWxhcmdlLTELZXhwb3J0LXdvcmQMY2lyY2xlLWNsb3NlCGZpbHRlci0yCnBsdXMtc21hbGwFY2xvc2UFY2hlY2sHcHJpbnQtMgZlZGl0LTIEcGx1cw1jbG9zZS1sYXJnZS0yEWNoZXZyb24tZG93bi10aGluEWNoZXZyb24tdXAtZmlsbC0yEWNoZXZyb24tZG93bi1maWxsD2NoZXZyb24tdXAtZmlsbBNjaGV2cm9uLWRvd24tZmlsbC0yCmFycm93LWRvd24IYXJyb3ctdXAUY2hldnJvbi1yaWdodC1maWxsLTMTY2hldnJvbi1sZWZ0LWZpbGwtMghkZWxldGUtMRFjaGV2cm9uLWxlZnQtZmlsbBJjaGV2cm9uLXJpZ2h0LWZpbGwKYXJyb3ctbGVmdAthcnJvdy1yaWdodAlzb3J0aW5nLTEEZWRpdApmaXJzdC1wYWdlCWxhc3QtcGFnZQ50aW1lbGluZS10b2RheQxjaGV2cm9uLWxlZnQIZmlsdGVyLTEKY2hldnJvbi11cA1jaGV2cm9uLXJpZ2h0DGNoZXZyb24tZG93bg5jaXJjbGUtY2xvc2UtMhFjaGV2cm9uLXVwLWZpbGwtMxNjaGV2cm9uLWRvd24tZmlsbC0zDWZpbHRlci1jYW5jZWwOY2hldnJvbi1sZWZ0LTIKZ3JvdXAtaWNvbglzZWxlY3Rpb24HY2xvc2UtMgdjaGVjay0yEmludGVybWVkaWF0ZS1zdGF0ZQ5jaGV2cm9uLWxlZnQtMwZlZGl0LTMHY2xvc2UtMw9jaGV2cm9uLXJpZ2h0LTIGcGx1cy0yE2NoZXZyb24tZG93bi1maWxsLTUNY2lyY2xlLXJlbW92ZQxhcnJvdy1sZWZ0LTIPbW9yZS12ZXJ0aWNhbC0xBnNlYXJjaAVtb250aAV0cmFzaA5jaGV2cm9uLWRvd24tMgRzYXZlBG1lbnUHcmVmcmVzaBNjaXJjbGUtY2xvc2UtZmlsbC0zBWNsb2NrDWZyZWV6ZS1jb2x1bW4OZXJyb3ItdHJlZXZpZXcPY2lyY2xlLXJlbW92ZS0yCmNpcmNsZS1hZGQXZHJhZy1hbmQtZHJvcC1pbmRpY2F0b3IPY2hldnJvbi1yaWdodC0zD2NoZXZyb24tcmlnaHQtNARwbGF5BXBhdXNlEHBhcmEtb3B0aW9uLWRvd24Ic2VhcmNoLTINYm9yZGVyLWNlbnRlcgxyZXN0YXJ0LWF0LTEOaHlwZXJsaW5rLW9wZW4FY3V0LTIGY29weS0yCmJvcmRlci10b3ANZGVsZXRlLWNvbHVtbgpkZWxldGUtcm93DGluc2VydC1yaWdodAtpbnNlcnQtbGVmdBBoeXBlcmxpbmstcmVtb3ZlDWJvcmRlci1taWRkbGUMYm9yZGVyLXJpZ2h0Dmh5cGVybGluay1lZGl0BmxpbmstMgtib3JkZXItbGVmdAx0YWJsZS1kZWxldGUQdGFibGUtcHJvcGVydGllcw5oeXBlcmxpbmstY29weQ1ib3JkZXItYm90dG9tB3Bhc3RlLTISY29udGludWUtbnVtYmVyaW5nDGluc2VydC1iZWxvdwxpbnNlcnQtYWJvdmUPdGFibGUtY2VsbC1ub25lA2JveANhbGwRdGFibGUtYWxpZ24tcmlnaHQTdGFibGUtYm9yZGVyLWN1c3RvbRB0YWJsZS1hbGlnbi1sZWZ0EnRhYmxlLWFsaWduLWNlbnRlcg9saW5lLXZlcnktc21hbGwLbGluZS1ub3JtYWwKbGluZS1zbWFsbA5wYXJhLW9wdGlvbi11cBV2ZXJ0aWNhbC1hbGlnbi1ib3R0b20VdmVydGljYWwtYWxpZ24tY2VudGVyEnZlcnRpY2FsLWFsaWduLXRvcAxjbGVhci1mb3JtYXQNc3RyaWtldGhyb3VnaAp1cHBlci1jYXNlB2p1c3RpZnkFaW1hZ2UGcmVzaXplEGV4aXQtZnVsbC1zY3JlZW4GZWRpdC00BGJvbGQKYWxpZ24tbGVmdANjdXQQdGV4dC1hbHRlcm5hdGl2ZQZjb3B5LTEIZGVsZXRlLTIPaW5jcmVhc2UtaW5kZW50BWVyYXNlBHVuZG8LZnVsbC1zY3JlZW4JdW5kZXJsaW5lDmxpc3QtdW5vcmRlcmVkA2V5ZQxsaXN0LW9yZGVyZWQKbG93ZXItY2FzZQtsaW5rLXJlbW92ZQd6b29tLWluCW9wZW4tbGluawVwcmludApmb250LWNvbG9yC2FsaWduLXJpZ2h0BGxpbmsJdmlldy1zaWRlCWNvZGUtdmlldwh6b29tLW91dAtzdXBlcnNjcmlwdAlwYXJhZ3JhcGgEcmVkbwVwYXN0ZQtpbnNlcnQtY29kZQlzdWJzY3JpcHQHZGlzcGxheQdyZXBsYWNlBml0YWxpYwdjYXB0aW9uDHBhaW50LWJ1Y2tldA9kZWNyZWFzZS1pbmRlbnQMYWxpZ24tY2VudGVyCWZvbnQtbmFtZQ9kcmFnLWFuZC1kcm9wLTIOZmllbGQtc2V0dGluZ3MKdHdvLWNvbHVtbgd0d28tcm93A3N1bQhmaWx0ZXItMwtjbG9zZS1sYXJnZQ5maWx0ZXItY2xlYXItMgxjaXJjbGUtY2hlY2sMYWxpZ24tYm90dG9tDmluc2VydC1hYm92ZS0yDmluc2VydC1iZWxvdy0yDGFsaWduLW1pZGRsZQ9kZWxldGUtY29sdW1uLTIMZGVsZXRlLXJvdy0yDWluc2VydC1sZWZ0LTIJYWxpZ24tdG9wDmluc2VydC1yaWdodC0yBmVkaXQtNQ5hbGlnbi1taWRkbGUtMg9mcmVlemUtY29sdW1uLTIFc3R5bGUIZGVsZXRlLTMKZnJlZXplLXJvdwt0ZXh0LWhlYWRlchFtb3JlLWhvcml6b250YWwtMQdyZXNpemVyBmZvbGRlcgxmaXJzdC1wYWdlLTIIcHJldmlvdXMEbmV4dAtsYXN0LXBhZ2UtMgp6b29tLW91dC0yCXpvb20taW4tMghkb3dubG9hZAhib29rbWFyawhzZWFyY2gtMw90ZXh0LWFubm90YXRpb24HY2xvc2UtNAhjb21tZW50cwZzYXZlLTMMYWxpZ24tbGVmdC0yB3N0eWxlLTIGdW5kby0yD2hpZ2hsaWdodC1jb2xvcg9tb3JlLXZlcnRpY2FsLTMLdW5kZXJsaW5lLTIPc3RyaWtldGhyb3VnaC0yDnBhaW50LWJ1Y2tldC0yA3BhbgdvcGFjaXR5CGRlbGV0ZS00DW1vdXNlLXBvaW50ZXITY2hldnJvbi1yaWdodC1zbWFsbAxzdHJva2UtY29sb3IHcHJpbnQtMwZyZWRvLTIMZm9udC1jb2xvci0yBnNoYXBlcxJjaGV2cm9uLWxlZnQtc21hbGwMc3Ryb2tlLXdpZHRoD2Fubm90YXRpb24tZWRpdAl0aHVtYm5haWwFc3RhbXAKYnJlYWstcGFnZQRmaWxlCmNvbGxhcHNlLTIGZXhwYW5kD2RvdWJsZS1yZXNpemUtMg9kb3VibGUtcmVzaXplLTEPc2luZ2xlLXJlc2l6ZS0xD3NpbmdsZS1yZXNpemUtMg9zaW5nbGUtcmVzaXplLTMPc2luZ2xlLXJlc2l6ZS00DWRyYWctYW5kLWRyb3ARY2hldnJvbi11cC1maWxsLTQTY2hldnJvbi1kb3duLWZpbGwtNBRjaGV2cm9uLXJpZ2h0LWZpbGwtMhNjaGV2cm9uLWxlZnQtZmlsbC0zD21vcmUtdmVydGljYWwtNA1maWx0ZXItYWN0aXZlC2NvZGUtdmlldy0yCWdyaWQtdmlldwdwYXN0ZS0zB3RyYXNoLTIKZG93bmxvYWQtMgVjdXQtMxBsaXN0LXVub3JkZXJlZC0yCXJlZnJlc2gtMgtjaXJjbGUtaW5mbxJjaGV2cm9uLXJpZ2h0LXRoaW4IZm9sZGVyLTIHY2xvc2UtNQtmb2xkZXItZmlsbAZyZW5hbWUGY29weS0zCHNlYXJjaC00CHVwbG9hZC0xBGJhY2sKc2VsZWN0LWFsbAlzb3J0aW5nLTIPbW9yZS12ZXJ0aWNhbC01B2NoZWNrLTMRbW9yZS1ob3Jpem9udGFsLTMOZXhwb3J0LWV4Y2VsLTIMZXhwb3J0LWNzdi0yBnNhdmUtNAdzYXZlLWFzBmV4cG9ydAhkZWxldGUtNQtncmFuZC10b3RhbAd0YWJsZS0yCXN1Yi10b3RhbAhmaWxlLW5ldxFudW1iZXItZm9ybWF0dGluZwhyZW5hbWUtMgxleHBvcnQtcGRmLTINZnVsbC1zY3JlZW4tMgVjaGFydAh1cGxvYWQtMglmb250LXR5cGUHY2xvc2UtNgxsaW5lLXNwYWNpbmcEbG9jawxib3JkZXItb3V0ZXIGbGluay0zDmFsaWduLWJvdHRvbS0yDGJvcmRlci1hbGwtMhB0YWJsZS1vZi1jb250ZW50DnBhZ2UtbnVtYmVyaW5nBmJvbGQtMgthbGlnbi10b3AtMg5hbGlnbi1taWRkbGUtMwpwYWdlLXNldHVwDHN0cm9rZS1zdHlsZQdpbWFnZS0yDWJvb2ttYXJrLWZpbGwGaGVhZGVyEGxpc3QtdW5vcmRlcmVkLTMPc2hvdy1oaWRlLXBhbmVsDWFsaWduLXJpZ2h0LTIGZm9vdGVyCmJvcmRlci1hbGwMYm9yZGVyLWlubmVyBGNlbGwLYWxpZ24tdG9wLTMOYWxpZ24tYm90dG9tLTMOYWxpZ24tbWlkZGxlLTQHY2hlY2stNAVicmVhawxicmVhay1wYWdlLTINYnJlYWstc2VjdGlvbhBhdXRvLWZpdC1jb250ZW50EmZpeGVkLWNvbHVtbi13aWR0aA9hdXRvLWZpdC13aW5kb3cNYnJpbmctZm9yd2FyZA5icmluZy10by1mcm9udAxzZW5kLXRvLWJhY2sNc2VuZC1iYWNrd2FyZAl1bmdyb3VwLTEHZ3JvdXAtMQVvcmRlchJjaGV2cm9uLXVwLXNtYWxsLTIUY2hldnJvbi1kb3duLXNtYWxsLTIVY2hldnJvbi1yaWdodC1zbWFsbC0yFGNoZXZyb24tbGVmdC1zbWFsbC0yFmNoZXZyb24tcmlnaHQtZG91YmxlLTIVY2hldnJvbi1sZWZ0LWRvdWJsZS0yC3pvb20tdG8tZml0CWFkZC1hYm92ZQlhZGQtYmVsb3cEbGluZQ5hcnJvdy1yaWdodC11cAlyZWN0YW5nbGUGY2lyY2xlCHBlbnRhZ2FuBmxlbmd0aAlwZXJpbWV0ZXIEYXJlYQZyYWRpdXMGdm9sdW1lEmNoYW5nZS1zY2FsZS1yYXRpbwhzZXR0aW5ncwljb21tZW50LTINdGh1bWJzLWRvd24tMQl0aHVtYnMtdXANdGh1bWJzLWRvd24tMgpleHBvcnQtanBnCmV4cG9ydC1wbmcKZXhwb3J0LXN2ZxZjb25kaXRpb25hbC1mb3JtYXR0aW5nEGhpZGUtZm9ybXVsYS1iYXINaGlkZS1oZWFkaW5ncw5oaWRlLWdyaWRsaW5lcwlleWUtc2xhc2gKZXhwb3J0LXhscwxleHBvcnQtY3N2LTMDbWR4CHJlbmFtZS0zC2ZvbGRlci1vcGVuCW5hbWVkLXNldA1ncmlwLXZlcnRpY2FsCWRpbWVuc2lvbgdsZXZlbC0xB2xldmVsLTIHbGV2ZWwtMwdsZXZlbC00B2xldmVsLTUMdXNlci1kZWZpbmVkA2twaQlzb3J0LWRvd24Jc29ydGluZy0zB3NvcnQtdXARY2FsY3VsYXRlZC1tZW1iZXILY3VzdG9tLXNvcnQPc29ydC1kZXNjZW5kaW5nDnNvcnQtYXNjZW5kaW5nC2NvbW1lbnQtYWRkBXJlcGx5BnNlbmQtMQxjb21tZW50LXNob3cJc2lnbmF0dXJlC2ZpbHRlci1tYWluCXRleHQtd3JhcAp1bmZpbHRlcmVkGGZpbHRlcmVkLXNvcnQtZGVzY2VuZGluZxFzb3J0LWRlc2NlbmRpbmctMhBzb3J0LWFzY2VuZGluZy0yF2ZpbHRlcmVkLXNvcnQtYXNjZW5kaW5nCGZpbHRlcmVkDmZpbHRlci1jbGVhci0zB3JlYXBwbHkHZ3JvdXAtMgl1bmdyb3VwLTIPcGFzdGUtdGV4dC1vbmx5C3Bhc3RlLXN0eWxlDXBhc3RlLXNwZWNpYWwXcGFzdGUtbWF0Y2gtZGVzdGluYXRpb24Lc3BlbGwtY2hlY2sOY29tbWVudC1yZW9wZW4Kd2ViLWxheW91dAxwcmludC1sYXlvdXQLYm9yZGVyLW5vbmUPZGF0YS12YWxpZGF0aW9uDXByb3RlY3Qtc2hlZXQJdGV4dC1mb3JtDHByb3BlcnRpZXMtMgpjbGVhci1mb3JtCWRyb3AtZG93bgpmb3JtLWZpZWxkCWNoZWNrLWJveAx0YWJsZS11cGRhdGUOY2hhbmdlcy1hY2NlcHQSZGlzcGxheS1mb3ItcmV2aWV3DmNoYW5nZXMtcmVqZWN0EGNoYW5nZXMtcHJldmlvdXMLc2hvdy1tYXJrdXAMY2hhbmdlcy1uZXh0DWNoYW5nZXMtdHJhY2scY29uZGl0aW9uYWwtZm9ybWF0dGluZy1sYXJnZQloaWdobGlnaHQQdG9wLWJvdHRvbS1ydWxlcwlkYXRhLWJhcnMMY29sb3Itc2NhbGVzCGljb25zZXRzC2NsZWFyLXJ1bGVzCW5ldy1ydWxlcwxncmVhdGVyLXRoYW4JbGVzcy10aGFuB2JldHdlZW4HZXF1YWx0bxJ0ZXh0LXRoYXQtY29udGFpbnMOZGF0ZS1vY2N1cnJpbmcGdG9wLTEwD2JvdHRvbS0xMC1pdGVtcwlib3R0b20tMTANYWJvdmUtYXZlcmFnZQ1iZWxvdy1hdmVyYWdlDmR1cGxpY2F0ZS1jZWxsCGZvb3Rub3RlDGVuZC1mb290bm90ZRNjaGFydC1pbnNlcnQtY29sdW1uEGNoYXJ0LWRhdGEtdGFibGUMY2hhcnQtbGVnZW5kGGNoYXJ0LWluc2VydC14LXktc2NhdHRlchZjaGFydC1pbnNlcnQtd2F0ZXJmYWxsEWNoYXJ0LXVwZG93bi1iYXJzEWFkZC1jaGFydC1lbGVtZW50D2NoYXJ0LWdyaWRsaW5lcxdpbnNlcnQtaGllcmFyY2h5LWNoYXJ0cxFjaGFydC1pbnNlcnQtbGluZRdjaGFydC1zd2l0Y2gtcm93LWNvbHVtbhBjaGFydC1lcnJvci1iYXJzD2NoYXJ0LXRyZW5kbGluZQpjaGFydC1heGVzEWNoYXJ0LXNlbGVjdC1kYXRhC2NoYXJ0LWxpbmVzEWNoYXJ0LWF4aXMtdGl0bGVzC2NoYXJ0LXRpdGxlEGNoYXJ0LWluc2VydC1waWURY2hhbmdlLWNoYXJ0LXR5cGUWaW5zZXJ0LXN0YXRpc3RpYy1jaGFydBFjaGFydC1kYXRhLWxhYmVscxJjaGFydC1pbnNlcnQtY29tYm8kY2hhcnQtYXhpcy10aXRsZXMtcHJpbWFyeS1ob3Jpem9udGFsFWNoYXJ0LWxpbmVhci1mb3JlY2FzdBFjaGFydC1sZWdlbmQtbm9uZRJjaGFydC1sZWdlbmQtcmlnaHQSY2hhcnQtZGF0YS1jYWxsb3V0HGNoYXJ0LXByaW1hcnktbWlub3ItdmVydGljYWwbY2hhcnQtYXhlcy1wcmltYXJ5LXZlcnRpY2FsGGNoYXJ0LWRhdGEtbGFiZWxzLWNlbnRlchVjaGFydC1kYXRhLXRhYmxlLW5vbmUWY2hhcnQtZGF0YS1sYWJlbHMtbm9uZRxjaGFydC1wcmltYXJ5LW1ham9yLXZlcnRpY2FsE2NoYXJ0LWxlZ2VuZC1saW5lYXIbY2hhcnQtZXJyb3ItYmFycy1wZXJjZW50YWdlFGNoYXJ0LW5vLWxlZ2VuZC1rZXlzF2NoYXJ0LXRpdGxlLWFib3ZlLWNoYXJ0FGNoYXJ0LXRyZW5kbGluZS1ub25lFmNoYXJ0LXdpdGgtbGVnZW5kLWtleXMdY2hhcnQtYXhlcy1wcmltYXJ5LWhvcml6b250YWwjY2hhcnQtZXJyb3ItYmFycy1zdGFuZGFyZC1kZXZpYXRpb24QY2hhcnQtbGVnZW5kLXRvcB5jaGFydC1wcmltYXJ5LW1pbm9yLWhvcml6b250YWwVY2hhcnQtZXJyb3ItYmFycy1ub25lFGNoYXJ0LXVwLWRvd24tYmFycy0yEGNoYXJ0LWRyb3AtbGluZXMQY2hhcnQtbGluZXMtbm9uZR5jaGFydC1wcmltYXJ5LW1ham9yLWhvcml6b250YWwTY2hhcnQtbGVnZW5kLWJvdHRvbRJjaGFydC11cC1kb3duLW5vbmUdY2hhcnQtZGF0YS1sYWJlbHMtb3V0c2lkZS1lbmQiY2hhcnQtYXhpcy10aXRsZXMtcHJpbWFyeS12ZXJ0aWNhbBFjaGFydC1sZWdlbmQtbGVmdB1jaGFydC1kYXRhLWxhYmVscy1pbnNpZGUtYmFzZRRjaGFydC1oaWdoLWxvdy1saW5lcxtjaGFydC10cmVuZGxpbmUtZXhwb25lbnRpYWweY2hhcnQtdHJlbmRsaW5lLW1vdmluZy1hdmVyYWdlHGNoYXJ0LWRhdGEtbGFiZWxzLWluc2lkZS1lbmQQY2hhcnQtdGl0bGUtbm9uZRxjaGFydC10aXRsZS1jZW50ZXJlZC1vdmVybGF5H2NoYXJ0LWVycm9yLWJhcnMtc3RhbmRhcmQtZXJyb3IPY2hhcnQtM2QtYXJlYS0xFGNoYXJ0LTJkLXN0YWNrZWQtYmFyEmNoYXJ0LTNkLXN1cmZhY2UtMRZjaGFydC1oaXN0b2dyYW0tcGFyZXRvJmNoYXJ0LXN0b2NrLXZvbHVtbi1vcGVuLWhpZ2gtbG93LWNsb3NlGmNoYXJ0LXN0b2NrLWhpZ2gtbG93LWNsb3NlH2NoYXJ0LXN0b2NrLW9wZW4taGlnaC1sb3ctY2xvc2UrY2hhcnQtMmQtbGluZS0xMDAtc3RhY2tlZC1saW5lLXdpdGgtbWFya2VycxJjaGFydC1maWxsZWQtcmFkYXIZY2hhcnQtM2QtY2x1c3RlcmVkLWNvbHVtbg5jaGFydC1zdW5idXJzdA1jaGFydC10cmVlbWFwIWNoYXJ0LTNkLTEwMC1wZXJjZW50LXN0YWNrZWQtYXJlYQxjaGFydC0zZC1waWURY2hhcnQtM2QtY29sdW1uLTQSbW9yZS1jb2x1bW4tY2hhcnRzFWNoYXJ0LTJkLXN0YWNrZWQtbGluZQtjaGFydC1kb251dBZjaGFydC0zZC1jbHVzdGVyZWQtYmFyDGNoYXJ0LWZ1bm5lbA5jaGFydC0yZC1waWUtMg1jaGFydC0zZC1saW5lGWNoYXJ0LTJkLWNsdXN0ZXJlZC1jb2x1bW4hY2hhcnQtMmQtMTAwLXBlcmNlbnQtc3RhY2tlZC1hcmVhEG1vcmUtbGluZS1jaGFydHMgY2hhcnQtM2QtMTAwLXBlcmNlbnQtc3RhY2tlZC1iYXIRbW9yZS1zdG9jay1jaGFydHMhY2hhcnQtc3RvY2stdm9sdW1uLWhpZ2gtbG93LWNsb3NlEGNoYXJ0LWJhci1vZi1waWUtY2hhcnQtY2x1c3RlcmVkLWNvbHVtbi1saW5lLW9uLXNlY29uZGFyeS1heGlzFmNoYXJ0LTJkLWNsdXN0ZXJlZC1iYXILY2hhcnQtcmFkYXIjY2hhcnQtM2QtMTAwLXBlcmNlbnQtc3RhY2tlZC1jb2x1bW4fY2hhcnQtc3RhY2tlZGxpbmVzLXdpdGgtbWFya2VycxpjaGFydC13aXJlZnJhbWUtM2Qtc3VyZmFjZRpjaGFydC0yZC1saW5lLXdpdGgtbWFya2VycxVjaGFydC1ib3gtYW5kLXdoaXNrZXIZY3JlYXRlLWN1c3RvbS1jb21iby1jaGFydCBjaGFydC0yZC0xMDAtcGVyY2VudC1zdGFja2VkLWJhciFjaGFydC1zY2F0dGVyLXdpdGgtc3RyYWlnaHQtbGluZXMXbW9yZS1zdGF0aXN0aWNhbC1jaGFydHMVY2hhcnQtM2Qtc3RhY2tlZC1hcmVhDWNoYXJ0LTJkLWxpbmUjY2hhcnQtMmQtMTAwLXBlcmNlbnQtc3RhY2tlZC1jb2x1bW4PbW9yZS1waWUtY2hhcnRzDmNoYXJ0LWJ1YmJsZS0xIWNoYXJ0LTJkLTEwMC1wZXJjZW50LXN0YWNrZWQtbGluZQ9jaGFydC1oaXN0b2dyYW0VbW9yZS1oaWVyYXJjaHktY2hhcnRzIWNoYXJ0LWNvbWJvLWNsdXN0ZXJlZC1jb2x1bW4tbGluZRVjaGFydC0yZC1zdGFja2VkLWFyZWEXY2hhcnQtM2Qtc3RhY2tlZC1jb2x1bW4QY2hhcnQtaW5zZXJ0LWJhch9jaGFydC1zY2F0dGVyLXdpdGgtc21vb3RoLWxpbmVzH2NoYXJ0LXN1cmZhY2Utd2lyZWZyYW1lLWNvbnRvdXIUY2hhcnQtM2Qtc3RhY2tlZC1iYXITY2hhcnQtMmQtcGllLW9mLXBpZRJjaGFydC0zZC1zdXJmYWNlLTINY2hhcnQtMmQtYXJlYSljaGFydC1jb21iby1zdGFja2VkLWFyZWEtY2x1c3RlcmVkLWNvbHVtbg9jaGFydC13YXRlcmZhbGwVY2hhcnQtc3VyZmFjZS1jb250b3VyE21vcmUtc2NhdHRlci1jaGFydHMXY2hhcnQtMmQtc3RhY2tlZC1jb2x1bW4QcHJvdGVjdC13b3JrYm9vawtjaGFuZ2UtY2FzZQxleHBvcnQtcGRmLTMLZnJlZXplLXBhbmUTZnJlZXplLWZpcnN0LWNvbHVtbg5mcmVlemUtdG9wLXJvdwttZXJnZS1jZWxscw5zcGxpdC12ZXJ0aWNhbAp0YWJsZS1jZWxsEHNwbGl0LWhvcml6b250YWwIbGlzdC1ib3gLdGV4dC1mb3JtLTIFbGFiZWwLY2hlY2stYm94LTITYWRkLWVkaXQtZm9ybS1maWVsZAZidXR0b24LZHJvcC1kb3duLTIMcmFkaW8tYnV0dG9uCHBhc3N3b3JkE3RhYmxlLWluc2VydC1jb2x1bW4QdGFibGUtaW5zZXJ0LXJvdxV0YWJsZS1vdmVyd3JpdGUtY2VsbHMMdGFibGUtbmVzdGVkC3RhYmxlLW1lcmdlCWRyYWctZmlsbARob21lAAAAAAA=) format("truetype")
}

.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"
}

/*! button layout */
.e-btn.e-small.e-rtl .e-icon-left,.e-css.e-btn.e-small.e-rtl .e-icon-left {
    margin-right: -.7273em
}

.e-small.e-btn.e-bottom-icon-btn,.e-small .e-btn.e-bottom-icon-btn,.e-small.e-btn.e-top-icon-btn,.e-small .e-btn.e-top-icon-btn,.e-small.e-css.e-btn.e-bottom-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-top-icon-btn {
    line-height: 1;
    padding: 12px
}

.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-right: -.7273em
}

.e-bigger.e-small .e-btn,.e-bigger.e-small.e-css.e-btn,.e-bigger.e-small .e-css.e-btn {
    font-size: 14px;
    line-height: 2em;
    padding: 3px 16px 1px
}

.e-bigger.e-small .e-btn .e-btn-icon,.e-bigger.e-small.e-css.e-btn .e-btn-icon,.e-bigger.e-small .e-css.e-btn .e-btn-icon {
    font-size: 12px;
    width: 1em
}

.e-bigger.e-small .e-btn .e-btn-icon.e-icon-left,.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-left,.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-left {
    margin-left: -1em;
    width: 2.6667em
}

.e-bigger.e-small .e-btn .e-btn-icon.e-icon-right,.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-right,.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-right {
    margin-right: -1em;
    width: 2.6667em
}

.e-bigger.e-small .e-btn .e-btn-icon.e-icon-top,.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-top,.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-top {
    padding-bottom: 6px;
    width: auto
}

.e-bigger.e-small .e-btn .e-btn-icon.e-icon-bottom,.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-bottom,.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom {
    padding-top: 6px;
    width: auto
}

.e-bigger.e-small .e-btn.e-icon-btn,.e-bigger.e-small.e-css.e-btn.e-icon-btn,.e-bigger.e-small .e-css.e-btn.e-icon-btn {
    padding: 3px 10px 1px
}

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

.e-bigger.e-small .e-btn.e-round,.e-bigger.e-small.e-css.e-btn.e-round,.e-bigger.e-small .e-css.e-btn.e-round {
    height: 2.8572em;
    line-height: 1;
    padding: 0;
    width: 2.8572em
}

.e-bigger.e-small .e-btn.e-round .e-btn-icon,.e-bigger.e-small.e-css.e-btn.e-round .e-btn-icon,.e-bigger.e-small .e-css.e-btn.e-round .e-btn-icon {
    font-size: 14px;
    line-height: 2.7143em;
    width: auto
}

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

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

.e-bigger .e-btn,.e-bigger.e-css.e-btn,.e-bigger .e-css.e-btn {
    font-size: 14px;
    line-height: 2em;
    padding: 4px 16px 2px
}

.e-bigger .e-btn .e-btn-icon,.e-bigger.e-css.e-btn .e-btn-icon,.e-bigger .e-css.e-btn .e-btn-icon {
    font-size: 12px;
    width: 1em
}

.e-bigger .e-btn .e-btn-icon.e-icon-left,.e-bigger.e-css.e-btn .e-btn-icon.e-icon-left,.e-bigger .e-css.e-btn .e-btn-icon.e-icon-left {
    margin-left: -1em;
    width: 3em
}

.e-bigger .e-btn .e-btn-icon.e-icon-right,.e-bigger.e-css.e-btn .e-btn-icon.e-icon-right,.e-bigger .e-css.e-btn .e-btn-icon.e-icon-right {
    margin-right: -1em;
    width: 3em
}

.e-bigger .e-btn .e-btn-icon.e-icon-top,.e-bigger.e-css.e-btn .e-btn-icon.e-icon-top,.e-bigger .e-css.e-btn .e-btn-icon.e-icon-top {
    padding-bottom: 8px;
    width: auto
}

.e-bigger .e-btn .e-btn-icon.e-icon-bottom,.e-bigger.e-css.e-btn .e-btn-icon.e-icon-bottom,.e-bigger .e-css.e-btn .e-btn-icon.e-icon-bottom {
    padding-top: 8px;
    width: auto
}

.e-bigger .e-btn.e-icon-btn,.e-bigger.e-css.e-btn.e-icon-btn,.e-bigger .e-css.e-btn.e-icon-btn {
    padding: 4px 11px 2px
}

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

.e-bigger .e-btn.e-round,.e-bigger.e-css.e-btn.e-round,.e-bigger .e-css.e-btn.e-round {
    height: 3.7143em;
    line-height: 1;
    padding: 0;
    width: 3.7143em
}

.e-bigger .e-btn.e-round .e-btn-icon,.e-bigger.e-css.e-btn.e-round .e-btn-icon,.e-bigger .e-css.e-btn.e-round .e-btn-icon {
    font-size: 16px;
    line-height: 3.125em;
    width: auto
}

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

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

.e-bigger .e-btn.e-small,.e-bigger.e-css.e-btn.e-small,.e-bigger .e-css.e-btn.e-small {
    font-size: 14px;
    line-height: 2em;
    padding: 3px 16px 1px
}

.e-bigger .e-btn.e-small .e-btn-icon,.e-bigger.e-css.e-btn.e-small .e-btn-icon,.e-bigger .e-css.e-btn.e-small .e-btn-icon {
    font-size: 12px;
    width: 1em
}

.e-bigger .e-btn.e-small .e-btn-icon.e-icon-left,.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-left,.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-left {
    margin-left: -1em;
    width: 2.6667em
}

.e-bigger .e-btn.e-small .e-btn-icon.e-icon-right,.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-right,.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-right {
    margin-right: -1em;
    width: 2.6667em
}

.e-bigger .e-btn.e-small .e-btn-icon.e-icon-top,.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-top,.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-top {
    padding-bottom: 6px;
    width: auto
}

.e-bigger .e-btn.e-small .e-btn-icon.e-icon-bottom,.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom,.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-bottom {
    padding-top: 6px;
    width: auto
}

.e-bigger .e-btn.e-small.e-icon-btn,.e-bigger.e-css.e-btn.e-small.e-icon-btn,.e-bigger .e-css.e-btn.e-small.e-icon-btn {
    padding: 3px 10px 1px
}

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

.e-bigger .e-btn.e-small.e-round,.e-bigger.e-css.e-btn.e-small.e-round,.e-bigger .e-css.e-btn.e-small.e-round {
    height: 2.8572em;
    line-height: 1;
    padding: 0;
    width: 2.8572em
}

.e-bigger .e-btn.e-small.e-round .e-btn-icon,.e-bigger.e-css.e-btn.e-small.e-round .e-btn-icon,.e-bigger .e-css.e-btn.e-small.e-round .e-btn-icon {
    font-size: 14px;
    line-height: 2.7143em;
    width: auto
}

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

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

/*! button theme */
.e-btn.e-primary,.e-css.e-btn.e-primary {
    background-color: #e3165b
}

.e-btn.e-primary:hover,.e-css.e-btn.e-primary:hover {
    background-color: #e6326f
}

.e-btn.e-primary:focus,.e-css.e-btn.e-primary:focus {
    background-color: #ea4e82
}

.e-btn.e-primary.e-active,.e-btn.e-primary:active,.e-css.e-btn.e-primary.e-active,.e-css.e-btn.e-primary:active {
    background-color: #ec618f
}

.e-btn.e-flat.e-primary,.e-css.e-btn.e-flat.e-primary {
    color: #e3165b
}

.e-btn.e-flat.e-primary:hover,.e-css.e-btn.e-flat.e-primary:hover {
    background-color: rgba(227,22,91,.04);
    color: #e3165b
}

.e-btn.e-flat.e-primary:focus,.e-css.e-btn.e-flat.e-primary:focus {
    background-color: rgba(227,22,91,.12);
    color: #e3165b
}

.e-btn.e-flat.e-primary.e-active,.e-btn.e-flat.e-primary:active,.e-css.e-btn.e-flat.e-primary.e-active,.e-css.e-btn.e-flat.e-primary:active {
    background-color: rgba(227,22,91,.24);
    color: #e3165b
}

.e-btn.e-flat.e-primary .e-ripple-element,.e-css.e-btn.e-flat.e-primary .e-ripple-element {
    background-color: rgba(227,22,91,.12)
}

.e-btn.e-outline.e-primary,.e-css.e-btn.e-outline.e-primary {
    border-color: #e3165b;
    color: #e3165b
}

.e-btn.e-outline.e-primary:hover,.e-css.e-btn.e-outline.e-primary:hover {
    background-color: #e6326f
}

.e-btn.e-outline.e-primary.e-active,.e-btn.e-outline.e-primary:active,.e-css.e-btn.e-outline.e-primary.e-active,.e-css.e-btn.e-outline.e-primary:active {
    background-color: #ec618f
}

/*! checkbox layout */
/*! checkbox theme */
.e-checkbox-wrapper .e-frame.e-check,.e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: #e3165b
}

.e-checkbox-wrapper .e-ripple-element,.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element,.e-css.e-checkbox-wrapper .e-ripple-element,.e-css.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element {
    background: rgba(227,22,91,.26)
}

.e-checkbox-wrapper .e-checkbox:focus+.e-frame.e-check,.e-css.e-checkbox-wrapper .e-checkbox:focus+.e-frame.e-check {
    background-color: #e3165b
}

.e-checkbox-wrapper .e-checkbox:active+.e-frame,.e-css.e-checkbox-wrapper .e-checkbox:active+.e-frame {
    background-color: #fff;
    border-color: #757575;
    box-shadow: none
}

.e-checkbox-wrapper .e-checkbox:active+.e-frame.e-check,.e-css.e-checkbox-wrapper .e-checkbox:active+.e-frame.e-check {
    background-color: #e3165b;
    border-color: transparent;
    box-shadow: none;
    color: #fff
}

.e-checkbox-wrapper .e-checkbox:active+.e-frame.e-stop,.e-css.e-checkbox-wrapper .e-checkbox:active+.e-frame.e-stop {
    box-shadow: none;
    color: #757575
}

.e-checkbox-wrapper:hover .e-frame.e-check,.e-css.e-checkbox-wrapper:hover .e-frame.e-check {
    background-color: #e3165b
}

.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(227,22,91,.26)
}

/*! radiobutton layout */
.e-radio-wrapper {
    position: relative
}

/*! radiobutton theme */
.e-radio+label .e-ripple-element {
    background-color: rgba(227,22,91,.26)
}

.e-radio:checked+label:before,.e-radio:focus+label:before {
    border-color: #e3165b
}

.e-radio:checked+label:after {
    background-color: #e3165b;
    color: #e3165b
}

.e-radio:checked+.e-focus .e-ripple-container,.e-radio:checked+label:active .e-ripple-element {
    background-color: rgba(227,22,91,.26)
}

.e-radio:checked:focus+label:before {
    border-color: #e3165b
}

.e-radio:checked:focus+label:after {
    background-color: #e3165b
}

.e-radio:checked+label:hover:before {
    border-color: #e3165b
}

/*! switch layout */
/*! switch theme */
.e-css.e-switch-wrapper .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper .e-switch-on,.e-radio:checked+label:hover:after,.e-switch-wrapper .e-switch-handle.e-switch-active,.e-switch-wrapper .e-switch-on {
    background-color: #e3165b
}

.e-css.e-switch-wrapper .e-ripple-check .e-ripple-element,.e-switch-wrapper .e-ripple-check .e-ripple-element {
    background-color: rgba(227,22,91,.12)
}

.e-css.e-switch-wrapper:hover .e-switch-inner,.e-switch-wrapper:hover .e-switch-inner {
    background-color: transparent
}

.e-css.e-switch-wrapper:hover .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on,.e-switch-wrapper:hover .e-switch-handle.e-switch-active,.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: #e3165b
}

.e-css.e-switch-wrapper.e-focus .e-switch-inner,.e-css.e-switch-wrapper:focus .e-switch-inner,.e-switch-wrapper.e-focus .e-switch-inner,.e-switch-wrapper:focus .e-switch-inner {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    outline: none;
    outline-offset: 0
}

.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,.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active,.e-switch-wrapper:focus .e-switch-inner.e-switch-active {
    background-color: transparent;
    border-color: transparent;
    outline: none
}

.e-css.e-switch-wrapper.e-focus .e-ripple-container,.e-css.e-switch-wrapper:focus .e-ripple-container,.e-switch-wrapper.e-focus .e-ripple-container,.e-switch-wrapper:focus .e-ripple-container {
    background-color: rgba(0,0,0,.12)
}

.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,.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container,.e-switch-wrapper:focus .e-ripple-check.e-ripple-container {
    background-color: rgba(227,22,91,.12)
}

.e-css.e-switch-wrapper.e-active .e-switch-inner,.e-css.e-switch-wrapper:active .e-switch-inner,.e-switch-wrapper.e-active .e-switch-inner,.e-switch-wrapper:active .e-switch-inner {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    outline: none;
    outline-offset: 0
}

.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,.e-switch-wrapper.e-active .e-switch-inner.e-switch-active,.e-switch-wrapper:active .e-switch-inner.e-switch-active {
    background-color: transparent;
    border-color: transparent;
    outline: none
}

.e-css.e-switch-wrapper.e-active .e-ripple-container,.e-css.e-switch-wrapper:active .e-ripple-container,.e-switch-wrapper.e-active .e-ripple-container,.e-switch-wrapper:active .e-ripple-container {
    background-color: rgba(0,0,0,.12)
}

.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,.e-switch-wrapper.e-active .e-ripple-check.e-ripple-container,.e-switch-wrapper:active .e-ripple-check.e-ripple-container {
    background-color: rgba(227,22,91,.12)
}

.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-off,.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-on,.e-switch-wrapper.e-rtl.e-focus .e-switch-off,.e-switch-wrapper.e-rtl.e-focus .e-switch-on {
    background-color: rgba(227,22,91,.54)
}

.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-rtl .e-switch-on,.e-css.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on,.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,.e-switch-wrapper.e-rtl .e-switch-on,.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active,.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: #e3165b
}

.e-chip-list.e-chip .image-url,.e-chip-list .e-chip .image-url {
    align-items: center;
    background-size: cover;
    border-radius: 50%;
    display: flex;
    font-size: 14px;
    height: 20px;
    justify-content: center;
    line-height: 1;
    margin: 0 8px 0 -6px;
    overflow: hidden;
    width: 20px
}

.e-chip-list.e-chip .trailing-icon-url,.e-chip-list .e-chip .trailing-icon-url {
    align-items: center;
    background-size: cover;
    border-radius: 50%;
    display: flex;
    font-family: e-icons;
    font-size: 14px;
    height: 14px;
    justify-content: center;
    line-height: 1;
    margin: 0 -2px 0 8px;
    overflow: hidden;
    width: 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-bigger.e-chip-list .trailing-icon-url,.e-bigger .e-chip-list .trailing-icon-url {
    font-size: 16px;
    height: 18px;
    margin: 0 -4px 0 8px;
    width: 18px
}

.e-bigger.e-chip-list.e-rtl .trailing-icon-url,.e-bigger .e-chip-list.e-rtl .trailing-icon-url {
    margin: 0 8px 0 -4px
}

.e-chip-list.e-selection .e-chip.e-active {
    background-color: #e3165b
}

.e-chip-list.e-selection .e-chip.e-active .e-chip-avatar {
    background-color: #ab1145
}

.e-chip-list.e-selection .e-chip.e-active.e-focused {
    background-color: #ed4980
}

.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-avatar {
    background-color: #e3165b
}

.e-chip-list.e-selection .e-chip.e-active.e-outline {
    background-color: #e3165b;
    border-color: #e3165b
}

.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-avatar {
    background-color: #ab1145
}

.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused {
    background-color: #ed4980
}

.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-avatar {
    background-color: #e3165b
}

.e-chip-list.e-selection .e-chip:active {
    background-color: rgba(227,22,91,.16)
}

.e-chip-list.e-selection .e-chip:active .e-chip-avatar {
    background-color: rgba(171,17,69,.16)
}

.e-chip-list.e-selection .e-chip:active.e-outline {
    background-color: rgba(227,22,91,.16)
}

.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-avatar {
    background-color: rgba(171,17,69,.16)
}

.e-chip-list.e-chip.e-primary,.e-chip-list .e-chip.e-primary {
    background-color: #e3165b
}

.e-chip-list.e-chip.e-primary .e-chip-avatar,.e-chip-list .e-chip.e-primary .e-chip-avatar {
    background-color: #ab1145
}

.e-chip-list.e-chip.e-primary:hover,.e-chip-list .e-chip.e-primary:hover {
    background-color: #ec3673
}

.e-chip-list.e-chip.e-primary:hover .e-chip-avatar,.e-chip-list .e-chip.e-primary:hover .e-chip-avatar {
    background-color: #d01454
}

.e-chip-list.e-chip.e-primary.e-focused,.e-chip-list .e-chip.e-primary.e-focused {
    background-color: #ed4980
}

.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: #e3165b
}

.e-chip-list.e-chip.e-primary.e-active,.e-chip-list .e-chip.e-primary.e-active {
    background-color: #ef5b8d
}

.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: #ea2466
}

.e-chip-list.e-chip.e-primary.e-focused.e-active,.e-chip-list .e-chip.e-primary.e-focused.e-active {
    background-color: #ed4980
}

.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: #e3165b
}

.e-chip-list.e-chip.e-primary:active,.e-chip-list .e-chip.e-primary:active {
    background-color: #ef5b8d
}

.e-chip-list.e-chip.e-primary:active .e-chip-avatar,.e-chip-list .e-chip.e-primary:active .e-chip-avatar {
    background-color: #ea2466
}

.e-chip-list.e-chip.e-primary.e-outline,.e-chip-list .e-chip.e-primary.e-outline {
    border-color: #e3165b;
    color: #e3165b
}

.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete,.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-icon {
    color: #e3165b
}

.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(227,22,91,.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: #e3165b
}

.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: #e3165b
}

.e-chip-list.e-chip.e-primary.e-outline:hover,.e-chip-list .e-chip.e-primary.e-outline:hover {
    background-color: rgba(227,22,91,.12);
    border-color: #e3165b;
    color: #e3165b
}

.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-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-icon {
    color: #e3165b
}

.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: #e3165b
}

.e-chip-list.e-chip.e-primary.e-outline.e-focused,.e-chip-list .e-chip.e-primary.e-outline.e-focused {
    background-color: #ed4980
}

.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: #e3165b
}

.e-chip-list.e-chip.e-primary.e-outline.e-active,.e-chip-list .e-chip.e-primary.e-outline.e-active {
    background-color: #ef5b8d
}

.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: #ea2466
}

.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-color: #ed4980
}

.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: #e3165b
}

.e-chip-list.e-chip.e-primary.e-outline:active,.e-chip-list .e-chip.e-primary.e-outline:active {
    background-color: #ef5b8d
}

.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: #ea2466
}

/*! calendar material theme variables */
/*! component icons */
/*! calendar layout */
.e-calendar.e-disabled .e-header .e-next,.e-calendar.e-disabled .e-header .e-prev,.e-calendar.e-disabled .e-header .e-title {
    cursor: default;
    pointer-events: none;
    touch-action: none
}

.e-calendar.e-disabled .e-btn.e-today,.e-calendar.e-disabled .e-content td {
    pointer-events: none;
    touch-action: none
}

.e-bigger.e-small .e-calendar .e-header button,.e-calendar .e-header button {
    margin-right: 0
}

.e-bigger.e-small .e-calendar .e-header .e-icon-container,.e-calendar .e-header .e-icon-container {
    padding-top: 0
}

.e-bigger.e-small .e-calendar th,.e-calendar th {
    text-transform: none
}

.e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day,.e-calendar .e-content.e-month td.e-today span.e-day {
    line-height: 30px
}

.e-bigger.e-small .e-calendar .e-footer-container,.e-calendar .e-footer-container {
    background-color: #fff
}

.e-bigger.e-calendar,.e-bigger .e-calendar {
    max-width: 296px;
    min-width: 296px;
    padding: 0
}

.e-bigger.e-calendar.e-calendar-day-header-lg,.e-bigger .e-calendar.e-calendar-day-header-lg {
    max-width: 100%;
    min-width: 540px
}

.e-bigger.e-calendar.e-week,.e-bigger .e-calendar.e-week {
    max-width: 296px;
    min-width: 296px
}

.e-bigger.e-calendar.e-week-number,.e-bigger .e-calendar.e-week-number {
    min-width: 320px
}

.e-bigger.e-calendar .e-header .e-title,.e-bigger .e-calendar .e-header .e-title {
    font-size: 16px;
    line-height: 48px;
    width: 60%
}

.e-bigger.e-calendar.e-rtl .e-header .e-title,.e-bigger .e-calendar.e-rtl .e-header .e-title {
    line-height: 48px;
    text-indent: 6px
}

.e-bigger.e-calendar .e-header,.e-bigger .e-calendar .e-header {
    height: 48px;
    padding: 10px 10px 0 16px
}

.e-bigger.e-calendar .e-header button,.e-bigger .e-calendar .e-header button {
    margin-right: 0
}

.e-bigger.e-calendar .e-header button span,.e-bigger .e-calendar .e-header button span {
    font-size: 16px;
    padding: 15px
}

.e-bigger.e-calendar .e-header.e-decade,.e-bigger .e-calendar .e-header.e-decade,.e-bigger.e-calendar .e-header.e-year,.e-bigger .e-calendar .e-header.e-year {
    padding: 10px 10px 0 16px
}

.e-bigger.e-calendar th,.e-bigger .e-calendar th {
    font-size: 14px;
    height: 36px;
    text-transform: none
}

.e-bigger.e-calendar .e-content.e-year span.e-day,.e-bigger .e-calendar .e-content.e-year span.e-day {
    font-size: 13px;
    font-weight: 400
}

.e-bigger.e-calendar .e-content.e-decade table,.e-bigger .e-calendar .e-content.e-decade table,.e-bigger.e-calendar .e-content.e-month table,.e-bigger .e-calendar .e-content.e-month table,.e-bigger.e-calendar .e-content.e-year table,.e-bigger .e-calendar .e-content.e-year table {
    padding: 0 10px 10px
}

.e-bigger.e-calendar .e-content .e-selected,.e-bigger .e-calendar .e-content .e-selected,.e-bigger.e-calendar .e-content .e-state-hover,.e-bigger .e-calendar .e-content .e-state-hover {
    border-radius: 0
}

.e-bigger.e-calendar .e-content span.e-day,.e-bigger .e-calendar .e-content span.e-day {
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    width: 36px
}

.e-bigger.e-calendar .e-content.e-month td.e-today span.e-day,.e-bigger .e-calendar .e-content.e-month td.e-today span.e-day {
    line-height: 36px
}

.e-bigger.e-calendar .e-content.e-month td,.e-bigger .e-calendar .e-content.e-month td {
    height: 2px;
    padding: 2px
}

.e-bigger.e-calendar .e-content.e-decade td,.e-bigger .e-calendar .e-content.e-decade td,.e-bigger.e-calendar .e-content.e-year td,.e-bigger .e-calendar .e-content.e-year td {
    height: 60px;
    padding: 2px
}

.e-bigger.e-calendar .e-content.e-decade td>span.e-day,.e-bigger .e-calendar .e-content.e-decade td>span.e-day,.e-bigger.e-calendar .e-content.e-year td>span.e-day,.e-bigger .e-calendar .e-content.e-year td>span.e-day {
    height: 60px;
    line-height: 60px;
    width: 60px
}

.e-bigger.e-calendar .e-header .e-icon-container .e-next,.e-bigger .e-calendar .e-header .e-icon-container .e-next,.e-bigger.e-calendar .e-header .e-icon-container .e-prev,.e-bigger .e-calendar .e-header .e-icon-container .e-prev {
    height: 48px;
    width: 48px
}

.e-bigger.e-calendar .e-footer-container,.e-bigger .e-calendar .e-footer-container {
    border-top: none;
    padding: 0 10px 10px
}

.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-bigger.e-small .e-calendar,.e-calendar {
    box-shadow: none
}

.e-bigger.e-small .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,.e-bigger.e-small .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,.e-calendar .e-content.e-year td.e-selected:hover span.e-day {
    background-color: #e3165b
}

.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day,.e-calendar .e-content td.e-focused-date.e-today span.e-day,.e-calendar .e-content td.e-today span.e-day {
    border: 1px solid #e3165b;
    color: #e3165b
}

.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day,.e-bigger.e-small .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,.e-calendar .e-content td.e-today:focus span.e-day {
    color: #e3165b
}

.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-today:hover span.e-day,.e-calendar .e-content td.e-focused-date.e-today:focus span.e-day,.e-calendar .e-content td.e-focused-date.e-today:hover span.e-day,.e-calendar .e-content td.e-today:hover span.e-day {
    border: 1px solid #e3165b;
    color: #e3165b
}

.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day,.e-calendar .e-content td.e-today.e-selected span.e-day {
    background-color: #e3165b;
    border: 1px solid #e3165b
}

.e-bigger.e-small .e-calendar .e-content td.e-selected.e-focused-date span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-selected:hover span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover span.e-day,.e-calendar .e-content td.e-selected.e-focused-date span.e-day,.e-calendar .e-content td.e-selected:hover span.e-day,.e-calendar .e-content td.e-today.e-selected:hover span.e-day {
    background-color: #b51148
}

.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day,.e-calendar .e-content td.e-selected span.e-day {
    background-color: #e3165b
}

.e-bigger.e-small .e-calendar .e-content .e-footer,.e-calendar .e-content .e-footer {
    color: #e3165b
}

/*! component icons */
.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,.e-bigger.e-time-wrapper .e-time-icon.e-icons,.e-bigger .e-time-wrapper .e-time-icon.e-icons,.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
    font-size: 20px;
    min-height: 22px;
    min-width: 22px
}

.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul,.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul {
    padding: 0
}

.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
    font-size: 14px;
    line-height: 48px;
    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-control-wrapper.e-small.e-time-wrapper .e-time-icon.e-icons,.e-small .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,.e-small.e-time-wrapper .e-time-icon.e-icons,.e-small .e-time-wrapper .e-time-icon.e-icons {
    font-size: 14px
}

.e-small.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,.e-small.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
    font-size: 13px;
    line-height: 40px;
    text-indent: 16px
}

.e-control-wrapper.e-small.bigger.e-time-wrapper .e-time-icon.e-icons,.e-small.bigger .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,.e-small.e-bigger.e-time-wrapper .e-time-icon.e-icons,.e-small.e-bigger .e-time-wrapper .e-time-icon.e-icons {
    font-size: 18px
}

/*! timepicker theme */
.e-time-wrapper .e-input-group-icon.e-icons.e-active,.e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active,.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active,.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
    color: #e3165b
}

.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,.e-bigger.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,.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
    color: #000
}

/*! calendar material theme variables */
/*! component icons */
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon,.e-bigger .e-input-group-icon.e-date-icon,.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon {
    font-size: 20px;
    margin: 5px 0 6px;
    min-height: 26px;
    min-width: 26px
}

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

.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus,.e-bigger .e-input-group-icon.e-date-icon:focus,.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus {
    background: #eee;
    border-radius: 50%
}

.e-datepicker .e-model-header {
    background-color: #e3165b
}

@media screen and (orientation: landscape) and (max-height:360px) {
    .e-datepicker .e-calendar.e-device .e-month table tbody {
        display:inline-block;
        height: 130px;
        overflow: auto
    }
}

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

/*! calendar material theme variables */
/*! component icons */
/*! daterangepicker layout */
.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header,.e-daterangepicker.e-popup .e-range-header {
    background: #fff;
    padding: 16px 16px 0
}

.e-bigger .e-daterangepicker.e-range-modal,.e-device.e-daterangepicker.e-range-modal {
    background-color: rgba(0,0,0,.6);
    height: 100%;
    left: 0;
    opacity: .5;
    pointer-events: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper,.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper,.e-device.e-daterangepicker.e-popup.e-preset-wrapper {
    max-width: 770px;
    min-width: auto
}

.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper .e-presets,.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper .e-presets,.e-device.e-daterangepicker.e-popup.e-preset-wrapper .e-presets {
    max-height: none
}

.e-bigger.e-daterangepicker.e-popup .e-range-header,.e-bigger .e-daterangepicker.e-popup .e-range-header,.e-device.e-daterangepicker.e-popup .e-range-header {
    width: auto
}

.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn {
    border: 1px solid #3f51b5;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    line-height: 34px;
    max-width: 116px;
    overflow: hidden;
    padding: 1px 6px;
    text-overflow: ellipsis;
    width: 50%
}

.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn {
    border-left: 0;
    border-radius: 0 2px 2px 0
}

.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn {
    border-radius: 2px 0 0 2px
}

.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active,.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]),.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]),.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover,.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]),.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]),.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active,.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active,.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover,.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]),.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]),.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover {
    box-shadow: none
}

.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn {
    max-width: 141px
}

.e-bigger.e-daterangepicker.e-popup .e-presets,.e-bigger .e-daterangepicker.e-popup .e-presets,.e-device.e-daterangepicker.e-popup .e-presets {
    max-height: 240px
}

.e-bigger.e-daterangepicker.e-popup .e-presets.e-preset-wrapper,.e-bigger .e-daterangepicker.e-popup .e-presets.e-preset-wrapper,.e-device.e-daterangepicker.e-popup .e-presets.e-preset-wrapper {
    max-height: none
}

.e-bigger.e-daterangepicker.e-popup .e-presets ul,.e-bigger .e-daterangepicker.e-popup .e-presets ul,.e-device.e-daterangepicker.e-popup .e-presets ul {
    max-width: none
}

.e-bigger.e-daterangepicker.e-popup .e-presets ul li.e-list-item,.e-bigger .e-daterangepicker.e-popup .e-presets ul li.e-list-item,.e-device.e-daterangepicker.e-popup .e-presets ul li.e-list-item {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    padding: 0 16px
}

.e-bigger.e-daterangepicker .e-calendar,.e-bigger .e-daterangepicker .e-calendar,.e-device.e-daterangepicker .e-calendar {
    max-width: 296px;
    padding: 0
}

.e-bigger.e-daterangepicker .e-calendar .e-content table,.e-bigger .e-daterangepicker .e-calendar .e-content table,.e-device.e-daterangepicker .e-calendar .e-content table {
    padding: 0 15px 15px
}

.e-bigger.e-daterangepicker .e-calendar .e-header .e-next,.e-bigger .e-daterangepicker .e-calendar .e-header .e-next,.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev,.e-bigger .e-daterangepicker .e-calendar .e-header .e-prev,.e-device.e-daterangepicker .e-calendar .e-header .e-next,.e-device.e-daterangepicker .e-calendar .e-header .e-prev {
    height: 48px;
    width: 48px
}

.e-bigger.e-daterangepicker .e-calendar .e-header .e-next span,.e-bigger .e-daterangepicker .e-calendar .e-header .e-next span,.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev span,.e-bigger .e-daterangepicker .e-calendar .e-header .e-prev span,.e-device.e-daterangepicker .e-calendar .e-header .e-next span,.e-device.e-daterangepicker .e-calendar .e-header .e-prev span {
    padding: 15px
}

.e-bigger.e-daterangepicker .e-calendar .e-header .e-title,.e-bigger .e-daterangepicker .e-calendar .e-header .e-title,.e-device.e-daterangepicker .e-calendar .e-header .e-title {
    cursor: pointer;
    line-height: 48px
}

.e-bigger.e-daterangepicker .e-calendar .e-header.e-decade,.e-bigger .e-daterangepicker .e-calendar .e-header.e-decade,.e-bigger.e-daterangepicker .e-calendar .e-header.e-month,.e-bigger .e-daterangepicker .e-calendar .e-header.e-month,.e-bigger.e-daterangepicker .e-calendar .e-header.e-year,.e-bigger .e-daterangepicker .e-calendar .e-header.e-year,.e-device.e-daterangepicker .e-calendar .e-header.e-decade,.e-device.e-daterangepicker .e-calendar .e-header.e-month,.e-device.e-daterangepicker .e-calendar .e-header.e-year {
    padding: 10px 5px 0
}

.e-bigger.e-daterangepicker .e-footer,.e-bigger .e-daterangepicker .e-footer,.e-device.e-daterangepicker .e-footer {
    height: 58px
}

.e-bigger.e-daterangepicker .e-footer .e-btn,.e-bigger .e-daterangepicker .e-footer .e-btn,.e-device.e-daterangepicker .e-footer .e-btn {
    height: 36px;
    line-height: 36px;
    overflow: hidden
}

.e-bigger.e-daterangepicker .e-footer .e-btn.e-apply,.e-bigger .e-daterangepicker .e-footer .e-btn.e-apply,.e-device.e-daterangepicker .e-footer .e-btn.e-apply {
    margin: 0 8px
}

.e-bigger.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn,.e-bigger .e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn,.e-device.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn {
    border: 1px solid #3f51b5;
    border-radius: 2px 0 0 2px;
    border-right: 0
}

.e-bigger.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn,.e-bigger .e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn,.e-device.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn {
    border-radius: 0 2px 2px 0
}

.e-bigger.e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel,.e-bigger .e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel,.e-device.e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel {
    margin: 0 8px
}

.e-bigger.e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply,.e-bigger .e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply,.e-device.e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply {
    margin-left: 0
}

.e-bigger.e-daterangepicker.e-device.e-popup,.e-bigger .e-daterangepicker.e-device.e-popup,.e-device.e-daterangepicker.e-device.e-popup {
    max-width: 298px
}

.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header,.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header,.e-device.e-daterangepicker.e-device.e-popup .e-range-header {
    margin: 20px 16px 0;
    padding: 0
}

.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,.e-device.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span {
    margin: 10px 0
}

.e-small.e-daterangepicker.e-popup .e-range-header,.e-small .e-daterangepicker.e-popup .e-range-header {
    margin: 10px 10px 0
}

.e-small.e-daterangepicker.e-popup .e-range-header .e-end-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-start-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
}

.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
}

/*! daterangepicker theme */
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active,.e-date-range-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
    color: #e3165b
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span {
    border: 1px solid #e3165b;
    color: #e3165b
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day,.e-bigger.e-small .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-end-date.e-selected.e-today 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-selected.e-today:hover 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-today:hover span.e-day {
    border: 1px solid #e3165b
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day,.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.e-today span.e-day,.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day {
    background-color: #e3165b
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-active,.e-daterangepicker.e-popup .e-presets .e-list-item.e-active {
    color: #e3165b
}

.e-bigger.e-daterangepicker,.e-bigger .e-daterangepicker,.e-device.e-daterangepicker {
    background-color: #fff;
    padding: 0
}

.e-bigger.e-daterangepicker .e-calendar th,.e-bigger .e-daterangepicker .e-calendar th,.e-device.e-daterangepicker .e-calendar th {
    color: rgba(0,0,0,.38)
}

.e-bigger.e-daterangepicker .e-end-btn,.e-bigger .e-daterangepicker .e-end-btn,.e-bigger.e-daterangepicker .e-start-btn,.e-bigger .e-daterangepicker .e-start-btn,.e-device.e-daterangepicker .e-end-btn,.e-device.e-daterangepicker .e-start-btn {
    background: #fff
}

.e-bigger.e-daterangepicker .e-end-btn.e-active,.e-bigger .e-daterangepicker .e-end-btn.e-active,.e-bigger.e-daterangepicker .e-end-btn.e-active:active:not([disabled]),.e-bigger .e-daterangepicker .e-end-btn.e-active:active:not([disabled]),.e-bigger.e-daterangepicker .e-end-btn.e-active:hover,.e-bigger .e-daterangepicker .e-end-btn.e-active:hover,.e-bigger.e-daterangepicker .e-start-btn.e-active,.e-bigger .e-daterangepicker .e-start-btn.e-active,.e-bigger.e-daterangepicker .e-start-btn.e-active:active,.e-bigger .e-daterangepicker .e-start-btn.e-active:active,.e-bigger.e-daterangepicker .e-start-btn.e-active:hover,.e-bigger .e-daterangepicker .e-start-btn.e-active:hover,.e-device.e-daterangepicker .e-end-btn.e-active,.e-device.e-daterangepicker .e-end-btn.e-active:active:not([disabled]),.e-device.e-daterangepicker .e-end-btn.e-active:hover,.e-device.e-daterangepicker .e-start-btn.e-active,.e-device.e-daterangepicker .e-start-btn.e-active:active,.e-device.e-daterangepicker .e-start-btn.e-active:hover {
    background: #3f51b5;
    color: #fff
}

/*! component icons */
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons:before,.e-bigger .e-datetime-wrapper .e-time-icon.e-icons:before {
    font-size: 20px
}

.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
    margin: 5px 0 6px 8px;
    min-height: 26px;
    min-width: 26px
}

.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
    margin: 5px 8px 6px 0
}

.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul,.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul {
    padding: 8px 0
}

.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
    font-size: 14px;
    line-height: 48px;
    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-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
    font-size: 13px;
    line-height: 40px;
    text-indent: 16px
}

.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-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons:before,.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons:before {
    font-size: 18px
}

/*! datetimepicker theme */
.e-datetime-wrapper .e-input-group-icon.e-icons.e-active,.e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active,.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active,.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
    color: #e3165b
}

/*! drop-down button layout */
.e-dropdown-btn.e-btn:focus,.e-dropdown-btn.e-btn:hover,.e-dropdown-btn:focus,.e-dropdown-btn:hover {
    box-shadow: none
}

.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul,.e-dropdown-btn.e-small .e-dropdown-popup ul {
    padding: 8px 0
}

.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item,.e-dropdown-btn.e-small .e-dropdown-popup ul .e-item {
    padding: 0 16px
}

.e-dropdown-popup ul .e-item.e-url {
    padding: 0
}

.e-dropdown-popup ul .e-item .e-menu-url {
    display: block;
    padding: 0 16px;
    width: 100%
}

.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-bigger.e-dropdown-popup ul .e-item.e-url,.e-bigger .e-dropdown-popup ul .e-item.e-url {
    padding: 0
}

/*! drop-down button theme */
/*! splitbutton layout */
.e-split-btn-wrapper .e-split-btn:focus,.e-split-btn-wrapper .e-split-btn:hover {
    box-shadow: none
}

.e-split-btn-wrapper .e-split-btn:active {
    box-shadow: none;
    z-index: 0
}

.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-btn:focus,.e-split-btn-wrapper .e-btn:hover {
    box-shadow: none
}

/*! splitbutton theme */
.e-split-btn-wrapper:hover :not(e-active) .e-split-btn,.e-split-btn-wrapper:hover :not(e-active) .e-split-btn:disabled {
    border-right-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-btn-group .e-btn:focus,.e-btn-group input:focus+label.e-btn,.e-css.e-btn-group .e-btn:focus,.e-css.e-btn-group input:focus+label.e-btn {
    outline-color: inherit
}

.e-btn-group .e-btn:focus.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+label.e-btn.e-primary {
    background-color: #ea4e82;
    outline-color: inherit
}

.e-btn-group .e-btn:focus.e-danger,.e-btn-group .e-btn:focus.e-info,.e-btn-group .e-btn:focus.e-success,.e-btn-group .e-btn:focus.e-warning,.e-btn-group input:focus+label.e-btn.e-danger,.e-btn-group input:focus+label.e-btn.e-info,.e-btn-group input:focus+label.e-btn.e-success,.e-btn-group input:focus+label.e-btn.e-warning,.e-css.e-btn-group .e-btn:focus.e-danger,.e-css.e-btn-group .e-btn:focus.e-info,.e-css.e-btn-group .e-btn:focus.e-success,.e-css.e-btn-group .e-btn:focus.e-warning,.e-css.e-btn-group input:focus+label.e-btn.e-danger,.e-css.e-btn-group input:focus+label.e-btn.e-info,.e-css.e-btn-group input:focus+label.e-btn.e-success,.e-css.e-btn-group input:focus+label.e-btn.e-warning {
    outline-color: inherit
}

.e-btn-group .e-btn:active.e-outline.e-primary,.e-btn-group .e-btn:active.e-primary,.e-btn-group input:active+label.e-btn.e-outline.e-primary,.e-btn-group input:active+label.e-btn.e-primary,.e-btn-group input:checked+label.e-btn.e-outline.e-primary,.e-btn-group input:checked+label.e-btn.e-primary,.e-css.e-btn-group .e-btn:active.e-outline.e-primary,.e-css.e-btn-group .e-btn:active.e-primary,.e-css.e-btn-group input:active+label.e-btn.e-outline.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-outline.e-primary,.e-css.e-btn-group input:checked+label.e-btn.e-primary {
    background-color: #ec618f
}

.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 {
    border-color: #e3165b
}

.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,.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-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-danger,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-info,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-primary,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-success,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-warning,.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,.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) .e-btn:focus.e-outline.e-info,.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) .e-btn:focus.e-outline.e-success,.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-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-danger,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-info,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-primary,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-success,.e-btn-group:not(.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-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) .e-btn:focus.e-outline.e-info,.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) .e-btn:focus.e-outline.e-success,.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-css.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) input:focus+label.e-btn.e-outline.e-info,.e-css.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) input:focus+label.e-btn.e-outline.e-success,.e-css.e-btn-group.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-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) .e-btn:focus.e-outline.e-info,.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) .e-btn:focus.e-outline.e-success,.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-css.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) input:focus+label.e-btn.e-outline.e-info,.e-css.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) input:focus+label.e-btn.e-outline.e-success,.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
}

/*! Progress Button Layout */
.e-progress-btn.e-progress-active {
    pointer-events: none
}

/*! Progress Button Theme */
.e-progress-btn.e-primary.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-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg {
    fill: #e3165b;
    stroke: #e3165b
}

.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.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-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.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:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #e3165b
}

.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg {
    fill: #e3165b;
    stroke: #e3165b
}

.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #e3165b
}

.e-flat.e-primary .e-progress,.e-outline:not(:focus).e-primary .e-progress {
    background-color: rgba(227,22,91,.2)
}

.e-bigger .e-dropdownbase .e-fixed-head,.e-bigger .e-dropdownbase .e-list-group-item,.e-bigger .e-dropdownbase .e-list-item,.e-dropdownbase.e-bigger .e-fixed-head,.e-dropdownbase.e-bigger .e-list-group-item,.e-dropdownbase.e-bigger .e-list-item {
    text-indent: 16px
}

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

.e-dropdownbase .e-list-item.e-active,.e-dropdownbase .e-list-item.e-active.e-hover {
    color: #e3165b
}

.e-bigger .e-dropdownbase .e-fixed-head,.e-bigger .e-dropdownbase .e-list-group-item {
    padding-left: 16px
}

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

.e-bigger.e-small .e-dropdownbase .e-fixed-head,.e-bigger.e-small .e-dropdownbase .e-list-group-item,.e-dropdownbase.e-small.e-bigger .e-fixed-head,.e-dropdownbase.e-small.e-bigger .e-list-group-item {
    padding-left: 16px
}

.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 {
    color: #e3165b
}

.e-bigger.e-ddl.e-popup .e-list-group-item,.e-bigger.e-ddl.e-popup .e-list-item {
    font-size: 14px
}

.e-bigger.e-ddl.e-popup .e-input-group {
    padding: 4px 0
}

.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-control-wrapper.e-input-focus .e-input-filter,.e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter,.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter {
    padding: 8px 16px
}

.e-ddl.e-float-input .e-ddl-hidden,.e-ddl.e-input-group .e-ddl-hidden {
    -webkit-appearance: initial;
    border: 0;
    height: 0;
    padding: 0;
    visibility: hidden;
    width: 0
}

.e-dropdownlist.e-input: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.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 input.e-dropdownlist: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-input-group input.e-dropdownlist.e-input: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-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.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 input.e-dropdownlist: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-input-group input.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide {
    display: none
}

.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.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 input.e-dropdownlist: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-input-group.e-static-clear input.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide {
    cursor: pointer;
    display: flex
}

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

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

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

/*! TreeView's material theme wise override definitions and variables */
.e-ddt .e-ddt-icon:before {
    content: "\e969"
}

.e-ddt .e-chips-close:before {
    content: "\e7e9"
}

.e-ddt {
    cursor: pointer;
    outline: none
}

.e-ddt .e-ddt-icon:before {
    transform: rotate(0deg);
    transition: transform .3s ease
}

.e-ddt.e-icon-anim .e-ddt-icon:before {
    transform: rotate(180deg);
    transition: transform .3s ease
}

.e-ddt .e-ddt-hidden {
    border: 0;
    height: 0;
    visibility: hidden;
    width: 0
}

.e-ddt.e-float-input.e-control-wrapper .e-clear-icon,.e-ddt.e-input-group.e-control-wrapper .e-clear-icon {
    box-sizing: content-box;
    min-height: 22px
}

.e-ddt.e-float-input.e-control-wrapper .e-input-group-icon.e-ddt-icon,.e-ddt.e-input-group.e-control-wrapper .e-input-group-icon.e-ddt-icon {
    border: 0
}

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

.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,.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 {
    bottom: 0;
    position: absolute;
    right: 0
}

.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,.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 {
    right: 18px
}

.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,.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 {
    bottom: 2px;
    position: absolute;
    right: 0
}

.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,.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 {
    padding-left: 0;
    padding-right: 0
}

.e-ddt .e-chips-wrapper {
    width: 100%
}

.e-ddt.e-show-chip .e-chips-close {
    line-height: 16px;
    min-height: 16px;
    min-width: 16px;
    text-align: center
}

.e-ddt.e-show-chip .e-chips-close:before {
    font-size: 16px;
    vertical-align: middle
}

.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)
}

.e-ddt.e-show-chip .e-chips,.e-ddt.e-show-chip .e-chips>.e-chipcontent {
    overflow: hidden;
    padding: 0 4px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.e-ddt.e-show-chip .e-chips>.e-chipcontent {
    max-width: 100%;
    text-indent: 0
}

.e-ddt .e-overflow {
    white-space: nowrap
}

.e-ddt .e-overflow.e-show-text {
    padding: 6px 0 0
}

.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
}

.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 .e-dropdowntree,.e-ddt input[readonly],.e-ddt input[readonly].e-input {
    pointer-events: none
}

.e-ddt .e-dropdowntree.e-chip-input,.e-ddt input[readonly].e-chip-input,.e-ddt input[readonly].e-input.e-chip-input {
    width: 0
}

.e-ddt.e-popup {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 0 rgba(0,0,0,.14),0 3px 14px 0 rgba(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
}

.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 .e-input,.e-ddt.e-popup .e-filter-wrap .e-input:focus {
    padding: 8px 16px
}

.e-ddt.e-popup .e-filter-wrap {
    border: 0;
    border-top-width: 0;
    display: block;
    padding: 0
}

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

.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;
    padding: 14px 16px;
    text-align: center
}

.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
}

.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
    margin-left: 18px;
    margin-right: 1px
}

.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
    margin-left: 26px;
    margin-right: 1px
}

.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
    margin-left: 45px;
    margin-right: 1px
}

.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,.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 {
    left: 0;
    right: auto
}

.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,.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 {
    left: 18px
}

.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
    padding: 0 14px 0 0
}

.e-ddt-icon-hide {
    display: none
}

.e-bigger .e-ddt .e-chips,.e-ddt.e-bigger .e-chips {
    height: 31px
}

.e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
    right: 20px
}

.e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,.e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon {
    bottom: 3px
}

.e-bigger .e-ddt.e-float-input.e-control-wrapper .e-clear-icon,.e-bigger .e-ddt.e-input-group.e-control-wrapper .e-clear-icon,.e-ddt.e-bigger.e-float-input.e-control-wrapper .e-clear-icon,.e-ddt.e-bigger.e-input-group.e-control-wrapper .e-clear-icon {
    min-height: 26px
}

.e-bigger .e-ddt .e-overflow.e-show-text,.e-ddt.e-bigger .e-overflow.e-show-text {
    padding: 8px 0 0
}

.e-bigger .e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,.e-ddt.e-bigger.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
    margin-right: 20px;
    max-width: calc(100% - 21px)
}

.e-bigger .e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child,.e-ddt.e-bigger.e-show-clear .e-chips-wrapper .e-chips:last-child {
    margin-right: 32px;
    max-width: calc(100% - 33px)
}

.e-bigger .e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,.e-ddt.e-bigger.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
    margin-right: 52px;
    max-width: calc(100% - 53px)
}

.e-bigger .e-ddt.e-popup .e-selectall-parent,.e-ddt.e-bigger.e-popup .e-selectall-parent {
    text-indent: 43px
}

.e-bigger .e-ddt.e-popup .e-treeview .e-fullrow,.e-ddt.e-bigger.e-popup .e-treeview .e-fullrow {
    height: 44px
}

.e-bigger .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,.e-ddt.e-bigger.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
    margin-left: 20px;
    margin-right: 1px
}

.e-bigger .e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child,.e-ddt.e-bigger.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
    margin-left: 32px;
    margin-right: 1px
}

.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
    margin-left: 52px;
    margin-right: 1px
}

.e-bigger .e-ddt.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,.e-bigger .e-ddt.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon {
    left: 20px;
    right: auto
}

.e-ddt .e-chips {
    background-color: #eee
}

.e-ddt .e-chips .e-chips-close:before {
    color: rgba(0,0,0,.54)
}

.e-ddt .e-chips>.e-chipcontent {
    color: rgba(0,0,0,.87)
}

.e-ddt .e-chips:hover {
    background-color: #d6d6d6
}

.e-ddt .e-chips:hover>.e-chipcontent {
    color: rgba(0,0,0,.87)
}

.e-ddt .e-overflow .e-remain {
    color: rgba(0,0,0,.54)
}

.e-ddt.e-popup {
    background: #fff;
    border-color: transparent
}

.e-ddt.e-popup .e-popup-content.e-no-data {
    color: #000
}

.e-ddt.e-popup .e-selectall-parent {
    border-bottom-color: rgba(0,0,0,.12)
}

.e-ddt.e-popup .e-selectall-parent .e-all-text {
    color: rgba(0,0,0,.87)
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    margin-top: -38px;
    top: 100%
}

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    height: 38px;
    margin-top: -35px;
    right: 18px;
    top: 100%;
    width: 16px
}

.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
    right: 52px
}

.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    margin-top: -55px;
    top: 100%
}

.e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
    right: 48px
}

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    margin-top: -55px;
    top: 100%
}

.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 {
    margin-top: -35px;
    top: 100%
}

.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,.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 {
    right: 48px
}

.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,.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 {
    left: 52px;
    right: auto
}

.e-bigger .e-rtl.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-rtl .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl.e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl .e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl.e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl .e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl .e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-rtl.e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-small .e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-small .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    left: 48px;
    right: auto
}

.e-bigger .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl .e-bigger .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    left: 60px;
    right: auto
}

.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-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-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-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 {
    left: 48px;
    right: auto
}

.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.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,.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    height: 20px;
    margin-top: -33px;
    right: 18px;
    width: 20px
}

.e-bigger.e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-bigger.e-small .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-small .e-bigger.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
    height: 20px;
    margin-top: -35px;
    right: 45px;
    width: 20px
}

.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.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,.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-bigger.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-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    height: 24px;
    width: 24px
}

.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-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
    margin-top: -40px
}

.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
    margin-top: -32px;
    right: 40px
}

.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
    margin-top: -44px
}

.e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-bigger .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.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-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
    height: 16px;
    width: 16px
}

.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-bigger.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-small.e-bigger.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-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-small .e-bigger.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-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:before,.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:before,.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:before,.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:before,.e-small .e-bigger.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-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:before,.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:before {
    font-size: 20px;
    height: 20px;
    width: 20px
}

.e-bigger.e-small.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small .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,.e-rtl .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    left: 10px;
    right: auto
}

.e-rtl .e-small.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-small .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    left: 6px;
    right: auto
}

.e-bigger.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    left: 12px;
    right: auto
}

.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-multiselect.e-input-group.e-filled .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-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    height: 18px;
    margin: 7px 0 2px;
    width: 18px
}

.e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    height: 24px;
    margin: 12px -4px 8px -1px;
    padding: 0;
    width: 24px
}

.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,.e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    margin: 0 12px 4px 0
}

.e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper.e-float-input .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.e-multiselect.e-input-group.e-filled.e-float-input .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    margin: 0
}

.e-bigger.e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.e-small .e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .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-bigger.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    height: 20px;
    margin: 0 0 8px;
    padding: 0;
    width: 20px
}

.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before,.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before {
    font-size: 16px;
    height: 16px;
    width: 16px
}

.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before,.e-small.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before {
    font-size: 14px;
    height: 14px;
    width: 14px
}

.e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before,.e-bigger.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before {
    font-size: 20px;
    height: 20px;
    width: 20px
}

.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before,.e-bigger .e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before,.e-small.e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before,.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon:before {
    font-size: 18px;
    height: 18px;
    width: 18px
}

.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small.e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    height: 24px;
    margin: 7px -4px 8px -1px;
    padding: 0;
    width: 24px
}

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon:before,.e-small .e-bigger.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-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
    background-color: #3f51b5
}

.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher,.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher {
    display: flex;
    float: left;
    width: auto
}

.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher,.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
    display: inline-flex;
    float: none
}

.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
    width: 0
}

.e-multiselect.e-control-container.e-input-group .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-multi-select-wrapper .e-chips-collection.e-delim-hide,.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 {
    display: none
}

.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon,.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon {
    padding: 0 48px 0 0
}

.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values,.e-multiselect.e-control-container .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-input-group .e-multi-select-wrapper .e-clear-icon,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,.e-multiselect.e-control-container .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.e-input-group .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-multi-select-wrapper .e-ddl-icon,.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon {
    display: flex
}

.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon {
    margin-right: 0;
    margin-top: -2.1em;
    right: 0
}

.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter,.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter {
    top: -1px
}

.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
    font-size: 10px;
    height: 24px;
    width: 24px
}

.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher,.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher {
    float: right
}

.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,.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 {
    left: 0;
    right: auto
}

.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon,.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon {
    padding: 0 0 0 48px
}

.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
    margin-top: -2.5em
}

.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: .7;
    pointer-events: none
}

.e-multiselect.e-input-group .e-searcher .e-label-top {
    top: 15px
}

.e-bigger .e-multi-select-wrapper {
    min-height: 37px
}

.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-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
    margin-top: -3em
}

.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: 400;
    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
}

.e-bigger .e-multi-select-wrapper .e-delim-values {
    padding-left: 0
}

.e-multi-select-list-wrapper .e-selectall-parent {
    padding-right: 16px
}

.e-multi-select-list-wrapper.e-rtl .e-selectall-parent,.e-rtl .e-multi-select-list-wrapper .e-selectall-parent {
    padding-left: 16px;
    padding-right: 0
}

.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,.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-small .e-multi-select-wrapper .e-delim-values {
    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-bigger.e-small .e-multi-select-wrapper input[type=text] {
    height: 28px;
    min-height: 28px
}

.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
    line-height: 28px
}

.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
    margin-top: -2.5em;
    right: 5px
}

.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
    color: inherit
}

.e-multiselect.e-control-container.e-input-group.e-control-wrapper.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-multiselect.e-control-container.e-input-group.e-control-wrapper.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-multiselect.e-control-container.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-multiselect.e-control-container.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    margin-top: -1.6em
}

.e-multiselect.e-control-container.e-filled .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-multiselect.e-control-container.e-input-group.e-filled .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-multiselect.e-control-container.e-input-group.e-outline .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-multiselect.e-control-container.e-outline .e-multi-select-wrapper.e-down-icon .e-clear-icon {
    margin-top: -2.8em;
    right: 36px
}

.e-bigger.e-multiselect.e-control-container.e-input-group.e-control-wrapper.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-multiselect.e-control-container.e-input-group.e-control-wrapper.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.e-multiselect.e-control-container.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-multiselect.e-control-container.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    margin-top: -1.4em
}

.e-bigger.e-multiselect.e-control-container.e-input-group.e-control-wrapper.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-multiselect.e-control-container.e-input-group.e-control-wrapper.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.e-multiselect.e-control-container.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-multiselect.e-control-container.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    margin-right: 6px;
    margin-top: -1.6em
}

.e-bigger.e-multiselect.e-control-container.e-filled .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-bigger .e-multiselect.e-control-container.e-filled .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-bigger.e-multiselect.e-control-container.e-input-group.e-filled .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-bigger .e-multiselect.e-control-container.e-input-group.e-filled .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-bigger.e-multiselect.e-control-container.e-input-group.e-outline .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-bigger .e-multiselect.e-control-container.e-input-group.e-outline .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-bigger.e-multiselect.e-control-container.e-outline .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-bigger .e-multiselect.e-control-container.e-outline .e-multi-select-wrapper.e-down-icon .e-clear-icon {
    margin-top: -3em;
    right: 43px
}

.e-small.e-multiselect.e-control-container.e-input-group.e-control-wrapper.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-multiselect.e-control-container.e-input-group.e-control-wrapper.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small.e-multiselect.e-control-container.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-multiselect.e-control-container.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    margin-top: -1.4em
}

.e-small.e-multiselect.e-control-container.e-input-group.e-control-wrapper.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-multiselect.e-control-container.e-input-group.e-control-wrapper.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small.e-multiselect.e-control-container.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-multiselect.e-control-container.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    margin-top: -1.6em
}

.e-small.e-multiselect.e-control-container.e-filled .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-small .e-multiselect.e-control-container.e-filled .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-small.e-multiselect.e-control-container.e-input-group.e-filled .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-small .e-multiselect.e-control-container.e-input-group.e-filled .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-small.e-multiselect.e-control-container.e-input-group.e-outline .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-small .e-multiselect.e-control-container.e-input-group.e-outline .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-small.e-multiselect.e-control-container.e-outline .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-small .e-multiselect.e-control-container.e-outline .e-multi-select-wrapper.e-down-icon .e-clear-icon {
    margin-top: -2.6em;
    right: 31px
}

.e-bigger.e-small.e-multiselect.e-control-container.e-input-group.e-control-wrapper.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.e-small .e-multiselect.e-control-container.e-input-group.e-control-wrapper.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.e-small.e-multiselect.e-control-container.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.e-small .e-multiselect.e-control-container.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    margin-right: 6px;
    margin-top: -1.7em
}

.e-bigger.e-small.e-multiselect.e-control-container.e-filled .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-bigger.e-small .e-multiselect.e-control-container.e-filled .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-bigger.e-small.e-multiselect.e-control-container.e-input-group.e-filled .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-bigger.e-small .e-multiselect.e-control-container.e-input-group.e-filled .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-bigger.e-small.e-multiselect.e-control-container.e-input-group.e-outline .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-bigger.e-small .e-multiselect.e-control-container.e-input-group.e-outline .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-bigger.e-small.e-multiselect.e-control-container.e-outline .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-bigger.e-small .e-multiselect.e-control-container.e-outline .e-multi-select-wrapper.e-down-icon .e-clear-icon {
    margin-top: -1.7em;
    right: 36px
}

.e-bigger.e-multiselect.e-control-container.e-float-input.e-filled .e-multi-select-wrapper.e-down-icon,.e-bigger .e-multiselect.e-control-container.e-float-input.e-filled .e-multi-select-wrapper.e-down-icon,.e-multiselect.e-control-container.e-float-input.e-filled .e-multi-select-wrapper.e-down-icon {
    padding: 11px 12px 0
}

.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    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-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
    font-size: 16px
}

.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-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,.e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
    font-size: 14px
}

.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
    padding: 0 12px 0 8px
}

.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
    padding: 3px 12px 0 4px
}

.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,.e-multiselect.e-filled.e-input-group.e-control-wrapper,.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
    padding: 0
}

.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,.e-filled.e-float-input .e-multi-select-wrapper,.e-small .e-bigger.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-bigger.e-filled.e-float-input .e-multi-select-wrapper,.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
    padding: 19px 12px 0 16px
}

.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
    padding-top: 3px
}

.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper,.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper {
    padding: 0
}

.e-bigger.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],.e-bigger.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],.e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],.e-small .e-bigger.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-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text],.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type=text] {
    min-height: 52px
}

.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text],.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type=text] {
    min-height: 36px
}

.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-bigger.e-filled:not(.e-small).e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,.e-bigger .e-filled:not(.e-small).e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
    height: 52px
}

.e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,.e-bigger .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
    height: 36px
}

.e-bigger.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,.e-bigger.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher .e-bigger .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,.e-small .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
    height: 28px
}

.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
    padding: 5px 0
}

.e-bigger.e-small.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,.e-bigger.e-small .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,.e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,.e-small .e-bigger.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase {
    min-height: 28px
}

.e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,.e-small.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,.e-small.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,.e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values {
    font-size: 13px;
    line-height: 39px
}

.e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,.e-small.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,.e-small.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,.e-small .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
    font-size: 14px;
    line-height: 28px
}

.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values {
    font-size: 16px;
    line-height: 52px
}

.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
    line-height: 36px
}

.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,.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 {
    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-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
    height: 28px
}

.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.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-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
    height: 32px
}

.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip {
    height: 24px
}

.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
    height: 18px
}

.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
    margin: 8px 8px 0 0;
    padding: 0 8px
}

.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,.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,.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
    margin: 8px 0 0 8px;
    padding: 0 8px
}

.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
    padding-left: 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-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-bigger.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-bigger.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-bigger .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-small .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
    height: 12px;
    width: 12px
}

.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-small .e-bigger.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-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-small .e-bigger.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-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-rtl.e-small .e-bigger.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-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips>.e-chipcontent {
    font-size: 13px
}

.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-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips>.e-chipcontent {
    font-size: 14px
}

.e-bigger.e-filled .e-multi-select-wrapper .e-chips,.e-bigger .e-filled .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
    padding: 0 12px
}

.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
    padding-right: 8px
}

.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-multi-select-wrapper .e-chips>.e-chipcontent {
    -webkit-text-fill-color: rgba(0,0,0,.87)
}

.e-multi-select-wrapper .e-chips .e-chips-close:before {
    -webkit-text-fill-color: rgba(0,0,0,.54)
}

.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
    background-color: #3f51b5
}

.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus,.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
    color: #e3165b
}

.e-multi-select-wrapper .e-delim-values {
    -webkit-text-fill-color: rgba(0,0,0,.87)
}

.e-small .e-multi-select-wrapper .e-chips {
    height: 20px
}

.e-bigger.e-small .e-multi-select-wrapper .e-chips {
    height: 22px
}

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips,.e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover {
    background-color: #cecece
}

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected,.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected:hover,.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
    background-color: #c7c7c7
}

.e-multiselect.e-filled .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:hover,.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected>.e-chipcontent,.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected>.e-chipcontent:hover {
    color: rgba(0,0,0,.87)
}

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    color: rgba(0,0,0,.54)
}

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
    color: rgba(0,0,0,.87)
}

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close:before,.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close:before {
    color: rgba(0,0,0,.54)
}

.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-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover:before,.e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover:before {
    color: rgba(0,0,0,.87)
}

.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 {
    color: rgba(0,0,0,.6)
}

.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-listbox-container,.e-listbox-wrapper {
    -webkit-overflow-scrolling: touch;
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.e-listbox-container *,.e-listbox-wrapper * {
    box-sizing: border-box
}

.e-listbox-container:focus,.e-listbox-wrapper:focus {
    outline: none
}

.e-listbox-container.e-disabled,.e-listbox-wrapper.e-disabled {
    cursor: default;
    pointer-events: none
}

.e-listbox-container:not(.e-list-template) .e-list-nrt,.e-listbox-wrapper:not(.e-list-template) .e-list-nrt {
    text-align: center
}

.e-listbox-container .e-list-nrt,.e-listbox-container .e-selectall-parent,.e-listbox-container:not(.e-list-template) .e-list-item,.e-listbox-wrapper .e-list-nrt,.e-listbox-wrapper .e-selectall-parent,.e-listbox-wrapper:not(.e-list-template) .e-list-item {
    height: 36px;
    line-height: 1;
    padding: 11px 16px;
    position: relative
}

.e-listbox-container.e-filter-list,.e-listbox-wrapper.e-filter-list {
    overflow: inherit
}

.e-listbox-container.e-filter-list .e-list-parent,.e-listbox-wrapper.e-filter-list .e-list-parent {
    overflow: auto
}

.e-listbox-container .e-list-parent,.e-listbox-wrapper .e-list-parent {
    height: 100%;
    min-height: 36px
}

.e-listbox-container .e-list-item,.e-listbox-wrapper .e-list-item {
    border-bottom: 0 solid;
    outline: none
}

.e-listbox-container .e-list-item.e-disabled,.e-listbox-wrapper .e-list-item.e-disabled {
    pointer-events: none
}

.e-listbox-container .e-disable,.e-listbox-wrapper .e-disable {
    opacity: .7
}

.e-listbox-container .e-list-parent,.e-listbox-wrapper .e-list-parent {
    margin: 0;
    padding: 0
}

.e-listbox-container .e-list-header .e-text.header,.e-listbox-wrapper .e-list-header .e-text.header {
    display: none
}

.e-listbox-container .e-icon-back,.e-listbox-wrapper .e-icon-back {
    margin-top: 2px
}

.e-listbox-container .e-list-header .e-headertemplate-text.nested-header,.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header {
    display: none
}

.e-listbox-container .e-list-header,.e-listbox-wrapper .e-list-header {
    align-items: center;
    border-bottom: 1px solid;
    display: flex;
    font-weight: 700;
    height: 48px;
    padding: 0 16px
}

.e-listbox-container .e-has-header>.e-view,.e-listbox-wrapper .e-has-header>.e-view {
    top: 45px
}

.e-listbox-container .e-but-back,.e-listbox-wrapper .e-but-back {
    cursor: pointer;
    padding-right: 30px
}

.e-listbox-container .e-list-group-item:first-child,.e-listbox-wrapper .e-list-group-item:first-child {
    border: 0;
    border-bottom: 0 solid transparent
}

.e-listbox-container .e-list-group-item,.e-listbox-wrapper .e-list-group-item {
    border-bottom: 0 solid transparent;
    border-top: 1px solid;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    padding: 0 16px
}

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

.e-listbox-container .e-text-content,.e-listbox-wrapper .e-text-content {
    height: 100%;
    position: relative;
    vertical-align: middle
}

.e-listbox-container .e-text-content *,.e-listbox-wrapper .e-text-content * {
    display: inline-block;
    vertical-align: middle
}

.e-listbox-container .e-text-content.e-checkbox .e-list-text,.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text {
    width: calc(100% - 40px)
}

.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon+.e-list-text,.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon+.e-list-text {
    width: calc(100% - 90px)
}

.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text,.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text {
    width: calc(100% - 80px)
}

.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-listbox-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-container .e-checkbox .e-checkbox-left,.e-listbox-wrapper .e-checkbox .e-checkbox-left {
    margin: -2px 10px 0 0
}

.e-listbox-container .e-checkbox .e-checkbox-right,.e-listbox-wrapper .e-checkbox .e-checkbox-right {
    margin: -2px 0 0 10px
}

.e-listbox-container .e-list-text,.e-listbox-wrapper .e-list-text {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    width: 100%
}

.e-listbox-container .e-icon-wrapper .e-list-text,.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,.e-listbox-container .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-wrapper .e-list-icon+.e-list-text {
    width: calc(100% - 60px)
}

.e-listbox-container .e-list-icon,.e-listbox-wrapper .e-list-icon {
    height: 30px;
    margin-right: 16px;
    width: 30px
}

.e-listbox-container .e-content,.e-listbox-wrapper .e-content {
    overflow: hidden;
    position: relative
}

.e-listbox-container .e-list-header .e-text,.e-listbox-wrapper .e-list-header .e-text {
    cursor: pointer;
    text-indent: 0
}

.e-listbox-container .e-text .e-headertext,.e-listbox-wrapper .e-text .e-headertext {
    display: inline-block;
    line-height: inherit
}

.e-listbox-container.e-rtl,.e-listbox-wrapper.e-rtl {
    direction: rtl
}

.e-listbox-container.e-rtl .e-list-icon,.e-listbox-wrapper.e-rtl .e-list-icon {
    margin-left: 16px;
    margin-right: 0
}

.e-listbox-container.e-rtl .e-icon-collapsible,.e-listbox-wrapper.e-rtl .e-icon-collapsible {
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

.e-listbox-container.e-rtl .e-list-header .e-text,.e-listbox-wrapper.e-rtl .e-list-header .e-text {
    cursor: pointer
}

.e-listbox-container.e-rtl .e-but-back,.e-listbox-wrapper.e-rtl .e-but-back {
    transform: rotate(180deg)
}

.e-listbox-container.e-rtl .e-icon-back,.e-listbox-wrapper.e-rtl .e-icon-back {
    margin-top: -2px
}

.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left,.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left {
    margin: -2px 0 0 10px
}

.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right,.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right {
    margin: -2px 10px 0 0
}

.e-listbox-container.e-rtl .e-checkbox-wrapper,.e-listbox-wrapper.e-rtl .e-checkbox-wrapper {
    margin: -2px 0 0 10px
}

.e-listbox-container .e-checkbox-wrapper,.e-listbox-wrapper .e-checkbox-wrapper {
    margin: -2px 10px 0 0;
    text-indent: 0;
    vertical-align: middle
}

.e-listbox-container.e-right .e-checkbox-wrapper,.e-listbox-wrapper.e-right .e-checkbox-wrapper {
    position: absolute;
    right: 0;
    top: 30%
}

.e-listbox-container .e-input-group,.e-listbox-wrapper .e-input-group {
    padding: 4px 8px
}

.e-listbox-container .e-input-focus,.e-listbox-wrapper .e-input-focus {
    padding: 4px 4px 4px 8px
}

.e-listbox-container .e-hidden-select,.e-listbox-wrapper .e-hidden-select {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 100%
}

.e-listbox-container .e-placeholder,.e-listbox-wrapper .e-placeholder {
    background-color: #e3165b;
    display: block;
    height: 1px
}

.e-listbox-wrapper:not(.e-listbox-container) {
    overflow: auto
}

.e-listbox-container.e-sortableclone,.e-listbox-wrapper.e-sortableclone {
    border-width: 0;
    overflow: visible
}

.e-listbox-container.e-sortableclone .e-list-item,.e-listbox-wrapper.e-sortableclone .e-list-item {
    list-style-type: none
}

.e-listbox-container.e-sortableclone .e-ripple,.e-listbox-wrapper.e-sortableclone .e-ripple {
    overflow: visible
}

.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element,.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element {
    display: none
}

.e-listbox-container.e-sortableclone .e-list-badge,.e-listbox-wrapper.e-sortableclone .e-list-badge {
    align-items: center;
    background-color: #e3165b;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 12px;
    height: 22px;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 22px
}

.e-listboxtool-container,.e-listboxtool-wrapper {
    cursor: pointer;
    display: flex
}

.e-listboxtool-container *,.e-listboxtool-wrapper * {
    box-sizing: border-box
}

.e-listboxtool-container.e-disabled,.e-listboxtool-wrapper.e-disabled {
    cursor: default;
    pointer-events: none
}

.e-listboxtool-container .e-listbox-wrapper,.e-listboxtool-wrapper .e-listbox-wrapper {
    flex: 1
}

.e-listboxtool-container.e-right .e-listbox-tool,.e-listboxtool-wrapper.e-right .e-listbox-tool {
    margin-left: 15px
}

.e-listboxtool-container.e-left .e-listbox-tool,.e-listboxtool-wrapper.e-left .e-listbox-tool {
    margin-right: 15px
}

.e-listboxtool-container .e-listbox-tool,.e-listboxtool-wrapper .e-listbox-tool {
    border: 1px solid #e0e0e0;
    overflow: auto;
    padding: 8px
}

.e-listboxtool-container .e-listbox-tool .e-btn,.e-listboxtool-wrapper .e-listbox-tool .e-btn {
    display: list-item;
    list-style-type: none;
    margin-bottom: 10px
}

.e-rtl.e-listboxtool-container.e-right .e-listbox-tool,.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool {
    margin-right: 15px
}

.e-rtl.e-listboxtool-container.e-left .e-listbox-tool,.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool {
    margin-left: 15px
}

.e-bigger .e-listbox-container .e-list-item,.e-bigger .e-listbox-wrapper .e-list-item,.e-listbox-container.e-bigger .e-list-item,.e-listbox-wrapper.e-bigger .e-list-item {
    border: 0 solid transparent
}

.e-bigger .e-listbox-container .e-list-group-item,.e-bigger .e-listbox-container .e-list-header,.e-bigger .e-listbox-container .e-selectall-parent,.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,.e-bigger .e-listbox-wrapper .e-list-group-item,.e-bigger .e-listbox-wrapper .e-list-header,.e-bigger .e-listbox-wrapper .e-selectall-parent,.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,.e-listbox-container.e-bigger .e-list-group-item,.e-listbox-container.e-bigger .e-list-header,.e-listbox-container.e-bigger .e-selectall-parent,.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,.e-listbox-wrapper.e-bigger .e-list-group-item,.e-listbox-wrapper.e-bigger .e-list-header,.e-listbox-wrapper.e-bigger .e-selectall-parent,.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item {
    padding: 12px 16px
}

.e-bigger .e-listbox-container .e-selectall-parent,.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,.e-bigger .e-listbox-wrapper .e-selectall-parent,.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,.e-listbox-container.e-bigger .e-selectall-parent,.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,.e-listbox-wrapper.e-bigger .e-selectall-parent,.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item {
    height: 48px;
    line-height: 1.6;
    position: relative
}

.e-bigger .e-listbox-container .e-list-parent,.e-bigger .e-listbox-wrapper .e-list-parent,.e-listbox-container.e-bigger .e-list-parent,.e-listbox-wrapper.e-bigger .e-list-parent {
    min-height: 48px
}

.e-bigger .e-listbox-container .e-text-content,.e-bigger .e-listbox-wrapper .e-text-content,.e-listbox-container.e-bigger .e-text-content,.e-listbox-wrapper.e-bigger .e-text-content {
    font-size: 15px
}

.e-bigger .e-listbox-container .e-list-group-item,.e-bigger .e-listbox-wrapper .e-list-group-item,.e-listbox-container.e-bigger .e-list-group-item,.e-listbox-wrapper.e-bigger .e-list-group-item {
    height: 48px;
    line-height: 45px
}

.e-bigger .e-listbox-container .e-list-header,.e-bigger .e-listbox-wrapper .e-list-header,.e-listbox-container.e-bigger .e-list-header,.e-listbox-wrapper.e-bigger .e-list-header {
    align-items: center;
    display: flex;
    font-weight: 700;
    height: 64px
}

.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,.e-bigger .e-listbox-container .e-list-header .e-text.header,.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header,.e-listbox-container.e-bigger .e-list-header .e-text.header,.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,.e-listbox-wrapper.e-bigger .e-list-header .e-text.header {
    display: none
}

.e-bigger .e-listbox-container .e-list-header .e-text,.e-bigger .e-listbox-wrapper .e-list-header .e-text,.e-listbox-container.e-bigger .e-list-header .e-text,.e-listbox-wrapper.e-bigger .e-list-header .e-text {
    font-size: 20px
}

.e-small .e-listbox-container.e-filter-list .e-list-parent,.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
    height: calc(100% - 45px)
}

.e-bigger .e-listbox-container.e-filter-list .e-list-parent,.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
    height: calc(100% - 55px)
}

.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent,.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
    height: calc(100% - 45px)
}

.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),.e-listbox-wrapper,.e-listboxtool-container.e-listbox-container .e-ul {
    border: 1px solid #e0e0e0
}

.e-listbox-container,.e-listbox-wrapper {
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;
    font-size: 15px
}

.e-listbox-container .e-list-header,.e-listbox-wrapper .e-list-header {
    background-color: #fff;
    border-color: rgba(0,0,0,.12);
    color: rgba(0,0,0,.87);
    font-size: 20px
}

.e-listbox-container.e-filter-list .e-list-parent,.e-listbox-wrapper.e-filter-list .e-list-parent {
    height: calc(100% - 47px)
}

.e-listbox-container .e-icons,.e-listbox-wrapper .e-icons {
    color: rgba(0,0,0,.54)
}

.e-listbox-container .e-list-item,.e-listbox-wrapper .e-list-item {
    background-color: #fff;
    border: 0 solid transparent;
    color: rgba(0,0,0,.87)
}

.e-listbox-container .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-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),.e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled) {
    background-color: #eee;
    border-color: transparent;
    color: rgba(0,0,0,.87)
}

.e-listbox-container .e-list-item.e-selected,.e-listbox-wrapper .e-list-item.e-selected {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.87)
}

.e-listbox-container .e-list-item.e-selected.e-checklist,.e-listbox-wrapper .e-list-item.e-selected.e-checklist {
    background-color: #fff;
    color: rgba(0,0,0,.87)
}

.e-listbox-container .e-list-item.e-focused,.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,.e-listbox-wrapper .e-list-item.e-focused,.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.87)
}

.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-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 {
    background-color: #e3165b;
    border-color: transparent;
    color: #fff
}

.e-listbox-container .e-list-group-item,.e-listbox-wrapper .e-list-group-item {
    background-color: #fafafa;
    border-color: rgba(0,0,0,.12);
    color: rgba(0,0,0,.54);
    font-size: 15px
}

.e-listbox-container .e-selectall-parent,.e-listbox-wrapper .e-selectall-parent {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.12);
    color: rgba(0,0,0,.87)
}

.e-listbox-container .e-sortableclone.e-ripple .e-ripple-element,.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element {
    background-color: transparent
}

.e-listbox-container.e-list-template .e-list-wrapper,.e-listbox-wrapper.e-list-template .e-list-wrapper {
    height: inherit;
    position: relative
}

.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line),.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
    padding: .2667em 1.0666em
}

.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line,.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line {
    padding: 1.0666em
}

.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
    color: rgba(0,0,0,.87);
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    padding: .115em 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
    color: rgba(0,0,0,.54);
    display: block;
    font-size: 13px;
    margin: 0;
    padding: .115em 0;
    word-wrap: break-word
}

.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),.e-listbox-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-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
    height: 2.6667em;
    left: 1.0667em;
    position: absolute;
    top: .2666em;
    width: 2.6667em
}

.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
    padding-left: 4.8em;
    padding-right: 1.0666em
}

.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),.e-listbox-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-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,.e-listbox-wrapper.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: .2666em;
    width: 2.6667em
}

.e-listbox-container.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-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
    top: 1.0666em
}

.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge,.e-listbox-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-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
    padding-left: 4.8em;
    padding-right: 4.1333em
}

.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
    padding-left: 1.0666em;
    padding-right: 4.1333em
}

.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: .72em 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.e-listbox-container.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-selected .e-list-content,.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,.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-selected .e-list-content,.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header {
    color: rgba(0,0,0,.87)
}

.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
    left: inherit;
    right: 1.0667em
}

.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),.e-listbox-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-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),.e-listbox-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-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,.e-listbox-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-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
    left: 1.33em;
    right: inherit
}

.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,.e-listbox-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-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
    padding-left: 4.1333em;
    padding-right: 1.0666em
}

/*! input layout */
.e-input-group.e-control-wrapper textarea.e-input:focus,.e-input-group textarea.e-input:focus {
    padding: 4px 0
}

.e-bigger .e-float-input.e-control-wrapper.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-input-focus input~label.e-float-text,.e-float-input.e-bigger.e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-input-focus input~label.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[disabled]~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 label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-small input~label.e-label-top.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-float-input.e-small input~label.e-label-top.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-small .e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-small .e-float-input input~label.e-label-top.e-float-text {
    font-size: 13px;
    top: -9px;
    transform: translate3d(0,-6px,0) scale(.92)
}

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

.e-float-input.e-control-wrapper.e-rtl label.e-float-text,.e-float-input.e-rtl label.e-float-text,.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.e-control-wrapper label.e-float-text,.e-rtl.e-float-input.e-control-wrapper 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: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 label.e-float-text,.e-rtl.e-float-input 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 label.e-float-text {
    right: 0;
    transform-origin: right top
}

.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,.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,.e-float-input input[type=search]::-webkit-search-cancel-button,.e-float-input input[type=search]::-webkit-search-decoration,.e-float-input input[type=search]::-webkit-search-results-button,.e-float-input input[type=search]::-webkit-search-results-decoration,input.e-input[type=search]::-webkit-search-cancel-button,input.e-input[type=search]::-webkit-search-decoration,input.e-input[type=search]::-webkit-search-results-button,input.e-input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.e-float-input.e-control-wrapper 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,.e-float-input.e-input-group 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-input-group.e-control-wrapper input.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:not(:valid):not(.e-control):first-child~.e-clear-icon {
    display: none
}

.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-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-float-input:not(.e-outline) input:-webkit-autofill~label.e-float-text {
    font-size: 13px;
    top: -9px;
    transform: translate3d(0,-6px,0) scale(.92);
    -webkit-user-select: text;
    user-select: text
}

.e-bigger.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-bigger .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-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-bigger.e-float-input:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-bigger .e-float-input:not(.e-outline) input:-webkit-autofill~label.e-float-text {
    font-size: 14px;
    top: -8px;
    transform: translate3d(0,-6px,0) scale(.86);
    -webkit-user-select: text;
    user-select: 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,.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: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 {
    font-size: 12px;
    top: -8px;
    transform: translate3d(0,-6px,0) scale(.92);
    -webkit-user-select: text;
    user-select: text
}

.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-bigger .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-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-float-input:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-small.e-bigger.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-bigger .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-bigger.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: -10px;
    transform: translate3d(0,-6px,0) scale(.92);
    -webkit-user-select: text;
    user-select: text
}

.e-bigger.e-small .e-float-input textarea:focus~label.e-float-text,.e-bigger.e-small .e-float-input textarea:valid~label.e-float-text,.e-bigger.e-small .e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-bigger.e-small .e-float-input textarea[readonly]~label.e-label-top.e-float-text,.e-bigger.e-small .e-float-input textarea label.e-float-text.e-label-top,.e-bigger.e-small .e-float-input textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-bigger.e-small 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[disabled]~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 label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-small textarea~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger textarea:focus~label.e-float-text,.e-float-input.e-small.e-bigger textarea:valid~label.e-float-text,.e-float-input.e-small.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger textarea label.e-float-text.e-label-top,.e-float-input.e-small.e-bigger textarea~label.e-label-top.e-float-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[disabled]~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 label.e-float-text.e-label-top,.e-float-input.e-small textarea~label.e-label-top.e-float-text,.e-small.e-bigger .e-float-input.e-control-wrapper textarea:focus~label.e-float-text,.e-small.e-bigger .e-float-input.e-control-wrapper textarea:valid~label.e-float-text,.e-small.e-bigger .e-float-input.e-control-wrapper textarea[disabled]~label.e-label-top.e-float-text,.e-small.e-bigger .e-float-input.e-control-wrapper textarea[readonly]~label.e-label-top.e-float-text,.e-small.e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top,.e-small.e-bigger .e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-small .e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-small .e-float-input textarea~label.e-label-top.e-float-text {
    transform: translate3d(0,6px,0) scale(.86)
}

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

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

.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,.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:not(.e-float-icon-left).e-input-focus .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-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .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:not(.e-float-icon-left).e-input-focus .e-float-line:after,.e-outline.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line:before {
    width: 0
}

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

.e-outline.e-float-input.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.e-control-wrapper.e-float-icon-left: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-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.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.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: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:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.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-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-input-group.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.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-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.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:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
    border-color: #e3165b;
    box-shadow: inset 1px 1px #e3165b,inset -1px 0 #e3165b,inset 0 -1px #e3165b
}

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

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

.e-bigger .e-outline.e-float-input.e-control-wrapper.e-float-input:not(.e-float-icon-left) textarea:focus,.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) textarea,.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) textarea,.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) textarea:focus,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input:not(.e-float-icon-left) textarea.e-input:focus,.e-bigger .e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) textarea.e-input,.e-bigger .e-outline.e-input-group.e-float-input:not(.e-float-icon-left) textarea.e-input:focus,.e-bigger .e-outline.e-input-group:not(.e-float-icon-left) textarea.e-input,.e-bigger textarea.e-input.e-outline,.e-outline.e-float-input.e-bigger.e-float-input:not(.e-float-icon-left) textarea:focus,.e-outline.e-float-input.e-bigger:not(.e-float-icon-left) textarea,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea:focus,.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) textarea.e-bigger,.e-outline.e-float-input:not(.e-float-icon-left) textarea.e-bigger,.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) textarea.e-input,.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) textarea.e-input:focus,.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea.e-input,.e-outline.e-input-group.e-control-wrapper.e-bigger: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.e-bigger,.e-outline.e-input-group:not(.e-float-icon-left) textarea.e-input.e-bigger,textarea.e-input.e-bigger.e-outline {
    margin: 8px 0 1px;
    padding: 0 16px 16px
}

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

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

.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,.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.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:valid~label.e-float-text.e-label-bottom,.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: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:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid)~label.e-float-text {
    line-height: 50px
}

.e-outline.e-float-input.e-control-wrapper.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-input-focus label.e-float-text:after,.e-outline.e-float-input.e-input-focus label.e-float-text:before,.e-outline.e-input-focus label.e-float-text:after,.e-outline.e-input-focus label.e-float-text:before {
    border-top-color: #e3165b
}

.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-control-wrapper.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: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-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-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: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):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-input-group.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left) {
    box-shadow: inset 1px 0 #e3165b,inset -1px 0 #e3165b,inset 0 -1px #e3165b
}

.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-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-outline.e-float-input input:-webkit-autofill~label.e-float-text {
    animation-name: slideTopUp
}

.e-bigger.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-bigger .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-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger.e-outline.e-float-input input:-webkit-autofill~label.e-float-text,.e-bigger .e-outline.e-float-input 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,.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 input:-webkit-autofill~label.e-float-text,.e-small .e-outline.e-float-input input:-webkit-autofill~label.e-float-text {
    animation-name: slideTopUp
}

.e-bigger .e-outline.e-float-input.e-small.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small input:-webkit-autofill~label.e-float-text,.e-bigger .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-bigger.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-outline.e-float-input input:-webkit-autofill~label.e-float-text,.e-outline.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-outline.e-float-input.e-bigger.e-small input:-webkit-autofill~label.e-float-text,.e-small.e-bigger.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-bigger .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-bigger.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
}

.e-float-input.e-control-wrapper.e-hidden,.e-input-group.e-control-wrapper.e-hidden {
    display: none
}

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

/*! input theme */
/*! Added color to textbox for disbaled state */
.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:not(.e-input-group) .e-float-line:after,.e-float-input:not(.e-input-group) .e-float-line:before {
    background: #e3165b
}

.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-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) {
    color: rgba(0,0,0,.42)
}

.e-float-input.e-control-wrapper input::-moz-selection,.e-float-input.e-control-wrapper textarea::-moz-selection,.e-float-input input::-moz-selection,.e-float-input textarea::-moz-selection,.e-input-group.e-control-wrapper input.e-input::-moz-selection,.e-input-group.e-control-wrapper textarea.e-input::-moz-selection,.e-input-group input.e-input::-moz-selection,.e-input-group textarea.e-input::-moz-selection,input.e-input::-moz-selection,textarea.e-input::-moz-selection {
    background: #e3165b
}

.e-float-input.e-control-wrapper input::selection,.e-float-input.e-control-wrapper textarea::selection,.e-float-input input::selection,.e-float-input textarea::selection,.e-input-group.e-control-wrapper input.e-input::selection,.e-input-group.e-control-wrapper textarea.e-input::selection,.e-input-group input.e-input::selection,.e-input-group textarea.e-input::selection,input.e-input::selection,textarea.e-input::selection {
    background: #e3165b
}

.e-float-input.e-small textarea::-moz-selection,.e-float-input textarea::-moz-selection {
    background: #e3165b
}

.e-float-input.e-small textarea::selection,.e-float-input textarea::selection {
    background: #e3165b
}

.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .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:not(.e-float-icon-left) .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-input-group.e-float-icon-left .e-input-in-wrap .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:not(.e-float-icon-left) .e-float-line:after,.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line:before,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap: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:not(.e-float-icon-left):not(.e-float-input):after,.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input):before,.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:after,.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:before,.e-input-group:not(.e-float-icon-left):not(.e-float-input):after,.e-input-group:not(.e-float-icon-left):not(.e-float-input):before {
    background: #e3165b
}

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

.e-float-input.e-control-wrapper: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) 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: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-input:focus:not(.e-success):not(.e-warning):not(.e-error) {
    border-color: #e3165b
}

.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(0,0,0,.54)
}

.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus~label.e-float-text,.e-bigger .e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly]~label.e-float-text,.e-float-input.e-control-wrapper.e-small: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[readonly]:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.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-control-wrapper:not(.e-error).e-input-focus input~label.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-control-wrapper:not(.e-error) input:focus~label.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-control-wrapper:not(.e-error) textarea:focus~label.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.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus~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-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly]~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[readonly]:focus~label.e-float-text,.e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-small:not(.e-error) textarea[readonly]:focus~label.e-float-text,.e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.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:not(.e-error) textarea:focus~label.e-float-text,.e-float-input:not(.e-error) textarea[readonly]:focus~label.e-label-top.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-small .e-float-input.e-control-wrapper: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 textarea[readonly]~label.e-float-text.e-label-top,.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[readonly]:focus~label.e-float-text.e-label-top,.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[readonly]:focus~label.e-float-text.e-label-top,.e-small .e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-float-text.e-label-top,.e-small .e-float-input:not(.e-error).e-input-focus input~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:not(.e-error) input:focus~label.e-float-text,.e-small .e-float-input:not(.e-error) input[readonly]:focus~label.e-float-text.e-label-top,.e-small .e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-small .e-float-input:not(.e-error) textarea[readonly]:focus~label.e-float-text.e-label-top {
    color: #e3165b
}

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

.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly]~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-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[readonly]: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-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-control-wrapper: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 textarea[readonly]~label.e-label-top.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[readonly]:focus~label.e-label-top.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:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus~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-filled.e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly]~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[readonly]:focus~label.e-float-text,.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[readonly]:focus~label.e-float-text,.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:not(.e-error).e-input-focus input~label.e-float-text,.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: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:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-outline.e-float-input.e-control-wrapper.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-input-group.e-input-focus label.e-label-top,.e-outline.e-float-input.e-input-group.e-valid-input.e-input-focus label.e-label-top,.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-small .e-filled.e-float-input.e-control-wrapper: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 textarea[readonly]~label.e-float-text.e-label-top,.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) textarea:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input~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:not(.e-error) input: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-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[readonly]:focus~label.e-float-text.e-label-top,.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus~label.e-float-text.e-label-top {
    color: #e3165b
}

.e-filled.e-float-input.e-control-wrapper.e-disabled,.e-filled.e-float-input.e-control-wrapper input[disabled],.e-filled.e-float-input.e-control-wrapper textarea[disabled],.e-filled.e-float-input.e-disabled,.e-filled.e-float-input input[disabled],.e-filled.e-float-input textarea[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,.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-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,.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[disabled],.e-input-group.e-filled.e-control-wrapper.e-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-input[disabled] {
    background-position: 0 0
}

.e-filled.e-float-input.e-control-wrapper.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-input-group.e-float-icon-left .e-float-line:after,.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line:before,.e-filled.e-input-group.e-control-wrapper.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-float-icon-left:not(.e-float-input):after,.e-filled.e-input-group.e-float-icon-left:not(.e-float-input):before {
    background: #e3165b
}

/*! maskedtextbox layout */
/*! maskedtextbox theme */
.e-slider-tooltip.e-tooltip-wrap.e-popup {
    background-color: #e3165b
}

.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
    color: #e3165b
}

.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom {
    border-top-color: #e3165b
}

.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top {
    border-bottom-color: #e3165b
}

.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-right {
    border-left-color: #e3165b
}

.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-left {
    border-right-color: #e3165b
}

.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default {
    background-color: #e3165b
}

.e-slider-horizantal-color {
    top: 0
}

.e-control-wrapper.e-slider-container .e-range.e-drag-horizontal,.e-control-wrapper.e-slider-container .e-range.e-drag-vertical {
    cursor: pointer
}

/*! component theme */
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle:after,.e-control-wrapper.e-slider-container .e-slider .e-range {
    background-color: #e3165b
}

.e-control-wrapper.e-slider-container .e-slider .e-handle {
    background-color: #e3165b;
    border-color: #e3165b
}

.e-control-wrapper.e-slider-container.e-slider-hover .e-range {
    background-color: #e3165b
}

.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
    border-color: #e3165b
}

.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons.e-disabled,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons.e-disabled,.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,.e-bigger .e-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,.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled {
    color: rgba(0,0,0,.38);
    cursor: not-allowed;
    opacity: .4;
    pointer-events: none
}

.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden,.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden {
    visibility: hidden
}

.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,.e-bigger.e-small .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,.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled {
    color: rgba(0,0,0,.38);
    cursor: not-allowed;
    opacity: .4;
    pointer-events: none
}

.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn,.e-upload.e-rtl .e-file-select-wrap .e-control.e-btn {
    margin-right: 10px
}

.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,.e-small .e-upload.e-form-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,.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled {
    color: rgba(0,0,0,.38);
    cursor: not-allowed;
    opacity: .4;
    pointer-events: none
}

.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-progress {
    background: #e3165b
}

.e-colorpicker-container,.e-colorpicker-wrapper {
    display: inline-block;
    line-height: 0;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-colorpicker-container .e-colorpicker,.e-colorpicker-wrapper .e-colorpicker {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px
}

.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
    font-family: initial;
    line-height: 14px;
    padding: 0 4px
}

.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,.e-colorpicker-wrapper .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-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview,.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview {
    border-radius: 2px
}

.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
    padding: 0 4px
}

.e-colorpicker-container *,.e-colorpicker-wrapper * {
    box-sizing: border-box
}

.e-colorpicker-container.e-disabled .e-palette .e-tile,.e-colorpicker-wrapper.e-disabled .e-palette .e-tile {
    cursor: default
}

.e-colorpicker-container.e-disabled .e-palette .e-tile:hover,.e-colorpicker-wrapper.e-disabled .e-palette .e-tile:hover {
    border: 0;
    box-shadow: none
}

.e-colorpicker-container.e-disabled .e-palette .e-tile.e-selected,.e-colorpicker-wrapper.e-disabled .e-palette .e-tile.e-selected {
    border: 0
}

.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,.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 {
    cursor: default
}

.e-colorpicker-container.e-disabled .e-container .e-hsv-container,.e-colorpicker-wrapper.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
}

.e-colorpicker.e-hsv-model,.e-colorpicker.e-modal {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.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
}

.e-bigger.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,.e-bigger .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
    line-height: 18px;
    padding: 0 6px
}

.e-bigger.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,.e-bigger .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
    height: 22px;
    width: 22px
}

.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,.e-bigger .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
    padding: 0 6px
}

.e-container .e-custom-palette {
    width: auto
}

.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+");
    z-index: 0
}

.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-opacity-empty-track {
    z-index: 1
}

.e-container .e-selected-value {
    display: flex
}

.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input,.sf-colorpicker.e-container .e-input-container .e-float-input {
    margin-right: calc(3.75% - 2.28px)
}

.e-bigger .e-container.sf-colorpicker .e-input-container .e-float-input {
    margin-right: calc(3.425% - 2.38px)
}

.e-bigger.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input,.e-bigger .e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
    margin-left: calc(3.425% - 2.38px)
}

.e-colorpicker-container.e-disabled .e-mode-switch-btn,.e-colorpicker-container.e-disabled .e-value-switch-btn,.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn,.e-colorpicker-wrapper.e-disabled .e-value-switch-btn {
    color: rgba(0,0,0,.26)
}

.e-colorpicker-container.e-disabled .e-mode-switch-btn:focus,.e-colorpicker-container.e-disabled .e-value-switch-btn:focus,.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:focus,.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:focus {
    background-color: transparent;
    color: rgba(0,0,0,.26);
    outline: none;
    outline-offset: unset
}

.e-colorpicker-container.e-disabled .e-mode-switch-btn:active,.e-colorpicker-container.e-disabled .e-value-switch-btn:active,.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:active,.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:active {
    background-color: transparent;
    color: rgba(0,0,0,.26)
}

.e-icon-collapsible:before {
    content: "\e913"
}

.e-listview {
    border: 0 solid
}

.e-listview .e-list-item {
    cursor: pointer
}

.e-listview .e-list-text {
    vertical-align: middle
}

.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
}

.e-sortable {
    outline: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-sortable .e-disabled {
    background-image: none;
    cursor: default;
    filter: alpha(Opacity=35);
    opacity: .35
}

.e-sortable * {
    box-sizing: border-box
}

.e-sortable :focus {
    outline: none
}

.e-sortableclone {
    position: fixed!important
}

/*! component's theme wise override definitions and variables */
/*! hscroll icons */
/*! h-scroll layout */
/*! h-scroll theme */
.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
    color: #e3165b
}

.e-hscroll.e-rtl .e-scroll-nav:hover,.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus,.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
    border: 0
}

.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
    border: 0;
    box-shadow: none
}

/*! component's theme wise override definitions and variables */
/*! vscroll icons */
/*! v-scroll layout */
/*! v-scroll theme */
.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
    color: #e3165b
}

.e-vscroll.e-rtl .e-scroll-nav:hover,.e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus,.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover {
    border: 0
}

.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
    border: 0;
    box-shadow: none
}

/*! component's theme wise override definitions and variables */
/*! component's theme wise override definitions and variables */
/*! component's theme wise override definitions and variables */
/*! toolbar icons */
/*! toolbar layout */
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control,.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
    min-width: 0
}

.e-toolbar {
    border-radius: 0
}

.e-toolbar .e-blazor-toolbar-items {
    position: absolute;
    top: -9999px;
    visibility: hidden
}

.e-toolbar .e-toolbar-pop {
    border-radius: 0
}

.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
    align-items: center
}

.e-toolbar .e-hor-nav,.e-toolbar.e-rtl .e-hor-nav {
    border-radius: 0 0 0 0
}

.e-toolbar .e-popup-down-icon.e-icons,.e-toolbar .e-popup-up-icon.e-icons {
    color: rgba(0,0,0,.54)
}

.e-toolbar .e-toolbar-items {
    border-radius: 0 0 0 0
}

.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
    height: inherit
}

/*! toolbar theme */
.e-toolbar {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
    color: rgba(0,0,0,.87)
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus,.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
    border-radius: 0
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
    border-radius: 0;
    box-shadow: none
}

.e-toolbar .e-tbar-btn.e-btn .e-icons {
    color: rgba(0,0,0,.54)
}

.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
    border: 0;
    box-shadow: none
}

.e-toolbar .e-tbar-btn:focus,.e-toolbar .e-tbar-btn:hover {
    border-radius: 0
}

.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
    background: rgba(0,0,0,.12);
    color: rgba(0,0,0,.87)
}

.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:active {
    border: 0;
    box-shadow: none;
    color: rgba(0,0,0,.87)
}

.e-toolbar .e-hor-nav:active:after {
    animation: tbar-popup-shadow .6s ease-out 0ms;
    visibility: visible
}

.e-toolbar .e-hor-nav:focus,.e-toolbar .e-hor-nav:hover {
    background: rgba(0,0,0,.12);
    border-left: 0;
    color: rgba(0,0,0,.87)
}

.e-toolbar .e-hor-nav:focus {
    border-color: rgba(0,0,0,.12)
}

.e-toolbar .e-tbar-btn:active {
    border-radius: 0;
    box-shadow: none
}

/*! component's theme wise override material-definitions and variables */
/*! accordion icons */
/*! accordion layout */
.e-accordion .e-acrdn-item.e-overlay {
    height: auto
}

.e-accordion .e-acrdn-item {
    padding-top: 0
}

/*! accordion theme */
.e-accordion {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.e-accordion .e-acrdn-item.e-select.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-selected.e-expand-state>.e-acrdn-header .e-acrdn-header-content,.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header .e-acrdn-header-icon {
    color: #e3165b
}

/*! contextmenu layout */
.e-contextmenu-container ul .e-menu-item .e-previous:before,.e-contextmenu-wrapper ul .e-menu-item .e-previous:before {
    content: "\e977"
}

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

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

/*! contextmenu layout */
.e-contextmenu-container ul,.e-contextmenu-wrapper ul {
    font-weight: 400;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 14px;
    padding: 8px 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    display: none;
    min-width: 120px;
    position: absolute
}

.e-contextmenu-container ul.e-ul,.e-contextmenu-container ul.e-ul *,.e-contextmenu-wrapper ul.e-ul,.e-contextmenu-wrapper ul.e-ul * {
    box-sizing: border-box
}

.e-contextmenu-container ul.e-ul:focus,.e-contextmenu-container ul.e-ul :focus,.e-contextmenu-wrapper ul.e-ul:focus,.e-contextmenu-wrapper ul.e-ul :focus {
    outline: none
}

.e-contextmenu-container ul.e-contextmenu,.e-contextmenu-wrapper ul.e-contextmenu {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-contextmenu-container ul.e-ul,.e-contextmenu-wrapper ul.e-ul {
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont
}

.e-contextmenu-container ul .e-menu-item,.e-contextmenu-wrapper ul .e-menu-item {
    cursor: pointer;
    position: relative;
    height: 36px;
    line-height: 36px;
    padding: 0 16px
}

.e-contextmenu-container ul .e-menu-item.e-menu-hide,.e-contextmenu-wrapper ul .e-menu-item.e-menu-hide {
    display: none
}

.e-contextmenu-container ul .e-menu-item.e-menu-header,.e-contextmenu-wrapper ul .e-menu-item.e-menu-header {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.e-contextmenu-container ul .e-menu-item .e-menu-url,.e-contextmenu-wrapper ul .e-menu-item .e-menu-url {
    text-decoration: none
}

.e-contextmenu-container ul .e-menu-item .e-menu-icon,.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon {
    display: inline-block;
    vertical-align: middle
}

.e-contextmenu-container ul .e-menu-item.e-separator,.e-contextmenu-wrapper ul .e-menu-item.e-separator {
    cursor: auto;
    line-height: normal;
    pointer-events: none
}

.e-contextmenu-container ul .e-menu-item .e-menu-url,.e-contextmenu-wrapper ul .e-menu-item .e-menu-url {
    display: inline-block;
    min-width: 120px
}

.e-contextmenu-container ul .e-menu-item .e-menu-icon,.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon {
    font-size: 14px;
    line-height: 36px;
    margin-right: 10px;
    width: 1em
}

.e-contextmenu-container ul .e-menu-item .e-caret,.e-contextmenu-wrapper ul .e-menu-item .e-caret {
    line-height: 36px;
    margin-left: 16px;
    margin-right: 0;
    position: absolute;
    right: 8px
}

.e-contextmenu-container ul .e-menu-item.e-menu-caret-icon,.e-contextmenu-wrapper ul .e-menu-item.e-menu-caret-icon {
    padding-right: 36px
}

.e-contextmenu-container ul .e-menu-item.e-separator,.e-contextmenu-wrapper ul .e-menu-item.e-separator {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: auto;
    margin: 8px 0
}

.e-contextmenu-container ul .e-menu-item .e-caret,.e-contextmenu-wrapper ul .e-menu-item .e-caret {
    font-size: 11px
}

.e-contextmenu-container ul .e-menu-item .e-previous,.e-contextmenu-wrapper ul .e-menu-item .e-previous {
    margin-right: 16px
}

.e-contextmenu-container ul .e-menu-item.e-disabled,.e-contextmenu-wrapper ul .e-menu-item.e-disabled {
    cursor: auto;
    pointer-events: none
}

.e-contextmenu-container.e-sfcontextmenu,.e-contextmenu-container.e-sfcontextmenu .e-menu-vscroll,.e-contextmenu-wrapper.e-sfcontextmenu,.e-contextmenu-wrapper.e-sfcontextmenu .e-menu-vscroll {
    position: absolute
}

.e-contextmenu-container.e-sfcontextmenu ul,.e-contextmenu-wrapper.e-sfcontextmenu ul {
    white-space: nowrap
}

.e-contextmenu-container.e-sfcontextmenu ul.e-transparent,.e-contextmenu-wrapper.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-container.e-sfcontextmenu ul.e-transparent .e-menu-item,.e-contextmenu-wrapper.e-sfcontextmenu ul.e-transparent .e-menu-item {
    height: 0;
    padding: 0
}

.e-contextmenu-container.e-sfcontextmenu ul.e-transparent .e-menu-item.e-separator,.e-contextmenu-wrapper.e-sfcontextmenu ul.e-transparent .e-menu-item.e-separator {
    border: 0;
    margin: 0
}

.e-rtl.e-contextmenu-container .e-menu-item .e-menu-icon,.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon {
    margin-right: 0
}

.e-rtl.e-contextmenu-container .e-menu-item .e-caret,.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret {
    margin-left: 0;
    margin-right: 16px;
    right: auto
}

.e-rtl.e-contextmenu-container .e-menu-item .e-menu-icon,.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon {
    margin-left: 10px
}

.e-rtl.e-contextmenu-container .e-menu-item .e-caret,.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret {
    left: 8px
}

.e-rtl.e-contextmenu-container .e-menu-item.e-menu-caret-icon,.e-rtl.e-contextmenu-wrapper .e-menu-item.e-menu-caret-icon {
    padding-left: 36px;
    padding-right: 16px
}

.e-rtl.e-contextmenu-container .e-menu-item.e-blankicon,.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon {
    padding-left: 16px
}

.e-rtl.e-contextmenu-container .e-menu-item.e-blankicon.e-menu-caret-icon,.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon.e-menu-caret-icon {
    padding-left: 36px
}

.e-bigger.e-contextmenu-container ul,.e-bigger .e-contextmenu-container ul,.e-bigger.e-contextmenu-wrapper ul,.e-bigger .e-contextmenu-wrapper ul {
    font-size: 15px;
    padding: 8px 0;
    white-space: nowrap;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    max-width: 280px;
    min-width: 112px
}

.e-bigger.e-contextmenu-container ul .e-menu-item,.e-bigger .e-contextmenu-container ul .e-menu-item,.e-bigger.e-contextmenu-wrapper ul .e-menu-item,.e-bigger .e-contextmenu-wrapper ul .e-menu-item {
    height: 48px;
    line-height: 48px
}

.e-bigger.e-contextmenu-container ul .e-menu-item .e-menu-icon,.e-bigger .e-contextmenu-container ul .e-menu-item .e-menu-icon,.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-menu-icon {
    font-size: 16px;
    line-height: 48px
}

.e-bigger.e-contextmenu-container ul .e-menu-item .e-caret,.e-bigger .e-contextmenu-container ul .e-menu-item .e-caret,.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
    line-height: 48px
}

.e-bigger.e-contextmenu-container ul .e-menu-item.e-separator,.e-bigger .e-contextmenu-container ul .e-menu-item.e-separator,.e-bigger.e-contextmenu-wrapper ul .e-menu-item.e-separator,.e-bigger .e-contextmenu-wrapper ul .e-menu-item.e-separator {
    height: auto;
    line-height: normal
}

.e-bigger.e-contextmenu-container ul .e-menu-item .e-caret,.e-bigger .e-contextmenu-container ul .e-menu-item .e-caret,.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
    font-size: 12px
}

.e-bigger.e-contextmenu-container.e-rtl ul .e-blankicon,.e-bigger .e-contextmenu-container.e-rtl ul .e-blankicon,.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon,.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon {
    padding-left: 16px
}

.e-bigger.e-contextmenu-container.e-rtl ul .e-blankicon.e-menu-caret-icon,.e-bigger .e-contextmenu-container.e-rtl ul .e-blankicon.e-menu-caret-icon,.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon,.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon {
    padding-left: 36px
}

/*! contextmenu theme */
.e-contextmenu-container ul,.e-contextmenu-wrapper ul {
    background-color: #fff;
    color: rgba(0,0,0,.87)
}

.e-contextmenu-container ul .e-menu-item.e-menu-header,.e-contextmenu-wrapper ul .e-menu-item.e-menu-header {
    border-bottom-color: rgba(0,0,0,.12)
}

.e-contextmenu-container ul .e-menu-item .e-caret,.e-contextmenu-container ul .e-menu-item .e-menu-icon,.e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon {
    color: rgba(0,0,0,.54)
}

.e-contextmenu-container ul .e-menu-item .e-menu-url,.e-contextmenu-wrapper ul .e-menu-item .e-menu-url {
    color: rgba(0,0,0,.87)
}

.e-contextmenu-container ul .e-menu-item.e-focused,.e-contextmenu-wrapper ul .e-menu-item.e-focused {
    background-color: #eee;
    color: rgba(0,0,0,.87);
    outline: 0 solid rgba(0,0,0,.12);
    outline-offset: 0
}

.e-contextmenu-container ul .e-menu-item.e-focused .e-caret,.e-contextmenu-container ul .e-menu-item.e-focused .e-menu-icon,.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-caret,.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-menu-icon {
    color: rgba(0,0,0,.54)
}

.e-contextmenu-container ul .e-menu-item.e-selected,.e-contextmenu-wrapper ul .e-menu-item.e-selected {
    background-color: #eee;
    color: rgba(0,0,0,.87);
    outline: 0 solid #eee;
    outline-offset: 0
}

.e-contextmenu-container ul .e-menu-item.e-selected .e-caret,.e-contextmenu-container ul .e-menu-item.e-selected .e-menu-icon,.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-caret,.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-menu-icon {
    color: rgba(0,0,0,.54)
}

.e-contextmenu-container ul .e-disabled,.e-contextmenu-wrapper ul .e-disabled {
    color: rgba(0,0,0,.38);
    opacity: 1
}

.e-contextmenu-container ul .e-disabled .e-caret,.e-contextmenu-container ul .e-disabled .e-menu-icon,.e-contextmenu-container ul .e-disabled .e-menu-url,.e-contextmenu-wrapper ul .e-disabled .e-caret,.e-contextmenu-wrapper ul .e-disabled .e-menu-icon,.e-contextmenu-wrapper ul .e-disabled .e-menu-url {
    color: rgba(0,0,0,.38)
}

.e-contextmenu-container ul .e-separator,.e-contextmenu-wrapper ul .e-separator {
    border-bottom-color: rgba(0,0,0,.12)
}

/*! component's theme wise override definitions and variables */
/*! Material theme definition's */
/*! component's theme wise override definitions and variables */
/*! Horizontal Tab */
/*! Material specific themes definition's */
/*! Vertical Tab */
/*! tab icons */
.e-tab-clone-element .e-close-icon:before {
    content: "\e7fc";
    position: relative
}

/*! tab layout */
.e-tab .e-tab-header .e-toolbar-item .e-close-icon:before {
    top: 0
}

.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
}

@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: 0
}

.e-tab-clone-element .e-icons.e-tab-icon {
    display: inline-flex;
    height: 20px;
    min-width: 20px;
    width: 20px
}

@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-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-ibottom,.e-tab-clone-element.e-itop {
    height: 62px
}

@media screen and (max-width: 480px) {
    .e-tab-clone-element.e-ibottom,.e-tab-clone-element.e-itop {
        height:72px
    }
}

.e-tab-clone-element.e-ibottom .e-tab-wrap,.e-tab-clone-element.e-itop .e-tab-wrap {
    align-items: center;
    display: flex;
    height: 62px;
    position: relative
}

@media screen and (max-width: 480px) {
    .e-tab-clone-element.e-ibottom .e-tab-wrap,.e-tab-clone-element.e-itop .e-tab-wrap {
        height:72px
    }
}

.e-tab-clone-element.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-tab-clone-element.e-itop .e-tab-wrap:focus .e-text-wrap {
    height: auto
}

.e-tab-clone-element.e-ibottom .e-text-wrap,.e-tab-clone-element.e-itop .e-text-wrap {
    display: block;
    height: auto
}

.e-tab-clone-element.e-ibottom .e-close-icon,.e-tab-clone-element.e-itop .e-close-icon {
    position: absolute;
    right: 18px;
    top: calc(50% - 6px)
}

@media screen and (max-width: 480px) {
    .e-tab-clone-element.e-ibottom .e-close-icon,.e-tab-clone-element.e-itop .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-bottom,.e-tab-clone-element .e-tab-icon.e-icon-top {
    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-ibottom .e-text-wrap,.e-tab-clone-element.e-close-show .e-toolbar-item.e-itop .e-text-wrap {
    margin-right: 20px
}

.e-bigger .e-tab-clone-element:not(.e-separator) {
    height: 48px;
    margin: 0;
    min-height: 48px;
    min-width: auto;
    padding: 0
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab-clone-element:not(.e-separator) {
        margin:0
    }
}

.e-bigger .e-tab-clone-element:not(.e-separator).e-ibottom,.e-bigger .e-tab-clone-element:not(.e-separator).e-itop {
    height: 72px;
    min-height: 72px
}

.e-bigger .e-tab-clone-element .e-tab-wrap {
    height: 48px;
    padding: 0 24px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab-clone-element .e-tab-wrap {
        padding:0 12px
    }
}

.e-bigger .e-tab-clone-element .e-text-wrap {
    height: 48px
}

.e-bigger .e-tab-clone-element .e-tab-text {
    font-size: 14px
}

.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
    cursor: pointer;
    margin: 0 0 0 12px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab-clone-element .e-icons.e-close-icon {
        margin:0 0 0 14px
    }
}

.e-bigger .e-tab-clone-element .e-close-icon:before,.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
    font-size: 10px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab-clone-element .e-close-icon:before,.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
        font-size:12px
    }
}

.e-bigger .e-tab-clone-element .e-icons.e-tab-icon {
    height: 24px;
    min-width: 24px;
    width: 24px
}

.e-bigger .e-tab-clone-element .e-tab-icon,.e-bigger .e-tab-clone-element .e-tab-icon:before {
    font-size: 20px
}

.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap {
    padding: 0 24px
}

.e-bigger .e-tab-clone-element .e-icon-left+.e-tab-text {
    margin: 0 0 0 12px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab-clone-element .e-icon-left+.e-tab-text {
        margin:0 0 0 14px
    }
}

.e-bigger .e-tab-clone-element.e-ibottom,.e-bigger .e-tab-clone-element.e-ibottom .e-tab-wrap,.e-bigger .e-tab-clone-element.e-itop,.e-bigger .e-tab-clone-element.e-itop .e-tab-wrap {
    height: 72px
}

.e-bigger .e-tab-clone-element.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab-clone-element.e-itop .e-tab-wrap:focus .e-text-wrap {
    height: auto
}

.e-bigger .e-tab-clone-element.e-ibottom.e-active .e-tab-wrap,.e-bigger .e-tab-clone-element.e-itop.e-active .e-tab-wrap {
    height: 72px
}

.e-bigger .e-tab-clone-element.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab-clone-element.e-itop.e-active .e-tab-wrap:focus .e-text-wrap {
    height: auto
}

.e-bigger .e-tab-clone-element.e-ibottom .e-close-icon,.e-bigger .e-tab-clone-element.e-itop .e-close-icon {
    right: 24px
}

.e-bigger .e-tab-clone-element.e-itop .e-tab-text {
    margin: 10px 0 0
}

.e-bigger .e-tab-clone-element.e-ibottom .e-tab-text {
    margin: 0 0 10px
}

/*! tab theme */
.e-tab .e-tab-header .e-indicator {
    background: #e3165b
}

.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
    background: rgba(227,22,91,.12)
}

.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-ileft .e-tab-text,.e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-icon,.e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text,.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon,.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-wrap:hover .e-tab-icon,.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
    color: #e3165b
}

.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text {
    color: rgba(0,0,0,.38)
}

.e-tab.e-focused>.e-tab-header .e-toolbar-item .e-tab-wrap:focus {
    background: rgba(227,22,91,.12)
}

.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: #e3165b
}

.e-tab.e-focused>.e-tab-header .e-hor-nav:focus .e-popup-down-icon,.e-tab.e-focused>.e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-tab.e-focused>.e-tab-header .e-scroll-nav:focus .e-nav-arrow {
    color: rgba(0,0,0,.87)
}

.e-tab.e-focused>.e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon,.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-scroll-nav:focus .e-nav-arrow {
    border: 0
}

.e-tab.e-focused>.e-tab-header.e-vertical .e-hor-nav:focus {
    outline: 0
}

.e-tab.e-disable .e-tab-header .e-indicator {
    background: rgba(227,22,91,.38)
}

.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-icon,.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    color: rgba(227,22,91,.38)
}

.e-tab.e-fill .e-tab-header {
    border-bottom: 2px solid #e3165b
}

.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    background: #e3165b
}

.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
    border-top: 2px solid #e3165b
}

.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-left {
    border-right: 2px solid #e3165b
}

.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-right {
    border-left: 2px solid #e3165b
}

.e-tab.e-fill.e-disable .e-tab-header {
    border-bottom: 2px solid rgba(227,22,91,.38)
}

.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(227,22,91,.38)
}

.e-tab.e-fill.e-disable .e-tab-header.e-horizontal-bottom {
    border-top: 2px solid rgba(227,22,91,.38)
}

.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon,.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 {
    color: #e3165b
}

.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
    background: rgba(227,22,91,.8)
}

.e-tab.e-background .e-tab-header,.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,.e-tab.e-background .e-tab-header .e-toolbar-items {
    background: #3f51b5
}

.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
    color: #e3165b
}

.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
    margin: 0
}

.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    background: #3f51b5
}

.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap {
    background: rgba(63,81,181,0)
}

.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,.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item {
    background: #3f51b5
}

.e-tab.e-background.e-accent .e-tab-header .e-indicator {
    background: #e3165b
}

.e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator {
    background: rgba(227,22,91,.38)
}

.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap {
    background: rgba(63,81,181,0)
}

.e-tab-clone-element {
    background: #fff;
    color: rgba(0,0,0,.54)
}

.e-tab-clone-element .e-tab-wrap {
    border-radius: 0;
    color: rgba(0,0,0,.54)
}

.e-tab-clone-element .e-tab-wrap .e-tab-icon {
    color: rgba(0,0,0,.54)
}

/*! TreeView's material theme wise override definitions and variables */
/*! TreeView icons */
.e-bigger .e-treeview .e-navigable .e-text-content,.e-treeview.e-bigger .e-navigable .e-text-content {
    align-items: center;
    display: flex
}

.e-bigger .e-treeview .e-navigable .e-list-text,.e-treeview.e-bigger .e-navigable .e-list-text {
    padding: 0;
    width: 100%
}

.e-bigger .e-treeview .e-navigable .e-checkbox-wrapper+.e-list-text,.e-treeview.e-bigger .e-navigable .e-checkbox-wrapper+.e-list-text {
    padding: 0
}

.e-bigger .e-treeview .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-icon,.e-bigger .e-treeview .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-img,.e-treeview.e-bigger .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-icon,.e-treeview.e-bigger .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-img {
    margin: 0 10px 0 6px
}

.e-bigger .e-treeview .e-navigable .e-anchor-wrap,.e-treeview.e-bigger .e-navigable .e-anchor-wrap {
    padding: 0 0 0 10px
}

.e-bigger .e-treeview .e-navigable .e-list-icon,.e-bigger .e-treeview .e-navigable .e-list-icon+.e-list-img,.e-bigger .e-treeview .e-navigable .e-list-img,.e-treeview.e-bigger .e-navigable .e-list-icon,.e-treeview.e-bigger .e-navigable .e-list-icon+.e-list-img,.e-treeview.e-bigger .e-navigable .e-list-img {
    margin: 0 10px 0 0
}

.e-bigger .e-treeview.e-rtl .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-icon,.e-bigger .e-treeview.e-rtl .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-img,.e-treeview.e-bigger.e-rtl .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-icon,.e-treeview.e-bigger.e-rtl .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-img {
    margin: 0 6px 0 10px
}

.e-bigger .e-treeview.e-rtl .e-navigable .e-anchor-wrap,.e-treeview.e-bigger.e-rtl .e-navigable .e-anchor-wrap {
    padding: 0 10px 0 0
}

.e-bigger .e-treeview.e-rtl .e-navigable .e-list-icon,.e-bigger .e-treeview.e-rtl .e-navigable .e-list-icon+.e-list-img,.e-bigger .e-treeview.e-rtl .e-navigable .e-list-img,.e-treeview.e-bigger.e-rtl .e-navigable .e-list-icon,.e-treeview.e-bigger.e-rtl .e-navigable .e-list-icon+.e-list-img,.e-treeview.e-bigger.e-rtl .e-navigable .e-list-img {
    margin: 0 0 0 10px
}

.e-treeview.e-text-wrap .e-list-text {
    white-space: normal;
    word-break: break-all
}

.e-treeview .e-display-none {
    display: none
}

.e-treeview .e-icons .e-treeview-spinner {
    position: absolute
}

.e-treeview .e-icons-spinner {
    position: relative
}

.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-list-icon,.e-treeview .e-navigable .e-list-img {
    margin: 0 10px 0 0
}

.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-list-icon,.e-treeview.e-rtl .e-navigable .e-list-icon+.e-list-img,.e-treeview.e-rtl .e-navigable .e-list-img {
    margin: 0 0 0 10px
}

.e-treeview.e-disabled .e-fullrow,.e-treeview.e-disabled .e-icons,.e-treeview.e-disabled .e-list-icon,.e-treeview.e-disabled .e-list-img,.e-treeview.e-disabled .e-text-content {
    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
}

.e-treeview .e-list-item.e-active.e-hover>.e-text-content,.e-treeview .e-list-item.e-active.e-hover>.e-text-content .e-list-text,.e-treeview .e-list-item.e-active>.e-text-content,.e-treeview .e-list-item.e-active>.e-text-content .e-list-text {
    color: #e3165b
}

.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(0,0,0,.87)
}

.e-treeview .e-sibling {
    background: #e3165b
}

.e-treeview.e-drag-item .e-drop-count {
    background-color: #e3165b
}

.e-treeview.e-drag-item.e-rtl .e-sibling {
    background: #e3165b
}

/*! Material theme definition's */
/*! component's theme wise override definitions and variables */
ejs-sidebar {
    display: none
}

.e-sidebar-display {
    display: block
}

/*! component's theme wise override definitions and variables */
/*! component's theme wise override definitions and variables */
/*! menu layout */
.e-menu-container ul.e-vertical .e-menu-item .e-caret:before,.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret:before {
    content: "\e956"
}

.e-menu-container ul .e-menu-item .e-caret:before,.e-menu-wrapper ul .e-menu-item .e-caret:before {
    content: "\e94d"
}

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

.e-menu-container.e-hamburger .e-menu-header .e-menu-icon:before,.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon:before {
    content: "\e99a"
}

.e-menu-container.e-hamburger.e-close-icon .e-menu-header .e-menu-icon:before,.e-menu-wrapper.e-hamburger.e-close-icon .e-menu-header .e-menu-icon:before {
    content: "\eb36"
}

.e-menu-container.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-rtl.e-hamburger ul.e-ul .e-caret:before,.e-menu-wrapper.e-hamburger .e-menu-item .e-caret:before,.e-menu-wrapper.e-hamburger .e-vertical .e-menu-item .e-caret:before,.e-menu-wrapper.e-rtl.e-hamburger ul.e-ul .e-caret:before {
    content: "\e94d"
}

.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,.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 {
    content: "\e956"
}

.e-menu-container .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-wrapper .e-menu-vscroll.e-vscroll .e-nav-down-arrow:before,.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-up-arrow:before {
    content: "\e94d"
}

.e-bigger.e-rtl.e-menu-container ul.e-ul .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-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-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-vertical .e-caret:before,.e-rtl.e-menu-container ul.e-ul .e-caret:before,.e-rtl.e-menu-container ul.e-vertical .e-caret:before,.e-rtl.e-menu-wrapper ul.e-ul .e-caret:before,.e-rtl.e-menu-wrapper ul.e-vertical .e-caret:before {
    content: "\e937"
}

.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,.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 {
    content: "\e94d"
}

/*! menu layout */
.e-menu-container,.e-menu-wrapper {
    border: none;
    border-radius: 0;
    display: inline-block;
    line-height: 0
}

.e-menu-container .e-menu-vscroll,.e-menu-wrapper .e-menu-vscroll {
    height: inherit
}

.e-menu-container ul,.e-menu-wrapper ul {
    font-weight: 400;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 13px;
    padding: 0;
    text-align: left;
    white-space: nowrap
}

.e-menu-container ul.e-ul,.e-menu-container ul.e-ul *,.e-menu-wrapper ul.e-ul,.e-menu-wrapper ul.e-ul * {
    box-sizing: border-box
}

.e-menu-container ul.e-ul:focus,.e-menu-container ul.e-ul :focus,.e-menu-wrapper ul.e-ul:focus,.e-menu-wrapper ul.e-ul :focus {
    outline: none
}

.e-menu-container ul.e-vertical,.e-menu-wrapper ul.e-vertical {
    min-width: 120px
}

.e-menu-container ul.e-vertical .e-menu-item,.e-menu-wrapper ul.e-vertical .e-menu-item {
    display: list-item
}

.e-menu-container ul.e-vertical .e-separator,.e-menu-wrapper ul.e-vertical .e-separator {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: auto
}

.e-menu-container ul.e-menu,.e-menu-wrapper ul.e-menu {
    display: inline-block
}

.e-menu-container ul.e-menu:not(.e-vertical),.e-menu-wrapper ul.e-menu:not(.e-vertical) {
    padding: 0
}

.e-menu-container ul.e-menu:not(.e-vertical) .e-separator,.e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator {
    border-right-style: solid;
    border-right-width: 1px;
    padding: 0
}

.e-menu-container ul.e-menu .e-menu-item .e-menu-icon,.e-menu-wrapper ul.e-menu .e-menu-item .e-menu-icon {
    width: 24px
}

.e-menu-container ul .e-menu-item,.e-menu-wrapper 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-container ul .e-menu-item.e-menu-hide,.e-menu-wrapper ul .e-menu-item.e-menu-hide {
    display: none
}

.e-menu-container ul .e-menu-item.e-menu-header,.e-menu-wrapper ul .e-menu-item.e-menu-header {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.e-menu-container ul .e-menu-item .e-menu-url,.e-menu-wrapper ul .e-menu-item .e-menu-url {
    text-decoration: none
}

.e-menu-container ul .e-menu-item .e-menu-icon,.e-menu-wrapper ul .e-menu-item .e-menu-icon {
    display: inline-block;
    vertical-align: middle
}

.e-menu-container ul .e-menu-item.e-separator,.e-menu-wrapper ul .e-menu-item.e-separator {
    cursor: auto;
    line-height: normal;
    pointer-events: none
}

.e-menu-container ul .e-menu-item .e-menu-icon,.e-menu-wrapper ul .e-menu-item .e-menu-icon {
    font-size: 14px;
    height: auto;
    line-height: 42px;
    margin-right: 8px;
    text-align: center
}

.e-menu-container ul .e-menu-item .e-caret,.e-menu-wrapper ul .e-menu-item .e-caret {
    font-size: 10px;
    height: auto;
    line-height: 42px;
    position: absolute;
    right: 12px;
    top: 0;
    width: auto
}

.e-menu-container ul .e-menu-item.e-menu-caret-icon,.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon {
    padding-right: 30px
}

.e-menu-container ul .e-menu-item.e-disabled,.e-menu-wrapper ul .e-menu-item.e-disabled {
    cursor: auto;
    opacity: .38;
    pointer-events: none
}

.e-menu-container .e-ul,.e-menu-wrapper .e-ul {
    font-size: 14px;
    padding: 8px 0;
    min-width: 120px
}

.e-menu-container .e-ul .e-menu-item,.e-menu-wrapper .e-ul .e-menu-item {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    display: list-item
}

.e-menu-container .e-ul .e-menu-item .e-menu-url,.e-menu-wrapper .e-ul .e-menu-item .e-menu-url {
    display: inline-block;
    min-width: 120px
}

.e-menu-container .e-ul .e-menu-item .e-menu-icon,.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon {
    font-size: 14px;
    line-height: 36px;
    margin-right: 10px;
    width: 1em
}

.e-menu-container .e-ul .e-menu-item .e-caret,.e-menu-wrapper .e-ul .e-menu-item .e-caret {
    line-height: 36px;
    margin-left: 16px;
    margin-right: 0;
    position: absolute;
    right: 8px
}

.e-menu-container .e-ul .e-menu-item.e-menu-caret-icon,.e-menu-wrapper .e-ul .e-menu-item.e-menu-caret-icon {
    padding-right: 36px
}

.e-menu-container .e-ul .e-menu-item.e-separator,.e-menu-wrapper .e-ul .e-menu-item.e-separator {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: auto;
    margin: 8px 0
}

.e-menu-container .e-ul .e-menu-item .e-caret,.e-menu-wrapper .e-ul .e-menu-item .e-caret {
    font-size: 11px
}

.e-menu-container.e-menu-icon-right .e-menu-header .e-menu-icon,.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon {
    float: right
}

.e-menu-container.e-menu-icon-right .e-menu-header .e-menu-title,.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-title {
    padding: 0 16px
}

.e-menu-container .e-menu-header,.e-menu-wrapper .e-menu-header {
    display: none;
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    text-align: left;
    white-space: nowrap
}

.e-menu-container .e-menu-header .e-menu-icon,.e-menu-container .e-menu-header .e-menu-title,.e-menu-wrapper .e-menu-header .e-menu-icon,.e-menu-wrapper .e-menu-header .e-menu-title {
    display: inline-block;
    line-height: inherit
}

.e-menu-container .e-menu-header .e-menu-icon,.e-menu-wrapper .e-menu-header .e-menu-icon {
    cursor: pointer;
    float: left;
    outline: none;
    padding: 0 16px
}

.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device),.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) {
    padding: 0 30px
}

.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav,.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav {
    width: 30px
}

.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,.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 {
    border: 0
}

.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-right-nav,.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-right-nav {
    border-left: none
}

.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-left-nav,.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-left-nav {
    border-right: none
}

.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-hscroll-bar,.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-hscroll-bar {
    overflow-y: hidden
}

.e-menu-container .e-scroll-nav .e-nav-arrow,.e-menu-wrapper .e-scroll-nav .e-nav-arrow {
    font-size: 10px
}

.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,.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 {
    transform: rotate(180deg)
}

.e-menu-container.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow {
    transform: rotate(0deg)
}

.e-menu-container.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow,.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow {
    transform: rotate(180deg)
}

.e-menu-container.e-popup.e-menu-popup,.e-menu-wrapper.e-popup.e-menu-popup {
    border: none;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    overflow: hidden;
    position: absolute
}

.e-menu-container .e-menu-vscroll.e-vscroll:not(.e-scroll-device),.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device) {
    padding: 16px 0
}

.e-menu-container .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav,.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav {
    transform: none;
    width: 100%
}

.e-menu-container .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow,.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow {
    transform: none
}

.e-menu-container .e-menu-vscroll.e-vscroll .e-vscroll-bar,.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar {
    height: 100%;
    width: inherit
}

.e-menu-container .e-menu-vscroll.e-vscroll .e-vscroll-bar .e-vscroll-content,.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar .e-vscroll-content {
    width: inherit
}

.e-menu-container .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav {
    height: 16px
}

.e-menu-container.e-scrollable,.e-menu-wrapper.e-scrollable {
    display: block
}

.e-menu-container.e-scrollable .e-menu,.e-menu-wrapper.e-scrollable .e-menu {
    display: block;
    overflow: auto
}

.e-menu-container.e-contextmenu-container,.e-menu-wrapper.e-contextmenu-container {
    height: 1px
}

.e-menu-container.e-contextmenu-container .e-menu-vscroll ul.e-ul,.e-menu-wrapper.e-contextmenu-container .e-menu-vscroll ul.e-ul {
    width: inherit
}

.e-menu-container.e-contextmenu-container .e-menu-vscroll,.e-menu-wrapper.e-contextmenu-container .e-menu-vscroll {
    border: none;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-menu-container:not(.e-hamburger):not(.e-rtl) .e-menu.e-vertical .e-blankicon {
    padding-left: 44px
}

.e-rtl.e-menu-container ul .e-menu-item,.e-rtl.e-menu-wrapper ul .e-menu-item {
    text-align: right
}

.e-rtl.e-menu-container ul .e-menu-item .e-menu-icon,.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon {
    margin-right: 0
}

.e-rtl.e-menu-container ul .e-menu-item .e-caret,.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret {
    margin-left: 0;
    margin-right: 16px;
    right: auto
}

.e-rtl.e-menu-container ul .e-menu-item .e-menu-icon,.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon {
    margin-left: 8px
}

.e-rtl.e-menu-container ul .e-menu-item .e-caret,.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret {
    left: 12px
}

.e-rtl.e-menu-container ul .e-menu-item.e-menu-caret-icon,.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon {
    padding-left: 30px;
    padding-right: 12px
}

.e-rtl.e-menu-container ul.e-ul .e-menu-item .e-menu-icon,.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
    margin-left: 10px
}

.e-rtl.e-menu-container ul.e-ul .e-menu-item .e-caret,.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret {
    left: 8px
}

.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon,.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon {
    padding-left: 36px;
    padding-right: 16px
}

.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon,.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
    padding-left: 16px
}

.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon,.e-rtl.e-menu-wrapper 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: 44px
}

.e-bigger.e-menu-container ul,.e-bigger .e-menu-container ul,.e-bigger.e-menu-wrapper ul,.e-bigger .e-menu-wrapper ul {
    font-size: 14px
}

.e-bigger.e-menu-container ul .e-menu-item,.e-bigger .e-menu-container ul .e-menu-item,.e-bigger.e-menu-wrapper ul .e-menu-item,.e-bigger .e-menu-wrapper ul .e-menu-item {
    height: 56px;
    line-height: 56px;
    padding: 0 16px
}

.e-bigger.e-menu-container ul .e-menu-item .e-menu-icon,.e-bigger .e-menu-container ul .e-menu-item .e-menu-icon,.e-bigger.e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-bigger .e-menu-wrapper ul .e-menu-item .e-menu-icon {
    font-size: 16px;
    line-height: 56px;
    margin-right: 10px
}

.e-bigger.e-menu-container ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-menu-container ul .e-menu-item.e-menu-caret-icon,.e-bigger.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon {
    padding-right: 36px
}

.e-bigger.e-menu-container ul .e-menu-item .e-caret,.e-bigger .e-menu-container ul .e-menu-item .e-caret,.e-bigger.e-menu-wrapper ul .e-menu-item .e-caret,.e-bigger .e-menu-wrapper ul .e-menu-item .e-caret {
    font-size: 12px;
    line-height: 56px;
    right: 16px
}

.e-bigger.e-menu-container ul .e-menu-item.e-separator,.e-bigger .e-menu-container ul .e-menu-item.e-separator,.e-bigger.e-menu-container ul.e-menu:not(.e-vertical),.e-bigger .e-menu-container ul.e-menu:not(.e-vertical),.e-bigger.e-menu-wrapper ul .e-menu-item.e-separator,.e-bigger .e-menu-wrapper ul .e-menu-item.e-separator,.e-bigger.e-menu-wrapper ul.e-menu:not(.e-vertical),.e-bigger .e-menu-wrapper ul.e-menu:not(.e-vertical) {
    padding: 0
}

.e-bigger.e-menu-container ul.e-menu.e-vertical .e-menu-item.e-separator,.e-bigger .e-menu-container ul.e-menu.e-vertical .e-menu-item.e-separator,.e-bigger.e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator,.e-bigger .e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator {
    height: auto;
    line-height: normal
}

.e-bigger.e-menu-container ul.e-ul,.e-bigger .e-menu-container ul.e-ul,.e-bigger.e-menu-wrapper ul.e-ul,.e-bigger .e-menu-wrapper ul.e-ul {
    font-size: 15px;
    padding: 8px 0;
    white-space: nowrap;
    max-width: 280px;
    min-width: 112px
}

.e-bigger.e-menu-container ul.e-ul .e-menu-item,.e-bigger .e-menu-container ul.e-ul .e-menu-item,.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item,.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item {
    height: 48px;
    line-height: 48px;
    padding: 0 16px
}

.e-bigger.e-menu-container ul.e-ul .e-menu-item .e-menu-icon,.e-bigger .e-menu-container ul.e-ul .e-menu-item .e-menu-icon,.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
    font-size: 16px;
    line-height: 48px
}

.e-bigger.e-menu-container ul.e-ul .e-menu-item .e-caret,.e-bigger .e-menu-container ul.e-ul .e-menu-item .e-caret,.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret {
    line-height: 48px
}

.e-bigger.e-menu-container ul.e-ul .e-menu-item.e-separator,.e-bigger .e-menu-container ul.e-ul .e-menu-item.e-separator,.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-separator,.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-separator {
    height: auto;
    line-height: normal
}

.e-bigger.e-menu-container ul.e-ul .e-menu-item .e-caret,.e-bigger .e-menu-container ul.e-ul .e-menu-item .e-caret,.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret {
    font-size: 12px;
    right: 8px
}

.e-bigger.e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon,.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon {
    padding-right: 36px
}

.e-bigger.e-menu-container ul.e-ul .e-menu-item .e-menu-icon,.e-bigger .e-menu-container ul.e-ul .e-menu-item .e-menu-icon,.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
    margin-right: 10px
}

.e-bigger.e-menu-container:not(.e-hamburger):not(.e-rtl) .e-menu.e-vertical .e-blankicon,.e-bigger .e-menu-container:not(.e-hamburger):not(.e-rtl) .e-menu.e-vertical .e-blankicon {
    padding-left: 50px
}

.e-bigger.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device),.e-bigger .e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device),.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device),.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) {
    padding: 0 36px
}

.e-bigger.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav,.e-bigger .e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav,.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav,.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav {
    width: 36px
}

.e-bigger.e-menu-container .e-menu-vscroll.e-vscroll:not(.e-scroll-device),.e-bigger .e-menu-container .e-menu-vscroll.e-vscroll:not(.e-scroll-device),.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device),.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device) {
    padding: 24px 0
}

.e-bigger.e-menu-container .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-bigger .e-menu-container .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav {
    height: 24px
}

.e-bigger.e-menu-container.e-menu-popup,.e-bigger .e-menu-container.e-menu-popup,.e-bigger.e-menu-wrapper.e-menu-popup,.e-bigger .e-menu-wrapper.e-menu-popup {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-bigger.e-menu-container .e-scroll-nav .e-icons,.e-bigger .e-menu-container .e-scroll-nav .e-icons,.e-bigger.e-menu-wrapper .e-scroll-nav .e-icons,.e-bigger .e-menu-wrapper .e-scroll-nav .e-icons {
    font-size: 12px
}

.e-bigger.e-rtl.e-menu-container ul .e-menu-item,.e-bigger .e-rtl.e-menu-container ul .e-menu-item,.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item,.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item {
    text-align: right
}

.e-bigger.e-rtl.e-menu-container ul .e-menu-item .e-menu-icon,.e-bigger .e-rtl.e-menu-container ul .e-menu-item .e-menu-icon,.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon {
    margin-left: 10px;
    margin-right: 0
}

.e-bigger.e-rtl.e-menu-container ul .e-menu-item .e-caret,.e-bigger .e-rtl.e-menu-container ul .e-menu-item .e-caret,.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret,.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-caret {
    left: 16px;
    margin-left: 0;
    right: auto
}

.e-bigger.e-rtl.e-menu-container ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-rtl.e-menu-container ul .e-menu-item.e-menu-caret-icon,.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon {
    padding-left: 36px;
    padding-right: 16px
}

.e-bigger.e-rtl.e-menu-container ul.e-ul .e-menu-item .e-menu-icon,.e-bigger .e-rtl.e-menu-container ul.e-ul .e-menu-item .e-menu-icon,.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
    margin-left: 10px
}

.e-bigger.e-rtl.e-menu-container ul.e-ul .e-menu-item .e-caret,.e-bigger .e-rtl.e-menu-container ul.e-ul .e-menu-item .e-caret,.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret {
    left: 8px
}

.e-bigger.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-rtl.e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon,.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon {
    padding-left: 36px;
    padding-right: 16px
}

.e-bigger.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon,.e-bigger .e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon,.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
    padding-left: 16px
}

.e-bigger.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon,.e-bigger .e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon,.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon,.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon {
    padding-left: 36px
}

.e-bigger.e-rtl.e-menu-container:not(.e-hamburger) .e-menu.e-vertical .e-blankicon,.e-bigger .e-rtl.e-menu-container:not(.e-hamburger) .e-menu.e-vertical .e-blankicon {
    padding-right: 50px
}

.e-menu-container.e-hamburger,.e-menu-wrapper.e-hamburger {
    border: 0;
    display: block;
    position: relative
}

.e-menu-container.e-hamburger .e-menu-header:not(.e-vertical),.e-menu-wrapper.e-hamburger .e-menu-header:not(.e-vertical) {
    border: none;
    display: block
}

.e-menu-container.e-hamburger .e-popup.e-menu-popup,.e-menu-wrapper.e-hamburger .e-popup.e-menu-popup {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    position: relative;
    width: 100%
}

.e-menu-container.e-hamburger ul.e-menu,.e-menu-wrapper.e-hamburger ul.e-menu {
    border: none;
    overflow-y: auto;
    width: 100%
}

.e-menu-container.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu,.e-menu-wrapper.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu {
    display: none
}

.e-menu-container.e-hamburger ul.e-menu .e-menu-item,.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item {
    text-indent: 12px
}

.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon {
    text-indent: 34px
}

.e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-menu-icon,.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon {
    display: inline;
    text-indent: 0
}

.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-menu-hide,.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-hide {
    display: none
}

.e-menu-container.e-hamburger ul.e-menu .e-menu-item[aria-expanded=true] .e-caret,.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item[aria-expanded=true] .e-caret {
    transition: transform .3s ease-in-out;
    transform: rotate(-180deg);
    text-indent: 0
}

.e-menu-container.e-hamburger ul.e-menu .e-menu-item[aria-expanded=false] .e-caret,.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item[aria-expanded=false] .e-caret {
    transition: transform .3s ease-in-out;
    transform: rotate(0deg);
    text-indent: 0
}

.e-menu-container.e-hamburger ul.e-menu:not(.e-vertical),.e-menu-wrapper.e-hamburger ul.e-menu:not(.e-vertical) {
    border-top: 0;
    display: block;
    padding: 0;
    position: absolute
}

.e-menu-container.e-hamburger ul.e-ul,.e-menu-wrapper.e-hamburger ul.e-ul {
    font-size: 13px;
    padding: 0
}

.e-menu-container.e-hamburger ul.e-ul .e-menu-item,.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item {
    line-height: 42px;
    text-indent: inherit
}

.e-menu-container.e-hamburger ul.e-ul .e-menu-item.e-blankicon,.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item.e-blankicon {
    padding: 0;
    text-indent: inherit
}

.e-menu-container.e-hamburger ul.e-ul .e-menu-item .e-caret,.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item .e-caret {
    font-size: 10px;
    right: 12px
}

.e-menu-container.e-hamburger ul .e-menu-item,.e-menu-wrapper.e-hamburger ul .e-menu-item {
    display: list-item;
    height: auto;
    padding: 0
}

.e-menu-container.e-hamburger ul .e-menu-item.e-menu-caret-icon,.e-menu-wrapper.e-hamburger ul .e-menu-item.e-menu-caret-icon {
    padding: 0
}

.e-menu-container.e-hamburger ul .e-menu-item .e-menu-url,.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-url {
    display: inline-block;
    min-width: 120px;
    text-indent: 0;
    width: 100%
}

.e-menu-container.e-hamburger ul .e-menu-item.e-blankicon,.e-menu-wrapper.e-hamburger ul .e-menu-item.e-blankicon {
    padding: 0
}

.e-menu-container.e-hamburger ul .e-menu-item.e-separator,.e-menu-wrapper.e-hamburger ul .e-menu-item.e-separator {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: auto
}

.e-rtl.e-menu-container.e-hamburger ul .e-menu-item .e-menu-caret-icon,.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-caret-icon {
    padding-left: 0;
    padding-right: 0
}

.e-rtl.e-menu-container.e-hamburger ul .e-menu-item .e-menu-icon,.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-icon {
    margin-left: 0;
    text-indent: inherit
}

.e-rtl.e-menu-container.e-hamburger ul .e-menu-item .e-caret,.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-caret {
    left: 12px;
    right: auto
}

.e-bigger.e-menu-container.e-hamburger ul .e-ul,.e-bigger .e-menu-container.e-hamburger ul .e-ul,.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul,.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul {
    max-width: 100%
}

.e-bigger.e-menu-container.e-hamburger ul .e-ul .e-menu-item,.e-bigger .e-menu-container.e-hamburger ul .e-ul .e-menu-item,.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item,.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item {
    height: auto;
    line-height: 56px;
    padding: 0
}

.e-bigger.e-menu-container.e-hamburger .e-menu-header,.e-bigger .e-menu-container.e-hamburger .e-menu-header,.e-bigger.e-menu-wrapper.e-hamburger .e-menu-header,.e-bigger .e-menu-wrapper.e-hamburger .e-menu-header {
    font-size: 16px;
    height: 56px;
    line-height: 56px
}

.e-bigger.e-menu-container.e-hamburger ul.e-menu .e-menu-item,.e-bigger .e-menu-container.e-hamburger ul.e-menu .e-menu-item,.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item {
    text-indent: 16px
}

.e-bigger.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-bigger .e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon {
    text-indent: 42px
}

.e-bigger.e-menu-container.e-hamburger ul.e-menu .e-ul,.e-bigger .e-menu-container.e-hamburger ul.e-menu .e-ul,.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul,.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul {
    font-size: 14px
}

.e-bigger.e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item,.e-bigger .e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item,.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item,.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item {
    text-indent: inherit
}

.e-bigger.e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret,.e-bigger .e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret,.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret,.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret {
    font-size: 12px;
    right: 16px
}

.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item,.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item,.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item {
    padding: 0;
    text-indent: 16px
}

.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon {
    text-indent: 42px
}

.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-menu-icon,.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-menu-icon,.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon,.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon {
    margin-left: 0;
    text-indent: inherit
}

.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon,.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon,.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon,.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon {
    padding-left: 0;
    padding-right: 0
}

.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-caret,.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-caret,.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret,.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret {
    left: 12px;
    right: auto
}

.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item,.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item,.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item,.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item {
    text-indent: inherit
}

/*! menu theme */
.e-menu-container,.e-menu-wrapper {
    background-color: #fafafa
}

.e-menu-container .e-menu,.e-menu-wrapper .e-menu {
    background-color: inherit;
    color: rgba(0,0,0,.87)
}

.e-menu-container .e-menu.e-menu:not(.e-vertical) .e-separator,.e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator {
    border-right-color: rgba(0,0,0,.12)
}

.e-menu-container .e-menu .e-menu-item .e-caret,.e-menu-container .e-menu .e-menu-item .e-menu-icon,.e-menu-wrapper .e-menu .e-menu-item .e-caret,.e-menu-wrapper .e-menu .e-menu-item .e-menu-icon {
    color: rgba(0,0,0,.54)
}

.e-menu-container .e-menu .e-menu-item.e-menu-header,.e-menu-wrapper .e-menu .e-menu-item.e-menu-header {
    border-bottom-color: rgba(0,0,0,.12)
}

.e-menu-container .e-menu .e-menu-item .e-menu-url,.e-menu-wrapper .e-menu .e-menu-item .e-menu-url {
    color: rgba(0,0,0,.87)
}

.e-menu-container .e-menu .e-menu-item.e-focused,.e-menu-wrapper .e-menu .e-menu-item.e-focused {
    color: initial;
    outline: 0 solid rgba(0,0,0,.12);
    outline-offset: 0;
    background-color: #eee
}

.e-menu-container .e-menu .e-menu-item.e-focused .e-caret,.e-menu-container .e-menu .e-menu-item.e-focused .e-menu-icon,.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-menu-icon {
    color: rgba(0,0,0,.54)
}

.e-menu-container .e-menu .e-menu-item.e-selected,.e-menu-wrapper .e-menu .e-menu-item.e-selected {
    color: rgba(0,0,0,.87);
    outline: 0 solid #e0e0e0;
    outline-offset: 0;
    background-color: #e0e0e0
}

.e-menu-container .e-menu .e-menu-item.e-selected .e-caret,.e-menu-container .e-menu .e-menu-item.e-selected .e-menu-icon,.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-menu-icon {
    color: rgba(0,0,0,.54)
}

.e-menu-container .e-menu .e-menu-item.e-separator,.e-menu-wrapper .e-menu .e-menu-item.e-separator {
    border-bottom-color: rgba(0,0,0,.12)
}

.e-menu-container .e-menu .e-disabled,.e-menu-wrapper .e-menu .e-disabled {
    color: rgba(0,0,0,.38);
    opacity: 1
}

.e-menu-container .e-menu .e-disabled .e-caret,.e-menu-container .e-menu .e-disabled .e-menu-icon,.e-menu-container .e-menu .e-disabled .e-menu-url,.e-menu-wrapper .e-menu .e-disabled .e-caret,.e-menu-wrapper .e-menu .e-disabled .e-menu-icon,.e-menu-wrapper .e-menu .e-disabled .e-menu-url {
    color: rgba(0,0,0,.38)
}

.e-menu-container .e-ul,.e-menu-wrapper .e-ul {
    background-color: inherit;
    color: rgba(0,0,0,.87)
}

.e-menu-container .e-ul .e-menu-item .e-menu-url,.e-menu-wrapper .e-ul .e-menu-item .e-menu-url {
    color: rgba(0,0,0,.87)
}

.e-menu-container .e-ul .e-menu-item.e-focused,.e-menu-wrapper .e-ul .e-menu-item.e-focused {
    background-color: #eee;
    color: rgba(0,0,0,.87);
    outline: 0 solid rgba(0,0,0,.12);
    outline-offset: 0
}

.e-menu-container .e-ul .e-menu-item.e-selected,.e-menu-wrapper .e-ul .e-menu-item.e-selected {
    background-color: #eee;
    color: rgba(0,0,0,.87);
    outline: 0 solid #eee;
    outline-offset: 0
}

.e-menu-container .e-ul .e-menu-item.e-separator,.e-menu-wrapper .e-ul .e-menu-item.e-separator {
    border-bottom-color: rgba(0,0,0,.12)
}

.e-menu-container.e-menu-popup,.e-menu-wrapper.e-menu-popup {
    background-color: #fff
}

.e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,.e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
    background-color: inherit
}

.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav,.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav {
    background: #fafafa
}

.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons,.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons {
    color: rgba(0,0,0,.54)
}

.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav:active,.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav:focus,.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav:hover,.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:active,.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:focus,.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:hover {
    background: #eee
}

.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav {
    background: #fff;
    border-color: rgba(0,0,0,.12)
}

.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons,.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons {
    color: rgba(0,0,0,.87)
}

.e-menu-container.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:focus,.e-menu-container.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:active,.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus,.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover {
    background: #eee
}

.e-menu-container.e-hamburger .e-menu-header,.e-menu-container.e-hamburger .e-menu-header .e-menu-icon,.e-menu-container.e-hamburger ul,.e-menu-wrapper.e-hamburger .e-menu-header,.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon,.e-menu-wrapper.e-hamburger ul {
    color: rgba(0,0,0,.87)
}

/*! breadcrumb icons */
.e-breadcrumb .e-breadcrumb-collapsed: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
}

/*! breadcrumb layout */
.e-breadcrumb {
    display: block
}

.e-breadcrumb ol {
    align-items: center;
    display: inline-flex;
    line-height: normal;
    margin: 0;
    padding: 0
}

.e-breadcrumb li {
    list-style-type: none;
    white-space: nowrap
}

.e-breadcrumb .e-breadcrumb-item {
    align-items: center;
    display: flex;
    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:active,.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:focus,.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:hover {
    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 {
    cursor: pointer;
    font-size: 16px;
    padding: 4px;
    vertical-align: bottom
}

.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 {
    padding-left: 0;
    padding-right: 8px
}

.e-breadcrumb.e-disabled {
    opacity: 1
}

.e-breadcrumb.e-disabled .e-breadcrumb-collapsed,.e-breadcrumb.e-disabled .e-breadcrumb-item,.e-breadcrumb.e-disabled .e-breadcrumb-separator {
    pointer-events: none
}

.e-bigger.e-breadcrumb .e-breadcrumb-item,.e-bigger .e-breadcrumb .e-breadcrumb-item {
    padding: 4px 12px
}

.e-bigger.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text,.e-bigger .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
    font-size: 16px
}

.e-bigger.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text .e-breadcrumb-icon {
    font-size: 16px;
    padding-right: 8px
}

.e-bigger.e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger .e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text .e-breadcrumb-icon {
    padding: 2px 0
}

.e-bigger.e-breadcrumb .e-breadcrumb-separator,.e-bigger .e-breadcrumb .e-breadcrumb-separator {
    font-size: 16px;
    padding: 4px 5px
}

.e-bigger.e-breadcrumb .e-breadcrumb-separator+.e-breadcrumb-separator,.e-bigger .e-breadcrumb .e-breadcrumb-separator+.e-breadcrumb-separator {
    padding-left: 0
}

.e-bigger.e-breadcrumb.e-rtl .e-breadcrumb-separator+.e-breadcrumb-separator,.e-bigger .e-breadcrumb.e-rtl .e-breadcrumb-separator+.e-breadcrumb-separator {
    padding-left: 5px
}

.e-bigger.e-breadcrumb .e-breadcrumb-collapsed,.e-bigger .e-breadcrumb .e-breadcrumb-collapsed {
    font-size: 18px;
    padding: 5px
}

.e-bigger.e-breadcrumb.e-icon-right .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger.e-breadcrumb .e-icon-right .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger .e-breadcrumb.e-icon-right .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger .e-breadcrumb .e-icon-right .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger.e-breadcrumb.e-rtl .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger .e-breadcrumb.e-rtl .e-breadcrumb-text .e-breadcrumb-icon {
    padding-left: 8px;
    padding-right: 0
}

.e-bigger.e-breadcrumb.e-rtl .e-icon-right .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger .e-breadcrumb.e-rtl .e-icon-right .e-breadcrumb-text .e-breadcrumb-icon {
    padding-left: 0;
    padding-right: 8px
}

/*! breadcrumb theme */
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
    color: rgba(0,0,0,.65)
}

.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:active,.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus,.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:hover {
    color: rgba(0,0,0,.87)
}

.e-breadcrumb .e-breadcrumb-item.e-icon-item:hover {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.87)
}

.e-breadcrumb .e-breadcrumb-item.e-icon-item:active {
    background-color: #eee;
    color: rgba(0,0,0,.87)
}

.e-breadcrumb .e-breadcrumb-item.e-icon-item.e-focus {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.87)
}

.e-breadcrumb .e-breadcrumb-item:last-child .e-breadcrumb-text {
    color: rgba(0,0,0,.87);
    font-weight: 500
}

.e-breadcrumb .e-breadcrumb-collapsed,.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon,.e-breadcrumb .e-breadcrumb-separator {
    color: rgba(0,0,0,.54)
}

.e-breadcrumb .e-breadcrumb-collapsed:hover {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.87)
}

.e-breadcrumb .e-breadcrumb-collapsed:active {
    background-color: #eee;
    color: rgba(0,0,0,.87)
}

.e-breadcrumb .e-breadcrumb-collapsed:focus {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.87)
}

.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-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.e-disabled .e-breadcrumb-separator .e-breadcrumb-icon {
    color: rgba(0,0,0,.26)
}

.e-dialog .e-north-east:before,.e-dialog .e-north-west:before,.e-dialog .e-south-east:before,.e-dialog .e-south-west:before {
    content: "\eb05"
}

/*! dialog layout */
.e-dialog .e-dlg-content.e-hide,.e-dialog .e-dlg-header.e-hide,.e-dialog .e-footer-content.e-hide {
    display: none
}

.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-east,.e-dialog .e-north,.e-dialog .e-south,.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-north,.e-dialog .e-south {
    cursor: ns-resize
}

.e-dialog.e-blazor-hidden {
    left: 0;
    position: absolute
}

.e-bigger.e-dialog .e-dlg-header-content,.e-bigger .e-dialog .e-dlg-header-content {
    padding: 24px 24px 20px
}

.e-bigger.e-dialog .e-dlg-header,.e-bigger .e-dialog .e-dlg-header {
    font-size: 18px
}

.e-bigger.e-dialog .e-dlg-content,.e-bigger .e-dialog .e-dlg-content {
    font-size: 13px;
    padding: 24px
}

.e-bigger.e-dialog .e-footer-content,.e-bigger .e-dialog .e-footer-content {
    padding: 8px
}

.e-bigger.e-dialog .e-footer-content .e-btn,.e-bigger .e-dialog .e-footer-content .e-btn {
    margin-left: 8px
}

.e-bigger.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    bottom: 3px;
    height: 36px;
    left: 6px;
    width: 36px
}

.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
    font-size: 12px;
    width: auto
}

.e-dialog.e-draggable>.e-dlg-header-content {
    cursor: move
}

.e-dialog {
    position: absolute
}

.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    left: 0;
    right: 6px
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    background-color: transparent;
    border-color: transparent
}

.e-rtl.e-dialog .e-resize-handle.e-south-west {
    bottom: 0;
    direction: ltr;
    left: 0;
    text-align: initial
}

.e-dlg-target.e-scroll-disabled {
    overflow: hidden!important
}

.e-dlg-ref-element {
    display: none
}

.e-dialog .e-footer-content {
    box-sizing: border-box
}

.e-dialog .e-btn.e-dlg-closeicon-btn:active span,.e-dialog .e-btn.e-dlg-closeicon-btn:focus span {
    border-radius: 50%;
    color: #000;
    opacity: 1
}

.e-south-east {
    color: #000
}

.e-rtl .e-south-east {
    color: transparent
}

.e-rtl .e-south-west {
    color: #000
}

.e-north-east,.e-north-west,.e-south-west {
    color: transparent
}

/*! popup layout */
/*! tooltip layout */
.e-tooltip-wrap .e-tooltip-close {
    cursor: pointer
}

/*! Bigger Style */
/*! Tooltip theme */
/*! bigger style */
.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 {
    border-radius: 50%
}

.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-bootstrap {
    fill: #e3165b;
    stroke: #e3165b
}

.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle {
    stroke: rgba(227,22,91,.4)
}

.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc {
    stroke: #e3165b
}

.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle {
    stroke: rgba(227,22,91,.4)
}

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4,.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc,.e-spinner-pane .e-spinner-inner .e-spin-material {
    stroke: #e3165b
}

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap {
    fill: #e3165b;
    stroke: #e3165b
}

/*! component's theme wise override definitions and variables */
/*! richtexteditor icons */
.e-rte-dropdown-popup .e-img-dimension:before,.e-rte-toolbar .e-img-dimension:before {
    content: "\e336"
}

.e-rte-dropdown-popup .e-rte-file-manager:before,.e-rte-toolbar .e-rte-file-manager:before {
    content: "\e609"
}

.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"
}

/*! tab layout */
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons {
    font-size: 18px
}

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover {
    padding-left: 10px;
    padding-right: 6px
}

.e-bigger .e-richtexteditor.e-rte-full-screen iframe,.e-richtexteditor.e-bigger.e-rte-full-screen iframe {
    height: calc(100% - 56px)
}

.e-richtexteditor .e-rte-hidden {
    display: none
}

.e-richtexteditor.e-rte-full-screen {
    overflow: auto
}

.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-rtl .e-rte-content .e-content blockquote {
    padding-left: 0;
    padding-right: 5px
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
    margin-left: 7px
}

.e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
    height: auto
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-multirow {
    margin-left: 7px;
    margin-right: 7px
}

.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
    margin-left: 0;
    margin-right: 7px
}

.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-right: 0
}

.e-richtexteditor .e-rte-toolbar,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
    position: inherit
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text {
    font-weight: 400
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown .e-rte-list-primary-content {
    line-height: 1
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons {
    font-size: 16px
}

.e-richtexteditor .e-rte-content .e-content h4,.e-richtexteditor .e-source-content .e-content h4 {
    font-size: 16px;
    line-height: 1.5
}

.e-richtexteditor .e-rte-character-count {
    margin-right: 30px
}

.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-rte-dropdown-popup.e-rtl ul .e-item .e-menu-icon {
    margin: 0 6px
}

.e-rte-image.e-imgbreak {
    border: 0;
    cursor: pointer;
    display: block;
    float: none;
    max-width: 100%;
    padding: 1px;
    position: relative
}

.e-rte-image {
    display: block
}

.e-rte-image.e-imginline {
    display: inline-block;
    float: none;
    max-width: calc(100% - (2 * 5px));
    padding: 1px;
    vertical-align: bottom
}

.e-rte-image.e-imgcenter {
    cursor: pointer;
    display: block;
    float: none;
    margin: 5px auto;
    max-width: 100%;
    position: relative
}

.e-rte-image.e-imgleft {
    float: left;
    margin: 0 5px 0 auto;
    text-align: left
}

.e-rte-image.e-imgright {
    float: right;
    margin: 0 auto 0 5px;
    text-align: right
}

.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;
    max-width: calc(100% - (2 * 5px));
    position: relative;
    text-align: center;
    vertical-align: bottom
}

.e-rte-img-caption.e-imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.e-rte-img-caption.e-imgright {
    display: block;
    margin-left: auto;
    margin-right: 0
}

.e-rte-img-caption.e-imgleft {
    display: block;
    margin-left: 0;
    margin-right: auto
}

.e-rte-img-caption .e-rte-image.e-imgright {
    float: none;
    margin-left: auto;
    margin-right: 0
}

.e-rte-img-caption .e-rte-image.e-imgleft {
    float: none;
    margin: 0
}

.e-img-caption.e-rte-img-caption.e-imgbreak {
    display: block
}

.e-rte-table {
    border-collapse: collapse;
    empty-cells: show
}

.e-rte-table td,.e-rte-table th {
    border: 1px solid #bdbdbd;
    height: 20px;
    min-width: 20px;
    padding: 2px 5px;
    vertical-align: middle
}

.e-rte-table.e-dashed-border td,.e-rte-table.e-dashed-border th {
    border-style: dashed
}

.e-rte-img-caption .e-img-inner {
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    opacity: .9;
    position: relative;
    text-align: center;
    width: 100%
}

.e-rte-img-caption.e-imgleft .e-img-inner {
    text-align: left
}

.e-rte-img-caption.e-imgright .e-img-inner {
    text-align: right
}

.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-table-resize.e-column-resize,.e-rte-table-resize.e-row-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-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
    margin-right: 0
}

.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn {
    margin: 0 auto;
    position: relative;
    top: -50px
}

.e-richtexteditor .e-rte-inline-dropdown.e-rte-backgroundcolor-dropdown,.e-richtexteditor .e-rte-inline-dropdown.e-rte-bulletformatlist-dropdown,.e-richtexteditor .e-rte-inline-dropdown.e-rte-fontcolor-dropdown,.e-richtexteditor .e-rte-inline-dropdown.e-rte-numberformatlist-dropdown {
    line-height: 0
}

.e-richtexteditor span.e-table-box.e-hide {
    display: none
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret,.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-bulletformatlist-dropdown .e-btn-icon.e-caret,.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-fontcolor-dropdown .e-btn-icon.e-caret,.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-numberformatlist-dropdown .e-btn-icon.e-caret {
    font-size: 10px
}

.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret),.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-order-list.e-icons,.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-unorder-list.e-icons {
    font-size: 14px;
    margin-left: -3px
}

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons {
    font-size: 18px
}

.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret),.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-order-list.e-icons,.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-unorder-list.e-icons {
    font-size: 16px
}

.e-bigger .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-rte-inline-template {
    min-width: 48px
}

.e-bigger .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-rte-inline-size-template {
    min-width: 59px
}

.e-bigger .e-rte-quick-popup.e-rte-inline-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-rte-inline-color-template {
    min-width: 50px
}

.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-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
    display: flex;
    padding-left: 0;
    padding-right: 0
}

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover {
    padding-left: 0;
    padding-right: 0
}

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content {
    position: relative;
    vertical-align: middle;
    width: 30px
}

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    padding-bottom: 1px
}

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list {
    line-height: 25px
}

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 0
}

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    min-width: 18px;
    text-align: center;
    width: 18px
}

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content {
    line-height: 25px
}

.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret {
    font-size: 12px
}

.e-rte-inline-dropdown .e-rte-color-content .e-rte-elements {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    line-height: 1;
    padding-bottom: 1px
}

.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
    min-width: 20px;
    padding-left: 0;
    padding-right: 0;
    width: 20px
}

.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:focus,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover {
    padding-left: 0;
    padding-right: 0
}

.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-order-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content .e-unorder-list,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-list-primary-content {
    line-height: 35px
}

.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-caret,.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-caret,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-caret,.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-caret {
    font-size: 12px
}

.e-rte-table.e-rte-table-border {
    border: 1px solid #bdbdbd;
    border-collapse: separate
}

.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-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 {
    display: block;
    height: 36px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
    top: -50px
}

.e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-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 {
    display: none
}

.e-rte-img-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: .87;
    padding-bottom: 20px;
    padding-top: 20px
}

.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: .87
}

.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 {
    margin: 1px
}

/*! tab layout */
.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
    color: rgba(0,0,0,.26)
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:after {
    background: transparent
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-caret:active.e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-color-content:active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-list-primary-content:active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-caret:active.e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-rte-color-content:active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:active:hover .e-rte-list-primary-content:active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-caret:active.e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-color-content:active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-list-primary-content:active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-caret:active.e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-rte-color-content:active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:active:hover .e-rte-list-primary-content:active .e-icons {
    color: #000
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover {
    background: rgba(0,0,0,.04)
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:hover {
    background: rgba(0,0,0,.12)
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:focus,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:focus,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:focus,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:focus,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:focus,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:focus,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:focus,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:focus {
    background: rgba(0,0,0,.24)
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-list-primary-content:active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-color-content:active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-rte-list-primary-content:active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-list-primary-content:active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-color-content:active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-rte-list-primary-content:active {
    background: rgba(0,0,0,.36)
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:hover {
    background: rgba(0,0,0,.12)
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:focus,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:focus,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:focus,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:focus {
    background: rgba(0,0,0,.24)
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:active {
    background: rgba(0,0,0,.36)
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active {
    background: rgba(0,0,0,.36);
    border: 0
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-caret:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-color-content:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-list-primary-content:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-caret:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-rte-color-content:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:hover .e-rte-list-primary-content:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-caret:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-color-content:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-list-primary-content:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-caret:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-rte-color-content:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:hover .e-rte-list-primary-content:hover {
    background: transparent
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active:active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active:active .e-icons {
    color: #000
}

.e-richtexteditor img.e-img-focus::-moz-selection {
    background: transparent;
    color: transparent
}

.e-richtexteditor img.e-img-focus::selection {
    background: transparent;
    color: transparent
}

.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
    border-left: 0;
    border-right: 2px solid #333
}

.e-richtexteditor:not(.e-rte-toolbar-enabled) {
    border: 1px solid rgba(0,0,0,.12)
}

.e-richtexteditor:not(.e-rte-toolbar-enabled) .e-rte-content {
    border: 0;
    border-bottom: 0;
    border-top: 0
}

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended.e-popup-open {
    border-bottom: 0
}

.e-richtexteditor.e-rte-tb-expand .e-toolbar-extended.e-popup-open {
    border-bottom: 1px solid rgba(0,0,0,.12)
}

.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
    width: 250px
}

.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-active {
    background-color: rgba(227,22,91,.2);
    border: 1px solid #e3165b
}

.e-rte-table.e-alternate-border tbody tr:nth-child(2n+0) {
    background-color: #f5f5f5
}

.e-rte-table th {
    background-color: #e0e0e0
}

.e-table-rhelper {
    background-color: #e3165b
}

.e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
    border-bottom: 0
}

/*! recurrence editor theme wise definitions*/
/*! Schedule component's material theme definitions and variables */
.e-schedule .e-schedule-toolbar .e-icon-timeline-year-horizontal:before,.e-schedule .e-schedule-toolbar .e-icon-timeline-year-vertical:before,.e-schedule .e-schedule-toolbar .e-icon-year:before {
    content: "\ea8e"
}

/*! schedule component layout */
.e-schedule .e-schedule-toolbar .e-active-view .e-icons,.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text {
    color: #e3165b
}

.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: 100%
}

.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-agenda .e-icon-agenda,.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-month-agenda .e-icon-month-agenda,.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-timeline-day .e-icon-timeline-day,.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-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-year .e-icon-timeline-year-horizontal,.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-today .e-icon-day,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today+.e-tbar-btn-text,.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-year .e-icon-year {
    display: none
}

.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
    background-color: #e0e0e0;
    color: rgba(0,0,0,.87)
}

.e-schedule.e-device .e-schedule-toolbar .e-toolbar-pop {
    overflow: auto
}

.e-schedule.e-device .e-content-wrap.e-scroll-hidden {
    overflow: hidden
}

.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name {
    color: #000
}

.e-schedule .e-new-event {
    background-color: #3f51b5
}

.e-schedule .e-content-placeholder {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 99999
}

.e-schedule .e-block-indicator {
    padding: 0 5px
}

.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-color: 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-allow-select {
    pointer-events: none
}

.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-bottom-handler,.e-schedule .e-timeline-year-view .e-event-resize.e-top-handler {
    height: 5px;
    width: 100%
}

.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells,.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row {
    height: 0!important
}

.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
    background: #3f51b5;
    border: 1px solid #e8eaf6
}

.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-allow-select {
    pointer-events: none
}

.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 #e8eaf6;
    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-all-day-appointment-wrapper .e-appointment,.e-schedule .e-vertical-view .e-day-wrapper .e-appointment {
    background: #3f51b5;
    border: 1px solid #e8eaf6
}

.e-schedule .e-month-view .e-inline-appointment {
    z-index: 1
}

.e-schedule .e-month-view .e-appointment {
    background: #3f51b5;
    border: 1px solid #e8eaf6
}

.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-allow-select {
    pointer-events: none
}

.e-schedule .e-year-view .e-calendar-wrapper {
    justify-content: center
}

.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
    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-content span.e-day {
    margin: 0 auto
}

.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-color: #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-color: rgba(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-color: rgba(0,0,0,.08)
}

.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-content-wrap table col,.e-schedule .e-timeline-year-view .e-date-header-wrap table col {
    width: 100px
}

.e-schedule .e-timeline-year-view .e-date-header-wrap table td,.e-schedule .e-timeline-year-view .e-resource-left-td {
    background-color: #fff;
    border-color: rgba(0,0,0,.12);
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: rgba(0,0,0,.87);
    text-align: center
}

.e-schedule .e-timeline-year-view .e-date-header-wrap table td.e-current-day,.e-schedule .e-timeline-year-view .e-resource-left-td.e-current-day {
    color: #e3165b
}

.e-schedule .e-timeline-year-view .e-resource-text {
    color: rgba(0,0,0,.87);
    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-date-header-wrap .e-resource-cells,.e-schedule .e-timeline-year-view .e-left-indent-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-color: #fafafa;
    border-color: rgba(0,0,0,.12);
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: rgba(0,0,0,.87);
    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-color: #fff
}

.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells:focus {
    background-color: #f5f5f5
}

.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: rgba(0,0,0,.54);
    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-work-cells {
    padding: 0
}

.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
    background-color: #e3165b
}

.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
    background-color: rgba(0,0,0,.08)
}

.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
    cursor: default;
    opacity: .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-color: rgba(0,0,0,.08)
}

.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: solid rgba(0,0,0,.12);
    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
}

.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.e-current-day {
    color: #e3165b
}

.e-schedule .e-timeline-year-view .e-header-cells,.e-schedule .e-timeline-year-view .e-left-indent {
    padding: 0
}

.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-event-table .e-inline-appointment {
    z-index: 1
}

.e-schedule .e-timeline-year-view .e-event-table .e-appointment {
    background: #3f51b5;
    border: 1px solid #e8eaf6
}

.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-allow-select {
    pointer-events: none
}

.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
    display: none
}

.e-schedule .e-timeline-month-view .e-appointment-container.e-event-container,.e-schedule .e-timeline-view .e-appointment-container.e-event-container {
    height: 60px;
    position: relative
}

.e-schedule .e-timeline-month-view .e-resource-text,.e-schedule .e-timeline-view .e-resource-text {
    padding: 4px 15px
}

.e-schedule .e-timeline-month-view .e-resource-cells:focus,.e-schedule .e-timeline-view .e-resource-cells:focus {
    background-color: #f5f5f5
}

.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-event-container,.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells,.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,.e-schedule .e-timeline-view.e-ignore-whitespace .e-event-container,.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,.e-schedule .e-timeline-view.e-ignore-whitespace .e-work-cells {
    height: 42px
}

.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells,.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells {
    background-color: rgba(0,0,0,.08);
    box-shadow: inset 0 0 0 8px #fafafa
}

.e-schedule .e-timeline-month-view .e-resource-tree-icon,.e-schedule .e-timeline-view .e-resource-tree-icon {
    padding: 4px 7px
}

.e-schedule .e-timeline-month-view .e-inline-appointment,.e-schedule .e-timeline-view .e-inline-appointment {
    z-index: 1
}

.e-schedule .e-timeline-month-view .e-appointment,.e-schedule .e-timeline-view .e-appointment {
    background: #3f51b5;
    border: 1px solid #e8eaf6
}

.e-schedule .e-timeline-month-view .e-appointment .e-time,.e-schedule .e-timeline-view .e-appointment .e-time {
    line-height: 1.4
}

.e-schedule .e-timeline-month-view .e-appointment.e-allow-select,.e-schedule .e-timeline-view .e-appointment.e-allow-select {
    pointer-events: none
}

.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
    position: relative
}

.e-schedule.e-rtl .e-timeline-month-view .e-inline-appointment,.e-schedule.e-rtl .e-timeline-view .e-inline-appointment {
    z-index: 1
}

.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
    height: 40px
}

.e-schedule .e-month-agenda-view .e-appointment {
    border-left: 3px solid #3f51b5
}

.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-appointment {
    border-right: 3px solid #3f51b5
}

.e-schedule.e-rtl .e-month-agenda-view .e-resource-column .e-resource-name {
    white-space: normal
}

.e-schedule .e-agenda-view .e-month-header {
    background: #3f51b5
}

.e-schedule .e-agenda-view .e-day-date-header.e-current-day {
    color: #e3165b
}

.e-schedule .e-agenda-view .e-appointment {
    border-left: 3px solid #3f51b5
}

.e-schedule.e-rtl .e-agenda-view .e-appointment {
    border-right: 3px solid #3f51b5
}

.e-schedule.e-rtl .e-agenda-view .e-resource-column .e-resource-name {
    white-space: normal
}

.e-more-popup-wrapper.e-multi-drag .e-appointment.e-appointment-border,.e-more-popup-wrapper.e-multi-drag .e-appointment:focus,.e-schedule.e-multi-drag .e-month-view .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-month-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,.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-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,.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,.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,.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 rgba(0,0,0,.5)
}

/*! schedule event tooltip */
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
    width: 485px
}

.e-dialog.e-quick-dialog .e-dlg-header-content {
    border-bottom: none
}

.e-dialog.e-quick-dialog .e-footer-content {
    border-top: none
}

/*! schedule event window */
.e-schedule-dialog .e-description-label,.e-schedule-dialog .e-start-container,.e-schedule-dialog .e-subject-container {
    padding-right: 8px
}

.e-schedule-dialog .e-start-time-zone-container {
    padding-left: 4px;
    padding-right: 8px
}

.e-schedule-dialog .e-end-container,.e-schedule-dialog .e-location-container {
    padding-left: 8px
}

.e-schedule-dialog .e-end-time-zone-container {
    padding-left: 8px;
    padding-right: 4px
}

.e-schedule-dialog.e-rtl .e-description-label,.e-schedule-dialog.e-rtl .e-start-container,.e-schedule-dialog.e-rtl .e-subject-container {
    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-end-container,.e-schedule-dialog.e-rtl .e-location-container {
    padding-left: 0;
    padding-right: 8px
}

.e-schedule-dialog.e-rtl .e-end-time-zone-container {
    padding-left: 4px;
    padding-right: 8px
}

/*! schedule quick popup */
.e-quick-popup-wrapper .e-event-popup .e-popup-header {
    background-color: #3f51b5
}

.e-quick-popup-wrapper.e-rtl .e-event-details {
    margin-left: 8px
}

.e-appointment.e-schedule-event-clone {
    background: #3f51b5
}

.e-bigger .e-more-popup-wrapper,.e-more-popup-wrapper {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.4);
    opacity: 1;
    padding: 8px 0;
    width: 225px
}

.e-bigger .e-more-popup-wrapper .e-more-appointment-wrapper,.e-more-popup-wrapper .e-more-appointment-wrapper {
    margin: 0 4px
}

.e-bigger .e-more-popup-wrapper .e-more-event-popup,.e-more-popup-wrapper .e-more-event-popup {
    height: 100%;
    position: relative;
    width: 100%
}

.e-bigger .e-more-popup-wrapper .e-more-event-header,.e-more-popup-wrapper .e-more-event-header {
    height: 35px;
    margin: 0 8px 4px 14px
}

.e-bigger .e-more-popup-wrapper .e-more-event-content,.e-more-popup-wrapper .e-more-event-content {
    height: calc(100% - 35px);
    max-height: 150px;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px
}

.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
    border: 0;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}

.e-bigger .e-more-popup-wrapper .e-more-event-date-header,.e-more-popup-wrapper .e-more-event-date-header {
    height: 100%;
    width: calc(100% - 25px)
}

.e-bigger .e-more-popup-wrapper .e-more-event-date-header .e-current-date,.e-more-popup-wrapper .e-more-event-date-header .e-current-date {
    color: #e3165b
}

.e-bigger .e-more-popup-wrapper .e-header-day,.e-more-popup-wrapper .e-header-day {
    color: rgba(0,0,0,.87);
    font-size: 13px;
    line-height: 1;
    padding-bottom: 2px
}

.e-bigger .e-more-popup-wrapper .e-header-date,.e-more-popup-wrapper .e-header-date {
    color: rgba(0,0,0,.87);
    font-size: 18px;
    line-height: 1;
    max-width: 15%
}

.e-bigger .e-more-popup-wrapper .e-header-date:hover,.e-more-popup-wrapper .e-header-date:hover {
    cursor: pointer;
    text-decoration: underline
}

.e-bigger .e-more-popup-wrapper .e-header-date:focus,.e-more-popup-wrapper .e-header-date:focus {
    text-decoration: underline
}

.e-bigger .e-more-popup-wrapper .e-more-event-close,.e-more-popup-wrapper .e-more-event-close {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 6px;
    width: 25px
}

.e-bigger .e-more-popup-wrapper .e-more-event-close .e-close-icon,.e-more-popup-wrapper .e-more-event-close .e-close-icon {
    font-size: 9px
}

.e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,.e-more-popup-wrapper .e-more-event-close .e-btn-icon {
    margin-top: 0
}

.e-bigger .e-more-popup-wrapper .e-more-event-close:focus,.e-bigger .e-more-popup-wrapper .e-more-event-close:hover,.e-more-popup-wrapper .e-more-event-close:focus,.e-more-popup-wrapper .e-more-event-close:hover {
    background-color: #e0e0e0;
    border-radius: 50%;
    color: #000
}

.e-bigger .e-more-popup-wrapper .e-appointment,.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-bigger .e-more-popup-wrapper .e-appointment .e-subject,.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-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,.e-more-popup-wrapper .e-appointment .e-recurrence-icon {
    line-height: 22px;
    padding: 0 2px
}

.e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border,.e-bigger .e-more-popup-wrapper .e-appointment:focus,.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,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}

.e-bigger .e-more-popup-wrapper.e-device,.e-more-popup-wrapper.e-device {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1002
}

.e-bigger .e-more-popup-wrapper.e-device .e-more-event-content,.e-more-popup-wrapper.e-device .e-more-event-content {
    max-height: unset
}

.e-bigger .e-more-popup-wrapper.e-rtl .e-more-event-close,.e-more-popup-wrapper.e-rtl .e-more-event-close {
    left: 6px;
    right: auto
}

/*! schedule component theme */
.e-schedule .e-vertical-view .e-header-cells.e-current-day {
    color: #e3165b
}

.e-schedule .e-vertical-view .e-work-cells {
    padding: 0
}

.e-schedule .e-vertical-view .e-all-day-cells.e-current-day,.e-schedule .e-vertical-view .e-clone-time-indicator,.e-schedule .e-vertical-view .e-current-time {
    color: #e3165b
}

.e-schedule .e-vertical-view .e-current-timeline {
    border-top: 1px solid #e3165b
}

.e-schedule .e-vertical-view .e-previous-timeline {
    border-top: 1px dotted #e3165b
}

.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day,.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day {
    color: #e3165b
}

.e-schedule .e-month-agenda-view .e-work-cells,.e-schedule .e-month-view .e-work-cells {
    padding: 0
}

.e-schedule .e-month-agenda-view .e-current-date .e-date-header,.e-schedule .e-month-view .e-current-date .e-date-header {
    background-color: #e3165b
}

.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day,.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day {
    color: #e3165b
}

.e-schedule .e-timeline-month-view .e-work-cells,.e-schedule .e-timeline-view .e-work-cells {
    padding: 0
}

.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover,.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover {
    background-color: rgba(0,0,0,.08)
}

.e-schedule .e-timeline-view .e-clone-time-indicator,.e-schedule .e-timeline-view .e-current-time {
    color: #e3165b
}

.e-schedule .e-timeline-view .e-current-timeline {
    border-left: 1px solid #e3165b
}

/*! recurrence editor theme wise definitions*/
/*! Recurrence-Editor component layout */
.e-recurrenceeditor .e-recurrence-table .e-week-position {
    min-width: 81px;
    right: 24px
}

.e-recurrenceeditor .e-recurrence-table .e-day-position {
    min-width: 120px
}

.e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
    position: relative;
    right: 10px
}

.e-recurrenceeditor.e-rtl .e-week-position {
    position: relative;
    right: -24px
}

.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
    display: none
}

.e-bigger .e-recurrenceeditor .e-week-position {
    min-width: 125px
}

.e-bigger .e-recurrenceeditor .e-day-position {
    min-width: 128px;
    padding-left: 14px
}

.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
    padding-right: 16px
}

.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
}

/*! Recurrence-Editor component theme */
/*! component icons */
/*! Pager layout */
.e-bigger .e-pager div.e-parentmsgbar,.e-pager.e-bigger div.e-parentmsgbar {
    padding-top: 15px
}

.e-bigger .e-pager.e-rtl .e-pagercontainer,.e-pager.e-bigger.e-rtl .e-pagercontainer {
    margin: 5px 0
}

.e-bigger .e-pager.e-rtl .e-np,.e-bigger .e-pager.e-rtl .e-np:hover,.e-bigger .e-pager.e-rtl .e-pp,.e-bigger .e-pager.e-rtl .e-pp:hover,.e-pager.e-bigger.e-rtl .e-np,.e-pager.e-bigger.e-rtl .e-np:hover,.e-pager.e-bigger.e-rtl .e-pp,.e-pager.e-bigger.e-rtl .e-pp:hover {
    font-size: 22px
}

.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default,.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable {
    margin-left: 0;
    margin-right: 6px
}

.e-pager.sf-pager .e-last,.e-pager.sf-pager .e-mlast,.e-pager.sf-pager .e-mnext {
    margin-left: -4px
}

.e-pager.sf-pager .e-prev {
    margin-left: -3px
}

.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 div.e-icons.e-disable {
    color: unset
}

.e-pager .e-spacing.e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover {
    background: unset
}

.e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) {
    border-left: 0 solid #e0e0e0
}

.e-pager .e-currentitem,.e-pager .e-currentitem:hover {
    background: #e3165b
}

/*!component icons*/
.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"
}

/*! Excel-Filter layout */
.sf-grid .e-excelfilter .e-dlg-content {
    overflow: visible;
    padding: 0
}

.sf-grid .e-excelfilter .e-searchcontainer {
    padding: 4px 18px 18px
}

.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
    height: 26px;
    line-height: 26px
}

.sf-grid .e-excelfilter .e-searchbox {
    padding-left: 0
}

.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-separator {
    height: auto
}

.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul {
    position: absolute
}

.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu {
    display: inline-block;
    position: relative;
    width: 100%
}

.sf-grid-dlg.e-xlflmenu .e-xlfl-radiodiv {
    width: unset
}

.e-xlflmenu .e-xlfl-dlgfields {
    font-size: 17px
}

.e-xlflmenu .e-xlfl-fieldset {
    font-size: 14px;
    padding-top: 15px
}

.e-xlflmenu .e-xlfl-mtcase,.e-xlflmenu .e-xlfl-optr,.e-xlflmenu .e-xlfl-radio,.e-xlflmenu .e-xlfl-value {
    padding-top: 12px
}

.e-xlflmenu .e-xlfl-optr:first-child {
    padding-right: 12px
}

.e-xlflmenu .e-checkbox-wrapper .e-frame,.e-xlflmenu .e-checkbox-wrapper .e-frame+.e-label {
    margin-bottom: 1px
}

.e-xlflmenu .e-xlfl-radiodiv {
    width: 117px
}

.e-xlflmenu .e-xlfl-matchcasediv {
    margin-left: 0;
    margin-right: 13px
}

.e-xlflmenu.e-rtl .e-xlfl-optr {
    padding-left: 12px;
    padding-right: 0
}

.e-xlflmenu.e-rtl .e-xlfl-radio-or {
    margin-left: 0;
    margin-right: 13px
}

.e-bigger .e-xlflmenu.e-rtl .e-radio+label .e-label {
    padding-left: 0;
    padding-right: 25px
}

.e-bigger .e-xlflmenu .e-xlfl-radiodiv {
    width: 137px
}

.e-bigger .e-xlflmenu .e-xlfl-matchcasediv,.e-bigger .e-xlflmenu .e-xlfl-radio-or {
    margin-left: 18px
}

.e-bigger .e-xlflmenu .e-xlfl-optr:first-child {
    padding-right: 16px
}

.e-bigger .e-xlflmenu .e-xlfl-dlgfields {
    font-size: 18px
}

.e-bigger .e-xlflmenu .e-xlfl-fieldset {
    font-size: 15px;
    padding-top: 20px
}

.e-bigger .e-xlflmenu .e-xlfl-mtcase,.e-bigger .e-xlflmenu .e-xlfl-optr,.e-bigger .e-xlflmenu .e-xlfl-radio,.e-bigger .e-xlflmenu .e-xlfl-value {
    padding-top: 16px
}

.e-bigger .e-excelfilter .e-xlflmenu,.e-excelfilter.e-bigger .e-xlflmenu {
    min-height: 396px
}

.e-bigger .e-excelfilter .e-ftrchk,.e-excelfilter.e-bigger .e-ftrchk {
    padding-bottom: 13px;
    padding-top: 13px
}

.e-bigger .e-excelfilter .e-contextmenu-container ul li,.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li,.e-excelfilter.e-bigger .e-contextmenu-container ul li,.e-excelfilter.e-bigger .e-contextmenu-wrapper ul li {
    height: 48px;
    line-height: 48px
}

.e-bigger .e-excelfilter .e-contextmenu-container ul li .e-menu-icon,.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,.e-excelfilter.e-bigger .e-contextmenu-container ul li .e-menu-icon,.e-excelfilter.e-bigger .e-contextmenu-wrapper ul li .e-menu-icon {
    height: 48px;
    line-height: 48px;
    margin-right: 15px
}

.e-bigger .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
    height: 48px;
    line-height: 48px
}

.e-bigger .e-excelfilter .e-dlg-content,.e-excelfilter.e-bigger .e-dlg-content {
    padding-left: 11px
}

.e-bigger .e-excelfilter .e-ftrchk,.e-bigger .e-excelfilter .e-searchbox,.e-excelfilter.e-bigger .e-ftrchk,.e-excelfilter.e-bigger .e-searchbox {
    padding-left: 13px
}

.e-bigger .e-excelfilter.e-rtl .e-dlg-content,.e-excelfilter.e-bigger.e-rtl .e-dlg-content {
    padding-left: 24px;
    padding-right: 11px
}

.e-bigger .e-excelfilter.e-rtl .e-ftrchk,.e-bigger .e-excelfilter.e-rtl .e-searchbox,.e-excelfilter.e-bigger.e-rtl .e-ftrchk,.e-excelfilter.e-bigger.e-rtl .e-searchbox {
    padding-left: 0;
    padding-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;
    height: 1px;
    opacity: 0;
    width: 1px
}

.e-excelfilter .e-contextmenu-container ul li,.e-excelfilter .e-contextmenu-wrapper ul li {
    height: 36px;
    line-height: 36px
}

.e-excelfilter .e-contextmenu-container ul:not(.e-ul),.e-excelfilter .e-contextmenu-wrapper ul {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    max-width: 300px;
    padding-bottom: 4px;
    position: static
}

.e-excelfilter .e-dlg-content {
    background-color: #fff
}

.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-container ul li .e-menu-icon,.e-excelfilter .e-contextmenu-wrapper 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-contextmenu-wrapper ul .e-menu-item .e-caret {
    height: 36px;
    line-height: 36px
}

.e-excelfilter .e-footer-content {
    border-style: solid;
    border-width: 1px 0 0
}

.e-excelfilter .e-excel-menu {
    z-index: 1000
}

.e-excelfilter .e-dlg-content {
    padding-top: 0
}

.e-excelfilter .e-xlsel {
    border: 0 solid;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-excelfilter .e-dlg-content,.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-excelfilter .e-searchbox {
    display: block
}

.e-ftrchk {
    padding-bottom: 9px;
    padding-top: 9px
}

/*! Excel-Filter theme */
.e-excelfilter .e-footer-content {
    border-color: rgba(0,0,0,.12);
    opacity: 1
}

.e-excelfilter .e-filtered:before {
    color: #e3165b
}

.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: #e3165b;
    border-color: #e3165b
}

/*! component's theme wise override definitions and variables */
/*!componenticons*/
.e-grid-menu .e-group-animate .e-drag.e-icon-drag:before,.e-grid .e-group-animate .e-drag.e-icon-drag:before {
    content: "\e330"
}

.e-grid-menu .e-group-animate .e-nextgroup.e-icon-next:before,.e-grid .e-group-animate .e-nextgroup.e-icon-next:before {
    content: "\ec07"
}

.e-grid-menu .e-icon-filter.e-filtered:before,.e-grid-menu .e-icon-filter:before,.e-grid .e-icon-filter.e-filtered:before,.e-grid .e-icon-filter:before {
    content: "\e7ee"
}

.e-grid-menu .e-resfilter-icon:before,.e-grid .e-resfilter-icon:before {
    content: "\e251"
}

.e-grid-menu .e-ressort-icon:before,.e-grid .e-ressort-icon:before {
    content: "\e612"
}

.e-grid-menu .e-resback-icon:before,.e-grid .e-resback-icon:before {
    content: "\e977"
}

.e-grid-menu .e-columnmenu.e-filtered:before,.e-grid-menu .e-columnmenu:before,.e-grid .e-columnmenu.e-filtered:before,.e-grid .e-columnmenu:before {
    content: "\e984"
}

.e-responsive-dialog .e-resfilterback:before {
    content: "\e977"
}

.e-responsive-dialog .e-filterset:before {
    content: "\e7ee"
}

.e-responsive-dialog .e-search-icon:before {
    content: "\e993"
}

.e-responsive-dialog .e-chkcancel-icon:before {
    content: "\e7a7"
}

.e-responsive-dialog .e-icon-filter-clear:before {
    content: "\e248"
}

.e-row-responsive-filter .e-dlg-closeicon-btn .e-icon-dlg-close:before {
    content: "\e977"
}

/*! Grid layout */
/*! Blazor column menu custom css */
.e-contextmenu-container.e-sfcontextmenu.e-hide-menu {
    visibility: hidden
}

.e-bigger .e-grid .e-icons,.e-grid.e-bigger .e-icons {
    font-size: 14px
}

.e-bigger .e-grid .e-gridheader thead .e-icons,.e-grid.e-bigger .e-gridheader thead .e-icons {
    font-size: 16px
}

.e-bigger .e-grid .e-groupcaption,.e-bigger .e-grid .e-rowcell,.e-bigger .e-grid .e-summarycell,.e-grid.e-bigger .e-groupcaption,.e-grid.e-bigger .e-rowcell,.e-grid.e-bigger .e-summarycell {
    font-size: 13px;
    padding: 11px 28px
}

.e-bigger .e-grid .e-columnmenu,.e-grid.e-bigger .e-columnmenu {
    bottom: 31px
}

.e-bigger .e-grid .e-checkboxfilter .e-dlg-content,.e-grid.e-bigger .e-checkboxfilter .e-dlg-content {
    padding-left: 11px
}

.e-bigger .e-grid .e-checkboxfilter .e-ftrchk,.e-bigger .e-grid .e-checkboxfilter .e-searchbox,.e-grid.e-bigger .e-checkboxfilter .e-ftrchk,.e-grid.e-bigger .e-checkboxfilter .e-searchbox {
    padding-left: 13px
}

.e-bigger .e-grid.e-rtl .e-checkboxfilter .e-dlg-content,.e-grid.e-bigger.e-rtl .e-checkboxfilter .e-dlg-content {
    padding-left: 24px;
    padding-right: 11px
}

.e-bigger .e-grid.e-rtl .e-checkboxfilter .e-ftrchk,.e-bigger .e-grid.e-rtl .e-checkboxfilter .e-searchbox,.e-grid.e-bigger.e-rtl .e-checkboxfilter .e-ftrchk,.e-grid.e-bigger.e-rtl .e-checkboxfilter .e-searchbox {
    padding-left: 0;
    padding-right: 13px
}

.e-bigger .e-grid .e-cloneproperties.e-draganddrop,.e-grid.e-bigger .e-cloneproperties.e-draganddrop {
    padding: 0
}

.e-bigger .e-grid:not(.e-row-responsive).e-device .e-rowcell:first-child,.e-bigger .e-grid:not(.e-row-responsive).e-device .e-summarycell:first-child,.e-grid.e-bigger:not(.e-row-responsive).e-device .e-rowcell:first-child,.e-grid.e-bigger:not(.e-row-responsive).e-device .e-summarycell:first-child {
    padding: 8px 12px 8px 16px
}

.e-bigger .e-grid:not(.e-row-responsive).e-device .e-rowcell:last-child,.e-bigger .e-grid:not(.e-row-responsive).e-device .e-summarycell:last-child,.e-grid.e-bigger:not(.e-row-responsive).e-device .e-rowcell:last-child,.e-grid.e-bigger:not(.e-row-responsive).e-device .e-summarycell:last-child {
    padding: 8px 16px 8px 12px
}

.e-grid .e-gridheader.e-sticky,.e-grid .e-groupdroparea.e-sticky,.e-grid .e-toolbar.e-sticky {
    position: sticky;
    z-index: 10
}

.e-grid .e-ccdlg.e-sticky,.e-grid .e-gridheader.e-sticky .e-headercontent .e-reorderdownarrow,.e-grid .e-gridheader.e-sticky .e-headercontent .e-reorderuparrow {
    position: fixed;
    z-index: 10
}

.e-grid .e-groupdroparea.e-sticky {
    opacity: 1
}

.e-grid .e-gridcontent .e-lastrow-dragborder,.e-grid .e-gridheader .e-firstrow-dragborder,.e-grid.e-rtl .e-gridcontent .e-lastrow-dragborder,.e-grid.e-rtl .e-gridheader .e-firstrow-dragborder {
    background-color: #e3165b
}

.e-grid .e-gridcontent .e-detailrowcollapse.e-dragborder,.e-grid .e-gridcontent .e-rowcell.e-dragborder,.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder,.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid .e-gridheader .e-detailrowcollapse.e-dragborder,.e-grid .e-gridheader .e-rowcell.e-dragborder,.e-grid .e-gridheader .e-rowdragdrop.e-dragborder,.e-grid .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid.e-rtl .e-gridcontent .e-detailrowcollapse.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 tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid.e-rtl .e-gridheader .e-detailrowcollapse.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 tr.e-row:first-child .e-rowcell.e-dragborder {
    box-shadow: 0 2px 0 0 #e3165b;
    position: relative;
    z-index: 5
}

.e-grid .e-gridcontent .e-rowdragdrop,.e-grid .e-gridheader .e-rowdragdrop {
    border: solid #e0e0e0;
    border-width: 1px 0 0
}

.e-grid .e-toolbar {
    border-radius: 0
}

.e-grid .e-res-toolbar {
    border-bottom: 1px solid #e0e0e0
}

.e-grid .e-res-toolbar .e-toolbar-items {
    min-height: 0
}

.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-search-icon: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-tbar-btn:hover {
    background: none
}

.e-grid .e-res-toolbar .e-toolbar-items .e-icons {
    color: #000
}

.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 .e-input-group:after,.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-input-group:before {
    background: none
}

.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper {
    width: 100%;
    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: 8px
}

.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-input-group {
    border: 0;
    opacity: 1;
    padding: 0 9px 0 6px;
    width: 100%
}

.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-input-group .e-input {
    margin-top: 8px
}

.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-input-group .e-search-icon {
    margin-top: 14px;
    padding-left: 0
}

.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper {
    padding-left: 0
}

.e-bigger .e-grid .e-group-animator .e-groupheadercell,.e-bigger .e-grid .e-group-animator .e-groupheadercell:hover {
    margin: 15px 0;
    border-bottom-width: 1px
}

.e-grid .e-groupdroparea.e-group-animate.e-grouped {
    height: 54px
}

.e-bigger .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
    margin-top: 15px
}

.e-grid .e-group-animator .e-groupheadercell,.e-grid .e-group-animator .e-groupheadercell:hover {
    margin: 12px 0;
    border-bottom-width: 1px
}

.e-grid .e-group-animator:last-child .e-nextgroup.e-icons.e-icon-next {
    display: none
}

.e-grid .e-groupdroparea.e-group-animate.e-grouped {
    overflow: hidden;
    padding: 0;
    height: 48px;
    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-rtl .e-group-animator:first-child .e-groupheadercell {
    margin: 12px 16px 12px 0
}

.e-grid .e-group-animator:first-child .e-groupheadercell {
    margin: 12px 0 12px 16px
}

.e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
    margin-top: 9px
}

.e-grid .e-groupdroparea.e-group-animate .e-drag.e-icon-drag {
    display: inline-block;
    height: 24px;
    font-size: 11px;
    line-height: 25px;
    padding: 0;
    vertical-align: middle
}

.e-grid .e-group-animator .e-icon-drag.e-icons {
    margin-left: 0
}

.e-grid .e-groupdroparea.e-group-animate span.e-drag.e-icons.e-icon-drag {
    cursor: move
}

.e-grid .e-group-animate .e-drag.e-icon-drag:before {
    opacity: .7
}

.e-grid .e-group-animate span.e-nextgroup.e-icons.e-icon-next {
    display: inline-block;
    float: left;
    height: 24px;
    line-height: 32px;
    padding: 0;
    vertical-align: middle
}

.e-grid .e-gridheader .e-frozenheader .e-headercell .e-rhandler:last-of-type,.e-grid .e-gridheader .e-frozenheader .e-headercell .e-rsuppress:last-of-type {
    right: -1px
}

.e-grid .e-gridheader .e-frozenheader.e-frozen-right-header .e-headercell .e-rhandler,.e-grid .e-gridheader .e-frozenheader.e-frozen-right-header .e-headercell .e-rsuppress {
    left: 0
}

.e-grid.e-resize-lines .e-gridheader .e-frozen-right-header th.e-headercell .e-rhandler {
    border-right-width: 0
}

.e-grid.e-rtl .e-gridheader .e-frozenheader.e-frozen-right-header .e-headercell .e-rhandler,.e-grid.e-rtl .e-gridheader .e-frozenheader.e-frozen-right-header .e-headercell .e-rsuppress {
    right: 0
}

.e-grid.e-rtl.e-resize-lines .e-gridheader .e-frozen-right-header th.e-headercell .e-rhandler {
    border-right-width: 1px;
    border-left-width: 0
}

.e-grid .e-virtual-rhandler {
    z-index: 1
}

.e-grid .e-gridheader .e-rcursor,.e-grid .e-gridheader .e-stackedheadercell.e-rcursor,.e-grid.e-rcursor {
    cursor: col-resize
}

.e-grid .e-headercelldiv {
    text-transform: none
}

.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,.e-grid .e-movablecontent table .e-insertedrow td.e-rowcell,.e-grid .e-movableheader table .e-insertedrow td.e-rowcell,.e-grid .e-row.e-emptyrow,.e-grid:not(.e-grid-min-height) .e-gridcontent .e-content tr.e-insertedrow .e-rowcell:empty {
    height: 37px
}

.e-grid .e-addedrow .e-input-group.e-control-wrapper input.e-input,.e-grid .e-addedrow .e-input-group input.e-input,.e-grid .e-editedrow .e-input-group.e-control-wrapper input.e-input,.e-grid .e-editedrow .e-input-group input.e-input {
    min-height: unset
}

.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty,.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty {
    height: 36px
}

.e-grid.e-afenabled .e-frozencontent,.e-grid.e-afenabled .e-frozenheader,.e-grid.e-afenabled .e-headercontent,.e-grid.e-afenabled .e-movablecontent,.e-grid.e-afenabled .e-movableheader,.e-grid.e-enabledboxbdr .e-frozencontent,.e-grid.e-enabledboxbdr .e-frozenheader,.e-grid.e-enabledboxbdr .e-headercontent,.e-grid.e-enabledboxbdr .e-movablecontent,.e-grid.e-enabledboxbdr .e-movableheader {
    position: relative
}

.e-grid .e-summarycontent {
    display: flex
}

.e-grid .e-summarycontent .e-frozen-right-footercontent {
    float: right
}

.e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
    border-left: 1px solid;
    border-color: #e0e0e0
}

.e-grid .e-summarycontent .e-movablefootercontent {
    flex: 1
}

.e-grid .e-summarycontent .e-indentcell {
    border-width: 1px 0 0
}

.e-grid.e-default .e-detailrowcollapse.e-lastrowcell {
    border-bottom-width: 1px
}

.e-grid.e-default .e-detailrow .e-lastrowcell {
    border-bottom: 1px solid #e0e0e0
}

.e-grid .e-rowdragdropcell {
    border-style: solid;
    border-width: 1px 0 0
}

.e-grid .e-checkfltrnmdiv {
    height: 60px;
    padding: 23px;
    text-align: center
}

.e-grid .e-checkboxlist>span {
    padding-left: 9px
}

.e-grid .e-dialog.e-checkboxfilter .e-dlg-content,.e-grid .e-dialog.e-flmenu .e-dlg-content {
    border-radius: 0
}

.e-grid .e-checkboxfilter .e-searchbox {
    display: block
}

.e-grid .e-checkboxfilter .e-dlg-content,.e-grid .e-checkboxfilter .e-ftrchk,.e-grid .e-checkboxfilter .e-searchbox {
    padding-left: 9px
}

.e-grid .e-grabcur {
    cursor: grabbing
}

.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
    font-size: 8px;
    margin-left: 0;
    margin-top: 0
}

.e-grid .e-toolbar .e-toolbar-items .e-toolbar-right .e-cc-toolbar .e-tbar-btn .e-columnchooser-btn {
    margin-top: 1px
}

.e-grid:not(.e-row-responsive) .e-gridcontent tr.e-row:first-child .e-rowcell {
    border-top: 0
}

.e-grid .e-frozenhdrcont .e-frozenheader>.e-table,.e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable>.e-table,.e-grid .e-frozenhdrcont .e-headercontent>.e-table,.e-grid .e-frozenhdrcont .e-movableheader>.e-table {
    border-bottom: 2px solid
}

.e-grid .e-frozencontent .e-virtualtable>.e-table,.e-grid .e-frozencontent>.e-table,.e-grid .e-frozenheader .e-virtualtable>.e-table,.e-grid .e-frozenheader>.e-table {
    border-right: 2px solid
}

.e-grid .e-frozencontent.e-frozen-right-content>.e-table,.e-grid .e-frozenheader.e-frozen-right-header>.e-table {
    border-left: 2px solid;
    border-right: 0
}

.e-grid .e-frozenheader.e-frozen-right-header {
    float: right
}

.e-grid.e-rtl .e-frozencontent .e-virtualtable>.e-table,.e-grid.e-rtl .e-frozencontent>.e-table,.e-grid.e-rtl .e-frozenheader .e-virtualtable>.e-table,.e-grid.e-rtl .e-frozenheader>.e-table {
    border-left: 2px solid;
    border-right: 0
}

.e-grid.e-rtl .e-frozencontent.e-frozen-right-content>.e-table,.e-grid.e-rtl .e-frozenheader.e-frozen-right-header>.e-table {
    border-left: 0;
    border-right: 2px solid
}

.e-grid.e-rtl .e-frozen-right-content,.e-grid.e-rtl .e-frozenheader.e-frozen-right-header {
    float: left
}

.e-grid.e-rtl .e-frozenfootercontent {
    float: right
}

.e-grid.e-rtl .e-frozen-right-footercontent {
    float: left
}

.e-grid .e-frozen-right-content {
    float: right
}

.e-grid .e-movablecontent {
    -ms-overflow-style: none;
    flex: 1;
    overflow-x: auto;
    overflow-y: hidden
}

.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
    display: none
}

.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
    width: 7px
}

.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.5);
    border-radius: 4px
}

.e-grid .e-frozenscrollbar {
    border-top: 1px solid #e0e0e0
}

.e-grid .e-movablescrollbar {
    flex: 1;
    overflow: hidden;
    overflow-x: scroll
}

.e-grid.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 {
    padding-left: 0;
    padding-right: 9px
}

.e-grid.e-rtl .e-detailheadercell.e-leftalign.e-headercell.e-fltr-icon .e-headercelldiv,.e-grid.e-rtl .e-headercell.e-leftalign.e-headercell.e-fltr-icon .e-headercelldiv {
    margin-left: 10px
}

.e-grid.e-rtl .e-detailheadercell.e-leftalign.e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber,.e-grid.e-rtl .e-headercell.e-leftalign.e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber {
    margin: 8px -4px 0 0
}

.e-grid.e-rtl .e-detailheadercell.e-leftalign.e-headercell.e-fltr-icon .e-filtermenudiv,.e-grid.e-rtl .e-headercell.e-leftalign.e-headercell.e-fltr-icon .e-filtermenudiv {
    margin-left: -5px
}

.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv .e-sortnumber,.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv .e-sortnumber {
    margin: 0 2px 0 0
}

.e-grid.e-rtl .e-grouptext {
    margin-left: 3px
}

.e-grid.e-rtl .e-groupheadercell span {
    padding: 0
}

.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
    background-color: rgba(0,0,0,.1);
    display: inline-block;
    height: 10px;
    width: 80%
}

.e-grid.sf-grid .e-movablecontent {
    height: inherit;
    overflow: hidden
}

.e-grid.sf-grid .e-frozencontent {
    border-bottom-style: solid;
    height: inherit;
    overflow: hidden
}

.e-grid.sf-grid .e-gridcontent .e-content,.e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
    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-movablecontent.e-noscroll,.e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent.e-yscroll,.e-grid.sf-grid .e-gridcontent .e-content.e-noscroll {
    overflow-y: hidden
}

.e-grid.sf-grid .e-label.e-choosercheck,.e-grid.sf-grid .e-label.e-fltrcheck {
    width: 0
}

.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck,.e-grid.sf-grid .e-checkboxlist .e-fltrcheck {
    white-space: nowrap
}

.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow,.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
    font-size: 8px;
    margin-top: 0
}

.e-bigger.e-grid .e-gridheader thead .e-icons,.e-bigger .e-grid .e-gridheader thead .e-icons {
    font-size: 16px
}

.e-bigger.e-grid .e-ccdlg .e-cc-searchdiv,.e-bigger .e-grid .e-ccdlg .e-cc-searchdiv {
    padding-left: 0;
    padding-right: 6px
}

.e-bigger.e-grid.e-rtl .e-columnmenu,.e-bigger .e-grid.e-rtl .e-columnmenu {
    margin: -17px -18px -18px 3px
}

.e-bigger.e-grid.e-rtl .e-groupheadercell span,.e-bigger .e-grid.e-rtl .e-groupheadercell span {
    padding: 0
}

.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-detailheadercell,.e-grid-min-height .e-grid-height .e-gridheader .e-headercell,.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: .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-bigger .e-grid.e-grid-min-height .e-grid-height .e-rowcell {
    line-height: 27px;
    padding: 11px 28px
}

.e-bigger .e-grid.e-grid-min-height .e-grid-height .e-rowcell:first-child {
    line-height: 28px;
    padding-left: 28px
}

.e-bigger .e-grid.e-grid-min-height .e-grid-height .e-rowcell:last-child {
    line-height: 28px;
    padding-right: 28px
}

.e-bigger .e-wrap.e-grid-min-height .e-grid-height .e-rowcell {
    line-height: 18px
}

.e-bigger .e-wrap.e-grid-min-height .e-grid-height .e-frozencontent table tr td:first-child:empty,.e-bigger .e-wrap.e-grid-min-height .e-grid-height .e-frozenhdrcont table tr td:first-child:empty,.e-bigger .e-wrap.e-grid-min-height .e-grid-height .e-movablecontent table tr td:first-child:empty,.e-bigger .e-wrap.e-grid-min-height .e-grid-height:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty,.e-bigger .e-wrap.e-grid-min-height .e-grid-height:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty {
    height: 49px
}

.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active,.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active,.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus,.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus,.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover,.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover {
    background: none
}

.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active .e-icons,.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active .e-icons,.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus .e-icons,.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus .e-icons,.e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover .e-icons,.e-bigger .e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover .e-icons {
    padding-bottom: 0
}

.e-bigger.e-grid.e-row-responsive .e-toolbar .e-search-icon,.e-bigger .e-grid.e-row-responsive .e-toolbar .e-search-icon {
    background: none
}

.e-bigger.e-grid.e-row-responsive .e-responsive-header,.e-bigger .e-grid.e-row-responsive .e-responsive-header {
    border-top: 1px solid #e0e0e0
}

.e-bigger.e-grid.e-row-responsive .e-gridcontent td:before,.e-bigger .e-grid.e-row-responsive .e-gridcontent td:before,.e-bigger.e-grid.e-row-responsive .e-summarycontent td:before,.e-bigger .e-grid.e-row-responsive .e-summarycontent td:before {
    content: attr(data-cell);
    font-weight: 500;
    left: 13px;
    padding-right: 10px;
    position: absolute;
    top: 6px;
    white-space: nowrap;
    width: 45%
}

.e-bigger.e-grid.e-row-responsive .e-gridcontent td[data-cell],.e-bigger .e-grid.e-row-responsive .e-gridcontent td[data-cell],.e-bigger.e-grid.e-row-responsive .e-summarycontent td[data-cell],.e-bigger .e-grid.e-row-responsive .e-summarycontent td[data-cell] {
    padding-bottom: 5px;
    padding-left: 55%;
    padding-top: 5px;
    position: relative
}

.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-input,.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-input,.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-input,.e-bigger .e-grid.e-row-responsive .e-summarycontent .e-input {
    display: block
}

.e-bigger.e-grid.e-row-responsive .e-gridcontent td,.e-bigger .e-grid.e-row-responsive .e-gridcontent td,.e-bigger.e-grid.e-row-responsive .e-summarycontent td,.e-bigger .e-grid.e-row-responsive .e-summarycontent td {
    border: 0
}

.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-row,.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-row,.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-row,.e-bigger .e-grid.e-row-responsive .e-summarycontent .e-row {
    border-bottom: 1px solid #e0e0e0
}

.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-normaledit .e-rowcell,.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-normaledit .e-rowcell,.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-normaledit .e-rowcell,.e-bigger .e-grid.e-row-responsive .e-summarycontent .e-normaledit .e-rowcell {
    height: auto;
    padding-left: 1%;
    padding-right: 1%
}

.e-bigger.e-grid.e-row-responsive .e-gridcontent td.e-rowcell,.e-bigger .e-grid.e-row-responsive .e-gridcontent td.e-rowcell,.e-bigger.e-grid.e-row-responsive .e-summarycontent td.e-rowcell,.e-bigger .e-grid.e-row-responsive .e-summarycontent td.e-rowcell {
    border-bottom: 0;
    border-bottom-color: #e0e0e0;
    height: auto
}

.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-emptyrow td.e-lastrowcell,.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-emptyrow td.e-lastrowcell,.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-emptyrow td.e-lastrowcell,.e-bigger .e-grid.e-row-responsive .e-summarycontent .e-emptyrow td.e-lastrowcell {
    border-bottom: 0
}

.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-normaledit :not(.e-responsive-editcell).e-rowcell,.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-normaledit :not(.e-responsive-editcell).e-rowcell,.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-normaledit :not(.e-responsive-editcell).e-rowcell,.e-bigger .e-grid.e-row-responsive .e-summarycontent .e-normaledit :not(.e-responsive-editcell).e-rowcell {
    border-top-width: 0
}

.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-normaledit .e-rowcell:before,.e-bigger .e-grid.e-row-responsive .e-gridcontent .e-normaledit .e-rowcell:before,.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-normaledit .e-rowcell:before,.e-bigger .e-grid.e-row-responsive .e-summarycontent .e-normaledit .e-rowcell:before {
    bottom: 6px;
    position: static
}

.e-bigger.e-grid.e-row-responsive .e-table,.e-bigger .e-grid.e-row-responsive .e-table,.e-bigger.e-grid.e-row-responsive .e-table tbody,.e-bigger .e-grid.e-row-responsive .e-table tbody,.e-bigger.e-grid.e-row-responsive .e-table td:not(.e-hide),.e-bigger .e-grid.e-row-responsive .e-table td:not(.e-hide),.e-bigger.e-grid.e-row-responsive .e-table tfoot,.e-bigger .e-grid.e-row-responsive .e-table tfoot,.e-bigger.e-grid.e-row-responsive .e-table tr,.e-bigger .e-grid.e-row-responsive .e-table tr {
    display: block
}

.e-bigger.e-grid.e-row-responsive>.e-gridheader,.e-bigger .e-grid.e-row-responsive>.e-gridheader {
    display: none
}

.e-bigger.e-grid.e-row-responsive .e-gridfooter,.e-bigger .e-grid.e-row-responsive .e-gridfooter {
    padding-right: 0
}

.e-bigger.e-grid.e-row-responsive.e-hidelines .e-gridcontent .e-rowcell:last-child,.e-bigger .e-grid.e-row-responsive.e-hidelines .e-gridcontent .e-rowcell:last-child,.e-bigger.e-grid.e-row-responsive.e-verticallines .e-gridcontent .e-rowcell:last-child,.e-bigger .e-grid.e-row-responsive.e-verticallines .e-gridcontent .e-rowcell:last-child {
    border: 0
}

.e-bigger.e-responsive-dialog.e-customfilter .e-responsivecoldiv,.e-bigger .e-responsive-dialog.e-customfilter .e-responsivecoldiv {
    cursor: pointer
}

.e-bigger.e-responsive-dialog .e-btn.e-ripple,.e-bigger .e-responsive-dialog .e-btn.e-ripple {
    overflow: initial
}

.e-bigger.e-responsive-dialog .e-dlg-header-content,.e-bigger .e-responsive-dialog .e-dlg-header-content {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 16px;
    width: 100%
}

.e-bigger.e-responsive-dialog .e-dlg-header-content .e-btn,.e-bigger .e-responsive-dialog .e-dlg-header-content .e-btn {
    background: none;
    box-shadow: none;
    outline: none;
    position: static
}

.e-bigger.e-responsive-dialog .e-dlg-header-content .e-btn .e-btn-icon,.e-bigger .e-responsive-dialog .e-dlg-header-content .e-btn .e-btn-icon {
    color: #000;
    font-size: 14px;
    margin-top: 0
}

.e-bigger.e-responsive-dialog .e-dlg-header-content .e-btn:focus .e-btn-icon,.e-bigger .e-responsive-dialog .e-dlg-header-content .e-btn:focus .e-btn-icon,.e-bigger.e-responsive-dialog .e-dlg-header-content .e-btn:hover .e-btn-icon,.e-bigger .e-responsive-dialog .e-dlg-header-content .e-btn:hover .e-btn-icon {
    color: #000
}

.e-bigger.e-responsive-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,.e-bigger .e-responsive-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    float: left;
    padding-left: 0;
    padding-right: 40px
}

.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header,.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header {
    width: auto
}

.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element,.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element {
    display: flex
}

.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-dlg-custom-header,.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-dlg-custom-header {
    font-weight: 500;
    padding-top: 5px;
    width: 100%
}

.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-filter-clear-btn,.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-filter-clear-btn {
    color: #e3165b;
    margin-top: 3px;
    padding: 0
}

.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-filter-clear-btn .e-icon-filter-clear,.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-filter-clear-btn .e-icon-filter-clear {
    font-size: 18px
}

.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-sort-clear-btn,.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-sort-clear-btn {
    color: #e3165b;
    font-size: 15px;
    font-weight: 500;
    padding-top: 5px
}

.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-apply-btn,.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-apply-btn {
    font-size: 15px;
    font-weight: 500;
    padding: 3px 0 0 20px
}

.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-apply-btn:disabled,.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-apply-btn:disabled {
    color: rgba(0,0,0,.12)
}

.e-bigger.e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-btn,.e-bigger .e-responsive-dialog .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-btn {
    background: none;
    border: 0;
    color: #e3165b
}

.e-bigger.e-responsive-dialog .e-dlg-header-content .e-res-back-btn,.e-bigger .e-responsive-dialog .e-dlg-header-content .e-res-back-btn {
    background: none;
    box-shadow: none;
    padding-left: 0
}

.e-bigger.e-responsive-dialog.e-rtl .e-dlg-header-content .e-res-back-btn,.e-bigger .e-responsive-dialog.e-rtl .e-dlg-header-content .e-res-back-btn {
    padding-left: 15px;
    padding-right: 0
}

.e-bigger.e-responsive-dialog .e-dlg-content,.e-bigger .e-responsive-dialog .e-dlg-content {
    padding: 0 16px 16px
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-checkfltrnmdiv,.e-bigger .e-responsive-dialog .e-dlg-content .e-checkfltrnmdiv {
    text-align: center
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv,.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv {
    float: right;
    margin-right: 1%;
    margin-top: 1%
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-filtersetdiv .e-filterset,.e-bigger .e-responsive-dialog .e-dlg-content .e-filtersetdiv .e-filterset {
    color: #e3165b
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-dialog,.e-bigger .e-responsive-dialog .e-dlg-content .e-dialog {
    box-shadow: none
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-excelfilter,.e-bigger .e-responsive-dialog .e-dlg-content .e-excelfilter {
    border: transparent
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-excelfilter .e-dlg-content,.e-bigger .e-responsive-dialog .e-dlg-content .e-excelfilter .e-dlg-content {
    background-color: #fff;
    padding: 8px 16px 8px 8px
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-excelfilter .e-checkboxlist>span,.e-bigger .e-responsive-dialog .e-dlg-content .e-excelfilter .e-checkboxlist>span {
    padding-left: 9px
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-xlflmenu,.e-bigger .e-responsive-dialog .e-dlg-content .e-xlflmenu {
    border: transparent
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-xlflmenu .e-dlg-content,.e-bigger .e-responsive-dialog .e-dlg-content .e-xlflmenu .e-dlg-content {
    padding: 16px
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-ressortbutton-parent,.e-bigger .e-responsive-dialog .e-dlg-content .e-ressortbutton-parent {
    float: right
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-ressortbutton-parent .e-ressortbutton,.e-bigger .e-responsive-dialog .e-dlg-content .e-ressortbutton-parent .e-ressortbutton {
    background: none;
    width: 120px
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-responsivecoldiv,.e-bigger .e-responsive-dialog .e-dlg-content .e-responsivecoldiv {
    font-size: 16px;
    margin-bottom: 26px;
    margin-top: 26px;
    width: 100%
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog {
    bottom: 0;
    box-shadow: none;
    width: 100%
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul {
    background-color: #fff;
    max-width: 100%
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul li,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul li {
    color: rgba(0,0,0,.87)
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul .e-submenu.e-selected,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul .e-submenu.e-selected {
    background-color: #fff
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul .e-submenu,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul .e-submenu {
    padding: 0
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul .e-submenu .e-menu-icon,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul .e-submenu .e-menu-icon {
    margin-right: 4px;
    margin-left: 15px
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul .e-submenu .e-caret,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-contextmenu-wrapper ul .e-submenu .e-caret {
    padding: 0 8px 0 0
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer {
    height: 88%
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox {
    padding-left: 10px
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-search-icon:active,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-search-icon:active,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-search-icon:focus,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-search-icon:focus,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-search-icon:hover,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-search-icon:hover {
    background: none
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner {
    height: 100%
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
    -moz-appearance: none;
    height: 1px;
    opacity: 0;
    width: 1px
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-checkboxlist,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-checkboxlist {
    height: 100%;
    min-height: 160px;
    overflow-y: auto
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-checkboxlist .e-ftrchk,.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-checkboxlist .e-ftrchk {
    padding-bottom: 13px;
    padding-top: 13px
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content,.e-bigger .e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content {
    padding: 8px
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content .e-searchcontainer,.e-bigger .e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content .e-searchcontainer {
    padding-left: 8px;
    margin-right: 7px
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content .e-searchcontainer .e-searchbox,.e-bigger .e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content .e-searchcontainer .e-searchbox {
    padding-left: 0
}

.e-bigger.e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content .e-searchcontainer .e-spinner .e-checkboxlist,.e-bigger .e-responsive-dialog .e-dlg-content .e-checkboxfilter .e-dlg-content .e-searchcontainer .e-spinner .e-checkboxlist {
    margin-left: -7px
}

.e-bigger.e-responsive-dialog .e-res-contextmenu-wrapper .e-contextmenu,.e-bigger .e-responsive-dialog .e-res-contextmenu-wrapper .e-contextmenu {
    background-color: #fff;
    border: transparent;
    box-shadow: none;
    margin-top: 23px;
    max-width: 100%;
    min-width: 100%;
    overflow-y: auto;
    padding: 0 16px 16px
}

.e-bigger.e-responsive-dialog .e-res-contextmenu-wrapper .e-contextmenu .e-menu-item,.e-bigger .e-responsive-dialog .e-res-contextmenu-wrapper .e-contextmenu .e-menu-item {
    padding: 0
}

.e-bigger.e-responsive-dialog .e-res-contextmenu-wrapper .e-contextmenu .e-menu-item.e-focused,.e-bigger .e-responsive-dialog .e-res-contextmenu-wrapper .e-contextmenu .e-menu-item.e-focused {
    background-color: transparent
}

.e-bigger.e-responsive-dialog.e-ressortdiv .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-apply-btn,.e-bigger .e-responsive-dialog.e-ressortdiv .e-dlg-header-content .e-dlg-header .e-res-custom-element .e-res-apply-btn {
    padding-top: 0
}

.e-bigger.e-responsive-dialog.e-rtl .e-btn.e-dlg-closeicon-btn,.e-bigger .e-responsive-dialog.e-rtl .e-btn.e-dlg-closeicon-btn {
    float: right;
    padding-left: 40px;
    padding-right: 0
}

.e-bigger.e-responsive-dialog.e-rtl .e-res-apply-btn,.e-bigger .e-responsive-dialog.e-rtl .e-res-apply-btn {
    padding-left: 0;
    padding-right: 20px
}

.e-bigger.e-responsive-dialog.e-rtl .e-ressortbutton-parent,.e-bigger .e-responsive-dialog.e-rtl .e-ressortbutton-parent {
    float: left
}

/*! Grid theme */
.e-grid .e-autofill {
    background-color: #e3165b
}

.e-grid .e-autofill,.e-grid .e-xlsel {
    border-color: #e3165b;
    z-index: 1
}

.e-grid .e-xlsel {
    background-color: transparent;
    border-style: solid;
    pointer-events: none
}

.e-grid .e-xlselaf {
    background-color: #e3165b;
    border-color: #e3165b;
    position: absolute
}

.e-grid .e-gridcontent .e-rowcell.e-dragborder,.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder,.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid .e-gridheader thead tr th.e-firstrowdragborder,.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 tr.e-row:first-child .e-rowcell.e-dragborder {
    box-shadow: 0 2px 0 0 #e3165b
}

.e-grid .e-rowdragheader {
    background-color: #fff
}

.e-grid .e-detailrowcollapse:not(.e-editedbatchcell):not(.e-updatedtd),.e-grid .e-detailrowexpand:not(.e-editedbatchcell):not(.e-updatedtd),.e-grid .e-emptyrow: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-rowcell:not(.e-editedbatchcell):not(.e-updatedtd) {
    color: rgba(0,0,0,.87)
}

.e-grid .e-detailcell,.e-grid .e-detailindentcell,.e-grid .e-detailrowcollapse,.e-grid .e-detailrowexpand,.e-grid .e-groupcaption,.e-grid .e-indentcell,.e-grid .e-recordpluscollapse,.e-grid .e-recordplusexpand,.e-grid .e-rowcell,.e-grid .e-rowdragdropcell {
    border-color: #e0e0e0
}

.e-grid .e-frozenhdrcont .e-frozenheader>.e-table,.e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable>.e-table,.e-grid .e-frozenhdrcont .e-headercontent>.e-table,.e-grid .e-frozenhdrcont .e-movableheader>.e-table {
    border-bottom-color: #e3165b
}

.e-grid .e-frozencontent .e-virtualtable>.e-table,.e-grid .e-frozencontent>.e-table,.e-grid .e-frozenheader .e-virtualtable>.e-table,.e-grid .e-frozenheader>.e-table {
    border-right-color: #e3165b
}

.e-grid .e-frozencontent.e-frozen-right-content>.e-table,.e-grid .e-frozenheader.e-frozen-right-header>.e-table,.e-grid.e-rtl .e-frozencontent .e-virtualtable>.e-table,.e-grid.e-rtl .e-frozencontent>.e-table,.e-grid.e-rtl .e-frozenheader .e-virtualtable>.e-table,.e-grid.e-rtl .e-frozenheader>.e-table {
    border-left-color: #e3165b
}

.e-grid.e-rtl .e-frozencontent.e-frozen-right-content>.e-table,.e-grid.e-rtl .e-frozenheader.e-frozen-right-header>.e-table {
    border-right-color: #e3165b
}

.e-grid.e-gridhover .e-frozenhover {
    background-color: #eee;
    color: #000
}

.e-grid .e-columnselection {
    background-color: #e0e0e0
}

.e-grid .e-filtered:before {
    color: #e3165b
}

.e-grid.e-resize-lines .e-frozen-right-header .e-headercell .e-rhandler,.e-grid.e-resize-lines .e-frozen-right-header .e-headercell .e-rsuppress,.e-grid.e-resize-lines .e-frozen-right-header .e-headercell.e-stackedheadercell {
    border-left: 1px solid #e0e0e0
}

.e-grid.e-rtl.e-resize-lines .e-frozen-right-header .e-headercell .e-rhandler,.e-grid.e-rtl.e-resize-lines .e-frozen-right-header .e-headercell .e-rsuppress,.e-grid.e-rtl.e-resize-lines .e-frozen-right-header .e-headercell.e-stackedheadercell {
    border-left-width: 0;
    border-right: 1px solid #e0e0e0
}

.e-grid .e-row .e-dragstartrow:before,.e-grid .e-row .e-selectionbackground .e-dragstartrow:before {
    color: #e3165b
}

.e-grid .e-groupdroparea {
    background-color: #e8eaf6
}

.e-grid .e-groupdroparea.e-hover {
    background-color: #c5cae9
}

.e-grid .e-groupdroparea.e-grouped {
    background-color: #7986cb
}

.e-grid .e-groupheadercell,.e-grid .e-groupheadercell:hover {
    background-color: #3f51b5
}

.e-grid.e-rtl .e-filterbardropdown {
    margin-left: 15px
}

.e-grid.sf-grid .e-gridfooter .e-summarycontent {
    border-right: 0 solid #e0e0e0
}

.e-grid .e-ftrchk.e-chkfocus {
    background-color: #eee
}

.e-dropitemscount {
    background-color: #e3165b
}

.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.e-input-focus,.e-headercontent .e-filterbar .e-filterbarcell .e-fltrinputdiv .e-input-group .e-filterbardropdown:active {
    box-shadow: none
}

/*! component's theme wise override material-definitions and variables */
/*! card layout */
/*! card theme */
/*! component's default definitions and variables */
/*! component's theme wise override material-definitions and variables */
@font-face {
    font-family: e-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMmUZUBgAAAEoAAAAVmNtYXC6fsRjAAAL/AAACSBnbHlmmSmYCAAAH5wAAhq0aGVhZBPQ8xwAAADQAAAANmhoZWEIXgZgAAAArAAAACRobXR4fAf+igAAAYAAAAp8bG9jYQLe3VgAABUcAAAKgG1heHADxQHHAAABCAAAACBuYW1lc0cOBgACOlAAAAIlcG9zdO3MxagAAjx4AAAlXQABAAAEAAAAAFwEAP/A/8AEQAABAAAAAAAAAAAAAAAAAAACnwABAAAAAQAANDDgtV8PPPUACwQAAAAAANhY1w8AAAAA2FjXD//A/+QEQAQcAAAACAACAAEAAAAAAAEAAAKfAbsAHAAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABADpDtCgQAAAAAXAQcABwAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQA/94EAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAD/5AQA/+QEAAAABAD/5AQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAD/wAQAAAAEAAAABAAAAAQAAAAEAAAABAD/wAQAAAAEAP/ABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/ABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAA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AGAAYQBjAGQAZQBmAGcAaABpAGoAawBsAG0AbgBvAHAAcQByAHMAdAB1AHYAdwB4AHkAegB7AHwAfQIVAH4CFgB/AIAAgQCCAIMAhACFAIYAhwCIAIkAigCLAIwAjQCOAI8AkACtAK4ArwCRAJIAkwCUAJUAsACxALIAswCWAJcAmAC0ALUAmQCaAJsAnACdAJ4AnwCgAKEAtgCiAKMApAClALcAuAC5AKYApwCoALoAuwCpAKoAqwCsALwAvQC+ATsBPAE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJAEAAQQBCAEMARABFAEYARwBIAEkASgBLAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIBYwFkAWUBZgFnAWgBaQFqAWsBbAFtAW4BbwFwAXEBcgFzAXQBdQF2AXcBeAF5AXoBewF8AX0BfgF/AYABgQGCAYMBhAGFAYYBhwGIAYkBigGLAYwBjQGOAY8BkAGRAZIBkwGUAZUBlgGXAZgBmQGaAZsBnAGdAZ4BnwGgAaEBogGjAaQBpQGmAacBqAGpAaoBqwGsAa0BrgGvAbABsQGyAbMBtAG1AbYBtwG4AbkBugG7AbwBvQG+Ab8BwAHBAcIBwwHEAcUBxgHHAcgByQHKAcsBzAHNAc4BzwHQAdEB0gHTAdQB1QHWAdcB2AHZAdoB2wHcAd0B3gHfAeAB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgICAwIEAgUCBgIHAggCCQIKAgsCDAINAg4CDwIQAhECEgITAhQCIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AjwCPQI+Aj8CQAJBAkICQwJEAkUCRgJHAkgCSQJKAksCTAJNAk4CTwJQAlECUgJTAlQCVQJWAlcCWAJZAloCWwJcAl0CXgJfAmACYQJiAmMCZAJlAmYCZwJoAmkCagJrAmwCbQJuAm8CcAJxAnICcwJ0AnUCdgJ3AngCeQJ6AnsCfAJ9An4CfwKAAoECggKDAoQChQKGAocCiAKJAooCiwKMAo0CGQIaAhsCHAIdAh4CHwIgAiECjwKQApECkgKZApoCmwKcAp0CngAAAAAAAAAAAAACEAAABHAAAAToAAAFqAAABiAAAAcIAAAHYAAAB8wAAAjgAAAJEAAACVgAAAm4AAAJ5AAACwgAAA0YAAANPAAADuQAABCMAAAQ1AAAEXAAABGMAAAR1AAAEhwAABJgAAASpAAAEuwAABM0AAATdAAAE7gAABU4AAAXAAAAGDwAABn0AAAcgAAAHdQAAB/kAAAjWAAAJDwAACYYAAAmrAAAJ3wAACf8AAAp9AAALFQAAC08AAAuOAAALqwAAC8EAAAw9AAAMygAADWcAAA2YAAAOlgAADs4AAA9tAAAPkwAAECQAABCvAAAROQAAEhMAABKPAAATYAAAFAIAABRgAAAUpgAAFU0AABW3AAAWCAAAFrgAABdAAAAXqgAAGHUAABjiAAAZlAAAGeUAABoGAAAaZAAAGpgAABq0AAAaygAAGuYAABr3AAAbNwAAG0MAABtkAAAbtAAAG8IAABvRAAAcJgAAHDEAABySAAAcswAAHL8AABzOAAAc3AAAHQcAAB0RAAAdHAAAHSMAAB0qAAAdNQAAHTwAAB2qAAAdsQAAHb4AAB3KAAAd2wAAHeUAAB3sAAAd8wAAHhkAAB4vAAAeOgAAHkcAAB5QAAAeVwAAHmMAAB5uAAAeeAAAHoUAAB6UAAAeqQAAHrcAAB7FAAAe+gAAHwQAAB8RAAAfGwAAHyYAAB8xAAAfgQAAH4gAAB+PAAAfpQAAH68AAB/eAAAgDgAAIB8AACApAAAgMQAAIDsAACCpAAAgswAAIMEAACECAAAhCQAAITwAACFNAAAhcgAAIYMAACGvAAAhugAAIgEAACKbAAAipwAAIrMAACMYAAAjWgAAI2UAACNsAAAjcwAAI70AACRGAAAksgAAJL4AACTFAAAlMQAAJTgAACVaAAAlpQAAJikAACY3AAAmdQAAJrcAACc2AAAnUwAAJ5kAACemAAAnsQAAKAAAACgiAAAocwAAKLoAAClFAAApxAAAKgwAACoWAAAqIwAAKpcAACq/AAArPQAAK6wAACvPAAAsHwAALK4AACy6AAAtJgAALTEAAC1DAAAtTQAALWYAAC31AAAuPwAALo0AAC6eAAAuqQAALrQAAC7SAAAu9QAALzgAAC9bAAAvfgAAL8AAAC/jAAAv7gAAL/kAADAcAAAwIwAAMC0AADA4AAAwRAAAMEsAADBVAAAwZwAAMIcAADEXAAAxaAAAMfEAADKdAAAzFgAAMywAADOBAAAznAAAM7YAADPTAAAz8QAANKIAADTzAAA1RwAANd4AADZ4AAA2zAAANvIAADcTAAA3xgAAOBsAADhRAAA4hQAAOKEAADi9AAA4+AAAOT0AADmLAAA5qwAAOfcAADoWAAA6NQAAOkIAADpPAAA6XAAAOnwAADqQAAA6pQAAOrkAADrLAAA7JQAAOzUAADtEAAA7dgAAO50AADuuAAA7wgAAPBYAADwlAAA8vAAAPMUAADz/AAA9DAAAPR8AAD07AAA9dQAAPYcAAD3EAAA+OwAAPugAAD8HAAA/SAAAP7AAAEA/AABAawAAQI8AAECdAABArgAAQRcAAEElAABBOAAAQcMAAEHsAABCEgAAQkwAAEKLAABCmgAAQsMAAELkAABC8gAAQv4AAEMIAABDTQAAQ2EAAENxAABDfwAAQ5AAAERmAABE6QAARRMAAEU9AABFSwAARVQAAEVnAABFcQAARY0AAEXjAABF7wAARgEAAEYSAABGJwAARjwAAEZXAABGpAAARrIAAEbNAABG6QAARv4AAEcaAABHNAAAR1EAAEdgAABHfQAAR5EAAEemAABHwAAAR/0AAEgJAABIIgAASC4AAEg4AABIQgAASEgAAEhOAABIVQAASFwAAEiBAABIpgAASLIAAEjYAABI5wAASPwAAEkbAABJMQAAST4AAEm5AABJ4AAASfAAAEo4AABKugAAStkAAEsiAABLTwAAS3gAAEu8AABL4gAAS/MAAEwYAABMWAAATGkAAEzDAABM6AAATPsAAE1yAABNrAAATf4AAE4XAABORgAATlYAAE5+AABOkQAATqEAAE7IAABPNAAAT0wAAE+CAABQFAAAUK0AAFC9AABQzAAAUN0AAFD1AABRLwAAUa8AAFIhAABSLQAAUn8AAFKOAABSpAAAUrEAAFLBAABS4AAAUu0AAFMWAABTKgAAUzYAAFNyAABTwQAAU+gAAFP3AABUHQAAVCsAAFTEAABU8QAAVUsAAFV5AABVswAAVcwAAFXfAABWBAAAVjoAAFZpAABWpgAAVs0AAFbdAABW/AAAVwwAAFeDAABXlgAAV7sAAFffAABX8AAAWBUAAFgyAABYXwAAWIEAAFipAABZOQAAWV4AAFluAABZfwAAWZUAAFm1AABaGgAAWikAAFrgAABbFgAAW1YAAFt3AABbxgAAW+IAAFw2AABcigAAXJ8AAFy1AABdDwAAXR8AAF0tAABdSgAAXY8AAF2tAABeEwAAXiEAAF4xAABeUgAAXqYAAF63AABfBwAAXxQAAF9MAABfcgAAX4MAAF/KAABf5AAAX/0AAGAMAABgXQAAYGwAAGC8AABhEQAAYR0AAGFMAABhwwAAYd8AAGH6AABiEAAAYk8AAGJeAABiewAAYoIAAGLTAABjJwAAY0sAAGPkAABj9AAAZBAAAGQnAABkNgAAZFEAAGRfAABkawAAZIIAAGSRAABkrAAAZNsAAGT6AABlWgAAZjUAAGZIAABmgQAAZo4AAGapAABmvAAAZsUAAGbXAABnEgAAZ0cAAGdZAABnyQAAZ+QAAGg7AABoRgAAaLMAAGi9AABoxwAAaNIAAGjdAABpuAAAac8AAGo7AABqUAAAaowAAGq0AABqvgAAaskAAGrxAABrPgAAa6AAAGvMAABr1AAAbFgAAG0iAABtMwAAbYEAAG2mAABt/gAAbjsAAG6EAABumQAAbwUAAG+BAABwAgAAcD4AAHCWAABwwAAAcPMAAHEbAABxNAAAcUUAAHGfAABx5wAAcfUAAHJcAABydQAAcoIAAHKmAAByvgAAcxsAAHMyAABzUAAAc6EAAHOvAABzuQAAc8QAAHPSAAB0XwAAdPAAAHT/AAB1LgAAdcQAAHaNAAB2ngAAdrMAAHb9AAB3DQAAd3cAAHfGAAB3+wAAeGcAAHisAAB5EgAAeXcAAHoiAAB6SwAAeooAAHqaAAB6uAAAeskAAHsBAAB7UQAAe18AAHvcAAB7+gAAfAcAAHxSAAB8aAAAfMMAAHztAAB9CwAAfToAAH1IAAB9UgAAfV0AAH1rAAB9+AAAfokAAH6XAAB+vgAAf0IAAH9vAAB/fAAAgCEAAIBqAACAeQAAgLYAAIDwAACBAwAAgW8AAIGsAACCBwAAgkUAAIKhAACCygAAguwAAIMUAACDGwAAgy0AAINRAACDiwAAg5kAAIQAAACEBwAAhBQAAIQ5AACEUQAAhK4AAITFAACE2QAAhUYAAIVoAACFoQAAha8AAIXiAACF+QAAhgwAAIYfAACGNgAAhkkAAIZgAACGagAAhnsAAIaFAACGlgAAhqAAAIatAAHAAAAAAPU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BAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwL+fwECAgQFBgcHCAkKCgoLDAwMCwsLCgkJCAgGBgUEAwICAwQFBgYICAkJCgsLCwwMDAsKCgoJCAcHBgUEAgIBgAIDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMC/n8BAgIEBQYHBwgJCgoKCwwMDAsLCwoJCQgIBgYFBAMCAgMEBQYGCAgJCQoLCwsMDAwLCgoKCQgHBwYFBAICAYACAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAv5/AQICBAUGBwcICQoKCgsMDAwLCwsKCQkICAYGBQQDAgIDBAUGBggICQkKCwsLDAwMCwoKCgkIBwcGBQQCAn8LDAsLCgkJCAgGBgUEAwEBAQEDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMBAQEBAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMAXUMCwsLCgoICQcHBQUEAwICAwQFBQcHCQgKCgsLCwwMCwsLCgoICQcHBQUEAwICAwQFBQcHCQgKCgsLCwwMCwsLCgoICQcHBQUEAwICAwQFBQcHCQgKCgsLCwwMCwsLCgoICQcHBQUEAwICAwQFBQcHCQgKCgsLCwF1DAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwEBAQEDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMBAQEBAwQFBgYICAkJCgsLDAAAAAgAAAAAA+cD9AA/AEMAkgCWAJoAngCiANAAAAEPDisBLw09AT8NOwEfDSUVIzUlDwQnIw8CFR8CDwEfAQ8CHwMzNx8HMz8HFzM/Ay8CPwEvAT8BPQEvAg8BLwcjDwIlFSM1JRUjNSMVIzUjFSM1JxEVHwYhJz0BMz8CIzUzFT8BNTMVHwERLwchDwYDIAEBAgIEAwUEBgYGBgcHCAcICAcHBgYGBQUF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/D/8P/w/P/w//D/8P/wQAkkEBAMDAgEBAgIDAgQEBAUFBQwNDgYHBQYFBAQEAwMBAgEBAwIDAwQEBQUFBg0ODQYGBgX/AAQEAwMCAQECAgMCBAQEBQUFDA0OBgcFBgUEBAQDAwECAQEDAgMDBAQFBQUGDQ4NBgYGBQJgvb0/P/2pQvlB/aw/vb0/AYK9vb29vb3+hn5+fn5+fgI3qwQFBgYGBgcODQYFBQQFBAMDAgMBAQECAwMEBAQFBgUHBg4ODAUFBQQEAwMCAgIDAQMDBPgEBQYGBgYHDg0GBQUEBQQDAwIDAQEBAgMDBAQEBQYFBwYODgwFBQUEBAMDAgICAwEDAwRwP34BO/6GAXp+P35+P34AAAgAAAAAAuADwAAvAF8AjwC/AO8BHwFPAX8AACUVHwk7AT8JPQEvCSsBDwkFFR8JOwE/CT0BLwkrAQ8JJRUfCTsBPwk9AS8JKwEPCQUVHwk7AT8JPQEvCSsBDwklFR8JOwE/CT0BLwkrAQ8JBRUfCTsBPwk9AS8JKwEPCSUVHwk7AT8JPQEvCSsBDwkFFR8JOwE/CT0BLwkrAQ8JAmABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAf7AAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBQAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIB/sABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQFAAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgH+wAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAUABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAf7AAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgGABwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYG+QcGBgYLCQgGAgIB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ATsBPAE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIBYwFkAWUBZgFnAWgBaQFqAWsBbAFtAW4BbwFwAXEBcgFzAXQBdQF2AXcBeAF5AXoBewF8AX0BfgF/AYABgQGCAYMBhAGFAYYBhwGIAYkBigGLAYwBjQGOAY8BkAGRAZIBkwGUAZUBlgGXAZgBmQGaAZsBnAGdAZ4BnwGgAaEBogGjAaQBpQGmAacBqAGpAaoBqwGsAa0BrgGvAbABsQGyAbMBtAG1AbYBtwG4AbkBugG7AbwBvQG+Ab8BwAHBAcIBwwHEAcUBxgHHAcgByQHKAcsBzAHNAc4BzwHQAdEB0gHTAdQB1QHWAdcB2AHZAdoB2wHcAd0B3gHfAeAB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgECAgIDAgQCBQIGAgcCCAIJAgoCCwIMAg0CDgIPAhACEQISAhMCFAIVAhYCFwIYAhkCGgIbAhwCHQIeAh8CIAIhAiICIwIkAiUCJgInAigCKQIqAisCLAItAi4CLwIwAjECMgIzAjQCNQI2AjcCOAI5AjoCOwI8Aj0CPgI/AkACQQJCAkMCRAJFAkYCRwJIAkkCSgJLAkwCTQJOAk8CUAJRAlICUwJUAlUCVgJXAlgCWQJaAlsCXAJdAl4CXwJgAmECYgJjAmQCZQJmAmcCaAJpAmoCawJsAm0CbgJvAnACcQJyAnMCdAJ1AnYCdwJ4AnkCegJ7AnwCfQJ+An8CgAKBAoICgwKEAoUChgKHAogCiQKKAosCjAKNAo4CjwKQApECkgKTApQClQKWApcCmAKZApoCmwKcAp0CngKfAqACoQKiAqMCpAKlAqYCpwKoAqkCqgKrAqwCrQKuAq8CsAKxArICswK0ArUCtgK3ArgCuQK6ArsCvAK9Ar4CvwLAAsECwgLDAsQCxQLGAscCyALJAsoCywLMAs0CzgLPAtAC0QLSAtMC1ALVAtYC1wLYAtkC2gLbAtwC3QLeAt8C4ALhAuIC4wLkAuUC5gLnAugC6QLqAusC7ALtAu4C7wLwAvEC8gLzAvQC9QL2AvcC+AL5AvoC+wL8Av0C/gL/AwADAQMCAwMDBAMFAwYDBwMIAwkDCgMLAwwDDQMOAw8DEAMRAxIDEwMUAxUDFgMXAxgDGQMaAxsDHAMdAx4DHwMgAyEDIgMjAyQDJQMmAycDKAMpAyoDKwMsAy0DLgMvAzADMQMyAzMDNAM1AzYDNwM4AzkDOgM7AzwDPQM+Az8DQANBA0IDQwNEA0UDRgNHA0gDSQNKA0sDTANNA04DTwNQA1EDUgNTA1QDVQNWA1cDWANZA1oDWwNcA10DXgNfA2ADYQNiA2MDZANlA2YDZwNoA2kDagNrA2wDbQNuA28DcANxA3IDcwN0A3UDdgN3A3gDeQN6A3sDfAN9A34DfwOAA4EDggODA4QDhQOGA4cDiAOJA4oDiwOMA40DjgOPA5ADkQOSA5MDlAOVA5YDlwOYA5kDmgObA5wDnQOeA58DoAAKUGRmX0V4cG9ydApDU1ZfRXhwb3J0DEV4Y2VsX0V4cG9ydAxCVF9EYXRlcmFuZ2UMRlRfRGF0ZXJhbmdlDE1UX0RhdGVyYW5nZQ1NVF9FeGNlbGNsZWFyDUZUX0V4Y2VsY2xlYXINQlRfRXhjZWxjbGVhcg5NVF9FeGNlbGZpbHRlcg5GVF9FeGNlbGZpbHRlcg5CVF9FeGNlbGZpbHRlcgxCdWxsZXRfQXJyb3cNQnVsbGV0X0NpcmNsZQVOb25lMgtCdWxsZXRfVGljaxFCb3JkZXJfRGlhZ29uYWxVcBNCb3JkZXJfRGlhZ29uYWxEb3duDUJ1bGxldF9GbG93ZXIKQnVsbGV0X0RvdA1CdWxsZXRfU3F1YXJlDU1UX1JpZ2h0QXJyb3cNRlRfUmlnaHRBcnJvdwxNVF9MZWZ0QXJyb3cMRlRfTGVmdEFycm93DE1UX0Rvd25BcnJvdwxGVF9Eb3duQXJyb3cKTVRfVXBhcnJvdwpGVF9VcGFycm93DU1UX1JlY3VycmVuY2UNRlRfUmVjdXJyZW5jZRNNVF9SZWN1cnJlbmNlRWRpdGVkE0ZUX1JlY3VycmVuY2VFZGl0ZWQLTVRfTG9jYXRpb24OTVRfRGVzY3JpcHRpb24LTVRfVGltZXpvbmULRlRfTG9jYXRpb24ORlRfRGVzY3JpcHRpb24LRlRfVGltZXpvbmUIRlRfVG9kYXkITVRfVG9kYXkLRlRfV29ya1dlZWsIQlRfVG9hZHkOTVRfTW9udGhBZ2VuZGELTVRfV29ya3dlZWsLTVRfV2Vla1ZpZXcJRlRfQWdlbmRhCkZUX0RheVZpZXcKQlRfRGF5VmlldwtCVF9Xb3JrV2VlawlCVF9BZ2VuZGEKTVRfRGF5Vmlldw5CVF9Nb250aEFnZW5kYQ1NVF9BZ2VuZGFWaWV3DkZUX01vbnRoQWdlbmRhC0ZUX1dlZWtWaWV3C0JUX1dlZWtWaWV3C01UX0RhdGVUaW1lC0ZUX0RhdGVUaW1lC0JUX0RhdGVUaW1lC01UX1Jlc291cmNlC0ZUX1Jlc291cmNlC0JUX1Jlc291cmNlDk1UX1RpbWVMaW5lRGF5DkZUX1RpbWVMaW5lRGF5DkJUX1RpbWVMaW5lRGF5D01UX1RpbWVMaW5lV2Vlaw9GVF9UaW1lTGluZVdlZWsPQlRfVGltZUxpbmVXZWVrE01UX1RpbWVMaW5lV29ya1dlZWsTRkJfVGltZUxpbmVXb3JrV2VlaxNCVF9UaW1lTGluZVdvcmtXZWVrEE1UX1RpbWVMaW5lTW9udGgQQlRfVGltZUxpbmVNb250aBBGVF9UaW1lTGluZU1vbnRoCHRhYmxlLTAyBGNvcHkIdGgtc21hbGwHc2F2ZS0wMgphbGlnbi1sZWZ0B2VkaXQtMDYIY2xvc2Utd2YLd29yZC1leHBvcnQKYWRkLW5ldy0wMQpwcmludGVyLTAyC2Nyb3NzLWNsb3NlBmZpbHRlcgRwbHVzBWNsb3NlDWNoZWNrLW1hcmstMDEKcHJpbnRlci0wMQdlZGl0LTA0B2FkZC1uZXcIY2xvc2UtMDEQY2hldnJvbi1yaWdodC0wMQphcnJvdy1sZWZ0DGNoZXZyb24tbGVmdBFGVF9Ecm9wZG93bl9BcnJvdw9hcnJvd2hlYWQtdXAtMDERYXJyb3doZWFkLWRvd24tMDENY2hldnJvbi1yaWdodAxhcnJvd2hlYWQtdXAGcmVsb2FkDmFycm93aGVhZC1kb3duDWFycm93LWRvd24tMDILYXJyb3ctdXAtMDEJZGVsZXRlLTA2E2Fycm93LWhlYWQtcmlnaHQtMDIPYXJyb3doZWFkLXJpZ2h0DmFycm93aGVhZC1sZWZ0C2Fycm93LXJpZ2h0CWRlbGV0ZS0wNQxkb3duLWFycm93LTEMY2hldnJvbi1kb3duEmFycm93LXNhbnMtbGVmdC0wMRNhcnJvdy1zYW5zLXJpZ2h0LTAxDWFyb293LWxlZnQtMDEQY2hldnJvbi1yaWdodC0wMwp1cC1hcnJvdy0xEG5hdmlnYXRpb24tcmlnaHQJU29ydGluZy1tCmVkaXQtaWNvbjENZmlyc3QtcGFnZW5hdgxsc3QtcGFnZS1uYXYHdGVtcC1kdAtCb3R0b20taWNvbgZGaWx0ZXIIVG9wLWljb24Lbnh0LXBnLWljb24LZG93bi1hcnJvdzIHZ3JwLWRlbAhVcC1hcnJvdwpEd24tYXJyb3czCWZsdHItY2FuMglwcmV2LWljb24JR3JvdXBpY29uC1NlbGVjdGlvbi1tD0NsZWFyX2lucHV0XzAwMRFDaGVjYm94X3NlbGVjdGlvbgxJbnRlcm1lZGlhdGUJU2VsZWN0aW9uB0JUX01lbnUNTVRfTGVmdF9BcnJvdwxGQl9GaXJzdHBhZ2UIQlRfTWVudTESTVRfUmlnaHRfQXJyb3dmaWxsB0JUX0VkaXQITVRfQ2xlYXIJQlRfZmlsdGVyCEZCX0NsZWFyB0ZCX1NhdmUOTVRfUmlnaHRfQXJyb3cLQlRfQ2FsZW5kYXIJQlRfU2VhcmNoC0ZCX0JhY2t3YXJkCk1UX0FkZGZsYXQHQlRfU2F2ZQlGQl9EZWxldGUPRkJfQm90dG9tX0Fycm93EkJUX0JvdHRvbWFycm93ZmlsbAxNVF9Cb3R0b21maWwJTVRfcmVtb3ZlCUJUX1JlbG9hZAdGQl9NZW51C01UX0JhY2t3YXJkEU1UX0xlZnRfQXJyb3dmaWxsB01UX01lbnUKRkJfVG9wZmlsbAxCVF9sZWZ0YXJyb3cJQlRfUmVtb3ZlCU1UX1NlYXJjaAtGQl9MYXN0cGFnZQtGQl9DYWxlbmRhcghNVF9tb250aAdCVF90aW1lCU1UX0RlbGV0ZQtCVF9iYWNrd2FyZAhGQl9tZW51MQ9NVF9Cb3R0b21fQXJyb3cKQlRfQWRkZmxhdA5CVF9ib3R0b21hcnJvdwhCVF9DbGVhcgdGQl9FZGl0CUZCX1NlYXJjaAdGQl9UaW1lB01UX1NhdmUNRkJfTGVmdF9BcnJvdwhNVF9tZW51MQlNVF9yZWxvYWQTQlRfQ2hlY2tib3hjb2xsYXBzZQlCVF9EZWxldGUJRkJfcmVtb3ZlDUJUX1JpZ2h0YXJyb3cITVRfQ2xvc2UHTVRfVGltZQpGQl9BZGRmbGF0CUZCX1JlbG9hZA5GQl9SaWdodF9BcnJvdwlGQl9maWx0ZXIJQlRfU2VsZWN0DkNvbHVtbl9jaG9vc2VyCFRyZWV2aWV3CVRyZWV2aWV3MglUcmVldmlldzEJVHJlZXZpZXczDkZUX1RyZWVfZXhwYW5kDk1UX1RyZWVfZXhwYW5kDkJUX1RyZWVfZXhwYW5kA1VwMQROZXh0B05leHRvbmUHUHJldm9uZQRQcmV2CURvd25fU29ydAZGYWJyaWMITWF0ZXJhaWwJQm9vdHN0cmFwDU1hdGVyaWFsX1BsYXkMRmFicmljX1BhdXNlDk1hdGVyaWFsX1BhdXNlC0ZhYnJpY19QbGF5DkJvb3RzdHJhcF9QbGF5D0Jvb3RzdHJhcF9QYXVzZQhGb250VHlwZQ9QYXJhT3B0aW9uZG93bjEKVGV4dFNlYXJjaBdJbnNpZGVIb3Jpem9uZGFsQm9yZGVycwpSZXN0YXJ0QXQxDU9wZW5IeXBlcmxpbmsHQ3V0RGF0YQhDb3B5RGF0YQlUb3BCb3JkZXINRGVsZXRlQ29sdW1ucwpEZWxldGVSb3dzC0luc2VydFJpZ2h0Ckluc2VydExlZnQPUmVtb3ZlSHlwZXJsaW5rFUluc2lkZVZlcnRpY2FsQm9yZGVycwtSaWdodEJvcmRlcg1FZGl0SHlwZXJsaW5rCUh5cGVybGluawtMZWZ0Qm9yZGVycwtEZWxldGVUYWJsZQ9UYWJsZVByb3BlcnRpZXMNQ29weUh5cGVybGluawxCb3R0b21Cb3JkZXIOQ2xpcGJvYXJkUGFzdGURQ29udGludWVOdW1iZXJpbmcLSW5zZXJ0QmVsb3cLSW5zZXJ0QWJvdmUKQm9yZGVyTm9uZQlCb3JkZXJCb3gDQWxsD1RhYmxlQWxpZ25SaWdodAxDdXN0b21Cb3JkZXIOVGFibGVBbGlnbkxlZnQQVGFibGVBbGlnbkNlbnRlcg1MaW5lVmVyeXNtYWxsCkxpbmVub3JtYWwJTGluZXNtYWxsDVBhcmFPcHRpb251cDEKVGV4dEJvdHRvbQpUZXh0Q2VudGVyB1RleHRUb3AOTVRfQ2xlYXJGb3JtYXQQTVRfU3RyaWtldGhyb3VnaAxNVF9VcHBlcmNhc2UKTVRfSnVzdGlmeQhNVF9JbWFnZQlNVF9SZXNpemULTVRfTWluaW1pc2ULTVRfRWRpdExpbmsHTVRfQm9sZAxNVF9BbGlnbkxlZnQGTVRfQ3V0Ek1UX0FsdGVybmF0aXZlVGV4dAdNVF9Db3B5CU1UX1JlbW92ZRFNVF9JbmNyZWFzZUluZGVudAtNVF9DbGVhckFsbAdNVF9VbmRvDU1UX0Z1bGxTY3JlZW4MTVRfVW5kZXJsaW5lEE1UX1Vub3JkZXJlZExpc3QKTVRfUHJldmlldw5NVF9PcmRlcmVkTGlzdAxNVF9Mb3dlcmNhc2UNTVRfUmVtb3ZlTGluawlNVF9ab29tSW4LTVRfT3BlbkxpbmsITVRfUHJpbnQMTVRfRm9udENvbG9yDU1UX0FsaWduUmlnaHQNTVRfQ3JlYXRlTGluawtNVF9WaWV3U2lkZQtNVF9Db2RlVmlldwpNVF9ab29tT3V0Dk1UX1N1cGVyc2NyaXB0B01UX1BhcmEHTVRfUmVkbwhNVF9QYXN0ZQ1NVF9JbnNlcnRDb2RlDE1UX1N1YnNjcmlwdApNVF9EaXNwbGF5Ck1UX1JlcGxhY2UJTVRfSXRhbGljCk1UX0NhcHRpb24STVRfQmFja2dyb3VuZGNvbG9yEU1UX0RlY3JlYXNlSW5kZW50Dk1UX0FsaWduQ2VudGVyC01UX0ZvbnROYW1lCEJUX0Nsb3NlC0RyYWdBbmREcm9wDEZpbHRlckZpZWxkcwpOZXdfQ29sdW1uB05ld19Sb3cDU3VtCEZpbHRlcl9CDUZpbHRlckNsb3NlX0IGU29ydF9CDUZpbHRlckNsb3NlX0YHQ2xvc2VfQgZTb3J0X0YIRmlsdGVyX0YHQ2xvc2VfRg1DbGVhcmZpbHRlcl9CDUNsZWFyZmlsdGVyX00NQ2xlYXJmaWx0ZXJfRgJPawtBbGlnbkJvdHRvbQ5JbnNlcnRSb3dBYm92ZQ5JbnNlcnRSb3dCZWxvdwtBbGlnbkNlbnRlcgxEZWxldGVDb2x1bW4JRGVsZXRlUm93EEluc2VydENvbHVtbkxlZnQIQWxpZ25Ub3ARSW5zZXJ0Q29sdW1uUmlnaHQORWRpdFByb3BlcnRpZXMRVmVydGljYWxBbGlnbm1lbnQJQWRkQ29sdW1uBVN0eWxlCVRiX0RlbGV0ZQZBZGRSb3cGSGVhZGVyDkRvdWJsZVJlc2l6ZV8yDkRvdWJsZVJlc2l6ZV8xDlNpbmdsZVJlc2l6ZV8xDlNpbmdsZVJlc2l6ZV8zDlNpbmdsZVJlc2l6ZV8yDlNpbmdsZVJlc2l6ZV80CEJfRm9vdGVyCEJfSGVhZGVyBUJfTmV3EkJfQWxpZ25DZW50ZXJ0YWJsZRJCX0FsaWduQm90dG9tdGFibGULQl9IaWdobGlnaHQQQl9UYWJsZW9mY29udGVudApCX0Jvb2ttYXJrDEJfU3Ryb2tlU2l6ZQtCX1VuZGVybGluZQ1CX1N1cGVyc2NyaXB0DUJfQWxpZ25jZW50ZXIGQl9SZWRvD0JfU3RyaWtldGhyb3VnaAtCX05VbWJlcmluZwZCX1VuZG8NQl9TdHJva2VTdHlsZQxCX1BhZ2VudW1iZXIHQl9JbWFnZQhCX0l0YWxpYwdCX0Nsb3NlC0JfRm9udENvbG9yBkJfTG9jawxCX0FsaWduUmlnaHQHQl9QcmludBJCX1Nob3dIaWRlcHJvcGVydHkQQl9EZWNyZWFzZUluZGVudAlCX0J1bGxldHMKQl9DbGVhckFsbAZCX0xpbmsGQl9PcGVuB0JfUGFzdGUKQl9Eb3dubG9hZAdCX1RhYmxlEEJfSW5jcmVhc2VJbmRlbnQJQl9KdXN0aWZ5C0JfU3Vic2NyaXB0BkJfQm9sZA1CX0xpbmVzcGFjaW5nEUJfQmFja2dyb3VuZENvbG9yBkJfRmluZAtCX1BhZ2VTZXR1cAtCX0FsaWdubGVmdA9CX0FsaWduVG9wdGFibGUHTV9DbG9zZQ1NX0xpbmVTcGFjaW5nBk1fVW5kbwZNX0ZpbmQGTV9Mb2NrCE1fSXRhbGljBk1fTGluaw1NX0FsaWduQm90dG9tB01fVGFibGUKTV9Eb3dubG9hZAlNX0p1c3RpZnkQTV9UYWJsZU9mQ29udGVudAxNX1N0cm9rZVNpemUMTV9QYWdlTnVtYmVyC01fSGlnaGxpZ2h0BU1fTmV3B01fUGFzdGUGTV9Cb2xkC01fU3Vic2NyaXB0Ck1fQWxpZ25Ub3ASTV9BbGlnbkNlbnRlclRhYmxlC01fRm9udENvbG9yC01fUGFnZVNldHVwDU1fU3Ryb2tlU3R5bGUPTV9TdHJpa2V0aHJvdWdoB01fSW1hZ2UGTV9SZWRvCk1fQm9va21hcmsQTV9JbmNyZWFzZUluZGVudAhNX0hlYWRlchFNX0JhY2tncm91bmRDb2xvcgZNX09wZW4LTV9VbmRlcmxpbmUNTV9TdXBlcnNjcmlwdAtNX0FsaWduTGVmdAtNX051bWJlcmluZw1NX0FsaWduQ2VudGVyCU1fQnVsbGV0cxBNX0RlY3JlYXNlSW5kZW50Ek1fU2hvd0hpZGVQcm9wZXJ0eQdNX1ByaW50DE1fQWxpZ25SaWdodAhNX0Zvb3RlcgpNX0NsZWFyQWxsC1N0cm9rZVN0eWxlCEJvb2ttYXJrB1BpY3R1cmUERmluZA1PdXRzaWRlQm9yZGVyB0p1c3RpZnkFQ2xvc2UORGVjcmVhc2VJbmRlbnQVUGl4ZWxBbGlnbkNlbnRlclRhYmxlD0JhY2tncm91bmRDb2xvcg1GX0FsaWduQm90dG9tCVBhZ2VTZXR1cA5IaWdobGlnaHRDb2xvcgtTdXBlcnNjcmlwdAVUYWJsZQRVbmRvDUZfSW5zZXJ0QmVsb3cLRl9Ub3BCb3JkZXIKUGFnZU51bWJlchBBbGlnbkNlbnRlclRhYmxlDkluY3JlYXNlSW5kZW50BEJvbGQJQWxpZ25MZWZ0BkZvb3Rlcg1GX0luc2VydFJpZ2h0CVVuZGVybGluZQxGX0luc2VydExlZnQETG9jawhGX0hlYWRlcg1TdHJpa2V0aHJvdWdoCENsZWFyQWxsDUZfUmlnaHRCb3JkZXIKQWxpZ25SaWdodARPcGVuClN0cm9rZVNpemUFUHJpbnQNRl9EZWxldGVUYWJsZQlGb250Q29sb3INSW5zaWRlQm9yZGVycwxGX0RlbGV0ZVJvd3MLTGluZVNwYWNpbmcMU2hvd0hpZGVQYW5lFEluc2lkZVZlcnRpY2FsQm9yZGVyCEFsaWduVE9wBFJlZG8ORl9Cb3R0b21Cb3JkZXIDTmV3BVBhc3RlB0J1bGxldHMEQ2VsbA9GX0RlbGV0ZUNvbHVtbnMKQWxsQm9yZGVycwlTdWJzY3JpcHQIRG93bmxvYWQOVGFibGVPZkNvbnRlbnQGSXRhbGljFkluc2lkZUhvcml6b25kYWxib3JkZXINRl9MZWZ0Qm9yZGVycwlOdW1iZXJpbmcETGluaw1GX0FsaWduQ2VudGVyDUZfSW5zZXJ0QWJvdmULTV9QYWdlQnJlYWsHQl9CcmVhaw5NX1NlY3Rpb25CcmVhawhCX1VwbG9hZAhNX1VwbG9hZAtCX1BhZ2VCcmVhawdNX0JyZWFrDkJfU2VjdGlvbkJyZWFrB0F1dG9GaXQQRml4ZWRDb2x1bW5XaWR0aA1BdXRvRml0V2luZG93C0RyYWdhbmREcm9wEUJfTmV3X0ZpbHRlckNsZWFyEkZfTmV3X0ZpbHRlckFjdGl2ZQtGX05ld19TaWdtYRFGX05ld19GaWx0ZXJDbGVhcgxGX05ld19Db2x1bW4MQl9OZXdfRmlsdGVyCUZfTmV3X1JvdxJCX05ld19GaWx0ZXJBY3RpdmUSTV9OZXdfRmlsdGVyQWN0aXZlDEZfTmV3X0ZpbHRlcg9Cb290c3RyYXBfTW9yZTIPQm9vdHN0cmFwX01vcmUxDEZhYnJpY19Nb3JlMgxGYWJyaWNfTW9yZTEOTWF0ZXJpYWxfTW9yZTIMQm9vdHN0cmFwX1VQCUZhYnJpY19VUA5Cb290c3RyYXBfRG93bgtGYWJyaWNfRG93bg5Sb3dEcmFnYW5kRHJvcAtSb3dEcmFnTW92ZQdHcmlwcGVyBlJlc2l6ZQlCX1BWX09wZW4OQl9QVl9GaXJzdHBhZ2UNQl9QVl9QcmV2aW91cwlCX1BWX05leHQNQl9QVl9MYXN0cGFnZQxCX1BWX1pvb21vdXQLQl9QVl9ab29taW4NQl9QVl9Eb3dubG9hZA1CX1BWX0Jvb2ttYXJrC0JfUFZfU2VhcmNoE0JfUFZfVGV4dEFubm90YXRpb24KQl9QVl9DbG9zZQxCX1BWX0NvbW1lbnQJQl9QVl9TYXZlDkJfUFZfQWxpZ25sZWZ0DUJfUFZfRnJlZWhhbmQJQl9QVl9VbmRvDkJfUFZfSGlnaGxpZ2h0CUJfUFZfTW9yZQ5CX1BWX1VuZGVybGluZRJCX1BWX1N0cmlrZXRocm91Z2gKQl9QVl9QYWludAhCX1BWX1BhbgxCX1BWX09wYWNpdHkLQl9QVl9EZWxldGULQl9QVl9DdXJzb3IPQl9QVl9SaWdodGFycm93EEJfUFZfU3Ryb2tlY29sb3IKQl9QVl9QcmludAlCX1BWX1JlZG8JQl9QVl9Gb250C0JfUFZfU2hhcGVzDkJfUFZfbGVmdGFycm93EUJfUFZfU3Ryb2tld2VpZ2h0E0JfUFZfQW5ub3RhdGlvbkVkaXQOQl9QVl9UaHVtYm5haWwKQl9QVl9TdGFtcA5CX1BWX1BhZ2VicmVhaw9CX1BWX1NpbmdsZXBhZ2UJRl9QVl9PcGVuDkZfUFZfRmlyc3RQYWdlDUZfUFZfUHJldmlvdXMJRl9QVl9OZXh0DUZfUFZfTGFzdFBhZ2UMRl9QVl9ab29tb3V0C0ZfUFZfWm9vbWluDUZfUFZfRG93bmxvYWQNRl9QVl9Cb29rbWFyawtGX1BWX1NlYXJjaBJGX1BWX1RleHRhbm5vdGFpb24KRl9QVl9DbG9zZQxGX1BWX0NvbW1lbnQJRl9QVl9TYXZlDkZfUFZfQWxpZ25sZWZ0DUZfUFZfRnJlZWhhbmQJRl9QVl9VbmRvDkZfUFZfSGlnaGxpZ2h0CUZfUFZfTW9yZQ5GX1BWX1VuZGVybGluZRJGX1BWX1N0cmlrZXRocm91Z2gKRl9QVl9QYWludAhGX1BWX1BhbgxGX1BWX09wYWNpdHkLRl9QVl9EZWxldGULRl9QVl9jdXJzb3IPRl9QVl9yaWdodGFycm93EEZfUFZfU3Ryb2tlY29sb3IKRl9QVl9QcmludAlGX1BWX1JlZG8JRl9QVl9Gb250C0ZfUFZfU2hhcGVzDkZfUFZfbGVmdGFycm93EUZfUFZfU3Ryb2tld2VpZ2h0E0ZfUFZfQW5ub3RhdGlvbkVkaXQORl9QVl9UaHVtYm5haWwKRl9QVl9TdGFtcA5GX1BWX1BhZ2VCcmVhaw9GX1BWX1NpbmdsZVBhZ2UJTV9QVl9PcGVuDk1fUFZfRmlyc3RwYWdlDU1fUFZfUHJldmlvdXMJTV9QVl9OZXh0DU1fUFZfTGFzdHBhZ2UMTV9QVl9ab29tb3V0C01fUFZfWm9vbWluDU1fUFZfRG93bmxvYWQNTV9QVl9Cb29rbWFyawtNX1BWX1NlYXJjaBNNX1BWX1RleHRBbm5vdGF0aW9uCk1fUFZfQ2xvc2UMTV9QVl9Db21tZW50CU1fUFZfU2F2ZQ5NX1BWX0FsaWduTGVmdA1NX1BWX0ZyZWVoYW5kCU1fUFZfVW5kbw5NX1BWX0hpZ2hsaWdodAlNX1BWX01vcmUOTV9QVl9VbmRlcmxpbmUSTV9QVl9TdHJpa2V0aHJvdWdoCk1fUFZfUGFpbnQITV9QVl9QYW4MTV9QVl9PcGFjaXR5C01fUFZfRGVsZXRlC01fUFZfQ3Vyc29yD01fUFZfUmlnaHRBcnJvdxBNX1BWX1N0cm9rZWNvbG9yCk1fUFZfUHJpbnQJTV9QVl9SZWRvDk1fUFZfRm9udGNvbG9yC01fUFZfU2hhcGVzDk1fUFZfTGVmdEFycm93EU1fUFZfU3Ryb2tld2VpZ2h0Ek1fUFZfQW5ub3RhaW9uRWRpdA5NX1BWX1RodW1ibmFpbApNX1BWX1N0YW1wDk1fUFZfUGFnZWJyZWFrEE1fUFZfTmV3RG9jdW1lbnQPR3JpcHBlcl9GbGlwcGVkB0ZfQnJlYWsKRl9OZXh0UGFnZRRGX1NlbGVjdGZyb21Db21wdXRlcgtGX1BhZ2VCcmVhawhGX0V4cGFuZApGX0NvbGxhcHNlCkJfQ29sbGFwc2UIQl9FeHBhbmQKTV9Db2xsYXBzZQhNX0V4cGFuZAdNRV9UaWNrCE1FX0Nsb3NlB0ZFX1RpY2sIRkVfQ2xvc2UHQkVfVGljawhCRV9DbG9zZQAAAAAA") format("truetype")
}

.e-icons {
    font-family: e-icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none
}

/*! common core */
.e-control,.e-css,.e-error {
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;
    font-size: 12px;
    font-weight: 400
}

.e-error {
    color: #f44336
}

.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
}

.e-overlay {
    background-color: #383838;
    filter: alpha(opacity=50);
    height: 100%;
    opacity: .5;
    pointer-events: none;
    touch-action: none;
    width: 100%
}

.e-hidden {
    display: none
}

.e-disabled {
    background-image: none;
    cursor: default;
    filter: alpha(Opacity=35);
    opacity: .35
}

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

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

.e-warning {
    color: #ffca1c
}

.e-success {
    color: #22b24b
}

.e-information {
    color: #489bd5
}

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

/*! responsive desktop */
@media screen and (min-width: 961px) {
    .ts {
        border:0
    }
}

@media screen and (min-width: 1025px) {
    .ts {
        border:0
    }
}

@media screen and (min-width: 1281px) {
    .ts {
        border:0
    }
}

/*! responsive phone */
@media screen and (min-width: 320px) {
    .ts {
        border:0
    }
}

/*! responsive tablet */
@media (min-width: 481px) {
    .ts {
        border:0
    }
}

@media (min-width: 641px) {
    .ts {
        border:0
    }
}

/*! animation keyframes */
@keyframes SlideLeftOut {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

@keyframes SlideLeftIn {
    0% {
        transform: translate(-100%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes SlideRightIn {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes SlideRightOut {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(100%)
    }
}

@keyframes SlideBottomIn {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes SlideBottomOut {
    0% {
        transform: translate(0)
    }

    to {
        transform: translateY(100%)
    }
}

@keyframes SlideTopIn {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes SlideTopOut {
    0% {
        transform: translate(0)
    }

    to {
        transform: translateY(-100%)
    }
}

@keyframes SlideRight {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes SlideLeft {
    0% {
        width: 100%
    }

    to {
        width: 0
    }
}

@keyframes SlideDown {
    0% {
        height: 0
    }

    to {
        height: 100%
    }
}

@keyframes SlideUp {
    0% {
        height: 100%
    }

    to {
        height: 0
    }
}

@keyframes FadeIn {
    0% {
        filter: alpha(opacity=0);
        opacity: 0
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1
    }
}

@keyframes FadeOut {
    0% {
        filter: alpha(opacity=100);
        opacity: 1
    }

    to {
        filter: alpha(opacity=0);
        opacity: 0
    }
}

@keyframes ZoomIn {
    0% {
        transform: translate(0) scale(0)
    }

    to {
        transform: translate(0) scale(1)
    }
}

@keyframes ZoomOut {
    0% {
        transform: translate(0) scale(1)
    }

    to {
        transform: translate(0) scale(0)
    }
}

@keyframes FadeZoomIn {
    0% {
        filter: alpha(opacity=0);
        opacity: 0;
        transform: scale(0)
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes FadeZoomOut {
    0% {
        filter: alpha(opacity=100);
        opacity: 1;
        transform: scale(1)
    }

    to {
        filter: alpha(opacity=0);
        opacity: 0;
        transform: scale(0)
    }
}

@keyframes FlipRightDownIn {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        filter: alpha(opacity=0);
        opacity: 0;
        transform: perspective(400px) rotateY(180deg);
        transform-origin: center center;
        transform-style: preserve-3d
    }

    50% {
        transform: perspective(700px) rotateY(90deg)
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1;
        transform: rotateY(0deg);
        transform-origin: center center;
        transform-style: preserve-3d
    }
}

@keyframes FlipYLeftOut {
    0% {
        filter: alpha(opacity=100);
        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 {
        filter: alpha(opacity=0);
        opacity: 0;
        transform: rotateY(180deg);
        transform-origin: center center;
        transform-style: preserve-3d
    }
}

@keyframes FlipYRightIn {
    0% {
        filter: alpha(opacity=0);
        opacity: 0;
        transform: perspective(400px) rotateY(-180deg);
        transform-origin: center center;
        transform-style: preserve-3d
    }

    50% {
        transform: perspective(700px) rotateY(-90deg)
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1;
        transform: rotateY(0deg);
        transform-origin: center center;
        transform-style: preserve-3d
    }
}

@keyframes FlipYRightOut {
    0% {
        filter: alpha(opacity=100);
        opacity: 1;
        transform: perspective(400px) rotateY(0deg);
        transform-origin: center center;
        transform-style: preserve-3d
    }

    50% {
        transform: perspective(700px) rotateY(-90deg)
    }

    to {
        filter: alpha(opacity=0);
        opacity: 0;
        transform: rotateY(-180deg);
        transform-origin: center center;
        transform-style: preserve-3d
    }
}

@keyframes FlipXDownIn {
    0% {
        filter: alpha(opacity=0);
        opacity: 0;
        transform: perspective(400px) rotateX(180deg);
        transform-origin: center center;
        transform-style: preserve-3d
    }

    50% {
        transform: perspective(700px) rotateX(90deg)
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1;
        transform: rotateX(0deg);
        transform-origin: center center;
        transform-style: preserve-3d
    }
}

@keyframes FlipXDownOut {
    0% {
        filter: alpha(opacity=100);
        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 {
        filter: alpha(opacity=0);
        opacity: 0;
        transform: rotateX(180deg);
        transform-origin: center center;
        transform-style: preserve-3d
    }
}

@keyframes FlipXUpIn {
    0% {
        filter: alpha(opacity=0);
        opacity: 0;
        transform: perspective(400px) rotateX(-180deg);
        transform-origin: center center;
        transform-style: preserve-3d
    }

    50% {
        transform: perspective(700px) rotateX(-90deg)
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1;
        transform: rotateX(0deg);
        transform-origin: center center;
        transform-style: preserve-3d
    }
}

@keyframes FlipXUpOut {
    0% {
        filter: alpha(opacity=100);
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
        transform-origin: center center;
        transform-style: preserve-3d
    }

    50% {
        transform: perspective(700px) rotateX(-90deg)
    }

    to {
        filter: alpha(opacity=0);
        opacity: 0;
        transform: rotateX(-180deg);
        transform-origin: center center;
        transform-style: preserve-3d
    }
}

.e-ripple,.e-ripple-style {
    overflow: hidden;
    position: relative;
    transform: translateZ(0)
}

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

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

.e-ripple-style:active:after {
    opacity: 1;
    transform: scale(0);
    transition: 0s
}

/*! button layout */
.e-btn,.e-css.e-btn {
    -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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.e-btn:disabled,.e-css.e-btn:disabled {
    cursor: default
}

.e-btn:focus,.e-btn:hover,.e-css.e-btn:focus,.e-css.e-btn:hover {
    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: -.6667em;
    width: 2.25em
}

.e-btn .e-btn-icon.e-icon-right,.e-css.e-btn .e-btn-icon.e-icon-right {
    margin-right: -.6667em;
    width: 2.25em
}

.e-btn .e-btn-icon.e-icon-top,.e-css.e-btn .e-btn-icon.e-icon-top {
    display: block;
    margin-top: 0;
    padding-bottom: 6px;
    width: auto
}

.e-btn .e-btn-icon.e-icon-bottom,.e-css.e-btn .e-btn-icon.e-icon-bottom {
    display: block;
    margin-top: 0;
    padding-top: 6px;
    width: auto
}

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

.e-btn.e-bottom-icon-btn,.e-btn.e-top-icon-btn,.e-css.e-btn.e-bottom-icon-btn,.e-css.e-btn.e-top-icon-btn {
    line-height: 1;
    padding: 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: -.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: -.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: -.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: -.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-bottom-icon-btn,.e-btn.e-small.e-top-icon-btn,.e-css.e-btn.e-small.e-bottom-icon-btn,.e-css.e-btn.e-small.e-top-icon-btn {
    line-height: 1;
    padding: 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: -.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: btn-small-icon-margin
}

.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: -.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: -.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-bottom-icon-btn,.e-small .e-btn.e-bottom-icon-btn,.e-small.e-btn.e-top-icon-btn,.e-small .e-btn.e-top-icon-btn,.e-small.e-css.e-btn.e-bottom-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-top-icon-btn {
    line-height: 1;
    padding: 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
}

.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: -.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: btn-small-icon-margin
}

.e-bigger.e-small.e-btn,.e-bigger.e-small .e-btn,.e-bigger.e-small.e-css.e-btn,.e-bigger.e-small .e-css.e-btn {
    font-size: 14px;
    line-height: 2em;
    padding: 3px 16px 1px
}

.e-bigger.e-small.e-btn .e-btn-icon,.e-bigger.e-small .e-btn .e-btn-icon,.e-bigger.e-small.e-css.e-btn .e-btn-icon,.e-bigger.e-small .e-css.e-btn .e-btn-icon {
    font-size: 12px;
    width: 1em
}

.e-bigger.e-small.e-btn .e-btn-icon.e-icon-left,.e-bigger.e-small .e-btn .e-btn-icon.e-icon-left,.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-left,.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-left {
    margin-left: -1em;
    width: 2.6667em
}

.e-bigger.e-small.e-btn .e-btn-icon.e-icon-right,.e-bigger.e-small .e-btn .e-btn-icon.e-icon-right,.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-right,.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-right {
    margin-right: -1em;
    width: 2.6667em
}

.e-bigger.e-small.e-btn .e-btn-icon.e-icon-top,.e-bigger.e-small .e-btn .e-btn-icon.e-icon-top,.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-top,.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-top {
    padding-bottom: 6px;
    width: auto
}

.e-bigger.e-small.e-btn .e-btn-icon.e-icon-bottom,.e-bigger.e-small .e-btn .e-btn-icon.e-icon-bottom,.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-bottom,.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom {
    padding-top: 6px;
    width: auto
}

.e-bigger.e-small.e-btn.e-icon-btn,.e-bigger.e-small .e-btn.e-icon-btn,.e-bigger.e-small.e-css.e-btn.e-icon-btn,.e-bigger.e-small .e-css.e-btn.e-icon-btn {
    padding: 3px 10px 1px
}

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

.e-bigger.e-small.e-btn.e-round,.e-bigger.e-small .e-btn.e-round,.e-bigger.e-small.e-css.e-btn.e-round,.e-bigger.e-small .e-css.e-btn.e-round {
    height: 2.8572em;
    line-height: 1;
    padding: 0;
    width: 2.8572em
}

.e-bigger.e-small.e-btn.e-round .e-btn-icon,.e-bigger.e-small .e-btn.e-round .e-btn-icon,.e-bigger.e-small.e-css.e-btn.e-round .e-btn-icon,.e-bigger.e-small .e-css.e-btn.e-round .e-btn-icon {
    font-size: 14px;
    line-height: 2.7143em;
    width: auto
}

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

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

.e-bigger.e-btn,.e-bigger .e-btn,.e-bigger.e-css.e-btn,.e-bigger .e-css.e-btn {
    font-size: 14px;
    line-height: 2em;
    padding: 4px 16px 2px
}

.e-bigger.e-btn .e-btn-icon,.e-bigger .e-btn .e-btn-icon,.e-bigger.e-css.e-btn .e-btn-icon,.e-bigger .e-css.e-btn .e-btn-icon {
    font-size: 12px;
    width: 1em
}

.e-bigger.e-btn .e-btn-icon.e-icon-left,.e-bigger .e-btn .e-btn-icon.e-icon-left,.e-bigger.e-css.e-btn .e-btn-icon.e-icon-left,.e-bigger .e-css.e-btn .e-btn-icon.e-icon-left {
    margin-left: -1em;
    width: 3em
}

.e-bigger.e-btn .e-btn-icon.e-icon-right,.e-bigger .e-btn .e-btn-icon.e-icon-right,.e-bigger.e-css.e-btn .e-btn-icon.e-icon-right,.e-bigger .e-css.e-btn .e-btn-icon.e-icon-right {
    margin-right: -1em;
    width: 3em
}

.e-bigger.e-btn .e-btn-icon.e-icon-top,.e-bigger .e-btn .e-btn-icon.e-icon-top,.e-bigger.e-css.e-btn .e-btn-icon.e-icon-top,.e-bigger .e-css.e-btn .e-btn-icon.e-icon-top {
    padding-bottom: 8px;
    width: auto
}

.e-bigger.e-btn .e-btn-icon.e-icon-bottom,.e-bigger .e-btn .e-btn-icon.e-icon-bottom,.e-bigger.e-css.e-btn .e-btn-icon.e-icon-bottom,.e-bigger .e-css.e-btn .e-btn-icon.e-icon-bottom {
    padding-top: 8px;
    width: auto
}

.e-bigger.e-btn.e-icon-btn,.e-bigger .e-btn.e-icon-btn,.e-bigger.e-css.e-btn.e-icon-btn,.e-bigger .e-css.e-btn.e-icon-btn {
    padding: 4px 11px 2px
}

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

.e-bigger.e-btn.e-round,.e-bigger .e-btn.e-round,.e-bigger.e-css.e-btn.e-round,.e-bigger .e-css.e-btn.e-round {
    height: 3.7143em;
    line-height: 1;
    padding: 0;
    width: 3.7143em
}

.e-bigger.e-btn.e-round .e-btn-icon,.e-bigger .e-btn.e-round .e-btn-icon,.e-bigger.e-css.e-btn.e-round .e-btn-icon,.e-bigger .e-css.e-btn.e-round .e-btn-icon {
    font-size: 16px;
    line-height: 3.125em;
    width: auto
}

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

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

.e-bigger.e-btn.e-small,.e-bigger .e-btn.e-small,.e-bigger.e-css.e-btn.e-small,.e-bigger .e-css.e-btn.e-small {
    font-size: 14px;
    line-height: 2em;
    padding: 3px 16px 1px
}

.e-bigger.e-btn.e-small .e-btn-icon,.e-bigger .e-btn.e-small .e-btn-icon,.e-bigger.e-css.e-btn.e-small .e-btn-icon,.e-bigger .e-css.e-btn.e-small .e-btn-icon {
    font-size: 12px;
    width: 1em
}

.e-bigger.e-btn.e-small .e-btn-icon.e-icon-left,.e-bigger .e-btn.e-small .e-btn-icon.e-icon-left,.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-left,.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-left {
    margin-left: -1em;
    width: 2.6667em
}

.e-bigger.e-btn.e-small .e-btn-icon.e-icon-right,.e-bigger .e-btn.e-small .e-btn-icon.e-icon-right,.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-right,.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-right {
    margin-right: -1em;
    width: 2.6667em
}

.e-bigger.e-btn.e-small .e-btn-icon.e-icon-top,.e-bigger .e-btn.e-small .e-btn-icon.e-icon-top,.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-top,.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-top {
    padding-bottom: 6px;
    width: auto
}

.e-bigger.e-btn.e-small .e-btn-icon.e-icon-bottom,.e-bigger .e-btn.e-small .e-btn-icon.e-icon-bottom,.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom,.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-bottom {
    padding-top: 6px;
    width: auto
}

.e-bigger.e-btn.e-small.e-icon-btn,.e-bigger .e-btn.e-small.e-icon-btn,.e-bigger.e-css.e-btn.e-small.e-icon-btn,.e-bigger .e-css.e-btn.e-small.e-icon-btn {
    padding: 3px 10px 1px
}

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

.e-bigger.e-btn.e-small.e-round,.e-bigger .e-btn.e-small.e-round,.e-bigger.e-css.e-btn.e-small.e-round,.e-bigger .e-css.e-btn.e-small.e-round {
    height: 2.8572em;
    line-height: 1;
    padding: 0;
    width: 2.8572em
}

.e-bigger.e-btn.e-small.e-round .e-btn-icon,.e-bigger .e-btn.e-small.e-round .e-btn-icon,.e-bigger.e-css.e-btn.e-small.e-round .e-btn-icon,.e-bigger .e-css.e-btn.e-small.e-round .e-btn-icon {
    font-size: 14px;
    line-height: 2.7143em;
    width: auto
}

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

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

/*! button theme */
.e-btn,.e-css.e-btn {
    -webkit-tap-highlight-color: transparent;
    background-color: #fafafa;
    border-color: transparent;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    color: rgba(0,0,0,.87);
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1)
}

.e-btn:hover,.e-css.e-btn:hover {
    background-color: hsla(0,0%,88.6%,.9844)
}

.e-btn:focus,.e-btn:hover,.e-css.e-btn:focus,.e-css.e-btn:hover {
    border-color: transparent;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    color: rgba(0,0,0,.87)
}

.e-btn:focus,.e-css.e-btn:focus {
    background-color: rgba(0,0,0,.18);
    outline: 0 solid #fafafa;
    outline-offset: 0
}

.e-btn:active,.e-css.e-btn:active {
    outline: 0 solid #fafafa;
    outline-offset: 0
}

.e-btn.e-active,.e-btn:active,.e-css.e-btn.e-active,.e-css.e-btn:active {
    background-color: hsla(0,0%,72.2%,.9584);
    border-color: transparent;
    color: rgba(0,0,0,.87);
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-btn:disabled,.e-css.e-btn:disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.26)
}

.e-btn .e-ripple-element,.e-css.e-btn .e-ripple-element {
    background-color: rgba(0,0,0,.24)
}

.e-btn.e-round,.e-css.e-btn.e-round {
    background-color: #fafafa;
    border-color: transparent;
    color: rgba(0,0,0,.87)
}

.e-btn.e-round:hover,.e-css.e-btn.e-round:hover {
    background-color: rgba(0,0,0,.12);
    border-color: rgba(0,0,0,.12);
    color: rgba(0,0,0,.87)
}

.e-btn.e-round:focus,.e-css.e-btn.e-round:focus {
    background-color: rgba(0,0,0,.18);
    border-color: transparent;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    color: rgba(0,0,0,.87);
    outline: 0 solid #fafafa;
    outline-offset: 0
}

.e-btn.e-round:active,.e-css.e-btn.e-round:active {
    background-color: hsla(0,0%,72.2%,.9584);
    border-color: transparent;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    color: rgba(0,0,0,.87);
    outline: 0 solid #fafafa;
    outline-offset: 0
}

.e-btn.e-round:disabled,.e-css.e-btn.e-round:disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.26)
}

.e-btn.e-round.e-danger:focus,.e-btn.e-round.e-info:focus,.e-btn.e-round.e-primary:focus,.e-btn.e-round.e-success:focus,.e-btn.e-round.e-warning:focus,.e-css.e-btn.e-round.e-danger:focus,.e-css.e-btn.e-round.e-info:focus,.e-css.e-btn.e-round.e-primary:focus,.e-css.e-btn.e-round.e-success:focus,.e-css.e-btn.e-round.e-warning:focus {
    outline: 0 solid #fafafa
}

.e-btn.e-primary,.e-css.e-btn.e-primary {
    background-color: #f60;
    border-color: transparent;
    color: #fff
}

.e-btn.e-primary:hover,.e-css.e-btn.e-primary:hover {
    background-color: #ff781f
}

.e-btn.e-primary:focus,.e-btn.e-primary:hover,.e-css.e-btn.e-primary:focus,.e-css.e-btn.e-primary:hover {
    border-color: transparent;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    color: #fff
}

.e-btn.e-primary:focus,.e-css.e-btn.e-primary:focus {
    background-color: #ff8b3d;
    outline: 0 solid #fafafa
}

.e-btn.e-primary:active,.e-css.e-btn.e-primary:active {
    outline: 0 solid #fafafa
}

.e-btn.e-primary.e-active,.e-btn.e-primary:active,.e-css.e-btn.e-primary.e-active,.e-css.e-btn.e-primary:active {
    background-color: #ff9752;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-btn.e-primary:disabled,.e-css.e-btn.e-primary:disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.26)
}

.e-btn.e-primary .e-ripple-element,.e-css.e-btn.e-primary .e-ripple-element {
    background-color: hsla(0,0%,100%,.24)
}

.e-btn.e-success,.e-css.e-btn.e-success {
    background-color: #4d841d;
    border-color: transparent;
    color: #fff
}

.e-btn.e-success:hover,.e-css.e-btn.e-success:hover {
    background-color: #629338
}

.e-btn.e-success:focus,.e-btn.e-success:hover,.e-css.e-btn.e-success:focus,.e-css.e-btn.e-success:hover {
    border-color: transparent;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    color: #fff
}

.e-btn.e-success:focus,.e-css.e-btn.e-success:focus {
    background-color: #78a253
}

.e-btn.e-success.e-active,.e-btn.e-success:active,.e-css.e-btn.e-success.e-active,.e-css.e-btn.e-success:active {
    background-color: #86ab65;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-btn.e-success:disabled,.e-css.e-btn.e-success:disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.26)
}

.e-btn.e-success .e-ripple-element,.e-css.e-btn.e-success .e-ripple-element {
    background-color: hsla(0,0%,100%,.24)
}

.e-btn.e-info,.e-css.e-btn.e-info {
    background-color: #0378d5;
    border-color: transparent;
    color: #fff
}

.e-btn.e-info:hover,.e-css.e-btn.e-info:hover {
    background-color: #2188da
}

.e-btn.e-info:focus,.e-btn.e-info:hover,.e-css.e-btn.e-info:focus,.e-css.e-btn.e-info:hover {
    border-color: transparent;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    color: #fff
}

.e-btn.e-info:focus,.e-css.e-btn.e-info:focus {
    background-color: #3f98df
}

.e-btn.e-info.e-active,.e-btn.e-info:active,.e-css.e-btn.e-info.e-active,.e-css.e-btn.e-info:active {
    background-color: #54a3e2;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-btn.e-info:disabled,.e-css.e-btn.e-info:disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.26)
}

.e-btn.e-info .e-ripple-element,.e-css.e-btn.e-info .e-ripple-element {
    background-color: hsla(0,0%,100%,.24)
}

.e-btn.e-warning,.e-css.e-btn.e-warning {
    background-color: #c15700;
    border-color: transparent;
    color: #fff
}

.e-btn.e-warning:hover,.e-css.e-btn.e-warning:hover {
    background-color: #c86b1f
}

.e-btn.e-warning:focus,.e-btn.e-warning:hover,.e-css.e-btn.e-warning:focus,.e-css.e-btn.e-warning:hover {
    border-color: transparent;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    color: #fff
}

.e-btn.e-warning:focus,.e-css.e-btn.e-warning:focus {
    background-color: #d07f3d
}

.e-btn.e-warning.e-active,.e-btn.e-warning:active,.e-css.e-btn.e-warning.e-active,.e-css.e-btn.e-warning:active {
    background-color: #d58d52;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-btn.e-warning:disabled,.e-css.e-btn.e-warning:disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.26)
}

.e-btn.e-warning .e-ripple-element,.e-css.e-btn.e-warning .e-ripple-element {
    background-color: hsla(0,0%,100%,.24)
}

.e-btn.e-danger,.e-css.e-btn.e-danger {
    background-color: #d64113;
    border-color: transparent;
    color: #fff
}

.e-btn.e-danger:hover,.e-css.e-btn.e-danger:hover {
    background-color: #db582f
}

.e-btn.e-danger:focus,.e-btn.e-danger:hover,.e-css.e-btn.e-danger:focus,.e-css.e-btn.e-danger:hover {
    border-color: transparent;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    color: #fff
}

.e-btn.e-danger:focus,.e-css.e-btn.e-danger:focus {
    background-color: #e06f4c
}

.e-btn.e-danger.e-active,.e-btn.e-danger:active,.e-css.e-btn.e-danger.e-active,.e-css.e-btn.e-danger:active {
    background-color: #e37e5f;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-btn.e-danger:disabled,.e-css.e-btn.e-danger:disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.26)
}

.e-btn.e-danger .e-ripple-element,.e-css.e-btn.e-danger .e-ripple-element {
    background-color: hsla(0,0%,100%,.24)
}

.e-btn.e-flat,.e-css.e-btn.e-flat {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.87)
}

.e-btn.e-flat:hover,.e-css.e-btn.e-flat:hover {
    background-color: rgba(0,0,0,.0348);
    border-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.87)
}

.e-btn.e-flat:focus,.e-css.e-btn.e-flat:focus {
    background-color: rgba(0,0,0,.1044);
    border-color: transparent;
    color: rgba(0,0,0,.87);
    box-shadow: none
}

.e-btn.e-flat.e-active,.e-btn.e-flat:active,.e-css.e-btn.e-flat.e-active,.e-css.e-btn.e-flat:active {
    background-color: rgba(0,0,0,.2088);
    border-color: transparent;
    color: rgba(0,0,0,.87);
    box-shadow: none
}

.e-btn.e-flat:disabled,.e-css.e-btn.e-flat:disabled {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.26)
}

.e-btn.e-flat .e-ripple-element,.e-css.e-btn.e-flat .e-ripple-element {
    background-color: rgba(0,0,0,.12)
}

.e-btn.e-flat.e-primary,.e-css.e-btn.e-flat.e-primary {
    background-color: transparent;
    border-color: transparent;
    color: #f60
}

.e-btn.e-flat.e-primary:hover,.e-css.e-btn.e-flat.e-primary:hover {
    background-color: rgba(255,102,0,.04);
    border-color: transparent;
    color: #f60
}

.e-btn.e-flat.e-primary:focus,.e-css.e-btn.e-flat.e-primary:focus {
    background-color: rgba(255,102,0,.12);
    border-color: transparent;
    color: #f60
}

.e-btn.e-flat.e-primary.e-active,.e-btn.e-flat.e-primary:active,.e-css.e-btn.e-flat.e-primary.e-active,.e-css.e-btn.e-flat.e-primary:active {
    background-color: rgba(255,102,0,.24);
    border-color: transparent;
    color: #f60
}

.e-btn.e-flat.e-primary:disabled,.e-css.e-btn.e-flat.e-primary:disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.26)
}

.e-btn.e-flat.e-primary .e-ripple-element,.e-css.e-btn.e-flat.e-primary .e-ripple-element {
    background-color: rgba(255,102,0,.12)
}

.e-btn.e-flat.e-success,.e-css.e-btn.e-flat.e-success {
    background-color: transparent;
    border-color: transparent;
    color: #4d841d
}

.e-btn.e-flat.e-success:hover,.e-css.e-btn.e-flat.e-success:hover {
    background-color: rgba(77,132,29,.04);
    border-color: transparent;
    box-shadow: none;
    color: #4d841d
}

.e-btn.e-flat.e-success:focus,.e-css.e-btn.e-flat.e-success:focus {
    background-color: rgba(77,132,29,.12);
    border-color: transparent;
    color: #4d841d;
    box-shadow: none
}

.e-btn.e-flat.e-success.e-active,.e-btn.e-flat.e-success:active,.e-css.e-btn.e-flat.e-success.e-active,.e-css.e-btn.e-flat.e-success:active {
    background-color: rgba(77,132,29,.24);
    border-color: transparent;
    color: #4d841d;
    box-shadow: none
}

.e-btn.e-flat.e-success:disabled,.e-css.e-btn.e-flat.e-success:disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    color: rgba(0,0,0,.26)
}

.e-btn.e-flat.e-success .e-ripple-element,.e-css.e-btn.e-flat.e-success .e-ripple-element {
    background-color: rgba(77,132,29,.12)
}

.e-btn.e-flat.e-info,.e-css.e-btn.e-flat.e-info {
    background-color: transparent;
    border-color: transparent;
    color: #0378d5
}

.e-btn.e-flat.e-info:hover,.e-css.e-btn.e-flat.e-info:hover {
    background-color: rgba(3,120,213,.04);
    border-color: transparent;
    box-shadow: none;
    color: #0378d5
}

.e-btn.e-flat.e-info:focus,.e-css.e-btn.e-flat.e-info:focus {
    background-color: rgba(3,120,213,.12);
    border-color: transparent;
    color: #0378d5;
    box-shadow: none
}

.e-btn.e-flat.e-info.e-active,.e-btn.e-flat.e-info:active,.e-css.e-btn.e-flat.e-info.e-active,.e-css.e-btn.e-flat.e-info:active {
    background-color: rgba(3,120,213,.24);
    border-color: transparent;
    color: #0378d5;
    box-shadow: none
}

.e-btn.e-flat.e-info:disabled,.e-css.e-btn.e-flat.e-info:disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    color: rgba(0,0,0,.26)
}

.e-btn.e-flat.e-info .e-ripple-element,.e-css.e-btn.e-flat.e-info .e-ripple-element {
    background-color: rgba(3,120,213,.12)
}

.e-btn.e-flat.e-warning,.e-css.e-btn.e-flat.e-warning {
    background-color: transparent;
    border-color: transparent;
    color: #c15700
}

.e-btn.e-flat.e-warning:hover,.e-css.e-btn.e-flat.e-warning:hover {
    background-color: rgba(193,87,0,.04);
    border-color: transparent;
    box-shadow: none;
    color: #c15700
}

.e-btn.e-flat.e-warning:focus,.e-css.e-btn.e-flat.e-warning:focus {
    background-color: rgba(193,87,0,.12);
    border-color: transparent;
    color: #c15700;
    box-shadow: none
}

.e-btn.e-flat.e-warning.e-active,.e-btn.e-flat.e-warning:active,.e-css.e-btn.e-flat.e-warning.e-active,.e-css.e-btn.e-flat.e-warning:active {
    background-color: rgba(193,87,0,.24);
    border-color: transparent;
    color: #c15700;
    box-shadow: none
}

.e-btn.e-flat.e-warning:disabled,.e-css.e-btn.e-flat.e-warning:disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    color: rgba(0,0,0,.26)
}

.e-btn.e-flat.e-warning .e-ripple-element,.e-css.e-btn.e-flat.e-warning .e-ripple-element {
    background-color: rgba(193,87,0,.12)
}

.e-btn.e-flat.e-danger,.e-css.e-btn.e-flat.e-danger {
    background-color: transparent;
    border-color: transparent;
    color: #d64113
}

.e-btn.e-flat.e-danger:hover,.e-css.e-btn.e-flat.e-danger:hover {
    background-color: rgba(214,65,19,.04);
    border-color: transparent;
    box-shadow: none;
    color: #d64113
}

.e-btn.e-flat.e-danger:focus,.e-css.e-btn.e-flat.e-danger:focus {
    background-color: rgba(214,65,19,.12);
    border-color: transparent;
    color: #d64113;
    box-shadow: none
}

.e-btn.e-flat.e-danger.e-active,.e-btn.e-flat.e-danger:active,.e-css.e-btn.e-flat.e-danger.e-active,.e-css.e-btn.e-flat.e-danger:active {
    background-color: rgba(214,65,19,.24);
    border-color: transparent;
    color: #d64113;
    box-shadow: none
}

.e-btn.e-flat.e-danger:disabled,.e-css.e-btn.e-flat.e-danger:disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    color: rgba(0,0,0,.26)
}

.e-btn.e-flat.e-danger .e-ripple-element,.e-css.e-btn.e-flat.e-danger .e-ripple-element {
    background-color: rgba(214,65,19,.12)
}

.e-btn.e-outline,.e-css.e-btn.e-outline {
    background-color: transparent;
    border-color: #adadad;
    box-shadow: none;
    color: rgba(0,0,0,.87)
}

.e-btn.e-outline:hover,.e-css.e-btn.e-outline:hover {
    background-color: rgba(0,0,0,.12);
    border-color: #adadad;
    box-shadow: none;
    color: rgba(0,0,0,.87)
}

.e-btn.e-outline:focus,.e-css.e-btn.e-outline:focus {
    background-color: rgba(0,0,0,.24);
    border-color: transparent;
    color: rgba(0,0,0,.87);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)
}

.e-btn.e-outline.e-active,.e-btn.e-outline:active,.e-css.e-btn.e-outline.e-active,.e-css.e-btn.e-outline:active {
    background-color: rgba(0,0,0,.32);
    border-color: #adadad;
    box-shadow: none;
    color: rgba(0,0,0,.87)
}

.e-btn.e-outline:disabled,.e-css.e-btn.e-outline:disabled {
    background-color: transparent;
    border-color: rgba(0,0,0,.26);
    box-shadow: none;
    color: rgba(0,0,0,.26)
}

.e-btn.e-outline.e-primary,.e-css.e-btn.e-outline.e-primary {
    background-color: transparent;
    border-color: #f60;
    color: #f60
}

.e-btn.e-outline.e-primary:hover,.e-css.e-btn.e-outline.e-primary:hover {
    background-color: #ff781f;
    border-color: transparent;
    color: #fff
}

.e-btn.e-outline.e-primary:focus,.e-css.e-btn.e-outline.e-primary:focus {
    background-color: #ff8b3d;
    border-color: transparent;
    color: #fff
}

.e-btn.e-outline.e-primary.e-active,.e-btn.e-outline.e-primary:active,.e-css.e-btn.e-outline.e-primary.e-active,.e-css.e-btn.e-outline.e-primary:active {
    background-color: #ff9752;
    border-color: transparent;
    box-shadow: none;
    color: #fff
}

.e-btn.e-outline.e-primary:disabled,.e-css.e-btn.e-outline.e-primary:disabled {
    background-color: transparent;
    border-color: rgba(0,0,0,.26);
    box-shadow: none;
    color: rgba(0,0,0,.26)
}

.e-btn.e-outline.e-success,.e-css.e-btn.e-outline.e-success {
    background-color: transparent;
    border-color: #4d841d;
    color: #4d841d
}

.e-btn.e-outline.e-success:hover,.e-css.e-btn.e-outline.e-success:hover {
    background-color: #629338;
    border-color: transparent;
    color: #fff
}

.e-btn.e-outline.e-success:focus,.e-css.e-btn.e-outline.e-success:focus {
    background-color: #78a253;
    border-color: transparent;
    color: #fff
}

.e-btn.e-outline.e-success.e-active,.e-btn.e-outline.e-success:active,.e-css.e-btn.e-outline.e-success.e-active,.e-css.e-btn.e-outline.e-success:active {
    background-color: #86ab65;
    border-color: transparent;
    box-shadow: none;
    color: #fff
}

.e-btn.e-outline.e-success:disabled,.e-css.e-btn.e-outline.e-success:disabled {
    background-color: transparent;
    border-color: rgba(0,0,0,.26);
    box-shadow: none;
    color: rgba(0,0,0,.26)
}

.e-btn.e-outline.e-info,.e-css.e-btn.e-outline.e-info {
    background-color: transparent;
    border-color: #0378d5;
    color: #0378d5
}

.e-btn.e-outline.e-info:focus,.e-btn.e-outline.e-info:hover,.e-css.e-btn.e-outline.e-info:focus,.e-css.e-btn.e-outline.e-info:hover {
    background-color: #2188da;
    border-color: transparent;
    color: #fff
}

.e-btn.e-outline.e-info.e-active,.e-btn.e-outline.e-info:active,.e-css.e-btn.e-outline.e-info.e-active,.e-css.e-btn.e-outline.e-info:active {
    background-color: #54a3e2;
    border-color: transparent;
    box-shadow: none;
    color: #fff
}

.e-btn.e-outline.e-info:disabled,.e-css.e-btn.e-outline.e-info:disabled {
    background-color: transparent;
    border-color: rgba(0,0,0,.26);
    box-shadow: none;
    color: rgba(0,0,0,.26)
}

.e-btn.e-outline.e-warning,.e-css.e-btn.e-outline.e-warning {
    background-color: transparent;
    border-color: #c15700;
    color: #c15700
}

.e-btn.e-outline.e-warning:focus,.e-btn.e-outline.e-warning:hover,.e-css.e-btn.e-outline.e-warning:focus,.e-css.e-btn.e-outline.e-warning:hover {
    background-color: #c86b1f;
    border-color: transparent;
    color: #fff
}

.e-btn.e-outline.e-warning.e-active,.e-btn.e-outline.e-warning:active,.e-css.e-btn.e-outline.e-warning.e-active,.e-css.e-btn.e-outline.e-warning:active {
    background-color: #d58d52;
    border-color: transparent;
    box-shadow: none;
    color: #fff
}

.e-btn.e-outline.e-warning:disabled,.e-css.e-btn.e-outline.e-warning:disabled {
    background-color: transparent;
    border-color: rgba(0,0,0,.26);
    box-shadow: none;
    color: rgba(0,0,0,.26)
}

.e-btn.e-outline.e-danger,.e-css.e-btn.e-outline.e-danger {
    background-color: transparent;
    border-color: #d64113;
    color: #d64113
}

.e-btn.e-outline.e-danger:focus,.e-btn.e-outline.e-danger:hover,.e-css.e-btn.e-outline.e-danger:focus,.e-css.e-btn.e-outline.e-danger:hover {
    background-color: #db582f;
    border-color: transparent;
    color: #fff
}

.e-btn.e-outline.e-danger.e-active,.e-btn.e-outline.e-danger:active,.e-css.e-btn.e-outline.e-danger.e-active,.e-css.e-btn.e-outline.e-danger:active {
    background-color: #e37e5f;
    border-color: transparent;
    box-shadow: none;
    color: #fff
}

.e-btn.e-outline.e-danger:disabled,.e-css.e-btn.e-outline.e-danger:disabled {
    background-color: transparent;
    border-color: rgba(0,0,0,.26);
    box-shadow: none;
    color: rgba(0,0,0,.26)
}

.e-btn.e-link,.e-css.e-btn.e-link {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #0d47a1
}

.e-btn.e-link:focus,.e-btn.e-link:hover,.e-css.e-btn.e-link:focus,.e-css.e-btn.e-link:hover {
    border-radius: 0;
    color: #0a3576;
    text-decoration: underline
}

.e-btn.e-link:disabled,.e-css.e-btn.e-link:disabled {
    color: rgba(0,0,0,.26);
    background-color: transparent;
    box-shadow: none;
    text-decoration: none
}

/*! component icons */
.e-grid-menu .e-icon-last:before,.e-pager .e-icon-last:before {
    content: "\e897"
}

.e-grid-menu .e-icon-first:before,.e-pager .e-icon-first:before {
    content: "\e896"
}

.e-grid-menu .e-icon-prev:before,.e-pager .e-icon-prev:before {
    content: "\e904"
}

.e-grid-menu .e-icon-next:before,.e-pager .e-icon-next:before {
    content: "\e913"
}

.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,.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 {
    content: "\e896"
}

.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,.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 {
    content: "\e897"
}

.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,.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 {
    content: "\e913"
}

.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,.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 {
    content: "\e904"
}

/*! Pager layout */
.e-bigger .e-pager,.e-pager.e-bigger {
    font-size: 13px;
    padding: 4px 0 2px
}

.e-bigger .e-pager div.e-icons,.e-pager.e-bigger div.e-icons {
    font-size: 13px;
    vertical-align: ""
}

.e-bigger .e-pager div.e-parentmsgbar,.e-pager.e-bigger div.e-parentmsgbar {
    padding-bottom: 8px;
    padding-right: 24px;
    padding-top: 18.66667px
}

.e-bigger .e-pager .e-pagerdropdown,.e-pager.e-bigger .e-pagerdropdown {
    height: 40px;
    margin: -22px 0 0 16px
}

.e-bigger .e-pager .e-pagerconstant,.e-pager.e-bigger .e-pagerconstant {
    margin-bottom: 15px;
    margin-left: 16px
}

.e-bigger .e-pager .e-pagercontainer,.e-pager.e-bigger .e-pagercontainer {
    margin: 5px 8px 5px 24px
}

.e-bigger .e-pager.e-rtl .e-pagercontainer,.e-pager.e-bigger.e-rtl .e-pagercontainer {
    margin: 5px 0 -4px
}

@media (max-width: 769px) {
    .e-bigger .e-pager,.e-pager.e-bigger {
        padding:19px 0
    }

    .e-bigger .e-pager.e-rtl div.e-parentmsgbar,.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
        margin-right: 0
    }

    .e-bigger .e-pager div.e-parentmsgbar,.e-pager.e-bigger div.e-parentmsgbar {
        padding: 0
    }
}

.e-bigger .e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default,.e-bigger .e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default,.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable {
    margin-left: 12px
}

.e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,.e-bigger .e-pager.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default,.e-pager.e-bigger.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,.e-pager.e-bigger.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
    margin-left: 0;
    margin-right: 12px
}

.e-bigger .e-pager.e-rtl div.e-parentmsgbar,.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
    margin-left: 6px;
    margin-top: -3px
}

.e-bigger .e-pager .e-numericitem,.e-pager.e-bigger .e-numericitem {
    margin: 0 8px
}

.e-bigger .e-pager .e-np.e-spacing,.e-bigger .e-pager .e-np.e-spacing:hover,.e-bigger .e-pager .e-pp.e-spacing,.e-bigger .e-pager .e-pp.e-spacing:hover,.e-pager.e-bigger .e-np.e-spacing,.e-pager.e-bigger .e-np.e-spacing:hover,.e-pager.e-bigger .e-pp.e-spacing,.e-pager.e-bigger .e-pp.e-spacing:hover {
    padding: 10px 13px
}

.e-bigger .e-pager .e-currentitem,.e-bigger .e-pager .e-numericitem:hover,.e-bigger .e-pager .e-spacing,.e-pager.e-bigger .e-currentitem,.e-pager.e-bigger .e-numericitem:hover,.e-pager.e-bigger .e-spacing {
    border-radius: 16px;
    padding: 10px 13px
}

.e-bigger .e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active),.e-pager.e-bigger .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) {
    padding: 10px 13px
}

.e-bigger .e-pager.e-rtl .e-currentitem,.e-bigger .e-pager.e-rtl .e-numericitem:hover,.e-bigger .e-pager.e-rtl .e-spacing,.e-pager.e-bigger.e-rtl .e-currentitem,.e-pager.e-bigger.e-rtl .e-numericitem:hover,.e-pager.e-bigger.e-rtl .e-spacing {
    margin: 0 8px;
    padding: 10px 13px
}

.e-bigger .e-pager.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active),.e-pager.e-bigger.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) {
    padding: 10px 13px
}

.e-bigger .e-pager.e-rtl .e-np,.e-bigger .e-pager.e-rtl .e-np:hover,.e-bigger .e-pager.e-rtl .e-pp,.e-bigger .e-pager.e-rtl .e-pp:hover,.e-pager.e-bigger.e-rtl .e-np,.e-pager.e-bigger.e-rtl .e-np:hover,.e-pager.e-bigger.e-rtl .e-pp,.e-pager.e-bigger.e-rtl .e-pp:hover {
    margin-top: -10px
}

.e-bigger .e-pager.e-rtl .e-pagerdropdown,.e-pager.e-bigger.e-rtl .e-pagerdropdown {
    margin: -38px 18px 0 0
}

.e-bigger .e-pager.e-rtl .e-pagerconstant,.e-pager.e-bigger.e-rtl .e-pagerconstant {
    margin: 8px 16px 14px 0
}

.e-bigger .e-pager .e-pagercontainer .e-firstpage,.e-bigger .e-pager .e-pagercontainer .e-firstpagedisabled,.e-bigger .e-pager .e-pagercontainer .e-lastpage,.e-bigger .e-pager .e-pagercontainer .e-lastpagedisabled,.e-bigger .e-pager .e-pagercontainer .e-nextpage,.e-bigger .e-pager .e-pagercontainer .e-nextpagedisabled,.e-bigger .e-pager .e-pagercontainer .e-prevpage,.e-bigger .e-pager .e-pagercontainer .e-prevpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-firstpage,.e-pager.e-bigger .e-pagercontainer .e-firstpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-lastpage,.e-pager.e-bigger .e-pagercontainer .e-lastpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-nextpage,.e-pager.e-bigger .e-pagercontainer .e-nextpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-prevpage,.e-pager.e-bigger .e-pagercontainer .e-prevpagedisabled {
    margin-right: 16px;
    padding: 6px
}

.e-pager {
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-size: 13px;
    padding: 0;
    white-space: normal;
    width: 100%
}

.e-pager [class^=e-] {
    box-sizing: border-box
}

.e-pager div.e-parentmsgbar {
    float: right;
    padding-bottom: 9px;
    padding-right: 18px;
    padding-top: 14px
}

.e-pager .e-pagesizes {
    display: inline
}

.e-pager .e-pagerdropdown {
    display: inline-block;
    height: 32px;
    margin-left: 12px;
    margin-right: 0;
    margin-top: -22px;
    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-lastpagedisabled,.e-pager .e-nextpagedisabled,.e-pager .e-prevpagedisabled {
    opacity: .3
}

.e-pager .e-currentitem,.e-pager .e-numericitem:hover,.e-pager .e-spacing {
    border-radius: 12px;
    cursor: pointer;
    padding: 6px;
    text-decoration: none
}

.e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) {
    padding: 6px
}

.e-pager .e-currentitem {
    font-style: normal;
    font-variant: normal;
    font-weight: 400
}

.e-pager a,.e-pager div {
    display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-pager .e-icons:before {
    display: inline-block
}

.e-pager .e-pagercontainer .e-firstpage,.e-pager .e-pagercontainer .e-firstpagedisabled,.e-pager .e-pagercontainer .e-lastpage,.e-pager .e-pagercontainer .e-lastpagedisabled,.e-pager .e-pagercontainer .e-nextpage,.e-pager .e-pagercontainer .e-nextpagedisabled,.e-pager .e-pagercontainer .e-prevpage,.e-pager .e-pagercontainer .e-prevpagedisabled {
    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-lastpage:hover,.e-pager .e-nextpage:hover,.e-pager .e-prevpage: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-nextpage.e-pager-default,.e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable {
    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-pagerexternalmsg,.e-pager .e-pagermessage {
    display: block;
    margin: 6px;
    overflow: hidden;
    text-overflow: ellipsis
}

.e-pager .e-mfirst,.e-pager .e-mlast,.e-pager .e-mnext,.e-pager .e-mprev {
    display: none
}

.e-pager .e-mprev {
    text-indent: -3px
}

.e-pager .e-mnext {
    text-indent: -2px
}

.e-pager .e-mfirst,.e-pager .e-mlast,.e-pager .e-mnext,.e-pager .e-mprev {
    -webkit-tap-highlight-color: #fff
}

.e-pager .e-np,.e-pager .e-np:hover,.e-pager .e-pp,.e-pager .e-pp:hover {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.1em;
    padding: 0 6px
}

@media (max-width: 769px) {
    .e-pager {
        padding:13px 0
    }

    .e-pager div.e-parentmsgbar {
        box-sizing: border-box;
        display: inline-block;
        float: none;
        padding-bottom: 0;
        padding-right: 0;
        padding-top: 0;
        text-align: center;
        vertical-align: top;
        width: calc(60% - 48px)
    }

    .e-pager .e-pagecountmsg,.e-pager .e-pagercontainer,.e-pager .e-pagesizes {
        display: none
    }

    .e-pager .e-icons {
        font-size: 11px
    }

    .e-pager .e-mfirst,.e-pager .e-mlast,.e-pager .e-mnext,.e-pager .e-mprev {
        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-pagercontainer,.e-pager.e-rtl a,.e-pager.e-rtl div {
    float: none
}

.e-pager.e-rtl .e-parentmsgbar {
    float: left;
    margin-left: 6px
}

.e-pager.e-rtl .e-pagerdropdown {
    margin: -30px 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-firstpagedisabled,.e-pager.e-rtl .e-lastpage,.e-pager.e-rtl .e-lastpagedisabled,.e-pager.e-rtl .e-nextpage,.e-pager.e-rtl .e-nextpagedisabled,.e-pager.e-rtl .e-prevpage,.e-pager.e-rtl .e-prevpagedisabled {
    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-firstpage,.e-pager.e-rtl .e-firstpagedisabled,.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-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: none
}

.e-pager.e-rtl .e-firstpage:hover {
    border-radius: 0 4px 4px 0
}

.e-pager.e-rtl .e-lastpage:hover {
    border-radius: 4px 0 0 4px
}

.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-nextpage.e-pager-default,.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable {
    margin-left: 0;
    margin-right: 9px
}

.e-pager.e-rtl .e-currentitem,.e-pager.e-rtl .e-numericitem:hover,.e-pager.e-rtl .e-spacing {
    margin: 11px 4px 0 0;
    padding: 6px
}

.e-pager.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) {
    padding: 6px
}

.e-pager.e-rtl .e-np,.e-pager.e-rtl .e-np:hover,.e-pager.e-rtl .e-pp,.e-pager.e-rtl .e-pp:hover {
    margin-top: -2px;
    padding: 3px 11px 9px
}

@media (max-width: 769px) {
    .e-pager.e-rtl .e-mfirst,.e-pager.e-rtl .e-mlast,.e-pager.e-rtl .e-mnext,.e-pager.e-rtl .e-mprev {
        border:0
    }

    .e-pager.e-rtl.e-rtl div.e-parentmsgbar {
        float: none;
        margin-left: 0;
        margin-top: 7px
    }

    .e-pager.e-rtl .e-parentmsgbar {
        float: right
    }
}

/*! Pager theme */
.e-pager {
    background-color: #fff;
    border-color: #e0e0e0;
    opacity: .87
}

.e-pager,.e-pager div.e-icons {
    color: #000
}

.e-pager .e-pager-default:hover {
    background: #fff;
    color: #000;
    opacity: .87
}

.e-pager .e-parentmsgbar {
    font-weight: 400
}

.e-pager .e-numericitem:hover,.e-pager .e-spacing {
    color: #000;
    opacity: .87
}

.e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) {
    border: 0 solid #e0e0e0
}

.e-pager .e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover {
    background-color: #eee;
    opacity: 1
}

.e-pager .e-numericitem {
    background: #fff;
    border-right-color: #e0e0e0;
    color: #000
}

.e-pager .e-firstpage,.e-pager .e-firstpagedisabled,.e-pager .e-lastpage,.e-pager .e-lastpagedisabled,.e-pager .e-nextpage,.e-pager .e-nextpagedisabled,.e-pager .e-prevpage,.e-pager .e-prevpagedisabled {
    background-color: #fff;
    color: #000
}

.e-pager .e-firstpage,.e-pager .e-lastpage {
    background-color: transparent
}

.e-pager .e-pagercontainer {
    background-color: #fff;
    border-color: #e0e0e0
}

.e-pager .e-firstpage,.e-pager .e-firstpagedisabled,.e-pager .e-lastpage,.e-pager .e-lastpagedisabled,.e-pager .e-nextpage,.e-pager .e-nextpagedisabled,.e-pager .e-prevpage,.e-pager .e-prevpagedisabled {
    border-right-color: #e0e0e0
}

.e-pager .e-currentitem,.e-pager .e-currentitem:hover {
    background: #f60;
    color: #fff;
    opacity: 1
}

@media (max-width: 590px) {
    .e-pager .e-pager-default:hover {
        background:#fff;
        color: #000;
        opacity: .87
    }
}

.e-pager.e-rtl .e-firstpage,.e-pager.e-rtl .e-firstpagedisabled,.e-pager.e-rtl .e-lastpage,.e-pager.e-rtl .e-lastpagedisabled,.e-pager.e-rtl .e-nextpage,.e-pager.e-rtl .e-nextpagedisabled,.e-pager.e-rtl .e-numericitem,.e-pager.e-rtl .e-prevpage,.e-pager.e-rtl .e-prevpagedisabled {
    border-left-color: #e0e0e0
}

.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-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
    padding: 0 16px 0 0
}

.e-bigger .e-dropdownbase,.e-dropdownbase.e-bigger {
    min-height: 45px
}

.e-bigger .e-dropdownbase .e-fixed-head,.e-bigger .e-dropdownbase .e-list-group-item,.e-bigger .e-dropdownbase .e-list-item,.e-dropdownbase.e-bigger .e-fixed-head,.e-dropdownbase.e-bigger .e-list-group-item,.e-dropdownbase.e-bigger .e-list-item {
    line-height: 48px
}

.e-bigger .e-dropdownbase .e-list-item .e-list-icon,.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
    font-size: 20px
}

.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-fixed-head,.e-dropdownbase .e-list-group-item {
    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-rtl .e-dropdownbase .e-fixed-head {
    left: 33px
}

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

.e-popup.e-ddl .e-dropdownbase.e-nodata {
    color: #000;
    cursor: default;
    font-family: inherit;
    font-size: 14px;
    padding: 14px 16px;
    text-align: center
}

.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-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item,.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item,.e-small .e-dropdownbase.e-dd-group .e-list-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: 400;
    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-bigger .e-rtl.e-small .e-dropdownbase .e-list-item,.e-rtl .e-dropdownbase .e-list-item,.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,.e-rtl .e-small .e-dropdownbase .e-list-item,.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,.e-small.e-rtl .e-dropdownbase .e-list-item,.e-small .e-rtl .e-dropdownbase .e-list-item {
    padding-left: 16px;
    padding-right: 0
}

.e-dropdownbase {
    border-color: #e0e0e0
}

.e-dropdownbase .e-list-item {
    border-bottom: 0;
    color: rgba(0,0,0,.87);
    text-indent: 16px
}

.e-dropdownbase .e-list-group-item,.e-dropdownbase .e-list-item,.e-fixed-head {
    background-color: #fff;
    border-color: #fff;
    font-family: inherit;
    font-size: 13px;
    line-height: 36px;
    min-height: 36px;
    padding-right: 16px
}

.e-dropdownbase .e-list-group-item,.e-fixed-head {
    color: rgba(0,0,0,.54);
    font-weight: 600;
    padding-left: 16px
}

.e-dropdownbase .e-list-item.e-active,.e-dropdownbase .e-list-item.e-active.e-hover {
    background-color: #eee;
    border-color: #fff;
    color: #f60
}

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

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

.e-dropdownbase .e-list-item.e-item-focus {
    background-color: #eee
}

.e-bigger .e-dropdownbase .e-fixed-head,.e-bigger .e-dropdownbase .e-list-group-item {
    font-size: 14px
}

.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 td,.e-multi-column.e-ddl.e-popup.e-popup-open th {
    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: #fff;
    border: solid #e0e0e0;
    border-width: 0 0 1px;
    color: rgba(0,0,0,.54);
    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-device .e-ddl-header,.e-multi-column.e-ddl.e-popup.e-popup-open .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-dropdownbase.e-small .e-list-item,.e-small .e-dropdownbase .e-list-item {
    color: #000;
    line-height: 26px;
    min-height: 26px;
    text-indent: 12px
}

.e-dropdownbase.e-small .e-fixed-head,.e-dropdownbase.e-small .e-list-group-item,.e-small .e-dropdownbase .e-fixed-head,.e-small .e-dropdownbase .e-list-group-item {
    line-height: 26px;
    min-height: 26px
}

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

.e-bigger.e-small .e-dropdownbase .e-list-item,.e-dropdownbase.e-small.e-bigger .e-list-item {
    color: #000;
    line-height: 40px;
    min-height: 40px;
    text-indent: 16px
}

.e-bigger.e-small .e-dropdownbase .e-fixed-head,.e-bigger.e-small .e-dropdownbase .e-list-group-item,.e-dropdownbase.e-small.e-bigger .e-fixed-head,.e-dropdownbase.e-small.e-bigger .e-list-group-item {
    line-height: 40px;
    min-height: 40px
}

.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
    font-size: 18px
}

.e-bigger.e-small .e-dropdownbase .e-fixed-head,.e-bigger.e-small .e-dropdownbase .e-list-group-item,.e-dropdownbase.e-bigger.e-small .e-fixed-head,.e-dropdownbase.e-bigger.e-small .e-list-group-item {
    font-size: 13px
}

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

.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
    background-color: #eee
}

.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: #eee;
    border-color: #fff;
    color: #f60
}

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

/*! 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
}

.e-spinner-pane {
    align-items: center;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    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 .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 {
    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 {
    fill: none;
    stroke-linecap: square
}

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 {
    animation: material-spinner-rotate .75s linear infinite;
    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-fabric {
    animation: fabric-spinner-rotate 1.3s cubic-bezier(.53,.21,.29,.67) infinite;
    display: block;
    margin: 0 auto;
    overflow: visible
}

.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-bootstrap {
    display: block;
    margin: 0 auto
}

.e-spinner-pane .e-spinner-inner .e-spin-high-contrast {
    animation: fabric-spinner-rotate 1.3s cubic-bezier(.53,.21,.29,.67) infinite;
    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,.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: #f60;
    stroke: #f60
}

.e-spinner-pane .e-spinner-inner .e-spin-label {
    color: rgba(0,0,0,.87)
}

.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle {
    stroke: rgba(255,102,0,.4)
}

.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc {
    stroke: #f60
}

.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle {
    stroke: rgba(255,102,0,.4)
}

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4,.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc,.e-spinner-pane .e-spinner-inner .e-spin-material {
    stroke: #f60
}

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap {
    fill: #f60;
    stroke: #f60
}

.e-icon-collapsible:before {
    content: "\e844"
}

.e-icon-back:before {
    content: "\e85b";
    font-size: auto
}

.e-bigger .e-listview .e-list-item,.e-listview.e-bigger .e-list-item {
    border: 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: 45px;
    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 {
    align-items: center;
    display: flex;
    font-weight: 700;
    height: 64px
}

.e-bigger .e-listview .e-list-header .e-headertemplate-text.nested-header,.e-bigger .e-listview .e-list-header .e-text.header,.e-listview.e-bigger .e-list-header .e-headertemplate-text.nested-header,.e-listview.e-bigger .e-list-header .e-text.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-listview {
    -webkit-overflow-scrolling: touch;
    border: 0;
    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
}

.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 {
    align-items: center;
    border-bottom: 1px solid;
    display: flex;
    font-weight: 700;
    height: 48px;
    padding: 0 16px
}

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

.e-listview .e-but-back {
    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;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    padding: 0 16px
}

.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: top;
    white-space: nowrap;
    width: 100%
}

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

.e-listview .e-list-icon {
    height: 30px;
    margin-right: 16px;
    width: 30px
}

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

.e-listview .e-list-header .e-text {
    cursor: pointer;
    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: auto;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

.e-listview.e-rtl .e-list-header .e-text {
    cursor: pointer
}

.e-listview.e-rtl .e-but-back {
    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,.12);
    color: rgba(0,0,0,.87);
    font-size: 20px
}

.e-listview .e-icons {
    color: rgba(0,0,0,.54)
}

.e-listview .e-list-item {
    background-color: #fff;
    border: 0 solid transparent;
    color: rgba(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,.87)
}

.e-listview .e-list-item.e-active {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.87)
}

.e-listview .e-list-item.e-active.e-checklist {
    background-color: #fff;
    color: rgba(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,.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: #f60;
    border-color: transparent;
    color: #fff
}

.e-listview .e-list-group-item {
    background-color: #fafafa;
    border-color: rgba(0,0,0,.12);
    color: rgba(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: .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,.87);
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    padding: .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,.54);
    display: block;
    font-size: 13px;
    margin: 0;
    padding: .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: .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: .2666em;
    width: 2.6667em
}

.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,.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-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: .72em 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.e-listview.e-list-template .e-list-item.e-active .e-list-content,.e-listview.e-list-template .e-list-item.e-active .e-list-item-header,.e-listview.e-list-template .e-list-item.e-hover .e-list-content,.e-listview.e-list-template .e-list-item.e-hover .e-list-item-header {
    color: rgba(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
}

/*! component's theme wise override definitions and variables */
@keyframes hscroll-popup-shadow {
    0% {
        border-color: hsla(0,0%,100%,.5);
        box-shadow: 0 0 0 0 hsla(0,0%,100%,.5)
    }

    to {
        box-shadow: 0 0 0 200px hsla(0,0%,100%,.12)
    }
}

/*! hscroll icons */
.e-hscroll.e-rtl.e-scroll-device .e-nav-right-arrow:before {
    content: "\e904"
}

.e-hscroll.e-rtl .e-nav-left-arrow:before,.e-hscroll.e-rtl.e-scroll-device .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
}

/*! h-scroll layout */
.e-bigger .e-hscroll,.e-hscroll.e-bigger {
    min-height: 56px
}

.e-bigger .e-hscroll:not(.e-scroll-device),.e-hscroll.e-bigger:not(.e-scroll-device) {
    padding: 0 50px
}

.e-bigger .e-hscroll.e-scroll-device,.e-hscroll.e-bigger.e-scroll-device {
    padding-right: 50px
}

.e-bigger .e-hscroll.e-rtl.e-scroll-device,.e-hscroll.e-bigger.e-rtl.e-scroll-device {
    padding-left: 50px;
    padding-right: 0
}

.e-bigger .e-hscroll .e-nav-arrow.e-icons,.e-hscroll.e-bigger .e-nav-arrow.e-icons {
    font-size: 14px
}

.e-bigger .e-hscroll.e-rtl .e-scroll-overlay.e-scroll-right-overlay,.e-hscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-right-overlay {
    left: 50px
}

.e-bigger .e-hscroll .e-scroll-overlay.e-scroll-right-overlay,.e-hscroll.e-bigger .e-scroll-overlay.e-scroll-right-overlay {
    right: 50px
}

.e-bigger .e-hscroll .e-scroll-nav,.e-hscroll.e-bigger .e-scroll-nav {
    min-height: 56px;
    width: 50px
}

.e-hscroll {
    display: block;
    position: relative;
    width: inherit
}

.e-hscroll.e-rtl.e-scroll-device {
    padding-left: 50px;
    padding-right: 0
}

.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: 56px;
    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: 56px
}

.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: .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: 56px;
    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
}

.e-hscroll .e-hscroll-content {
    display: inline-block;
    height: inherit;
    position: relative;
    touch-action: none
}

.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;
    height: 100%;
    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%
}

.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay {
    pointer-events: none
}

/*! h-scroll theme */
.e-hscroll .e-icons {
    color: rgba(0,0,0,.54)
}

.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
    border-color: rgba(0,0,0,.12);
    box-shadow: 4px 0 8px 0 rgba(0,0,0,.06)
}

.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
    background-color: #fafafa;
    border-color: rgba(0,0,0,.12);
    border-width: 1px;
    box-shadow: -4px 0 8px 0 rgba(0,0,0,.06)
}

.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
    color: #f60
}

.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(-270deg,#fafafa,hsla(0,0%,98%,0))
}

.e-hscroll .e-scroll-overlay.e-scroll-right-overlay {
    background-image: linear-gradient(-270deg,hsla(0,0%,98%,0),#fafafa)
}

.e-hscroll.e-rtl .e-scroll-nav {
    background: #fafafa
}

.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav {
    border-left: 1px solid rgba(0,0,0,.12);
    border-right: 0
}

.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav {
    border-left: 0;
    border-right: 1px solid rgba(0,0,0,.12)
}

.e-hscroll.e-rtl .e-scroll-nav:hover {
    background: rgba(0,0,0,.12);
    border: "";
    border-color: rgba(0,0,0,.12);
    color: #000
}

.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
    background: rgba(0,0,0,.12);
    border: "";
    color: #000
}

.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
    background: rgba(0,0,0,.12);
    border: "";
    border-color: rgba(0,0,0,.12);
    color: #000
}

.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
    background: #bdbdbd;
    border: "";
    box-shadow: "";
    color: #000
}

.e-hscroll .e-scroll-nav {
    background: #fafafa
}

.e-hscroll .e-scroll-nav.e-scroll-left-nav {
    border-right: 1px solid rgba(0,0,0,.12)
}

.e-hscroll .e-scroll-nav.e-scroll-right-nav {
    border-left: 1px solid rgba(0,0,0,.12)
}

.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 .6s ease-out 0ms;
    visibility: visible
}

/*! component's theme wise override definitions and variables */
@keyframes vscroll-popup-shadow {
    0% {
        border-color: hsla(0,0%,100%,.5);
        box-shadow: 0 0 0 0 hsla(0,0%,100%,.5)
    }

    to {
        box-shadow: 0 0 0 200px hsla(0,0%,100%,.12)
    }
}

/*! 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
}

/*! v-scroll layout */
.e-bigger .e-vscroll:not(.e-scroll-device),.e-vscroll.e-bigger:not(.e-scroll-device) {
    padding: 24px 0
}

.e-bigger .e-vscroll .e-icons,.e-vscroll.e-bigger .e-icons {
    font-size: 18px
}

.e-bigger .e-vscroll.e-rtl .e-scroll-overlay.e-scroll-down-overlay,.e-vscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-down-overlay {
    left: 24px
}

.e-bigger .e-vscroll .e-scroll-overlay.e-scroll-down-overlay,.e-vscroll.e-bigger .e-scroll-overlay.e-scroll-down-overlay {
    right: 24px
}

.e-bigger .e-vscroll .e-scroll-nav,.e-vscroll.e-bigger .e-scroll-nav {
    height: 24px
}

.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: .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;
    touch-action: none;
    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,.54)
}

.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
    border-color: rgba(0,0,0,.12);
    box-shadow: 4px 0 8px 0 rgba(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,.12);
    border-width: 1px;
    box-shadow: -4px 0 8px 0 rgba(0,0,0,.06)
}

.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
    color: #f60
}

.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,hsla(0,0%,98%,0))
}

.e-vscroll .e-scroll-overlay.e-scroll-down-overlay {
    background-image: linear-gradient(-270deg,hsla(0,0%,98%,0),#fafafa)
}

.e-vscroll.e-rtl .e-scroll-nav {
    background: #fafafa
}

.e-vscroll.e-rtl .e-scroll-nav:hover {
    background: rgba(0,0,0,.12);
    border: "";
    border-color: rgba(0,0,0,.12);
    color: #000
}

.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover {
    background: rgba(0,0,0,.12);
    border: "";
    color: #000
}

.e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus {
    background: rgba(0,0,0,.12);
    border: "";
    border-color: rgba(0,0,0,.12);
    color: #000
}

.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
    background: #bdbdbd;
    border: "";
    box-shadow: "";
    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,.12)
}

.e-vscroll .e-scroll-nav.e-scroll-down-nav {
    border-top: 1px solid rgba(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 .6s ease-out 0ms;
    visibility: visible
}

/*! Material theme definition's */
/*! component's theme wise override definitions and variables */
ejs-sidebar {
    display: block
}

.e-sidebar {
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    transition: none;
    vertical-align: middle;
    visibility: hidden;
    will-change: transform
}

.e-sidebar.e-left.e-open,.e-sidebar.e-right.e-open {
    transform: translateX(0);
    transition: transform .5s ease;
    visibility: visible
}

.e-sidebar.e-left.e-transition.e-close,.e-sidebar.e-right.e-transition.e-close {
    transition: transform .5s ease,visibility .5s
}

.e-sidebar.e-left.e-close {
    box-shadow: none;
    transform: translateX(-100%);
    visibility: hidden
}

.e-sidebar.e-right.e-close {
    box-shadow: none;
    transform: translateX(100%);
    transition: transform .5s ease,visibility .5s;
    visibility: hidden
}

.e-sidebar.e-right {
    border-left: 1px solid rgba(0,0,0,.12);
    left: auto;
    right: 0;
    top: 0
}

.e-sidebar.e-left {
    border-right: 1px solid rgba(0,0,0,.12);
    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 .5s ease,visibility .5s;
    visibility: visible
}

.e-sidebar.e-left.e-close.e-disable-animation,.e-sidebar.e-left.e-open.e-disable-animation,.e-sidebar.e-right.e-close.e-disable-animation,.e-sidebar.e-right.e-open.e-disable-animation {
    transition: none
}

.e-sidebar.e-visibility {
    visibility: hidden
}

.e-sidebar.e-over {
    box-shadow: 0 0 16px rgba(0,0,0,.18)
}

.e-sidebar-absolute {
    position: absolute
}

.e-sidebar-context {
    overflow-x: hidden;
    position: relative
}

.e-backdrop {
    background-color: rgba(0,0,0,.6);
    height: 100%;
    left: 0;
    opacity: .5;
    pointer-events: auto;
    top: 0;
    width: auto;
    z-index: 999
}

.e-content-animation {
    transition: margin .5s ease,transform .5s ease
}

.e-content-animation.e-overlay {
    box-sizing: border-box;
    overflow: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-disable-interaction {
    pointer-events: none;
    touch-action: none
}

.e-sidebar-overflow {
    overflow-x: hidden!important
}

.e-sidebar-overlay {
    background-color: rgba(0,0,0,.6);
    height: 100%;
    left: 0;
    opacity: .5;
    pointer-events: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.e-content-placeholder.e-sidebar.e-placeholder-sidebar {
    left: 0;
    position: fixed;
    right: auto;
    top: 0;
    visibility: visible
}

/*! component's theme wise override definitions and variables */
/*! component's common definitions and variables */
/*! field-list component icons */
.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 {
    content: "\e35c"
}

.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-font-color+.e-split-btn-wrapper .e-split-btn .e-selected-color:before {
    content: "\e35f"
}

.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 {
    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: "\e944"
}

.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-format.e-icons:before {
    content: "\e22f"
}

.e-pivot-calc-dialog-div .e-measure-icon:before,.e-pivot-calc-dialog-div .e-measureGroupCDB-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,.e-pivot-calc-dialog-div .e-kpiGoal-icon:before,.e-pivot-calc-dialog-div .e-kpiStatus-icon:before,.e-pivot-calc-dialog-div .e-kpiTrend-icon:before,.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,.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-field-list-back-icon:before {
    content: "\e977"
}

.e-pivotfieldlist-wrapper .e-sort:before {
    content: "\e840"
}

.e-pivotfieldlist-wrapper .e-pv-filter:before {
    content: "\e909"
}

.e-pivotfieldlist-wrapper .e-pv-filtered:before {
    color: #f60;
    content: "\ebb3"
}

.e-pivotfieldlist-wrapper .e-drag:before {
    content: "\e330"
}

.e-pivotfieldlist-wrapper .e-add-icon:before {
    content: "\e823"
}

.e-pivotfieldlist-wrapper .e-remove:before {
    content: "\e208"
}

.e-pivotfieldlist-wrapper .e-axis-rows:before {
    content: "\ea75"
}

.e-pivotfieldlist-wrapper .e-axis-columns:before {
    content: "\ea74"
}

.e-pivotfieldlist-wrapper .e-axis-values:before {
    content: "\ea76"
}

.e-pivotfieldlist-wrapper .e-axis-filters:before {
    content: "\e909"
}

.e-pivotfieldlist-wrapper .e-selected-option-icon:before {
    content: "\ea84"
}

.e-pivotfieldlist-wrapper .e-clear-filter-icon:before {
    content: "\ea82"
}

.e-pivotfieldlist-wrapper .e-dropdown-icon:before {
    content: "\e83d"
}

.e-pivotfieldlist-wrapper .e-measure-icon:before,.e-pivotfieldlist-wrapper .e-measureGroupCDB-icon:before {
    content: "\ea76"!important
}

.e-pivotfieldlist-wrapper .e-folderCDB-icon:before {
    content: "\e60b"!important
}

.e-pivotfieldlist-wrapper .e-folderCDB-open-icon:before {
    content: "\e65f"!important
}

.e-pivotfieldlist-wrapper .e-dimensionCDB-icon:before {
    content: "\e65b"!important
}

.e-pivotfieldlist-wrapper .e-kpiCDB-icon:before,.e-pivotfieldlist-wrapper .e-kpiGoal-icon:before,.e-pivotfieldlist-wrapper .e-kpiStatus-icon:before,.e-pivotfieldlist-wrapper .e-kpiTrend-icon:before,.e-pivotfieldlist-wrapper .e-kpiValue-icon:before {
    content: "\e664"!important
}

.e-pivotfieldlist-wrapper .e-namedSetCDB-icon:before {
    content: "\e65d"!important
}

.e-pivotfieldlist-wrapper .e-hierarchyCDB-icon:before {
    content: "\e663"!important
}

.e-pivotfieldlist-wrapper .e-attributeCDB-icon:before {
    content: "\e65c"!important
}

.e-pivotfieldlist-wrapper .e-hierarchy-level-0-icon:before,.e-pivotfieldlist-wrapper .e-hierarchy-level-1-icon:before {
    content: "\e65a"!important
}

.e-pivotfieldlist-wrapper .e-hierarchy-level-2-icon:before {
    content: "\e662"!important
}

.e-pivotfieldlist-wrapper .e-hierarchy-level-3-icon:before {
    content: "\e65e"!important
}

.e-pivotfieldlist-wrapper .e-hierarchy-level-4-icon:before {
    content: "\e660"!important
}

.e-pivotfieldlist-wrapper .e-hierarchy-level-5-icon:before {
    content: "\e661"!important
}

.e-pivotfieldlist-wrapper .e-calcMemberGroupCDB:before {
    content: "\e729"!important
}

.e-pivotfieldlist-wrapper .e-calc-measure-icon:before {
    content: "\ea76"!important
}

.e-pivotfieldlist-wrapper .e-calc-dimension-icon:before {
    content: "\e65b"!important
}

.e-pivotfieldlist-wrapper .e-sort-none:before {
    content: "\e666"!important
}

.e-pivotfieldlist-wrapper .e-sort-ascend:before {
    content: "\e667"!important
}

.e-pivotfieldlist-wrapper .e-sort-descend:before {
    content: "\e665"!important
}

/*! field-list theme */
.e-pivotfieldlist .e-disable {
    display: none
}

.e-pivotfieldlist .e-hide {
    visibility: hidden
}

.e-pivot-formatting-dialog {
    max-height: 480px!important;
    min-width: 628px!important;
    width: 628px!important
}

.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
    padding-bottom: 10px
}

.e-pivot-formatting-dialog .e-format-delete-icon {
    font-weight: 400
}

.e-pivot-formatting-dialog .e-format-delete-icon:hover {
    font-weight: 600
}

.e-pivot-formatting-dialog .e-format-table tr:nth-child(2n) td {
    padding-bottom: 14px;
    padding-right: 18px
}

.e-pivot-formatting-dialog .e-format-value-span {
    vertical-align: bottom
}

.e-pivot-formatting-dialog .e-format-value1,.e-pivot-formatting-dialog .e-format-value2,.e-pivot-formatting-dialog .e-format-value-span {
    margin-right: 10px
}

.e-pivot-formatting-dialog .e-format-color-picker {
    margin-right: 18px
}

.e-pivot-formatting-dialog .e-format-inner-div {
    padding-left: 14px;
    padding-top: 14px
}

.e-pivot-formatting-dialog .e-format-outer-div {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    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:active,.e-pivot-formatting-dialog .e-format-delete-button:focus,.e-pivot-formatting-dialog .e-format-delete-button:hover {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 0 0 transparent
}

.e-pivot-formatting-dialog .e-format-delete-icon {
    font-size: 10px
}

.e-pivot-formatting-dialog .e-format-label,.e-pivot-formatting-dialog .e-format-value-label {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    opacity: .87
}

.e-pivot-formatting-dialog .e-format-value-preview {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    height: 28px;
    margin: 0!important;
    padding-left: 6px;
    padding-top: 6px;
    width: 80px
}

.e-pivot-formatting-dialog .e-colorpicker-wrapper .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;
    border-radius: 0!important;
    height: 40%;
    left: -3px;
    position: absolute;
    top: 16px;
    width: 150%
}

.e-pivot-formatting-dialog.e-device {
    min-width: 320px!important;
    width: 100%!important
}

.e-pivot-formatting-dialog.e-device .e-format-value1,.e-pivot-formatting-dialog.e-device .e-format-value2,.e-pivot-formatting-dialog.e-device .e-format-value-span {
    margin-right: 2px
}

.e-pivot-formatting-dialog.e-device .e-format-color-picker {
    width: 33%
}

.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-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-bigger.e-pivot-formatting-dialog,.e-bigger .e-pivot-formatting-dialog {
    min-width: 680px!important;
    width: 680px!important
}

.e-bigger.e-pivot-formatting-dialog .e-format-label,.e-bigger .e-pivot-formatting-dialog .e-format-label,.e-bigger.e-pivot-formatting-dialog .e-format-value-label,.e-bigger .e-pivot-formatting-dialog .e-format-value-label {
    font-size: 14px
}

.e-bigger.e-pivot-formatting-dialog .e-format-value1,.e-bigger .e-pivot-formatting-dialog .e-format-value1,.e-bigger.e-pivot-formatting-dialog .e-format-value2,.e-bigger .e-pivot-formatting-dialog .e-format-value2 {
    margin-bottom: 3px!important
}

.e-bigger.e-pivot-formatting-dialog .e-format-inner-div,.e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
    padding-left: 16px;
    padding-top: 16px
}

.e-bigger.e-pivot-formatting-dialog .e-format-outer-div,.e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
    margin-bottom: 16px
}

.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td,.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
    padding-bottom: 12px
}

.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(2n) td,.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(2n) td {
    padding-bottom: 16px;
    padding-right: 20px
}

.e-bigger.e-pivot-formatting-dialog .e-format-color-picker,.e-bigger .e-pivot-formatting-dialog .e-format-color-picker {
    margin-right: 20px
}

.e-bigger.e-pivot-formatting-dialog.e-device,.e-bigger .e-pivot-formatting-dialog.e-device {
    min-width: 320px!important;
    width: 100%!important
}

.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
    width: 33%
}

.e-bigger.e-pivot-formatting-dialog.e-device .e-format-delete-button,.e-bigger .e-pivot-formatting-dialog.e-device .e-format-delete-button {
    font-size: 12px;
    padding-right: 16px;
    padding-top: 16px
}

.e-pivot-calc-dialog-div {
    min-width: 290px
}

.e-pivot-calc-dialog-div.e-dialog {
    max-height: 500px!important
}

.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: auto
}

.e-pivot-calc-dialog-div .e-olap-format-title,.e-pivot-calc-dialog-div .e-olap-hierarchy-title,.e-pivot-calc-dialog-div .e-olap-member-title,.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 {
    color: rgba(0,0,0,.54);
    font-size: 13px;
    margin-top: 15px;
    overflow: hidden;
    padding: 4px 4px 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: .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 .e-list-icon {
    color: rgba(0,0,0,.54);
    margin: 0
}

.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 {
    height: 36px;
    margin-left: -10px;
    padding: 0
}

.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
    cursor: pointer;
    font-size: 12px;
    height: 24px;
    opacity: .87;
    padding: 2px 4px 4px;
    pointer-events: auto;
    width: 24px
}

.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
    color: #bdbdbd;
    cursor: move;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    margin-right: 4px;
    margin-top: 4px;
    padding: 5px;
    pointer-events: auto;
    width: 24px
}

.e-pivot-calc-dialog-div .e-dlg-header {
    font-size: 18px;
    font-weight: 500;
    opacity: .87;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 74%
}

.e-pivot-calc-dialog-div .e-contextmenu {
    background-color: #fff;
    border-radius: 4px
}

.e-pivot-calc-dialog-div .e-contextmenu .e-menu-item {
    color: #000;
    font-size: 14x;
    height: 48px;
    opacity: .87
}

.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-icons {
    font-size: 14px;
    height: 24px;
    padding: 5px;
    width: 24px
}

.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
}

.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field::-webkit-input-placeholder {
    color: #f44336!important;
    font-weight: 600!important
}

.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 {
    color: #f44336!important;
    font-weight: 600!important
}

.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field:-ms-input-placeholder {
    color: #f44336!important;
    font-weight: 600!important
}

.e-pivot-calc-dialog-div .e-pivot-formula {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    height: 70px;
    margin-top: 5px;
    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 {
    margin-bottom: 8px;
    min-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%
}

.e-pivot-calc-dialog-div .e-pivot-treeview-outer {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    height: 120px;
    margin-top: 5px;
    overflow: auto
}

.e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
    min-width: 550px
}

.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: 430px;
    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: 400px;
    overflow: auto;
    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 {
    display: inline-table;
    height: 100%;
    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-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 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-list-item .e-text-content {
    height: 30px;
    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-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
}

.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.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: rgba(0,0,0,.54);
    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-wrapper {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.54);
    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-wrapper .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-wrapper .e-info:hover {
    color: #f60
}

.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div {
    flex: auto;
    margin-left: 18px
}

.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-formula {
    height: 100px
}

.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-calc-custom-format-div {
    margin-top: 15px
}

.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-format-title,.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-hierarchy-title,.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-member-title,.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-field-name-title,.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-formula-title {
    padding-left: 0;
    padding-right: 0
}

.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-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-olap-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-bigger.e-pivot-calc-dialog-div,.e-bigger .e-pivot-calc-dialog-div {
    min-width: 310px
}

.e-bigger.e-pivot-calc-dialog-div .e-olap-format-title,.e-bigger .e-pivot-calc-dialog-div .e-olap-format-title,.e-bigger.e-pivot-calc-dialog-div .e-olap-hierarchy-title,.e-bigger .e-pivot-calc-dialog-div .e-olap-hierarchy-title,.e-bigger.e-pivot-calc-dialog-div .e-olap-member-title,.e-bigger .e-pivot-calc-dialog-div .e-olap-member-title,.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,.e-bigger .e-pivot-calc-dialog-div .e-pivot-all-field-title,.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,.e-bigger .e-pivot-calc-dialog-div .e-pivot-field-name-title,.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula-title,.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula-title {
    font-size: 14px;
    padding: 6px 6px 0
}

.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li,.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li {
    padding: 2px 0
}

.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
    font-size: 16px
}

.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula,.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula {
    font-size: 13px
}

.e-bigger.e-pivot-calc-dialog-div .e-footer-content,.e-bigger .e-pivot-calc-dialog-div .e-footer-content {
    padding-right: auto;
    padding-top: auto
}

.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
    min-width: 580px
}

.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
    height: 501px
}

.e-bigger.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,.e-bigger .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 {
    height: 470px
}

.e-bigger.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,.e-bigger .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 {
    padding-bottom: 6px
}

.e-bigger.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-wrapper,.e-bigger .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-wrapper {
    font-size: 14px
}

.e-bigger.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-bigger .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 {
    font-size: 16px
}

.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div,.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div {
    margin-left: 24px
}

.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div,.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div {
    margin-left: 0;
    margin-right: 24px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,.e-pivotfieldlist-wrapper .e-member-editor-dialog,.e-pivotfieldlist-wrapper .e-value-field-settings {
    border-radius: 4px;
    width: auto
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content,.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content {
    border-radius: 4px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content {
    border: 0;
    font-weight: 400
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content,.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content {
    border-top: 1px solid #e0e0e0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 10 px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content .e-clear-filter-button,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content .e-clear-filter-button,.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content .e-clear-filter-button {
    float: left;
    margin: 0
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content .e-clear-filter-button.e-disable,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content .e-clear-filter-button.e-disable,.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content .e-clear-filter-button.e-disable {
    display: none
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
    overflow: hidden;
    padding: 0
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-editor-label-wrapper,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-editor-label-wrapper {
    background-color: #f5f5f5;
    padding: 12px 10px 16px 20px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label {
    color: #000;
    font: 500 13px Roboto;
    opacity: .87;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content {
    padding: 0 20px 10px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
    display: flex
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title {
    font-size: 13px;
    font-weight: 500
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title {
    flex: none
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content {
    flex: auto;
    width: 100%
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper {
    padding-top: 20px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text {
    font-size: 13px;
    font-weight: 500;
    width: 100%
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text {
    font-size: 13px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper {
    padding: 0 20px 10px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt {
    padding: 25px 20px;
    text-align: center;
    width: 100%
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div {
    display: inline-block;
    height: 160px;
    max-width: 400px;
    overflow: auto;
    width: 100%
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container {
    display: inline-table;
    height: 100%;
    width: 100%
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon {
    transform: rotateX(0deg) rotateY(180deg)
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul {
    margin-left: -35px;
    overflow: hidden
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text {
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon {
    margin: 0
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon {
    margin-left: 10px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-disable,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-disable,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable {
    display: none!important
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper {
    border: none
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text {
    margin: 0 0 0 6px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon {
    height: 14px;
    min-width: 14px;
    width: 14px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon:before,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon:before,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon:before {
    font-size: 14px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text {
    margin: 0 6px 0 0
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter {
    padding-top: 20px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div {
    height: 147px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter {
    height: 248px;
    overflow: auto;
    padding: 20px 20px 0
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div {
    font-size: 13px;
    font-weight: 500
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div {
    padding-top: 20px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div {
    padding: 8px 0
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-disable,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-disable,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-disable,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-disable,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-disable,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-disable {
    display: none
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder {
    color: #f44336!important;
    font-weight: 600!important
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field:-moz-placeholder,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-moz-placeholder,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field:-moz-placeholder,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field::-moz-placeholder,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field:-moz-placeholder,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field::-moz-placeholder {
    color: #f44336!important;
    font-weight: 600!important
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder,.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder,.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder {
    color: #f44336!important;
    font-weight: 600!important
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter,.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter {
    min-width: 280px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter .e-editor-label-wrapper,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter .e-editor-label-wrapper,.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter .e-editor-label-wrapper {
    padding: 16px 10px 9px 20px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-rtl .e-member-editor-wrapper ul,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul,.e-pivotfieldlist-wrapper .e-value-field-settings.e-rtl .e-member-editor-wrapper ul {
    margin-left: 0;
    margin-right: -35px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-rtl .e-footer-content .e-clear-filter-button,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button,.e-pivotfieldlist-wrapper .e-value-field-settings.e-rtl .e-footer-content .e-clear-filter-button {
    float: right
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul {
    margin-left: 0
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child {
    padding-left: 10px;
    padding-right: 10px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper {
    display: flex
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop {
    margin: 0 5px
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret {
    display: none
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled {
    opacity: .5;
    pointer-events: none
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul {
    margin-right: 0
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon,.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon,.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon,.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon {
    margin-left: 0;
    margin-right: 10px
}

.e-pivotfieldlist-wrapper .e-member-editor-dialog {
    max-width: 400px
}

.e-pivotfieldlist-wrapper .e-value-field-settings {
    max-width: 400px;
    min-width: 300px
}

.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
    overflow: auto
}

.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .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-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12);
    height: 28px;
    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 {
    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: rgba(0,0,0,.87);
    font-size: 14px;
    line-height: 1em;
    width: 100%
}

.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-field-list-tree.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,.e-pivot-calc.e-drag-item.e-treeview .e-text-content>.e-icons {
    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-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: 0
}

.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)
}

.e-bigger.e-field-list-tree.e-drag-item.e-treeview,.e-bigger .e-field-list-tree.e-drag-item.e-treeview,.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-bigger.e-pivot-calc.e-drag-item.e-treeview,.e-bigger.e-pivot-calc.e-drag-item.e-treeview,.e-bigger .e-pivot-calc.e-drag-item.e-treeview {
    height: 36px;
    padding: 6px 12px
}

.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
    line-height: 1.5em
}

.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-bigger.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop:before,.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop:before,.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop:before,.e-bigger.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop:before,.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop:before {
    padding: 4px
}

.e-button-drag-clone {
    background-color: #fff!important;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12);
    color: rgba(0,0,0,.87);
    font-size: 14px;
    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-bigger.e-button-drag-clone,.e-bigger .e-button-drag-clone {
    height: 36px!important;
    line-height: 1.5em;
    padding: 6px 12px
}

.e-pivot-error-dialog {
    max-width: 400px;
    width: auto
}

.e-pivot-error-dialog .e-dlg-header-content,.e-pivot-error-dialog .e-footer-content {
    border: 0
}

.e-pivot-error-dialog .e-dlg-header {
    font-weight: 400;
    opacity: .87
}

.e-pivot-error-dialog .e-dlg-content {
    font-weight: 400;
    opacity: .54
}

.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div {
    height: 125px
}

.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon {
    margin-left: 10px
}

.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small {
    font-size: 14px;
    top: 0
}

.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text {
    margin: 0 0 0 6px
}

.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text {
    margin: 0 6px 0 0
}

.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div {
    height: 100px
}

.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter,.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter {
    height: 220px
}

.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div,.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div {
    font-size: 14px
}

.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div,.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div {
    padding-top: 24px
}

.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div,.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div {
    padding: 10px 0
}

.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter,.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter,.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter,.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter {
    min-width: 280px
}

.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
    padding: 0 20px 10px
}

.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
    display: flex
}

.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title {
    font-size: 14px
}

.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper {
    padding-top: 24px
}

.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text {
    font-size: 14px
}

/*! field-list theme */
.e-pivotfieldlist .e-select-table {
    background-color: #fafafa;
    border: .5px solid rgba(0,0,0,.12);
    box-shadow: -1px 1px 4px 0 rgba(0,0,0,.12);
    color: rgba(0,0,0,.54);
    font-size: 20px;
    height: 38px;
    max-height: 38px;
    max-width: 38px;
    min-height: 38px;
    min-width: 38px;
    padding: 10px;
    position: relative;
    width: 38px;
    z-index: 1000
}

.e-pivotfieldlist .e-select-table.e-fieldlist-left {
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.12)
}

.e-pivotfieldlist .e-select-table:active,.e-pivotfieldlist .e-select-table:focus,.e-pivotfieldlist .e-select-table:hover {
    background-color: #e0e0e0
}

.e-bigger.e-pivotfieldlist .e-select-table,.e-bigger .e-pivotfieldlist .e-select-table {
    font-size: 20px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px
}

.e-pivotfieldlist-wrapper {
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;
    font-size: 12px;
    max-width: 700px;
    min-width: 300px
}

.e-pivotfieldlist-wrapper .e-layout-footer {
    padding: 10px 2px 2px;
    text-align: right
}

.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button {
    margin-right: 10px
}

.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn,.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout,.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button {
    max-width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout {
    max-width: 45%
}

.e-pivotfieldlist-wrapper .e-checkbox-layout {
    float: left;
    margin-top: 6px
}

.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer {
    text-align: left
}

.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button {
    margin-left: 10px
}

.e-pivotfieldlist-wrapper.e-dialog {
    max-height: 550px!important
}

.e-pivotfieldlist-wrapper.e-dialog .e-layout-footer {
    padding: 0
}

.e-pivotfieldlist-wrapper.e-dialog .e-checkbox-layout {
    margin-left: 10px
}

.e-pivotfieldlist-wrapper.e-dialog .e-button-layout {
    margin-right: 10px
}

.e-pivotfieldlist-wrapper .e-dlg-header-content,.e-pivotfieldlist-wrapper .e-footer-content {
    border: 0
}

.e-pivotfieldlist-wrapper .e-field-list-title {
    display: flex;
    font-size: 18px;
    min-height: 25px;
    padding: 0 2px 20px;
    width: 100%
}

.e-pivotfieldlist-wrapper .e-field-list-title .e-title-content {
    flex: auto
}

.e-pivotfieldlist-wrapper .e-title-header {
    display: flex;
    padding: 2px;
    width: 100%
}

.e-pivotfieldlist-wrapper .e-title-header .e-title-content {
    flex: auto
}

.e-pivotfieldlist-wrapper .e-field-list-container {
    display: flex;
    height: 342px;
    padding: 1px;
    position: relative
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
    width: 30%
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list-tree .e-sibling {
    display: none
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list {
    width: 100%
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.54);
    font-size: 13px;
    font-weight: 400;
    height: 28px;
    overflow: hidden;
    padding: 7px 0 0 15px;
    text-align: left;
    text-overflow: ellipsis;
    word-break: break-all
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.54);
    display: flex;
    padding-right: 15px
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-field-header {
    flex: auto
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none {
    color: rgba(0,0,0,.54);
    cursor: pointer;
    font-size: 14px;
    height: 20px;
    padding: 7px 0 0 4px;
    width: 20px
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend.e-selected:before,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend.e-selected:before,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none.e-selected:before {
    color: #f60
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend:focus,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend:hover,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend:focus,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend:hover,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none:focus,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none:hover {
    font-weight: 700
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
    display: inline-block;
    height: 310px;
    overflow: auto;
    width: 100%
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list {
    display: inline-table;
    height: 100%;
    padding-left: 2px;
    width: 100%
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul {
    overflow: hidden
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li {
    margin-left: -40px
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
    cursor: default
}

.e-pivotfieldlist-wrapper .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-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-icon {
    color: rgba(0,0,0,.54);
    margin: 0
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-attributeCDB-icon,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-calc-dimension-icon,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-calc-measure-icon,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-hierarchyCDB-icon,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiGoal-icon,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiStatus-icon,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiTrend-icon,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiValue-icon,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-level-members,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-measure-icon,.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-namedSetCDB-icon {
    margin-left: 10px
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-selected {
    opacity: .5
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-selected-node {
    font-weight: 500
}

.e-pivotfieldlist-wrapper .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-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
    margin-left: 0;
    margin-right: 0
}

.e-pivotfieldlist-wrapper .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-wrapper .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-wrapper .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-wrapper .e-field-list-container .e-field-table.e-olap-field-table {
    width: 40%
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table {
    display: flex;
    overflow: hidden;
    width: 70%
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields {
    padding-left: 8px;
    width: 50%
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    fill: #fff;
    font-weight: 400;
    min-height: 165px;
    position: relative;
    width: 100%
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    color: rgba(0,0,0,.54);
    display: flex;
    height: 28px;
    padding: 2px 15px 5px
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
    height: 20px;
    padding-top: 4px;
    width: 20px
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values {
    color: rgba(0,0,0,.54);
    font-size: 14px
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-header,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-header,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-header,.e-pivotfieldlist-wrapper .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;
    margin-top: 2px;
    padding: 0 8px;
    width: 100%
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
    cursor: default;
    width: 100%
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content.e-drag-restrict,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content.e-drag-restrict,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content.e-drag-restrict,.e-pivotfieldlist-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-pivotfieldlist-wrapper .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 {
    display: block;
    pointer-events: none;
    width: 100%
}

.e-pivotfieldlist-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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 #9e9e9e;
    margin-top: -2px
}

.e-pivotfieldlist-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-color: #fafafa;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
    box-shadow: none;
    cursor: default;
    display: flex;
    font-weight: 400;
    height: 32px;
    line-height: 1em;
    padding: 9px 12px;
    text-transform: none;
    width: 100%
}

.e-pivotfieldlist-wrapper .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-wrapper .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-wrapper .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-wrapper .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: .5
}

.e-pivotfieldlist-wrapper .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-wrapper .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-wrapper .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-wrapper .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: #eee
}

.e-pivotfieldlist-wrapper .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-content,.e-pivotfieldlist-wrapper .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-content,.e-pivotfieldlist-wrapper .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-content,.e-pivotfieldlist-wrapper .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-content {
    background-color: transparent
}

.e-pivotfieldlist-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-pivotfieldlist-wrapper .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 {
    background-color: #e0e0e0;
    color: #000
}

.e-pivotfieldlist-wrapper .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-content,.e-pivotfieldlist-wrapper .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-content,.e-pivotfieldlist-wrapper .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-content,.e-pivotfieldlist-wrapper .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-content,.e-pivotfieldlist-wrapper .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-content,.e-pivotfieldlist-wrapper .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-content,.e-pivotfieldlist-wrapper .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-content,.e-pivotfieldlist-wrapper .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-content {
    background-color: transparent
}

.e-pivotfieldlist-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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 {
    color: #000
}

.e-pivotfieldlist-wrapper .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-content,.e-pivotfieldlist-wrapper .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-content,.e-pivotfieldlist-wrapper .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-content,.e-pivotfieldlist-wrapper .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-content {
    background-color: 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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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 {
    color: rgba(0,0,0,.54);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    padding-left: 4px;
    width: 20px
}

.e-pivotfieldlist-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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 {
    color: rgba(0,0,0,.87)
}

.e-pivotfieldlist-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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 {
    display: none
}

.e-pivotfieldlist-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-content,.e-pivotfieldlist-wrapper .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-content,.e-pivotfieldlist-wrapper .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-content,.e-pivotfieldlist-wrapper .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-content {
    text-align: right
}

.e-pivotfieldlist-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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-wrapper .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 {
    padding-left: 0;
    padding-right: 4px
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-sort,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-sort,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-sort,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-sort {
    height: -moz-fit-content;
    height: fit-content;
    transform: rotateX(0deg);
    transition: transform .2s ease-in-out
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-sort.e-descend,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-sort.e-descend,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-sort.e-descend,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-sort.e-descend {
    transform: rotateX(180deg)
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
    height: 133px;
    overflow: auto;
    scroll-behavior: smooth
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt {
    bottom: 32%;
    color: #e0e0e0;
    font-size: 12px;
    height: 25px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    width: 100%
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt.e-disable,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt.e-disable,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt.e-disable,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt.e-disable {
    display: none
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
    margin-top: 8px
}

.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table.e-olap-axis-table {
    width: 60%
}

.e-pivotfieldlist-wrapper .e-calculated-field {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    max-width: 160px;
    min-width: 145px
}

.e-pivotfieldlist-wrapper .e-calculated-field.e-disable {
    display: none
}

.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list {
    padding-left: 0;
    padding-right: 2px
}

.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li {
    margin-left: 0;
    margin-right: -40px
}

.e-pivotfieldlist-wrapper.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-wrapper.e-rtl .e-field-table .e-field-list ul li .e-drag {
    margin-left: 6px!important;
    margin-right: 0!important
}

.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-attributeCDB-icon,.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-calc-dimension-icon,.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-calc-measure-icon,.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-hierarchyCDB-icon,.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiGoal-icon,.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiStatus-icon,.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiTrend-icon,.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiValue-icon,.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-level-members,.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-measure-icon,.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-namedSetCDB-icon {
    margin-left: 0;
    margin-right: 10px
}

.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header {
    padding-left: 0;
    padding-right: 15px;
    text-align: right
}

.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper {
    padding-left: 15px;
    padding-right: 0
}

.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend,.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend,.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none {
    padding: 7px 4px 0 0
}

.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields,.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields {
    padding-left: 0;
    padding-right: 8px
}

.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-header,.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-header,.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-header,.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-header {
    float: right
}

.e-pivotfieldlist-wrapper.e-static {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    max-height: 700px;
    padding: 10px;
    position: relative
}

.e-pivotfieldlist-wrapper.e-static .e-title-content {
    color: #000
}

.e-pivotfieldlist-wrapper.e-static .e-field-list-container {
    display: inline-block;
    height: 100%;
    width: 100%
}

.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table {
    height: 210px;
    width: 100%
}

.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
    height: 175px
}

.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-div {
    display: none
}

.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title {
    color: rgba(0,0,0,.54);
    font-size: 13px;
    height: 25px;
    margin-top: 5px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis
}

.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table {
    width: 100%
}

.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields {
    padding: 0
}

.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields {
    padding-left: 8px
}

.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
    margin-top: 8px
}

.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper,.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
    padding-top: 4px
}

.e-pivotfieldlist-wrapper.e-static.e-rtl .e-center-title {
    text-align: right
}

.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields {
    padding-left: 10px
}

.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
    padding: 0
}

.e-pivotfieldlist-wrapper.e-device {
    height: 100%;
    max-height: 100%!important;
    max-width: 100%!important;
    min-height: 500px;
    width: 100%
}

.e-pivotfieldlist-wrapper.e-device .e-dlg-header-content {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.87);
    font-size: 14px;
    height: 48px;
    padding-bottom: 9px;
    padding-top: 9px
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-field-list-dialog .e-dlg-header-content {
    background-color: transparent;
    color: rgba(0,0,0,.87)
}

.e-pivotfieldlist-wrapper.e-device .e-title-mobile-header {
    display: flex
}

.e-pivotfieldlist-wrapper.e-device .e-title-mobile-content {
    margin-top: 0
}

.e-pivotfieldlist-wrapper.e-device .e-field-list-back-icon {
    color: rgba(0,0,0,.54);
    font-size: 16px;
    height: 24px;
    margin-left: 0;
    margin-right: 12px;
    padding-top: 7px;
    text-align: center;
    width: 24px
}

.e-pivotfieldlist-wrapper.e-device .e-disable {
    display: none
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container {
    height: 100%;
    position: relative
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-tab-header {
    background-color: #f5f5f5
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-tab-header .e-toolbar-item .e-tab-wrap {
    border: 0
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content {
    display: initial
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows,.e-pivotfieldlist-wrapper.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-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-axis-content,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-axis-content,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-axis-content {
    overflow: auto
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div {
    display: grid
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-drop-indicator,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-drop-indicator,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-drop-indicator,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-drop-indicator {
    display: none
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-right-width: 0;
    border-top-width: 1px;
    box-shadow: none;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: normal;
    padding: 9px 16px;
    text-transform: none;
    width: 100%
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-list-selected,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-list-selected {
    opacity: .5
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-content {
    flex: auto;
    font-size: 14px;
    height: 100%;
    margin-top: -2px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    width: 70%
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-drag,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-drag,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-drag,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-drag {
    display: none
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort {
    color: rgba(0,0,0,.54);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 24px;
    padding-left: 10px;
    width: 24px
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove:hover,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort:hover {
    color: rgba(0,0,0,.87)
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort {
    height: -moz-fit-content;
    height: fit-content;
    transform: rotateX(0deg);
    transition: transform .2s ease-in-out
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-descend,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-descend,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend,.e-pivotfieldlist-wrapper.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-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-wrapper.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-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-content {
    text-align: right
}

.e-pivotfieldlist-wrapper.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-wrapper.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-wrapper.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-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,.e-pivotfieldlist-wrapper.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-wrapper.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-wrapper.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-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,.e-pivotfieldlist-wrapper.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-wrapper.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-wrapper.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-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,.e-pivotfieldlist-wrapper.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-wrapper.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-wrapper.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-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort {
    padding-left: 0;
    padding-right: 10px
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-axis-content,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-axis-content,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-axis-content {
    height: 100%;
    width: 100%
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-draggable-prompt,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-draggable-prompt,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-draggable-prompt,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-draggable-prompt {
    border: 1px dashed #f5f5f5;
    color: #f5f5f5;
    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-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #000;
    height: 200px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 25px;
    padding: 2px 3px;
    resize: none;
    width: 90%
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-member-options,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-olap-calc-custom-format-div,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-input-div {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    width: 90%!important
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion {
    margin-top: 20px;
    overflow: auto
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
    margin-right: 12px
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper {
    margin-bottom: 24px;
    margin-right: 20px
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
    color: #000;
    font-family: Roboto-Reguar;
    font-size: 14px;
    opacity: .87
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-add-button,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-cancel-button,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button {
    float: right;
    margin-right: 20px;
    margin-top: 32px
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button {
    bottom: 0;
    position: sticky
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord {
    max-height: 290px;
    overflow: auto
}

.e-pivotfieldlist-wrapper.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-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
    height: 18px;
    width: 18px
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer {
    bottom: 20px;
    display: inline-block;
    position: absolute;
    vertical-align: bottom;
    width: 100%
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content {
    display: inline-block;
    padding: 15px;
    width: 100%
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-calculated-field-btn,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-field-list-btn {
    float: right;
    height: 52px;
    pointer-events: all;
    width: 52px;
    z-index: 1000
}

.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-calculated-field-btn .e-add-icon,.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-field-list-btn .e-add-icon {
    font-size: 18px;
    line-height: 50px
}

.e-pivotfieldlist-wrapper.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-wrapper.e-device .e-footer-content.e-field-list-footer .e-calculated-field-btn,.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn,.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button,.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-field-list-btn {
    float: right;
    height: 52px;
    pointer-events: all;
    width: 52px;
    z-index: 1000
}

.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-calculated-field-btn .e-add-icon,.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn .e-add-icon,.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button .e-add-icon,.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-field-list-btn .e-add-icon {
    font-size: 18px;
    line-height: 50px
}

.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn,.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button {
    float: left
}

.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn,.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-checkbox-layout,.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button {
    max-width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-checkbox-layout {
    max-width: 45%
}

.e-pivotfieldlist-wrapper.e-device.e-static {
    border: 0;
    padding: 0
}

.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-columns .e-axis-content,.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-filters .e-axis-content,.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-rows .e-axis-content,.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-values .e-axis-content {
    max-height: 600px
}

.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-back-icon {
    margin-left: 12px;
    margin-right: 0;
    transform: rotateY(180deg)
}

.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-calculated-field-btn,.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-field-list-btn {
    float: left
}

.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-cancel-btn,.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-defer-apply-button {
    float: right
}

.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-add-button,.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-cancel-button,.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-ok-button {
    float: left!important;
    margin-left: 20px
}

.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
    margin-left: 12px!important;
    margin-right: 0!important
}

.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
    padding-left: 16px
}

.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.54);
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    overflow: hidden;
    padding: 7px 0 0 20px
}

.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper {
    padding-right: 20px
}

.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend,.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none {
    font-size: 16px;
    height: 24px;
    padding: 7px 0 0 4px;
    width: 24px
}

.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list {
    padding-left: 5px
}

.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li {
    padding: 0
}

.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag {
    font-size: 16px!important;
    height: 24px!important;
    margin-bottom: 3px!important;
    margin-right: 4px!important;
    width: 24px!important
}

.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon,.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon,.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon,.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon,.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon,.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon,.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon,.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon,.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members,.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon,.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon {
    margin-left: 10px
}

.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon {
    font-size: 16px
}

.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows,.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values,.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values {
    margin-top: 16px
}

.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper {
    height: 30px;
    padding: 0 20px 5px
}

.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
    height: 24px;
    padding-top: 7px;
    width: 24px
}

.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values {
    font-size: 16px
}

.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header {
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 4px;
    padding: 0 12px
}

.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button {
    font-size: 14px;
    height: 36px!important;
    padding: 9px 16px!important
}

.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content {
    font-size: 14px;
    line-height: 1.1em;
    padding: 0 10px
}

.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable {
    height: 24px;
    width: 24px
}

.e-bigger.e-pivotfieldlist-wrapper .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-bigger .e-pivotfieldlist-wrapper .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-bigger.e-pivotfieldlist-wrapper .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-bigger .e-pivotfieldlist-wrapper .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-bigger.e-pivotfieldlist-wrapper .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-bigger .e-pivotfieldlist-wrapper .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-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger.e-pivotfieldlist-wrapper .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-bigger .e-pivotfieldlist-wrapper .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-bigger.e-pivotfieldlist-wrapper .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-bigger .e-pivotfieldlist-wrapper .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-bigger.e-pivotfieldlist-wrapper .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-bigger .e-pivotfieldlist-wrapper .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-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger.e-pivotfieldlist-wrapper .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-bigger .e-pivotfieldlist-wrapper .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-bigger.e-pivotfieldlist-wrapper .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-bigger .e-pivotfieldlist-wrapper .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-bigger.e-pivotfieldlist-wrapper .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-bigger .e-pivotfieldlist-wrapper .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-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger.e-pivotfieldlist-wrapper .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-bigger .e-pivotfieldlist-wrapper .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-bigger.e-pivotfieldlist-wrapper .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-bigger .e-pivotfieldlist-wrapper .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-bigger.e-pivotfieldlist-wrapper .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-bigger .e-pivotfieldlist-wrapper .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-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 24px;
    width: 24px
}

.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort {
    height: 16px
}

.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag,.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag,.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag {
    font-size: 16px;
    width: 24px
}

.e-bigger.e-pivotfieldlist-wrapper .e-calculated-field,.e-bigger .e-pivotfieldlist-wrapper .e-calculated-field {
    font-size: 14px
}

.e-bigger.e-pivotfieldlist-wrapper.e-static,.e-bigger .e-pivotfieldlist-wrapper.e-static {
    max-height: 720px
}

.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title,.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title {
    color: rgba(0,0,0,.54);
    font-size: 14px
}

.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields,.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields {
    padding-left: 16px
}

.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values,.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values {
    margin-top: 16px
}

.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper,.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper,.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper,.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper,.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper,.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper {
    padding-top: 7px
}

.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields,.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields {
    padding-left: 16px
}

.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields,.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields {
    padding: 0!important
}

.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list {
    padding-left: 0;
    padding-right: 5px
}

.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag {
    margin-left: 4px!important;
    margin-right: 0!important
}

.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon {
    margin-left: 0;
    margin-right: 10px
}

.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header {
    padding-right: 20px
}

.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper {
    padding-left: 20px
}

.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none {
    padding: 7px 4px 0 0
}

.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields {
    padding-left: 0;
    padding-right: 8px
}

.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove,.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort,.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort {
    padding-left: 0;
    padding-right: 4px
}

/*! recurrence editor theme wise definitions*/
/*! Recurrence-Editor component layout */
.e-recurrenceeditor .e-editor {
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: 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: 400;
    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 {
    position: relative;
    right: 16px
}

.e-recurrenceeditor .e-recurrence-table .e-monthday-element {
    padding-left: 10px
}

.e-recurrenceeditor .e-icons {
    height: 0
}

.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 8px
}

.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-count,.e-recurrenceeditor .e-input-wrapper.e-end-on-date {
    padding-right: 0
}

.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 {
    padding-left: 0
}

.e-recurrenceeditor.e-rtl .e-week-position {
    padding-left: 16px;
    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-left: 8px;
    padding-right: 0
}

.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count,.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date {
    padding-left: 0;
    padding-right: 8px
}

.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
    width: 0
}

.e-recurrenceeditor .e-days .e-week-expander-label {
    font-size: 12px;
    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-month-expander tr:first-child .e-input-wrapper,.e-recurrenceeditor .e-year-expander {
    margin-bottom: 11px
}

.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
    margin-top: -3px
}

.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-label {
    float: none;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 1px;
    padding-right: 16px
}

.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: 12px;
    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-bigger .e-recurrenceeditor {
    padding: 0
}

.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
    padding: 0 12px 11px 0
}

.e-bigger .e-recurrenceeditor .e-form-left {
    padding: 0 12px 14px 0
}

.e-bigger .e-recurrenceeditor .e-form-right,.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
    padding: 0 0 10px 12px
}

.e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position {
    right: 24px
}

.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
    padding-bottom: 6px
}

.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
    padding-left: 70px
}

.e-bigger .e-recurrenceeditor .e-week-position {
    padding-left: 55px;
    padding-right: 0
}

.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week>.e-month-expander-label {
    font-size: 12px;
    margin-bottom: 0
}

.e-bigger .e-recurrenceeditor .e-end-on-label {
    margin-bottom: 0
}

.e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
    font-size: 12px;
    margin-bottom: 8px
}

.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
    padding-bottom: 12px
}

.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
    font-size: 12px;
    margin-bottom: 1px
}

.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right,.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,.e-bigger .e-recurrenceeditor .e-year-expander {
    margin-bottom: 11px
}

.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
    width: 0
}

.e-bigger .e-recurrenceeditor .e-days button {
    height: 40px;
    width: 40px
}

.e-bigger .e-recurrenceeditor.e-rtl .e-form-left,.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
    padding: 0 0 10px 12px
}

.e-bigger .e-recurrenceeditor.e-rtl .e-form-right,.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
    padding: 0 12px 10px 0
}

.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
    padding-left: 0;
    padding-right: 64px
}

.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week>.e-month-expander-label {
    padding-right: 0
}

.e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
    margin-bottom: 5px
}

.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
    padding-left: 12px;
    padding-right: 0
}

.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count,.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date {
    padding-left: 0;
    padding-right: 12px
}

.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
    right: 33px
}

.e-bigger .e-recurrenceeditor.e-rtl .e-week-position {
    padding-left: 46px
}

.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-form-right,.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left,.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
    padding: 0 0 10px
}

.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count,.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date {
    padding-left: 10px;
    padding-right: 0
}

.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,.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-count,.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date {
    padding-left: 0;
    padding-right: 10px
}

.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
    padding-left: 0
}

.e-device .e-recurrenceeditor.e-rtl .e-week-position {
    padding-left: 16px;
    padding-right: 0
}

.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
    padding-left: 20px
}

.e-device .e-recurrenceeditor .e-week-position {
    padding-right: 0;
    padding-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: 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-end-on .e-end-on-label,.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week>.e-month-expander-label {
        margin-bottom: 1px
    }

    .e-recurrenceeditor .e-editor>div {
        margin-top: 20px
    }

    .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on,.e-recurrenceeditor .e-editor>.e-input-wrapper {
        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-count,.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date {
        padding-left: 10px;
        padding-right: 0
    }

    .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,.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
        width: 100%
    }

    .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-count,.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date {
        padding-left: 0;
        padding-right: 10px
    }
}

/*! Recurrence-Editor component theme */
/*! component's theme wise override material-definitions and variables */
/*! card layout */
.e-card .e-card-actions .e-card-btn,.e-card .e-card-actions a {
    border-radius: 2px
}

/*! card theme */
.e-card {
    -webkit-tap-highlight-color: transparent
}

.e-card .e-card-actions .e-card-btn,.e-card .e-card-actions .e-card-btn:active,.e-card .e-card-actions .e-card-btn:focus,.e-card .e-card-actions .e-card-btn:hover,.e-card .e-card-actions a,.e-card .e-card-actions a:active,.e-card .e-card-actions a:focus,.e-card .e-card-actions a:hover {
    color: #f60
}

/*! component's theme wise override material-definitions and variables */
.e-dashboardlayout.e-control .e-panel:hover {
    cursor: move
}

.e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize {
    display: block
}

.e-dashboardlayout.e-control .e-panel:active {
    border: 1px solid #f60
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize {
    display: none
}

.e-dashboardlayout.e-control .e-panel .e-panel-header {
    padding: 0 12px
}

.e-dashboardlayout.e-control .e-holder {
    background: rgba(255,102,0,.2);
    border: 1px dotted #f60
}

.e-dashboardlayout.e-control .e-panel.e-bigger.e-panel-header {
    font-size: 13px;
    font-weight: 500;
    height: 30;
    padding: 0 12px
}

/*!componenticons*/
.e-icon-check:before {
    content: "\e7ff"
}

.e-grid-menu .e-icon-ascending:before,.e-grid .e-icon-ascending:before {
    content: "\e840"
}

.e-grid-menu .e-icon-descending:before,.e-grid .e-icon-descending:before {
    content: "\e83f"
}

.e-grid-menu .e-icon-hide:before,.e-grid .e-icon-hide:before {
    content: "\e825"
}

.e-grid-menu .e-ungroupbutton.e-icon-hide:before,.e-grid .e-ungroupbutton.e-icon-hide:before {
    content: "\e917"
}

.e-grid-menu .e-icon-rowselect:before,.e-grid .e-icon-rowselect:before {
    content: "\e930"
}

.e-grid-menu .e-icon-sortdirect:before,.e-grid .e-icon-sortdirect:before {
    content: "\e890"
}

.e-grid-menu .e-icon-gdownarrow:before,.e-grid .e-icon-gdownarrow:before {
    content: "\e83d"
}

.e-grid-menu .e-icon-grightarrow:before,.e-grid .e-icon-grightarrow:before {
    content: "\e859"
}

.e-grid-menu .e-icon-filter:before,.e-grid .e-icon-filter:before {
    content: "\e7ee"
}

.e-grid-menu .e-excl-filter-icon:before,.e-grid .e-excl-filter-icon:before {
    content: "\e251"
}

.e-grid-menu .e-excl-filter-icon.e-filtered:before,.e-grid .e-excl-filter-icon.e-filtered:before {
    content: "\e248"
}

.e-grid-menu.e-rtl .e-icon-grightarrow:before,.e-grid.e-rtl .e-icon-grightarrow:before {
    content: "\e854"
}

.e-grid-menu .e-icon-group:before,.e-grid-menu .e-icon-ungroup:before,.e-grid .e-icon-group:before,.e-grid .e-icon-ungroup:before {
    content: "\e926"
}

.e-grid-menu .e-icon-reorderuparrow:before,.e-grid .e-icon-reorderuparrow:before {
    content: "\e918"
}

.e-grid-menu .e-icon-reorderdownarrow:before,.e-grid .e-icon-reorderdownarrow:before {
    content: "\e919"
}

.e-grid-menu .e-print:before,.e-grid .e-print:before {
    content: "\e813"
}

.e-grid-menu .e-add:before,.e-grid .e-add:before {
    content: "\e7f9"
}

.e-grid-menu .e-wordexport:before,.e-grid .e-wordexport:before {
    content: "\e7b0"
}

.e-grid-menu .e-pdfexport:before,.e-grid .e-pdfexport:before {
    content: "\e240"
}

.e-grid-menu .e-csvexport:before,.e-grid .e-csvexport:before {
    content: "\e241"
}

.e-grid-menu .e-excelexport:before,.e-grid .e-excelexport:before {
    content: "\e242"
}

.e-grid-menu .e-edit:before,.e-grid .e-edit:before {
    content: "\e81e"
}

.e-grid-menu .e-columnmenu:before,.e-grid .e-columnmenu:before {
    content: "\e984"
}

.e-grid-menu .e-delete:before,.e-grid .e-delete:before {
    content: "\e84e"
}

.e-grid-menu .e-cancel:before,.e-grid .e-cancel:before {
    content: "\e825"
}

.e-grid-menu .e-copy:before,.e-grid .e-copy:before {
    content: "\e70a"
}

.e-grid-menu .e-save:before,.e-grid .e-save:before {
    content: "\e98e"
}

.e-grid-menu .e-update:before,.e-grid .e-update:before {
    content: "\e735"
}

.e-grid-menu .e-search-icon:before,.e-grid .e-search-icon:before {
    content: "\e993"
}

.e-grid-menu .e-cancel-icon:before,.e-grid .e-cancel-icon:before {
    content: "\e825"
}

.e-grid-menu .e-columnchooserdiv:before,.e-grid .e-columnchooserdiv:before {
    content: "\e714"
}

.e-grid-menu .e-ccsearch-icon:before,.e-grid .e-ccsearch-icon:before {
    content: "\e993"
}

.e-grid-menu .e-columnchooser:before,.e-grid .e-columnchooser:before {
    content: "\e21e"
}

.e-grid-menu .e-columnchooser-btn:before,.e-grid .e-columnchooser-btn:before {
    content: "\e969"
}

.e-grid-menu .e-cc-icon:before,.e-grid .e-cc-icon:before {
    content: "\e82e"
}

.e-grid-menu .e-icon-rowdragicon:before,.e-grid-menu.e-rtl .e-icon-rowdragicon:before,.e-grid .e-icon-rowdragicon:before,.e-grid.e-rtl .e-icon-rowdragicon:before {
    content: "\e330"
}

.e-grid-menu .e-ccsearch-icon.e-cc-cancel:before,.e-grid-menu .e-chkcancel-icon:before,.e-grid .e-ccsearch-icon.e-cc-cancel:before,.e-grid .e-chkcancel-icon:before {
    content: "\e7a7"
}

/*! Grid layout */
.e-disableuserselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-emptyicon {
    opacity: 0
}

.e-device .e-flmenu-valuediv {
    padding: 24px 0 0
}

.e-xlfl-dlgfields {
    font-size: 17px
}

.e-xlfl-fieldset {
    font-size: 14px;
    padding-top: 15px
}

.e-xlfl-mtcase,.e-xlfl-optr,.e-xlfl-radio,.e-xlfl-value {
    padding-top: 12px
}

.e-xlfl-optr:first-child {
    padding-right: 12px
}

.e-xlflmenu.e-rtl .e-xlfl-optr:first-child {
    padding-left: 12px
}

.e-xlflmenu {
    min-height: 295px
}

.e-xlflmenu .e-xlfl-table {
    border-spacing: 0;
    table-layout: fixed;
    width: 100%
}

.e-xlflmenu .e-radio+label .e-label {
    padding-left: 23px;
    padding-right: 13px
}

.e-xlflmenu.e-rtl .e-radio+label .e-label {
    padding-left: 0;
    padding-right: 25px
}

.e-xlflmenu .e-checkbox-wrapper .e-frame+.e-label {
    margin-left: 6px
}

.e-xlflmenu .e-dlg-content {
    padding-bottom: 6px
}

.e-xlfl-radiodiv {
    width: 117px
}

.e-xlfl-matchcasediv,.e-xlfl-radio-or {
    margin-left: 13px
}

.e-xlfl-matchcasediv,.e-xlflmenu.e-rtl .e-xlfl-radio-or {
    margin-left: 0;
    margin-right: 13px
}

.e-bigger .e-xlflmenu .e-xlfl-table {
    border-spacing: 0;
    width: 100%
}

.e-bigger .e-xlflmenu .e-dlg-content {
    padding-bottom: 8px
}

.e-bigger .e-xlflmenu .e-radio+label .e-label {
    padding-left: 28px;
    padding-right: 5px
}

.e-bigger .e-xlflmenu .e-checkbox-wrapper .e-frame+.e-label {
    margin-left: 8px
}

.e-bigger .e-xlfl-radiodiv {
    width: 137px
}

.e-bigger .e-xlfl-matchcasediv,.e-bigger .e-xlfl-radio-or {
    margin-left: 18px
}

.e-bigger .e-xlflmenu {
    min-height: 396px
}

.e-bigger .e-xlfl-optr:first-child {
    padding-right: 16px
}

.e-bigger .e-xlfl-dlgfields {
    font-size: 18px
}

.e-bigger .e-xlfl-fieldset {
    font-size: 15px;
    padding-top: 20px
}

.e-bigger .e-xlfl-mtcase,.e-bigger .e-xlfl-optr,.e-bigger .e-xlfl-radio,.e-bigger .e-xlfl-value {
    padding-top: 16px
}

.e-bigger .e-grid,.e-grid.e-bigger {
    font-size: 13px
}

.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper,.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper {
    padding-bottom: 8px;
    padding-top: 2px
}

.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon,.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
    min-width: 20px
}

.e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons,.e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons {
    font-size: 18px
}

.e-bigger .e-grid .e-xlflmenu,.e-grid.e-bigger .e-xlflmenu {
    min-height: 396px
}

.e-bigger .e-grid .e-flmenu-valuediv,.e-grid.e-bigger .e-flmenu-valuediv {
    padding: 24px 0 0
}

.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul li,.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li {
    height: 48px;
    line-height: 48px
}

.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon {
    height: 48px;
    line-height: 48px;
    margin-right: 15px
}

.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
    height: 48px;
    line-height: 48px
}

.e-bigger .e-grid .e-headercell,.e-grid.e-bigger .e-headercell {
    height: 56px;
    padding: 0 28px
}

.e-bigger .e-grid .e-headercelldiv,.e-grid.e-bigger .e-headercelldiv {
    height: 29px;
    line-height: 30px
}

.e-bigger .e-grid .e-detailheadercell,.e-bigger .e-grid .e-gridheader thead .e-icons,.e-bigger .e-grid .e-headercell,.e-bigger .e-grid .e-icon-gdownarrow,.e-bigger .e-grid .e-icon-grightarrow,.e-bigger .e-grid .e-icons,.e-bigger .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn,.e-grid.e-bigger .e-detailheadercell,.e-grid.e-bigger .e-gridheader thead .e-icons,.e-grid.e-bigger .e-headercell,.e-grid.e-bigger .e-icon-gdownarrow,.e-grid.e-bigger .e-icon-grightarrow,.e-grid.e-bigger .e-icons,.e-grid.e-bigger .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn {
    font-size: 12px
}

.e-bigger .e-grid .e-gridheader tr th:last-child,.e-grid.e-bigger .e-gridheader tr th:last-child {
    padding-right: 28px
}

.e-bigger .e-grid .e-gridheader tr th:last-child.e-filterbarcell,.e-grid.e-bigger .e-gridheader tr th:last-child.e-filterbarcell {
    padding-left: 21px
}

.e-bigger .e-grid .e-gridheader tr th:first-child,.e-grid.e-bigger .e-gridheader tr th:first-child {
    padding-left: 28px
}

.e-bigger .e-grid .e-gridheader tr th:first-child.e-filterbarcell,.e-grid.e-bigger .e-gridheader tr th:first-child.e-filterbarcell {
    padding-left: 21px
}

.e-bigger .e-grid .e-headercelldiv,.e-grid.e-bigger .e-headercelldiv {
    font-size: 12px
}

.e-bigger .e-grid .e-rowcell,.e-bigger .e-grid .e-summarycell,.e-grid.e-bigger .e-rowcell,.e-grid.e-bigger .e-summarycell {
    font-size: 13px;
    padding: 11px 28px
}

.e-bigger .e-grid .e-rowcell:first-child,.e-bigger .e-grid .e-summarycell:first-child,.e-grid.e-bigger .e-rowcell:first-child,.e-grid.e-bigger .e-summarycell:first-child {
    padding-left: 28px
}

.e-bigger .e-grid .e-rowcell:last-child,.e-bigger .e-grid .e-summarycell:last-child,.e-grid.e-bigger .e-rowcell:last-child,.e-grid.e-bigger .e-summarycell:last-child {
    padding-right: 28px
}

.e-bigger .e-grid .e-filterbarcell,.e-bigger .e-grid .e-filterbarcelldisabled,.e-grid.e-bigger .e-filterbarcell,.e-grid.e-bigger .e-filterbarcelldisabled {
    height: 56px;
    padding: 0 28px
}

.e-bigger .e-grid .e-filterbarcell input,.e-grid.e-bigger .e-filterbarcell input {
    height: 26px
}

.e-bigger .e-grid .e-ftrchk,.e-grid.e-bigger .e-ftrchk {
    padding-bottom: 13px;
    padding-top: 13px
}

.e-bigger .e-grid .e-columnmenu,.e-grid.e-bigger .e-columnmenu {
    bottom: 17px
}

.e-bigger .e-grid.e-device.e-noselect,.e-grid.e-bigger.e-device.e-noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-bigger .e-grid .e-dialog.e-checkboxfilter,.e-bigger .e-grid .e-dialog.e-flmenu,.e-grid.e-bigger .e-dialog.e-checkboxfilter,.e-grid.e-bigger .e-dialog.e-flmenu {
    min-width: 260px
}

.e-bigger .e-grid .e-dialog.e-checkboxfilter,.e-grid.e-bigger .e-dialog.e-checkboxfilter {
    min-height: 352px
}

.e-bigger .e-grid .e-filtermenudiv,.e-grid.e-bigger .e-filtermenudiv {
    margin: -18px -7px
}

.e-bigger .e-grid .e-sortfilterdiv,.e-grid.e-bigger .e-sortfilterdiv {
    margin: -17px 8px
}

.e-bigger .e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger .e-gridheader .e-fltr-icon .e-sortfilterdiv {
    margin: -15px 18px
}

.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv,.e-bigger .e-grid .e-wrap .e-sortfilterdiv,.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv,.e-grid.e-bigger .e-wrap .e-sortfilterdiv {
    margin: -20px 8px
}

.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv .e-wrap .e-rightalign .e-sortfilterdiv,.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv .e-wrap .e-rightalign .e-sortfilterdiv {
    margin: -20px 2px
}

.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv .e-wrap .e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv .e-wrap .e-fltr-icon .e-sortfilterdiv {
    margin: -10px 18px
}

.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv,.e-bigger .e-grid .e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger .e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv {
    margin: -12px 2px
}

.e-bigger .e-grid.e-wrap .e-columnheader .e-headercelldiv,.e-bigger .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv,.e-bigger .e-grid.e-wrap .e-rowcell,.e-grid.e-bigger.e-wrap .e-columnheader .e-headercelldiv,.e-grid.e-bigger.e-wrap .e-columnheader .e-stackedheadercelldiv,.e-grid.e-bigger.e-wrap .e-rowcell {
    line-height: 18px
}

.e-bigger .e-grid .e-gridheader .e-rightalign .e-sortfilterdiv,.e-grid.e-bigger .e-gridheader .e-rightalign .e-sortfilterdiv {
    margin: -17px 2px
}

.e-bigger .e-grid .e-gridheader .e-rightalign .e-sortnumber,.e-grid.e-bigger .e-gridheader .e-rightalign .e-sortnumber {
    float: left;
    margin: 8px 2px 0 5px
}

.e-bigger .e-grid .e-sortnumber,.e-grid.e-bigger .e-sortnumber {
    border-radius: 65%;
    display: inline-block;
    float: right;
    font-size: 9px;
    height: 15px;
    line-height: 16px;
    margin: 8px 5px 0 2px;
    text-align: center;
    width: 15px
}

.e-bigger .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
    margin: -17px 2px
}

.e-bigger .e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv,.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv,.e-bigger .e-grid.e-rtl .e-headercell .e-sortfilterdiv,.e-grid.e-bigger.e-rtl .e-detailheadercell .e-sortfilterdiv,.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv,.e-grid.e-bigger.e-rtl .e-headercell .e-sortfilterdiv {
    margin: -17px 10px
}

.e-bigger .e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv {
    margin: -15px 30px 0 0
}

.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
    margin: -16px 0
}

.e-bigger .e-grid.e-rtl .e-filtermenudiv,.e-bigger .e-grid.e-rtl .e-rightalign .e-filtermenudiv,.e-grid.e-bigger.e-rtl .e-filtermenudiv,.e-grid.e-bigger.e-rtl .e-rightalign .e-filtermenudiv {
    margin: -18px 0 -18px -11px
}

.e-bigger .e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber,.e-bigger .e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber,.e-grid.e-bigger.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber,.e-grid.e-bigger.e-rtl .e-headercell .e-headercelldiv .e-sortnumber {
    margin: 6px 0 0 5px
}

.e-bigger .e-grid .e-emptyrow td,.e-bigger .e-grid .e-frozencontent table tr td:first-child:empty,.e-bigger .e-grid .e-movablecontent table tr td:first-child:empty,.e-bigger .e-grid .e-rowcell,.e-bigger .e-grid .e-summarycell,.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty,.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,.e-grid.e-bigger .e-emptyrow td,.e-grid.e-bigger .e-frozencontent table tr td:first-child:empty,.e-grid.e-bigger .e-movablecontent table tr td:first-child:empty,.e-grid.e-bigger .e-rowcell,.e-grid.e-bigger .e-summarycell,.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty,.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty {
    line-height: 27px
}

.e-bigger .e-grid .e-filterbarcell input,.e-grid.e-bigger .e-filterbarcell input {
    font-size: 13px
}

.e-bigger .e-grid .e-groupdroparea,.e-grid.e-bigger .e-groupdroparea {
    font-size: 19px;
    min-height: 64px;
    padding: 22px 24px
}

.e-bigger .e-grid .e-cloneproperties,.e-grid.e-bigger .e-cloneproperties {
    padding: 4px 5px
}

.e-bigger .e-grid .e-headerclone,.e-grid.e-bigger .e-headerclone {
    font-size: 12px
}

.e-bigger .e-grid .e-groupdroparea.e-grouped,.e-grid.e-bigger .e-groupdroparea.e-grouped {
    padding: 11px 0 12px
}

.e-bigger .e-grid .e-frozenheader table tr td.e-rowcell,.e-grid.e-bigger .e-frozenheader table tr td.e-rowcell {
    height: 43px
}

.e-bigger .e-grid .e-frozencontent table tr td:first-child:empty,.e-bigger .e-grid .e-frozenhdrcont table tr td:first-child:empty,.e-bigger .e-grid .e-movablecontent table tr td:first-child:empty,.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty,.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,.e-grid.e-bigger .e-frozencontent table tr td:first-child:empty,.e-grid.e-bigger .e-frozenhdrcont table tr td:first-child:empty,.e-grid.e-bigger .e-movablecontent table tr td:first-child:empty,.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty,.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty {
    height: 49px
}

.e-bigger .e-grid.e-bigger .e-columnmenu,.e-grid.e-bigger.e-bigger .e-columnmenu {
    bottom: 16px;
    margin: 0 -7px
}

.e-bigger .e-grid .e-columnmenu,.e-grid.e-bigger .e-columnmenu {
    right: 10px
}

.e-bigger .e-grid .e-groupheadercell,.e-bigger .e-grid .e-groupheadercell:hover,.e-grid.e-bigger .e-groupheadercell,.e-grid.e-bigger .e-groupheadercell:hover {
    border-radius: 16px;
    height: 32px;
    margin: 4px 0 0 24px;
    padding: 0 8px 0 12px;
    font-size: 13px
}

.e-bigger .e-grid .e-groupheadercell:hover,.e-grid.e-bigger .e-groupheadercell:hover {
    padding: 0 8px 0 12px
}

.e-bigger .e-grid .e-gdclone,.e-grid.e-bigger .e-gdclone {
    border-radius: 17px;
    padding: 6px
}

.e-bigger .e-grid .e-groupheadercell span,.e-grid.e-bigger .e-groupheadercell span {
    height: 32px;
    line-height: 32px;
    padding: 0
}

.e-bigger .e-grid .e-groupheadercell .e-ungroupbutton,.e-grid.e-bigger .e-groupheadercell .e-ungroupbutton {
    font-size: 16px
}

.e-bigger .e-grid .e-groupheadercell .e-grouptext,.e-grid.e-bigger .e-groupheadercell .e-grouptext {
    line-height: 32px
}

.e-bigger .e-grid .e-row .e-input-focus .e-input.e-field,.e-bigger .e-grid .e-row .e-input-group .e-input.e-field,.e-grid.e-bigger .e-row .e-input-focus .e-input.e-field,.e-grid.e-bigger .e-row .e-input-group .e-input.e-field {
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;
    font-size: 13px;
    padding-bottom: 9px;
    padding-top: 13px
}

.e-bigger .e-grid.e-device .e-row .e-input-focus .e-input.e-field,.e-bigger .e-grid.e-device .e-row .e-input-group .e-input.e-field,.e-grid.e-bigger.e-device .e-row .e-input-focus .e-input.e-field,.e-grid.e-bigger.e-device .e-row .e-input-group .e-input.e-field {
    padding-bottom: 5px;
    padding-top: 12px
}

.e-bigger .e-grid .e-row .e-input-group,.e-grid.e-bigger .e-row .e-input-group {
    margin-bottom: 5px;
    vertical-align: middle
}

.e-bigger .e-grid.e-device .e-headercell,.e-grid.e-bigger.e-device .e-headercell {
    padding: 0 12px
}

.e-bigger .e-grid.e-device .e-headercell:first-child,.e-grid.e-bigger.e-device .e-headercell:first-child {
    padding: 0 12px 0 16px
}

.e-bigger .e-grid.e-device .e-headercell:last-child,.e-grid.e-bigger.e-device .e-headercell:last-child {
    padding: 0 16px 0 12px
}

.e-bigger .e-grid.e-device .e-groupheadercell span,.e-grid.e-bigger.e-device .e-groupheadercell span {
    line-height: 30px
}

.e-bigger .e-grid.e-device .e-rowcell,.e-bigger .e-grid.e-device .e-summarycell,.e-grid.e-bigger.e-device .e-rowcell,.e-grid.e-bigger.e-device .e-summarycell {
    padding: 8px 12px
}

.e-bigger .e-grid.e-device .e-rowcell:first-child,.e-bigger .e-grid.e-device .e-summarycell:first-child,.e-grid.e-bigger.e-device .e-rowcell:first-child,.e-grid.e-bigger.e-device .e-summarycell:first-child {
    padding: 8px 12px 8px 16px
}

.e-bigger .e-grid.e-device .e-rowcell:last-child,.e-bigger .e-grid.e-device .e-summarycell:last-child,.e-grid.e-bigger.e-device .e-rowcell:last-child,.e-grid.e-bigger.e-device .e-summarycell:last-child {
    padding: 8px 16px 8px 12px
}

.e-bigger .e-grid.e-device .e-filterbarcell,.e-grid.e-bigger.e-device .e-filterbarcell {
    padding: 8px 12px
}

.e-bigger .e-grid.e-device .e-filterbarcell:first-child,.e-grid.e-bigger.e-device .e-filterbarcell:first-child {
    padding: 8px 12px 8px 16px
}

.e-bigger .e-grid.e-device .e-filterbarcell:last-child,.e-grid.e-bigger.e-device .e-filterbarcell:last-child {
    padding: 8px 16px 8px 12px
}

.e-bigger .e-grid.e-device .e-groupheadercell .e-ungroupbutton,.e-grid.e-bigger.e-device .e-groupheadercell .e-ungroupbutton {
    line-height: 33px
}

.e-bigger .e-grid.e-device .e-editedbatchcell.e-rowcell,.e-bigger .e-grid.e-device .e-normaledit .e-rowcell,.e-grid.e-bigger.e-device .e-editedbatchcell.e-rowcell,.e-grid.e-bigger.e-device .e-normaledit .e-rowcell {
    padding-bottom: 0;
    padding-top: 0
}

.e-bigger .e-grid .e-addedrow .e-normaledit .e-unboundcell,.e-bigger .e-grid .e-editedrow .e-normaledit .e-unboundcell,.e-bigger .e-grid .e-unboundcell,.e-grid.e-bigger .e-addedrow .e-normaledit .e-unboundcell,.e-grid.e-bigger .e-editedrow .e-normaledit .e-unboundcell,.e-grid.e-bigger .e-unboundcell {
    padding-bottom: 6px;
    padding-top: 6px
}

.e-bigger .e-grid .e-grouptext,.e-grid.e-bigger .e-grouptext {
    margin-right: 8px;
    width: 76px
}

.e-bigger .e-grid.e-device .e-gridheader table th[rowspan],.e-bigger .e-grid .e-gridheader table th[rowspan],.e-grid.e-bigger.e-device .e-gridheader table th[rowspan],.e-grid.e-bigger .e-gridheader table th[rowspan] {
    padding-bottom: 20px
}

.e-bigger .e-grid .e-groupsort,.e-bigger .e-grid .e-toggleungroup,.e-bigger .e-grid span.e-ungroupbutton,.e-grid.e-bigger .e-groupsort,.e-grid.e-bigger .e-toggleungroup,.e-grid.e-bigger span.e-ungroupbutton {
    margin-left: 8px;
    margin-top: 0
}

.e-bigger .e-grid span.e-ungroupbutton.e-icons,.e-grid.e-bigger span.e-ungroupbutton.e-icons {
    font-size: 16px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0
}

.e-bigger .e-grid .e-groupsort,.e-grid.e-bigger .e-groupsort {
    margin-right: 0;
    margin-top: 0
}

.e-bigger .e-grid.e-rtl .e-groupheadercell,.e-bigger .e-grid.e-rtl .e-groupheadercell:hover,.e-grid.e-bigger.e-rtl .e-groupheadercell,.e-grid.e-bigger.e-rtl .e-groupheadercell:hover {
    margin: 3px 24px 0 0;
    padding: 0 12px 0 8px
}

.e-bigger .e-grid.e-rtl span.e-ungroupbutton.e-icons,.e-grid.e-bigger.e-rtl span.e-ungroupbutton.e-icons {
    margin-left: 0;
    margin-right: 6px;
    margin-top: 0;
    padding-top: 0
}

.e-bigger .e-grid .e-groupcaption,.e-grid.e-bigger .e-groupcaption {
    line-height: 32px
}

.e-bigger .e-grid .e-ccdlg .e-dlg-content,.e-grid.e-bigger .e-ccdlg .e-dlg-content {
    margin: 20px 0 0;
    padding: 17px 24px 5px 12px
}

.e-bigger .e-grid .e-ccdlg .e-ccul-ele,.e-grid.e-bigger .e-ccdlg .e-ccul-ele {
    padding: 0
}

.e-bigger .e-grid .e-ccdlg .e-cc-searchdiv,.e-grid.e-bigger .e-ccdlg .e-cc-searchdiv {
    padding-left: 6px
}

.e-bigger .e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard,.e-grid.e-bigger .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard {
    padding-left: 12px
}

.e-bigger .e-grid .e-ccdlg li.e-cclist,.e-grid.e-bigger .e-ccdlg li.e-cclist {
    padding: 11px 0
}

.e-bigger .e-grid .e-ccdlg .e-toolbar .e-ccdiv,.e-grid.e-bigger .e-ccdlg .e-toolbar .e-ccdiv {
    margin-top: 0
}

.e-grid {
    border-radius: 0;
    border-style: none solid solid;
    border-width: 1px;
    display: block;
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;
    font-size: 13px;
    height: auto;
    position: relative
}

.e-grid .e-gridheader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-grid .e-gridcontent .e-lastrow-dragborder,.e-grid .e-gridheader .e-firstrow-dragborder,.e-grid.e-rtl .e-gridcontent .e-lastrow-dragborder,.e-grid.e-rtl .e-gridheader .e-firstrow-dragborder {
    bottom: 0;
    background-color: #f60;
    height: 2px;
    position: absolute;
    z-index: 10
}

.e-grid .e-grid-relative {
    position: relative
}

.e-grid .e-dropitemscount {
    border: 1px solid #fff;
    border-radius: 17px;
    box-sizing: content-box;
    font-size: 13px;
    line-height: normal;
    margin-left: -8px;
    min-width: 12px;
    padding: 3px 7px 4px;
    position: absolute;
    text-align: center;
    top: -10px;
    z-index: 5
}

.e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop,.e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 0
}

.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;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    opacity: .54
}

.e-grid .e-row .e-icon-rowdragmoveicon:before {
    font-size: 12px;
    font-weight: 700
}

.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 {
    border: solid #e0e0e0;
    border-width: 1px 0 0
}

.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
    border-bottom-width: 1px
}

.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: 0;
    border-top: 1px solid #e0e0e0
}

.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 {
    margin-bottom: 0;
    opacity: .6;
    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-groupdroparea.e-grouped {
    padding: 9px 0 10px
}

.e-grid.e-default .e-gridheader.e-stackedfilter .e-grouptopleftcell,.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter .e-grouptopleftcell {
    border-top: 0
}

.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-bottom: 1px solid
}

.e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell,.e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell {
    border-bottom: 0
}

.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 {
    border-top: 1px solid
}

.e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell,.e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell {
    border-top: 0
}

.e-grid.e-default .e-grouptopleftcell {
    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-hidelines .e-headercell.e-firstheader {
    border-left: 0
}

.e-grid.e-default.e-bothlines .e-grouptopleftcell,.e-grid.e-default.e-hidelines .e-detailrowcollapse,.e-grid.e-default.e-hidelines .e-detailrowexpand,.e-grid.e-default.e-hidelines .e-grouptopleftcell,.e-grid.e-default.e-hidelines .e-rowdragdrop,.e-grid.e-default.e-verticallines .e-detailrowcollapse,.e-grid.e-default.e-verticallines .e-detailrowexpand,.e-grid.e-default.e-verticallines .e-grouptopleftcell,.e-grid.e-default.e-verticallines .e-rowdragdrop {
    border-top-width: 0
}

.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-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-device .e-ricon:before {
    border-right: 6px solid;
    right: 4px
}

.e-grid.e-device .e-ricon:after,.e-grid.e-device .e-ricon:before {
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 4px;
    width: 20px
}

.e-grid.e-device .e-ricon:after {
    border-left: 6px solid;
    left: 4px;
    z-index: 3
}

.e-grid .e-gridheader .e-rcursor,.e-grid.e-rcursor {
    cursor: col-resize
}

.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-tableborder {
    border-right: 1px solid
}

.e-grid .e-virtualtable {
    will-change: transform;
    z-index: 1
}

.e-grid .e-headercelldiv {
    border: 0;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 29px;
    line-height: 30px;
    margin: -7px;
    overflow: hidden;
    padding: 0 .6em;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-grid .e-headercelldiv.e-headerchkcelldiv {
    overflow: visible
}

.e-grid .e-gridheader .e-headercontent .e-centeralign .e-headercelldiv.e-headerchkcelldiv,.e-grid .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
    padding: 0 .6em
}

.e-grid .e-headercell,.e-grid .e-headercell.e-defaultcursor,.e-grid .e-headercell.e-stackedheadercell {
    cursor: default
}

.e-grid .e-headercell.e-mousepointer,.e-grid .e-headercell.e-stackedheadercell.e-mousepointer {
    cursor: pointer
}

.e-grid .e-gridheader .e-detailheadercell,.e-grid .e-gridheader .e-headercell {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-grid .e-gridcontent tr:first-child td,.e-grid .e-gridheader tr:first-child th {
    border-top: 0
}

.e-grid .e-gridheader tr th:last-child,.e-grid .e-gridheader tr th:last-child.e-filterbarcell {
    padding-right: 21px
}

.e-grid .e-gridheader tr th:first-child,.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-frozenhdrcont {
    border-bottom-width: 0
}

.e-grid .e-frozenhdrcont table tr:not(.e-editedrow):first-child td {
    border-top-style: solid;
    border-top-width: 1px
}

.e-grid.e-bothlines .e-filterbarcell,.e-grid.e-bothlines .e-filterbarcelldisabled {
    border-width: 1px 0 0 1px
}

.e-grid .e-detailheadercell,.e-grid .e-headercell {
    border-style: solid;
    border-width: 0;
    font-size: 12px;
    font-weight: 500;
    height: 42px;
    overflow: hidden;
    padding: 0 21px;
    position: relative;
    text-align: left
}

.e-grid.e-device .e-headercell {
    padding: 0 12px
}

.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;
    display: table-cell;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    padding: 8px 21px;
    vertical-align: middle;
    white-space: nowrap;
    width: auto
}

.e-grid .e-frozencontent table tr td:first-child:empty,.e-grid .e-frozenhdrcont table tr td:first-child:empty,.e-grid .e-frozenheader table tr td.e-rowcell,.e-grid .e-movablecontent table tr td:first-child:empty,.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty,.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty {
    height: 36px
}

.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-addedrow .e-normaledit .e-unboundcell,.e-grid .e-editedrow .e-normaledit .e-unboundcell,.e-grid .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;
    word-wrap: break-word
}

.e-grid .e-summarycontent .e-frozenfootercontent {
    float: left;
    width: -moz-min-content;
    width: min-content
}

.e-grid .e-summarycontent .e-movablefootercontent {
    height: inherit;
    overflow: hidden
}

.e-grid .e-summarycontent .e-indentcell {
    border-width: 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-bothlines .e-rowcell.e-lastrowcell,.e-grid.e-default .e-rowcell.e-lastrowcell {
    border-bottom-width: 1px
}

.e-grid.e-bothlines .e-rowcell {
    border-width: 1px 0 0 1px
}

.e-grid.e-device .e-gridheader table th[rowspan],.e-grid .e-gridheader table th[rowspan] {
    padding-bottom: 13px;
    vertical-align: bottom
}

.e-grid .e-emptyrow td {
    line-height: 20px;
    padding: .7em
}

.e-grid.e-responsive .e-headercelldiv,.e-grid.e-responsive .e-rowcell {
    text-overflow: ellipsis;
    white-space: nowrap
}

.e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv,.e-grid.e-responsive .e-rowcell.e-gridchkbox {
    text-overflow: clip
}

.e-grid.e-default .e-detailheadercell,.e-grid.e-default .e-headercell {
    border-width: 0
}

.e-grid [aria-selected]+tr .e-detailindentcell {
    border-top-style: solid;
    border-top-width: 1px
}

.e-grid.e-default.e-verticallines .e-detailheadercell,.e-grid.e-default.e-verticallines .e-headercell {
    border-width: 0 0 0 1px
}

.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell {
    border-bottom: 1px solid
}

.e-grid.e-default .e-stackedheadercell {
    border-width: 0 0 1px 1px
}

.e-grid.e-default.e-verticallines tr th:first-child:not(.e-firstcell) {
    border-left-width: 0
}

.e-grid.e-default.e-bothlines .e-detailheadercell,.e-grid.e-default.e-bothlines .e-headercell,.e-grid.e-default table th[rowspan] {
    border-width: 0 0 0 1px
}

.e-grid tr th.e-firstcell {
    border-left-style: solid;
    border-left-width: 1px
}

.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst,.e-grid.e-default tr td:first-child,.e-grid.e-default tr th.e-detailheadercell:first-child,.e-grid.e-default tr th.e-filterbarcell:first-child,.e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell) {
    border-left-width: 0
}

.e-grid .e-hide {
    display: none
}

.e-grid .e-gridcontent,.e-grid .e-gridfooter,.e-grid .e-gridheader,.e-grid .e-groupdroparea,.e-grid .e-headercontent,.e-grid .e-rowcell,.e-grid .e-summarycontent {
    overflow: hidden;
    vertical-align: middle
}

.e-grid .e-sortfilterdiv {
    float: right;
    height: 10px;
    margin: -15px 10px;
    padding: 3px;
    width: 10px
}

.e-grid .e-gridheader .e-rightalign .e-sortfilterdiv {
    float: left;
    margin: -15px 5px
}

.e-grid .e-gridheader .e-rightalign .e-stackedheadercelldiv,.e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv {
    padding: 0 .6em 0 1.9em
}

.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv,.e-grid .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv {
    margin: -7px 15px -7px -7px
}

.e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv,.e-grid .e-gridheader .e-sortfilter .e-headercelldiv,.e-grid .e-gridheader .e-stackedheadercelldiv {
    padding: 0 1.8em 0 .6em
}

.e-grid .e-filtermenudiv {
    float: right;
    margin: -18px -7px;
    padding: 6px;
    text-align: right
}

.e-grid .e-filtermenudiv:hover {
    cursor: pointer
}

.e-grid.e-print-grid-layout .e-filterbar,.e-grid.e-print-grid-layout .e-grouptopleftcell,.e-grid.e-print-grid-layout .e-icons:not(.e-frame),.e-grid.e-print-grid-layout .e-indentcell,.e-grid.e-print-grid-layout .e-pager,.e-grid.e-print-grid-layout .e-recordpluscollapse,.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: .8em .6em
}

.e-grid.e-print-grid {
    left: -1000px;
    top: -1000px
}

.e-grid .e-flmenu-valuediv {
    padding: 24px 0 0
}

.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;
    font-size: 9px;
    height: 15px;
    line-height: 16px;
    margin: 8px 5px 0 2px;
    text-align: center;
    width: 15px
}

.e-grid .e-gridheader .e-rightalign .e-sortnumber {
    float: left;
    margin: 8px 2px 0 5px
}

.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv {
    margin: -15px 24px
}

.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
    margin: -15px 5px
}

.e-grid.e-wrap .e-gridheader .e-rightalign .e-sortnumber {
    margin: 3px 2px 0 5px
}

.e-grid.e-wrap .e-gridheader .e-sortnumber {
    margin: 3px 5px 0 2px
}

.e-grid.e-wrap .e-gridheader .e-sortfilterdiv {
    margin: -9px 10px
}

.e-grid .e-frozenheader .e-editcell.e-normaledit,.e-grid .e-movableheader .e-editcell.e-normaledit {
    border-top-color: transparent
}

.e-grid .e-columnmenu {
    position: absolute;
    right: 23px;
    float: right;
    margin: -18px;
    padding: 6px
}

.e-grid.e-wrap .e-columnmenu {
    margin: -13px -13px -23px -23px
}

.e-grid.e-rtl .e-columnmenu {
    left: 5px;
    right: auto;
    margin: -17px -18px -18px 3px
}

.e-grid.e-wrap.e-rtl .e-columnmenu {
    margin: -13px -13px -23px -3px
}

.e-grid [class^=e-] {
    box-sizing: border-box
}

.e-grid .e-detailrowcollapse,.e-grid .e-detailrowexpand {
    border-style: solid;
    border-width: 1px 0 0;
    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: .3em
}

.e-grid.e-verticallines .e-filterbarcell,.e-grid.e-verticallines .e-rowcell {
    border-width: 0 0 0 1px
}

.e-grid.e-hidelines .e-detailheadercell,.e-grid.e-hidelines .e-filterbarcell,.e-grid.e-hidelines .e-headercell,.e-grid.e-hidelines .e-rowcell,.e-grid.e-hidelines tr th.e-firstcell,.e-grid.e-horizontallines .e-detailheadercell,.e-grid.e-horizontallines .e-headercell {
    border-width: 0
}

.e-grid.e-horizontallines .e-headercell.e-stackedheadercell {
    border-width: 0 0 1px 1px
}

.e-grid.e-horizontallines .e-filterbarcell,.e-grid.e-horizontallines .e-rowcell {
    border-width: 1px 0 0
}

.e-grid.e-hidelines .e-rowcell.e-lastrowcell,.e-grid.e-horizontallines .e-rowcell.e-lastrowcell,.e-grid.e-verticallines .e-rowcell.e-lastrowcell {
    border-bottom-width: 1px
}

.e-grid.e-bothlines .e-detailrowvisible,.e-grid.e-hidelines .e-detailrowvisible,.e-grid.e-horizontallines .e-detailrowvisible,.e-grid.e-verticallines .e-detailrowvisible {
    border-left-width: 0
}

.e-grid.e-hidelines .e-firstchildrow .e-detailrowcollapse,.e-grid.e-hidelines .e-firstchildrow .e-detailrowexpand,.e-grid.e-hidelines .e-firstchildrow .e-rowcell,.e-grid.e-verticallines .e-firstchildrow .e-detailrowcollapse,.e-grid.e-verticallines .e-firstchildrow .e-detailrowexpand,.e-grid.e-verticallines .e-firstchildrow .e-rowcell {
    border-top-width: 1px
}

.e-grid .e-filterbarcell .e-icons:before {
    display: block;
    margin: 0 auto
}

.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-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: solid #e0e0e0;
    border-width: 1px 0 0
}

.e-grid .e-filterbarcell input {
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 2px;
    font-size: 13px;
    font-weight: 400;
    height: 26px;
    padding-right: 24px;
    text-indent: 0;
    width: 100%
}

.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 {
    float: right;
    position: relative
}

.e-grid.e-rtl .e-searchclear {
    float: left;
    position: relative;
    top: 10px
}

.e-grid .e-checkboxlist {
    height: 200px;
    margin-top: 5px;
    min-height: 160px;
    overflow-y: auto
}

.e-grid .e-chk-hidden {
    -moz-appearance: none;
    height: 1px;
    opacity: 0;
    width: 1px
}

.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 {
    height: 20px;
    line-height: 20px
}

.e-grid .e-dialog.e-checkboxfilter,.e-grid .e-dialog.e-flmenu {
    min-width: 250px
}

.e-grid .e-dialog.e-checkboxfilter {
    min-height: 322px
}

.e-grid .e-ftrchk {
    padding-bottom: 9px;
    padding-top: 9px
}

.e-grid .e-excelfilter .e-contextmenu-wrapper,.e-grid .e-excelfilter .e-contextmenu-wrapper ul {
    display: block
}

.e-grid .e-excelfilter .e-contextmenu-wrapper ul li {
    height: 36px;
    line-height: 36px
}

.e-grid .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon {
    height: 36px;
    line-height: 36px;
    margin-right: 12px
}

.e-grid.e-rtl .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon {
    margin-right: 0
}

.e-grid .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
    height: 36px;
    line-height: 36px
}

.e-grid .e-excelfilter .e-contextmenu-wrapper ul {
    border: 0;
    box-shadow: none;
    max-width: 300px;
    padding-bottom: 4px;
    position: static
}

.e-grid .e-excelfilter .e-footer-content {
    border-style: solid;
    border-width: 1px 0 0
}

.e-grid .e-excel-menu {
    z-index: 1000
}

.e-grid .e-excelfilter .e-dlg-content {
    padding-top: 0
}

.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: 400;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    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-lastsummarycell {
    border-right: 1px solid
}

.e-grid .e-footerpadding {
    padding-right: 14px
}

.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:after,.e-grid .e-gridpopup .e-tail:before {
    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-rowselect,.e-grid .e-gridpopup .e-sortdirect {
    line-height: 18px;
    text-indent: 7%
}

.e-grid .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;
    -webkit-user-select: none;
    -moz-user-select: none;
    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: 400
}

.e-grid .e-cloneproperties.e-draganddrop table {
    border-spacing: 0
}

.e-grid .e-defaultcur {
    cursor: default
}

.e-grid .e-notallowedcur {
    cursor: not-allowed
}

.e-grid .e-cloneproperties.e-headerclone table {
    border-spacing: 0
}

.e-grid .e-headerclone {
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 29px
}

.e-grid .e-draganddrop {
    border-width: 0 1px 1px;
    font-weight: 400;
    padding: 0
}

.e-grid .e-draganddrop .e-rowcell {
    opacity: .95
}

.e-grid.e-default .e-gridheader th.e-firstcell {
    border-left-style: solid;
    border-left-width: 1px
}

.e-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 .e-gridheader .e-headercontent .e-reorderdownarrow,.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
    font-size: 7px;
    position: absolute;
    z-index: 10
}

.e-grid td.e-active,.e-grid td.e-cellselectionbackground {
    font-weight: 400
}

.e-grid .e-groupdroparea {
    height: auto;
    min-height: 48px
}

.e-grid .e-griddragarea {
    border: 1px solid;
    opacity: .6;
    position: absolute
}

.e-grid .e-gdclone {
    border-radius: 13px;
    padding: 2px
}

.e-grid .e-content {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: scroll;
    position: relative
}

.e-grid.e-rowdrag .e-columnheader,.e-grid.e-rowdrag .e-groupdroparea,.e-grid.e-ungroupdrag .e-columnheader,.e-grid.e-ungroupdrag .e-groupdroparea {
    cursor: not-allowed
}

.e-grid .e-groupdroparea,.e-grid.e-rowdrag .e-gridcontent,.e-grid.e-ungroupdrag .e-gridcontent {
    cursor: default
}

.e-grid .e-groupdroparea {
    border-style: solid none;
    border-width: 1px 0 0;
    border-top-width: 1px;
    font-size: 14px;
    font-weight: lighter;
    opacity: .87;
    padding: 14px 24px;
    text-align: left;
    text-indent: 1pt;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.e-grid .e-grouptext {
    display: inline-block;
    margin-right: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 57px
}

.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: 400;
    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-device .e-groupheadercell span {
    line-height: 26px
}

.e-grid.e-device .e-groupheadercell .e-ungroupbutton {
    line-height: 28px
}

.e-grid .e-groupheadercell .e-cancel {
    padding-right: 10px
}

.e-grid .e-groupheadercell .e-icons:before {
    display: inline
}

.e-grid .e-groupsort,.e-grid .e-toggleungroup,.e-grid .e-ungroupbutton {
    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
}

.e-grid .e-grptogglebtn {
    padding: 7px
}

.e-grid .e-icon-gdownarrow {
    font-size: 11px;
    text-indent: 12px
}

.e-grid .e-icon-grightarrow {
    font-size: 10px;
    text-indent: 12px
}

.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-detailindentcelltop,.e-grid .e-indentcell.e-indentcelltop {
    border-width: 1px 0 0
}

.e-grid .e-recordpluscollapse,.e-grid .e-recordplusexpand {
    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;
    overflow: hidden;
    padding: .7em;
    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;
    width: 8px
}

.e-grid .e-autofill,.e-grid .e-xlsel {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-grid .e-xlsel {
    border: 0 solid
}

.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-noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn {
    font-size: 9px;
    line-height: 3
}

.e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar {
    margin-top: 0;
    padding: 3px 0 0
}

.e-grid .e-edit-dialog .e-dlg-content {
    position: relative
}

.e-grid .e-edit-dialog {
    min-height: 350px
}

.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%
}

.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 #e0e0e0;
    border-top: 0 #e0e0e0
}

.e-grid .e-normaledit {
    border-top: 0;
    padding: 0
}

.e-grid .e-gridcontent .e-normaledit .e-rowcell {
    border-top: 1px solid
}

.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell {
    border-top: 0
}

.e-grid.e-device .e-editedbatchcell.e-rowcell,.e-grid.e-device .e-gridcontent .e-normaledit .e-rowcell,.e-grid .e-editedbatchcell.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-focus .e-input.e-field,.e-grid .e-row .e-input-group .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-defaultcell.e-ralign:focus,.e-grid .e-editedrow .e-defaultcell.e-ralign,.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-hiddenrow {
    display: none
}

.e-grid .e-columnchooserdiv {
    float: right;
    margin: -12px
}

.e-grid .e-ccdlg .e-dlg-content {
    margin: 20px 0 0;
    overflow: visible;
    padding: 16px 18px 13px 9px
}

.e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard {
    padding-left: 9px
}

.e-grid .e-ccdlg .e-main-div {
    box-sizing: border-box;
    position: relative
}

.e-grid .e-ccdlg .e-ccul-ele {
    margin: 13px 0;
    padding: 0
}

.e-grid .e-ccdlg li.e-cclist {
    padding: 9px 0
}

.e-grid .e-ccdlg .e-checkbox-wrapper .e-frame {
    margin-left: 0
}

.e-grid .e-ccdlg label.e-cc {
    margin: 0
}

.e-grid .e-ccdlg .e-footer-content {
    border-style: solid;
    border-width: 1px 0 0
}

.e-grid .e-ccdlg .e-cc-contentdiv {
    height: 196px;
    overflow-y: auto
}

.e-grid .e-ccdlg .e-cc-searchdiv {
    border-style: solid;
    border-width: 0 0 2px;
    left: 4px;
    opacity: .6;
    position: absolute;
    right: 0;
    top: -46px
}

.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
    float: right;
    opacity: .6;
    padding: 5px 2px
}

.e-grid .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 .e-ccdlg .e-cc-searchdiv.e-input-focus span.e-ccsearch-icon.e-icons {
    opacity: 1
}

.e-grid .e-ccdlg .e-innerdiv.e-ccnmdiv {
    height: 60px;
    padding: 23px;
    text-align: center
}

.e-grid .e-ccdlg .e-checkbox-wrapper .e-label {
    text-overflow: ellipsis
}

.e-grid .e-ccdlg .e-cc-chbox {
    margin: 3px;
    vertical-align: middle
}

.e-grid .e-ccdlg .e-cc-lab-name {
    padding: 7px;
    text-overflow: ellipsis;
    vertical-align: middle
}

.e-grid .e-ccdlg .e-cc.e-input,.e-grid .e-ccdlg .e-cc.e-input:focus {
    border: 0;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-top: 4px
}

.e-grid .e-checkboxfiltertext {
    width: 150px;
    word-break: normal
}

.e-grid .e-frozenhdrcont .e-frozenheader>.e-table,.e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable>.e-table,.e-grid .e-frozenhdrcont .e-headercontent>.e-table,.e-grid .e-frozenhdrcont .e-movableheader>.e-table {
    border-bottom: 1px solid
}

.e-grid .e-frozencontent .e-virtualtable>.e-table,.e-grid .e-frozencontent>.e-table,.e-grid .e-frozenheader .e-virtualtable>.e-table,.e-grid .e-frozenheader>.e-table {
    border-left: 0;
    border-right: 1px solid
}

.e-grid .e-frozenheader {
    float: left;
    width: -moz-min-content;
    width: min-content
}

.e-grid.e-rtl .e-frozencontent>.e-table,.e-grid.e-rtl .e-frozenheader>.e-table {
    border-left: 1px solid;
    border-right: 0
}

.e-grid.e-rtl .e-frozencontent,.e-grid.e-rtl .e-frozenheader {
    float: right
}

.e-grid .e-movableheader {
    overflow: hidden
}

.e-grid .e-frozenhdrcont {
    -ms-touch-action: none
}

.e-grid .e-frozencontent {
    -ms-touch-action: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    float: left;
    height: inherit;
    overflow: hidden;
    width: -moz-min-content;
    width: min-content
}

.e-grid .e-movablecontent {
    height: inherit;
    overflow: scroll
}

.e-grid .e-columnchooser:before {
    line-height: 1.9
}

.e-grid .e-toolbar .e-ccdiv .e-columnchooser.e-cctbn-icon {
    font-size: 15px;
    vertical-align: middle
}

.e-grid .e-toolbar .e-ccdiv {
    margin-top: -1px;
    padding: 0 10px
}

.e-grid.e-rtl .e-tableborder {
    border-left: 1px solid;
    border-right: 0
}

.e-grid.e-rtl .e-detailheadercell,.e-grid.e-rtl .e-headercell {
    border-width: 0;
    text-align: right
}

.e-grid.e-rtl .e-detailheadercell .e-headercelldiv,.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv,.e-grid.e-rtl .e-headercell .e-headercelldiv,.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv {
    padding: 0 .6em 0 1.8em;
    text-align: right
}

.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber,.e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber,.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber,.e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber {
    float: left;
    margin: 9px 0 0 5px
}

.e-grid.e-rtl .e-detailheadercell .e-filterbarcell input,.e-grid.e-rtl .e-headercell .e-filterbarcell input {
    border-width: 0 0 2px
}

.e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv,.e-grid.e-rtl .e-headercell .e-sortfilterdiv {
    float: left;
    margin: -14px 10px
}

.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-sortfilterdiv,.e-grid.e-rtl .e-headercell.e-leftalign .e-sortfilterdiv {
    float: right;
    margin: -14px 3px
}

.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv,.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv {
    padding: 0 25px 0 .7em
}

.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv .e-sortnumber,.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv .e-sortnumber {
    float: right;
    margin: 6px 5px 0 0
}

.e-grid.e-rtl .e-detailheadercell.e-rightalign .e-sortnumber,.e-grid.e-rtl .e-headercell.e-rightalign .e-sortnumber {
    float: left;
    margin: 9px 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-gridheader .e-rightalign .e-sortnumber,.e-grid.e-rtl.e-wrap .e-gridheader .e-sortnumber {
    margin: 3px 5px 0 2px
}

.e-grid.e-rtl.e-wrap .e-gridheader .e-sortfilterdiv {
    margin: -17px 4px
}

.e-grid.e-rtl.e-wrap .e-gridheader .e-rightalign .e-sortfilterdiv {
    margin: -17px 5px
}

.e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv,.e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
    margin: -14px 0 0 11px
}

.e-grid.e-rtl .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv,.e-grid.e-rtl .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv {
    margin: -7px
}

.e-grid.e-rtl.e-bothlines .e-grouptopleftcell,.e-grid.e-rtl.e-hidelines .e-grouptopleftcell,.e-grid.e-rtl.e-verticallines .e-grouptopleftcell {
    border-top: 0
}

.e-grid.e-rtl .e-grouptopleftcell {
    border-top: 1px solid
}

.e-grid.e-rtl .e-grouptext {
    margin-left: 18px;
    margin-right: 0
}

.e-grid.e-rtl .e-groupheadercell span {
    float: right
}

.e-grid.e-rtl.e-horizontallines .e-grouptopleftcell {
    border-top: 1px solid
}

.e-grid.e-rtl .e-filterbarcell,.e-grid.e-rtl .e-filterbarcelldisabled,.e-grid.e-rtl .e-rowcell {
    border-width: 1px 0 0
}

.e-grid.e-rtl .e-lastrowcell {
    border-width: 1px 1px 1px 0
}

.e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv {
    margin: -14px 10px
}

.e-grid.e-rtl .e-cloneproperties {
    border-width: 1px 1px 3px
}

.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-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,.e-grid.e-rtl.e-default tr th:last-child {
    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:first-child,.e-grid.e-rtl.e-default .e-gridheader tr th:last-child {
    padding-left: 21px;
    padding-right: 21px
}

.e-grid.e-rtl.e-default .e-detailheadercell,.e-grid.e-rtl.e-default th:first-child .e-grid.e-rtl.e-default .e-headercell {
    border-width: 0
}

.e-grid.e-rtl.e-default .e-rowcell {
    border-width: 1px 0 0
}

.e-grid.e-rtl.e-default.e-verticallines .e-detailheadercell,.e-grid.e-rtl.e-default.e-verticallines .e-filterbarcell,.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-firstcell,.e-grid.e-rtl.e-default.e-verticallines .e-headercell,.e-grid.e-rtl.e-default.e-verticallines .e-rowcell {
    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-horizontallines .e-stackedheadercell,.e-grid.e-rtl.e-default .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-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-bothlines .e-detailcell,.e-grid.e-rtl.e-default .e-detailcell {
    border-right-style: solid;
    border-right-width: 1px
}

.e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
    float: left
}

.e-grid.e-rtl .e-groupsort,.e-grid.e-rtl .e-toggleungroup,.e-grid.e-rtl .e-ungroupbutton {
    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.e-default.e-bothlines .e-detailheadercell,.e-grid.e-rtl.e-default.e-bothlines .e-headercell {
    border-width: 0 0 0 1px
}

.e-grid.e-rtl.e-default.e-bothlines .e-cloneproperties.e-draganddrop td.e-rowdragdrop,.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-verticallines .e-cloneproperties.e-draganddrop td.e-rowdragdrop {
    border-left: 1px solid #e0e0e0;
    padding-left: 3px
}

.e-grid.e-rtl .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon:before {
    left: 4px;
    position: relative
}

.e-grid.e-rtl.e-default table th[rowspan] {
    border-width: 0 1px 0 0
}

.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-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,.e-grid.e-rtl.e-bothlines .e-rowcell,.e-grid.e-rtl.e-bothlines .e-rowcell.e-lastrowcell,.e-grid.e-rtl.e-verticallines .e-filterbarcell,.e-grid.e-rtl.e-verticallines .e-rowcell {
    border-width: 1px 0 0 1px
}

.e-grid.e-rtl.e-hidelines .e-detailheadercell,.e-grid.e-rtl.e-hidelines .e-filterbarcell,.e-grid.e-rtl.e-hidelines .e-headercell,.e-grid.e-rtl.e-hidelines .e-rowcell {
    border-width: 0
}

.e-grid.e-rtl.e-horizontallines .e-filterbarcell,.e-grid.e-rtl.e-horizontallines .e-rowcell {
    border-width: 1px 0 0
}

.e-grid.e-rtl.e-hidelines .e-rowcell.e-lastrowcell,.e-grid.e-rtl.e-horizontallines .e-rowcell.e-lastrowcell,.e-grid.e-rtl.e-verticallines .e-rowcell.e-lastrowcell {
    border-bottom-width: 1px
}

.e-grid.e-rtl.e-hidelines .e-firstchildrow .e-rowcell,.e-grid.e-rtl.e-verticallines .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 {
    margin-left: 10px;
    margin-right: 18px;
    padding: 0 9px 0 6px;
    float: right
}

.e-grid.e-rtl .e-groupdroparea {
    text-align: right
}

.e-grid.e-rtl .e-ungroupbutton {
    float: left
}

.e-grid.e-rtl 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-defaultcell.e-ralign:focus,.e-grid.e-rtl .e-editedrow .e-defaultcell.e-ralign:focus,.e-grid.e-rtl .e-row .e-input.e-defaultcell.e-ralign {
    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.e-wrap .e-columnheader .e-headercelldiv,.e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv,.e-grid.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-wrap .e-stackedheader .e-columnheader .e-headercelldiv,.e-grid.e-wrap .e-stackedheader .e-columnheader .e-stackedheadercelldiv {
    max-height: 36px
}

.e-grid .e-columnheader.e-wrap .e-headercelldiv,.e-grid.e-wrap .e-columnheader .e-headercelldiv {
    margin-bottom: 2px;
    margin-top: 0
}

.e-grid .e-columnheader.e-wrap .e-filtermenudiv,.e-grid.e-wrap .e-columnheader .e-filtermenudiv {
    line-height: 18px
}

.e-grid .e-columnheader.e-wrap .e-headercelldiv,.e-grid .e-columnheader.e-wrap .e-stackedheadercelldiv,.e-grid .e-frozenhdrcont.e-wrap .e-rowcell,.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-stackedheader .e-columnheader.e-wrap .e-headercelldiv,.e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
    max-height: 36px
}

.e-grid .e-columnheader.e-wrap .e-sortfilterdiv,.e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
    margin: -18px 10px
}

.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv,.e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
    margin: -18px 5px
}

.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv,.e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
    margin: -11px 24px
}

.e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv,.e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
    margin: -10px 5px
}

.e-grid .e-columnheader.e-wrap .e-icon-group:before,.e-grid.e-wrap .e-columnheader .e-icon-group:before {
    display: inline-block
}

.e-grid.e-responsive .e-gridclip .e-headercelldiv,.e-grid.e-responsive .e-rowcell.e-gridclip,.e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
    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.e-rtl th.e-headercell.e-firstcell,.e-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell,.e-grid.e-resize-lines th.e-headercell.e-firstcell,.e-grid.e-resize-lines th.e-headercell.e-stackedheadercell {
    border-left: 0;
    border-right: 0;
    border-top: 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 tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
    border-right: 0
}

.e-grid.e-resize-lines.e-default table th[rowspan],.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan],.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:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
    border-left: 0
}

.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
    border-right: 0
}

.e-grid-min-height .e-rowcell {
    line-height: 0;
    padding-bottom: 0;
    padding-top: 0
}

.e-grid-min-height .e-gridheader .e-detailheadercell,.e-grid-min-height .e-gridheader .e-headercell,.e-grid-min-height .e-gridheader .e-headercell .e-headercelldiv {
    height: auto
}

.e-grid-min-height .e-gridcontent .e-groupcaption {
    line-height: normal;
    padding: 0 .7em
}

.e-grid-min-height .e-summarycell {
    line-height: normal;
    padding: 0 8px
}

.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-bigger .e-grid.e-grid-min-height .e-rowcell,.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
    line-height: 0;
    padding-bottom: 0;
    padding-top: 0
}

.e-bigger .e-wrap.e-grid-min-height .e-rowcell {
    line-height: 18px
}

.e-bigger .e-wrap.e-grid-min-height .e-frozencontent table tr td:first-child:empty,.e-bigger .e-wrap.e-grid-min-height .e-frozenhdrcont table tr td:first-child:empty,.e-bigger .e-wrap.e-grid-min-height .e-movablecontent table tr td:first-child:empty,.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty,.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty {
    height: 18px
}

.e-rtl .e-grid .e-detailheadercell,.e-rtl .e-grid .e-headercell,.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
}

/*! Grid theme */
.e-grid {
    border-color: #e0e0e0
}

.e-grid .e-content {
    background-color: #fff
}

.e-grid .e-icons,.e-grid .e-unboundcelldiv .e-icons {
    color: #000
}

.e-grid .e-table {
    background-color: #fff
}

.e-grid .e-focused:not(.e-menu-item) {
    box-shadow: inset 0 0 0 1px #9e9e9e
}

.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop) {
    color: #212121
}

.e-grid .e-groupdroparea .e-icons {
    color: #fff
}

.e-grid.e-default {
    background-color: #fff
}

.e-grid .e-tableborder {
    border-right-color: #e0e0e0
}

.e-grid .e-autofill,.e-grid .e-xlsel {
    background-color: #f60;
    border-color: #f60
}

.e-grid .e-gridcontent .e-rowcell.e-dragborder,.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder,.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid .e-gridheader thead tr th.e-firstrowdragborder,.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 tr.e-row:first-child .e-rowcell.e-dragborder {
    box-shadow: 0 2px 0 0 #f60;
    position: relative;
    z-index: 5
}

.e-grid .e-gridheader {
    background-color: #fff;
    border-bottom-color: #e0e0e0;
    border-top-color: #e0e0e0;
    color: rgba(0,0,0,.54)
}

.e-grid .e-gridcontent tr:first-child td {
    border-top-color: transparent
}

.e-grid th.e-headercell[aria-sort=ascending] .e-headertext,.e-grid th.e-headercell[aria-sort=ascending] .e-sortfilterdiv,.e-grid th.e-headercell[aria-sort=descending] .e-headertext,.e-grid th.e-headercell[aria-sort=descending] .e-sortfilterdiv {
    color: #000;
    opacity: 1
}

.e-grid.e-default .e-gridheader .e-headercell.e-firstheader,.e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.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:first-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-horizontallines .e-grouptopleftcell,.e-grid.e-default.e-horizontallines .e-headercell.e-firstheader,.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell,.e-grid .e-filterbarcell input {
    border-color: #e0e0e0
}

.e-grid .e-gridcontent {
    background-color: #fff
}

.e-grid .e-gridfooter {
    background-color: #f6f6f6
}

.e-grid .e-headercontent {
    border-color: #e0e0e0
}

.e-grid .e-detailheadercell,.e-grid .e-headercell {
    background-color: #fff;
    border-color: #e0e0e0
}

.e-grid [aria-selected]+tr .e-detailindentcell {
    border-color: #e0e0e0
}

.e-grid tr th.e-firstcell {
    border-left-color: #e0e0e0;
    border-right-color: #e0e0e0
}

.e-grid .e-detailrowcollapse:not(.e-editedbatchcell),.e-grid .e-detailrowexpand:not(.e-editedbatchcell),.e-grid .e-emptyrow:not(.e-editedbatchcell),.e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell),.e-grid .e-rowcell:not(.e-editedbatchcell) {
    color: #000;
    opacity: .87
}

.e-grid .e-summarycell {
    background-color: #fafafa;
    border-color: #e0e0e0;
    color: rgba(0,0,0,.54)
}

.e-grid .e-indentcell.e-detailindentcelltop,.e-grid .e-summarycontent .e-indentcell,.e-grid .e-summaryrow .e-summarycell,.e-grid .e-summaryrow .e-templatecell {
    background-color: #f6f6f6;
    border-color: #e0e0e0;
    color: rgba(0,0,0,.54)
}

.e-grid.e-default .e-grouptopleftcell,.e-grid .e-detailcell,.e-grid .e-detailindentcell,.e-grid .e-detailrowcollapse,.e-grid .e-detailrowexpand,.e-grid .e-groupcaption,.e-grid .e-indentcell,.e-grid .e-recordpluscollapse,.e-grid .e-recordplusexpand,.e-grid .e-rowcell {
    border-color: #e0e0e0
}

.e-grid .e-frozenhdrcont .e-frozenheader>.e-table,.e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable>.e-table,.e-grid .e-frozenhdrcont .e-headercontent>.e-table,.e-grid .e-frozenhdrcont .e-movableheader>.e-table {
    border-bottom-color: #f60
}

.e-grid .e-frozencontent {
    border-bottom-color: #e0e0e0
}

.e-grid .e-frozencontent .e-virtualtable>.e-table,.e-grid .e-frozencontent>.e-table,.e-grid .e-frozenheader .e-virtualtable>.e-table,.e-grid .e-frozenheader>.e-table {
    border-right-color: #f60
}

.e-grid.e-rtl .e-frozencontent>.e-table,.e-grid.e-rtl .e-frozenheader>.e-table {
    border-left-color: #f60
}

.e-grid.e-gridhover tr[role=row]:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),.e-grid.e-gridhover tr[role=row]:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),.e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),.e-grid.e-gridhover tr[role=row]:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),.e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: #eee;
    color: #000
}

.e-grid tr[role=row]:hover .e-rowdragdrop {
    cursor: move
}

.e-grid .e-sortnumber {
    background-color: #bbbdc0;
    color: #000
}

.e-grid .e-col-menu.e-filter-popup {
    box-shadow: 0 8px 10px 0 rgba(0,0,0,.24)
}

.e-grid td.e-active .e-icon-rowdragicon:before {
    color: #000
}

.e-grid td.e-active,.e-grid td.e-cellselectionbackground {
    background: #e0e0e0;
    color: #000
}

.e-grid .e-filterbarcell,.e-grid .e-filterbarcelldisabled {
    background-color: #fff;
    background-image: none;
    border-color: #e0e0e0
}

.e-grid .e-filtered:before {
    color: #f60
}

.e-grid .e-gridpopup .e-content {
    background-color: #fff;
    border-color: #e0e0e0
}

.e-grid .e-gridpopup .e-spanclicked,.e-grid .e-gridpopup span:hover {
    border-color: #000
}

.e-grid .e-gridpopup .e-downtail,.e-grid .e-gridpopup .e-downtail:before {
    border-top-color: #e0e0e0
}

.e-grid .e-gridpopup .e-downtail:after {
    border-top-color: #fff
}

.e-grid .e-gridpopup .e-uptail,.e-grid .e-gridpopup .e-uptail:before {
    border-bottom-color: #e0e0e0
}

.e-grid .e-gridpopup .e-uptail:after {
    border-bottom-color: #fff
}

.e-grid .e-cloneproperties {
    background-color: #eee;
    border-color: #e0e0e0;
    color: rgba(0,0,0,.54)
}

.e-grid .e-rhelper {
    background-color: #000;
    cursor: col-resize;
    opacity: .87
}

.e-grid.e-device .e-rcursor:before {
    border-right-color: #000;
    opacity: .87
}

.e-grid.e-device .e-rcursor:after {
    border-left-color: #000;
    opacity: .87
}

.e-grid.e-resize-lines .e-headercell .e-rhandler,.e-grid.e-resize-lines .e-headercell .e-rsuppress {
    border-right: 1px solid #e0e0e0
}

.e-grid.e-resize-lines .e-focused .e-rhandler {
    border: 0
}

.e-grid.e-resize-lines .e-headercell.e-stackedheadercell {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0
}

.e-grid.e-rtl.e-resize-lines .e-headercell .e-rhandler,.e-grid.e-rtl.e-resize-lines .e-headercell .e-rsuppress,.e-grid.e-rtl.e-resize-lines .e-headercell.e-stackedheadercell {
    border-left: 1px solid #e0e0e0;
    border-right-width: 0
}

.e-grid.e-resize-lines .e-filterbarcell,.e-grid.e-rtl.e-resize-lines .e-filterbarcell {
    border-top: 1px solid #e0e0e0
}

.e-grid .e-cloneproperties.e-draganddrop {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.26);
    opacity: .95;
    overflow: visible
}

.e-grid .e-row .e-dragstartrow:before,.e-grid .e-row .e-selectionbackground .e-dragstartrow:before {
    color: #f60
}

.e-grid .e-griddragarea {
    background-color: #eee;
    border-color: #eee;
    color: #000
}

.e-grid .e-groupdroparea {
    background-color: #ffdac2;
    border-top-color: #e0e0e0;
    color: #000
}

.e-grid .e-groupdroparea.e-hover {
    background-color: #ffc59e
}

.e-grid .e-groupdroparea.e-grouped {
    background-color: #ff7e29
}

.e-grid .e-groupheadercell {
    background-color: #f60;
    border-color: #e0e0e0;
    border-radius: 12px;
    color: #fff
}

.e-grid .e-groupheadercell:hover {
    background-color: #f60;
    border-color: #000
}

.e-grid .e-ungroupbutton:hover {
    color: #fff;
    opacity: 1
}

.e-grid .e-ungroupbutton {
    opacity: .7
}

.e-grid .e-groupcaption,.e-grid .e-indentcell,.e-grid .e-recordpluscollapse,.e-grid .e-recordplusexpand {
    background-color: #fafafa;
    color: #000
}

.e-grid .e-grouptopleftcell {
    background-color: #fff;
    border-color: #e0e0e0
}

.e-grid .e-stackedheadercell {
    border-bottom-color: #e0e0e0
}

.e-grid .e-verticallines tr th {
    border-color: #e0e0e0
}

.e-grid td.e-updatedtd {
    background-color: #d7f9c7;
    color: #000
}

.e-grid .e-gridcontent .e-normaledit .e-rowcell {
    border-top-color: #e0e0e0
}

.e-grid .e-gridcontent .e-normaledit .e-detailrowcollapse,.e-grid .e-gridcontent .e-normaledit .e-dragindentcell {
    border-top: 1px solid #e0e0e0
}

.e-grid .e-ccdlg .e-footer-content,.e-grid .e-excelfilter .e-footer-content {
    border-color: rgba(0,0,0,.12);
    opacity: 1
}

.e-grid .e-ccdlg .e-cc-searchdiv {
    border-color: #212121
}

.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus {
    border-color: #ff4081
}

.e-grid .e-cloneproperties.e-draganddrop .e-rowcell {
    color: #000
}

.e-grid .e-cloneproperties.e-draganddrop table,.e-grid .e-cloneproperties.e-draganddrop table .e-selectionbackground {
    background-color: #fff;
    height: 30px
}

.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,.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-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-verticallines .e-headercell.e-stackedheadercell,.e-grid.e-rtl.e-default.e-verticallines tr th:last-child,.e-grid.e-rtl .e-verticallines tr th:first-child:not(.e-firstcell) {
    border-color: #e0e0e0
}

.e-grid.e-rtl .e-tableborder {
    border-left-color: #e0e0e0
}

.e-control.e-tooltip-wrap.e-popup.e-griderror,.e-tooltip-wrap.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-inner.e-tip-bottom,.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.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-dropitemscount {
    background-color: #f60;
    color: #fff
}

/*! radiobutton layout */
.e-radio-wrapper {
    display: inline-block;
    line-height: 1
}

.e-radio {
    -webkit-appearance: none;
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px
}

.e-radio+label {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    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: 400;
    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;
    top: 0;
    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 .28s ease,background-color .28s ease
}

.e-radio+label.e-small .e-label,.e-small .e-radio+label .e-label {
    line-height: 14px;
    padding-left: 24px
}

.e-radio+label.e-small:before,.e-small .e-radio+label:before {
    height: 14px;
    width: 14px
}

.e-radio+label.e-small:after,.e-small .e-radio+label:after {
    height: 6px;
    left: 4px;
    top: 4px;
    width: 6px
}

.e-radio+label.e-small .e-ripple-container,.e-small .e-radio+label .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,.e-small .e-radio+label.e-right .e-label,.e-small .e-radio+label.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,.e-small .e-radio+label.e-right:after,.e-small .e-radio+label.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,.e-small .e-radio+label.e-right .e-ripple-container,.e-small .e-radio+label.e-rtl .e-ripple-container {
    left: auto;
    right: -10px
}

.e-radio+label.e-small.e-right.e-rtl .e-label,.e-small .e-radio+label.e-right.e-rtl .e-label {
    padding-left: 24px;
    padding-right: 0
}

.e-radio+label.e-small.e-right.e-rtl:after,.e-small .e-radio+label.e-right.e-rtl:after {
    left: 4px;
    right: auto
}

.e-radio+label.e-small.e-right.e-rtl .e-ripple-container,.e-small .e-radio+label.e-right.e-rtl .e-ripple-container {
    left: -10px;
    right: auto
}

.e-bigger.e-small .e-radio+label .e-label,.e-radio+label.e-bigger.e-small .e-label {
    line-height: 20px;
    padding-left: 32px
}

.e-bigger.e-small .e-radio+label:before,.e-radio+label.e-bigger.e-small:before {
    height: 20px;
    width: 20px
}

.e-bigger.e-small .e-radio+label:after,.e-radio+label.e-bigger.e-small:after {
    height: 8px;
    left: 6px;
    top: 6px;
    width: 8px
}

.e-bigger.e-small .e-radio+label .e-ripple-container,.e-radio+label.e-bigger.e-small .e-ripple-container {
    height: 40px;
    left: -10px;
    top: -10px;
    width: 40px
}

.e-bigger.e-small .e-radio+label.e-right .e-label,.e-bigger.e-small .e-radio+label.e-rtl .e-label,.e-radio+label.e-bigger.e-small.e-right .e-label,.e-radio+label.e-bigger.e-small.e-rtl .e-label {
    padding-left: 0;
    padding-right: 32px
}

.e-bigger.e-small .e-radio+label.e-right:after,.e-bigger.e-small .e-radio+label.e-rtl:after,.e-radio+label.e-bigger.e-small.e-right:after,.e-radio+label.e-bigger.e-small.e-rtl:after {
    left: auto;
    right: 6px
}

.e-bigger.e-small .e-radio+label.e-right .e-ripple-container,.e-bigger.e-small .e-radio+label.e-rtl .e-ripple-container,.e-radio+label.e-bigger.e-small.e-right .e-ripple-container,.e-radio+label.e-bigger.e-small.e-rtl .e-ripple-container {
    left: auto;
    right: -10px
}

.e-bigger.e-small .e-radio+label.e-right.e-rtl .e-label,.e-radio+label.e-bigger.e-small.e-right.e-rtl .e-label {
    padding-left: 32px;
    padding-right: 0
}

.e-bigger.e-small .e-radio+label.e-right.e-rtl:after,.e-radio+label.e-bigger.e-small.e-right.e-rtl:after {
    left: 6px;
    right: auto
}

.e-bigger.e-small .e-radio+label.e-right.e-rtl .e-ripple-container,.e-radio+label.e-bigger.e-small.e-right.e-rtl .e-ripple-container {
    left: -10px;
    right: auto
}

.e-bigger .e-radio+label .e-label,.e-radio+label.e-bigger .e-label {
    font-size: 14px;
    line-height: 22px;
    padding-left: 34px
}

.e-bigger .e-radio+label:before,.e-radio+label.e-bigger:before {
    height: 22px;
    width: 22px
}

.e-bigger .e-radio+label:after,.e-radio+label.e-bigger:after {
    height: 10px;
    left: 6px;
    top: 6px;
    width: 10px
}

.e-bigger .e-radio+label .e-ripple-container,.e-radio+label.e-bigger .e-ripple-container {
    height: 42px;
    left: -10px;
    top: -10px;
    width: 42px
}

.e-bigger .e-radio+label.e-right .e-label,.e-bigger .e-radio+label.e-rtl .e-label,.e-radio+label.e-bigger.e-right .e-label,.e-radio+label.e-bigger.e-rtl .e-label {
    padding-left: 0;
    padding-right: 34px
}

.e-bigger .e-radio+label.e-right:after,.e-bigger .e-radio+label.e-rtl:after,.e-radio+label.e-bigger.e-right:after,.e-radio+label.e-bigger.e-rtl:after {
    left: auto;
    right: 6px
}

.e-bigger .e-radio+label.e-right .e-ripple-container,.e-bigger .e-radio+label.e-rtl .e-ripple-container,.e-radio+label.e-bigger.e-right .e-ripple-container,.e-radio+label.e-bigger.e-rtl .e-ripple-container {
    left: auto;
    right: -10px
}

.e-bigger .e-radio+label.e-right.e-rtl .e-label,.e-radio+label.e-bigger.e-right.e-rtl .e-label {
    padding-left: 34px;
    padding-right: 0
}

.e-bigger .e-radio+label.e-right.e-rtl:after,.e-radio+label.e-bigger.e-right.e-rtl:after {
    left: 6px;
    right: auto
}

.e-bigger .e-radio+label.e-right.e-rtl .e-ripple-container,.e-radio+label.e-bigger.e-right.e-rtl .e-ripple-container {
    left: -12px;
    right: auto
}

.e-bigger .e-radio+label.e-small .e-label,.e-radio+label.e-bigger.e-small .e-label {
    line-height: 20px;
    padding-left: 32px
}

.e-bigger .e-radio+label.e-small:before,.e-radio+label.e-bigger.e-small:before {
    height: 20px;
    width: 20px
}

.e-bigger .e-radio+label.e-small:after,.e-radio+label.e-bigger.e-small:after {
    height: 8px;
    left: 6px;
    top: 6px;
    width: 8px
}

.e-bigger .e-radio+label.e-small .e-ripple-container,.e-radio+label.e-bigger.e-small .e-ripple-container {
    height: 40px;
    left: -10px;
    top: -10px;
    width: 40px
}

.e-bigger .e-radio+label.e-small.e-right .e-label,.e-bigger .e-radio+label.e-small.e-rtl .e-label,.e-radio+label.e-bigger.e-small.e-right .e-label,.e-radio+label.e-bigger.e-small.e-rtl .e-label {
    padding-left: 0;
    padding-right: 32px
}

.e-bigger .e-radio+label.e-small.e-right:after,.e-bigger .e-radio+label.e-small.e-rtl:after,.e-radio+label.e-bigger.e-small.e-right:after,.e-radio+label.e-bigger.e-small.e-rtl:after {
    left: auto;
    right: 6px
}

.e-bigger .e-radio+label.e-small.e-right .e-ripple-container,.e-bigger .e-radio+label.e-small.e-rtl .e-ripple-container,.e-radio+label.e-bigger.e-small.e-right .e-ripple-container,.e-radio+label.e-bigger.e-small.e-rtl .e-ripple-container {
    left: auto;
    right: -10px
}

.e-bigger .e-radio+label.e-small.e-right.e-rtl .e-label,.e-radio+label.e-bigger.e-small.e-right.e-rtl .e-label {
    padding-left: 32px;
    padding-right: 0
}

.e-bigger .e-radio+label.e-small.e-right.e-rtl:after,.e-radio+label.e-bigger.e-small.e-right.e-rtl:after {
    left: 6px;
    right: auto
}

.e-bigger .e-radio+label.e-small.e-right.e-rtl .e-ripple-container,.e-radio+label.e-bigger.e-small.e-right.e-rtl .e-ripple-container {
    left: -10px;
    right: auto
}

/*! radiobutton theme */
.e-radio+label:before {
    background-color: #fff;
    border-color: #757575
}

.e-radio+label.e-focus .e-ripple-container {
    background-color: rgba(0,0,0,.12)
}

.e-radio+label .e-label {
    color: rgba(0,0,0,.87)
}

.e-radio+label .e-ripple-element {
    background-color: rgba(255,102,0,.26)
}

.e-radio+label:active .e-ripple-element {
    background-color: rgba(0,0,0,.12)
}

.e-radio:focus+label:before {
    border-color: #757575;
    box-shadow: none
}

.e-radio:hover+label:before {
    border-color: #757575
}

.e-radio:checked+label:before {
    background-color: #fff;
    border-color: #f60
}

.e-radio:checked+label:after {
    background-color: #f60;
    color: #f60
}

.e-radio:checked+.e-focus .e-ripple-container,.e-radio:checked+label:active .e-ripple-element {
    background-color: rgba(255,102,0,.26)
}

.e-radio:checked+.e-focus:before {
    outline: 0 solid #fff;
    outline-offset: 0
}

.e-radio:checked:focus+label:before {
    border-color: #f60
}

.e-radio:checked:focus+label:after {
    background-color: #f60
}

.e-radio:checked+label:hover:before {
    border-color: #f60
}

.e-radio:checked+label:hover:after {
    background-color: #f60
}

.e-radio:disabled+label {
    cursor: default;
    pointer-events: none
}

.e-radio:disabled+label:before {
    border-color: #bdbdbd;
    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: #bdbdbd
}

.e-radio:disabled:checked+label:before {
    background-color: transparent;
    border-color: #bdbdbd
}

.e-radio:disabled:checked+label:after {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
    cursor: default
}

.e-radio:disabled:checked+label .e-ripple-container,.e-radio:disabled:checked+label .e-ripple-container:after {
    background-color: transparent
}

.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"
}

/*! checkbox layout */
.e-checkbox-wrapper,.e-css.e-checkbox-wrapper {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: 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-css.e-checkbox-wrapper: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: 400;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    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-checkbox-wrapper.e-checkbox-disabled .e-label,.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame,.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+.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-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-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-bigger.e-small.e-checkbox-wrapper .e-frame,.e-bigger.e-small .e-checkbox-wrapper .e-frame,.e-bigger.e-small.e-css.e-checkbox-wrapper .e-frame,.e-bigger.e-small .e-css.e-checkbox-wrapper .e-frame {
    height: 20px;
    line-height: 12px;
    width: 20px
}

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

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

.e-bigger.e-small.e-checkbox-wrapper .e-label,.e-bigger.e-small .e-checkbox-wrapper .e-label,.e-bigger.e-small.e-css.e-checkbox-wrapper .e-label,.e-bigger.e-small .e-css.e-checkbox-wrapper .e-label {
    font-size: 14px;
    line-height: 20px
}

.e-bigger.e-small.e-checkbox-wrapper .e-ripple-container,.e-bigger.e-small .e-checkbox-wrapper .e-ripple-container,.e-bigger.e-small.e-css.e-checkbox-wrapper .e-ripple-container,.e-bigger.e-small .e-css.e-checkbox-wrapper .e-ripple-container {
    bottom: -9px;
    height: 38px;
    left: -9px;
    right: -9px;
    top: -9px;
    width: 38px
}

.e-bigger.e-checkbox-wrapper .e-frame,.e-bigger .e-checkbox-wrapper .e-frame,.e-bigger.e-css.e-checkbox-wrapper .e-frame,.e-bigger .e-css.e-checkbox-wrapper .e-frame {
    height: 22px;
    line-height: 14px;
    width: 22px
}

.e-bigger.e-checkbox-wrapper .e-frame+.e-label,.e-bigger .e-checkbox-wrapper .e-frame+.e-label,.e-bigger.e-css.e-checkbox-wrapper .e-frame+.e-label,.e-bigger .e-css.e-checkbox-wrapper .e-frame+.e-label {
    font-size: 14px;
    line-height: 22px;
    margin-left: 12px
}

.e-bigger.e-checkbox-wrapper .e-check,.e-bigger .e-checkbox-wrapper .e-check,.e-bigger.e-css.e-checkbox-wrapper .e-check,.e-bigger .e-css.e-checkbox-wrapper .e-check {
    font-size: 16px
}

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

.e-bigger.e-checkbox-wrapper .e-label,.e-bigger .e-checkbox-wrapper .e-label,.e-bigger.e-css.e-checkbox-wrapper .e-label,.e-bigger .e-css.e-checkbox-wrapper .e-label {
    font-size: 14px
}

.e-bigger.e-checkbox-wrapper .e-ripple-container,.e-bigger .e-checkbox-wrapper .e-ripple-container,.e-bigger.e-css.e-checkbox-wrapper .e-ripple-container,.e-bigger .e-css.e-checkbox-wrapper .e-ripple-container {
    bottom: -9px;
    height: 40px;
    left: -9px;
    right: -9px;
    top: -9px;
    width: 40px
}

.e-bigger.e-checkbox-wrapper.e-rtl .e-frame,.e-bigger .e-checkbox-wrapper.e-rtl .e-frame,.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame,.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame {
    margin: 0
}

.e-bigger.e-checkbox-wrapper.e-rtl .e-frame+.e-label,.e-bigger .e-checkbox-wrapper.e-rtl .e-frame+.e-label,.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame+.e-label,.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame+.e-label {
    margin-left: 0;
    margin-right: 12px
}

.e-bigger.e-checkbox-wrapper.e-rtl .e-frame+.e-ripple-container,.e-bigger .e-checkbox-wrapper.e-rtl .e-frame+.e-ripple-container,.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame+.e-ripple-container,.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame+.e-ripple-container {
    right: auto
}

.e-bigger.e-checkbox-wrapper.e-small .e-frame,.e-bigger .e-checkbox-wrapper.e-small .e-frame,.e-bigger.e-css.e-checkbox-wrapper.e-small .e-frame,.e-bigger .e-css.e-checkbox-wrapper.e-small .e-frame {
    height: 20px;
    line-height: 12px;
    width: 20px
}

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

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

.e-bigger.e-checkbox-wrapper.e-small .e-label,.e-bigger .e-checkbox-wrapper.e-small .e-label,.e-bigger.e-css.e-checkbox-wrapper.e-small .e-label,.e-bigger .e-css.e-checkbox-wrapper.e-small .e-label {
    font-size: 14px;
    line-height: 20px
}

.e-bigger.e-checkbox-wrapper.e-small .e-ripple-container,.e-bigger .e-checkbox-wrapper.e-small .e-ripple-container,.e-bigger.e-css.e-checkbox-wrapper.e-small .e-ripple-container,.e-bigger .e-css.e-checkbox-wrapper.e-small .e-ripple-container {
    bottom: -9px;
    height: 38px;
    left: -9px;
    right: -9px;
    top: -9px;
    width: 38px
}

/*! checkbox theme */
.e-checkbox-wrapper,.e-css.e-checkbox-wrapper {
    -webkit-tap-highlight-color: transparent
}

.e-checkbox-wrapper .e-frame,.e-css.e-checkbox-wrapper .e-frame {
    background-color: #fff;
    border-color: #757575
}

.e-checkbox-wrapper .e-frame.e-check,.e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: #f60;
    border-color: transparent;
    color: #fff
}

.e-checkbox-wrapper .e-frame.e-stop,.e-css.e-checkbox-wrapper .e-frame.e-stop {
    background-color: #fff;
    border-color: #757575;
    color: #757575
}

.e-checkbox-wrapper .e-ripple-element,.e-css.e-checkbox-wrapper .e-ripple-element {
    background: rgba(255,102,0,.26)
}

.e-checkbox-wrapper .e-ripple-check .e-ripple-element,.e-checkbox-wrapper:active .e-ripple-element,.e-css.e-checkbox-wrapper .e-ripple-check .e-ripple-element,.e-css.e-checkbox-wrapper:active .e-ripple-element {
    background: rgba(0,0,0,.26)
}

.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element,.e-css.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element {
    background: rgba(255,102,0,.26)
}

.e-checkbox-wrapper .e-label,.e-css.e-checkbox-wrapper .e-label {
    color: rgba(0,0,0,.87)
}

.e-checkbox-wrapper .e-checkbox:focus+.e-frame,.e-css.e-checkbox-wrapper .e-checkbox:focus+.e-frame {
    background-color: #fff;
    border-color: #757575;
    box-shadow: none
}

.e-checkbox-wrapper .e-checkbox:focus+.e-frame.e-check,.e-css.e-checkbox-wrapper .e-checkbox:focus+.e-frame.e-check {
    background-color: #f60;
    border-color: transparent;
    box-shadow: none;
    color: #fff
}

.e-checkbox-wrapper .e-checkbox:focus+.e-frame.e-stop,.e-css.e-checkbox-wrapper .e-checkbox:focus+.e-frame.e-stop {
    box-shadow: none;
    color: #757575
}

.e-checkbox-wrapper:hover .e-frame,.e-css.e-checkbox-wrapper:hover .e-frame {
    background-color: #fff;
    border-color: #757575
}

.e-checkbox-wrapper:hover .e-frame.e-check,.e-css.e-checkbox-wrapper:hover .e-frame.e-check {
    background-color: #f60;
    border-color: transparent;
    color: #fff
}

.e-checkbox-wrapper:hover .e-frame.e-stop,.e-css.e-checkbox-wrapper:hover .e-frame.e-stop {
    color: #757575
}

.e-checkbox-wrapper:hover .e-label,.e-css.e-checkbox-wrapper:hover .e-label {
    color: rgba(0,0,0,.87)
}

.e-checkbox-wrapper.e-checkbox-disabled .e-frame,.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame {
    background-color: #fff;
    border-color: #bdbdbd;
    color: #bdbdbd
}

.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check,.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
    color: #fff
}

.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop,.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop {
    background-color: #fff;
    border-color: #bdbdbd;
    color: #bdbdbd
}

.e-checkbox-wrapper.e-checkbox-disabled .e-label,.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label {
    color: #bdbdbd
}

.e-checkbox-wrapper.e-focus .e-ripple-container,.e-css.e-checkbox-wrapper.e-focus .e-ripple-container {
    background-color: rgba(0,0,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(255,102,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: 0 solid #fff;
    outline-offset: 0
}

/*! switch layout */
.e-css.e-switch-wrapper,.e-switch-wrapper {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 34px
}

.e-css.e-switch-wrapper .e-switch,.e-switch-wrapper .e-switch {
    -moz-appearance: none;
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px
}

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

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

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

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

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

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

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

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

.e-css.e-switch-wrapper.e-switch-disabled,.e-switch-wrapper.e-switch-disabled {
    cursor: default
}

.e-css.e-switch-wrapper .e-ripple-container,.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-css.e-switch-wrapper.e-rtl .e-switch-handle,.e-switch-wrapper.e-rtl .e-switch-handle {
    left: 100%;
    margin-left: -18px
}

.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
    left: 0
}

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

.e-css.e-switch-wrapper.e-rtl .e-switch-on,.e-switch-wrapper.e-rtl .e-switch-on {
    left: 100%
}

.e-css.e-switch-wrapper.e-rtl .e-switch-off,.e-switch-wrapper.e-rtl .e-switch-off {
    left: 0
}

.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,.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 .2s linear;
    width: 18px
}

.e-css.e-switch-wrapper.e-small,.e-switch-wrapper.e-small {
    height: 10px;
    width: 26px
}

.e-css.e-switch-wrapper.e-small .e-switch-handle,.e-switch-wrapper.e-small .e-switch-handle {
    height: 16px;
    width: 16px
}

.e-css.e-switch-wrapper.e-small .e-ripple-container,.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-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active,.e-switch-wrapper.e-small .e-switch-handle.e-switch-active {
    left: 100%;
    margin-left: -16px
}

.e-css.e-switch-wrapper.e-small .e-switch-off,.e-css.e-switch-wrapper.e-small .e-switch-on,.e-switch-wrapper.e-small .e-switch-off,.e-switch-wrapper.e-small .e-switch-on {
    font-size: 9px
}

.e-css.e-switch-wrapper.e-small .e-switch-off,.e-css.e-switch-wrapper.e-small .e-switch-on,.e-switch-wrapper.e-small .e-switch-off,.e-switch-wrapper.e-small .e-switch-on {
    text-indent: -9999px
}

.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle,.e-switch-wrapper.e-small.e-rtl .e-switch-handle {
    left: 100%;
    margin-left: -16px;
    height: 16px;
    width: 16px
}

.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on,.e-switch-wrapper.e-small.e-rtl .e-switch-on {
    left: 100%;
    opacity: .54
}

.e-css.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-off,.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-switch-wrapper.e-small.e-rtl .e-switch-off {
    left: 0
}

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

.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active,.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active {
    left: 16px
}

.e-small.e-css.e-switch-wrapper,.e-small .e-css.e-switch-wrapper,.e-small.e-switch-wrapper,.e-small .e-switch-wrapper {
    height: 10px;
    width: 26px
}

.e-small.e-css.e-switch-wrapper .e-switch-handle,.e-small .e-css.e-switch-wrapper .e-switch-handle,.e-small.e-switch-wrapper .e-switch-handle,.e-small .e-switch-wrapper .e-switch-handle {
    height: 16px;
    width: 16px
}

.e-small.e-css.e-switch-wrapper .e-ripple-container,.e-small .e-css.e-switch-wrapper .e-ripple-container,.e-small.e-switch-wrapper .e-ripple-container,.e-small .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-css.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-switch-wrapper .e-switch-handle.e-switch-active,.e-small .e-switch-wrapper .e-switch-handle.e-switch-active {
    left: 100%;
    margin-left: -16px
}

.e-small.e-css.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-on,.e-small .e-css.e-switch-wrapper .e-switch-on,.e-small.e-switch-wrapper .e-switch-off,.e-small .e-switch-wrapper .e-switch-off,.e-small.e-switch-wrapper .e-switch-on,.e-small .e-switch-wrapper .e-switch-on {
    font-size: 9px
}

.e-small.e-css.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-on,.e-small .e-css.e-switch-wrapper .e-switch-on,.e-small.e-switch-wrapper .e-switch-off,.e-small .e-switch-wrapper .e-switch-off,.e-small.e-switch-wrapper .e-switch-on,.e-small .e-switch-wrapper .e-switch-on {
    text-indent: -9999px
}

.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle,.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle,.e-small.e-switch-wrapper.e-rtl .e-switch-handle,.e-small .e-switch-wrapper.e-rtl .e-switch-handle {
    left: 100%;
    margin-left: -16px;
    height: 16px;
    width: 16px
}

.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on,.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on,.e-small.e-switch-wrapper.e-rtl .e-switch-on,.e-small .e-switch-wrapper.e-rtl .e-switch-on {
    left: 100%;
    opacity: .54
}

.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,.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off,.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off,.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-switch-wrapper.e-rtl .e-switch-off,.e-small .e-switch-wrapper.e-rtl .e-switch-off {
    left: 0
}

.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,.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 {
    left: -100%
}

.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,.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 {
    left: 16px
}

.e-bigger.e-small.e-css.e-switch-wrapper,.e-bigger.e-small .e-css.e-switch-wrapper,.e-bigger.e-small.e-switch-wrapper,.e-bigger.e-small .e-switch-wrapper {
    height: 12px;
    width: 34px
}

.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-handle,.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-handle,.e-bigger.e-small.e-switch-wrapper .e-switch-handle,.e-bigger.e-small .e-switch-wrapper .e-switch-handle {
    height: 18px;
    left: 0;
    top: 0;
    width: 18px
}

.e-bigger.e-small.e-css.e-switch-wrapper .e-ripple-container,.e-bigger.e-small .e-css.e-switch-wrapper .e-ripple-container,.e-bigger.e-small.e-switch-wrapper .e-ripple-container,.e-bigger.e-small .e-switch-wrapper .e-ripple-container {
    border-radius: 50%;
    height: 50px;
    left: -16px;
    pointer-events: none;
    position: absolute;
    top: -16px;
    width: 50px;
    z-index: 1
}

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

.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off,.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-off,.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on,.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on,.e-bigger.e-small.e-switch-wrapper .e-switch-off,.e-bigger.e-small .e-switch-wrapper .e-switch-off,.e-bigger.e-small.e-switch-wrapper .e-switch-on,.e-bigger.e-small .e-switch-wrapper .e-switch-on {
    font-size: 9px
}

.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off,.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-off,.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on,.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on,.e-bigger.e-small.e-switch-wrapper .e-switch-off,.e-bigger.e-small .e-switch-wrapper .e-switch-off,.e-bigger.e-small.e-switch-wrapper .e-switch-on,.e-bigger.e-small .e-switch-wrapper .e-switch-on {
    text-indent: -9999px
}

.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle,.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle,.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle,.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle {
    left: 100%;
    margin-left: -18px;
    height: 18px;
    width: 18px
}

.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on,.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on,.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-on,.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-on {
    left: 100%;
    opacity: .54
}

.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off,.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off,.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-off,.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-off {
    left: 0
}

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

.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
    left: 18px
}

.e-bigger.e-css.e-switch-wrapper,.e-bigger .e-css.e-switch-wrapper,.e-bigger.e-switch-wrapper,.e-bigger .e-switch-wrapper {
    height: 14px;
    width: 36px
}

.e-bigger.e-css.e-switch-wrapper .e-switch-handle,.e-bigger .e-css.e-switch-wrapper .e-switch-handle,.e-bigger.e-switch-wrapper .e-switch-handle,.e-bigger .e-switch-wrapper .e-switch-handle {
    height: 20px;
    left: 0;
    top: 0;
    width: 20px
}

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

.e-bigger.e-css.e-switch-wrapper .e-switch-off,.e-bigger .e-css.e-switch-wrapper .e-switch-off,.e-bigger.e-css.e-switch-wrapper .e-switch-on,.e-bigger .e-css.e-switch-wrapper .e-switch-on,.e-bigger.e-switch-wrapper .e-switch-off,.e-bigger .e-switch-wrapper .e-switch-off,.e-bigger.e-switch-wrapper .e-switch-on,.e-bigger .e-switch-wrapper .e-switch-on {
    font-size: 0
}

.e-bigger.e-css.e-switch-wrapper .e-switch-off,.e-bigger .e-css.e-switch-wrapper .e-switch-off,.e-bigger.e-css.e-switch-wrapper .e-switch-on,.e-bigger .e-css.e-switch-wrapper .e-switch-on,.e-bigger.e-switch-wrapper .e-switch-off,.e-bigger .e-switch-wrapper .e-switch-off,.e-bigger.e-switch-wrapper .e-switch-on,.e-bigger .e-switch-wrapper .e-switch-on {
    text-indent: -9999px
}

.e-bigger.e-css.e-switch-wrapper .e-ripple-container,.e-bigger .e-css.e-switch-wrapper .e-ripple-container,.e-bigger.e-switch-wrapper .e-ripple-container,.e-bigger .e-switch-wrapper .e-ripple-container {
    height: 52px;
    left: -16px;
    top: -16px;
    width: 52px
}

.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle,.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle,.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle,.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle {
    height: 20px;
    left: 100%;
    margin-left: -20px;
    top: 0;
    width: 20px
}

.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-on,.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-on,.e-bigger.e-switch-wrapper.e-rtl .e-switch-on,.e-bigger .e-switch-wrapper.e-rtl .e-switch-on {
    left: 100%;
    opacity: .54
}

.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-off,.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-off,.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-bigger.e-switch-wrapper.e-rtl .e-switch-off,.e-bigger .e-switch-wrapper.e-rtl .e-switch-off {
    left: 0
}

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

.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
    left: 20px
}

.e-bigger.e-css.e-switch-wrapper.e-small,.e-bigger .e-css.e-switch-wrapper.e-small,.e-bigger.e-switch-wrapper.e-small,.e-bigger .e-switch-wrapper.e-small {
    height: 12px;
    width: 34px
}

.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle,.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle,.e-bigger.e-switch-wrapper.e-small .e-switch-handle,.e-bigger .e-switch-wrapper.e-small .e-switch-handle {
    height: 18px;
    left: 0;
    top: 0;
    width: 18px
}

.e-bigger.e-css.e-switch-wrapper.e-small .e-ripple-container,.e-bigger .e-css.e-switch-wrapper.e-small .e-ripple-container,.e-bigger.e-switch-wrapper.e-small .e-ripple-container,.e-bigger .e-switch-wrapper.e-small .e-ripple-container {
    border-radius: 50%;
    height: 50px;
    left: -16px;
    pointer-events: none;
    position: absolute;
    top: -16px;
    width: 50px;
    z-index: 1
}

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

.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off,.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off,.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on,.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on,.e-bigger.e-switch-wrapper.e-small .e-switch-off,.e-bigger .e-switch-wrapper.e-small .e-switch-off,.e-bigger.e-switch-wrapper.e-small .e-switch-on,.e-bigger .e-switch-wrapper.e-small .e-switch-on {
    font-size: 9px
}

.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off,.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off,.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on,.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on,.e-bigger.e-switch-wrapper.e-small .e-switch-off,.e-bigger .e-switch-wrapper.e-small .e-switch-off,.e-bigger.e-switch-wrapper.e-small .e-switch-on,.e-bigger .e-switch-wrapper.e-small .e-switch-on {
    text-indent: -9999px
}

.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle,.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle,.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle,.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle {
    left: 100%;
    margin-left: -18px;
    height: 18px;
    width: 18px
}

.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on,.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on,.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-on,.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-on {
    left: 100%;
    opacity: .54
}

.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off,.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off,.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-off,.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-off {
    left: 0
}

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

.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active,.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active,.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active,.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active {
    left: 18px
}

/*! switch theme */
.e-css.e-switch-wrapper,.e-switch-wrapper {
    -webkit-tap-highlight-color: transparent
}

.e-css.e-switch-wrapper .e-switch-off,.e-switch-wrapper .e-switch-off {
    background-color: #000;
    color: #fff
}

.e-css.e-switch-wrapper .e-switch-handle,.e-switch-wrapper .e-switch-handle {
    background-color: #f5f5f5;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)
}

.e-css.e-switch-wrapper .e-switch-on,.e-switch-wrapper .e-switch-on {
    background-color: #f60;
    color: #fff
}

.e-css.e-switch-wrapper .e-switch-handle.e-switch-active,.e-switch-wrapper .e-switch-handle.e-switch-active {
    background-color: #f60
}

.e-css.e-switch-wrapper .e-switch-inner.e-switch-active,.e-switch-wrapper .e-switch-inner.e-switch-active {
    background-color: #fff;
    border-color: transparent
}

.e-css.e-switch-wrapper .e-switch-inner,.e-switch-wrapper .e-switch-inner {
    background-color: initial
}

.e-css.e-switch-wrapper .e-ripple-element,.e-switch-wrapper .e-ripple-element {
    background-color: rgba(0,0,0,.12)
}

.e-css.e-switch-wrapper .e-ripple-check .e-ripple-element,.e-switch-wrapper .e-ripple-check .e-ripple-element {
    background-color: rgba(255,102,0,.12)
}

.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active,.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active {
    box-shadow: none
}

.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle,.e-switch-wrapper.e-switch-disabled .e-switch-handle {
    background-color: #bdbdbd;
    box-shadow: none
}

.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off,.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off {
    background-color: #000;
    border-color: #bdbdbd;
    color: transparent;
    opacity: .12
}

.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on,.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on {
    background-color: #000;
    color: transparent;
    opacity: .12
}

.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner,.e-switch-wrapper.e-switch-disabled .e-switch-inner {
    background-color: #000;
    border-color: transparent;
    opacity: .12
}

.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active,.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active {
    background-color: #000;
    border-color: transparent
}

.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner,.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner {
    border-color: transparent;
    color: transparent
}

.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on,.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: #000;
    color: transparent
}

.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle,.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active,.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle,.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active {
    background-color: #bdbdbd
}

.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active,.e-switch-wrapper:hover .e-switch-inner.e-switch-active {
    background-color: transparent;
    border-color: transparent
}

.e-css.e-switch-wrapper:hover .e-switch-inner,.e-switch-wrapper:hover .e-switch-inner {
    background-color: none;
    border-color: inherit
}

.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on,.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: #f60;
    color: #fff
}

.e-css.e-switch-wrapper:hover .e-switch-handle.e-switch-active,.e-switch-wrapper:hover .e-switch-handle.e-switch-active {
    background-color: #f60
}

.e-css.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active),.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) {
    background-color: #f5f5f5
}

.e-css.e-switch-wrapper.e-focus .e-switch-inner,.e-switch-wrapper.e-focus .e-switch-inner {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    outline: none;
    outline-offset: 0
}

.e-css.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active,.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active {
    background-color: transparent;
    border-color: transparent;
    outline: none
}

.e-css.e-switch-wrapper.e-focus .e-ripple-container,.e-switch-wrapper.e-focus .e-ripple-container {
    background-color: rgba(0,0,0,.12)
}

.e-css.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container,.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container {
    background-color: rgba(255,102,0,.12)
}

.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-off,.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-on,.e-switch-wrapper.e-rtl.e-focus .e-switch-off,.e-switch-wrapper.e-rtl.e-focus .e-switch-on {
    background-color: rgba(255,102,0,.54)
}

.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active,.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active {
    background-color: transparent;
    border-color: transparent;
    outline: none
}

.e-css.e-switch-wrapper.e-rtl .e-switch-on,.e-switch-wrapper.e-rtl .e-switch-on {
    background-color: none
}

.e-css.e-switch-wrapper.e-rtl .e-switch-handle,.e-switch-wrapper.e-rtl .e-switch-handle {
    background-color: #f5f5f5;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)
}

.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
    background-color: #000
}

.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
    background-color: #f60
}

.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active,.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active {
    background-color: #fff;
    border-color: transparent
}

.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active,.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active {
    background-color: transparent;
    border-color: transparent
}

.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner,.e-switch-wrapper.e-rtl:hover .e-switch-inner {
    border-color: inherit
}

.e-css.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on,.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active,.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: #f60
}

.e-css.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-on,.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off,.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on {
    background-color: #000;
    color: transparent;
    opacity: .12
}

.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active,.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle,.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active {
    background-color: #bdbdbd;
    box-shadow: none
}

.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner,.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner {
    background-color: #000;
    border-color: transparent;
    opacity: .12
}

.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on,.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: #000;
    color: transparent
}

.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active,.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active {
    background-color: #000;
    border-color: transparent
}

.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner,.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner {
    border-color: transparent;
    color: transparent
}

.e-css.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.e-switch-active,.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle,.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active {
    background-color: #bdbdbd
}

.e-css.e-switch-wrapper .e-switch:focus,.e-switch-wrapper .e-switch:focus {
    box-shadow: none
}

.e-css.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active,.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active {
    background-color: #000
}

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

.e-chip-list.e-multi-selection .e-chip:before {
    content: "\e933"
}

.e-chip-list {
    display: flex;
    padding: 4px
}

.e-chip-list.e-chip,.e-chip-list .e-chip {
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    border: 0 solid;
    border-radius: 14px;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 400;
    height: 28px;
    justify-content: center;
    line-height: 1.5em;
    margin: 4px;
    outline: none;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    transition: box-shadow .3s cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-chip-list.e-chip .e-chip-avatar,.e-chip-list .e-chip .e-chip-avatar {
    align-items: center;
    background-size: cover;
    border-radius: 50%;
    display: flex;
    font-size: 13px;
    height: 28px;
    justify-content: center;
    line-height: 1;
    margin: 0 8px 0 -10px;
    overflow: hidden;
    width: 28px
}

.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 {
    align-items: center;
    background-size: cover;
    border-radius: 50%;
    display: flex;
    font-size: 14px;
    height: 20px;
    justify-content: center;
    line-height: 1;
    margin: 0 8px 0 -6px;
    overflow: hidden;
    width: 20px
}

.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 {
    align-items: center;
    background-size: cover;
    border-radius: 50%;
    display: flex;
    font-size: 14px;
    height: 14px;
    justify-content: center;
    line-height: 1;
    margin: 0 -2px 0 8px;
    overflow: hidden;
    width: 14px
}

.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:not(.e-chip) {
    flex-wrap: wrap
}

.e-chip-list.e-multi-selection .e-chip:before {
    align-items: center;
    display: flex;
    font-family: e-icons;
    height: 20px;
    justify-content: center;
    line-height: 1;
    margin: 0 8px 0 -6px;
    overflow: hidden;
    transition: width .3s cubic-bezier(.4,0,.2,1);
    width: 20px
}

.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-avatar-wrap:before,.e-chip-list.e-multi-selection .e-chip.e-chip-icon-wrap:before {
    display: none
}

.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap:before {
    height: 28px;
    margin: 0 8px 0 -10px;
    width: 28px
}

.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-avatar,.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-icon {
    display: none
}

.e-chip-list.e-multi-selection .e-chip.e-active.e-chip-avatar-wrap:before,.e-chip-list.e-multi-selection .e-chip.e-active.e-chip-icon-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-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-multi-selection .e-chip:before {
    margin: 0 -6px 0 8px
}

.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap:before {
    margin: 0 -10px 0 8px
}

.e-bigger.e-chip-list.e-chip,.e-bigger .e-chip-list.e-chip,.e-bigger.e-chip-list .e-chip,.e-bigger .e-chip-list .e-chip {
    border-radius: 16px;
    font-size: 14px;
    height: 32px;
    padding: 0 12px
}

.e-bigger.e-chip-list .e-chip-avatar,.e-bigger .e-chip-list .e-chip-avatar {
    font-size: 15px;
    height: 32px;
    margin: 0 8px 0 -12px;
    width: 32px
}

.e-bigger.e-chip-list.e-chip-avatar-wrap,.e-bigger .e-chip-list.e-chip-avatar-wrap,.e-bigger.e-chip-list .e-chip-avatar-wrap,.e-bigger .e-chip-list .e-chip-avatar-wrap {
    border-radius: 16px
}

.e-bigger.e-chip-list .e-chip-icon,.e-bigger .e-chip-list .e-chip-icon {
    font-size: 16px;
    height: 24px;
    margin: 0 8px 0 -8px;
    width: 24px
}

.e-bigger.e-chip-list .e-chip-delete,.e-bigger .e-chip-list .e-chip-delete {
    font-size: 16px;
    height: 18px;
    margin: 0 -4px 0 8px;
    width: 18px
}

.e-bigger.e-chip-list.e-multi-selection .e-chip:before,.e-bigger .e-chip-list.e-multi-selection .e-chip:before {
    height: 24px;
    margin: 0 8px 0 -8px;
    width: 24px
}

.e-bigger.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap:before,.e-bigger .e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap:before {
    height: 32px;
    margin: 0 8px 0 -12px;
    width: 32px
}

.e-bigger.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap):before,.e-bigger .e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap):before {
    width: 24px
}

.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-avatar,.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-avatar,.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-avatar,.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-avatar {
    margin: 0 -12px 0 8px
}

.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-icon,.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-icon,.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-icon,.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-icon {
    margin: 0 -8px 0 8px
}

.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-delete,.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-delete,.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-delete,.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-delete {
    margin: 0 8px 0 -4px
}

.e-bigger.e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap,.e-bigger .e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap,.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap,.e-bigger.e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap,.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap,.e-bigger .e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap,.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap,.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap {
    border-radius: 16px
}

.e-bigger.e-chip-list.e-rtl.e-multi-selection .e-chip:before,.e-bigger .e-chip-list.e-rtl.e-multi-selection .e-chip:before {
    margin: 0 -8px 0 8px
}

.e-bigger.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap:before,.e-bigger .e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap:before {
    margin: 0 -12px 0 8px
}

.e-chip-list.e-chip,.e-chip-list .e-chip {
    background-color: #e0e0e0;
    border-color: transparent;
    color: rgba(0,0,0,.87)
}

.e-chip-list.e-chip .e-chip-delete,.e-chip-list .e-chip .e-chip-delete,.e-chip-list.e-chip .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip .e-chip-delete.e-dlt-btn,.e-chip-list.e-chip .e-chip-icon,.e-chip-list .e-chip .e-chip-icon {
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip .e-chip-avatar,.e-chip-list .e-chip .e-chip-avatar {
    background-color: #c1c1c1;
    color: rgba(0,0,0,.54)
}

.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: rgba(0,0,0,.7)
}

.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: #000
}

.e-chip-list.e-chip:hover,.e-chip-list .e-chip:hover {
    background-color: #d6d6d6;
    border-color: transparent;
    color: rgba(0,0,0,.87)
}

.e-chip-list.e-chip:hover .e-chip-delete,.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-icon {
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip:hover .e-chip-avatar,.e-chip-list .e-chip:hover .e-chip-avatar {
    background-color: #b7b7b7;
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip.e-focused,.e-chip-list .e-chip.e-focused {
    background-color: #c1c1c1;
    border-color: transparent;
    color: rgba(0,0,0,.87);
    box-shadow: none
}

.e-chip-list.e-chip.e-focused .e-chip-delete,.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-icon {
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-focused .e-chip-avatar {
    background-color: #b7b7b7;
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip.e-active,.e-chip-list .e-chip.e-active {
    background-color: #bcbcbc;
    border-color: transparent;
    color: rgba(0,0,0,.87);
    box-shadow: none
}

.e-chip-list.e-chip.e-active .e-chip-delete,.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-icon {
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip.e-active .e-chip-avatar,.e-chip-list .e-chip.e-active .e-chip-avatar {
    background-color: #9e9e9e;
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip.e-focused.e-active,.e-chip-list .e-chip.e-focused.e-active {
    background-color: #c1c1c1;
    border-color: transparent;
    color: rgba(0,0,0,.87);
    box-shadow: none
}

.e-chip-list.e-chip.e-focused.e-active .e-chip-delete,.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-icon {
    color: rgba(0,0,0,.54)
}

.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: #a3a3a3;
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip:active,.e-chip-list .e-chip:active {
    background-color: #b7b7b7;
    border-color: transparent;
    color: rgba(0,0,0,.87);
    box-shadow: 0 2px 1px -6px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)
}

.e-chip-list.e-chip:active .e-chip-delete,.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-icon {
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip:active .e-chip-avatar,.e-chip-list .e-chip:active .e-chip-avatar {
    background-color: #999;
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip.e-disabled,.e-chip-list .e-chip.e-disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    color: rgba(0,0,0,.26);
    opacity: 1;
    pointer-events: none
}

.e-chip-list.e-chip.e-disabled .e-chip-delete,.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-icon {
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-disabled .e-chip-avatar {
    background-color: rgba(0,0,0,.12);
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-outline,.e-chip-list .e-chip.e-outline {
    background-color: transparent;
    border-color: #bdbdbd;
    color: rgba(0,0,0,.87);
    border-width: 1px
}

.e-chip-list.e-chip.e-outline .e-chip-delete,.e-chip-list .e-chip.e-outline .e-chip-delete,.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,.e-chip-list.e-chip.e-outline .e-chip-icon,.e-chip-list .e-chip.e-outline .e-chip-icon {
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip.e-outline .e-chip-avatar,.e-chip-list .e-chip.e-outline .e-chip-avatar {
    background-color: #bdbdbd;
    color: rgba(0,0,0,.87)
}

.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: rgba(0,0,0,.7)
}

.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: #000
}

.e-chip-list.e-chip.e-outline:hover,.e-chip-list .e-chip.e-outline:hover {
    background-color: rgba(0,0,0,.04);
    border-color: #bdbdbd;
    color: rgba(0,0,0,.87)
}

.e-chip-list.e-chip.e-outline:hover .e-chip-delete,.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-icon {
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip.e-outline:hover .e-chip-avatar,.e-chip-list .e-chip.e-outline:hover .e-chip-avatar {
    background-color: #bdbdbd;
    color: rgba(0,0,0,.87)
}

.e-chip-list.e-chip.e-outline.e-focused,.e-chip-list .e-chip.e-outline.e-focused {
    background-color: rgba(0,0,0,.12);
    border-color: #bdbdbd;
    color: rgba(0,0,0,.87)
}

.e-chip-list.e-chip.e-outline.e-focused .e-chip-delete,.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-icon {
    color: rgba(0,0,0,.54)
}

.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(0,0,0,.12);
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip.e-outline.e-active,.e-chip-list .e-chip.e-outline.e-active {
    background-color: rgba(0,0,0,.14);
    border-color: #bdbdbd;
    color: rgba(0,0,0,.87)
}

.e-chip-list.e-chip.e-outline.e-active .e-chip-delete,.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-icon {
    color: rgba(0,0,0,.54)
}

.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(0,0,0,.14);
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip.e-outline.e-focused.e-active,.e-chip-list .e-chip.e-outline.e-focused.e-active {
    background-color: rgba(0,0,0,.12);
    border-color: #bdbdbd;
    color: rgba(0,0,0,.87)
}

.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-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-icon {
    color: rgba(0,0,0,.54)
}

.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(0,0,0,.12);
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip.e-outline:active,.e-chip-list .e-chip.e-outline:active {
    background-color: rgba(0,0,0,.16);
    border-color: #bdbdbd;
    color: rgba(0,0,0,.87)
}

.e-chip-list.e-chip.e-outline:active .e-chip-delete,.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-icon {
    color: rgba(0,0,0,.54)
}

.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(0,0,0,.16);
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip.e-outline.e-disabled,.e-chip-list .e-chip.e-outline.e-disabled {
    background-color: transparent;
    border-color: rgba(0,0,0,.26);
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-outline.e-disabled .e-chip-delete,.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-icon {
    color: rgba(0,0,0,.26)
}

.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: transparent;
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-selection .e-chip.e-active {
    background-color: #f60;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-selection .e-chip.e-active .e-chip-delete,.e-chip-list.e-selection .e-chip.e-active .e-chip-icon {
    color: #fff
}

.e-chip-list.e-selection .e-chip.e-active .e-chip-avatar {
    background-color: #c24e00;
    color: #fff
}

.e-chip-list.e-selection .e-chip.e-active.e-focused {
    background-color: #ff8b3d;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-delete,.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-icon {
    color: #fff
}

.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-avatar {
    background-color: #f60;
    color: #fff
}

.e-chip-list.e-selection .e-chip.e-active.e-disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-delete,.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-icon {
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-avatar {
    background-color: rgba(0,0,0,.12);
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-selection .e-chip.e-active.e-outline {
    background-color: #f60;
    border-color: #f60;
    color: #fff
}

.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-delete,.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-icon {
    color: #fff
}

.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-avatar {
    background-color: #c24e00;
    color: #fff
}

.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused {
    background-color: #ff8b3d;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-delete,.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-icon {
    color: #fff
}

.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-avatar {
    background-color: #f60;
    color: #fff
}

.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled {
    background-color: transparent;
    border-color: rgba(0,0,0,.26);
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-delete,.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-icon {
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-avatar {
    background-color: transparent;
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-selection .e-chip:active {
    background-color: rgba(255,102,0,.16);
    border-color: transparent;
    color: rgba(0,0,0,.87)
}

.e-chip-list.e-selection .e-chip:active .e-chip-delete,.e-chip-list.e-selection .e-chip:active .e-chip-icon {
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-selection .e-chip:active .e-chip-avatar {
    background-color: rgba(194,78,0,.16);
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-selection .e-chip:active.e-outline {
    background-color: rgba(255,102,0,.16);
    border-color: #bdbdbd;
    color: rgba(0,0,0,.87)
}

.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-delete,.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-icon {
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-avatar {
    background-color: rgba(194,78,0,.16);
    color: rgba(0,0,0,.54)
}

.e-chip-list.e-chip.e-primary,.e-chip-list .e-chip.e-primary {
    background-color: #f60;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-primary .e-chip-delete,.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-icon {
    color: #fff
}

.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: hsla(0,0%,100%,.8)
}

.e-chip-list.e-chip.e-primary .e-chip-avatar,.e-chip-list .e-chip.e-primary .e-chip-avatar {
    background-color: #c24e00;
    color: #fff
}

.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,.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: #fff
}

.e-chip-list.e-chip.e-primary:hover,.e-chip-list .e-chip.e-primary:hover {
    background-color: #ff7e29;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-primary:hover .e-chip-delete,.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-icon {
    color: #fff
}

.e-chip-list.e-chip.e-primary:hover .e-chip-avatar,.e-chip-list .e-chip.e-primary:hover .e-chip-avatar {
    background-color: #eb5e00;
    color: #fff
}

.e-chip-list.e-chip.e-primary.e-focused,.e-chip-list .e-chip.e-primary.e-focused {
    background-color: #ff8b3d;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-primary.e-focused .e-chip-delete,.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-icon {
    color: #fff
}

.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: #f60;
    color: #fff
}

.e-chip-list.e-chip.e-primary.e-active,.e-chip-list .e-chip.e-primary.e-active {
    background-color: #ff9752;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-primary.e-active .e-chip-delete,.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-icon {
    color: #fff
}

.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: #ff7214;
    color: #fff
}

.e-chip-list.e-chip.e-primary.e-focused.e-active,.e-chip-list .e-chip.e-primary.e-focused.e-active {
    background-color: #ff8b3d;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    color: #fff
}

.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: #f60;
    color: #fff
}

.e-chip-list.e-chip.e-primary:active,.e-chip-list .e-chip.e-primary:active {
    background-color: #ff9752;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-primary:active .e-chip-delete,.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-icon {
    color: #fff
}

.e-chip-list.e-chip.e-primary:active .e-chip-avatar,.e-chip-list .e-chip.e-primary:active .e-chip-avatar {
    background-color: #ff7214;
    color: #fff
}

.e-chip-list.e-chip.e-primary.e-disabled,.e-chip-list .e-chip.e-primary.e-disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-primary.e-disabled .e-chip-delete,.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-icon {
    color: rgba(0,0,0,.26)
}

.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,.12);
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-primary.e-outline,.e-chip-list .e-chip.e-primary.e-outline {
    background-color: transparent;
    border-color: #f60;
    color: #f60
}

.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete,.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-icon {
    color: #f60
}

.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(255,102,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: #f60;
    color: #fff
}

.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: #f60
}

.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: #fff
}

.e-chip-list.e-chip.e-primary.e-outline:hover,.e-chip-list .e-chip.e-primary.e-outline:hover {
    background-color: rgba(255,102,0,.12);
    border-color: #f60;
    color: #f60
}

.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-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-icon {
    color: #f60
}

.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: #f60;
    color: #fff
}

.e-chip-list.e-chip.e-primary.e-outline.e-focused,.e-chip-list .e-chip.e-primary.e-outline.e-focused {
    background-color: #ff8b3d;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    color: #fff
}

.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: #f60;
    color: #fff
}

.e-chip-list.e-chip.e-primary.e-outline.e-active,.e-chip-list .e-chip.e-primary.e-outline.e-active {
    background-color: #ff9752;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    color: #fff
}

.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: #ff7214;
    color: #fff
}

.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-color: #ff8b3d;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    color: #fff
}

.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: #f60;
    color: #fff
}

.e-chip-list.e-chip.e-primary.e-outline:active,.e-chip-list .e-chip.e-primary.e-outline:active {
    background-color: #ff9752;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    color: #fff
}

.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: #ff7214;
    color: #fff
}

.e-chip-list.e-chip.e-primary.e-outline.e-disabled,.e-chip-list .e-chip.e-primary.e-outline.e-disabled {
    background-color: transparent;
    border-color: rgba(0,0,0,.26);
    color: rgba(0,0,0,.26)
}

.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-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-icon {
    color: rgba(0,0,0,.26)
}

.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: transparent;
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-success,.e-chip-list .e-chip.e-success {
    background-color: #4d841d;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-success .e-chip-delete,.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-icon {
    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: hsla(0,0%,100%,.8)
}

.e-chip-list.e-chip.e-success .e-chip-avatar,.e-chip-list .e-chip.e-success .e-chip-avatar {
    background-color: #305212;
    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,.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:hover,.e-chip-list .e-chip.e-success:hover {
    background-color: #61a524;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-success:hover .e-chip-delete,.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-icon {
    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: #437319;
    color: #fff
}

.e-chip-list.e-chip.e-success.e-focused,.e-chip-list .e-chip.e-success.e-focused {
    background-color: #6ab628;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-success.e-focused .e-chip-delete,.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-icon {
    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: #4d841d;
    color: #fff
}

.e-chip-list.e-chip.e-success.e-active,.e-chip-list .e-chip.e-success.e-active {
    background-color: #74c72c;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-success.e-active .e-chip-delete,.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-icon {
    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: #579521;
    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-color: #6ab628;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #4d841d;
    color: #fff
}

.e-chip-list.e-chip.e-success:active,.e-chip-list .e-chip.e-success:active {
    background-color: #74c72c;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-success:active .e-chip-delete,.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-icon {
    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: #579521;
    color: #fff
}

.e-chip-list.e-chip.e-success.e-disabled,.e-chip-list .e-chip.e-success.e-disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-success.e-disabled .e-chip-delete,.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-icon {
    color: rgba(0,0,0,.26)
}

.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(0,0,0,.12);
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-success.e-outline,.e-chip-list .e-chip.e-success.e-outline {
    background-color: transparent;
    border-color: #4d841d;
    color: #4d841d
}

.e-chip-list.e-chip.e-success.e-outline .e-chip-delete,.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-icon {
    color: #4d841d
}

.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(77,132,29,.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: #4d841d;
    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: #4d841d
}

.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-color: rgba(77,132,29,.12);
    border-color: #4d841d;
    color: #4d841d
}

.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-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-icon {
    color: #4d841d
}

.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: #4d841d;
    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-color: #6ab628;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #4d841d;
    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-color: #74c72c;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #579521;
    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-color: #6ab628;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #4d841d;
    color: #fff
}

.e-chip-list.e-chip.e-success.e-outline:active,.e-chip-list .e-chip.e-success.e-outline:active {
    background-color: #74c72c;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #579521;
    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-color: transparent;
    border-color: rgba(0,0,0,.26);
    color: rgba(0,0,0,.26)
}

.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-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-icon {
    color: rgba(0,0,0,.26)
}

.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: transparent;
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-info,.e-chip-list .e-chip.e-info {
    background-color: #0378d5;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-info .e-chip-delete,.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-icon {
    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: hsla(0,0%,100%,.8)
}

.e-chip-list.e-chip.e-info .e-chip-avatar,.e-chip-list .e-chip.e-info .e-chip-avatar {
    background-color: #025699;
    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,.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:hover,.e-chip-list .e-chip.e-info:hover {
    background-color: #058efb;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-info:hover .e-chip-delete,.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-icon {
    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: #036dc1;
    color: #fff
}

.e-chip-list.e-chip.e-info.e-focused,.e-chip-list .e-chip.e-info.e-focused {
    background-color: #1998fc;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-info.e-focused .e-chip-delete,.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-icon {
    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: #0378d5;
    color: #fff
}

.e-chip-list.e-chip.e-info.e-active,.e-chip-list .e-chip.e-info.e-active {
    background-color: #2ea1fc;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-info.e-active .e-chip-delete,.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-icon {
    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: #0383e9;
    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-color: #1998fc;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #0378d5;
    color: #fff
}

.e-chip-list.e-chip.e-info:active,.e-chip-list .e-chip.e-info:active {
    background-color: #2ea1fc;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-info:active .e-chip-delete,.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-icon {
    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: #0383e9;
    color: #fff
}

.e-chip-list.e-chip.e-info.e-disabled,.e-chip-list .e-chip.e-info.e-disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-info.e-disabled .e-chip-delete,.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-icon {
    color: rgba(0,0,0,.26)
}

.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(0,0,0,.12);
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-info.e-outline,.e-chip-list .e-chip.e-info.e-outline {
    background-color: transparent;
    border-color: #0378d5;
    color: #0378d5
}

.e-chip-list.e-chip.e-info.e-outline .e-chip-delete,.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-icon {
    color: #0378d5
}

.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,120,213,.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: #0378d5;
    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: #0378d5
}

.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-color: rgba(3,120,213,.12);
    border-color: #0378d5;
    color: #0378d5
}

.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-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-icon {
    color: #0378d5
}

.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: #0378d5;
    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-color: #1998fc;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #0378d5;
    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-color: #2ea1fc;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #0383e9;
    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-color: #1998fc;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #0378d5;
    color: #fff
}

.e-chip-list.e-chip.e-info.e-outline:active,.e-chip-list .e-chip.e-info.e-outline:active {
    background-color: #2ea1fc;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #0383e9;
    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-color: transparent;
    border-color: rgba(0,0,0,.26);
    color: rgba(0,0,0,.26)
}

.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-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-icon {
    color: rgba(0,0,0,.26)
}

.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: transparent;
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-warning,.e-chip-list .e-chip.e-warning {
    background-color: #c15700;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-warning .e-chip-delete,.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-icon {
    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: hsla(0,0%,100%,.8)
}

.e-chip-list.e-chip.e-warning .e-chip-avatar,.e-chip-list .e-chip.e-warning .e-chip-avatar {
    background-color: #843b00;
    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,.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:hover,.e-chip-list .e-chip.e-warning:hover {
    background-color: #ea6900;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-warning:hover .e-chip-delete,.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-icon {
    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: #ad4e00;
    color: #fff
}

.e-chip-list.e-chip.e-warning.e-focused,.e-chip-list .e-chip.e-warning.e-focused {
    background-color: #fe7300;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-warning.e-focused .e-chip-delete,.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-icon {
    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: #c15700;
    color: #fff
}

.e-chip-list.e-chip.e-warning.e-active,.e-chip-list .e-chip.e-warning.e-active {
    background-color: #ff7e14;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-warning.e-active .e-chip-delete,.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-icon {
    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: #d56000;
    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-color: #fe7300;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #c15700;
    color: #fff
}

.e-chip-list.e-chip.e-warning:active,.e-chip-list .e-chip.e-warning:active {
    background-color: #ff7e14;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-warning:active .e-chip-delete,.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-icon {
    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: #d56000;
    color: #fff
}

.e-chip-list.e-chip.e-warning.e-disabled,.e-chip-list .e-chip.e-warning.e-disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-warning.e-disabled .e-chip-delete,.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-icon {
    color: rgba(0,0,0,.26)
}

.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(0,0,0,.12);
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-warning.e-outline,.e-chip-list .e-chip.e-warning.e-outline {
    background-color: transparent;
    border-color: #c15700;
    color: #c15700
}

.e-chip-list.e-chip.e-warning.e-outline .e-chip-delete,.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-icon {
    color: #c15700
}

.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(193,87,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: #c15700;
    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: #c15700
}

.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-color: rgba(193,87,0,.12);
    border-color: #c15700;
    color: #c15700
}

.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-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-icon {
    color: #c15700
}

.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: #c15700;
    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-color: #fe7300;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #c15700;
    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-color: #ff7e14;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #d56000;
    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-color: #fe7300;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #c15700;
    color: #fff
}

.e-chip-list.e-chip.e-warning.e-outline:active,.e-chip-list .e-chip.e-warning.e-outline:active {
    background-color: #ff7e14;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #d56000;
    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-color: transparent;
    border-color: rgba(0,0,0,.26);
    color: rgba(0,0,0,.26)
}

.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-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-icon {
    color: rgba(0,0,0,.26)
}

.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: transparent;
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-danger,.e-chip-list .e-chip.e-danger {
    background-color: #d64113;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-danger .e-chip-delete,.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-icon {
    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: hsla(0,0%,100%,.8)
}

.e-chip-list.e-chip.e-danger .e-chip-avatar,.e-chip-list .e-chip.e-danger .e-chip-avatar {
    background-color: #9e300e;
    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,.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:hover,.e-chip-list .e-chip.e-danger:hover {
    background-color: #ec5526;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-danger:hover .e-chip-delete,.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-icon {
    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: #c33b11;
    color: #fff
}

.e-chip-list.e-chip.e-danger.e-focused,.e-chip-list .e-chip.e-danger.e-focused {
    background-color: #ed6339;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-danger.e-focused .e-chip-delete,.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-icon {
    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: #d64113;
    color: #fff
}

.e-chip-list.e-chip.e-danger.e-active,.e-chip-list .e-chip.e-danger.e-active {
    background-color: #ef724c;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-danger.e-active .e-chip-delete,.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-icon {
    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: #e94715;
    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-color: #ed6339;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #d64113;
    color: #fff
}

.e-chip-list.e-chip.e-danger:active,.e-chip-list .e-chip.e-danger:active {
    background-color: #ef724c;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-danger:active .e-chip-delete,.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-icon {
    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: #e94715;
    color: #fff
}

.e-chip-list.e-chip.e-danger.e-disabled,.e-chip-list .e-chip.e-danger.e-disabled {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-danger.e-disabled .e-chip-delete,.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-icon {
    color: rgba(0,0,0,.26)
}

.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(0,0,0,.12);
    color: rgba(0,0,0,.26)
}

.e-chip-list.e-chip.e-danger.e-outline,.e-chip-list .e-chip.e-danger.e-outline {
    background-color: transparent;
    border-color: #d64113;
    color: #d64113
}

.e-chip-list.e-chip.e-danger.e-outline .e-chip-delete,.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-icon {
    color: #d64113
}

.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(214,65,19,.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: #d64113;
    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: #d64113
}

.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-color: rgba(214,65,19,.12);
    border-color: #d64113;
    color: #d64113
}

.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-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-icon {
    color: #d64113
}

.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: #d64113;
    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-color: #ed6339;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #d64113;
    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-color: #ef724c;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #e94715;
    color: #fff
}

.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active,.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active {
    background-color: #ed6339;
    border-color: transparent;
    color: #fff
}

.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-delete,.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-icon {
    color: #fff
}

.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-avatar {
    background-color: #d64113;
    color: #fff
}

.e-chip-list.e-chip.e-danger.e-outline:active,.e-chip-list .e-chip.e-danger.e-outline:active {
    background-color: #ef724c;
    border-color: transparent;
    color: #fff
}

.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-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-icon {
    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: #e94715;
    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-color: transparent;
    border-color: rgba(0,0,0,.26);
    color: rgba(0,0,0,.26)
}

.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-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-icon {
    color: rgba(0,0,0,.26)
}

.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: transparent;
    color: rgba(0,0,0,.26)
}

.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 {
    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,.e-filled.e-input-group .e-clear-icon:before,.e-filled.e-input-group.e-control-wrapper .e-clear-icon:before,.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 {
    content: "\e208";
    font-family: e-icons
}

/*! input layout */
.e-input-group,.e-input-group.e-control-wrapper {
    display: table;
    line-height: 1.4;
    margin-bottom: 4px
}

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

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

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

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

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

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

.e-bigger .e-input:focus,.e-input.e-bigger:focus {
    padding-bottom: 5px
}

.e-bigger .e-input.e-small:focus,.e-input.e-small.e-bigger:focus {
    padding-bottom: 4px
}

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

.e-bigger .e-input:focus,.e-input.e-bigger:focus {
    padding-bottom: 4px
}

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

.e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-input-group.e-control-wrapper input.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 input.e-input:focus,.e-input-group textarea.e-input:focus {
    padding: 4px 0
}

.e-bigger .e-input-group,.e-bigger .e-input-group.e-control-wrapper,.e-bigger .e-input-group.e-control-wrapper.e-disabled,.e-bigger .e-input-group.e-disabled,.e-bigger input.e-input,.e-bigger textarea.e-input,.e-input-group.e-bigger,.e-input-group.e-bigger.e-disabled,.e-input-group.e-control-wrapper.e-bigger,.e-input-group.e-control-wrapper.e-bigger.e-disabled,input.e-input.e-bigger,textarea.e-input.e-bigger {
    font-size: 14px
}

.e-bigger .e-input-group.e-control-wrapper .e-input,.e-bigger .e-input-group .e-input,.e-input-group.e-bigger.e-control-wrapper .e-input,.e-input-group.e-bigger .e-input {
    font: inherit
}

.e-bigger .e-input-group.e-control-wrapper .e-input,.e-bigger .e-input-group .e-input,.e-bigger input.e-input,.e-bigger textarea.e-input,.e-input-group.e-bigger.e-control-wrapper .e-input,.e-input-group.e-bigger .e-input,input.e-input.e-bigger,textarea.e-input.e-bigger {
    line-height: inherit;
    margin-bottom: 8px;
    padding: 5px 0
}

.e-bigger .e-input-group.e-control-wrapper.e-input-focus .e-input,.e-bigger .e-input-group.e-control-wrapper .e-input:focus,.e-bigger .e-input-group.e-input-focus .e-input,.e-bigger .e-input-group .e-input:focus,.e-input-group.e-bigger.e-input-focus .e-input,.e-input-group.e-bigger .e-input:focus,.e-input-group.e-control-wrapper.e-bigger.e-input-focus .e-input,.e-input-group.e-control-wrapper.e-bigger .e-input:focus {
    padding: 5px 0
}

.e-input-group.e-control-wrapper .e-input-group-icon,.e-input-group .e-input-group-icon {
    align-items: center;
    border: 0 solid;
    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
}

.e-float-input.e-input-group.e-control-wrapper.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-input-group.e-float-icon-left>.e-input-group-icon {
    font-size: 20px;
    margin: 0;
    min-height: 30px;
    min-width: 30px;
    padding: 0
}

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

.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-bigger .e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon,.e-bigger .e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-bigger .e-input-group.e-float-icon-left>.e-input-group-icon,.e-float-input.e-input-group.e-bigger.e-float-icon-left>.e-input-group-icon,.e-float-input.e-input-group.e-control-wrapper.e-bigger.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.e-bigger,.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon.e-bigger,.e-input-group.e-bigger.e-float-icon-left>.e-input-group-icon,.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left>.e-input-group-icon,.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon.e-bigger,.e-input-group.e-float-icon-left>.e-input-group-icon.e-bigger {
    font-size: 20px;
    margin: 0;
    min-height: 32px;
    min-width: 32px;
    padding: 0
}

.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left>.e-input-group-icon.e-small,.e-float-input.e-control-wrapper.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-float-input.e-input-group.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-input-group.e-control-wrapper.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-small.e-float-icon-left>.e-input-group-icon,.e-small .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left>.e-input-group-icon,.e-small .e-float-input.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-small .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-bigger .e-input-group.e-control-wrapper.e-float-input.e-small.e-float-icon-left>.e-input-group-icon,.e-bigger .e-input-group.e-control-wrapper.e-small.e-float-icon-left>.e-input-group-icon,.e-bigger .e-input-group.e-float-input.e-small.e-float-icon-left>.e-input-group-icon,.e-bigger .e-input-group.e-small.e-float-icon-left>.e-input-group-icon,.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger.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-bigger,.e-float-input.e-input-group.e-small.e-bigger.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-bigger,.e-input-group.e-control-wrapper.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-input-group.e-control-wrapper.e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-input-group.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-input-group.e-small.e-float-icon-left>.e-input-group-icon.e-bigger {
    font-size: 20px;
    margin: 0;
    min-height: 30px;
    min-width: 30px;
    padding: 0
}

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

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

.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.e-disabled,.e-float-input.e-control-wrapper input[disabled],.e-float-input.e-control-wrapper textarea.e-disabled,.e-float-input.e-control-wrapper textarea[disabled],.e-float-input.e-disabled input,.e-float-input.e-disabled textarea,.e-float-input input.e-disabled,.e-float-input input[disabled],.e-float-input textarea.e-disabled,.e-float-input textarea[disabled],.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 span,.e-input-group.e-control-wrapper.e-disabled textarea,.e-input-group.e-control-wrapper.e-disabled textarea.e-input,.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 span,.e-input-group.e-disabled textarea,.e-input-group.e-disabled textarea.e-input,.e-input-group .e-input[disabled],.e-input[disabled] {
    cursor: not-allowed
}

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

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

.e-input.e-corner {
    border-radius: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input,.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-small .e-input:focus {
    padding: 4px 0
}

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

.e-bigger .e-input.e-small,.e-input.e-small.e-bigger,.e-small .e-input.e-bigger {
    padding: 4px 0
}

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

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

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

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

.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 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 label.e-float-text,label.e-float-text {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    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: .25s cubic-bezier(.25,.8,.25,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%
}

.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 label.e-float-text,.e-float-input:not:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input label.e-float-text,label.e-float-text {
    top: -11px
}

.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger: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-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 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-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input label.e-float-text,.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper.e-bigger: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,.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,label.e-float-text {
    content: "";
    font-style: normal
}

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

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

.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper.e-small label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-small label.e-float-text,.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,.e-float-input.e-small.e-bigger label.e-float-text,.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom {
    font-size: 13px;
    top: -9px;
    font-style: normal
}

.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,.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 {
    top: -11px
}

.e-bigger.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-bigger.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-bigger .e-float-input .e-input-in-wrap label.e-float-text,.e-bigger .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-bigger .e-input-in-wrap label.e-float-text,.e-float-input.e-bigger: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-bigger .e-input-in-wrap label.e-float-text,.e-float-input.e-control-wrapper.e-bigger: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 input.e-bigger~label.e-float-text,.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-bigger,.e-float-input .e-input-in-wrap input.e-bigger~label.e-float-text,.e-float-input .e-input-in-wrap label.e-float-text.e-bigger {
    top: -8px
}

.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,.e-bigger .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-bigger .e-float-input.e-small .e-input-in-wrap label.e-float-text,.e-bigger .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-bigger.e-small .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-bigger.e-small .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-bigger.e-small: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-bigger.e-small: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-small.e-bigger .e-input-in-wrap label.e-float-text,.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,.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-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text,.e-float-input.e-small .e-input-in-wrap label.e-float-text,.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-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-small .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-float-input .e-input-in-wrap label.e-float-text,.e-small .e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom {
    top: -10px
}

.e-float-input.e-control-wrapper.e-input-focus input~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-float-input.e-control-wrapper input[disabled]~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 label.e-float-text.e-label-top,.e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-float-input.e-input-focus input~label.e-float-text,.e-float-input input:focus~label.e-float-text,.e-float-input input:valid~label.e-float-text,.e-float-input input[disabled]~label.e-label-top.e-float-text,.e-float-input input[readonly]~label.e-label-top.e-float-text,.e-float-input input label.e-float-text.e-label-top,.e-float-input input~label.e-label-top.e-float-text {
    font-size: 13px;
    top: -9px;
    transform: translate3d(0,-6px,0) scale(.92)
}

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

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

.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[disabled]~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 label.e-float-text.e-label-top,.e-float-input.e-control-wrapper .e-input-in-wrap input~label.e-label-top.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-float-input .e-input-in-wrap input~label.e-label-top.e-float-text {
    top: -9px
}

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

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

.e-float-input.e-control-wrapper.e-small.e-input-focus input~label.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[disabled]~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~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-small input:focus~label.e-float-text,.e-float-input.e-small input:valid~label.e-float-text,.e-float-input.e-small input[disabled]~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~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-small .e-float-input input~label.e-label-top.e-float-text {
    font-size: 12px;
    top: -8px
}

.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[disabled]~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~label.e-label-top.e-float-text,.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[disabled]~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~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-small .e-float-input .e-input-in-wrap input~label.e-label-top.e-float-text {
    top: -8px
}

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

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

.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-bigger .e-float-input,.e-bigger .e-float-input.e-control-wrapper,.e-float-input.e-bigger,.e-float-input.e-control-wrapper.e-bigger {
    line-height: 1.5;
    margin-bottom: 8px;
    margin-top: 17px;
    padding-top: 0;
    position: relative;
    width: 100%
}

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

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

.e-bigger .e-input-group,.e-bigger .e-input-group.e-control-wrapper,.e-input-group.e-bigger,.e-input-group.e-control-wrapper.e-bigger {
    line-height: 1.5
}

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

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

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

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

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

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

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

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

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

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

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

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

.e-float-input.e-control-wrapper.e-input-focus input,.e-float-input.e-control-wrapper input:focus,.e-float-input.e-control-wrapper textarea:focus,.e-float-input.e-input-focus input,.e-float-input input:focus,.e-float-input textarea:focus {
    outline: none
}

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

.e-float-input.e-control-wrapper.e-input-focus input~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: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-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: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 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:valid~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper textarea~label.e-float-text.e-label-top,.e-float-input.e-input-focus input~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: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 input:focus~label.e-float-text,.e-float-input input:valid~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 textarea:focus~label.e-float-text,.e-float-input textarea:valid~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 {
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text
}

.e-bigger .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-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .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-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger.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-bigger.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger: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-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small.e-bigger: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.e-bigger: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):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) textarea: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:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-small.e-bigger:not(.e-error) textarea: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-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input: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 label.e-float-text,.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-small .e-float-input.e-control-wrapper:not(.e-error) textarea: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:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,label.e-float-text {
    font-weight: 400
}

.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:not(.e-input-group) .e-float-line:after,.e-float-input:not(.e-input-group) .e-float-line:before {
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    transition: .2s ease;
    width: 0
}

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

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

.e-float-input.e-control-wrapper: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) input: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:after,.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus~.e-float-line:before,.e-float-input:not(.e-input-group).e-input-focus input~.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) input:focus~.e-float-line:after,.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:after,.e-float-input:not(.e-input-group) textarea:focus~.e-float-line:before {
    width: 50%
}

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

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

.e-float-input.e-control-wrapper.e-rtl label.e-float-text,.e-float-input.e-rtl label.e-float-text,.e-rtl .e-float-input.e-control-wrapper label.e-float-text,.e-rtl .e-float-input label.e-float-text {
    right: 0;
    transform-origin: right top
}

.e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-bigger.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,.e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-bigger.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,.e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-bigger.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,.e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-float-input.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-control-wrapper.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-rtl.e-small 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-float-input.e-control-wrapper.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-rtl.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-float-input.e-rtl.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-float-input.e-rtl.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-rtl.e-control-wrapper.e-bigger: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-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-rtl.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-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-float-input.e-rtl: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-float-input.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) 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-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-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) 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-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) 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-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-rtl .e-float-input:not(.e-input-focus) 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-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-float-input.e-rtl.e-control-wrapper: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 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.e-control-wrapper:not(.e-input-focus) 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,.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 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 {
    padding-right: 0
}

.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:first-child,.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:last-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:last-child,.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,.e-input-group.e-corner.e-rtl .e-input-group-icon:last-child,.e-input-group.e-corner.e-rtl .e-input:first-child,.e-input-group.e-corner.e-rtl .e-input: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-control-wrapper.e-warning:before,.e-input-group.e-warning:before {
    content: ""
}

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

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

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

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

.e-input-group.e-control-wrapper input.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,.e-input-group.e-control-wrapper textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]),.e-input-group input.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,.e-input-group textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) {
    border: 0 solid
}

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

.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .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:not(.e-float-icon-left) .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-input-group.e-float-icon-left .e-input-in-wrap .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:not(.e-float-icon-left) .e-float-line:after,.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line:before,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap: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:not(.e-float-icon-left):not(.e-float-input):after,.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input):before,.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:after,.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:before,.e-input-group:not(.e-float-icon-left):not(.e-float-input):after,.e-input-group:not(.e-float-icon-left):not(.e-float-input):before {
    -moz-transition: .2s cubic-bezier(.4,0,.4,1);
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    transition: .2s cubic-bezier(.4,0,.4,1);
    width: 0
}

.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: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-input-group:not(.e-float-icon-left) .e-float-line:before,.e-input-group.e-control-wrapper.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-float-icon-left .e-input-in-wrap:not(.e-float-input):before,.e-input-group:not(.e-float-icon-left):not(.e-float-input):before {
    left: 50%
}

.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-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:not(.e-float-icon-left).e-input-focus .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-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .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:not(.e-float-icon-left).e-input-focus .e-float-line:after,.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line:before,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap: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:not(.e-float-icon-left):not(.e-float-input).e-input-focus:after,.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus:before,.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap:after,.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap:before,.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-input-focus:after,.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-input-focus:before {
    width: 50%
}

.e-float-input.e-control-wrapper.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-input-group.e-float-icon-left .e-input-in-wrap .e-float-line:after,.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line:after,.e-input-group.e-control-wrapper.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-float-icon-left:not(.e-float-input) .e-input-in-wrap:after,.e-input-group:not(.e-float-icon-left):not(.e-float-input):after {
    right: 50%
}

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

.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,.e-input-group .e-input-group-icon:hover,.e-input-group.e-rtl.e-corner .e-input-group-icon:hover {
    border-radius: 2px
}

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

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

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

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

.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,.e-bigger .e-input-group .e-input-group-icon,.e-input-group.e-bigger .e-input-group-icon,.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,.e-input-group .e-input-group-icon.e-bigger {
    margin-bottom: 5px;
    margin-right: 8px;
    margin-top: 6px
}

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

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

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

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

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

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

.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-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-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-group.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-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-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-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-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-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).e-error:not(.e-success):not(.e-warning),.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):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-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),.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):not(.e-success):not(.e-warning):not(.e-error) {
    border-style: solid;
    border-width: 0 0 1px
}

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

.e-input-group.e-control-wrapper.e-error: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:not(.e-float-icon-left),.e-input-group.e-error: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:not(.e-float-icon-left) {
    border: solid;
    border-width: 0 0 1px
}

.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,.e-input-group.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.e-control-wrapper.e-input-focus.e-corner,.e-input-group.e-input-focus.e-corner {
    border-radius: 0
}

.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,.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-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled {
    background: transparent;
    background-image: linear-gradient(90deg,rgba(0,0,0,.42),rgba(0,0,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(0,0,0,.42)
}

.e-float-custom-tag,.e-float-custom-tag.e-control-wrapper {
    display: inline-block
}

.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-input-group.e-control-wrapper .e-input-group-icon,.e-input-group .e-input-group-icon {
    position: relative
}

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

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

.e-float-input.e-control-wrapper input::-ms-clear,.e-float-input input::-ms-clear,input.e-input::-ms-clear {
    display: none
}

.e-float-input.e-control-wrapper.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-input-group.e-control-wrapper .e-float-line,.e-float-input.e-input-group .e-float-line {
    bottom: -1px;
    position: absolute
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input,.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input,.e-bigger .e-float-input.e-control-wrapper input,.e-bigger .e-float-input.e-control-wrapper input.e-input,.e-bigger .e-float-input.e-control-wrapper textarea,.e-bigger .e-float-input.e-control-wrapper textarea.e-input,.e-bigger .e-float-input:not(.e-input-group) input,.e-bigger .e-float-input:not(.e-input-group) input.e-input,.e-bigger .e-float-input input,.e-bigger .e-float-input input.e-input,.e-bigger .e-float-input textarea,.e-bigger .e-float-input textarea.e-input,.e-bigger .e-input-group.e-control-wrapper input,.e-bigger .e-input-group.e-control-wrapper input.e-input,.e-bigger .e-input-group.e-control-wrapper textarea,.e-bigger .e-input-group.e-control-wrapper textarea.e-input,.e-bigger .e-input-group input,.e-bigger .e-input-group input.e-input,.e-bigger .e-input-group textarea,.e-bigger .e-input-group textarea.e-input,.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input,.e-bigger.e-small .e-float-input.e-control-wrapper input,.e-bigger.e-small .e-float-input.e-control-wrapper input.e-input,.e-bigger.e-small .e-float-input.e-control-wrapper textarea,.e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input,.e-bigger.e-small .e-float-input:not(.e-input-group) input,.e-bigger.e-small .e-float-input:not(.e-input-group) input.e-input,.e-bigger.e-small .e-float-input input,.e-bigger.e-small .e-float-input input.e-input,.e-bigger.e-small .e-float-input textarea,.e-bigger.e-small .e-float-input textarea.e-input,.e-bigger.e-small .e-input-group.e-control-wrapper input,.e-bigger.e-small .e-input-group.e-control-wrapper input.e-input,.e-bigger.e-small .e-input-group.e-control-wrapper textarea,.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input,.e-bigger.e-small .e-input-group input,.e-bigger.e-small .e-input-group input.e-input,.e-bigger.e-small .e-input-group textarea,.e-bigger.e-small .e-input-group textarea.e-input,.e-float-input.e-bigger.e-small:not(.e-input-group) input,.e-float-input.e-bigger.e-small:not(.e-input-group) input.e-input,.e-float-input.e-bigger.e-small input,.e-float-input.e-bigger.e-small input.e-input,.e-float-input.e-bigger.e-small textarea,.e-float-input.e-bigger.e-small textarea.e-input,.e-float-input.e-bigger:not(.e-input-group) input,.e-float-input.e-bigger:not(.e-input-group) input.e-input,.e-float-input.e-bigger input,.e-float-input.e-bigger input.e-input,.e-float-input.e-bigger textarea,.e-float-input.e-bigger textarea.e-input,.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input,.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input.e-input,.e-float-input.e-control-wrapper.e-bigger.e-small input,.e-float-input.e-control-wrapper.e-bigger.e-small input.e-input,.e-float-input.e-control-wrapper.e-bigger.e-small textarea,.e-float-input.e-control-wrapper.e-bigger.e-small textarea.e-input,.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input,.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input.e-input,.e-float-input.e-control-wrapper.e-bigger input,.e-float-input.e-control-wrapper.e-bigger input.e-input,.e-float-input.e-control-wrapper.e-bigger textarea,.e-float-input.e-control-wrapper.e-bigger textarea.e-input,.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,.e-float-input.e-control-wrapper.e-small input,.e-float-input.e-control-wrapper.e-small input.e-input,.e-float-input.e-control-wrapper.e-small textarea,.e-float-input.e-control-wrapper.e-small textarea.e-input,.e-float-input.e-control-wrapper textarea,.e-float-input.e-small:not(.e-input-group) input,.e-float-input.e-small:not(.e-input-group) input.e-input,.e-float-input.e-small input,.e-float-input.e-small input.e-input,.e-float-input.e-small textarea,.e-float-input.e-small textarea.e-input,.e-float-input textarea,.e-input-group.e-bigger.e-small input,.e-input-group.e-bigger.e-small input.e-input,.e-input-group.e-bigger.e-small textarea,.e-input-group.e-bigger.e-small textarea.e-input,.e-input-group.e-bigger input,.e-input-group.e-bigger input.e-input,.e-input-group.e-bigger textarea,.e-input-group.e-bigger textarea.e-input,.e-input-group.e-control-wrapper.e-bigger.e-small input,.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input,.e-input-group.e-control-wrapper.e-bigger.e-small textarea,.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input,.e-input-group.e-control-wrapper.e-bigger input,.e-input-group.e-control-wrapper.e-bigger input.e-input,.e-input-group.e-control-wrapper.e-bigger textarea,.e-input-group.e-control-wrapper.e-bigger textarea.e-input,.e-input-group.e-control-wrapper.e-small input,.e-input-group.e-control-wrapper.e-small input.e-input,.e-input-group.e-control-wrapper.e-small textarea,.e-input-group.e-control-wrapper.e-small textarea.e-input,.e-input-group.e-control-wrapper textarea,.e-input-group.e-control-wrapper textarea.e-input.e-bigger,.e-input-group.e-small input,.e-input-group.e-small input.e-input,.e-input-group.e-small textarea,.e-input-group.e-small textarea.e-input,.e-input-group textarea,.e-input-group textarea.e-input.e-bigger,.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,.e-small .e-float-input.e-control-wrapper input,.e-small .e-float-input.e-control-wrapper input.e-input,.e-small .e-float-input.e-control-wrapper textarea,.e-small .e-float-input.e-control-wrapper textarea.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-small .e-float-input input,.e-small .e-float-input input.e-input,.e-small .e-float-input textarea,.e-small .e-float-input textarea.e-input,.e-small .e-input-group.e-control-wrapper input,.e-small .e-input-group.e-control-wrapper input.e-input,.e-small .e-input-group.e-control-wrapper textarea,.e-small .e-input-group.e-control-wrapper textarea.e-input,.e-small .e-input-group input,.e-small .e-input-group input.e-input,.e-small .e-input-group textarea,.e-small .e-input-group textarea.e-input,input.e-input.e-bigger,input.e-input.e-small,input.e-input.e-small.e-bigger,textarea.e-input,textarea.e-input.e-bigger,textarea.e-input.e-small,textarea.e-input.e-small.e-bigger {
    box-sizing: content-box;
    content: ""
}

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

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

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

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

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

.e-float-input.e-control-wrapper.e-rtl input.e-small,.e-float-input.e-control-wrapper.e-small.e-rtl input,.e-float-input.e-rtl input.e-small,.e-float-input.e-small.e-rtl input,.e-input-group.e-control-wrapper.e-rtl input.e-input.e-small,.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,.e-input-group.e-rtl input.e-input.e-small,.e-input-group.e-small.e-rtl input.e-input,.e-rtl .e-float-input.e-control-wrapper.e-small input,.e-rtl .e-float-input.e-control-wrapper input.e-small,.e-rtl .e-float-input.e-small input,.e-rtl .e-float-input input.e-small,.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input,.e-rtl .e-input-group.e-control-wrapper input.e-input.e-small,.e-rtl .e-input-group.e-small input.e-input,.e-rtl .e-input-group input.e-input.e-small,.e-rtl input.e-input.e-small,.e-small .e-float-input.e-control-wrapper.e-rtl.e-input-focus input,.e-small .e-float-input.e-control-wrapper.e-rtl input,.e-small .e-float-input.e-control-wrapper.e-rtl input:focus,.e-small .e-float-input.e-rtl.e-input-focus input,.e-small .e-float-input.e-rtl input,.e-small .e-float-input.e-rtl input:focus,.e-small .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input,.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,.e-small .e-input-group.e-rtl.e-input-focus input.e-input,.e-small .e-input-group.e-rtl input.e-input,.e-small .e-input-group.e-rtl input.e-input:focus,.e-small.e-rtl .e-float-input.e-control-wrapper.e-input-focus input,.e-small.e-rtl .e-float-input.e-control-wrapper input,.e-small.e-rtl .e-float-input.e-control-wrapper input:focus,.e-small.e-rtl .e-float-input.e-input-focus input,.e-small.e-rtl .e-float-input input,.e-small.e-rtl .e-float-input 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-control-wrapper input.e-input,.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,.e-small.e-rtl .e-input-group.e-input-focus input.e-input,.e-small.e-rtl .e-input-group input.e-input,.e-small.e-rtl .e-input-group input.e-input:focus,.e-small.e-rtl input.e-input,.e-small input.e-input.e-rtl,input.e-input.e-small.e-rtl {
    padding-left: 0;
    padding-right: 0;
    text-indent: 0
}

.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-small,.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,.e-float-input:not(.e-outline).e-rtl textarea.e-small,.e-float-input:not(.e-outline).e-small.e-rtl textarea,.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-small,.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input,.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-small,.e-input-group:not(.e-outline).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-control-wrapper textarea.e-small,.e-rtl .e-float-input:not(.e-outline).e-small textarea,.e-rtl .e-float-input:not(.e-outline) textarea.e-small,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-small,.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input,.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-small,.e-rtl 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-control-wrapper.e-rtl textarea:focus,.e-small .e-float-input:not(.e-outline).e-rtl textarea,.e-small .e-float-input:not(.e-outline).e-rtl textarea:focus,.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input,.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,.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,.e-small.e-rtl .e-float-input:not(.e-outline) textarea:focus,.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).e-control-wrapper textarea.e-input:focus,.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input,.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,.e-small.e-rtl textarea.e-input,.e-small textarea.e-input.e-rtl,textarea.e-input.e-small.e-rtl {
    padding-right: 0;
    text-indent: 0
}

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

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

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

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

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

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

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

.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea:focus,.e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea,.e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea:focus,.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input,.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input:focus,.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input,.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input:focus,.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea,.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea:focus,.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small.e-control-wrapper textarea,.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea,.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea:focus,.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input,.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input:focus,.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input,.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input:focus,.e-bigger.e-rtl textarea.e-input.e-small,.e-bigger textarea.e-input.e-small.e-rtl,.e-float-input:not(.e-outline).e-bigger.e-small.e-rtl textarea:focus,.e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea:focus,.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea,.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-bigger,.e-float-input:not(.e-outline).e-small.e-bigger.e-rtl textarea,.e-float-input:not(.e-outline).e-small.e-rtl textarea.e-bigger,.e-input-group:not(.e-outline).e-bigger.e-small.e-rtl textarea.e-input:focus,.e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea.e-input:focus,.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea.e-input,.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input.e-bigger,.e-input-group:not(.e-outline).e-small.e-bigger.e-rtl textarea.e-input,.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input.e-bigger,.e-rtl .e-float-input:not(.e-outline).e-bigger.e-small textarea:focus,.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea:focus,.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea,.e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger,.e-rtl .e-input-group:not(.e-outline).e-bigger.e-small textarea.e-input:focus,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea.e-input:focus,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea.e-input,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input.e-bigger,.e-rtl .e-input-group:not(.e-outline).e-small.e-bigger textarea.e-input,.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input.e-bigger,.e-small .e-float-input:not(.e-outline).e-bigger.e-rtl textarea:focus,.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea:focus,.e-small .e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input:focus,.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input:focus,.e-small.e-rtl .e-float-input:not(.e-outline).e-bigger textarea:focus,.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea:focus,.e-small.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input:focus,.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input: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-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide,.e-float-input.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,.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide {
    cursor: pointer;
    display: flex
}

.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child~.e-clear-icon,.e-bigger .e-float-input.e-small input:first-child~.e-clear-icon,.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child~.e-clear-icon,.e-bigger .e-input-group.e-small input:first-child~.e-clear-icon,.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon,.e-float-input.e-small.e-bigger .e-clear-icon,.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,.e-input-group.e-small.e-bigger .e-clear-icon,.e-small .e-float-input.e-bigger input:first-child~.e-clear-icon,.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child~.e-clear-icon,.e-small .e-input-group.e-bigger input:first-child~.e-clear-icon,.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child~.e-clear-icon {
    padding-bottom: 0
}

.e-float-input.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-float-input.e-small .e-clear-icon:before,.e-float-input input.e-small:first-child~.e-clear-icon:before,.e-input-group.e-control-wrapper.e-small .e-clear-icon:before,.e-input-group.e-small .e-clear-icon:before,.e-small .e-float-input .e-clear-icon:before,.e-small .e-float-input.e-control-wrapper .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-bigger .e-float-input .e-clear-icon:before,.e-bigger .e-float-input.e-control-wrapper .e-clear-icon:before,.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child~.e-clear-icon:before,.e-bigger .e-float-input.e-small input:first-child~.e-clear-icon:before,.e-bigger .e-input-group .e-clear-icon:before,.e-bigger .e-input-group.e-control-wrapper .e-clear-icon:before,.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child~.e-clear-icon:before,.e-bigger .e-input-group.e-small input:first-child~.e-clear-icon:before,.e-float-input.e-bigger .e-clear-icon:before,.e-float-input.e-control-wrapper.e-bigger .e-clear-icon:before,.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon:before,.e-float-input.e-control-wrapper input.e-bigger:first-child~.e-clear-icon:before,.e-float-input.e-small.e-bigger .e-clear-icon:before,.e-float-input input.e-bigger:first-child~.e-clear-icon:before,.e-input-group.e-bigger .e-clear-icon:before,.e-input-group.e-control-wrapper.e-bigger .e-clear-icon:before,.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon:before,.e-input-group.e-small.e-bigger .e-clear-icon:before,.e-small .e-float-input.e-bigger input:first-child~.e-clear-icon:before,.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child~.e-clear-icon:before,.e-small .e-input-group.e-bigger input:first-child~.e-clear-icon:before,.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child~.e-clear-icon:before {
    font-size: 12px
}

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

.e-input-group.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 {
    cursor: pointer
}

.e-float-input.e-control-wrapper.e-disabled 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-control-wrapper.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-input-group.e-control-wrapper.e-disabled .e-clear-icon.e-clear-icon-hide,.e-input-group.e-control-wrapper.e-disabled input.e-input:not(:valid):first-child~.e-clear-icon,.e-input-group.e-disabled .e-clear-icon.e-clear-icon-hide,.e-input-group.e-disabled input.e-input:not(:valid):first-child~.e-clear-icon {
    cursor: not-allowed
}

.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child~.e-clear-icon,.e-float-input.e-control-wrapper input[readonly]:first-child~.e-clear-icon,.e-float-input.e-input-group.e-control-wrapper input[readonly]:first-child~.e-clear-icon,.e-float-input.e-input-group input[readonly]:first-child~.e-clear-icon,.e-float-input input[readonly]:first-child~.e-clear-icon,.e-input-group.e-control-wrapper input[readonly]:first-child .e-clear-icon.e-clear-icon-hide,.e-input-group 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: 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-bigger .e-input-group .e-clear-icon,.e-bigger .e-input-group.e-control-wrapper .e-clear-icon,.e-input-group.e-bigger .e-clear-icon,.e-input-group .e-clear-icon.e-bigger,.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,.e-input-group.e-control-wrapper .e-clear-icon.e-bigger {
    min-height: 20px;
    min-width: 20px;
    padding-bottom: 5px;
    padding-right: 8px;
    padding-top: 6px
}

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

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

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

.e-input-group .e-clear-icon.e-small,.e-input-group.e-control-wrapper .e-clear-icon.e-small,.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-input-group.e-small .e-clear-icon,.e-small .e-input-group .e-clear-icon,.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-control-wrapper.e-float-input .e-clear-icon.e-small,.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,.e-input-group.e-float-input .e-clear-icon.e-small,.e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small,.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,.e-input-group.e-float-input.e-small .e-clear-icon,.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon,.e-small .e-input-group.e-float-input .e-clear-icon,.e-small .e-input-group.e-float-input.e-control-wrapper .e-clear-icon {
    padding-right: 4px;
    padding-top: 4px
}

.e-float-input.e-control-wrapper input:not(:valid),.e-float-input.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 input:not(:valid),.e-float-input input:valid,.e-float-input textarea:not(:valid),.e-float-input textarea:valid,.e-input-group.e-control-wrapper input:not(:valid),.e-input-group.e-control-wrapper input:valid,.e-input-group.e-control-wrapper textarea:not(:valid),.e-input-group.e-control-wrapper textarea:valid,.e-input-group input:not(:valid),.e-input-group input:valid,.e-input-group textarea:not(:valid),.e-input-group textarea:valid,.e-input:not(:valid),.e-input:valid {
    box-shadow: none
}

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

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

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

.e-float-input.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,.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,.e-rtl .e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,.e-rtl .e-float-input.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-rtl .e-input-group.e-float-icon-left .e-input-in-wrap {
    margin-left: 0;
    margin-right: 16px
}

.e-bigger .e-float-input.e-control-wrapper .e-input,.e-bigger .e-float-input .e-input,.e-float-input.e-bigger .e-input,.e-float-input.e-control-wrapper.e-bigger .e-input,.e-float-input.e-control-wrapper input.e-input,.e-float-input input.e-input {
    margin-bottom: 0
}

.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 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 label.e-float-text.e-label-bottom {
    transform: translate3d(0,16px,0) scale(1)
}

.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[disabled]~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 label.e-float-text.e-label-top,.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-float-input textarea:focus~label.e-float-text,.e-float-input textarea:valid~label.e-float-text,.e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-float-input textarea[readonly]~label.e-label-top.e-float-text,.e-float-input textarea label.e-float-text.e-label-top,.e-float-input textarea~label.e-label-top.e-float-text {
    font-size: 13px;
    top: -22px;
    transform: translate3d(0,6px,0) scale(.92)
}

.e-bigger .e-float-input.e-control-wrapper textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper textarea:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-bigger .e-float-input textarea:focus~label.e-float-text,.e-bigger .e-float-input textarea:valid~label.e-float-text,.e-bigger .e-float-input textarea~label.e-label-top.e-float-text,.e-float-input.e-bigger textarea:focus~label.e-float-text,.e-float-input.e-bigger textarea:valid~label.e-float-text,.e-float-input.e-bigger textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger textarea~label.e-label-top.e-float-text {
    font-size: 14px;
    top: -20px
}

.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-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.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-small .e-float-input textarea~label.e-label-top.e-float-text {
    font-size: 12px;
    top: -21px
}

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

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

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

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

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

.e-bigger .e-float-input.e-control-wrapper.e-input-group input,.e-bigger .e-float-input.e-control-wrapper input,.e-bigger .e-float-input.e-input-group.e-control-wrapper input,.e-bigger .e-float-input.e-input-group input,.e-bigger .e-float-input input,.e-bigger .e-input-group.e-control-wrapper:not(.e-float-input) .e-input,.e-bigger .e-input-group:not(.e-float-input) .e-input,.e-float-input.e-bigger input,.e-float-input.e-control-wrapper.e-bigger input,.e-float-input.e-control-wrapper.e-input-group.e-bigger input,.e-float-input.e-input-group.e-bigger input,.e-float-input.e-input-group.e-control-wrapper.e-bigger input,.e-input-group.e-bigger:not(.e-float-input) .e-input,.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input {
    min-height: 27px
}

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

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

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

.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled) .e-input-in-wrap: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:not(.e-disabled):not(.e-float-icon-left):after,.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left):before,.e-input-group.e-float-icon-left:not(.e-disabled) .e-input-in-wrap:after,.e-input-group.e-float-icon-left:not(.e-disabled) .e-input-in-wrap:before,.e-input-group:not(.e-disabled):not(.e-float-icon-left):after,.e-input-group:not(.e-disabled):not(.e-float-icon-left):before {
    bottom: -2px
}

.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).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) 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) 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 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 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):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):not(.e-error) textarea,.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-group.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-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).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) 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) 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 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 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):not(.e-success):not(.e-warning):not(.e-error) textarea,.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-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).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):not(.e-success):not(.e-warning):not(.e-error),.e-input-group.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning) .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:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,.e-input-group.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),.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):not(.e-success):not(.e-warning):not(.e-error) {
    border-style: solid;
    border-width: 0 0 1px
}

.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-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-float-input input:-webkit-autofill~label.e-float-text {
    font-size: 13px;
    top: -9px;
    transform: translate3d(0,-6px,0) scale(.92);
    -webkit-user-select: text;
    user-select: text
}

.e-bigger.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-bigger .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-bigger.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger.e-float-input input:-webkit-autofill~label.e-float-text,.e-bigger .e-float-input input:-webkit-autofill~label.e-float-text {
    font-size: 14px;
    top: -8px;
    transform: translate3d(0,-6px,0) scale(.86);
    -webkit-user-select: text;
    user-select: text
}

.e-small.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-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-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-small.e-float-input input:-webkit-autofill~label.e-float-text,.e-small .e-float-input input:-webkit-autofill~label.e-float-text {
    font-size: 12px;
    top: -8px;
    transform: translate3d(0,-6px,0) scale(.92);
    -webkit-user-select: text;
    user-select: text
}

.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-small input:-webkit-autofill~label.e-float-text,.e-bigger .e-small.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-bigger.e-small .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-float-input input:-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small input:-webkit-autofill~label.e-float-text,.e-small.e-bigger.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-bigger .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-bigger.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 {
    font-size: 13px;
    top: -10px;
    transform: translate3d(0,-6px,0) scale(.92);
    -webkit-user-select: text;
    user-select: text
}

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

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

.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    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: .25s cubic-bezier(.25,.8,.25,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%
}

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

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

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

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

.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,.e-float-input textarea:-webkit-autofill~label.e-float-text {
    font-size: 13px;
    top: -9px;
    transform: translate3d(0,-6px,0) scale(.92);
    -webkit-user-select: text;
    user-select: 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,.e-small.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-small .e-float-input textarea:-webkit-autofill~label.e-float-text {
    font-size: 12px;
    top: -8px;
    transform: translate3d(0,-6px,0) scale(.92);
    -webkit-user-select: text;
    user-select: text
}

.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-small textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-float-input textarea:-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small textarea:-webkit-autofill~label.e-float-text,.e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small .e-bigger.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: translate3d(0,-6px,0) scale(.92);
    -webkit-user-select: text;
    user-select: text
}

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

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

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

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

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

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

.e-bigger .e-float-input.e-control-wrapper textarea,.e-bigger .e-float-input textarea,.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea,.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,.e-bigger .e-input-group.e-control-wrapper textarea,.e-bigger .e-input-group.e-control-wrapper textarea.e-input,.e-bigger .e-input-group.e-input-focus textarea,.e-bigger .e-input-group textarea,.e-bigger .e-input-group textarea.e-input,.e-float-input.e-bigger textarea,.e-float-input.e-control-wrapper.e-bigger textarea,.e-float-input.e-control-wrapper textarea.e-bigger,.e-float-input textarea.e-bigger,.e-input-group.e-bigger textarea,.e-input-group.e-bigger textarea.e-input,.e-input-group.e-control-wrapper.e-bigger textarea,.e-input-group.e-control-wrapper.e-bigger textarea.e-input,.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea,.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input,.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger,.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,.e-input-group.e-control-wrapper textarea.e-bigger,.e-input-group.e-control-wrapper textarea.e-input.e-bigger,.e-input-group.e-input-focus.e-bigger textarea,.e-input-group.e-input-focus.e-bigger textarea.e-input,.e-input-group.e-input-focus textarea.e-bigger,.e-input-group.e-input-focus textarea.e-input.e-bigger,.e-input-group textarea.e-bigger,.e-input-group textarea.e-input.e-bigger {
    font: inherit;
    line-height: 1.5;
    min-height: 17px;
    padding: 5px 0
}

.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea,.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,.e-bigger .e-input-group.e-control-wrapper textarea,.e-bigger .e-input-group.e-control-wrapper 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.e-control-wrapper.e-input-focus.e-small textarea,.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger,.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,.e-input-group.e-control-wrapper.e-small textarea,.e-input-group.e-control-wrapper.e-small textarea.e-input,.e-input-group.e-control-wrapper textarea.e-bigger,.e-input-group.e-control-wrapper textarea.e-input.e-bigger,.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-input.e-small,.e-input-group.e-input-focus textarea.e-small,.e-input-group.e-small textarea,.e-input-group.e-small textarea.e-input,.e-input-group textarea.e-input.e-small,.e-input-group textarea.e-small,.e-small .e-float-input.e-control-wrapper textarea,.e-small .e-float-input textarea,.e-small .e-input-group.e-input-focus textarea,.e-small .e-input-group.e-input-focus textarea.e-input,.e-small .e-input-group textarea,.e-small .e-input-group textarea.e-input {
    font: inherit;
    line-height: 1.5;
    min-height: 14px;
    padding: 4px 0
}

.e-bigger .e-float-input.e-control-wrapper.e-small textarea,.e-bigger .e-float-input.e-small textarea,.e-bigger .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input,.e-bigger .e-input-group.e-small textarea.e-input,.e-bigger.e-small .e-float-input.e-control-wrapper textarea,.e-bigger .e-small.e-float-input.e-control-wrapper textarea,.e-bigger.e-small .e-float-input textarea,.e-bigger.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,.e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input,.e-bigger .e-small.e-input-group.e-control-wrapper textarea.e-input,.e-bigger.e-small .e-input-group.e-input-focus textarea.e-input,.e-bigger.e-small .e-input-group textarea.e-input,.e-bigger .float-input textarea.e-small,.e-bigger .input-group textarea.e-small,.e-float-input.e-bigger textarea.e-small,.e-float-input.e-control-wrapper.e-small.e-bigger textarea,.e-float-input.e-control-wrapper.e-small textarea.e-bigger,.e-float-input.e-small.e-bigger textarea,.e-float-input.e-small textarea.e-bigger,.e-float-input textarea.e-bigger.e-small,.e-input-group.e-bigger textarea.e-small,.e-input-group.e-control-wrapper.e-input-focus.e-small.e-bigger textarea.e-input,.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input.e-bigger,.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input,.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger,.e-input-group.e-input-focus.e-bigger textarea.e-small,.e-input-group.e-input-focus.e-small.e-bigger textarea.e-input,.e-input-group.e-input-focus.e-small textarea.e-input.e-bigger,.e-input-group.e-input-focus textarea.e-input.e-bigger.e-small,.e-input-group.e-small.e-bigger textarea.e-input,.e-input-group.e-small textarea.e-input.e-bigger,.e-input-group textarea.e-input.e-bigger.e-small,.e-small .e-float-input.e-bigger textarea,.e-small .e-float-input.e-control-wrapper textarea.e-bigger,.e-small .e-input-group.e-bigger textarea.e-input,.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,.e-small .e-input-group.e-control-wrapper textarea.e-input.e-bigger,.e-small .float-input textarea.e-bigger,.e-small .input-group textarea.e-bigger {
    font: inherit;
    line-height: 1.5;
    min-height: 15px;
    padding: 4px 0
}

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

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

.e-bigger input.e-input,.e-bigger textarea.e-input,input.e-input.e-bigger,textarea.e-input.e-bigger {
    min-height: 23px
}

.e-bigger.e-small input.e-input,.e-bigger .e-small input.e-input,.e-bigger input.e-input.e-small,.e-small .e-bigger input.e-input,.e-small input.e-input.e-bigger,input.e-input.e-bigger.e-small {
    min-height: 19px
}

.e-outline.e-float-input,.e-outline.e-float-input.e-control-wrapper,.e-outline.e-input-group,.e-outline.e-input-group.e-control-wrapper,.e-outline.e-input-group.e-control-wrapper.e-error: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:not(.e-float-icon-left),.e-outline.e-input-group.e-error: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:not(.e-float-icon-left) {
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.24);
    fill: transparent;
    transition: border .2s,box-shadow .2s
}

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

.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-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-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-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-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-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-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-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-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:hover: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: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: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),.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-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-error:not(.e-success):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-valid-input.e-success:not(.e-error):not(.e-warning):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-valid-input.e-warning:not(.e-success):not(.e-error):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:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left) {
    border-top-color: transparent
}

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

.e-bigger .e-input-group.e-outline,.e-bigger .e-outline.e-input-group.e-control-wrapper,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-disabled,.e-bigger .e-outline.e-input-group.e-disabled,.e-outline.e-bigger input.e-input,.e-outline.e-bigger textarea.e-input,.e-outline.e-input-group.e-bigger,.e-outline.e-input-group.e-bigger.e-disabled,.e-outline.e-input-group.e-control-wrapper.e-bigger,.e-outline.e-input-group.e-control-wrapper.e-bigger.e-disabled,input.e-input.e-bigger.e-outline,textarea.e-input.e-bigger.e-outline {
    font-size: 16px
}

.e-bigger .e-outline.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon,.e-bigger .e-outline.e-input-group.e-control-wrapper .e-input-group-icon,.e-bigger .e-outline.e-input-group.e-disabled .e-input-group-icon,.e-outline.e-input-group.e-bigger.e-disabled .e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-bigger.e-disabled .e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon {
    font-size: 20px
}

.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-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-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-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-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-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-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-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).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-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-outline.e-input-group.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning),.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:not(.e-success):not(.e-warning):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-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-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) {
    border-width: 1px
}

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

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

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

.e-outline.e-float-input.e-control-wrapper: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:not(.e-input-group) .e-float-line:after,.e-outline.e-float-input:not(.e-input-group) .e-float-line: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-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:not(.e-float-icon-left):not(.e-float-input):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-float-icon-left:not(.e-float-input) .e-input-in-wrap:after,.e-outline.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:before,.e-outline.e-input-group:not(.e-float-icon-left):not(.e-float-input):after,.e-outline.e-input-group:not(.e-float-icon-left):not(.e-float-input):before {
    content: none
}

.e-outline.e-float-input.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.e-control-wrapper.e-float-icon-left: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-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.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.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: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:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.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-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-outline.e-input-group.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.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-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.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:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
    border-color: #f60;
    box-shadow: inset 1px 1px #f60,inset -1px 0 #f60,inset 0 -1px #f60
}

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

.e-outline.e-float-input.e-input-group.e-control-wrapper.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-input-group.e-float-icon-left>.e-input-group-icon {
    margin: 9px 12px 9px 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-float-input.e-input-group.e-control-wrapper.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-input-group.e-float-icon-left .e-input {
    padding-left: 0
}

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

.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-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-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-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-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-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-success):not(.e-warning):not(.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,.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 {
    border: 0
}

.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-bigger .e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child,.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-outline.e-input-group.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-outline.e-input-group.e-control-wrapper.e-bigger .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-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .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,.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child,.e-outline.e-input-group .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-outline.e-input-group.e-small.e-bigger .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-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child {
    margin-left: 0
}

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

.e-outline.e-float-input.e-control-wrapper.e-small.e-input-focus input~label.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[disabled]~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~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[disabled]~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~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-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[disabled]~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~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[disabled]~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~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-small .e-outline.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input input~label.e-label-top.e-float-text,.e-small .e-outline.e-float-input textarea~label.e-label-top.e-float-text {
    font-size: 11px
}

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

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

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

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

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

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

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

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

.e-outline.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left>.e-input-group-icon.e-small,.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-input-group.e-float-icon-left>.e-input-group-icon.e-small,.e-outline.e-float-input.e-input-group.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-outline.e-input-group.e-control-wrapper.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-small.e-float-icon-left>.e-input-group-icon,.e-small .e-outline.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left>.e-input-group-icon,.e-small .e-outline.e-float-input.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-small .e-outline.e-input-group.e-float-icon-left>.e-input-group-icon {
    margin-left: 0;
    margin-right: 6px
}

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

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

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

.e-bigger .e-outline.e-input-group .e-clear-icon,.e-bigger .e-outline.e-input-group.e-control-wrapper .e-clear-icon,.e-outline.e-input-group.e-bigger .e-clear-icon,.e-outline.e-input-group .e-clear-icon.e-bigger,.e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,.e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger {
    font-size: 20px;
    padding: 15px 16px 15px 0
}

.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-bigger .e-outline.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-bigger .e-outline.e-input-group.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-bigger.e-float-icon-left>.e-input-group-icon,.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.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.e-bigger,.e-outline.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon.e-bigger,.e-outline.e-input-group.e-bigger.e-float-icon-left>.e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-bigger.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-bigger,.e-outline.e-input-group.e-float-icon-left>.e-input-group-icon.e-bigger {
    margin-left: 0;
    margin-right: 8px
}

.e-bigger .e-outline.e-input-group.e-control-wrapper .e-input-group-icon,.e-bigger .e-outline.e-input-group .e-input-group-icon,.e-outline.e-input-group.e-bigger .e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,.e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,.e-outline.e-input-group .e-input-group-icon.e-bigger {
    margin: 15px 16px 15px 0
}

.e-bigger .e-outline.e-float-input.e-control-wrapper.e-float-input:not(.e-float-icon-left).e-input-focus input,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-float-input:not(.e-float-icon-left) input:focus,.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) input,.e-bigger .e-outline.e-float-input:not(.e-float-icon-left).e-input-focus input,.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) input,.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) input:focus,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input:not(.e-float-icon-left).e-input-focus input.e-input,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input:not(.e-float-icon-left) input.e-input:focus,.e-bigger .e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) input.e-input,.e-bigger .e-outline.e-input-group.e-float-input:not(.e-float-icon-left).e-input-focus input.e-input,.e-bigger .e-outline.e-input-group.e-float-input:not(.e-float-icon-left) input.e-input:focus,.e-bigger .e-outline.e-input-group:not(.e-float-icon-left) input.e-input,.e-bigger input.e-input.e-outline,.e-outline.e-float-input.e-bigger.e-float-input:not(.e-float-icon-left).e-input-focus input,.e-outline.e-float-input.e-bigger.e-float-input:not(.e-float-icon-left) input:focus,.e-outline.e-float-input.e-bigger:not(.e-float-icon-left) input,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left).e-input-focus input,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) input,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) input:focus,.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) input.e-bigger,.e-outline.e-float-input:not(.e-float-icon-left) input.e-bigger,.e-outline.e-input-group.e-bigger:not(.e-float-icon-left).e-input-focus input.e-input,.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input,.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input:focus,.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left).e-input-focus input.e-input,.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) input.e-input,.e-outline.e-input-group.e-control-wrapper.e-bigger: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.e-bigger,.e-outline.e-input-group:not(.e-float-icon-left) input.e-input.e-bigger,input.e-input.e-bigger.e-outline {
    padding: 15px 16px
}

.e-bigger .e-outline.e-float-input.e-control-wrapper.e-float-input:not(.e-float-icon-left) textarea:focus,.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) textarea,.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) textarea,.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) textarea:focus,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input:not(.e-float-icon-left) textarea.e-input:focus,.e-bigger .e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) textarea.e-input,.e-bigger .e-outline.e-input-group.e-float-input:not(.e-float-icon-left) textarea.e-input:focus,.e-bigger .e-outline.e-input-group:not(.e-float-icon-left) textarea.e-input,.e-bigger textarea.e-input.e-outline,.e-outline.e-float-input.e-bigger.e-float-input:not(.e-float-icon-left) textarea:focus,.e-outline.e-float-input.e-bigger:not(.e-float-icon-left) textarea,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea:focus,.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) textarea.e-bigger,.e-outline.e-float-input:not(.e-float-icon-left) textarea.e-bigger,.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) textarea.e-input,.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) textarea.e-input:focus,.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea.e-input,.e-outline.e-input-group.e-control-wrapper.e-bigger: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.e-bigger,.e-outline.e-input-group:not(.e-float-icon-left) textarea.e-input.e-bigger,textarea.e-input.e-bigger.e-outline {
    margin: 8px 0;
    padding: 0 16px
}

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

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

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

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

.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input.e-small.e-float-icon-left>.e-input-group-icon,.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small.e-float-icon-left>.e-input-group-icon,.e-bigger .e-outline.e-input-group.e-float-input.e-small.e-float-icon-left>.e-input-group-icon,.e-bigger .e-outline.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-small.e-bigger.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-bigger,.e-outline.e-float-input.e-input-group.e-small.e-bigger.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-bigger,.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-outline.e-input-group.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-outline.e-input-group.e-small.e-float-icon-left>.e-input-group-icon.e-bigger {
    margin-left: 0;
    margin-right: 8px
}

.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon,.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger {
    margin: 9px 12px 9px 0
}

.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-outline.e-float-input.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,.e-small .e-outline.e-float-input.e-input-group .e-input-group-icon {
    margin-top: 9px
}

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

.e-bigger .e-outline.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-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.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-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):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.e-bigger:not(.e-error) 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-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) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.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-outline.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper label.e-float-text,.e-outline.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input label.e-float-text,.e-outline label.e-float-text,.e-small .e-outline.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-small .e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input:not(.e-error):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) 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: translateZ(0) scale(1);
    transition: color .2s,font-size .2s,line-height .2s
}

.e-bigger.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-bigger .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-bigger.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,.e-bigger .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,.e-bigger.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-bigger .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-bigger.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-bigger .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-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid)~label.e-float-text,.e-bigger .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.e-bigger.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-outline.e-float-input.e-bigger: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-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom {
    line-height: 70px
}

.e-bigger.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-bigger .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-bigger.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,.e-bigger .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,.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger .e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid)~label.e-float-text,.e-bigger .e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid)~label.e-float-text,.e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger: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-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom {
    line-height: 66px
}

.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-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.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.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,.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-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:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid)~label.e-float-text {
    line-height: 46px
}

.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-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.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.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.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-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:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid)~label.e-float-text {
    line-height: 60px
}

.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-outline.e-float-input.e-control-wrapper:not(.e-error):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-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-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) 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):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:valid~label.e-float-text.e-label-bottom,.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: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:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input)~label.e-float-text,.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:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid)~label.e-float-text {
    line-height: 50px
}

.e-bigger .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-bigger .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-bigger .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-bigger .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,.e-bigger .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-bigger .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-bigger .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-outline.e-float-input.e-control-wrapper.e-small.e-bigger: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-small.e-bigger: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-bigger.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-bigger.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-bigger.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,.e-small .e-bigger.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,.e-small.e-bigger.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-small .e-bigger.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-small.e-bigger.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-bigger.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-bigger.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-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid)~label.e-float-text {
    line-height: 53px
}

.e-bigger .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-bigger .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-bigger .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-bigger .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,.e-bigger .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-bigger .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-bigger .e-small.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid)~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-small.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger.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-bigger.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-bigger.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,.e-small .e-bigger.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,.e-small.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger.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-bigger.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-bigger.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid)~label.e-float-text,.e-small .e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid)~label.e-float-text {
    line-height: 60px
}

.e-outline.e-float-input.e-control-wrapper label.e-float-text:after,.e-outline.e-float-input.e-control-wrapper label.e-float-text:before,.e-outline.e-float-input label.e-float-text:after,.e-outline.e-float-input label.e-float-text:before,.e-outline label.e-float-text:after,.e-outline label.e-float-text:before {
    border-top: 2px solid 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 .1s,box-shadow .2s
}

.e-bigger.e-outline.e-float-input.e-control-wrapper label.e-float-text:after,.e-bigger .e-outline.e-float-input.e-control-wrapper label.e-float-text:after,.e-bigger.e-outline.e-float-input.e-control-wrapper label.e-float-text:before,.e-bigger .e-outline.e-float-input.e-control-wrapper label.e-float-text:before,.e-bigger.e-outline.e-float-input label.e-float-text:after,.e-bigger .e-outline.e-float-input label.e-float-text:after,.e-bigger.e-outline.e-float-input label.e-float-text:before,.e-bigger .e-outline.e-float-input label.e-float-text:before,.e-bigger.e-outline label.e-float-text:after,.e-bigger .e-outline label.e-float-text:after,.e-bigger.e-outline label.e-float-text:before,.e-bigger .e-outline label.e-float-text:before {
    min-width: 13px
}

.e-small.e-outline.e-float-input.e-control-wrapper label.e-float-text:after,.e-small .e-outline.e-float-input.e-control-wrapper 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:before,.e-small.e-outline.e-float-input label.e-float-text:after,.e-small .e-outline.e-float-input 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:before,.e-small.e-outline label.e-float-text:after,.e-small .e-outline label.e-float-text:after,.e-small.e-outline label.e-float-text:before,.e-small .e-outline label.e-float-text:before {
    min-width: 7px
}

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

.e-outline.e-float-input.e-control-wrapper.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-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-valid-input:not(.e-input-focus) label.e-float-text:after,.e-outline.e-valid-input:not(.e-input-focus) label.e-float-text:before {
    border-top-color: rgba(0,0,0,.24);
    border-width: 1px
}

.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,.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-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-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text:after,.e-outline.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text:before {
    border-top-color: #22b24b
}

.e-outline.e-float-input.e-control-wrapper.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-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-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text:after,.e-outline.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text:before {
    border-color: #22b24b
}

.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,.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-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-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text:after,.e-outline.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text:before {
    border-top-color: #f44336
}

.e-outline.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text:after,.e-outline.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,.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-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 {
    border-color: #f44336
}

.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,.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-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-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text:after,.e-outline.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text:before {
    border-top-color: #ffca1c
}

.e-outline.e-float-input.e-control-wrapper.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-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-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text:after,.e-outline.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text:before {
    border-color: #ffca1c
}

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

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

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

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

.e-outline.e-float-input.e-control-wrapper.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-input-focus label.e-float-text:after,.e-outline.e-float-input.e-input-focus label.e-float-text:before,.e-outline.e-input-focus label.e-float-text:after,.e-outline.e-input-focus label.e-float-text:before {
    border-top-color: #f60
}

.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-control-wrapper.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: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-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-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: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):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-input-group.e-input-focus: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 #f60,inset -1px 0 #f60,inset 0 -1px #f60
}

.e-outline.e-float-input.e-control-wrapper.e-input-focus input~label.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-outline.e-float-input.e-input-focus input~label.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-outline.e-float-input input~label.e-label-top.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-outline.e-float-input textarea~label.e-label-top.e-float-text {
    font-size: 12px;
    top: -7px;
    transform: translateZ(0) scale(1)
}

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

.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-bigger .e-rtl.e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child,.e-bigger.e-rtl .e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon+.e-input-group-icon:last-child .e-bigger .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-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .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-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .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-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger: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-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl .e-outline.e-input-group .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-small.e-bigger .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-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child {
    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-control-wrapper .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-input-group-icon,.e-rtl .e-outline.e-input-group .e-input-group-icon {
    margin-left: 12px;
    margin-right: 0
}

.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-outline.e-input-group.e-control-wrapper .e-clear-icon.e-small,.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-small .e-clear-icon,.e-rtl .e-outline.e-input-group.e-small .e-clear-icon,.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-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-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-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-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-small .e-rtl.e-outline.e-input-group .e-input-group-icon {
    margin-left: 10px;
    margin-right: 0
}

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

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

.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-bigger.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-bigger.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon,.e-bigger .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-bigger .e-input-group-icon,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,.e-rtl.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl .e-outline.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger,.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon.e-bigger {
    margin-left: 12px;
    margin-right: 0
}

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

.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-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;
    margin-right: 0
}

.e-bigger .e-rtl.e-outline.e-input-group .e-input-group-icon+.e-input-group-icon:last-child,.e-bigger.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-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .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-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl.e-outline.e-input-group .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl .e-outline.e-input-group .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child {
    margin-left: 16px;
    margin-right: 0
}

.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-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 {
    margin-left: 10px;
    margin-right: 0
}

.e-bigger .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-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon+.e-input-group-icon:last-child .e-bigger,.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .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-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl .e-outline.e-input-group.e-small.e-bigger .e-input-group-icon+.e-input-group-icon:last-child,.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child,.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon.e-bigger+.e-input-group-icon.e-bigger:last-child {
    margin-left: 12px;
    margin-right: 0
}

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

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

.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[disabled]~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 label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-outline.e-float-input textarea~label.e-label-top.e-float-text {
    top: -7px;
    transform: translateZ(0) scale(1)
}

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

.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-control-wrapper.e-valid-input:not(.e-input-focus) textarea:focus~label.e-float-text,.e-outline.e-float-input.e-valid-input:not(.e-input-focus) input:valid~label.e-float-text,.e-outline.e-float-input.e-valid-input:not(.e-input-focus) textarea:valid~label.e-float-text {
    color: rgba(0,0,0,.6)
}

.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.e-small~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-small textarea~label.e-float-text,.e-rtl.e-outline.e-float-input textarea.e-small~label.e-float-text,.e-rtl.e-outline.e-float-input textarea~label.e-float-text.e-small,.e-small .e-rtl.e-outline.e-float-input.e-control-wrapper textarea~label.e-float-text,.e-small .e-rtl.e-outline.e-float-input textarea~label.e-float-text {
    top: -7px
}

.e-outline.e-float-input.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-float-input.e-small .e-clear-icon:before,.e-outline.e-float-input input.e-small:first-child~.e-clear-icon:before,.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon:before,.e-outline.e-input-group.e-small .e-clear-icon:before,.e-outline.e-small .e-float-input .e-clear-icon:before,.e-outline.e-small .e-float-input.e-control-wrapper .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-outline.e-bigger .e-float-input .e-clear-icon:before,.e-outline.e-bigger .e-float-input.e-control-wrapper .e-clear-icon:before,.e-outline.e-bigger .e-input-group .e-clear-icon:before,.e-outline.e-bigger .e-input-group.e-control-wrapper .e-clear-icon:before,.e-outline.e-float-input.e-bigger .e-clear-icon:before,.e-outline.e-float-input.e-control-wrapper.e-bigger .e-clear-icon:before,.e-outline.e-float-input.e-control-wrapper input.e-bigger:first-child~.e-clear-icon:before,.e-outline.e-float-input input.e-bigger:first-child~.e-clear-icon:before,.e-outline.e-input-group.e-bigger .e-clear-icon:before,.e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon:before {
    font-size: 20px
}

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

.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 label.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.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 label.e-float-text,.e-outline.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline label.e-float-text {
    font-size: 14px
}

.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-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 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,.e-outline.e-float-input input:-webkit-autofill~label.e-float-text,.e-outline.e-float-input textarea:-webkit-autofill~label.e-float-text {
    font-size: 14px
}

.e-bigger.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-bigger .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-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger.e-outline.e-float-input input:-webkit-autofill~label.e-float-text,.e-bigger .e-outline.e-float-input input:-webkit-autofill~label.e-float-text,.e-bigger.e-outline.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-outline.e-float-input textarea:-webkit-autofill~label.e-float-text {
    font-size: 16px
}

.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,.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 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-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 textarea:-webkit-autofill~label.e-float-text,.e-small .e-outline.e-float-input textarea:-webkit-autofill~label.e-float-text {
    font-size: 13px
}

.e-bigger .e-outline.e-float-input.e-small.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small input:-webkit-autofill~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill~label.e-float-text,.e-bigger .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-bigger.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger .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-bigger.e-small .e-outline.e-float-input input:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-outline.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-outline.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-outline.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-outline.e-float-input.e-bigger.e-small input:-webkit-autofill~label.e-float-text,.e-outline.e-float-input.e-bigger.e-small textarea:-webkit-autofill~label.e-float-text,.e-small.e-bigger.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-bigger .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-bigger.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-bigger.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-bigger .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-bigger.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-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-control-wrapper textarea~label.e-float-text,.e-bigger .e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input label.e-float-text,.e-bigger .e-outline.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input textarea~label.e-float-text,.e-outline.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger label.e-float-text,.e-outline.e-float-input.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger textarea~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-bigger label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-bigger textarea~label.e-float-text,.e-outline.e-float-input.e-control-wrapper input.e-bigger~label.e-float-text,.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-bigger,.e-outline.e-float-input.e-control-wrapper textarea.e-bigger~label.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea~label.e-float-text.e-bigger,.e-outline.e-float-input input.e-bigger~label.e-float-text,.e-outline.e-float-input label.e-float-text.e-bigger,.e-outline.e-float-input textarea.e-bigger~label.e-float-text,.e-outline.e-float-input textarea~label.e-float-text.e-bigger {
    font-size: 16px
}

.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-outline.e-float-input.e-control-wrapper.e-small label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-small textarea~label.e-float-text,.e-outline.e-float-input.e-control-wrapper textarea.e-small~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-small:not(.e-input-focus) input:not(:focus):valid~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 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.e-small~label.e-float-text,.e-outline.e-float-input textarea~label.e-float-text.e-small,.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-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.e-control-wrapper textarea~label.e-float-text,.e-small .e-outline.e-float-input:not(.e-input-focus) input: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-small .e-outline.e-float-input textarea~label.e-float-text {
    font-size: 13px
}

.e-bigger .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-bigger .e-outline.e-float-input.e-control-wrapper.e-small label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-outline.e-float-input.e-small label.e-float-text,.e-bigger .e-outline.e-float-input.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.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-bigger.e-small .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-small .e-outline.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-bigger.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,.e-outline.e-float-input.e-small.e-bigger label.e-float-text,.e-small .e-outline.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger: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.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom {
    font-size: 14px
}

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

.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input,.e-bigger .e-filled.e-float-input.e-control-wrapper input,.e-bigger .e-filled.e-float-input.e-control-wrapper input.e-input,.e-bigger .e-filled.e-float-input.e-control-wrapper textarea,.e-bigger .e-filled.e-float-input.e-control-wrapper textarea.e-input,.e-bigger .e-filled.e-float-input:not(.e-input-group) input,.e-bigger .e-filled.e-float-input:not(.e-input-group) input.e-input,.e-bigger .e-filled.e-float-input input,.e-bigger .e-filled.e-float-input input.e-input,.e-bigger .e-filled.e-float-input textarea,.e-bigger .e-filled.e-float-input textarea.e-input,.e-bigger .e-filled.e-input-group.e-control-wrapper input,.e-bigger .e-filled.e-input-group.e-control-wrapper input.e-input,.e-bigger .e-filled.e-input-group.e-control-wrapper textarea,.e-bigger .e-filled.e-input-group.e-control-wrapper textarea.e-input,.e-bigger .e-filled.e-input-group input,.e-bigger .e-filled.e-input-group input.e-input,.e-bigger .e-filled.e-input-group textarea,.e-bigger .e-filled.e-input-group textarea.e-input,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper input,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper input.e-input,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper textarea,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper textarea.e-input,.e-bigger.e-small .e-filled.e-float-input:not(.e-input-group) input,.e-bigger.e-small .e-filled.e-float-input:not(.e-input-group) input.e-input,.e-bigger.e-small .e-filled.e-float-input input,.e-bigger.e-small .e-filled.e-float-input input.e-input,.e-bigger.e-small .e-filled.e-float-input textarea,.e-bigger.e-small .e-filled.e-float-input textarea.e-input,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper input,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper input.e-input,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper textarea,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input,.e-bigger.e-small .e-filled.e-input-group input,.e-bigger.e-small .e-filled.e-input-group input.e-input,.e-bigger.e-small .e-filled.e-input-group textarea,.e-bigger.e-small .e-filled.e-input-group textarea.e-input,.e-control.e-filled.e-float-input.e-control-wrapper input,.e-control .e-filled.e-float-input.e-control-wrapper input,.e-control.e-filled.e-float-input input,.e-control .e-filled.e-float-input input,.e-control.e-filled.e-input-group.e-control-wrapper 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-input-group.e-control-wrapper input.e-input,.e-control.e-filled.e-input-group 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 input.e-input,.e-control .e-filled input.e-input,.e-filled.e-float-input.e-bigger.e-small:not(.e-input-group) input,.e-filled.e-float-input.e-bigger.e-small:not(.e-input-group) input.e-input,.e-filled.e-float-input.e-bigger.e-small input,.e-filled.e-float-input.e-bigger.e-small input.e-input,.e-filled.e-float-input.e-bigger.e-small textarea,.e-filled.e-float-input.e-bigger.e-small textarea.e-input,.e-filled.e-float-input.e-bigger:not(.e-input-group) input,.e-filled.e-float-input.e-bigger:not(.e-input-group) input.e-input,.e-filled.e-float-input.e-bigger input,.e-filled.e-float-input.e-bigger input.e-input,.e-filled.e-float-input.e-bigger textarea,.e-filled.e-float-input.e-bigger textarea.e-input,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input.e-input,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input.e-input,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea.e-input,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input.e-input,.e-filled.e-float-input.e-control-wrapper.e-bigger input,.e-filled.e-float-input.e-control-wrapper.e-bigger input.e-input,.e-filled.e-float-input.e-control-wrapper.e-bigger textarea,.e-filled.e-float-input.e-control-wrapper.e-bigger textarea.e-input,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) 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-filled.e-float-input.e-control-wrapper.e-small textarea,.e-filled.e-float-input.e-control-wrapper.e-small textarea.e-input,.e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input,.e-filled.e-float-input.e-control-wrapper textarea,.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-filled.e-float-input.e-small input,.e-filled.e-float-input.e-small input.e-input,.e-filled.e-float-input.e-small textarea,.e-filled.e-float-input.e-small textarea.e-input,.e-filled.e-float-input:not(.e-input-group) input,.e-filled.e-float-input textarea,.e-filled.e-input-group.e-bigger.e-small input,.e-filled.e-input-group.e-bigger.e-small input.e-input,.e-filled.e-input-group.e-bigger.e-small textarea,.e-filled.e-input-group.e-bigger.e-small textarea.e-input,.e-filled.e-input-group.e-bigger input,.e-filled.e-input-group.e-bigger input.e-input,.e-filled.e-input-group.e-bigger textarea,.e-filled.e-input-group.e-bigger textarea.e-input,.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small input,.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input,.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small textarea,.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input,.e-filled.e-input-group.e-control-wrapper.e-bigger input,.e-filled.e-input-group.e-control-wrapper.e-bigger input.e-input,.e-filled.e-input-group.e-control-wrapper.e-bigger textarea,.e-filled.e-input-group.e-control-wrapper.e-bigger textarea.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-filled.e-input-group.e-control-wrapper.e-small textarea,.e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input,.e-filled.e-input-group.e-control-wrapper input,.e-filled.e-input-group.e-control-wrapper input.e-input,.e-filled.e-input-group.e-control-wrapper textarea,.e-filled.e-input-group.e-control-wrapper textarea.e-input.e-bigger,.e-filled.e-input-group.e-small input,.e-filled.e-input-group.e-small input.e-input,.e-filled.e-input-group.e-small textarea,.e-filled.e-input-group.e-small textarea.e-input,.e-filled.e-input-group input,.e-filled.e-input-group input.e-input,.e-filled.e-input-group textarea,.e-filled.e-input-group textarea.e-input.e-bigger,.e-filled input.e-input,.e-filled input.e-input.e-bigger,.e-filled input.e-input.e-small,.e-filled input.e-input.e-small.e-bigger,.e-filled textarea.e-input,.e-filled textarea.e-input.e-bigger,.e-filled textarea.e-input.e-small,.e-filled textarea.e-input.e-small.e-bigger,.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-small .e-filled.e-float-input.e-control-wrapper input,.e-small .e-filled.e-float-input.e-control-wrapper input.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,.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-small .e-filled.e-float-input input,.e-small .e-filled.e-float-input input.e-input,.e-small .e-filled.e-float-input textarea,.e-small .e-filled.e-float-input textarea.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-small .e-filled.e-input-group.e-control-wrapper textarea,.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input,.e-small .e-filled.e-input-group input,.e-small .e-filled.e-input-group input.e-input,.e-small .e-filled.e-input-group textarea,.e-small .e-filled.e-input-group textarea.e-input {
    box-sizing: border-box
}

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

.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: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]) {
    border-bottom-width: 0
}

.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-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).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) 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) 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 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 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):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):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-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,.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-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-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).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) 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) 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 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 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):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-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-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.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-bigger .e-filled.e-input-group,.e-bigger .e-filled.e-input-group.e-control-wrapper,.e-filled.e-input-group.e-bigger,.e-filled.e-input-group.e-control-wrapper.e-bigger {
    margin-top: 0;
    padding: 0 12px 0 16px
}

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

.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small,.e-bigger .e-filled.e-input-group.e-small,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-small,.e-bigger.e-small .e-filled.e-input-group.e-small,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger,.e-filled.e-input-group.e-small.e-bigger,.e-small .e-filled.e-input-group.e-bigger,.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger {
    margin-top: 0;
    padding: 0 10px 0 12px
}

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

.e-bigger .e-filled.e-float-input,.e-bigger .e-filled.e-float-input.e-control-wrapper,.e-filled.e-float-input.e-bigger,.e-filled.e-float-input.e-control-wrapper.e-bigger {
    margin-top: 0;
    padding: 0 12px 0 16px
}

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

.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small,.e-bigger .e-filled.e-float-input.e-small,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-small,.e-bigger.e-small .e-filled.e-float-input.e-small,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger,.e-filled.e-float-input.e-small.e-bigger,.e-small .e-filled.e-float-input.e-bigger,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger {
    margin-top: 0;
    padding: 0 10px 0 12px
}

.e-rtl.e-filled.e-input-group,.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-control-wrapper {
    padding: 0 12px 0 10px
}

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

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

.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper.e-small,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small,.e-bigger .e-rtl.e-filled.e-input-group.e-small,.e-bigger.e-rtl .e-filled.e-input-group.e-small,.e-bigger.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper.e-small,.e-bigger.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small,.e-bigger.e-small .e-rtl.e-filled.e-input-group.e-small,.e-bigger.e-small.e-rtl .e-filled.e-input-group.e-small,.e-rtl.e-filled.e-float-input,.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-control-wrapper,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger,.e-rtl.e-filled.e-input-group.e-small.e-bigger,.e-rtl .e-filled.e-input-group.e-small.e-bigger,.e-small .e-rtl.e-filled.e-input-group.e-bigger,.e-small.e-rtl .e-filled.e-input-group.e-bigger,.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper.e-bigger,.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger {
    padding: 0 12px 0 10px
}

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

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

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

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

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

.e-filled.e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-filled.e-input-group.e-control-wrapper input.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 input.e-input:focus,.e-filled.e-input-group textarea.e-input:focus {
    padding: 10px 2px 10px 0
}

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

.e-bigger .e-filled .e-input:focus,.e-filled .e-input.e-bigger:focus {
    padding-bottom: 16px
}

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

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

.e-bigger .e-filled .e-input.e-small:focus,.e-filled .e-input.e-small.e-bigger:focus {
    padding-bottom: 10px
}

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

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

.e-bigger .e-filled.e-float-input.e-control-wrapper input,.e-bigger .e-filled.e-float-input input,.e-filled.e-float-input.e-bigger input,.e-filled.e-float-input.e-control-wrapper.e-bigger input,.e-filled.e-float-input.e-control-wrapper input.e-bigger,.e-filled.e-float-input input.e-bigger {
    padding: 20px 4px 6px 0
}

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

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

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

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

.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input.e-small,.e-filled.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,.e-filled.e-input-group.e-rtl input.e-input.e-small,.e-filled.e-input-group.e-small.e-rtl input.e-input,.e-filled input.e-input.e-small.e-rtl,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small input.e-input,.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input.e-small,.e-rtl .e-filled.e-input-group.e-small input.e-input,.e-rtl .e-filled.e-input-group input.e-input.e-small,.e-rtl .e-filled input.e-input.e-small,.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-control-wrapper.e-rtl input.e-input,.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.e-input-focus input.e-input,.e-small .e-filled.e-input-group.e-rtl input.e-input,.e-small .e-filled.e-input-group.e-rtl input.e-input:focus,.e-small .e-filled input.e-input.e-rtl,.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-control-wrapper 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.e-input-focus input.e-input,.e-small.e-rtl .e-filled.e-input-group input.e-input,.e-small.e-rtl .e-filled.e-input-group input.e-input:focus,.e-small.e-rtl .e-filled input.e-input {
    padding: 7px 0 7px 2px;
    text-indent: 0
}

.e-filled.e-float-input.e-control-wrapper.e-rtl input.e-small,.e-filled.e-float-input.e-control-wrapper.e-small.e-rtl input,.e-filled.e-float-input.e-rtl input.e-small,.e-filled.e-float-input.e-small.e-rtl input,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small input,.e-rtl .e-filled.e-float-input.e-control-wrapper input.e-small,.e-rtl .e-filled.e-float-input.e-small input,.e-rtl .e-filled.e-float-input input.e-small,.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl.e-input-focus input,.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl input,.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl input:focus,.e-small .e-filled.e-float-input.e-rtl.e-input-focus input,.e-small .e-filled.e-float-input.e-rtl input,.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-control-wrapper input,.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper input:focus,.e-small.e-rtl .e-filled.e-float-input.e-input-focus input,.e-small.e-rtl .e-filled.e-float-input input,.e-small.e-rtl .e-filled.e-float-input input:focus {
    padding: 12px 0 4px 2px;
    text-indent: 0
}

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

.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl input,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl input:focus,.e-bigger .e-filled.e-float-input.e-rtl.e-input-focus input,.e-bigger .e-filled.e-float-input.e-rtl input,.e-bigger .e-filled.e-float-input.e-rtl input:focus,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-focus input,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper input,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper input:focus,.e-bigger.e-rtl .e-filled.e-float-input.e-input-focus input,.e-bigger.e-rtl .e-filled.e-float-input input,.e-bigger.e-rtl .e-filled.e-float-input input:focus,.e-filled.e-float-input.e-bigger.e-rtl input,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-rtl input,.e-filled.e-float-input.e-control-wrapper.e-rtl input.e-bigger,.e-filled.e-float-input.e-rtl input.e-bigger,.e-rtl .e-filled.e-float-input.e-bigger input,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger input,.e-rtl .e-filled.e-float-input.e-control-wrapper input.e-bigger,.e-rtl .e-filled.e-float-input input.e-bigger {
    padding: 20px 0 6px 4px;
    text-indent: 0
}

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

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

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

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

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

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

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

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

.e-bigger .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.e-bigger:not(.e-float-input) .e-input,.e-bigger .e-filled.e-input-group.e-small:not(.e-float-input) .e-input .e-small .e-filled.e-input-group.e-bigger:not(.e-float-input) .e-input,.e-bigger .e-float-input.e-control-wrapper.e-filled.e-input-group.e-small input,.e-bigger .e-float-input.e-filled.e-control-wrapper.e-small input,.e-bigger .e-float-input.e-filled.e-input-group.e-control-wrapper.e-small input,.e-bigger .e-float-input.e-filled.e-input-group.e-small input,.e-bigger .e-float-input.e-filled.e-small input,.e-filled.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input,.e-filled.e-input-group.e-control-wrapper input.e-input,.e-filled.e-input-group:not(.e-float-input).e-control-wrapper input.e-input,.e-filled.e-input-group:not(.e-float-input) input.e-input,.e-filled.e-input-group input.e-input,.e-float-input.e-bigger.e-small.e-filled input,.e-float-input.e-control-wrapper.e-filled.e-input-group.e-bigger.e-small input,.e-float-input.e-filled.e-control-wrapper.e-bigger.e-small input,.e-float-input.e-filled.e-control-wrapper input,.e-float-input.e-filled.e-input-group.e-bigger.e-small input,.e-float-input.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small input,.e-float-input.e-filled.e-input-group.e-control-wrapper input,.e-float-input.e-filled input,.e-small .e-float-input.e-control-wrapper.e-filled.e-input-group.e-bigger input,.e-small .e-float-input.e-filled.e-bigger input,.e-small .e-float-input.e-filled.e-control-wrapper.e-bigger input,.e-small .e-float-input.e-filled.e-input-group.e-bigger input,.e-small .e-float-input.e-filled.e-input-group.e-control-wrapper.e-bigger input {
    min-height: 39px
}

.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-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 label.e-float-text,.e-filled label.e-float-text {
    font-size: 14px;
    left: 12px;
    letter-spacing: .009375em;
    line-height: 1.15;
    padding-left: 0;
    pointer-events: none;
    right: auto;
    top: 12px;
    transform: none;
    transition: transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1);
    width: 100%
}

.e-filled.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input 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.e-control-wrapper.e-input-focus input~label.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-input-focus input~label.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-filled.e-float-input input~label.e-label-top.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-filled.e-float-input textarea~label.e-label-top.e-float-text {
    font-size: 14px;
    top: 12px;
    transform: translateY(-50%) scale(.75)
}

.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.e-control-wrapper.e-autofill input:-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,.e-filled.e-float-input input:-webkit-autofill~label.e-float-text,.e-filled.e-float-input textarea:-webkit-autofill~label.e-float-text {
    font-size: 14px;
    top: 12px;
    transform: translateY(-50%) scale(.75);
    -webkit-user-select: text;
    user-select: text
}

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

.e-bigger.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-bigger .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-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-bigger.e-filled.e-float-input input:-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input input:-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input textarea:-webkit-autofill~label.e-float-text {
    font-size: 16px;
    top: 18px;
    transform: translateY(-50%) scale(.75);
    -webkit-user-select: text;
    user-select: 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-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[disabled]~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~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-filled.e-float-input.e-small.e-input-focus input~label.e-float-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[disabled]~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~label.e-label-top.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.e-control-wrapper input~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,.e-small .e-filled.e-float-input input~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input textarea~label.e-label-top.e-float-text {
    font-size: 13px;
    top: 10px
}

.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.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 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,.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 textarea:-webkit-autofill~label.e-float-text,.e-small .e-filled.e-float-input textarea:-webkit-autofill~label.e-float-text {
    font-size: 13px;
    top: 10px;
    transform: translateY(-50%) scale(.75);
    -webkit-user-select: text;
    user-select: text
}

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

.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small input:-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small textarea:-webkit-autofill~label.e-float-text,.e-bigger .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-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-bigger .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-bigger.e-small .e-filled.e-float-input input:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill input:-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small input:-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small textarea:-webkit-autofill~label.e-float-text,.e-small.e-bigger.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-bigger .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-bigger.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-bigger.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-bigger .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-bigger.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(.75);
    -webkit-user-select: text;
    user-select: text
}

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

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

.e-bigger .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-bigger .e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-small label.e-float-text,.e-bigger.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-bigger.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-bigger.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-bigger.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.e-bigger label.e-float-text,.e-filled.e-float-input.e-small.e-bigger label.e-float-text,.e-small .e-filled.e-float-input.e-bigger: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-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom {
    font-size: 14px;
    top: 12px;
    transform: none
}

.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small input label.e-float-text.e-label-top,.e-bigger .e-filled.e-float-input.e-small input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-small.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small input:valid~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-small input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-small input label.e-float-text.e-label-top,.e-filled.e-float-input.e-bigger.e-small input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-bigger.e-input-focus input~label.e-float-text,.e-small .e-filled.e-float-input.e-bigger input:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-bigger input:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-bigger input label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-bigger input~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-input-focus input~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input[disabled]~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input[readonly]~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input~label.e-label-top.e-float-text {
    transform: translateY(-50%) scale(.75)
}

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

.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small textarea label.e-float-text.e-label-top,.e-bigger .e-filled.e-float-input.e-small textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-small textarea:valid~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top,.e-filled.e-float-input.e-bigger.e-small textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea~label.e-label-top.e-float-text,.e-float-input.e-filled.e-bigger.e-small textarea:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-bigger textarea:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-bigger textarea:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-bigger textarea label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-bigger textarea~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea:valid~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea~label.e-label-top.e-float-text {
    transform: translateY(-50%) scale(.75)
}

.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-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid~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:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input label.e-float-text,.e-filled.e-float-input label.e-float-text.e-label-bottom {
    left: 12px
}

.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-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-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,.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-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.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.e-control-wrapper: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) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-filled.e-float-input.e-control-wrapper label.e-float-text,.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:not(.e-input-focus) textarea:not(:focus):valid~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 {
    right: 12px
}

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

.e-bigger.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-bigger .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-bigger.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-bigger .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-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text,.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-bigger.e-rtl label.e-float-text,.e-filled.e-float-input.e-rtl.e-bigger label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger label.e-float-text.e-label-bottom,.e-rtl .e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,.e-rtl .e-bigger.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-bigger.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input label.e-float-text .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,.e-rtl .e-filled.e-float-input.e-bigger label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger label.e-float-text,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text {
    right: 16px
}

.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-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-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-small:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.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-small .e-filled.e-float-input.e-bigger label.e-float-text,.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-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-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:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-filled.e-float-input label.e-float-text.e-label-bottom {
    left: 8px
}

.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-rtl.e-small label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-rtl label.e-float-text,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,.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-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-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-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-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-rtl.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text,.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: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) 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 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-control-wrapper.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-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-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-small .e-filled.e-float-input.e-rtl.e-control-wrapper 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-rtl: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-rtl:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.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 {
    right: 8px
}

.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger: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.e-bigger: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.e-bigger label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger label.e-float-text,.e-filled.e-float-input.e-small.e-bigger label.e-float-text.e-label-bottom,.e-small.e-bigger .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-bigger .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-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom,.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger .e-filled.e-float-input label.e-float-text,.e-small.e-bigger .e-filled.e-float-input label.e-float-text.e-label-bottom {
    left: 12px
}

.e-bigger .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-bigger .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-bigger .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-bigger .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-filled.e-float-input.e-rtl.e-control-wrapper.e-small.e-bigger label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-rtl.e-small.e-bigger label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger.e-rtl label.e-float-text,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,.e-rtl .e-filled.e-float-input.e-small.e-bigger label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger label.e-float-text,.e-rtl .e-small.e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-small.e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,.e-rtl .e-small.e-bigger.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-bigger .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-bigger.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-bigger .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-bigger .e-filled.e-float-input label.e-float-text .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text,.e-small.e-bigger.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-small .e-bigger.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-small.e-bigger.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-small .e-bigger.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-small.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom,.e-small.e-bigger.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-bigger.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-bigger.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-bigger.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-bigger .e-filled.e-float-input.e-rtl label.e-float-text,.e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom {
    right: 12px
}

.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-control-wrapper .e-float-line,.e-float-input.e-filled.e-control-wrapper .e-float-text,.e-float-input.e-filled .e-float-line,.e-float-input.e-filled .e-float-text {
    right: 0
}

.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):after,.e-filled.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left):before,.e-filled.e-input-group:not(.e-disabled):not(.e-float-icon-left):before {
    bottom: -1px
}

.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-bigger .e-filled.e-input-group .e-input-group-icon,.e-bigger .e-filled.e-input-group.e-small .e-input-group-icon,.e-filled.e-input-group.e-bigger .e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-filled.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,.e-filled.e-input-group .e-input-group-icon,.e-filled.e-input-group .e-input-group-icon.e-bigger,.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon,.e-filled.e-input-group.e-small .e-input-group-icon,.e-filled.e-input-group.e-small .e-input-group-icon.e-bigger,.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-small .e-filled.e-input-group .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-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-bigger .e-rtl.e-filled.e-input-group .e-input-group-icon,.e-bigger.e-rtl .e-filled.e-input-group .e-input-group-icon,.e-bigger .e-rtl.e-filled.e-input-group.e-small .e-input-group-icon,.e-bigger.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon,.e-rtl.e-filled.e-input-group.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-bigger .e-input-group-icon,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger .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-control-wrapper .e-input-group-icon,.e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-rtl.e-filled.e-input-group.e-control-wrapper.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-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,.e-rtl.e-filled.e-input-group .e-input-group-icon,.e-rtl .e-filled.e-input-group .e-input-group-icon,.e-rtl.e-filled.e-input-group .e-input-group-icon.e-bigger,.e-rtl .e-filled.e-input-group .e-input-group-icon.e-bigger,.e-rtl.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-small.e-bigger .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-small .e-input-group-icon,.e-rtl.e-filled.e-input-group.e-small .e-input-group-icon.e-bigger,.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon.e-bigger,.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .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-input-group-icon {
    padding: 0 8px 0 0
}

.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-filled.e-input-group.e-small .e-input-group-icon,.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-small .e-filled.e-input-group .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-control-wrapper.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-filled.e-input-group.e-small .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon,.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .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-input-group-icon {
    padding: 0 4px 0 0
}

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

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

.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-bigger .e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon,.e-bigger.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon,.e-bigger .e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,.e-bigger.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .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-control-wrapper.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-bigger,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger,.e-rtl.e-filled.e-float-input.e-input-group.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-input-group.e-bigger .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-input-group .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon.e-bigger,.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon.e-bigger,.e-rtl.e-filled.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger,.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger,.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon,.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon {
    padding: 0 8px 0 0
}

.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-bigger .e-filled.e-float-input.e-input-group .e-input-group-icon,.e-bigger .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .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-control-wrapper.e-input-group .e-input-group-icon.e-bigger,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger,.e-filled.e-float-input.e-input-group.e-bigger .e-input-group-icon,.e-filled.e-float-input.e-input-group .e-input-group-icon,.e-filled.e-float-input.e-input-group .e-input-group-icon.e-bigger,.e-filled.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon,.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger,.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,.e-small .e-filled.e-float-input.e-input-group .e-input-group-icon {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 0 0 8px
}

.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .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-control-wrapper.e-input-group .e-input-group-icon,.e-small .e-filled.e-float-input.e-input-group .e-input-group-icon {
    font-size: 14px;
    padding: 0 0 0 4px
}

.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-rtl.e-filled.e-float-input.e-input-group.e-small .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-control-wrapper.e-input-group .e-input-group-icon,.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon,.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon {
    padding: 0 4px 0 0
}

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

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

.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-bigger .e-filled.e-input-group .e-clear-icon,.e-bigger .e-filled.e-input-group.e-control-wrapper .e-clear-icon,.e-filled.e-input-group.e-bigger .e-clear-icon,.e-filled.e-input-group .e-clear-icon.e-bigger,.e-filled.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,.e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-bigger {
    font-size: 20px;
    min-height: 24px;
    min-width: 24px;
    padding: 0 0 0 8px
}

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

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

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

.e-filled.e-input-group .e-clear-icon.e-small,.e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-small,.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-filled.e-input-group.e-small .e-clear-icon,.e-small .e-filled.e-input-group .e-clear-icon,.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-control-wrapper.e-float-input .e-clear-icon.e-small,.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,.e-filled.e-input-group.e-float-input .e-clear-icon.e-small,.e-filled.e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small,.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-small .e-clear-icon,.e-small .e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon,.e-small .e-filled.e-input-group.e-float-input .e-clear-icon,.e-small .e-filled.e-input-group.e-float-input.e-control-wrapper .e-clear-icon {
    padding: 0 0 0 4px
}

.e-bigger .e-rtl.e-filled.e-input-group .e-clear-icon,.e-bigger.e-rtl .e-filled.e-input-group .e-clear-icon,.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon,.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-bigger .e-rtl.e-filled.e-input-group.e-small .e-clear-icon,.e-bigger.e-rtl .e-filled.e-input-group.e-small .e-clear-icon,.e-rtl.e-filled.e-input-group.e-bigger .e-clear-icon,.e-rtl .e-filled.e-input-group.e-bigger .e-clear-icon,.e-rtl.e-filled.e-input-group .e-clear-icon,.e-rtl .e-filled.e-input-group .e-clear-icon,.e-rtl.e-filled.e-input-group .e-clear-icon.e-bigger,.e-rtl .e-filled.e-input-group .e-clear-icon.e-bigger,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger .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-clear-icon,.e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,.e-rtl.e-filled.e-input-group.e-small.e-bigger .e-clear-icon,.e-rtl .e-filled.e-input-group.e-small.e-bigger .e-clear-icon,.e-rtl.e-filled.e-input-group.e-small .e-clear-icon,.e-rtl .e-filled.e-input-group.e-small .e-clear-icon,.e-rtl.e-filled.e-input-group.e-small .e-clear-icon.e-bigger,.e-rtl .e-filled.e-input-group.e-small .e-clear-icon.e-bigger,.e-small .e-rtl.e-filled.e-input-group .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-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon {
    padding: 0 8px 0 0
}

.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-rtl.e-filled.e-input-group.e-small .e-clear-icon,.e-rtl .e-filled.e-input-group.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-clear-icon,.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon,.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon {
    padding: 0 4px 0 0
}

.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,.e-bigger .e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon,.e-bigger.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon,.e-bigger .e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon,.e-bigger.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-clear-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .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-control-wrapper.e-input-group .e-clear-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon.e-bigger,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon.e-bigger,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-clear-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-clear-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon.e-bigger,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon.e-bigger,.e-rtl.e-filled.e-float-input.e-input-group.e-bigger .e-clear-icon,.e-rtl .e-filled.e-float-input.e-input-group.e-bigger .e-clear-icon,.e-rtl.e-filled.e-float-input.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-input-group .e-clear-icon.e-bigger,.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon.e-bigger,.e-rtl.e-filled.e-float-input.e-input-group.e-small.e-bigger .e-clear-icon,.e-rtl .e-filled.e-float-input.e-input-group.e-small.e-bigger .e-clear-icon,.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon,.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon,.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon.e-bigger,.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon.e-bigger,.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon,.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon {
    padding: 0 8px 0 0
}

.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,.e-rtl.e-filled.e-float-input.e-input-group.e-small .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-control-wrapper.e-input-group .e-clear-icon,.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon,.e-small.e-rtl .e-filled.e-float-input.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-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-filled.e-float-input.e-small .e-clear-icon:before,.e-filled.e-float-input input.e-small:first-child~.e-clear-icon:before,.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon:before,.e-filled.e-input-group.e-small .e-clear-icon:before,.e-small .e-filled.e-float-input .e-clear-icon:before,.e-small .e-filled.e-float-input.e-control-wrapper .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-bigger .e-filled.e-float-input .e-clear-icon:before,.e-bigger .e-filled.e-float-input.e-control-wrapper .e-clear-icon:before,.e-bigger .e-filled.e-input-group .e-clear-icon:before,.e-bigger .e-filled.e-input-group.e-control-wrapper .e-clear-icon:before,.e-filled.e-float-input.e-bigger .e-clear-icon:before,.e-filled.e-float-input.e-control-wrapper.e-bigger .e-clear-icon:before,.e-filled.e-float-input.e-control-wrapper input.e-bigger:first-child~.e-clear-icon:before,.e-filled.e-float-input input.e-bigger:first-child~.e-clear-icon:before,.e-filled.e-input-group.e-bigger .e-clear-icon:before,.e-filled.e-input-group.e-control-wrapper.e-bigger .e-clear-icon:before {
    font-size: 20px
}

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

.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[disabled]~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 label.e-float-text.e-label-top,.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-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[disabled]~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 label.e-float-text.e-label-top,.e-filled.e-float-input .e-input-in-wrap input~label.e-label-top.e-float-text {
    top: 12px
}

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

.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[disabled]~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~label.e-label-top.e-float-text,.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[disabled]~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~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-small .e-filled.e-float-input .e-input-in-wrap input~label.e-label-top.e-float-text {
    top: 10px
}

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

.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,.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: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-error:not(.e-success):not(.e-warning) .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:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap {
    border-style: none;
    border-width: 0
}

.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,.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 {
    top: 12px
}

.e-bigger.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-bigger.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-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,.e-bigger .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-bigger .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-bigger: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-bigger .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger: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 input.e-bigger~label.e-float-text,.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-bigger,.e-filled.e-float-input .e-input-in-wrap input.e-bigger~label.e-float-text,.e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-bigger {
    top: 18px
}

.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: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: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-input-in-wrap label.e-float-text,.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-input-in-wrap label.e-float-text,.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 {
    top: 10px
}

.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,.e-bigger .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-bigger .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text,.e-bigger .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-bigger.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-bigger.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-bigger.e-small: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-bigger.e-small: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-bigger .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text,.e-small .e-filled.e-float-input.e-bigger: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-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom {
    top: 12px
}

.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.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 {
    font-size: 16px;
    margin: 0;
    min-height: 20px;
    min-width: 20px;
    padding: 0
}

.e-bigger .e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-bigger .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-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-bigger.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-bigger,.e-filled.e-input-group:not(.e-float-input).e-float-icon-left>.e-input-group-icon.e-bigger {
    font-size: 20px;
    margin: 0;
    min-height: 24px;
    min-width: 24px;
    padding: 0
}

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

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

.e-filled.e-float-input.e-input-group.e-control-wrapper.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-input-group.e-float-icon-left>.e-input-group-icon {
    margin: 0;
    min-height: 20px;
    min-width: 20px;
    padding: 0
}

.e-bigger .e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-bigger .e-filled.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-float-icon-left>.e-input-group-icon,.e-bigger .e-filled.e-input-group.e-float-icon-left>.e-input-group-icon,.e-filled.e-float-input.e-input-group.e-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-float-input.e-input-group.e-control-wrapper.e-bigger.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.e-bigger,.e-filled.e-float-input.e-input-group.e-float-icon-left>.e-input-group-icon.e-bigger,.e-filled.e-input-group.e-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-bigger.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-bigger,.e-filled.e-input-group.e-float-icon-left>.e-input-group-icon.e-bigger {
    margin: 0;
    min-height: 24px;
    min-width: 24px;
    padding: 0
}

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

.e-bigger .e-filled.e-input-group.e-control-wrapper.e-float-input.e-small.e-float-icon-left>.e-input-group-icon,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-float-icon-left>.e-input-group-icon,.e-bigger .e-filled.e-input-group.e-float-input.e-small.e-float-icon-left>.e-input-group-icon,.e-bigger .e-filled.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-small.e-bigger.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-bigger,.e-filled.e-float-input.e-input-group.e-small.e-bigger.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-bigger,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group.e-control-wrapper.e-small.e-float-icon-left>.e-input-group-icon.e-bigger,.e-filled.e-input-group.e-small.e-bigger.e-float-icon-left>.e-input-group-icon,.e-filled.e-input-group.e-small.e-float-icon-left>.e-input-group-icon.e-bigger {
    margin: 0;
    min-height: 20px;
    min-width: 20px;
    padding: 0
}

.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.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-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:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom {
    left: 0
}

.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-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,.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-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-rtl .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.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-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-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 {
    right: 0
}

.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,.e-bigger .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-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,.e-bigger .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-bigger .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-bigger: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-bigger .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom .e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text {
    left: 0
}

.e-bigger.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-bigger .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-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,.e-bigger.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-bigger .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-bigger.e-rtl .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-rtl.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-rtl .e-bigger.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-rtl.e-bigger .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-rtl.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,.e-rtl .e-bigger.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-bigger .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-bigger .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger .e-input-in-wrap label.e-float-text,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text {
    right: 0
}

.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-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-bigger .e-input-in-wrap label.e-float-text,.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-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 .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.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-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 {
    left: 0
}

.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-rtl.e-small .e-input-in-wrap 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-rtl .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,.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-rtl.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.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-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-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-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: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-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-small .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,.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-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-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom {
    right: 0
}

.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom .e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text,.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,.e-small.e-bigger .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-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid~label.e-float-text.e-label-bottom {
    left: 0
}

.e-bigger .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-bigger .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-filled.e-float-input.e-rtl.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger.e-rtl .e-input-in-wrap label.e-float-text,.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,.e-rtl .e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text,.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,.e-rtl .e-small.e-bigger.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-rtl.e-small.e-bigger .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-rtl.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text,.e-rtl .e-small.e-bigger.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-bigger .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-bigger.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-small .e-bigger.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-small.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,.e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text,.e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom,.e-small.e-bigger.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-bigger.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 {
    right: 0
}

.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,.e-bigger .e-filled.e-input-group .e-input-group-icon:last-child,.e-bigger .e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child,.e-bigger .e-filled.e-input-group.e-small .e-input-group-icon:last-child,.e-filled.e-input-group.e-bigger.e-control-wrapper .e-input-group-icon:last-child,.e-filled.e-input-group.e-bigger .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-input-group-icon:last-child,.e-filled.e-input-group.e-small.e-bigger.e-control-wrapper .e-input-group-icon:last-child,.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon:last-child,.e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child,.e-filled.e-input-group.e-small .e-input-group-icon:last-child,.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,.e-small.e-bigger .e-filled.e-input-group .e-input-group-icon:last-child,.e-small .e-filled.e-input-group.e-bigger.e-control-wrapper .e-input-group-icon:last-child,.e-small .e-filled.e-input-group.e-bigger .e-input-group-icon:last-child,.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,.e-small .e-filled.e-input-group .e-input-group-icon:last-child {
    margin-right: 0
}

.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child,.e-bigger .e-filled.e-input-group.e-rtl .e-input-group-icon:last-child,.e-bigger .e-filled.e-input-group.e-small.e-control-wrapper.e-rtl .e-input-group-icon:last-child,.e-bigger .e-filled.e-input-group.e-small.e-rtl .e-input-group-icon:last-child,.e-filled.e-input-group.e-bigger.e-control-wrapper.e-rtl .e-input-group-icon:last-child,.e-filled.e-input-group.e-bigger.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-rtl .e-input-group-icon:last-child,.e-filled.e-input-group.e-small.e-bigger.e-control-wrapper.e-rtl .e-input-group-icon:last-child,.e-filled.e-input-group.e-small.e-bigger.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-filled.e-input-group.e-small.e-rtl .e-input-group-icon:last-child,.e-rtl.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,.e-rtl.e-bigger .e-filled.e-input-group .e-input-group-icon:last-child,.e-rtl.e-bigger .e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child,.e-rtl.e-bigger .e-filled.e-input-group.e-small .e-input-group-icon:last-child,.e-rtl .e-filled.e-input-group.e-bigger.e-control-wrapper .e-input-group-icon:last-child,.e-rtl .e-filled.e-input-group.e-bigger .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-input-group-icon:last-child,.e-rtl .e-filled.e-input-group.e-small.e-bigger.e-control-wrapper .e-input-group-icon:last-child,.e-rtl .e-filled.e-input-group.e-small.e-bigger .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-filled.e-input-group.e-small .e-input-group-icon:last-child,.e-rtl.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,.e-rtl.e-small.e-bigger .e-filled.e-input-group .e-input-group-icon:last-child,.e-rtl.e-small .e-filled.e-input-group.e-bigger.e-control-wrapper .e-input-group-icon:last-child,.e-rtl.e-small .e-filled.e-input-group.e-bigger .e-input-group-icon:last-child,.e-rtl.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,.e-rtl.e-small .e-filled.e-input-group .e-input-group-icon:last-child,.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child,.e-small.e-bigger .e-filled.e-input-group.e-rtl .e-input-group-icon:last-child,.e-small .e-filled.e-input-group.e-bigger.e-control-wrapper.e-rtl .e-input-group-icon:last-child,.e-small .e-filled.e-input-group.e-bigger.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-small .e-filled.e-input-group.e-rtl .e-input-group-icon:last-child {
    margin-left: 0
}

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

.e-filled.e-rtl.e-input-group.e-control-wrapper .e-input-group-icon,.e-filled.e-rtl.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-filled.e-rtl.e-input-group .e-input-group-icon,.e-filled.e-rtl.e-input-group.e-small.e-bigger .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-control-wrapper.e-small.e-bigger .e-input-group-icon,.e-rtl .e-filled.e-input-group .e-input-group-icon,.e-rtl .e-filled.e-input-group.e-small.e-bigger .e-input-group-icon,.e-rtl.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-rtl.e-small.e-bigger .e-filled.e-input-group .e-input-group-icon,.e-small.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,.e-small.e-bigger .e-rtl.e-filled.e-input-group .e-input-group-icon {
    margin-left: 0;
    margin-right: 0
}

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

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

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

.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea,.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,.e-filled.e-input-group.e-control-wrapper textarea,.e-filled.e-input-group.e-control-wrapper 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 textarea,.e-filled.e-input-group textarea.e-input,.e-filled textarea.e-input {
    padding: 0 12px 10px
}

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

.e-bigger .e-filled.e-input-group.e-control-wrapper textarea,.e-bigger .e-filled.e-input-group.e-control-wrapper textarea.e-input,.e-bigger .e-filled.e-input-group textarea,.e-bigger .e-filled.e-input-group textarea.e-input,.e-filled.e-input-group.e-bigger textarea,.e-filled.e-input-group.e-bigger textarea.e-input,.e-filled.e-input-group.e-control-wrapper.e-bigger textarea,.e-filled.e-input-group.e-control-wrapper.e-bigger textarea.e-input,.e-filled.e-input-group.e-control-wrapper textarea.e-bigger,.e-filled.e-input-group.e-control-wrapper textarea.e-input.e-bigger,.e-filled.e-input-group textarea.e-bigger,.e-filled.e-input-group textarea.e-input.e-bigger {
    padding: 0 16px 16px
}

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

.e-bigger .e-filled.e-input-group.e-control-wrapper.e-input-focus textarea,.e-bigger .e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,.e-bigger .e-filled.e-input-group.e-input-focus textarea,.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea,.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input,.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger,.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,.e-filled.e-input-group.e-input-focus.e-bigger textarea,.e-filled.e-input-group.e-input-focus.e-bigger textarea.e-input,.e-filled.e-input-group.e-input-focus textarea.e-bigger,.e-filled.e-input-group.e-input-focus textarea.e-input.e-bigger {
    padding: 0 16px 16px
}

.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-filled.e-input-group.e-small textarea,.e-filled.e-input-group.e-small textarea.e-input,.e-filled.e-input-group textarea.e-input.e-small,.e-filled.e-input-group textarea.e-small,.e-small .e-filled.e-input-group textarea,.e-small .e-filled.e-input-group textarea.e-input {
    padding: 0 8px 7px
}

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

.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-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-input.e-small,.e-filled.e-input-group.e-input-focus textarea.e-small,.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-bigger .e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input,.e-bigger .e-filled.e-input-group.e-small textarea.e-input,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input,.e-bigger .e-small.e-filled.e-input-group.e-control-wrapper textarea.e-input,.e-bigger.e-small .e-filled.e-input-group textarea.e-input,.e-bigger .input-group textarea.e-small,.e-filled.e-input-group.e-bigger textarea.e-small,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input,.e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger,.e-filled.e-input-group.e-small.e-bigger textarea.e-input,.e-filled.e-input-group.e-small textarea.e-input.e-bigger,.e-filled.e-input-group textarea.e-input.e-bigger.e-small,.e-small .e-filled.e-input-group.e-bigger textarea.e-input,.e-small .e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input.e-bigger,.e-small .input-group textarea.e-bigger {
    padding: 0 12px 10px
}

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

.e-bigger .e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,.e-bigger .e-small.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,.e-bigger.e-small .e-filled.e-input-group.e-input-focus textarea.e-input,.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small.e-bigger textarea.e-input,.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input.e-bigger,.e-filled.e-input-group.e-input-focus.e-bigger textarea.e-small,.e-filled.e-input-group.e-input-focus.e-small.e-bigger textarea.e-input,.e-filled.e-input-group.e-input-focus.e-small textarea.e-input.e-bigger,.e-filled.e-input-group.e-input-focus textarea.e-input.e-bigger.e-small {
    padding: 0 12px 10px
}

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

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

.e-filled.e-input-group.e-control-wrapper.e-small.e-multi-line-input,.e-filled.e-input-group.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-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-multi-line-input,.e-bigger .e-filled.e-input-group.e-small.e-multi-line-input,.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-small.e-multi-line-input,.e-bigger.e-small .e-filled.e-input-group.e-small.e-multi-line-input,.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger.e-multi-line-input,.e-filled.e-input-group.e-small.e-bigger.e-multi-line-input,.e-small .e-filled.e-input-group.e-bigger.e-multi-line-input,.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger.e-multi-line-input {
    padding: 10px 0 0
}

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

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

.e-filled.e-float-input.e-control-wrapper.e-small.e-multi-line-input,.e-filled.e-float-input.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-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-multi-line-input,.e-bigger .e-filled.e-float-input.e-small.e-multi-line-input,.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-small.e-multi-line-input,.e-bigger.e-small .e-filled.e-float-input.e-small.e-multi-line-input,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-multi-line-input,.e-filled.e-float-input.e-small.e-bigger.e-multi-line-input,.e-small .e-filled.e-float-input.e-bigger.e-multi-line-input,.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-multi-line-input {
    padding: 14px 0 0
}

.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input,.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input:focus,.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input,.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input:focus,.e-filled textarea.e-input.e-rtl,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input:focus,.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 textarea.e-input:focus {
    padding: 0 12px 10px;
    text-indent: 0
}

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

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

.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-small,.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-rtl textarea.e-small,.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-control-wrapper.e-small textarea,.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.e-small textarea,.e-rtl .e-filled.e-float-input.e-multi-line-input textarea.e-small,.e-small .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea,.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,.e-small .e-filled.e-float-input.e-multi-line-input.e-rtl textarea:focus,.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.e-control-wrapper textarea:focus,.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 textarea:focus {
    padding: 0 8px 4px;
    text-indent: 0
}

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

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

.e-bigger .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-input,.e-bigger .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-input:focus,.e-bigger .e-filled.e-input-group.e-multi-line-input.e-small.e-rtl textarea.e-input,.e-bigger .e-filled.e-input-group.e-multi-line-input.e-small.e-rtl textarea.e-input:focus,.e-bigger .e-filled textarea.e-input.e-small.e-rtl,.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small textarea.e-input,.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small textarea.e-input:focus,.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small textarea.e-input,.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small textarea.e-input:focus,.e-bigger.e-rtl textarea.e-input.e-small,.e-filled.e-input-group.e-multi-line-input.e-bigger.e-small.e-rtl textarea.e-input:focus,.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger.e-small.e-rtl textarea.e-input:focus,.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-bigger.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-bigger,.e-filled.e-input-group.e-multi-line-input.e-small.e-bigger.e-rtl textarea.e-input,.e-filled.e-input-group.e-multi-line-input.e-small.e-rtl textarea.e-input.e-bigger,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-bigger.e-small textarea.e-input:focus,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger.e-small textarea.e-input:focus,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-bigger textarea.e-input,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small textarea.e-input.e-bigger,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small.e-bigger textarea.e-input,.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small textarea.e-input.e-bigger,.e-small .e-filled.e-input-group.e-multi-line-input.e-bigger.e-rtl textarea.e-input:focus,.e-small .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger.e-rtl textarea.e-input:focus,.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input.e-bigger textarea.e-input:focus,.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger textarea.e-input:focus {
    padding: 0 12px 10px;
    text-indent: 0
}

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

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

.e-filled.e-float-input.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,.e-filled.e-input-group.e-float-icon-left.e-rtl .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-float-input.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-rtl .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap {
    margin-left: 0;
    margin-right: 8px
}

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

.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-small .e-input-in-wrap,.e-filled.e-float-input.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-filled.e-input-group.e-float-icon-left.e-small .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-float-input.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,.e-small .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap {
    margin-left: 4px
}

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

.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-float-input.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-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-input-group.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-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-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-float-input.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-input-group.e-control-wrapper.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-float-icon-left.e-rtl .e-input-in-wrap {
    margin-left: 0;
    margin-right: 4px
}

.e-filled.e-float-input.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-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,.e-filled.e-input-group.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover {
    border-bottom-width: 0
}

.e-filled.e-input-group.e-control-wrapper.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-float-icon-left:not(.e-float-input):after,.e-filled.e-input-group.e-float-icon-left:not(.e-float-input):before {
    -moz-transition: .2s cubic-bezier(.4,0,.4,1);
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    transition: .2s cubic-bezier(.4,0,.4,1);
    width: 0;
    bottom: -1px
}

.e-filled.e-float-input.e-control-wrapper.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-input-group.e-float-icon-left .e-float-line:after,.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line:before {
    -moz-transition: .2s cubic-bezier(.4,0,.4,1);
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    transition: .2s cubic-bezier(.4,0,.4,1);
    width: 0
}

.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-input-group.e-float-icon-left .e-float-line:before,.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:before,.e-filled.e-input-group.e-float-icon-left:before {
    left: 50%
}

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

.e-filled.e-float-input.e-control-wrapper.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-input-group.e-float-icon-left.e-input-focus .e-float-line:after,.e-filled.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-float-line:before {
    width: 50%
}

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

.e-filled.e-input-group.e-control-wrapper.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-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap:after,.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap:before {
    width: 0
}

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

.e-filled.e-input-group.e-control-wrapper.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-error.e-float-icon-left,.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 {
    border: solid;
    border-width: 0 0 1px
}

/*! input theme */
.e-float-input.e-control-wrapper input,.e-float-input.e-control-wrapper textarea,.e-float-input input,.e-float-input textarea,.e-input-group.e-control-wrapper input.e-input,.e-input-group.e-control-wrapper textarea.e-input,.e-input-group input.e-input,.e-input-group textarea.e-input,input.e-input,textarea.e-input {
    background: transparent;
    border-color: rgba(0,0,0,.42);
    color: rgba(0,0,0,.87)
}

.e-float-input,.e-float-input.e-control-wrapper,.e-float-input.e-input-group,.e-float-input.e-input-group.e-control-wrapper,.e-input-group,.e-input-group.e-control-wrapper {
    background: transparent;
    color: rgba(0,0,0,.87)
}

.e-input-group.e-control-wrapper .e-input-group-icon,.e-input-group .e-input-group-icon {
    background: transparent;
    border-color: rgba(0,0,0,.42);
    color: rgba(0,0,0,.54)
}

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

.e-float-input.e-control-wrapper.e-disabled,.e-float-input.e-control-wrapper input[disabled],.e-float-input.e-control-wrapper textarea[disabled],.e-float-input.e-disabled,.e-float-input input[disabled],.e-float-input textarea[disabled],.e-input-group.e-control-wrapper.e-disabled,.e-input-group.e-control-wrapper .e-input[disabled],.e-input-group.e-disabled,.e-input-group .e-input[disabled],.e-input[disabled] {
    -webkit-text-fill-color: rgba(0,0,0,.42);
    background: transparent;
    color: rgba(0,0,0,.42);
    background-image: linear-gradient(90deg,rgba(0,0,0,.42),rgba(0,0,0,.42) 33%,transparent 0);
    background-position: bottom -1px left 0;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    border-bottom-color: transparent
}

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

.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 textarea[disabled],.e-float-input.e-disabled input,.e-float-input.e-disabled textarea,.e-float-input input[disabled],.e-float-input textarea[disabled] {
    color: inherit
}

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

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

.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover,.e-input-group:not(.e-disabled) .e-input-group-icon:hover {
    color: rgba(0,0,0,.54)
}

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

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

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

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

.e-bigger .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-bigger .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-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .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-bigger: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-bigger: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.e-bigger: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-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.e-bigger: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: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-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,label.e-float-text {
    color: rgba(0,0,0,.42)
}

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

.e-float-input.e-control-wrapper input,.e-float-input.e-control-wrapper textarea,.e-float-input input,.e-float-input textarea {
    border-bottom-color: rgba(0,0,0,.42)
}

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

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

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

.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:not(.e-input-group) .e-float-line:after,.e-float-input:not(.e-input-group) .e-float-line:before {
    background: #f60
}

.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-success:not(.e-input-group) .e-float-line:after,.e-float-input.e-success:not(.e-input-group) .e-float-line:before {
    background: #22b24b
}

.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-warning:not(.e-input-group) .e-float-line:after,.e-float-input.e-warning:not(.e-input-group) .e-float-line:before {
    background: #ffca1c
}

.e-float-input.e-control-wrapper: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) input: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) {
    color: rgba(0,0,0,.42)
}

.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-error:not(.e-input-group) .e-float-line:after,.e-float-input.e-error:not(.e-input-group) .e-float-line:before {
    background: #f44336
}

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

.e-float-input.e-control-wrapper input::-moz-selection,.e-float-input.e-control-wrapper textarea::-moz-selection,.e-float-input input::-moz-selection,.e-float-input textarea::-moz-selection,.e-input-group.e-control-wrapper input.e-input::-moz-selection,.e-input-group.e-control-wrapper textarea.e-input::-moz-selection,.e-input-group input.e-input::-moz-selection,.e-input-group textarea.e-input::-moz-selection,input.e-input::-moz-selection,textarea.e-input::-moz-selection {
    background: #f60;
    color: #fff
}

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

.e-float-input.e-small textarea::-moz-selection,.e-float-input textarea::-moz-selection {
    background: #f60;
    color: #fff
}

.e-float-input.e-small textarea::selection,.e-float-input textarea::selection {
    background: #f60;
    color: #fff
}

.e-input-group.e-control-wrapper input.e-input:-moz-placeholder,.e-input-group input.e-input:-moz-placeholder {
    color: rgba(0,0,0,.42)
}

.e-input-group input.e-input:-moz-placeholder,input.e-input:-moz-placeholder {
    color: rgba(0,0,0,.42)
}

.e-input-group.e-control-wrapper input.e-input:-moz-placeholder,textarea.e-input:-moz-placeholder {
    color: rgba(0,0,0,.42)
}

.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder,.e-input-group textarea.e-input:-moz-placeholder {
    color: rgba(0,0,0,.42)
}

.e-input-group input.e-input::-moz-placeholder,input.e-input::-moz-placeholder {
    color: rgba(0,0,0,.42)
}

.e-input-group.e-control-wrapper input.e-input::-moz-placeholder,textarea.e-input::-moz-placeholder {
    color: rgba(0,0,0,.42)
}

.e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder,.e-input-group textarea.e-input::-moz-placeholder {
    color: rgba(0,0,0,.42)
}

input.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.42)
}

.e-input-group input.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.42)
}

.e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.42)
}

textarea.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.42)
}

.e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.42)
}

.e-input-group textarea.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.42)
}

.e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder,input.e-input::-webkit-input-placeholder {
    color: rgba(0,0,0,.42)
}

.e-input-group input.e-input::-webkit-input-placeholder,textarea.e-input::-webkit-input-placeholder {
    color: rgba(0,0,0,.42)
}

.e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder,.e-input-group textarea.e-input::-webkit-input-placeholder {
    color: rgba(0,0,0,.42)
}

.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .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:not(.e-float-icon-left) .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-input-group.e-float-icon-left .e-input-in-wrap .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:not(.e-float-icon-left) .e-float-line:after,.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line:before,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap: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:not(.e-float-icon-left):not(.e-float-input):after,.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input):before,.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:after,.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap:before,.e-input-group:not(.e-float-icon-left):not(.e-float-input):after,.e-input-group:not(.e-float-icon-left):not(.e-float-input):before {
    background: #f60
}

.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-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:not(.e-float-icon-left).e-success .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-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap .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:not(.e-float-icon-left).e-success .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-float-icon-left.e-success .e-input-in-wrap .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:not(.e-float-icon-left).e-success .e-float-line:after,.e-float-input.e-input-group:not(.e-float-icon-left).e-success .e-float-line:before,.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap: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:not(.e-float-icon-left):not(.e-float-input).e-success:after,.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-success:before,.e-input-group.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap:after,.e-input-group.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap:before,.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-success:after,.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-success:before {
    background: #22b24b
}

.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap .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-input-group:not(.e-float-icon-left).e-warning .e-float-line:after,.e-float-input.e-input-group:not(.e-float-icon-left).e-warning .e-float-line:before,.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap: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:not(.e-float-icon-left).e-warning:not(.e-float-input):after,.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-warning:not(.e-float-input):before,.e-input-group.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap:after,.e-input-group.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap:before,.e-input-group:not(.e-float-icon-left).e-warning:not(.e-float-input):after,.e-input-group:not(.e-float-icon-left).e-warning:not(.e-float-input):before {
    background: #ffca1c
}

.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap .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:not(.e-float-icon-left).e-error .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-float-icon-left.e-error .e-input-in-wrap .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:not(.e-float-icon-left).e-error .e-float-line:after,.e-float-input.e-input-group:not(.e-float-icon-left).e-error .e-float-line:before,.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap: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:not(.e-float-icon-left).e-error:not(.e-float-input):after,.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error:not(.e-float-input):before,.e-input-group.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap:after,.e-input-group.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap:before,.e-input-group:not(.e-float-icon-left).e-error:not(.e-float-input):after,.e-input-group:not(.e-float-icon-left).e-error:not(.e-float-input):before {
    background: #f44336
}

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

.e-input-group.e-control-wrapper input.e-input,.e-input-group.e-control-wrapper textarea.e-input,.e-input-group input.e-input,.e-input-group textarea.e-input {
    border-color: rgba(0,0,0,.42)
}

.e-float-input.e-control-wrapper: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) 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: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-input:focus:not(.e-success):not(.e-warning):not(.e-error) {
    border-color: #f60
}

.e-input-group.e-control-wrapper: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) input.e-input:focus,.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus,.e-input-group: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) input.e-input:focus,.e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus {
    border-color: transparent
}

.e-input-group.e-control-wrapper.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: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-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,.e-input-group.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) {
    border-color: rgba(0,0,0,.42)
}

.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-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-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.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-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,.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:not(.e-success):not(.e-warning):not(.e-error) span.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-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,.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-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-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-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-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon {
    border-color: transparent
}

.e-float-input.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-input-group.e-control-wrapper.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-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) {
    border-color: rgba(0,0,0,.42)
}

.e-input-group,.e-input-group.e-control-wrapper {
    border-bottom-color: rgba(0,0,0,.42)
}

.e-input-group.e-control-wrapper.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-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,.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-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,.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-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input,.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input:focus {
    border-bottom-color: transparent;
    border-top-color: transparent
}

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

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

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

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

.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(0,0,0,.54)
}

.e-float-input.e-control-wrapper.e-disabled .e-clear-icon,.e-float-input.e-disabled .e-clear-icon,.e-input-group.e-control-wrapper.e-disabled .e-clear-icon,.e-input-group.e-disabled .e-clear-icon {
    color: rgba(0,0,0,.26)
}

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

.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-float-input:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small: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[disabled]~label.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~label.e-label-top.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: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[disabled]~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 label.e-float-text.e-label-top,.e-float-input.e-control-wrapper:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input.e-small: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[disabled]~label.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~label.e-label-top.e-float-text,.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-float-input:not(.e-error) input~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~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[disabled]~label.e-float-text.e-label-top,.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~label.e-label-top.e-float-text,.e-small .e-float-input:not(.e-error).e-input-focus input~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[disabled]~label.e-float-text.e-label-top,.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~label.e-label-top.e-float-text {
    color: rgba(0,0,0,.54)
}

.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small.e-bigger: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-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:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid)~label.e-float-text:not(.e-label-top),.e-float-input.e-small.e-bigger: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:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.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-small .e-float-input.e-control-wrapper: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 {
    color: rgba(0,0,0,.42)
}

.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:valid~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea:valid~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea:valid~label.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea:valid~label.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea~label.e-label-top.e-float-text,.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[disabled]~label.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~label.e-label-top.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[disabled]~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 label.e-float-text.e-label-top,.e-float-input.e-control-wrapper:not(.e-error) textarea~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea:valid~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea~label.e-label-top.e-float-text,.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[disabled]~label.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~label.e-label-top.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[disabled]~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 label.e-float-text.e-label-top,.e-float-input:not(.e-error) textarea~label.e-label-top.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[disabled]~label.e-float-text.e-label-top,.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~label.e-label-top.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[disabled]~label.e-float-text.e-label-top,.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~label.e-label-top.e-float-text {
    color: rgba(0,0,0,.54)
}

.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.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.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,.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: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 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.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.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.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-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.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-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: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: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 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 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-disabled label.e-float-text,.e-float-input.e-disabled label.e-float-text.e-label-top,.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.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.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.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: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: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 input[disabled]~label.e-float-text,.e-float-input input[disabled]~label.e-label-top.e-float-text,.e-float-input textarea[disabled]~label.e-float-text,.e-float-input textarea[disabled]~label.e-label-top.e-float-text {
    color: rgba(0,0,0,.42)
}

.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus~label.e-float-text,.e-bigger .e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly]~label.e-float-text,.e-float-input.e-control-wrapper.e-small: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[readonly]:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.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-control-wrapper:not(.e-error).e-input-focus input~label.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-control-wrapper:not(.e-error) input:focus~label.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-control-wrapper:not(.e-error) textarea:focus~label.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.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus~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-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly]~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[readonly]:focus~label.e-float-text,.e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-small:not(.e-error) textarea[readonly]:focus~label.e-float-text,.e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.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:not(.e-error) textarea:focus~label.e-float-text,.e-float-input:not(.e-error) textarea[readonly]:focus~label.e-label-top.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-small .e-float-input.e-control-wrapper: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 textarea[readonly]~label.e-float-text.e-label-top,.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[readonly]:focus~label.e-float-text.e-label-top,.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[readonly]:focus~label.e-float-text.e-label-top,.e-small .e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-float-text.e-label-top,.e-small .e-float-input:not(.e-error).e-input-focus input~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:not(.e-error) input:focus~label.e-float-text,.e-small .e-float-input:not(.e-error) input[readonly]:focus~label.e-float-text.e-label-top,.e-small .e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-small .e-float-input:not(.e-error) textarea[readonly]:focus~label.e-float-text.e-label-top {
    color: #f60
}

.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.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]),.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-float-input.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.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:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),.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-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-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:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.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: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-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: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-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-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: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.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,.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-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-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:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left) {
    border-color: rgba(0,0,0,.42)
}

.e-bigger.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-bigger .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-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.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-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small:not(.e-error) textarea: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-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-float-input: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.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) 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: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) 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 {
    color: rgba(0,0,0,.54)
}

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

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

.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.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-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:hover:not(.e-input-focus):not(.e-input-group):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-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-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:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
    border-color: rgba(0,0,0,.87);
    color: rgba(0,0,0,.87)
}

.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.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-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-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-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: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,.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-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-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-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-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-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-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-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text:before {
    border-color: rgba(0,0,0,.87)
}

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

.e-outline.e-input-group.e-control-wrapper.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: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) {
    border-color: rgba(0,0,0,.24)
}

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

.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus,.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus,.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus,.e-outline.e-float-input.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-control-wrapper.e-error.e-input-focus:not(.e-float-icon-left),.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-control-wrapper.e-success.e-input-focus:not(.e-float-icon-left),.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-control-wrapper.e-warning.e-input-focus:not(.e-float-icon-left),.e-outline.e-float-input.e-input-group.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-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-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-success.e-input-focus,.e-outline.e-float-input.e-warning.e-input-focus {
    border-top-color: transparent
}

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

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

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

.e-outline.e-input-group.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning),.e-outline.e-input-group.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-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success),.e-outline.e-input-group.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-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning),.e-outline.e-float-input.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),.e-outline.e-float-input.e-input-group.e-input-focus.e-error:not(.e-success):not(.e-warning) {
    box-shadow: inset 1px 0 #f44336,inset -1px 0 #f44336,inset 0 -1px #f44336
}

.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-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),.e-outline.e-float-input.e-input-group.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-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success),.e-outline.e-float-input.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),.e-outline.e-float-input.e-input-group.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-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-control-wrapper.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: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) {
    border-color: rgba(0,0,0,.06)
}

.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-success input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-success textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-success input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-success textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small.e-success textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small:not(.e-success).e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small:not(.e-success) input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-success.e-input-focus input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-success textarea:focus~label.e-float-text,.e-outline.e-float-input.e-bigger.e-success.e-input-focus input:focus~label.e-float-text,.e-outline.e-float-input.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-bigger.e-success textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-success input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-success textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:focus~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-outline.e-float-input.e-control-wrapper.e-small.e-success input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-success textarea:focus~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-success input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-success label.e-float-text.e-label-top,.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-valid-input.e-success:not(.e-input-focus) input:focus~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-input-group.e-success.e-valid-input 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-small.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger.e-success input:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger.e-success textarea:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-success.e-input-focus input:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-success.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-small.e-success textarea:focus~label.e-float-text,.e-outline.e-float-input.e-success.e-input-focus input:focus~label.e-float-text,.e-outline.e-float-input.e-success.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-success label.e-float-text.e-label-top,.e-outline.e-float-input.e-success textarea:focus~label.e-float-text,.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-valid-input.e-success:not(.e-input-focus) textarea:valid~label.e-float-text.e-label-top,.e-small .e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-success input:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-success textarea:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-success.e-input-focus input~label.e-float-text,.e-small .e-outline.e-float-input.e-success input:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-success textarea:focus~label.e-float-text {
    color: #22b24b
}

.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-error.e-input-focus input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-error.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-error textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small.e-error textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-outline.e-float-input.e-bigger.e-error.e-input-focus input:focus~label.e-float-text,.e-outline.e-float-input.e-bigger.e-error.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-bigger.e-error textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error textarea:focus~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-error input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-error label.e-float-text.e-label-top,.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-bigger.e-error.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error textarea:focus~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-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus~label.e-float-text,.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-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:focus~label.e-float-text,.e-outline.e-float-input.e-error.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-error label.e-float-text.e-label-top,.e-outline.e-float-input.e-error textarea: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-input-group.e-error label.e-float-text.e-label-top,.e-outline.e-float-input.e-small.e-bigger.e-error.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger.e-error input:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger.e-error textarea:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-error.e-input-focus input:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-error.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-small.e-error textarea:focus~label.e-float-text,.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-valid-input.e-error:not(.e-input-focus) textarea:valid~label.e-float-text.e-label-top,.e-small .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-error input:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-error.e-input-focus input~label.e-float-text,.e-small .e-outline.e-float-input.e-error input:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-error textarea:focus~label.e-float-text {
    color: #f44336
}

.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-warning input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-warning input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small.e-warning textarea:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small:not(.e-warning).e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-small:not(.e-warning) input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-warning.e-input-focus input:focus~label.e-float-text,.e-bigger .e-outline.e-float-input.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-outline.e-float-input.e-warning textarea:focus~label.e-float-text,.e-outline.e-float-input.e-bigger.e-warning.e-input-focus input:focus~label.e-float-text,.e-outline.e-float-input.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-bigger.e-warning textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-warning input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:focus~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-outline.e-float-input.e-control-wrapper.e-small.e-warning input:focus~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus~label.e-float-text,.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-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-control-wrapper.e-warning.e-input-focus input~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-warning label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-warning textarea: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-input-group.e-warning label.e-float-text.e-label-top,.e-outline.e-float-input.e-small.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger.e-warning input:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger.e-warning textarea:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-warning.e-input-focus input:focus~label.e-float-text,.e-outline.e-float-input.e-small.e-warning.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-small.e-warning textarea:focus~label.e-float-text,.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-valid-input.e-warning:not(.e-input-focus) textarea:valid~label.e-float-text.e-label-top,.e-outline.e-float-input.e-warning.e-input-focus input:focus~label.e-float-text,.e-outline.e-float-input.e-warning.e-input-focus input~label.e-float-text,.e-outline.e-float-input.e-warning label.e-float-text.e-label-top,.e-outline.e-float-input.e-warning textarea:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-warning input:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-warning.e-input-focus input~label.e-float-text,.e-small .e-outline.e-float-input.e-warning input:focus~label.e-float-text,.e-small .e-outline.e-float-input.e-warning textarea:focus~label.e-float-text {
    color: #ffca1c
}

.e-outline.e-float-input.e-control-wrapper.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-input-group.e-input-focus label.e-label-top,.e-outline.e-float-input.e-input-group.e-valid-input.e-input-focus label.e-label-top {
    color: #f60
}

.e-outline.e-float-input.e-control-wrapper.e-disabled,.e-outline.e-float-input.e-control-wrapper input[disabled],.e-outline.e-float-input.e-control-wrapper textarea[disabled],.e-outline.e-float-input.e-disabled,.e-outline.e-float-input input[disabled],.e-outline.e-float-input textarea[disabled],.e-outline.e-input-group.e-control-wrapper.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,.e-outline.e-input-group.e-control-wrapper .e-input[disabled],.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-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-input[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[disabled] {
    background-image: none;
    border-color: rgba(0,0,0,.06)
}

.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),.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) {
    border-top-color: transparent
}

.e-outline.e-disabled.e-float-input.e-control-wrapper.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-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-valid-input: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-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-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-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-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-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 {
    border-color: rgba(0,0,0,.06)
}

.e-outline.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.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.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,.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: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 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.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.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.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-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.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-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: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: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 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 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-disabled label.e-float-text,.e-outline.e-float-input.e-disabled label.e-float-text.e-label-top,.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.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-outline.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-outline.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.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.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: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: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 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 textarea[disabled]~label.e-float-text,.e-outline.e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-outline.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon,.e-outline.e-input-group.e-disabled .e-input-group-icon {
    color: rgba(0,0,0,.38)
}

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

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

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

.e-filled.e-float-input.e-control-wrapper.e-input-focus,.e-filled.e-float-input.e-input-focus,.e-filled.e-float-input.e-input-group.e-control-wrapper.e-input-focus,.e-filled.e-float-input.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-focus,.e-filled.e-float-input:hover.e-input-group.e-control-wrapper.e-input-focus,.e-filled.e-float-input:hover.e-input-group.e-input-focus,.e-filled.e-input-group.e-control-wrapper.e-input-focus,.e-filled.e-input-group.e-input-focus,.e-filled.e-input-group:hover.e-control-wrapper.e-input-focus,.e-filled.e-input-group:hover.e-input-focus {
    background: #dcdcdc;
    transition: opacity 15ms linear,background-color 15ms linear
}

.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-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-control-wrapper: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-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-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:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.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-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-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-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:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left) {
    border-color: rgba(0,0,0,.87)
}

.e-filled.e-float-input.e-control-wrapper: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-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error),.e-filled.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) {
    border-color: rgba(0,0,0,.42)
}

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

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

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

.e-bigger .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-bigger .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-bigger .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-bigger .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-bigger: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-bigger: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.e-bigger: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-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.e-bigger: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:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled label.e-float-text,.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-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom {
    color: rgba(0,0,0,.6)
}

.e-filled.e-float-input.e-control-wrapper.e-error.e-input-focus input~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-control-wrapper.e-error 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-error input:focus~label.e-float-text,.e-filled.e-float-input.e-error label.e-float-text,.e-filled.e-float-input.e-error textarea:focus~label.e-float-text {
    color: #f44336
}

.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-success input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-success 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-success input:focus~label.e-float-text,.e-filled.e-float-input.e-success label.e-float-text,.e-filled.e-float-input.e-success textarea:focus~label.e-float-text {
    color: #22b24b
}

.e-filled.e-float-input.e-control-wrapper.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 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-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-warning label.e-float-text,.e-filled.e-float-input.e-warning textarea:focus~label.e-float-text {
    color: #ffca1c
}

.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .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-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input:not(.e-error) textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-bigger:not(.e-error) textarea:valid~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea~label.e-label-top.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-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[disabled]~label.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~label.e-label-top.e-float-text,.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:not(:focus):valid~label.e-float-text.e-label-bottom,.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[disabled]~label.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~label.e-label-top.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: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[disabled]~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 label.e-float-text.e-label-top,.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) textarea:focus~label.e-float-text,.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-control-wrapper:not(.e-error) textarea:valid~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:not(.e-error) textarea[readonly]~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-control-wrapper:not(.e-error) textarea~label.e-label-top.e-float-text,.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.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small: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[disabled]~label.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~label.e-label-top.e-float-text,.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:not(:focus):valid~label.e-float-text.e-label-bottom,.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[disabled]~label.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~label.e-label-top.e-float-text,.e-filled.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-filled.e-float-input:not(.e-error) input~label.e-label-top.e-float-text,.e-filled.e-float-input:not(.e-error) textarea:focus~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:not(.e-error) textarea:valid~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:not(.e-error) textarea[readonly]~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:not(.e-error) textarea~label.e-label-top.e-float-text,.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-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~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[disabled]~label.e-float-text.e-label-top,.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~label.e-label-top.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:not(:focus):valid~label.e-float-text.e-label-bottom,.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[disabled]~label.e-float-text.e-label-top,.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~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input~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[disabled]~label.e-float-text.e-label-top,.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~label.e-label-top.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:not(:focus):valid~label.e-float-text.e-label-bottom,.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[disabled]~label.e-float-text.e-label-top,.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~label.e-label-top.e-float-text {
    color: rgba(0,0,0,.6)
}

.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly]~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-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[readonly]: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-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-control-wrapper: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 textarea[readonly]~label.e-label-top.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[readonly]:focus~label.e-label-top.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:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus~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-filled.e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly]~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[readonly]:focus~label.e-float-text,.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[readonly]:focus~label.e-float-text,.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:not(.e-error).e-input-focus input~label.e-float-text,.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: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:not(.e-error) textarea:focus~label.e-float-text,.e-filled.e-float-input:not(.e-error) textarea[readonly]:focus~label.e-label-top.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-small .e-filled.e-float-input.e-control-wrapper: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 textarea[readonly]~label.e-float-text.e-label-top,.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) textarea:focus~label.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-float-text.e-label-top,.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input~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:not(.e-error) input: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-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[readonly]:focus~label.e-float-text.e-label-top,.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus~label.e-float-text.e-label-top {
    color: #f60
}

.e-bigger.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-bigger .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-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.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-bigger.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-bigger.e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small.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.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small: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):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) textarea:not(:focus):-webkit-autofill~label.e-float-text,.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: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):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) 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: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) 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 {
    color: rgba(0,0,0,.6)
}

.e-input-group.e-filled.e-control-wrapper input.e-input:-moz-placeholder,.e-input-group.e-filled input.e-input:-moz-placeholder {
    color: rgba(0,0,0,.6)
}

.e-input-group.e-filled input.e-input:-moz-placeholder,input.e-filled.e-input:-moz-placeholder {
    color: rgba(0,0,0,.6)
}

.e-input-group.e-filled.e-control-wrapper input.e-input:-moz-placeholder,textarea.e-filled.e-input:-moz-placeholder {
    color: rgba(0,0,0,.6)
}

.e-input-group.e-filled.e-control-wrapper textarea.e-input:-moz-placeholder,.e-input-group.e-filled textarea.e-input:-moz-placeholder {
    color: rgba(0,0,0,.6)
}

.e-input-group.e-filled input.e-input::-moz-placeholder,input.e-filled.e-input::-moz-placeholder {
    color: rgba(0,0,0,.6)
}

.e-input-group.e-filled.e-control-wrapper input.e-input::-moz-placeholder,textarea.e-filled.e-input::-moz-placeholder {
    color: rgba(0,0,0,.6)
}

.e-input-group.e-filled.e-control-wrapper textarea.e-input::-moz-placeholder,.e-input-group.e-filled textarea.e-input::-moz-placeholder {
    color: rgba(0,0,0,.6)
}

input.e-filled.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

.e-input-group.e-filled input.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

.e-input-group.e-filled.e-control-wrapper input.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

textarea.e-filled.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

.e-input-group.e-filled.e-control-wrapper textarea.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

.e-input-group.e-filled textarea.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.6)
}

.e-input-group.e-filled.e-control-wrapper input.e-input::-webkit-input-placeholder,input.e-filled.e-input::-webkit-input-placeholder {
    color: rgba(0,0,0,.6)
}

.e-input-group.e-filled input.e-input::-webkit-input-placeholder,textarea.e-filled.e-input::-webkit-input-placeholder {
    color: rgba(0,0,0,.6)
}

.e-input-group.e-filled.e-control-wrapper textarea.e-input::-webkit-input-placeholder,.e-input-group.e-filled textarea.e-input::-webkit-input-placeholder {
    color: rgba(0,0,0,.6)
}

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

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

.e-filled.e-float-input.e-control-wrapper.e-disabled,.e-filled.e-float-input.e-control-wrapper input[disabled],.e-filled.e-float-input.e-control-wrapper textarea[disabled],.e-filled.e-float-input.e-disabled,.e-filled.e-float-input input[disabled],.e-filled.e-float-input textarea[disabled],.e-filled.e-input[disabled],.e-input-group.e-filled.e-control-wrapper.e-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-input[disabled] {
    background: #fafafa;
    background-image: none;
    background-position: none;
    background-repeat: no-repeat;
    background-size: 0;
    border-color: rgba(0,0,0,.06);
    color: rgba(0,0,0,.38)
}

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

.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,.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-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,.e-filled.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled {
    background: #fafafa;
    background-image: none;
    background-position: none;
    background-repeat: no-repeat;
    background-size: 0;
    border-color: rgba(0,0,0,.06);
    color: rgba(0,0,0,.38)
}

.e-filled.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.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.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,.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: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 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.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.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.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-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger: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) 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-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:not(.e-disabled) input[disabled],.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled],.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: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 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 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-disabled label.e-float-text,.e-filled.e-float-input.e-disabled label.e-float-text.e-label-top,.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.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.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.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:not(.e-disabled) input[disabled],.e-filled.e-float-input:not(.e-disabled) textarea[disabled],.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: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 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 textarea[disabled]~label.e-float-text,.e-filled.e-float-input textarea[disabled]~label.e-label-top.e-float-text {
    color: rgba(0,0,0,.38)
}

.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-moz-placeholder,.e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder {
    color: rgba(0,0,0,.38)
}

.e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder,input.e-filled.e-disabled.e-input:-moz-placeholder {
    color: rgba(0,0,0,.38)
}

.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-moz-placeholder,textarea.e-filled.e-disabled.e-input:-moz-placeholder {
    color: rgba(0,0,0,.38)
}

.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input:-moz-placeholder,.e-input-group.e-filled.e-disabled textarea.e-input:-moz-placeholder {
    color: rgba(0,0,0,.38)
}

.e-input-group.e-filled.e-disabled input.e-input::-moz-placeholder,input.e-filled.e-disabled.e-input::-moz-placeholder {
    color: rgba(0,0,0,.38)
}

.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input::-moz-placeholder,textarea.e-filled.e-disabled.e-input::-moz-placeholder {
    color: rgba(0,0,0,.38)
}

.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input::-moz-placeholder,.e-input-group.e-filled.e-disabled textarea.e-input::-moz-placeholder {
    color: rgba(0,0,0,.38)
}

input.e-filled.e-disabled.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.38)
}

.e-input-group.e-filled.e-disabled input.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.38)
}

.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.38)
}

textarea.e-filled.e-disabled.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.38)
}

.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.38)
}

.e-input-group.e-filled.e-disabled textarea.e-input:-ms-input-placeholder {
    color: rgba(0,0,0,.38)
}

.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input::-webkit-input-placeholder,input.e-filled.e-disabled.e-input::-webkit-input-placeholder {
    color: rgba(0,0,0,.38)
}

.e-input-group.e-filled.e-disabled input.e-input::-webkit-input-placeholder,textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
    color: rgba(0,0,0,.38)
}

.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input::-webkit-input-placeholder,.e-input-group.e-filled.e-disabled textarea.e-input::-webkit-input-placeholder {
    color: rgba(0,0,0,.38)
}

.e-filled.e-float-input.e-control-wrapper.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-input-group.e-float-icon-left .e-float-line:after,.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line:before,.e-filled.e-input-group.e-control-wrapper.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-float-icon-left:not(.e-float-input):after,.e-filled.e-input-group.e-float-icon-left:not(.e-float-input):before {
    background: #f60
}

.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-control-wrapper.e-input-group.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,.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-float-icon-left.e-success .e-float-line:after,.e-filled.e-float-input.e-input-group.e-float-icon-left.e-success .e-float-line:before,.e-filled.e-input-group.e-control-wrapper.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-float-icon-left.e-success:not(.e-float-input):after,.e-filled.e-input-group.e-float-icon-left.e-success:not(.e-float-input):before {
    background: #22b24b
}

.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-float-line: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-input-group.e-control-wrapper.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-float-icon-left.e-warning:not(.e-float-input):after,.e-filled.e-input-group.e-float-icon-left.e-warning:not(.e-float-input):before {
    background: #ffca1c
}

.e-filled.e-float-input.e-input-group.e-control-wrapper.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-float-icon-left.e-error .e-float-line:after,.e-filled.e-float-input.e-input-group.e-float-icon-left.e-error .e-float-line:before,.e-filled.e-input-group.e-control-wrapper.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-float-icon-left.e-error:not(.e-float-input):after,.e-filled.e-input-group.e-float-icon-left.e-error:not(.e-float-input):before {
    background: #f44336
}

.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-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.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: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-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-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:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left {
    border-color: rgba(0,0,0,.87)
}

.e-bigger .e-filled.e-float-input.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-success input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-success input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-bigger.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger.e-success input:valid~label.e-float-text,.e-filled.e-float-input.e-bigger.e-success input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-success input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-success input~label.e-label-top.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-filled.e-float-input.e-success input~label.e-label-top.e-float-text {
    color: #22b24b
}

.e-bigger .e-filled.e-float-input.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-warning input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-warning input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-bigger.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger.e-warning input:valid~label.e-float-text,.e-filled.e-float-input.e-bigger.e-warning input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-warning input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-warning input~label.e-label-top.e-float-text,.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[disabled]~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 label.e-float-text.e-label-top,.e-filled.e-float-input.e-warning input~label.e-label-top.e-float-text {
    color: #ffca1c
}

.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-small.e-success textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-success.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-success textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-success textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-bigger.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger.e-success textarea:focus~label.e-float-text,.e-filled.e-float-input.e-bigger.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-bigger.e-success textarea:valid~label.e-float-text,.e-filled.e-float-input.e-bigger.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-success textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.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[disabled]~label.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~label.e-label-top.e-float-text,.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:not(:focus):valid~label.e-float-text.e-label-bottom,.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[disabled]~label.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~label.e-label-top.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-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[disabled]~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 label.e-float-text.e-label-top,.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 textarea:focus~label.e-float-text,.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-control-wrapper.e-success textarea:valid~label.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[readonly]~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-control-wrapper.e-success textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success input:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success textarea:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger.e-success textarea:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-success textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.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[disabled]~label.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~label.e-label-top.e-float-text,.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:not(:focus):valid~label.e-float-text.e-label-bottom,.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[disabled]~label.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~label.e-label-top.e-float-text,.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 textarea:focus~label.e-float-text,.e-filled.e-float-input.e-success textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-success textarea:valid~label.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[readonly]~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-success textarea~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input~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[disabled]~label.e-float-text.e-label-top,.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~label.e-label-top.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:not(:focus):valid~label.e-float-text.e-label-bottom,.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[disabled]~label.e-float-text.e-label-top,.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~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-success.e-input-focus input~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[disabled]~label.e-float-text.e-label-top,.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~label.e-label-top.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:not(:focus):valid~label.e-float-text.e-label-bottom,.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[disabled]~label.e-float-text.e-label-top,.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~label.e-label-top.e-float-text {
    color: #22b24b
}

.e-bigger.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-bigger .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-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.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-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small.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-bigger.e-small.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small.e-success textarea: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-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill~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-filled.e-float-input.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: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 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-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 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 {
    color: #22b24b
}

.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning input:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning input[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning input~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning textarea~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-warning.e-input-focus input~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning input:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning textarea:focus~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-filled.e-float-input.e-warning textarea:valid~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-filled.e-float-input.e-warning textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-bigger.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-bigger.e-warning textarea:focus~label.e-float-text,.e-filled.e-float-input.e-bigger.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-bigger.e-warning textarea:valid~label.e-float-text,.e-filled.e-float-input.e-bigger.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-bigger.e-warning textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:focus~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:valid~label.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input~label.e-float-text,.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[disabled]~label.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~label.e-label-top.e-float-text,.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:not(:focus):valid~label.e-float-text.e-label-bottom,.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[disabled]~label.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~label.e-label-top.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-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[disabled]~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 label.e-float-text.e-label-top,.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 textarea:focus~label.e-float-text,.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-control-wrapper.e-warning textarea:valid~label.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[readonly]~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-control-wrapper.e-warning textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning.e-input-focus input~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning input:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning input:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning input[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning input[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning input~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning textarea:focus~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-filled.e-float-input.e-small.e-bigger.e-warning textarea:valid~label.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning textarea[disabled]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning textarea[readonly]~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.e-bigger.e-warning textarea~label.e-label-top.e-float-text,.e-filled.e-float-input.e-small.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[disabled]~label.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~label.e-label-top.e-float-text,.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:not(:focus):valid~label.e-float-text.e-label-bottom,.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[disabled]~label.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~label.e-label-top.e-float-text,.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 textarea:focus~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-warning textarea:valid~label.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[readonly]~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-warning textarea~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input~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[disabled]~label.e-float-text.e-label-top,.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~label.e-label-top.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:not(:focus):valid~label.e-float-text.e-label-bottom,.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[disabled]~label.e-float-text.e-label-top,.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~label.e-label-top.e-float-text,.e-small .e-filled.e-float-input.e-warning.e-input-focus input~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[disabled]~label.e-float-text.e-label-top,.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~label.e-label-top.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:not(:focus):valid~label.e-float-text.e-label-bottom,.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[disabled]~label.e-float-text.e-label-top,.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~label.e-label-top.e-float-text {
    color: #ffca1c
}

.e-bigger.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-bigger .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-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.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-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small.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-bigger.e-small.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-filled.e-float-input.e-bigger.e-small.e-warning textarea: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-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill~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-filled.e-float-input.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: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 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-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 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 {
    color: #ffca1c
}

.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-numeric-container {
    width: 100%
}

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

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

.e-float-input.e-control-wrapper.e-numeric.e-input-focus .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-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden {
    border: 0;
    height: 0;
    margin: 0;
    padding: 0;
    text-indent: 0;
    visibility: hidden;
    width: 0
}

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

/*! 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-bigger .e-control-wrapper.e-mask .e-maskedtextbox,.e-control-wrapper.e-mask.e-bigger .e-maskedtextbox {
    font-size: 13px
}

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

.e-bigger.e-content-placeholder.e-mask.e-placeholder-mask,.e-bigger .e-content-placeholder.e-mask.e-placeholder-mask {
    background-size: 300px 40px;
    min-height: 40px
}

/*! maskedtextbox theme */
.e-control-wrapper.e-mask.e-error .e-maskedtextbox,.e-utility-mask.e-error {
    color: #f44336
}

.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
    cursor: default;
    transition: transform .4s cubic-bezier(.25,.8,.25,1);
    z-index: 3
}

.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-handle-start.e-tab-handle:after,.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-tab-handle:after {
    background-color: transparent
}

.e-slider-tooltip.e-tooltip-wrap.e-popup {
    background-color: #f60;
    border: 0;
    border-radius: 8px;
    cursor: grab;
    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(0,0,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(0,0,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(0,0,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(0,0,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(0,0,0,.26)
}

.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active {
    cursor: grabbing
}

.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;
    overflow: hidden;
    padding: 0 8px;
    text-align: center;
    top: calc(50% - 8px);
    width: 100%
}

.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content.e-material-tooltip-show {
    color: #fff
}

.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: #f60
}

.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom {
    border-top-color: #f60
}

.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top {
    border-bottom-color: #f60
}

.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-right {
    border-left-color: #f60
}

.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-left {
    border-right-color: #f60
}

.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default {
    background-color: #f60;
    border: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    cursor: grab;
    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(0,0,0,.26)
}

.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active {
    cursor: grabbing
}

.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 .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 .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 .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 .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;
    overflow: hidden;
    padding: 0;
    text-align: center;
    top: calc(50% - 8px);
    width: 100%
}

.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-tip-content.e-material-tooltip-show {
    color: #fff
}

.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%;
    position: absolute;
    top: -1px
}

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

.e-bigger.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content,.e-bigger .e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content {
    font-size: 11px;
    line-height: 16px
}

.e-bigger .e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value,.e-control-wrapper.e-slider-container.e-bigger .e-scale .e-tick .e-tick-value {
    font-size: 12px
}

.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:after {
    content: "material";
    display: none
}

.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-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(0,0,0,.26)
}

.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
    background: #757575;
    transform: scale(.5)!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 {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    background: transparent;
    border: 7px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 26px;
    left: calc(50% - 13px);
    opacity: 1;
    position: absolute;
    top: calc(50% - 13px);
    transform: scale(1);
    transition: none;
    width: 26px;
    z-index: -1
}

.e-control-wrapper.e-slider-container.e-disabled .e-btn,.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;
    left: calc(50% - 4.6px);
    position: absolute;
    top: calc(50% - 3.6px);
    width: 7px
}

.e-control-wrapper.e-slider-container.e-horizontal .e-second-button {
    margin-top: -9px;
    right: 0;
    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;
    left: calc(50% - 2.6px);
    position: absolute;
    top: calc(50% - 3.6px);
    width: 7px
}

.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;
    position: relative;
    top: calc(50% - 16px);
    width: 100%
}

.e-control-wrapper.e-slider-container.e-horizontal .e-slider-track {
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,.26);
    overflow: hidden;
    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)
}

.e-control-wrapper.e-slider-container.e-horizontal .e-limits {
    background-color: rgba(0,0,0,.26);
    height: 2px;
    position: absolute;
    top: calc(50% - 1px)
}

.e-control-wrapper.e-slider-container.e-vertical {
    height: inherit;
    padding: 38px 0;
    width: 48px
}

.e-control-wrapper.e-slider-container.e-vertical .e-slider {
    height: 100%;
    left: calc(50% - 16px);
    position: relative;
    width: 32px
}

.e-control-wrapper.e-slider-container.e-vertical .e-slider-track {
    background: rgba(0,0,0,.26);
    bottom: 0;
    height: 100%;
    position: absolute;
    left: calc(50% - 1px);
    overflow: hidden;
    width: 2px
}

.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: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAjVBMVEUAAAD////////////////////////+/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////1kjJ6AAAALnRSTlMABAgMEBQYHCAkKDA4QERITFRcYGRodHyDj5OXn6Ons7e7v8vP09ff5+vv8/f7zZvJMAAAAItJREFUeAHdyVcagjAQBsAfUVTAXsTeSTRm7388i/kUQjYHYF4H9bAUXjuEV/KQEdC98f9I8dLXxJngY879CsbG/ccARuPsetHCT1tWXyUoSDXZRiiZ2p/Bsi7/HrbgVPw8REUk/n+P4ZAoMvQATmMyFmBk39+CExzefwnBauZEsgOPWOkevIYz1NEToo45F58KJy0AAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 8px;
    left: calc(50% - 3.8px);
    position: absolute;
    top: calc(50% - 2.7px);
    width: 8px
}

.e-control-wrapper.e-slider-container.e-vertical .e-second-button {
    margin-right: -9px;
    right: 50%;
    top: 0
}

.e-control-wrapper.e-slider-container.e-vertical .e-second-button .e-button-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAjVBMVEUAAAD////////////////////////////////+/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////wrNfvAAAALnRSTlMABAgMEBQYICgsMDQ4QERITFBcYGhseHyDi5Obn6Ort7u/x8/X29/j5+vv8/f77y3LJgAAAI1JREFUeAHdyVeagjAUBtCbYQTsXewFENGYf//LsyB8kORmAZzXQ600mLrfz2XX9X8xcO0Qb4+3s2B/ia8N9yOFwtz+wR0/z77tvQSVm0+mI2piYXyEhp3+E2gWzQ8lNGpY//8UhjygijjBIvGotIbVofwZGFHxPQmGGn/ez8B6hETiAofUo1XmtKVWeAEhzjgqqZr/lwAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 8px;
    left: calc(50% - 3.8px);
    position: absolute;
    top: calc(50% - 4.7px);
    width: 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 {
    left: calc(50% - 1px);
    width: 2px
}

.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-limits {
    background-color: rgba(0,0,0,.26);
    left: calc(50% - 1px);
    position: absolute;
    width: 2px
}

.e-control-wrapper.e-slider-container .e-range {
    border-radius: 2px;
    position: absolute;
    transition: left .3s ease-out,right .3s ease-out,bottom .3s ease-out,width .3s ease-out,height .3s ease-out
}

.e-control-wrapper.e-slider-container .e-range.e-drag-horizontal {
    cursor: ew-resize
}

.e-control-wrapper.e-slider-container .e-range.e-drag-vertical {
    cursor: ns-resize
}

.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;
    height: 12px;
    outline: none;
    position: absolute;
    touch-action: none;
    transition: left .3s ease-out,right .3s ease-out,bottom .3s ease-out,transform .3s ease-out;
    width: 12px;
    z-index: 10;
    cursor: grab
}

.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active {
    cursor: grabbing
}

.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start {
    background-color: #fff;
    border: 2px solid rgba(0,0,0,.26)
}

.e-control-wrapper.e-slider-container .e-slider .e-handle:after {
    -moz-box-sizing: content-box;
    -ms-transform: scale(0);
    -webkit-box-sizing: content-box;
    -webkit-transform: scale(0);
    border: 0 solid;
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    filter: alpha(opacity=26);
    height: 32px;
    left: calc(50% - 16px);
    opacity: .26;
    position: absolute;
    top: calc(50% - 16px);
    transform: scale(0);
    transition: transform .4s cubic-bezier(.25,.8,.25,1);
    width: 32px;
    z-index: -1
}

.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start:after {
    background-color: #e0e0e0;
    opacity: .38
}

.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle:after {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    background-color: #f60;
    transform: scale(1)
}

.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
    background-position: bottom;
    height: 50%;
    top: 1px
}

.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-tick {
    background-position: 100%;
    left: 1px;
    width: 50%
}

.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-tick {
    background-position-x: center;
    height: 50%;
    top: calc(50% - 1px)
}

.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-tick {
    background-position: 0;
    left: calc(50% - 1px);
    width: 50%
}

.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-tick {
    background-position: 50%;
    height: 99%
}

.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-tick {
    background-position: 50%;
    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;
    line-height: normal;
    list-style: none outside none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    position: absolute;
    top: calc(50% - 14px);
    width: 100%;
    z-index: 1
}

.e-control-wrapper.e-slider-container .e-scale .e-tick {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFElEQVQI12NkYGAIZ2BgYGBigAIABPgAW+yfXroAAAAASUVORK5CYII=");
    cursor: default;
    outline: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value {
    color: #000;
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;
    font-size: 10px;
    outline: none;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.e-control-wrapper.e-slider-container .e-scale.e-v-scale {
    height: 100%;
    left: calc(50% - 14px);
    top: 0;
    width: 28px
}

.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: no-repeat
}

.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-before {
    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-tick-value.e-tick-both:first-child {
    top: -18px
}

.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-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-control-wrapper.e-slider-container .e-scale .e-tick {
    visibility: hidden
}

.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value,.e-control-wrapper.e-slider-container:active .e-scale .e-tick,.e-control-wrapper.e-slider-container:hover .e-scale .e-tick,.e-slider-hover .e-scale .e-tick {
    visibility: visible
}

/*! component theme */
.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(0,0,0,.54);
    border: 1px solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    height: 18px;
    outline: none;
    padding: 0;
    position: absolute;
    width: 18px
}

.e-control-wrapper.e-slider-container .e-slider .e-range {
    background-color: #f60
}

.e-control-wrapper.e-slider-container .e-slider .e-handle {
    background-color: #f60;
    border-color: #f60
}

.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(0,0,0,.26)
}

.e-control-wrapper.e-slider-container.e-slider-hover .e-range {
    background-color: #f60
}

.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
    border-color: #f60
}

.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
}

.e-bigger .e-upload {
    width: 100%
}

.e-bigger .e-upload .e-file-select-wrap {
    padding: 20px 0 20px 16px
}

.e-bigger .e-upload .e-file-select-wrap .e-file-drop {
    font-size: 15px;
    margin-left: 16px
}

.e-bigger .e-upload .e-upload-files .e-upload-file-list {
    font-size: 15px;
    line-height: normal;
    min-height: 100px
}

.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container {
    margin-left: 16px;
    top: 0
}

.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
    font-size: 15px;
    padding-top: 16px
}

.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
    font-size: 12px;
    padding: 10px 0
}

.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
    font-size: 15px;
    padding-top: 16px;
    top: auto
}

.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status {
    font-size: 12px;
    padding-bottom: 16px
}

.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
    height: 10px
}

.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap {
    height: 3px;
    width: 98%
}

.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar {
    height: 3px
}

.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
    font-size: 11px;
    right: 10px;
    top: -33px
}

.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons,.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons,.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons,.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons,.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons,.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons {
    box-sizing: border-box;
    font-size: 12px;
    height: 18px;
    margin: -24px 16px 16px;
    padding: 20px;
    top: 50%;
    width: 18px
}

.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons,.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons,.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons,.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons,.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons,.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons {
    padding: 20px 17px 20px 26px
}

.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons,.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons,.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons {
    right: 45px
}

.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons {
    font-size: 13px
}

.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons {
    font-size: 18px
}

.e-bigger .e-upload .e-upload-actions .e-btn {
    margin-left: 16px
}

.e-bigger .e-upload .e-upload-actions .e-file-clear-btn,.e-bigger .e-upload .e-upload-actions .e-file-upload-btn {
    margin: 15px
}

.e-bigger .e-upload.e-rtl .e-file-select-wrap {
    padding: 20px 16px 20px 0
}

.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn {
    margin-right: 0
}

.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-file-drop {
    margin-right: 16px
}

.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container {
    margin-left: 60px;
    margin-right: 16px
}

.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-information,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-status {
    top: 54px
}

.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
    left: 10px;
    right: auto
}

.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons {
    box-sizing: border-box;
    left: 0;
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px;
    top: 50%
}

.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-msie.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-msie.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-msie.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-msie.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-msie.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-msie.e-icons {
    padding: 20px 17px 20px 26px
}

.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons {
    left: 41px
}

.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
    min-height: 35px;
    padding-bottom: 16px;
    padding-top: 12px
}

.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
    top: 0
}

.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
    display: none
}

.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-bigger .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-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error,.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error {
    color: #f44336
}

.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status {
    color: rgba(0,0,0,.54);
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 0;
    padding-top: 4px;
    position: relative
}

.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid,.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status,.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type {
    color: #f44336
}

.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons,.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons {
    box-sizing: border-box;
    top: 42px
}

.e-bigger.e-small .e-upload,.e-upload {
    width: 100%
}

.e-bigger.e-small .e-upload.e-control-wrapper,.e-upload.e-control-wrapper {
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont
}

.e-bigger.e-small .e-upload .e-hidden-file-input,.e-upload .e-hidden-file-input {
    border: 0;
    height: 0;
    margin: 0;
    outline: none;
    padding: 0;
    text-indent: 0;
    visibility: hidden;
    width: 0
}

.e-bigger.e-small .e-upload .e-file-select-wrap,.e-upload .e-file-select-wrap {
    padding: 16px 0 16px 12px
}

.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select,.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader,.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-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader,.e-upload .e-file-select-wrap .e-file-select .e-uploader {
    opacity: 0
}

.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-drop,.e-upload .e-file-select-wrap .e-file-drop {
    font-family: inherit;
    font-size: 14px;
    margin-left: 12px
}

.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list,.e-upload.e-form-upload .e-upload-files .e-upload-file-list {
    min-height: 35px;
    padding-bottom: 12px;
    padding-top: 8px
}

.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container,.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
    top: 0
}

.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input,.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
    display: none
}

.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type,.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-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error,.e-bigger.e-small .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-name.e-error,.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error,.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error {
    color: #f44336
}

.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,.e-bigger.e-small .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,.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status {
    color: rgba(0,0,0,.54);
    display: block;
    font-size: 11px;
    line-height: 1.5;
    padding-bottom: 0;
    padding-top: 4px;
    position: relative
}

.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status,.e-bigger.e-small .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-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-status,.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type {
    color: #f44336
}

.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-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-delete-btn.e-icons,.e-upload.e-form-upload .e-upload-files .e-file-pause-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-reload-btn.e-icons,.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons {
    box-sizing: border-box;
    top: 32px
}

.e-bigger.e-small .e-upload .e-upload-files,.e-upload .e-upload-files {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.e-bigger.e-small .e-upload .e-upload-files .e-icons:focus,.e-upload .e-upload-files .e-icons:focus {
    outline: none
}

.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list,.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-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container,.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-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.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-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name:before,.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name:before {
    content: attr(data-tail);
    float: right
}

.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type,.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-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size,.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
    display: block;
    font-size: 11px;
    padding: 8px 0
}

.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,.e-bigger.e-small .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,.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status {
    display: block;
    font-family: inherit;
    font-size: 11px;
    padding-bottom: 12px
}

.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress,.e-bigger.e-small .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,.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress {
    display: none
}

.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap,.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-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap,.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-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar,.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-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text,.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-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons,.e-upload .e-upload-files .e-file-abort-btn.e-icons,.e-upload .e-upload-files .e-file-delete-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,.e-upload .e-upload-files .e-file-remove-btn.e-icons {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-size: 11px;
    height: 18px;
    justify-content: center;
    margin: -18px 12px 0;
    padding: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    vertical-align: middle;
    width: 18px
}

.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress,.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress,.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress,.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress,.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress,.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-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-delete-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,.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress {
    cursor: default
}

.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-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-delete-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,.e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons {
    padding: 18px 13px 18px 23px
}

.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-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 {
    right: 36px
}

.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus,.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover,.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover,.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover,.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover,.e-upload .e-upload-files .e-clear-icon-focus,.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):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-remove-btn.e-icons:not(.e-upload-progress):hover {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 transparent
}

.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus,.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus,.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus,.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus,.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-clear-icon-focus,.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):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-remove-btn.e-icons:not(.e-upload-progress):focus {
    border-radius: 50%
}

.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons,.e-upload .e-upload-files .e-file-delete-btn.e-icons {
    font-size: 11px;
    opacity: 1
}

.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons,.e-upload .e-upload-files .e-file-abort-btn.e-icons {
    font-size: 15px;
    opacity: 1
}

.e-bigger.e-small .e-upload .e-file-select-wrap .e-btn,.e-bigger.e-small .e-upload .e-upload-actions .e-btn,.e-upload .e-file-select-wrap .e-btn,.e-upload .e-upload-actions .e-btn {
    font-family: inherit
}

.e-bigger.e-small .e-upload .e-upload-actions,.e-upload .e-upload-actions {
    position: relative;
    text-align: right
}

.e-bigger.e-small .e-upload .e-upload-actions .e-file-clear-btn,.e-bigger.e-small .e-upload .e-upload-actions .e-file-upload-btn,.e-upload .e-upload-actions .e-file-clear-btn,.e-upload .e-upload-actions .e-file-upload-btn {
    margin: 12px
}

.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap,.e-upload.e-rtl .e-file-select-wrap {
    padding: 16px 12px 16px 0
}

.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn,.e-upload.e-rtl .e-file-select-wrap .e-control.e-btn {
    margin-right: 10
}

.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-file-drop,.e-upload.e-rtl .e-file-select-wrap .e-file-drop {
    margin-left: 60px;
    margin-right: 12px;
    position: relative
}

.e-bigger.e-small .e-upload.e-rtl .e-upload-actions,.e-upload.e-rtl .e-upload-actions {
    text-align: left
}

.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container,.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-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container {
    direction: ltr;
    float: right;
    width: 100%
}

.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
    float: right
}

.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size,.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-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
    float: right;
    position: static;
    top: 46px;
    width: 89%
}

.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text,.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-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,.e-bigger.e-small .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-abort-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-pause-btn.e-icons,.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-remove-btn.e-icons {
    left: 0;
    margin-left: 12px;
    margin-right: 12px;
    right: auto;
    top: 50%
}

.e-bigger.e-small .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-reload-btn.e-icons {
    left: 36px;
    right: auto
}

.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,.e-bigger.e-small .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,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons {
    left: 36px
}

.e-bigger.e-small .e-upload.e-disabled .e-file-drop,.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information,.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size,.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type,.e-upload.e-disabled .e-file-drop,.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information,.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-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-type {
    color: rgba(0,0,0,.38)
}

.e-bigger.e-small .e-upload .e-content-placeholder.e-upload.e-placeholder-upload,.e-upload .e-content-placeholder.e-upload.e-placeholder-upload {
    background-size: 400px 65px;
    min-height: 65px
}

.e-bigger.e-small .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload,.e-bigger.e-small .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload,.e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload,.e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload {
    background-size: 400px 80px;
    min-height: 80px
}

.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: 11px;
    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-information,.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status {
    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-abort-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-pause-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-reload-btn.e-icons,.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons {
    font-size: 10px;
    height: 24px;
    padding: 12px;
    width: 24px
}

.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-status.e-error,.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error {
    color: #f44336
}

.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status {
    color: rgba(0,0,0,.54);
    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,.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-status,.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type {
    color: #f44336
}

.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-delete-btn.e-icons,.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-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-reload-btn.e-icons,.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons {
    box-sizing: border-box;
    top: 34px
}

.e-upload {
    border: 1px solid rgba(0,0,0,.12)
}

.e-upload .e-file-drop {
    color: rgba(0,0,0,.87)
}

.e-upload .e-upload-files {
    border-top: 1px solid rgba(0,0,0,.12)
}

.e-upload .e-upload-files .e-upload-file-list {
    border-bottom: 1px solid rgba(0,0,0,.12)
}

.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
    color: rgba(0,0,0,.87)
}

.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
    color: rgba(0,0,0,.54)
}

.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status {
    color: rgba(0,0,0,.87)
}

.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,.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-validation-fails {
    color: #f44336
}

.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap {
    background-color: #e0e0e0
}

.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-progress {
    background: #f60
}

.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: #f44336
}

.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-bar-text {
    color: rgba(0,0,0,.87)
}

.e-upload .e-upload-files .e-file-abort-btn.e-icons,.e-upload .e-upload-files .e-file-abort-btn.e-icons:hover,.e-upload .e-upload-files .e-file-delete-btn.e-icons,.e-upload .e-upload-files .e-file-delete-btn.e-icons:hover,.e-upload .e-upload-files .e-file-pause-btn.e-icons,.e-upload .e-upload-files .e-file-pause-btn.e-icons:hover,.e-upload .e-upload-files .e-file-play-btn.e-icons,.e-upload .e-upload-files .e-file-play-btn.e-icons:hover,.e-upload .e-upload-files .e-file-reload-btn.e-icons,.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,.e-upload .e-upload-files .e-file-remove-btn.e-icons,.e-upload .e-upload-files .e-file-remove-btn.e-icons:hover {
    color: #000
}

.e-upload .e-upload-files .e-clear-icon-focus,.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):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-remove-btn.e-icons:not(.e-upload-progress):focus {
    background-color: rgba(0,0,0,.12);
    border-color: transparent;
    box-shadow: 0 0 0 transparent
}

.e-upload-drag-hover {
    outline: 2px dashed #9e9e9e
}

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

.e-colorpicker-wrapper {
    display: inline-block;
    line-height: 0;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-colorpicker-wrapper .e-colorpicker {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px
}

.e-colorpicker-wrapper .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 {
    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 {
    border-radius: 2px
}

.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
    padding: 0 4px
}

.e-colorpicker-wrapper * {
    box-sizing: border-box
}

.e-colorpicker-wrapper.e-disabled .e-palette .e-tile {
    cursor: default
}

.e-colorpicker-wrapper.e-disabled .e-palette .e-tile:hover {
    border: 0;
    box-shadow: none
}

.e-colorpicker-wrapper.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 {
    cursor: default
}

.e-colorpicker-popup {
    line-height: 0
}

.e-colorpicker.e-modal {
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0,0,0,.6);
    height: 100%;
    left: 0;
    opacity: .5;
    pointer-events: auto;
    position: fixed;
    top: 0;
    width: 100%
}

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

.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
    line-height: 18px;
    padding: 0 6px
}

.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
    height: 22px;
    width: 22px
}

.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
    padding: 0 6px
}

.e-container {
    border: 0;
    border-radius: 0;
    display: inline-block;
    line-height: 0;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.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 {
    display: inline-block
}

.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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-container .e-palette .e-row {
    display: table-row;
    white-space: nowrap
}

.e-container .e-palette .e-tile {
    border: .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: .5px solid #000;
    position: relative
}

.e-container .e-palette .e-tile:hover {
    box-shadow: 2px 2px 7px 2px rgba(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(180deg,transparent 0,#000),linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0));
    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,.7),inset 0 0 2px rgba(0,0,0,.7);
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: 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 {
    border-radius: 0;
    height: 6px;
    top: calc(50% - 3px)
}

.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(90deg,red 0,#ff0 16%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 84%,#ff0004)
}

.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-slider-track {
    border: 0;
    z-index: 1
}

.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-opacity-empty-track {
    background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
    background-size: contain;
    border: 0;
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    width: 100%;
    z-index: 0
}

.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,.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 #e0e0e0;
    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 #e0e0e0;
    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: inline-flex;
    padding: 0 16px 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    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;
    font-size: 16px;
    line-height: 16px;
    margin-top: 0;
    padding: 2px 3px
}

.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: 50%;
    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 0 2px 3px rgba(0,0,0,.2)
}

.e-container .e-mode-switch-btn,.e-container .e-value-switch-btn {
    background-color: transparent;
    border-color: transparent;
    position: relative;
    width: 10.09%;
    height: 24px
}

.e-container.e-color-picker .e-value-switch-btn:active,.e-container.e-color-picker .e-value-switch-btn:focus,.e-container.e-color-picker .e-value-switch-btn:hover {
    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
}

.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-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.3%
}

.e-hide-hex-value .e-container .e-float-input.e-numeric {
    width: 21.25%
}

.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.18%
}

.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(180deg,transparent 0,#000),linear-gradient(270deg,#fff 0,hsla(0,0%,100%,0))
}

.e-rtl .e-container .e-slider-preview .e-hue-slider .e-slider-track {
    background: linear-gradient(270deg,red 0,#ff0 16%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 84%,#ff0004)
}

.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-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-hide-valueswitcher .e-container .e-float-input:last-child {
    margin-left: 0
}

.e-bigger .e-container.e-color-picker {
    width: 290px
}

.e-bigger .e-container .e-palette .e-tile {
    height: 29px;
    width: 29px
}

.e-bigger .e-container .e-hsv-container .e-hsv-color {
    height: 180px
}

.e-bigger .e-container .e-custom-palette.e-palette-group {
    height: 290px
}

.e-bigger .e-container .e-slider-preview {
    padding: 8px 16px
}

.e-bigger .e-container .e-slider-preview .e-preview-container {
    margin-left: 4.657%;
    top: 0;
    vertical-align: super;
    width: 12.408%
}

.e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
    width: 82.944%
}

.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
    height: 20px
}

.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
    border-radius: 8px;
    height: 16px;
    top: calc(50% - 8px);
    width: 16px
}

.e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn .e-ctrl-btn {
    width: 90.6%
}

.e-bigger .e-container.e-color-palette .e-palette+.e-switch-ctrl-btn {
    padding: 25px 16px 16px
}

.e-bigger .e-container .e-input-container {
    width: 90.7%
}

.e-bigger .e-container .e-input-container .e-float-input {
    margin-right: 3.425%
}

.e-bigger .e-container .e-input-container .e-float-input:first-child {
    width: 33.5%
}

.e-bigger .e-container .e-input-container .e-float-input:first-child input {
    height: auto
}

.e-bigger .e-container .e-input-container .e-float-input.e-numeric {
    height: auto;
    width: 12.34%
}

.e-bigger .e-container .e-input-container .e-float-input.e-numeric input {
    height: auto
}

.e-bigger .e-container .e-css.e-value-switch-btn,.e-bigger .e-container .e-mode-switch-btn {
    font-size: 18px;
    line-height: 18px;
    padding: 2px 3px;
    width: 9.306%
}

.e-bigger .e-container .e-mode-switch-btn {
    margin-top: 5px
}

.e-bigger.e-hide-opacity .e-container .e-slider-preview,.e-bigger .e-hide-opacity .e-container .e-slider-preview {
    padding: 8px 16px
}

.e-bigger.e-hide-opacity .e-container .e-slider-preview .e-preview-container,.e-bigger .e-hide-opacity .e-container .e-slider-preview .e-preview-container {
    vertical-align: initial
}

.e-bigger.e-hide-opacity .e-container .e-float-input:first-child,.e-bigger .e-hide-opacity .e-container .e-float-input:first-child {
    width: 36%
}

.e-bigger.e-hide-opacity .e-container .e-float-input.e-numeric,.e-bigger .e-hide-opacity .e-container .e-float-input.e-numeric {
    width: 16.76%
}

.e-bigger.e-hide-hex-value .e-container .e-float-input.e-numeric,.e-bigger .e-hide-hex-value .e-container .e-float-input.e-numeric {
    width: 21.58%
}

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

.e-bigger.e-hide-valueswitcher .e-container .e-input-container,.e-bigger .e-hide-valueswitcher .e-container .e-input-container {
    width: 100%
}

.e-bigger.e-hide-valueswitcher .e-container .e-float-input:last-child,.e-bigger .e-hide-valueswitcher .e-container .e-float-input:last-child {
    margin-right: 0
}

.e-bigger.e-hide-valueswitcher .e-container .e-float-input.e-numeric,.e-bigger .e-hide-valueswitcher .e-container .e-float-input.e-numeric {
    width: 13.2%
}

.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child,.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child {
    width: 36%
}

.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric,.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric {
    width: 17.9%
}

.e-bigger.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric,.e-bigger.e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric,.e-bigger .e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric,.e-bigger .e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric {
    width: 21.58%
}

.e-bigger.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric,.e-bigger.e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric,.e-bigger .e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric,.e-bigger .e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
    width: 31%
}

.e-bigger.e-rtl .e-container .e-slider-preview .e-preview-container,.e-bigger .e-rtl .e-container .e-slider-preview .e-preview-container {
    margin-left: 0;
    margin-right: 4.657%
}

.e-bigger.e-rtl .e-container .e-selected-value .e-float-input,.e-bigger .e-rtl .e-container .e-selected-value .e-float-input {
    margin-left: 3.425%;
    margin-right: 0
}

.e-bigger.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child,.e-bigger .e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
    margin-left: 0
}

.e-bigger.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child,.e-bigger .e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child,.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,.3);
    cursor: pointer;
    min-width: 26px;
    transform: translateY(18px) rotate(45deg) scale(.01);
    transition: transform .4s cubic-bezier(.25,.8,.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-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip,.e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
    min-width: 32px
}

.e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content,.e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content {
    height: 30px;
    width: 30px
}

.e-container {
    background-color: #fff
}

.e-container .e-palette .e-tile.e-selected,.e-container .e-palette .e-tile:hover {
    border-color: #eee
}

.e-container .e-handle.e-hide-handler,.e-container .e-handler.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-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-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,.3)
}

.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn,.e-colorpicker-wrapper.e-disabled .e-value-switch-btn {
    color: rgba(0,0,0,.26)
}

.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:focus,.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:focus {
    background-color: transparent;
    color: rgba(0,0,0,.26);
    outline: none;
    outline-offset: none
}

.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:active,.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:active {
    background-color: transparent;
    color: rgba(0,0,0,.26)
}

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

.e-dropdownbase .e-list-item.e-active.e-hover {
    color: #f60
}

.e-bigger .e-ddl-device .e-input-group,.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    box-shadow: 0
}

.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
    min-height: 16px;
    min-width: 16px
}

.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
    padding: 8px 16px 8px 0
}

.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,.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-input-focus .e-clear-icon {
    margin: 0
}

.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .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,.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-focus .e-input-filter {
    padding: 5px 5px 5px 12px
}

.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,.e-bigger.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-bigger.e-small .e-clear-icon,.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon {
    min-height: 18px;
    min-width: 18px
}

.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,.e-bigger.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-bigger.e-small .e-input-filter,.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter {
    padding: 8px 16px
}

.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-bigger .e-input-group.e-ddl .e-input-filter,.e-bigger .e-input-group.e-ddl .e-input-filter:focus {
    margin-left: -20px
}

.e-bigger .e-ddl.e-popup .e-list-group-item,.e-bigger .e-ddl.e-popup .e-list-item {
    font-size: 14px
}

.e-bigger .e-ddl.e-popup .e-input-group {
    padding: 4px 0
}

.e-popup-full-page {
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    right: 0;
    top: 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-device-filter .e-filter-parent {
    background-color: #f5f5f5
}

.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
    display: none;
    pointer-events: none;
    position: absolute;
    right: 0;
    visibility: hidden
}

.e-filter-parent {
    border: 0;
    border-top-width: 0;
    box-shadow: 0 1.5px 5px -2px rgba(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:after,.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus:before {
    width: 0
}

.e-ddl.e-popup {
    background: #fff;
    position: absolute
}

.e-ddl.e-popup .e-search-icon {
    margin: 0;
    opacity: .57;
    padding: 12px 8px 8px
}

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

.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-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter {
    padding: 8px 16px
}

.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
}

.e-ddl.e-input-group .e-ddl-hidden {
    border: 0;
    height: 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: 700;
    vertical-align: baseline
}

.e-ddl.e-input-group 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),.e-float-input input[readonly]~.e-clear-icon:not(.e-clear-icon-hide) {
    opacity: 1
}

.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%
}

.e-ddl.e-input-group .e-dropdownlist,.e-ddl.e-input-group input[readonly],.e-ddl.e-input-group input[readonly].e-input {
    pointer-events: none
}

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

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

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

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

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

.e-popup {
    border-color: #e0e0e0
}

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

.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: -19px;
    right: 18px;
    top: 50%;
    width: 16px
}

.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
    right: 52px
}

.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    height: 38px;
    margin-top: -19px;
    right: 12px;
    top: 50%;
    width: 18px
}

.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
    right: 48px
}

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    height: 54px;
    margin-top: -27px;
    right: 16px;
    top: 50%;
    width: 20px
}

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
    right: 60px
}

.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: -17px;
    right: 16px;
    top: 50%;
    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 {
    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 {
    left: 52px;
    right: auto
}

.e-bigger .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    left: 48px;
    right: auto
}

.e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-bigger .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-rtl .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    left: 60px;
    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-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-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker:before,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker:before {
    content: "\e208";
    font-size: 20px;
    height: 20px;
    left: 0;
    margin-top: -10px;
    top: 50%
}

.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker:before,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker:before,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker:before,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker:before {
    content: "\e208";
    font-size: 18px;
    height: 18px;
    left: 0;
    margin-top: -9px;
    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-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close:before {
    font-size: 16px
}

.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close:before,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close:before {
    font-size: 14px
}

.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-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    margin: 10px 16px 10px 0
}

.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-multiselect.e-input-group.e-outline.e-small .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,.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    margin: 6px 10px 8px 0
}

.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    margin: 6px 12px 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-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-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    margin: 7px 0 9px 12px
}

.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.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-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    margin: 10px 0 10px 16px
}

.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-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-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-small .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,.e-rtl.e-small .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-small .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    margin: 6px 0 8px 10px
}

.e-bigger .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-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-bigger.e-small .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-bigger .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-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-bigger.e-small .e-multiselect.e-input-group.e-outline .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-bigger .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-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl .e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-bigger .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-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,.e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-bigger .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-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
    margin: 6px 0 8px 12px
}

.e-multi-select-wrapper {
    box-sizing: border-box;
    cursor: text;
    line-height: normal;
    min-height: 30px;
    padding: 0 32px 0 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.e-multi-select-wrapper.e-delimiter .e-searcher {
    height: 27px;
    vertical-align: middle
}

.e-multi-select-wrapper.e-delimiter .e-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: #f60;
    padding: 12px 4px 11px 0
}

.e-multi-select-wrapper .e-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] {
    height: 1px;
    min-height: 1px
}

.e-multi-select-wrapper .e-chips.e-mob-chip>.e-chipcontent {
    max-width: 100%
}

.e-multiselect.e-float-input,.e-multiselect.e-input-group {
    word-wrap: normal
}

.e-bigger .e-multi-select-wrapper {
    min-height: 36px
}

.e-multi-select-wrapper.e-close-icon-hide {
    padding-right: 0
}

.e-multi-select-wrapper .e-chips-collection {
    cursor: default;
    display: block
}

.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-bigger .e-multi-select-wrapper .e-chips {
    margin: 0 8px 6px 0
}

.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-bigger .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-multi-select-wrapper .e-mob-chip.e-chips>.e-chipcontent {
    padding: 8px 4px 8px 0
}

.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips>.e-chipcontent,.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;
    width: 16px
}

.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;
    top: 100%;
    width: 24px
}

.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
    right: 22px
}

.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    margin-top: -3em
}

.e-multi-select-wrapper input[type=text] {
    background: none;
    border: 0;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    height: 28px;
    min-height: 28px;
    outline: none;
    padding: 0;
    text-indent: 0
}

.e-bigger .e-multi-select-wrapper input[type=text],.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
    height: 28px;
    min-height: 28px
}

.e-bigger .e-multi-select-wrapper input[type=text] {
    height: 34px;
    min-height: 34px
}

.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-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
    width: calc(100% - 38px)
}

.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-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
    width: calc(100% - 32px)
}

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
    width: calc(100% - 38px)
}

.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-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
    width: calc(100% - 32px)
}

.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-bigger .e-multi-select-wrapper .e-delim-values {
    line-height: 34px
}

.e-multi-select-list-wrapper .e-hide-listitem {
    display: none
}

.e-multi-select-wrapper .e-delim-values .e-remain {
    color: rgba(0,0,0,.54);
    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 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,.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 auto 0 0
}

.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-icon.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-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper,.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-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,.e-bigger .e-popup.e-multi-select-list-wrapper.e-mulltiselect-group .e-list-group-item .e-checkbox-wrapper {
    bottom: 1px;
    margin-right: 12px
}

.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper,.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-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item,.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
    padding-right: 0
}

.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
    padding-left: 16px
}

.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper {
    padding-left: 14px
}

.e-multi-select-list-wrapper .e-selectall-parent {
    cursor: pointer;
    display: block;
    line-height: 36px;
    overflow: hidden;
    position: relative;
    text-indent: 17px;
    white-space: nowrap;
    width: 100%
}

.e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
    color: rgba(0,0,0,.87);
    font-family: inherit;
    font-size: 14px
}

.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
    font-size: 13px;
    line-height: 48px;
    text-indent: 17px
}

.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-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
    bottom: 1px;
    margin-right: 12px
}

.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 .3s ease
}

.e-multiselect.e-icon-anim .e-ddl-icon:before {
    transform: rotate(180deg);
    transition: transform .3s 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-bigger .e-ddl.e-popup.e-multi-select-list-wrappe .e-filter-parent .e-input-filter,.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
    padding: 4px 0
}

.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-clear-icon,.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .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-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
    line-height: 34px
}

.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-group-item.e-disable .e-checkbox-wrapper .e-frame,.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame {
    opacity: .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: .7
}

.e-multi-select-wrapper input[readonly=true],.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 {
    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: 28px
}

.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    margin-top: -2.5em
}

.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
    line-height: 40px
}

.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
    height: 16px;
    width: 16px
}

.e-bigger.e-small .e-multi-select-wrapper {
    min-height: 28px
}

.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
    height: 30px;
    min-height: 30px
}

.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
    font-size: 13px;
    line-height: 30px
}

.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    margin-top: -2.5em;
    right: 5px
}

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

.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect,.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect {
    background-size: 300px 40px;
    min-height: 40px
}

.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
    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-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type=text],.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
    font-size: inherit;
    min-height: 34px;
    padding: 8px 12px 9px
}

.e-bigger.e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],.e-bigger.e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],.e-bigger .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text],.e-small .e-bigger.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type=text] {
    padding: 8px 12px 9px
}

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type=text],.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
    font-size: inherit;
    min-height: 40px
}

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper {
    min-height: 40px;
    padding: 7px 42px 7px 0
}

.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper {
    min-height: 34px;
    padding: 3px 38px 1px 0
}

.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,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper,.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper {
    min-height: 34px;
    padding: 3px 38px 1px 0
}

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-bigger.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-bigger .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper {
    padding-right: 0
}

.e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-bigger .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl.e-bigger.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-rtl .e-bigger.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-rtl.e-bigger .e-small.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,.e-rtl .e-bigger .e-small.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.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-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,.e-rtl.e-small.e-bigger.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,.e-rtl.e-small .e-bigger.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,.e-rtl.e-small.e-bigger .e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,.e-rtl .e-small .e-bigger.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,.e-rtl.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,.e-rtl .e-small.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-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-small .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper {
    padding-left: 0
}

.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper,.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-bigger.e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl .e-small .e-bigger.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-bigger.e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper,.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper {
    padding: 7px 0 7px 42px
}

.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl .e-bigger .e-small.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-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-rtl .e-small .e-bigger.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-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,.e-small.e-bigger .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-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
    height: 40px
}

.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-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
    height: 34px
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
    font-size: 14px;
    line-height: 34px;
    padding: 0 0 0 12px
}

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
    font-size: 16px;
    line-height: 40px;
    padding: 0 0 0 16px
}

.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-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
    font-size: 14px;
    line-height: 34px;
    padding: 0 0 0 12px
}

.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
    padding: 0 12px 0 0
}

.e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-bigger .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
    padding: 0 16px 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-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 {
    padding: 0 8px 0 0
}

.e-bigger .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-bigger .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-bigger.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-small .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,.e-small .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
    padding: 0 12px 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-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
    height: 32px;
    padding: 0 12px
}

.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-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
    height: 26px;
    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-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent {
    font-size: 13px
}

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips>.e-chipcontent {
    font-size: 14px
}

.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 {
    align-items: center
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    align-items: normal
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
    font-size: 14px
}

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
    font-size: 16px
}

.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-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
    font-size: 14px
}

.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close:before {
    color: #fff
}

.e-multi-select-wrapper .e-chips.e-chip-selected,.e-multi-select-wrapper .e-chips.e-chip-selected:hover {
    background-color: #757575
}

.e-multiselect {
    box-sizing: border-box
}

.e-multi-select-wrapper .e-chips>.e-chipcontent {
    color: rgba(0,0,0,.87);
    font-family: inherit;
    font-size: 13px
}

.e-multi-select-wrapper .e-chips.e-chip-selected>.e-chipcontent,.e-multi-select-wrapper .e-chips.e-chip-selected>.e-chipcontent:hover {
    color: #fff
}

.e-multi-select-wrapper .e-chips {
    background-color: #eee;
    border-radius: 16px;
    height: 24px
}

.e-multi-select-wrapper .e-chips:hover {
    background-color: #eee
}

.e-multi-select-wrapper .e-chips>.e-chipcontent:hover {
    color: rgba(0,0,0,.87)
}

.e-multi-select-wrapper .e-chips .e-chips-close:before {
    color: rgba(0,0,0,.54);
    font-size: 16px
}

.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
    background-color: #f60;
    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-bigger .e-multi-select-wrapper .e-chips,.e-multi-select-wrapper .e-chips.e-mob-chip {
    height: 28px
}

.e-popup.e-multi-select-list-wrapper {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    box-sizing: content-box;
    overflow: initial
}

.e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
    border-color: #fff #e0e0e0 transparent;
    border-style: solid;
    border-width: 1px
}

.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active,.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: rgba(0,0,0,.87)
}

.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus,.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
    color: rgba(0,0,0,.87)
}

.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover,.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
    background-color: #eee
}

.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,.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
    background-color: #e0e0e0;
    border: 1px solid transparent;
    box-shadow: none;
    color: #f60
}

.e-popup.e-multi-select-list-wrapper .e-list-item,.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,.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
    color: rgba(0,0,0,.42)
}

.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
    color: rgba(0,0,0,.42)
}

.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
    color: rgba(0,0,0,.42)
}

.e-multi-select-list-wrapper .e-selectall-parent,.e-ul.e-reorder {
    border-bottom: 1px solid rgba(0,0,0,.12)
}

.e-multi-select-wrapper .e-delim-values {
    color: rgba(0,0,0,.87)
}

.e-multi-select-wrapper .e-chips-close.e-close-hooker {
    color: #000
}

.e-small .e-multi-select-wrapper .e-chips {
    height: 22px
}

.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-bigger.e-small .e-multi-select-wrapper .e-chips {
    height: 24px
}

.e-bigger.e-small .e-multi-select-wrapper .e-chips>.e-chipcontent {
    font-size: 13px
}

.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close:before {
    font-size: 16px
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
    background-color: #e0e0e0
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover {
    background-color: #d6d6d6
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,.e-multiselect.e-outline .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-outline .e-multi-select-wrapper .e-chips.e-chip-selected>.e-chipcontent:hover {
    color: rgba(0,0,0,.87)
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    color: rgba(0,0,0,.54)
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
    color: rgba(0,0,0,.87)
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close:before {
    color: rgba(0,0,0,.54)
}

.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 {
    color: rgba(0,0,0,.87)
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
    color: rgba(0,0,0,.6)
}

.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker,.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>.e-chipcontent,.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 {
    color: rgba(0,0,0,.38)
}

.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
    background-color: #f5f5f5
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
    background-color: #f60;
    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-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
    width: 33px
}

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
    color: #fff
}

.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-listbox-wrapper {
    -webkit-overflow-scrolling: touch;
    border: 0 solid;
    cursor: pointer;
    display: block;
    overflow: auto;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.e-listbox-wrapper * {
    box-sizing: border-box
}

.e-listbox-wrapper:focus {
    outline: none
}

.e-listbox-wrapper.e-disabled {
    cursor: default;
    pointer-events: none
}

.e-listbox-wrapper .e-selectall-parent,.e-listbox-wrapper:not(.e-list-template) .e-list-item {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    position: relative
}

.e-listbox-wrapper .e-list-parent {
    height: 100%
}

.e-listbox-wrapper .e-list-item {
    border-bottom: 0 solid;
    outline: none
}

.e-listbox-wrapper .e-list-item.e-disabled {
    pointer-events: none
}

.e-listbox-wrapper .e-disable {
    opacity: .7
}

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

.e-listbox-wrapper .e-list-header .e-text.header {
    display: none
}

.e-listbox-wrapper .e-icon-back {
    margin-top: 2px
}

.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header {
    display: none
}

.e-listbox-wrapper .e-list-header {
    align-items: center;
    border-bottom: 1px solid;
    display: flex;
    font-weight: 700;
    height: 48px;
    padding: 0 16px
}

.e-listbox-wrapper .e-has-header>.e-view {
    top: 45px
}

.e-listbox-wrapper .e-but-back {
    cursor: pointer;
    padding-right: 30px
}

.e-listbox-wrapper .e-list-group-item:first-child {
    border: 0;
    border-bottom: 0 solid transparent
}

.e-listbox-wrapper .e-list-group-item {
    border-bottom: 0 solid transparent;
    border-top: 1px solid;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    padding: 0 16px
}

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

.e-listbox-wrapper .e-text-content {
    height: 100%;
    position: relative;
    vertical-align: middle
}

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

.e-listbox-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 {
    width: calc(100% - 90px)
}

.e-listbox-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 {
    width: calc(100% - 92px)
}

.e-listbox-wrapper .e-checkbox .e-checkbox-left {
    margin: -2px 10px 0 0
}

.e-listbox-wrapper .e-checkbox .e-checkbox-right {
    margin: -2px 0 0 10px
}

.e-listbox-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-icon-wrapper .e-list-text,.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,.e-listbox-wrapper .e-list-icon+.e-list-text {
    width: calc(100% - 60px)
}

.e-listbox-wrapper .e-list-icon {
    height: 30px;
    margin-right: 16px;
    width: 30px
}

.e-listbox-wrapper .e-content {
    overflow: hidden;
    position: relative
}

.e-listbox-wrapper .e-list-header .e-text {
    cursor: pointer;
    text-indent: 0
}

.e-listbox-wrapper .e-text .e-headertext {
    display: inline-block;
    line-height: inherit
}

.e-listbox-wrapper.e-rtl {
    direction: rtl
}

.e-listbox-wrapper.e-rtl .e-list-icon {
    margin-left: 16px;
    margin-right: 0
}

.e-listbox-wrapper.e-rtl .e-icon-collapsible {
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

.e-listbox-wrapper.e-rtl .e-list-header .e-text {
    cursor: pointer
}

.e-listbox-wrapper.e-rtl .e-but-back {
    transform: rotate(180deg)
}

.e-listbox-wrapper.e-rtl .e-icon-back {
    margin-top: -2px
}

.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left {
    margin: -2px 0 0 10px
}

.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right {
    margin: -2px 10px 0 0
}

.e-listbox-wrapper.e-rtl .e-checkbox-wrapper {
    margin: -2px 0 0 10px
}

.e-listbox-wrapper .e-list-item .e-list-badge {
    align-items: center;
    background-color: #f60;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 12px;
    height: 22px;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 22px
}

.e-listbox-wrapper .e-checkbox-wrapper {
    margin: -2px 10px 0 0;
    text-indent: 0;
    vertical-align: middle
}

.e-listbox-wrapper.e-right .e-checkbox-wrapper {
    position: absolute;
    right: 0;
    top: 30%
}

.e-listbox-wrapper .e-input-group {
    padding: 4px 8px
}

.e-listbox-wrapper .e-input-focus {
    padding: 4px 4px 4px 8px
}

.e-listbox-wrapper .e-hidden-select {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 100%
}

.e-listbox-wrapper .e-placeholder {
    background-color: #f60;
    display: block;
    height: 1px
}

.e-listbox-wrapper .e-sortableclone {
    z-index: 10000
}

.e-listbox-wrapper .e-sortableclone.e-ripple {
    overflow: visible
}

ejs-listbox {
    display: block
}

.e-listboxtool-wrapper {
    cursor: pointer;
    display: flex
}

.e-listboxtool-wrapper * {
    box-sizing: border-box
}

.e-listboxtool-wrapper.e-disabled {
    cursor: default;
    pointer-events: none
}

.e-listboxtool-wrapper .e-listbox-wrapper {
    flex: 1
}

.e-listboxtool-wrapper.e-right .e-listbox-tool {
    margin-left: 15px
}

.e-listboxtool-wrapper.e-left .e-listbox-tool {
    margin-right: 15px
}

.e-listboxtool-wrapper .e-listbox-tool {
    border: 1px solid #e0e0e0;
    overflow: auto;
    padding: 8px
}

.e-listboxtool-wrapper .e-listbox-tool .e-btn {
    display: list-item;
    list-style-type: none;
    margin-bottom: 10px
}

.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool {
    margin-right: 15px
}

.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool {
    margin-left: 15px
}

.e-bigger .e-listbox-wrapper .e-list-item,.e-listbox-wrapper.e-bigger .e-list-item {
    border: 0 solid transparent
}

.e-bigger .e-listbox-wrapper .e-selectall-parent,.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,.e-listbox-wrapper.e-bigger .e-selectall-parent,.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item {
    height: 48px;
    line-height: 45px;
    position: relative
}

.e-bigger .e-listbox-wrapper .e-text-content,.e-listbox-wrapper.e-bigger .e-text-content {
    font-size: 15px
}

.e-bigger .e-listbox-wrapper .e-list-group-item,.e-listbox-wrapper.e-bigger .e-list-group-item {
    height: 48px;
    line-height: 45px
}

.e-bigger .e-listbox-wrapper .e-list-header,.e-listbox-wrapper.e-bigger .e-list-header {
    align-items: center;
    display: flex;
    font-weight: 700;
    height: 64px
}

.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,.e-listbox-wrapper.e-bigger .e-list-header .e-text.header {
    display: none
}

.e-bigger .e-listbox-wrapper .e-list-header .e-text,.e-listbox-wrapper.e-bigger .e-list-header .e-text {
    font-size: 20px
}

.e-listbox-wrapper {
    border: 1px solid #e0e0e0;
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;
    font-size: 15px
}

.e-listbox-wrapper .e-list-header {
    background-color: #fff;
    border-color: rgba(0,0,0,.12);
    color: rgba(0,0,0,.87);
    font-size: 20px
}

.e-listbox-wrapper .e-icons {
    color: rgba(0,0,0,.54)
}

.e-listbox-wrapper .e-list-item {
    background-color: #fff;
    border: 0 solid transparent;
    color: rgba(0,0,0,.87)
}

.e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),.e-listbox-wrapper .e-list-item:hover:not(.e-disabled) {
    background-color: #eee;
    border-color: transparent;
    color: rgba(0,0,0,.87)
}

.e-listbox-wrapper .e-list-item.e-selected {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.87)
}

.e-listbox-wrapper .e-list-item.e-selected.e-checklist {
    background-color: #fff;
    color: rgba(0,0,0,.87)
}

.e-listbox-wrapper .e-list-item.e-focused,.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.87)
}

.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 {
    background-color: #f60;
    border-color: transparent;
    color: #fff
}

.e-listbox-wrapper .e-list-group-item {
    background-color: #fafafa;
    border-color: rgba(0,0,0,.12);
    color: rgba(0,0,0,.54);
    font-size: 15px
}

.e-listbox-wrapper .e-selectall-parent {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.12);
    color: rgba(0,0,0,.87)
}

.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element {
    background-color: transparent
}

.e-listbox-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) {
    padding: .2667em 1.0666em
}

.e-listbox-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 {
    color: rgba(0,0,0,.87);
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    padding: .115em 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
    color: rgba(0,0,0,.54);
    display: block;
    font-size: 13px;
    margin: 0;
    padding: .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) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
    height: 2.6667em;
    left: 1.0667em;
    position: absolute;
    top: .2666em;
    width: 2.6667em
}

.e-listbox-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) {
    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 {
    height: 2.6667em;
    position: absolute;
    right: 1.0667em;
    top: .2666em;
    width: 2.6667em
}

.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-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
    top: 1.0666em
}

.e-listbox-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 {
    padding-left: 4.8em;
    padding-right: 4.1333em
}

.e-listbox-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 {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: .72em 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,.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-selected .e-list-content,.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header {
    color: rgba(0,0,0,.87)
}

.e-listbox-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) {
    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) {
    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 {
    left: 1.0667em;
    right: inherit
}

.e-listbox-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 {
    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) {
    padding-left: 4.1333em;
    padding-right: 1.0666em
}

.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"
}

/*! tooltip layout */
.e-tooltip-wrap {
    max-width: 350px;
    min-width: 30px;
    padding: 0;
    position: absolute;
    visibility: visible /*! tooltip arrow */ /*! tooltip sticky mode close icon */ /*! tooltip content area */
}

.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 {
    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
}

/*! Bigger Style */
.e-bigger .e-tooltip-wrap .e-tip-content,.e-tooltip-wrap.e-bigger .e-tip-content {
    line-height: 20px;
    padding: 5px 8px
}

/*! Tooltip theme */
.e-tooltip-wrap {
    border-radius: 2px;
    filter: none;
    opacity: .9 /*! tooltip arrow */ /*! tooltip sticky mode close icon */ /*! tooltip content area */
}

.e-tooltip-wrap.e-popup {
    background-color: #616161;
    border: 1px solid #616161
}

.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 #616161
}

.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
    border-bottom: 8px solid #616161;
    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 #616161;
    border-top: 8px solid transparent
}

.e-tooltip-wrap .e-arrow-tip-outer.e-tip-right {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #616161;
    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-bottom,.e-tooltip-wrap .e-arrow-tip-inner.e-tip-left,.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right,.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
    color: #616161;
    font-family: e-icons;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.e-tooltip-wrap .e-tooltip-close {
    border-color: transparent;
    border-radius: 8px
}

.e-tooltip-wrap .e-tooltip-close,.e-tooltip-wrap .e-tooltip-close:hover {
    background-color: #fff;
    color: #616161
}

.e-tooltip-wrap .e-tip-content {
    color: #fff;
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;
    font-size: 11px
}

/*! bigger style */
.e-bigger .e-tooltip-wrap .e-tip-content,.e-tooltip-wrap.e-bigger .e-tip-content {
    font-size: 14px
}

.e-dialog .e-icon-dlg-close:before {
    content: "\e7fc";
    position: relative
}

.e-dialog .e-icon-dlg-close,.e-dialog .e-icon-dlg-close:active,.e-dialog .e-icon-dlg-close:hover {
    opacity: 1
}

.e-dialog .e-south-east:before,.e-dialog .e-south-west:before {
    content: "\eb05"
}

/*! dialog layout */
.e-dialog {
    border: none;
    border-radius: 2px;
    flex-direction: column
}

.e-dialog,.e-dialog.e-popup {
    width: 100%
}

.e-dialog.e-dlg-resizable {
    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: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 80%
}

.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: 400;
    line-height: normal;
    overflow: auto;
    overflow-x: hidden
}

.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%;
    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-bigger.e-dialog .e-dlg-header-content,.e-bigger .e-dialog .e-dlg-header-content {
    padding: 24px 24px 20px
}

.e-bigger.e-dialog .e-dlg-header,.e-bigger .e-dialog .e-dlg-header {
    font-size: 18px
}

.e-bigger.e-dialog .e-dlg-content,.e-bigger .e-dialog .e-dlg-content {
    font-size: 13px;
    padding: 24px
}

.e-bigger.e-dialog .e-footer-content,.e-bigger .e-dialog .e-footer-content {
    padding: 8px
}

.e-bigger.e-dialog .e-footer-content .e-btn,.e-bigger .e-dialog .e-footer-content .e-btn {
    margin-left: 8px
}

.e-bigger.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    bottom: 3px;
    height: 36px;
    left: 6px;
    width: 36px
}

.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
    font-size: 12px;
    width: auto
}

.e-bigger.e-rtl .e-footer-content .e-btn,.e-bigger .e-rtl .e-footer-content .e-btn {
    margin-left: 0;
    margin-right: 8px
}

.e-bigger .e-dlg-header-content+.e-dlg-content {
    padding-top: 0
}

.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-rtl .e-footer-content .e-btn {
    margin-right: 6px
}

.e-dialog.e-draggable .e-dlg-header-content {
    cursor: move
}

.e-dialog {
    max-height: 98%;
    max-width: 100%;
    min-width: 240px
}

.e-rtl .e-footer-content .e-btn {
    margin-left: 0
}

.e-rtl .e-footer-content {
    text-align: left
}

.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    float: left
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    background-color: none;
    border-color: none;
    border-radius: 50%;
    bottom: 0;
    float: right;
    height: 30px;
    left: 6px;
    position: relative;
    width: 30px
}

.e-rtl.e-dialog .e-resize-handle.e-south-west {
    bottom: 2px;
    cursor: sw-resize;
    left: 2px;
    transform: rotate(90deg)
}

.e-dlg-overlay {
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    transition: opacity .15s linear;
    width: 100%
}

.e-dlg-overlay.e-fade {
    opacity: 0
}

.e-dlg-overflow-hidden {
    overflow: auto
}

.e-dlg-fullscreen {
    height: 100%!important;
    left: 0!important;
    top: 0!important;
    width: 100%!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-justify-content: center;
    justify-content: center
}

.e-dlg-center-center,.e-dlg-left-center {
    -webkit-align-items: center;
    align-items: center
}

.e-dlg-left-center {
    -webkit-justify-content: flex-start;
    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-justify-content: flex-start;
    justify-content: flex-start
}

.e-dlg-left-top,.e-dlg-right-top {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.e-dlg-right-top {
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.e-dlg-center-top {
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column
}

.e-dlg-left-bottom {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.e-dlg-left-bottom,.e-dlg-right-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.e-dlg-center-bottom,.e-dlg-right-bottom {
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.e-dlg-center-bottom {
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column
}

.e-dialog .e-btn.e-dlg-closeicon-btn:active,.e-dialog .e-btn.e-dlg-closeicon-btn:focus,.e-dialog .e-btn.e-dlg-closeicon-btn:hover {
    background-color: #e0e0e0;
    border-color: transparent;
    box-shadow: 0 0 0 transparent
}

.e-content-placeholder.e-dialog.e-placeholder-dialog {
    background-size: 400px 210px;
    min-height: 210px
}

.e-bigger.e-content-placeholder.e-dialog.e-placeholder-dialog,.e-bigger .e-content-placeholder.e-dialog.e-placeholder-dialog {
    background-size: 400px 220px;
    min-height: 220px
}

@media (min-width: 768px) {
    .e-alert-dialog.e-dialog.e-popup,.e-confirm-dialog.e-dialog.e-popup {
        margin:30px auto;
        width: 600px
    }
}

@media (max-width: 768px) {
    .e-alert-dialog.e-dialog.e-popup,.e-confirm-dialog.e-dialog.e-popup {
        margin:30px auto;
        width: auto
    }
}

.e-dialog {
    background-color: #fff;
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)
}

.e-dlg-overlay {
    background-color: #383838
}

.e-footer-content {
    background-color: #fff
}

.e-dlg-header,.e-dlg-header * {
    color: rgba(0,0,0,.87);
    font-size: 18px;
    font-weight: 400
}

.e-dlg-content {
    color: rgba(0,0,0,.87)
}

.e-device .e-dlg-content,.e-device .e-dlg-content * {
    font-size: 14px
}

.e-dlg-content,.e-dlg-header-content {
    background-color: #fff
}

.e-dialog .e-btn.e-dlg-closeicon-btn:hover span,.e-icon-dlg-close {
    color: #000
}

.e-icon-dlg-close:active {
    border-radius: 50%;
    color: #000;
    opacity: 1
}

.e-icon-dlg-close:hover {
    color: #000
}

.e-dlg-header-content .e-dlg-closeicon-btn:active,.e-dlg-header-content .e-dlg-closeicon-btn:hover {
    background-color: transparent
}

.e-south-east,.e-south-west {
    color: #000
}

/*! splitbutton layout */
.e-split-btn-wrapper {
    display: inline-flex;
    white-space: nowrap;
    width: -moz-min-content;
    width: min-content
}

.e-split-btn-wrapper .e-split-btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    text-transform: none;
    z-index: 1;
    padding-left: 10px;
    padding-right: 4px
}

.e-split-btn-wrapper .e-split-btn:focus {
    outline-offset: 0
}

.e-split-btn-wrapper .e-split-btn:active,.e-split-btn-wrapper .e-split-btn:focus,.e-split-btn-wrapper .e-split-btn:hover {
    z-index: 2
}

.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:active,.e-split-btn-wrapper .e-dropdown-btn:disabled:active,.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:focus,.e-split-btn-wrapper .e-dropdown-btn:hover {
    z-index: 0
}

.e-split-btn-wrapper .e-dropdown-btn:focus {
    outline-offset: 0
}

.e-split-btn-wrapper .e-btn,.e-split-btn-wrapper .e-btn:active,.e-split-btn-wrapper .e-btn:disabled,.e-split-btn-wrapper .e-btn:focus,.e-split-btn-wrapper .e-btn:hover {
    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-dropdown-btn,.e-split-btn-wrapper.e-vertical .e-split-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: .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-bigger.e-split-btn-wrapper .e-split-btn,.e-bigger .e-split-btn-wrapper .e-split-btn {
    padding-left: 12px;
    padding-right: 6px
}

.e-bigger.e-split-btn-wrapper .e-split-btn.e-top-icon-btn,.e-bigger .e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
    padding-bottom: 12px;
    padding-top: 12px
}

.e-bigger.e-split-btn-wrapper .e-split-btn .e-btn-icon,.e-bigger .e-split-btn-wrapper .e-split-btn .e-btn-icon {
    font-size: 16px;
    margin-left: 0;
    padding-right: 10px;
    width: auto
}

.e-bigger.e-split-btn-wrapper .e-split-btn .e-icon-top,.e-bigger .e-split-btn-wrapper .e-split-btn .e-icon-top {
    padding-bottom: 6px;
    padding-right: 0
}

.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn,.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn {
    padding-left: 9px;
    padding-right: 9px
}

.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon,.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon {
    padding-right: 0
}

.e-bigger.e-split-btn-wrapper .e-dropdown-btn,.e-bigger .e-split-btn-wrapper .e-dropdown-btn {
    padding-left: 4px;
    padding-right: 4px
}

.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn,.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn {
    padding-left: 6px;
    padding-right: 12px
}

.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon,.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon {
    padding-left: 10px;
    padding-right: 0
}

.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top,.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top {
    padding-left: 0
}

.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn,.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn {
    padding-left: 9px;
    padding-right: 9px
}

.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon,.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon {
    padding-left: 0
}

.e-bigger.e-split-btn-wrapper.e-vertical .e-split-btn,.e-bigger .e-split-btn-wrapper.e-vertical .e-split-btn {
    padding-bottom: 6px;
    padding-right: 12px
}

.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn,.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn {
    padding-bottom: 4px;
    padding-top: 4px
}

.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom,.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom {
    padding-top: 0
}

/*! splitbutton theme */
.e-split-btn-wrapper .e-split-btn,.e-split-btn-wrapper .e-split-btn:active,.e-split-btn-wrapper .e-split-btn:focus {
    border-right-color: transparent
}

.e-split-btn-wrapper .e-split-btn:disabled {
    border-right-color: rgba(0,0,0,.12)
}

.e-split-btn-wrapper:hover .e-split-btn,.e-split-btn-wrapper:hover .e-split-btn:disabled {
    border-right-color: transparent
}

.e-split-btn-wrapper.e-rtl .e-split-btn,.e-split-btn-wrapper.e-rtl .e-split-btn:active,.e-split-btn-wrapper.e-rtl .e-split-btn:focus {
    border-color: transparent
}

.e-split-btn-wrapper.e-rtl .e-split-btn:disabled,.e-split-btn-wrapper.e-rtl:hover .e-split-btn {
    border-left-color: transparent;
    border-right-color: transparent
}

.e-split-btn-wrapper.e-rtl:hover .e-split-btn:disabled {
    border-left-color: transparent
}

.e-split-btn-wrapper.e-vertical .e-split-btn,.e-split-btn-wrapper.e-vertical .e-split-btn:active,.e-split-btn-wrapper.e-vertical .e-split-btn:disabled,.e-split-btn-wrapper.e-vertical .e-split-btn:focus,.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:disabled {
    border-bottom-color: transparent
}

.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn,.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:active,.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:disabled,.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:focus,.e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn {
    border-left-color: transparent
}

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

/*! drop-down button layout */
.e-dropdown-btn,.e-dropdown-btn.e-btn {
    box-shadow: none;
    text-transform: none;
    white-space: normal
}

.e-dropdown-btn.e-btn:focus,.e-dropdown-btn.e-btn:hover,.e-dropdown-btn:focus,.e-dropdown-btn:hover {
    box-shadow: none
}

.e-dropdown-btn.e-btn:active,.e-dropdown-btn:active {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-dropdown-btn .e-btn-icon,.e-dropdown-btn.e-btn .e-btn-icon {
    font-size: 14px
}

.e-dropdown-btn.e-btn .e-caret,.e-dropdown-btn .e-caret {
    font-size: 8px
}

.e-dropdown-btn.e-btn.e-vertical,.e-dropdown-btn.e-vertical {
    line-height: 1;
    padding: 12px
}

.e-dropdown-btn.e-btn.e-caret-hide .e-caret,.e-dropdown-btn.e-caret-hide .e-caret {
    display: none
}

.e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul,.e-dropdown-btn.e-small {
    padding: 8px 0
}

.e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul .e-item,.e-dropdown-btn.e-small .e-item {
    padding: 0 16px
}

.e-dropdown-btn.e-btn.e-small.e-vertical,.e-dropdown-btn.e-small.e-vertical {
    line-height: 1;
    padding: 12px
}

.e-bigger.e-dropdown-btn .e-btn-icon,.e-bigger .e-dropdown-btn .e-btn-icon {
    font-size: 16px
}

.e-bigger.e-dropdown-btn .e-caret,.e-bigger .e-dropdown-btn .e-caret {
    font-size: 10px
}

.e-bigger.e-dropdown-btn.e-small.e-vertical,.e-bigger .e-dropdown-btn.e-small.e-vertical,.e-bigger.e-dropdown-btn.e-vertical,.e-bigger .e-dropdown-btn.e-vertical {
    line-height: 1;
    padding: 16px
}

.e-dropdown-popup {
    position: absolute
}

.e-dropdown-popup ul {
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    min-width: 120px;
    overflow: hidden;
    padding: 8px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    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-menu-url {
    display: inline-block;
    text-decoration: none
}

.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-rtl.e-dropdown-popup .e-item .e-menu-icon {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

.e-bigger.e-dropdown-popup ul,.e-bigger .e-dropdown-popup ul {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    font-size: 15px;
    max-width: 280px;
    min-width: 112px;
    padding: 8px 0
}

.e-bigger.e-dropdown-popup ul .e-item,.e-bigger .e-dropdown-popup ul .e-item {
    height: 48px;
    line-height: 48px;
    padding: 0 16px
}

.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon,.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon {
    font-size: 16px;
    line-height: 48px
}

.e-bigger.e-dropdown-popup ul .e-item.e-separator,.e-bigger .e-dropdown-popup ul .e-item.e-separator {
    height: auto;
    line-height: normal
}

/*! drop-down button theme */
.e-dropdown-popup {
    background-color: #fff
}

.e-dropdown-popup,.e-dropdown-popup ul .e-item .e-menu-icon,.e-dropdown-popup ul .e-item .e-menu-url {
    color: rgba(0,0,0,.87)
}

.e-dropdown-popup ul .e-item.e-focused {
    background-color: #e0e0e0;
    box-shadow: none
}

.e-dropdown-popup ul .e-item:hover {
    background-color: #e0e0e0;
    color: rgba(0,0,0,.87)
}

.e-dropdown-popup ul .e-item.e-selected,.e-dropdown-popup ul .e-item:active {
    background-color: #bdbdbd;
    color: rgba(0,0,0,.87)
}

.e-dropdown-popup ul .e-item.e-selected .e-menu-icon,.e-dropdown-popup ul .e-item.e-selected .e-menu-url,.e-dropdown-popup ul .e-item:active .e-menu-icon,.e-dropdown-popup ul .e-item:active .e-menu-url {
    color: rgba(0,0,0,.87)
}

.e-dropdown-popup ul .e-separator {
    border-bottom-color: rgba(0,0,0,.12)
}

.e-btn-group,.e-css.e-btn-group {
    display: inline-flex;
    border-radius: 2px;
    flex-direction: row;
    position: relative
}

.e-btn-group .e-btn:focus,.e-btn-group .e-btn:hover,.e-btn-group input:focus+label.e-btn,.e-css.e-btn-group .e-btn:focus,.e-css.e-btn-group .e-btn:hover,.e-css.e-btn-group input:focus+label.e-btn {
    z-index: 2
}

.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 :disabled,.e-btn-group input:disabled+label.e-btn,.e-css.e-btn-group :disabled,.e-css.e-btn-group input:disabled+label.e-btn {
    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-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
    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-btn:last-of-type:not(:last-child),.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-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-css.e-btn-group.e-rtl .e-btn:first-of-type {
    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-btn:last-of-type:not(:last-child),.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-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 {
    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
}

.e-bigger.e-btn-group .e-btn-icon,.e-bigger .e-btn-group .e-btn-icon,.e-bigger.e-css.e-btn-group .e-btn-icon,.e-bigger .e-css.e-btn-group .e-btn-icon {
    font-size: 16px
}

.e-btn-group:not(.e-outline),.e-css.e-btn-group:not(.e-outline) {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)
}

.e-btn-group .e-btn,.e-btn-group .e-btn:hover,.e-css.e-btn-group .e-btn,.e-css.e-btn-group .e-btn:hover {
    box-shadow: none
}

.e-btn-group .e-btn:focus,.e-btn-group input:focus+label.e-btn,.e-css.e-btn-group .e-btn:focus,.e-css.e-btn-group input:focus+label.e-btn {
    background-color: rgba(0,0,0,.18);
    border-color: transparent;
    color: rgba(0,0,0,.87);
    outline: 0 solid #fafafa;
    outline-offset: 0;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    box-shadow: none;
    outline-color: none
}

.e-btn-group .e-btn:focus.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+label.e-btn.e-primary {
    background-color: #ff8b3d;
    border-color: transparent;
    color: #fff;
    outline: 0 solid #fafafa;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    box-shadow: none;
    outline-color: none
}

.e-btn-group .e-btn:focus.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+label.e-btn.e-success {
    background-color: #78a253;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    box-shadow: none;
    outline-color: none
}

.e-btn-group .e-btn:focus.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+label.e-btn.e-info {
    background-color: #3f98df;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    box-shadow: none;
    outline-color: none
}

.e-btn-group .e-btn:focus.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+label.e-btn.e-warning {
    background-color: #d07f3d;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    box-shadow: none;
    outline-color: none
}

.e-btn-group .e-btn:focus.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+label.e-btn.e-danger {
    background-color: #e06f4c;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    box-shadow: none;
    outline-color: none
}

.e-btn-group .e-btn:focus.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+label.e-btn.e-link {
    border-radius: 0;
    text-decoration: underline;
    color: #0a3576;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    outline: none
}

.e-btn-group .e-btn:focus.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+label.e-btn.e-outline {
    background-color: rgba(0,0,0,.24);
    border-color: transparent;
    color: rgba(0,0,0,.87);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    box-shadow: none
}

.e-btn-group .e-btn:focus.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+label.e-btn.e-outline.e-primary {
    background-color: #ff8b3d;
    border-color: transparent;
    color: #fff;
    box-shadow: none
}

.e-btn-group .e-btn:focus.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+label.e-btn.e-outline.e-success {
    background-color: #78a253;
    border-color: transparent;
    color: #fff;
    box-shadow: none
}

.e-btn-group .e-btn:focus.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+label.e-btn.e-outline.e-info {
    background-color: #2188da;
    border-color: transparent;
    color: #fff;
    box-shadow: none
}

.e-btn-group .e-btn:focus.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+label.e-btn.e-outline.e-warning {
    background-color: #c86b1f;
    border-color: transparent;
    color: #fff;
    box-shadow: none
}

.e-btn-group .e-btn:focus.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+label.e-btn.e-outline.e-danger {
    background-color: #db582f;
    border-color: transparent;
    color: #fff;
    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-color: hsla(0,0%,72.2%,.9584);
    border-color: transparent;
    color: rgba(0,0,0,.87);
    outline: 0 solid #fafafa;
    outline-offset: 0;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    box-shadow: none
}

.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-color: #ff9752;
    border-color: transparent;
    color: #fff;
    outline: 0 solid #fafafa;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    box-shadow: none
}

.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-color: #86ab65;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    box-shadow: none
}

.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-color: #54a3e2;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    box-shadow: none
}

.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-color: #d58d52;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    box-shadow: none
}

.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-color: #e37e5f;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    box-shadow: none
}

.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-color: rgba(0,0,0,.32);
    border-color: #adadad;
    color: rgba(0,0,0,.87);
    box-shadow: none
}

.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-color: #ff9752;
    border-color: transparent;
    color: #fff;
    box-shadow: none
}

.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-color: #86ab65;
    border-color: transparent;
    color: #fff;
    box-shadow: none
}

.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-color: #54a3e2;
    border-color: transparent;
    color: #fff;
    box-shadow: none
}

.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-color: #d58d52;
    border-color: transparent;
    color: #fff;
    box-shadow: none
}

.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-color: #e37e5f;
    border-color: transparent;
    color: #fff;
    box-shadow: none
}

.e-btn-group .e-btn:disabled,.e-btn-group .e-btn:disabled.e-danger,.e-btn-group .e-btn:disabled.e-info,.e-btn-group .e-btn:disabled.e-primary,.e-btn-group .e-btn:disabled.e-success,.e-btn-group .e-btn:disabled.e-warning,.e-btn-group input:disabled+label.e-btn,.e-btn-group input:disabled+label.e-btn.e-danger,.e-btn-group input:disabled+label.e-btn.e-info,.e-btn-group input:disabled+label.e-btn.e-primary,.e-btn-group input:disabled+label.e-btn.e-success,.e-btn-group input:disabled+label.e-btn.e-warning,.e-css.e-btn-group .e-btn:disabled,.e-css.e-btn-group .e-btn:disabled.e-danger,.e-css.e-btn-group .e-btn:disabled.e-info,.e-css.e-btn-group .e-btn:disabled.e-primary,.e-css.e-btn-group .e-btn:disabled.e-success,.e-css.e-btn-group .e-btn:disabled.e-warning,.e-css.e-btn-group input:disabled+label.e-btn,.e-css.e-btn-group input:disabled+label.e-btn.e-danger,.e-css.e-btn-group input:disabled+label.e-btn.e-info,.e-css.e-btn-group input:disabled+label.e-btn.e-primary,.e-css.e-btn-group input:disabled+label.e-btn.e-success,.e-css.e-btn-group input:disabled+label.e-btn.e-warning {
    background-color: rgba(0,0,0,.12);
    box-shadow: none;
    color: rgba(0,0,0,.26);
    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(0,0,0,.26);
    background-color: 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-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.26);
    border-color: #adadad
}

.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-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.26);
    border-color: #f60
}

.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-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.26);
    border-color: #4d841d
}

.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-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.26);
    border-color: #0378d5
}

.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-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.26);
    border-color: #c15700
}

.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-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.26);
    border-color: #d64113
}

.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) .e-btn:focus.e-outline.e-danger,.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) .e-btn:focus.e-outline.e-primary,.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) .e-btn:focus.e-outline.e-warning,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-danger,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-info,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-primary,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-success,.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-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) .e-btn:focus.e-outline.e-info,.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) .e-btn:focus.e-outline.e-success,.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-css.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) input:focus+label.e-btn.e-outline.e-info,.e-css.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) input:focus+label.e-btn.e-outline.e-success,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-warning {
    border-color: transparent;
    outline-color: none
}

.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) .e-btn:focus.e-outline.e-danger,.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,.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-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-danger,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-info,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-primary,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-success,.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-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) .e-btn:focus.e-outline.e-info,.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) .e-btn:focus.e-outline.e-success,.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-css.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) input:focus+label.e-btn.e-outline.e-info,.e-css.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) input:focus+label.e-btn.e-outline.e-success,.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-warning {
    border-color: transparent;
    outline-color: none
}

.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
}

/*! Progress Button Layout */
.e-progress-btn {
    position: relative
}

.e-progress-btn .e-progress {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s linear
}

.e-progress-btn .e-spinner {
    transition: all .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
}

.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-bottom,.e-progress-btn.e-spin-top {
    transition: padding .3s linear
}

.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,.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 {
    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 {
    0% {
        left: 0;
        opacity: 1
    }

    to {
        left: -100%;
        opacity: 0
    }
}

@keyframes ProgressSlideRight {
    0% {
        left: 0;
        opacity: 1
    }

    to {
        left: 100%;
        opacity: 0
    }
}

@keyframes ProgressSlideUp {
    0% {
        height: auto;
        opacity: 1;
        top: 0
    }

    to {
        height: auto;
        opacity: 0;
        top: -100px
    }
}

@keyframes ProgressSlideDown {
    0% {
        height: auto;
        opacity: 1;
        top: 0
    }

    to {
        height: auto;
        opacity: 0;
        top: 100px
    }
}

@keyframes ProgressZoomIn {
    0% {
        opacity: 1;
        transform: translate(0) scale(1)
    }

    to {
        opacity: 0;
        transform: translate(0) scale(3)
    }
}

@keyframes ProgressZoomOut {
    0% {
        transform: translate(0) scale(1)
    }

    to {
        transform: translate(0) scale(0)
    }
}

.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner,.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
    padding-right: 14px
}

.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner,.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner {
    padding-left: 14px;
    padding-right: 0
}

.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner,.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner {
    padding-left: 14px
}

.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner,.e-bigger .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: 14px
}

.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top,.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top {
    padding-bottom: 20px;
    padding-top: 20px
}

.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner,.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner {
    padding-bottom: 14px
}

.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom,.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom {
    padding-bottom: 20px;
    padding-top: 20px
}

.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner,.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner {
    padding-top: 14px
}

.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner,.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner {
    padding-right: 12px
}

.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner,.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner {
    padding-left: 12px;
    padding-right: 0
}

.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner,.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner {
    padding-left: 12px
}

.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner,.e-bigger .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: 12px
}

.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top,.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top {
    padding-bottom: 16px;
    padding-top: 16px
}

.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner,.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner {
    padding-bottom: 12px
}

.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom,.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom {
    padding-bottom: 16px;
    padding-top: 16px
}

.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner,.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner {
    padding-top: 12px
}

/*! Progress Button Theme */
.e-progress-btn .e-spinner-pane .e-spinner-inner svg {
    fill: rgba(0,0,0,.87);
    stroke: rgba(0,0,0,.87)
}

.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: rgba(0,0,0,.87)
}

.e-progress-btn.e-primary.e-outline:focus .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-spinner-pane .e-spinner-inner svg {
    fill: #fff;
    stroke: #fff
}

.e-progress-btn.e-primary.e-outline:focus .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-circle,.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:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #fff
}

.e-progress-btn.e-primary.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-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg {
    fill: #f60;
    stroke: #f60
}

.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.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-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.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:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #f60
}

.e-progress-btn.e-success.e-outline:focus .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-spinner-pane .e-spinner-inner svg {
    fill: #fff;
    stroke: #fff
}

.e-progress-btn.e-success.e-outline:focus .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-circle,.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:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #fff
}

.e-progress-btn.e-success.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-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg {
    fill: #4d841d;
    stroke: #4d841d
}

.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.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-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.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:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #4d841d
}

.e-progress-btn.e-info.e-outline:focus .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-spinner-pane .e-spinner-inner svg {
    fill: #fff;
    stroke: #fff
}

.e-progress-btn.e-info.e-outline:focus .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-circle,.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:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #fff
}

.e-progress-btn.e-info.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-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg {
    fill: #0378d5;
    stroke: #0378d5
}

.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.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-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.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:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #0378d5
}

.e-progress-btn.e-warning.e-outline:focus .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-spinner-pane .e-spinner-inner svg {
    fill: #fff;
    stroke: #fff
}

.e-progress-btn.e-warning.e-outline:focus .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-circle,.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:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #fff
}

.e-progress-btn.e-warning.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-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg {
    fill: #c15700;
    stroke: #c15700
}

.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.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-arc,.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-outline:hover.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-circle {
    stroke: #c15700
}

.e-progress-btn.e-danger.e-outline:focus .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-spinner-pane .e-spinner-inner svg {
    fill: #fff;
    stroke: #fff
}

.e-progress-btn.e-danger.e-outline:focus .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-circle,.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:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #fff
}

.e-progress-btn.e-danger.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-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg {
    fill: #d64113;
    stroke: #d64113
}

.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.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-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.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:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #d64113
}

.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg {
    fill: #f60;
    stroke: #f60
}

.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #f60
}

.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg {
    fill: #4d841d;
    stroke: #4d841d
}

.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #4d841d
}

.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg {
    fill: #0378d5;
    stroke: #0378d5
}

.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #0378d5
}

.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg {
    fill: #c15700;
    stroke: #c15700
}

.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #c15700
}

.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg {
    fill: #d64113;
    stroke: #d64113
}

.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #d64113
}

.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg {
    fill: #0d47a1;
    stroke: #0d47a1
}

.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #0d47a1
}

.e-danger .e-progress,.e-info .e-progress,.e-primary .e-progress,.e-progress,.e-success .e-progress,.e-warning .e-progress {
    background-color: rgba(0,0,0,.2)
}

.e-flat.e-primary .e-progress {
    background-color: rgba(255,102,0,.2)
}

.e-flat.e-success .e-progress {
    background-color: rgba(77,132,29,.2)
}

.e-flat.e-info .e-progress {
    background-color: rgba(3,120,213,.2)
}

.e-flat.e-warning .e-progress {
    background-color: rgba(193,87,0,.2)
}

.e-flat.e-danger .e-progress {
    background-color: rgba(214,65,19,.2)
}

.e-outline:not(:focus).e-primary .e-progress {
    background-color: rgba(255,102,0,.2)
}

.e-outline:not(:focus).e-success .e-progress {
    background-color: rgba(77,132,29,.2)
}

.e-outline:not(:focus).e-info .e-progress {
    background-color: rgba(3,120,213,.2)
}

.e-outline:not(:focus).e-warning .e-progress {
    background-color: rgba(193,87,0,.2)
}

.e-outline:not(:focus).e-danger .e-progress {
    background-color: rgba(214,65,19,.2)
}

/*! component icons */
.e-control-wrapper .e-input-group-icon.e-date-icon,.e-input-group-icon.e-date-icon {
    font-size: 16px;
    margin: 0 0 4px;
    min-height: 24px;
    min-width: 24px;
    outline: none
}

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

.e-control-wrapper .e-input-group-icon.e-date-icon:focus,.e-input-group-icon.e-date-icon:focus {
    background: #eee;
    border-radius: 50%
}

.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon,.e-bigger .e-input-group-icon.e-date-icon,.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon {
    font-size: 20px;
    margin: 5px 0 6px;
    min-height: 26px;
    min-width: 26px
}

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

.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus,.e-bigger .e-input-group-icon.e-date-icon:focus,.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus {
    background: #eee;
    border-radius: 50%
}

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

.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon,.e-small.e-bigger .e-input-group-icon.e-date-icon {
    font-size: 18px
}

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

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

.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,.e-small .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon {
    min-height: 0;
    min-width: 18px
}

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

.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus~.e-clear-icon,.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-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,.6);
    height: 100%;
    left: 0;
    opacity: .5;
    pointer-events: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.e-datepicker .e-model-header {
    background-color: #f60;
    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-day,.e-datepicker .e-model-month {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin: 0
}

.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-content-placeholder.e-datepicker.e-placeholder-datepicker {
    background-size: 250px 33px;
    min-height: 33px
}

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

@media screen and (orientation: landscape) and (max-device-height:360px) {
    .e-datepicker .e-calendar .e-month table tbody {
        display:inline-block;
        height: 130px;
        overflow: auto
    }
}

.e-bigger.e-small .e-datepicker.e-popup-wrapper,.e-datepicker.e-popup-wrapper {
    border: none;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-bigger.e-small .e-datepicker .e-calendar,.e-datepicker .e-calendar {
    background-color: #fff;
    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: #f60
}

/*! calendar material theme variables */
/*! component icons */
.e-calendar .e-header .e-date-icon-prev:before {
    content: "\e910"
}

.e-calendar .e-header .e-date-icon-next:before {
    content: "\e916"
}

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

.e-bigger.e-small .e-calendar,.e-calendar {
    -webkit-tap-highlight-color: transparent;
    border-radius: 2px;
    display: block;
    overflow: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title,.e-calendar.e-rtl .e-header .e-title {
    float: right
}

.e-bigger.e-small .e-calendar.e-rtl .e-header .e-icon-container,.e-calendar.e-rtl .e-header .e-icon-container {
    float: left
}

.e-bigger.e-small .e-calendar .e-header,.e-calendar .e-header {
    background: none;
    display: table;
    font-weight: 500;
    position: relative;
    text-align: center;
    width: 100%
}

.e-bigger.e-small .e-calendar .e-header button,.e-calendar .e-header button {
    background: transparent;
    border: 0;
    padding: 0;
    text-decoration: none
}

.e-bigger.e-small .e-calendar .e-header span,.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-bigger.e-small .e-calendar .e-header span.e-disabled,.e-calendar .e-header span.e-disabled {
    cursor: default
}

.e-bigger.e-small .e-calendar .e-week-header,.e-calendar .e-week-header {
    padding: 0
}

.e-bigger.e-small .e-calendar th,.e-calendar th {
    cursor: default;
    font-size: 13px;
    text-align: center
}

.e-bigger.e-small .e-calendar .e-content span.e-day,.e-calendar .e-content span.e-day {
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle
}

.e-bigger.e-small .e-calendar .e-content td,.e-bigger.e-small .e-calendar .e-content th,.e-calendar .e-content td,.e-calendar .e-content th {
    box-sizing: border-box
}

.e-bigger.e-small .e-calendar .e-content td.e-disabled,.e-calendar .e-content td.e-disabled {
    opacity: .35;
    pointer-events: none;
    touch-action: none
}

.e-bigger.e-small .e-calendar .e-content td,.e-calendar .e-content td {
    cursor: pointer;
    padding: 2px;
    text-align: center
}

.e-bigger.e-small .e-calendar .e-content td.e-week-number,.e-calendar .e-content td.e-week-number {
    color: rgba(0,0,0,.87);
    font-size: 12px;
    font-style: italic;
    font-weight: 500
}

.e-bigger.e-small .e-calendar .e-content td.e-overlay,.e-calendar .e-content td.e-overlay {
    background: none;
    width: auto
}

.e-bigger.e-small .e-calendar .e-content table,.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-bigger.e-small .e-calendar .e-content td.e-other-month>span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-other-year>span.e-day,.e-bigger.e-small .e-calendar .e-content tr.e-month-hide,.e-calendar .e-content td.e-other-month>span.e-day,.e-calendar .e-content td.e-other-year>span.e-day,.e-calendar .e-content tr.e-month-hide {
    display: none;
    font-weight: 400
}

.e-bigger.e-small .e-calendar .e-content td.e-other-month,.e-bigger.e-small .e-calendar .e-content td.e-other-month.e-disabled,.e-bigger.e-small .e-calendar .e-content td.e-other-year,.e-bigger.e-small .e-calendar .e-content td.e-other-year.e-disabled,.e-bigger.e-small .e-calendar .e-content tr.e-month-hide,.e-calendar .e-content td.e-other-month,.e-calendar .e-content td.e-other-month.e-disabled,.e-calendar .e-content td.e-other-year,.e-calendar .e-content td.e-other-year.e-disabled,.e-calendar .e-content tr.e-month-hide {
    pointer-events: none;
    touch-action: none
}

.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover,.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day,.e-calendar .e-content td.e-week-number:hover,.e-calendar .e-content td.e-week-number:hover span.e-day {
    background-color: #fff;
    cursor: default
}

.e-bigger.e-small .e-calendar .e-header .e-next,.e-bigger.e-small .e-calendar .e-header .e-prev,.e-calendar .e-header .e-next,.e-calendar .e-header .e-prev {
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle
}

.e-bigger.e-small .e-calendar .e-header .e-title,.e-calendar .e-header .e-title {
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-left: 5px
}

.e-bigger.e-small .e-calendar .e-header .e-next:hover,.e-bigger.e-small .e-calendar .e-header .e-prev:hover,.e-calendar .e-header .e-next:hover,.e-calendar .e-header .e-prev:hover {
    cursor: pointer
}

.e-bigger.e-small .e-calendar .e-header .e-next.e-overlay,.e-bigger.e-small .e-calendar .e-header .e-prev.e-overlay,.e-calendar .e-header .e-next.e-overlay,.e-calendar .e-header .e-prev.e-overlay {
    background: none
}

.e-bigger.e-small .e-calendar .e-header.e-decade .e-title,.e-bigger.e-small .e-calendar .e-header.e-year .e-title,.e-calendar .e-header.e-decade .e-title,.e-calendar .e-header.e-year .e-title {
    margin-left: 5px
}

.e-bigger.e-small .e-calendar .e-header .e-icon-container,.e-calendar .e-header .e-icon-container {
    display: inline-block;
    float: right
}

.e-bigger.e-small .e-calendar .e-footer-container,.e-calendar .e-footer-container {
    text-transform: uppercase
}

.e-bigger.e-small .e-calendar,.e-calendar {
    max-width: 246px;
    min-width: 240px;
    padding: 0
}

.e-bigger.e-small .e-calendar.e-calendar-day-header-lg,.e-calendar.e-calendar-day-header-lg {
    max-width: 100%;
    min-width: 540px
}

.e-bigger.e-small .e-calendar.e-week-number,.e-calendar.e-week-number {
    min-width: 262px
}

.e-bigger.e-small .e-calendar.e-week,.e-calendar.e-week {
    max-width: 246px;
    min-width: 240px
}

.e-bigger.e-small .e-calendar .e-header .e-title,.e-calendar .e-header .e-title {
    line-height: 40px
}

.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title,.e-calendar.e-rtl .e-header .e-title {
    text-align: right;
    text-indent: 4px
}

.e-bigger.e-small .e-calendar .e-header,.e-calendar .e-header {
    height: 40px
}

.e-bigger.e-small .e-calendar .e-header.e-decade,.e-bigger.e-small .e-calendar .e-header.e-month,.e-bigger.e-small .e-calendar .e-header.e-year,.e-calendar .e-header.e-decade,.e-calendar .e-header.e-month,.e-calendar .e-header.e-year {
    padding: 10px 10px 0
}

.e-bigger.e-small .e-calendar th,.e-calendar th {
    font-weight: 400;
    height: 30px
}

.e-bigger.e-small .e-calendar .e-content .e-selected,.e-bigger.e-small .e-calendar .e-content .e-state-hover,.e-calendar .e-content .e-selected,.e-calendar .e-content .e-state-hover {
    border-radius: 0
}

.e-bigger.e-small .e-calendar .e-content span.e-day,.e-calendar .e-content span.e-day {
    border: none;
    font-size: 13px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    width: 30px
}

.e-bigger.e-small .e-calendar .e-content.e-decade table,.e-bigger.e-small .e-calendar .e-content.e-year table,.e-calendar .e-content.e-decade table,.e-calendar .e-content.e-year table {
    border-spacing: 0;
    padding: 10px
}

.e-bigger.e-small .e-calendar .e-content.e-month td,.e-calendar .e-content.e-month td {
    height: 30px;
    padding: 2px
}

.e-bigger.e-small .e-calendar .e-content .tfooter>tr>td,.e-calendar .e-content .tfooter>tr>td {
    height: 36px;
    line-height: 36px
}

.e-bigger.e-small .e-calendar .e-content.e-decade td,.e-bigger.e-small .e-calendar .e-content.e-year td,.e-calendar .e-content.e-decade td,.e-calendar .e-content.e-year td {
    height: 45px;
    padding: 6px
}

.e-bigger.e-small .e-calendar .e-content.e-decade td>span.e-day,.e-bigger.e-small .e-calendar .e-content.e-year td>span.e-day,.e-calendar .e-content.e-decade td>span.e-day,.e-calendar .e-content.e-year td>span.e-day {
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    width: 45px
}

.e-bigger.e-small .e-calendar .e-header .e-icon-container .e-next,.e-bigger.e-small .e-calendar .e-header .e-icon-container .e-prev,.e-calendar .e-header .e-icon-container .e-next,.e-calendar .e-header .e-icon-container .e-prev {
    height: 36px;
    width: 36px
}

.e-bigger.e-small .e-calendar .e-footer-container,.e-calendar .e-footer-container {
    border-top: none;
    cursor: default;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0 10px 10px;
    text-align: center;
    width: 100%
}

.e-small.e-bigger.e-calendar .e-content.e-year span.e-day,.e-small.e-bigger .e-calendar .e-content.e-year span.e-day {
    font-size: 13px
}

.e-small.e-bigger.e-calendar .e-content.e-month table,.e-small.e-bigger .e-calendar .e-content.e-month table {
    padding: 0 10px 10px
}

.e-bigger.e-calendar,.e-bigger .e-calendar {
    max-width: 296px;
    min-width: 296px;
    padding: 0
}

.e-bigger.e-calendar.e-calendar-day-header-lg,.e-bigger .e-calendar.e-calendar-day-header-lg {
    max-width: 100%;
    min-width: 540px
}

.e-bigger.e-calendar.e-week,.e-bigger .e-calendar.e-week {
    max-width: 296px;
    min-width: 296px
}

.e-bigger.e-calendar.e-week-number,.e-bigger .e-calendar.e-week-number {
    min-width: 320px
}

.e-bigger.e-calendar .e-header .e-title,.e-bigger .e-calendar .e-header .e-title {
    font-size: 16px;
    line-height: 48px;
    width: 60%
}

.e-bigger.e-calendar.e-rtl .e-header .e-title,.e-bigger .e-calendar.e-rtl .e-header .e-title {
    line-height: 48px;
    text-indent: 6px
}

.e-bigger.e-calendar .e-header,.e-bigger .e-calendar .e-header {
    height: 48px;
    padding: 10px 10px 0 16px
}

.e-bigger.e-calendar .e-header span,.e-bigger .e-calendar .e-header span {
    font-size: 16px;
    padding: 15px
}

.e-bigger.e-calendar .e-header.e-decade,.e-bigger .e-calendar .e-header.e-decade,.e-bigger.e-calendar .e-header.e-year,.e-bigger .e-calendar .e-header.e-year {
    padding: 10px 10px 0 16px
}

.e-bigger.e-calendar th,.e-bigger .e-calendar th {
    font-size: 14px;
    height: 36px
}

.e-bigger.e-calendar .e-content.e-year span.e-day,.e-bigger .e-calendar .e-content.e-year span.e-day {
    font-size: 13px;
    font-weight: 400
}

.e-bigger.e-calendar .e-content.e-decade table,.e-bigger .e-calendar .e-content.e-decade table,.e-bigger.e-calendar .e-content.e-month table,.e-bigger .e-calendar .e-content.e-month table,.e-bigger.e-calendar .e-content.e-year table,.e-bigger .e-calendar .e-content.e-year table {
    padding: 0 10px 10px
}

.e-bigger.e-calendar .e-content .e-selected,.e-bigger .e-calendar .e-content .e-selected,.e-bigger.e-calendar .e-content .e-state-hover,.e-bigger .e-calendar .e-content .e-state-hover {
    border-radius: 0
}

.e-bigger.e-calendar .e-content span.e-day,.e-bigger .e-calendar .e-content span.e-day {
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    width: 36px
}

.e-bigger.e-calendar .e-content.e-month td,.e-bigger .e-calendar .e-content.e-month td {
    height: 2px;
    padding: 2px
}

.e-bigger.e-calendar .e-content.e-decade td,.e-bigger .e-calendar .e-content.e-decade td,.e-bigger.e-calendar .e-content.e-year td,.e-bigger .e-calendar .e-content.e-year td {
    height: 60px;
    padding: 2px
}

.e-bigger.e-calendar .e-content.e-decade td>span.e-day,.e-bigger .e-calendar .e-content.e-decade td>span.e-day,.e-bigger.e-calendar .e-content.e-year td>span.e-day,.e-bigger .e-calendar .e-content.e-year td>span.e-day {
    height: 60px;
    line-height: 60px;
    width: 60px
}

.e-bigger.e-calendar .e-header .e-icon-container .e-next,.e-bigger .e-calendar .e-header .e-icon-container .e-next,.e-bigger.e-calendar .e-header .e-icon-container .e-prev,.e-bigger .e-calendar .e-header .e-icon-container .e-prev {
    height: 48px;
    width: 48px
}

.e-bigger.e-calendar .e-footer-container,.e-bigger .e-calendar .e-footer-container {
    border-top: none;
    padding: 0 10px 10px
}

.e-small.e-calendar,.e-small .e-calendar {
    max-width: 246px;
    min-width: 240px;
    padding: 0
}

.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-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 span,.e-small .e-calendar .e-header span {
    font-size: 12px;
    padding: 6px
}

.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-next,.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-prev {
    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:active,.e-calendar .e-btn.e-today.e-flat.e-disabled:focus,.e-calendar .e-btn.e-today.e-flat.e-disabled:hover,.e-calendar .e-btn.e-today.e-flat.e-disabled:hover:active {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: rgba(0,0,0,.26);
    cursor: default;
    opacity: .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-bigger.e-content-placeholder.e-calendar.e-placeholder-calendar,.e-bigger .e-content-placeholder.e-calendar.e-placeholder-calendar {
    background-size: 300px 392px;
    min-height: 392px
}

.e-bigger.e-small .e-calendar,.e-calendar {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.12);
    box-shadow: #e0e0e0
}

.e-bigger.e-small .e-calendar .e-date-icon-next,.e-bigger.e-small .e-calendar .e-date-icon-prev,.e-calendar .e-date-icon-next,.e-calendar .e-date-icon-prev {
    color: rgba(0,0,0,.54)
}

.e-bigger.e-small .e-calendar th,.e-calendar th {
    border-bottom: 0;
    color: rgba(0,0,0,.54)
}

.e-bigger.e-small .e-calendar .e-header,.e-calendar .e-header {
    border-bottom: 0
}

.e-bigger.e-small .e-calendar .e-header a span,.e-calendar .e-header a span {
    border: none;
    color: rgba(0,0,0,.75)
}

.e-bigger.e-small .e-calendar .e-header .e-title,.e-calendar .e-header .e-title {
    color: rgba(0,0,0,.75)
}

.e-bigger.e-small .e-calendar .e-header .e-title:hover,.e-calendar .e-header .e-title:hover {
    color: rgba(0,0,0,.75);
    cursor: pointer;
    text-decoration: none
}

.e-bigger.e-small .e-calendar .e-header .e-next:hover>span,.e-bigger.e-small .e-calendar .e-header .e-prev:hover>span,.e-calendar .e-header .e-next:hover>span,.e-calendar .e-header .e-prev:hover>span {
    border: none;
    color: rgba(0,0,0,.75);
    cursor: pointer
}

.e-bigger.e-small .e-calendar .e-header .e-next:hover,.e-bigger.e-small .e-calendar .e-header .e-prev:hover,.e-calendar .e-header .e-next:hover,.e-calendar .e-header .e-prev:hover {
    background: none
}

.e-bigger.e-small .e-calendar .e-header .e-next:active,.e-bigger.e-small .e-calendar .e-header .e-prev:active,.e-calendar .e-header .e-next:active,.e-calendar .e-header .e-prev:active {
    background: #fff;
    color: #fff
}

.e-bigger.e-small .e-calendar .e-header button.e-next:active span,.e-bigger.e-small .e-calendar .e-header button.e-prev:active span,.e-calendar .e-header button.e-next:active span,.e-calendar .e-header button.e-prev:active span {
    border: none;
    color: rgba(0,0,0,.75)
}

.e-bigger.e-small .e-calendar .e-header.e-decade .e-title,.e-calendar .e-header.e-decade .e-title {
    color: rgba(0,0,0,.87);
    cursor: default
}

.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled span,.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled span,.e-calendar .e-header .e-next.e-disabled span,.e-calendar .e-header .e-prev.e-disabled span {
    color: rgba(0,0,0,.87);
    font-weight: 400
}

.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled,.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled,.e-calendar .e-header .e-next.e-disabled,.e-calendar .e-header .e-prev.e-disabled {
    opacity: .35
}

.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child span.e-day,.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child span.e-day,.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(0,0,0,.38)
}

.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day,.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day,.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: #fff
}

.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day,.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day,.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: rgba(0,0,0,.87)
}

.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day,.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,.e-calendar .e-content.e-decade td:hover span.e-day,.e-calendar .e-content.e-year td:hover span.e-day {
    background-color: #eee
}

.e-bigger.e-small .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,.e-bigger.e-small .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,.e-calendar .e-content.e-year td.e-selected:hover span.e-day {
    background-color: #f60
}

.e-bigger.e-small .e-calendar .e-content.e-decade td>span.e-day,.e-bigger.e-small .e-calendar .e-content.e-year td>span.e-day,.e-calendar .e-content.e-decade td>span.e-day,.e-calendar .e-content.e-year td>span.e-day {
    background: #fff
}

.e-bigger.e-small .e-calendar .e-content .e-week-number span,.e-calendar .e-content .e-week-number span {
    color: rgba(0,0,0,.54)
}

.e-bigger.e-small .e-calendar .e-content td.e-focused-date:focus span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-focused-date span.e-day,.e-calendar .e-content td.e-focused-date:focus span.e-day,.e-calendar .e-content td.e-focused-date:hover span.e-day,.e-calendar .e-content td.e-focused-date span.e-day {
    background: #eee;
    border: none;
    border-radius: 50%
}

.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day,.e-calendar .e-content td.e-focused-date:hover span.e-day {
    background-color: #eee;
    border: none;
    border-radius: 50%;
    color: rgba(0,0,0,.87)
}

.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day,.e-calendar .e-content td.e-focused-date.e-today span.e-day,.e-calendar .e-content td.e-today span.e-day {
    background: none;
    border: 1px solid #f60;
    border-radius: 50%;
    color: #f60
}

.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day,.e-calendar .e-content td.e-focused-date.e-today span.e-day {
    background: #eee;
    border: 1px solid #f60;
    color: #f60
}

.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day,.e-bigger.e-small .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,.e-calendar .e-content td.e-today:focus span.e-day {
    background-color: #eee;
    color: #f60
}

.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-today:hover span.e-day,.e-calendar .e-content td.e-focused-date.e-today:focus span.e-day,.e-calendar .e-content td.e-focused-date.e-today:hover span.e-day,.e-calendar .e-content td.e-today:hover span.e-day {
    background-color: #eee;
    border: 1px solid #f60;
    color: #f60
}

.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day,.e-calendar .e-content td.e-today.e-selected span.e-day {
    background-color: #f60;
    border: 1px solid #f60;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff
}

.e-bigger.e-small .e-calendar .e-content td.e-selected.e-focused-date span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-selected:hover span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover span.e-day,.e-calendar .e-content td.e-selected.e-focused-date span.e-day,.e-calendar .e-content td.e-selected:hover span.e-day,.e-calendar .e-content td.e-today.e-selected:hover span.e-day {
    background-color: #cc5200;
    color: #fff
}

.e-bigger.e-small .e-calendar .e-content span,.e-calendar .e-content span {
    color: rgba(0,0,0,.87)
}

.e-bigger.e-small .e-calendar .e-content .e-disabled span.e-day:hover,.e-calendar .e-content .e-disabled span.e-day:hover {
    background: none;
    border: 0;
    color: rgba(0,0,0,.87)
}

.e-bigger.e-small .e-calendar .e-content .e-other-month.e-today span.e-day,.e-bigger.e-small .e-calendar .e-content .e-other-month:hover span.e-day,.e-bigger.e-small .e-calendar .e-content .e-other-month span.e-day,.e-calendar .e-content .e-other-month.e-today span.e-day,.e-calendar .e-content .e-other-month:hover span.e-day,.e-calendar .e-content .e-other-month span.e-day {
    color: rgba(0,0,0,.38)
}

.e-bigger.e-small .e-calendar .e-content .e-other-month.e-today:hover span.e-day,.e-calendar .e-content .e-other-month.e-today:hover span.e-day {
    background-color: #eee;
    color: rgba(0,0,0,.38)
}

.e-bigger.e-small .e-calendar .e-content thead,.e-calendar .e-content thead {
    background: none;
    border-bottom: 0
}

.e-bigger.e-small .e-calendar .e-content td:focus span.e-day,.e-bigger.e-small .e-calendar .e-content td:hover span.e-day,.e-calendar .e-content td:focus span.e-day,.e-calendar .e-content td:hover span.e-day {
    background-color: #eee;
    border: none;
    border-radius: 50%;
    color: rgba(0,0,0,.87)
}

.e-bigger.e-small .e-calendar .e-content td.e-disabled:focus span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-disabled:hover span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,.e-calendar .e-content td.e-disabled:focus span.e-day,.e-calendar .e-content td.e-disabled:hover span.e-day,.e-calendar .e-content td.e-disabled span.e-day {
    background: none;
    border: none;
    color: rgba(0,0,0,.87)
}

.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day,.e-calendar .e-content td.e-selected span.e-day {
    background-color: #f60;
    border: none;
    border-radius: 50%;
    color: #fff
}

.e-bigger.e-small .e-calendar .e-content .e-footer,.e-calendar .e-content .e-footer {
    color: #f60
}

.e-bigger.e-small .e-calendar.e-device .e-next:active,.e-bigger.e-small .e-calendar.e-device .e-next:focus,.e-bigger.e-small .e-calendar.e-device .e-next:hover,.e-bigger.e-small .e-calendar.e-device .e-prev:active,.e-bigger.e-small .e-calendar.e-device .e-prev:focus,.e-bigger.e-small .e-calendar.e-device .e-prev:hover,.e-calendar.e-device .e-next:active,.e-calendar.e-device .e-next:focus,.e-calendar.e-device .e-next:hover,.e-calendar.e-device .e-prev:active,.e-calendar.e-device .e-prev:focus,.e-calendar.e-device .e-prev:hover {
    background: none
}

.e-bigger.e-small .e-calendar.e-device button.e-next:active span,.e-bigger.e-small .e-calendar.e-device button.e-prev:active span,.e-calendar.e-device button.e-next:active span,.e-calendar.e-device button.e-prev:active span {
    color: rgba(0,0,0,.54)
}

.e-small.e-calendar .e-header .e-title,.e-small .e-calendar .e-header .e-title {
    color: rgba(0,0,0,.87)
}

.e-zoomin {
    animation: animatezoom .3s
}

@keyframes animatezoom {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/*! component icons */
.e-datetime-wrapper .e-time-icon.e-icons:before {
    content: "\e20c";
    font-family: e-icons
}

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

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

.e-datetime-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-date-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-date-icon,.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon,.e-small .e-datetime-wrapper.e-outline .e-input-group-icon.e-date-icon,.e-small .e-datetime-wrapper.e-outline .e-input-group-icon.e-time-icon {
    min-height: 0;
    min-width: 18px
}

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

.e-datetime-wrapper.e-control-wrapper.e-filled .e-input-group-icon.e-time-icon,.e-datetime-wrapper.e-filled .e-input-group-icon.e-time-icon,.e-rtl.e-datetime-wrapper.e-control-wrapper.e-filled .e-input-group-icon.e-time-icon,.e-rtl .e-datetime-wrapper.e-control-wrapper.e-filled .e-input-group-icon.e-time-icon,.e-rtl.e-datetime-wrapper.e-filled .e-input-group-icon.e-time-icon,.e-rtl .e-datetime-wrapper.e-filled .e-input-group-icon.e-time-icon {
    margin: 0
}

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

.e-datetime-wrapper {
    -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-date-icon.e-icons.e-disabled,.e-datetime-wrapper .e-time-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-datetimepicker.e-time-modal {
    background-color: rgba(0,0,0,.6);
    height: 100%;
    left: 0;
    opacity: .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: rgba(0,0,0,.87);
    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-bigger.e-datetime-wrapper .e-time-icon.e-icons:before,.e-bigger .e-datetime-wrapper .e-time-icon.e-icons:before {
    font-size: 20px
}

.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
    margin: 5px 0 6px 8px;
    min-height: 26px;
    min-width: 26px
}

.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
    margin: 5px 8px 6px 0
}

.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul,.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul {
    padding: 8px 0
}

.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
    font-size: 14px;
    line-height: 48px;
    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-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
    font-size: 13px;
    line-height: 40px;
    text-indent: 16px
}

.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-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons:before,.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons:before {
    font-size: 18px
}

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

.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
    background-size: 250px 40px;
    min-height: 40px
}

/*! datetimepicker theme */
.e-datetime-wrapper .e-input-group-icon.e-icons.e-active,.e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
    color: #f60
}

.e-datetimepicker.e-popup {
    border: none;
    border-radius: 2px;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-datetimepicker.e-popup .e-list-parent.e-ul {
    background-color: #fff
}

.e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item {
    border: none;
    color: rgba(0,0,0,.87)
}

.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: #eee;
    border: none;
    color: #000
}

.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active,.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
    background-color: #eee;
    color: #f60
}

/*! component icons */
.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons:before,.e-time-wrapper .e-time-icon.e-icons:before {
    content: "\e20c"
}

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

.e-bigger .e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon,.e-bigger .e-time-wrapper.e-outline .e-input-group-icon.e-time-icon,.e-time-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-time-icon {
    min-height: 0;
    min-width: 24px
}

.e-small .e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon,.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 {
    min-height: 0;
    min-width: 18px
}

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

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

.e-control-wrapper.e-time-wrapper,.e-time-wrapper {
    -webkit-tap-highlight-color: transparent
}

.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,.e-time-wrapper .e-time-icon.e-icons {
    font-size: 16px;
    min-height: 20px;
    min-width: 20px
}

.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled,.e-time-wrapper .e-time-icon.e-icons.e-disabled {
    pointer-events: none
}

.e-control-wrapper.e-time-wrapper span,.e-time-wrapper span {
    cursor: pointer
}

.e-timepicker.e-time-modal {
    background-color: rgba(0,0,0,.6);
    height: 100%;
    left: 0;
    opacity: .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
}

.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-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,.e-bigger.e-time-wrapper .e-time-icon.e-icons,.e-bigger .e-time-wrapper .e-time-icon.e-icons,.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
    font-size: 20px;
    min-height: 22px;
    min-width: 22px
}

.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul,.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul {
    padding: 0
}

.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
    font-size: 14px;
    line-height: 48px;
    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-control-wrapper.e-small.e-time-wrapper .e-time-icon.e-icons,.e-small .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,.e-small.e-time-wrapper .e-time-icon.e-icons,.e-small .e-time-wrapper .e-time-icon.e-icons {
    font-size: 14px
}

.e-small.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,.e-small.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
    font-size: 13px;
    line-height: 40px;
    text-indent: 16px
}

.e-control-wrapper.e-small.bigger.e-time-wrapper .e-time-icon.e-icons,.e-small.bigger .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,.e-small.e-bigger.e-time-wrapper .e-time-icon.e-icons,.e-small.e-bigger .e-time-wrapper .e-time-icon.e-icons {
    font-size: 18px
}

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

.e-bigger.e-content-placeholder.e-timepicker.e-placeholder-timepicker,.e-bigger .e-content-placeholder.e-timepicker.e-placeholder-timepicker {
    background-size: 250px 40px;
    min-height: 40px
}

.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
}

/*! timepicker theme */
.e-time-wrapper .e-input-group-icon.e-icons.e-active,.e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
    color: #f60
}

.e-timepicker.e-popup {
    border: none;
    border-radius: 2px;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-timepicker.e-popup .e-list-parent.e-ul {
    background-color: #fff
}

.e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item {
    border: none;
    color: rgba(0,0,0,.87)
}

.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled {
    color: rgba(0,0,0,.38);
    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: #eee;
    border: none;
    color: #000
}

.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active,.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
    background-color: #eee;
    color: #f60
}

.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,.e-bigger.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,.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
    color: #000
}

/*! component icons */
.e-control-wrapper .e-input-group-icon.e-range-icon,.e-input-group-icon.e-range-icon {
    font-size: 16px;
    margin: 0 0 4px;
    min-height: 24px;
    min-width: 24px;
    outline: none
}

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

.e-control-wrapper .e-input-group-icon.e-range-icon:focus,.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-bigger.e-control-wrapper .e-input-group-icon.e-range-icon,.e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon,.e-bigger .e-input-group-icon.e-range-icon {
    font-size: 20px;
    margin: 0 0 2px;
    min-height: 24px;
    min-width: 24px;
    outline: none
}

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

.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-range-icon,.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon,.e-small.e-bigger .e-input-group-icon.e-range-icon {
    font-size: 18px
}

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

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

.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,.e-small .e-date-range-wrapper.e-outline .e-input-group-icon.e-range-icon {
    min-height: 0;
    min-width: 18px
}

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

/*! daterangepicker layout */
.e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus~.e-clear-icon,.e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus~.e-clear-icon {
    display: flex
}

.e-float-input.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden,.e-float-input.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden,.e-float-input.e-input-group.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-daterange-hidden,.e-input-group.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-bigger.e-small .e-daterangepicker.e-popup,.e-daterangepicker.e-popup {
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    max-height: 500px;
    max-width: 730px
}

.e-bigger.e-small .e-daterangepicker.e-popup.e-daterange-day-header-lg,.e-daterangepicker.e-popup.e-daterange-day-header-lg {
    max-width: 100%
}

.e-bigger.e-small .e-daterangepicker.e-popup.e-preset-wrapper,.e-daterangepicker.e-popup.e-preset-wrapper {
    min-width: 625px
}

.e-bigger.e-small .e-daterangepicker.e-popup.e-preset-wrapper .e-presets,.e-daterangepicker.e-popup.e-preset-wrapper .e-presets {
    max-height: none
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header,.e-daterangepicker.e-popup .e-range-header {
    margin: 16px 16px 0;
    width: auto
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-end-label,.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-start-label,.e-daterangepicker.e-popup .e-range-header .e-end-label,.e-daterangepicker.e-popup .e-range-header .e-start-label {
    cursor: default;
    display: inline-block;
    font-size: 18px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 48%
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon,.e-daterangepicker.e-popup .e-range-header .e-change-icon {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    width: 4%
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span,.e-daterangepicker.e-popup .e-range-header .e-day-span {
    direction: ltr;
    font-size: 13px;
    height: 14px;
    margin: 0 0 15px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-start-end,.e-daterangepicker.e-popup .e-range-header .e-start-end {
    align-items: center;
    display: flex;
    height: 35px
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-separator,.e-daterangepicker.e-popup .e-separator {
    height: 1px;
    margin: 0 16px
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar,.e-daterangepicker.e-popup .e-calendar {
    border: none;
    margin: 0;
    padding: 0
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content table,.e-daterangepicker.e-popup .e-calendar .e-content table {
    padding: 0 10px 10px
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title,.e-daterangepicker.e-popup .e-calendar .e-header .e-title {
    cursor: pointer;
    float: none;
    font-weight: 400;
    line-height: 36px;
    margin-left: 0;
    width: auto
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-decade,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-month,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-year,.e-daterangepicker.e-popup .e-calendar .e-header.e-decade,.e-daterangepicker.e-popup .e-calendar .e-header.e-month,.e-daterangepicker.e-popup .e-calendar .e-header.e-year {
    padding: 10px 5px 0
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next,.e-daterangepicker.e-popup .e-calendar .e-header .e-next {
    float: right
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev,.e-daterangepicker.e-popup .e-calendar .e-header .e-prev {
    float: left
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev,.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-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next span,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev span,.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-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover,.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover {
    border-radius: 50% 0 0 50%
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover,.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover {
    border-radius: 0 50% 50% 0
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day,.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-bigger.e-small .e-daterangepicker.e-popup .e-footer,.e-daterangepicker.e-popup .e-footer {
    align-items: center;
    border-top: 1px solid rgba(0,0,0,.12);
    clear: both;
    display: flex;
    flex-direction: row-reverse;
    height: 48px
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn,.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-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn.e-apply,.e-daterangepicker.e-popup .e-footer .e-btn.e-apply {
    margin: 0 8px
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-date-range-container,.e-daterangepicker.e-popup .e-date-range-container {
    float: left
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-date-range-container.e-range-border,.e-daterangepicker.e-popup .e-date-range-container.e-range-border {
    border-right: 1px solid rgba(0,0,0,.12)
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container,.e-daterangepicker.e-popup .e-calendar-container {
    display: flex
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-left-container,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-right-container,.e-daterangepicker.e-popup .e-calendar-container .e-left-container,.e-daterangepicker.e-popup .e-calendar-container .e-right-container {
    float: left
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-left-container,.e-daterangepicker.e-popup .e-calendar-container .e-left-container {
    border-right: 1px solid rgba(0,0,0,.12)
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-presets,.e-daterangepicker.e-popup .e-presets {
    max-height: 192px;
    overflow: auto;
    width: auto
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item,.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
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent,.e-daterangepicker.e-popup .e-presets .e-list-parent {
    margin: 0;
    max-width: 160px;
    padding: 0
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-text-content,.e-daterangepicker.e-popup .e-presets .e-text-content {
    line-height: 47px
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item,.e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item {
    font-size: 13px;
    height: 36px;
    line-height: 36px
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-hide-range,.e-daterangepicker.e-popup .e-hide-range {
    display: none
}

.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container,.e-daterangepicker.e-rtl .e-date-range-container {
    float: right
}

.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-left-container,.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container.e-range-border,.e-daterangepicker.e-rtl .e-date-range-container .e-left-container,.e-daterangepicker.e-rtl .e-date-range-container.e-range-border {
    border-left: 1px solid rgba(0,0,0,.12);
    border-right: 0
}

.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next,.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next {
    float: left
}

.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev,.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev {
    float: right
}

.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover,.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-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover,.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-bigger.e-small .e-daterangepicker.e-rtl .e-footer,.e-daterangepicker.e-rtl .e-footer {
    flex-direction: row;
    justify-content: flex-end
}

.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel,.e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel {
    margin: 0 8px
}

.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer .e-btn.e-apply,.e-daterangepicker.e-rtl .e-footer .e-btn.e-apply {
    margin-left: 0
}

.e-bigger .e-daterangepicker.e-range-modal,.e-device.e-daterangepicker.e-range-modal {
    background-color: rgba(0,0,0,.6);
    height: 100%;
    left: 0;
    opacity: .5;
    pointer-events: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.e-bigger.e-small .e-daterangepicker .e-calendar {
    max-width: 246px
}

.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper,.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper,.e-device.e-daterangepicker.e-popup.e-preset-wrapper {
    max-width: 770px;
    min-width: auto
}

.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper .e-presets,.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper .e-presets,.e-device.e-daterangepicker.e-popup.e-preset-wrapper .e-presets {
    max-height: none
}

.e-bigger.e-daterangepicker.e-popup .e-range-header,.e-bigger .e-daterangepicker.e-popup .e-range-header,.e-device.e-daterangepicker.e-popup .e-range-header {
    width: auto
}

.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn {
    border: 1px solid #f60;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    line-height: 34px;
    max-width: 116px;
    overflow: hidden;
    padding: 1px 6px;
    text-overflow: ellipsis;
    width: 50%
}

.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn {
    border-left: 0;
    border-radius: 0 2px 2px 0
}

.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn {
    border-radius: 2px 0 0 2px
}

.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active,.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]),.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]),.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover,.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]),.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]),.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active,.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active,.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover,.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]),.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]),.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover {
    box-shadow: none
}

.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn {
    max-width: 141px
}

.e-bigger.e-daterangepicker.e-popup .e-presets,.e-bigger .e-daterangepicker.e-popup .e-presets,.e-device.e-daterangepicker.e-popup .e-presets {
    max-height: 240px
}

.e-bigger.e-daterangepicker.e-popup .e-presets.e-preset-wrapper,.e-bigger .e-daterangepicker.e-popup .e-presets.e-preset-wrapper,.e-device.e-daterangepicker.e-popup .e-presets.e-preset-wrapper {
    max-height: none
}

.e-bigger.e-daterangepicker.e-popup .e-presets ul,.e-bigger .e-daterangepicker.e-popup .e-presets ul,.e-device.e-daterangepicker.e-popup .e-presets ul {
    max-width: none
}

.e-bigger.e-daterangepicker.e-popup .e-presets ul li.e-list-item,.e-bigger .e-daterangepicker.e-popup .e-presets ul li.e-list-item,.e-device.e-daterangepicker.e-popup .e-presets ul li.e-list-item {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    padding: 0 16px
}

.e-bigger.e-daterangepicker .e-calendar,.e-bigger .e-daterangepicker .e-calendar,.e-device.e-daterangepicker .e-calendar {
    max-width: 296px;
    padding: 0
}

.e-bigger.e-daterangepicker .e-calendar .e-content table,.e-bigger .e-daterangepicker .e-calendar .e-content table,.e-device.e-daterangepicker .e-calendar .e-content table {
    padding: 0 15px 15px
}

.e-bigger.e-daterangepicker .e-calendar .e-header .e-next,.e-bigger .e-daterangepicker .e-calendar .e-header .e-next,.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev,.e-bigger .e-daterangepicker .e-calendar .e-header .e-prev,.e-device.e-daterangepicker .e-calendar .e-header .e-next,.e-device.e-daterangepicker .e-calendar .e-header .e-prev {
    height: 48px;
    width: 48px
}

.e-bigger.e-daterangepicker .e-calendar .e-header .e-next span,.e-bigger .e-daterangepicker .e-calendar .e-header .e-next span,.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev span,.e-bigger .e-daterangepicker .e-calendar .e-header .e-prev span,.e-device.e-daterangepicker .e-calendar .e-header .e-next span,.e-device.e-daterangepicker .e-calendar .e-header .e-prev span {
    padding: 15px
}

.e-bigger.e-daterangepicker .e-calendar .e-header .e-title,.e-bigger .e-daterangepicker .e-calendar .e-header .e-title,.e-device.e-daterangepicker .e-calendar .e-header .e-title {
    cursor: pointer;
    line-height: 48px
}

.e-bigger.e-daterangepicker .e-calendar .e-header.e-decade,.e-bigger .e-daterangepicker .e-calendar .e-header.e-decade,.e-bigger.e-daterangepicker .e-calendar .e-header.e-month,.e-bigger .e-daterangepicker .e-calendar .e-header.e-month,.e-bigger.e-daterangepicker .e-calendar .e-header.e-year,.e-bigger .e-daterangepicker .e-calendar .e-header.e-year,.e-device.e-daterangepicker .e-calendar .e-header.e-decade,.e-device.e-daterangepicker .e-calendar .e-header.e-month,.e-device.e-daterangepicker .e-calendar .e-header.e-year {
    padding: 10px 5px 0
}

.e-bigger.e-daterangepicker .e-footer,.e-bigger .e-daterangepicker .e-footer,.e-device.e-daterangepicker .e-footer {
    height: 58px
}

.e-bigger.e-daterangepicker .e-footer .e-btn,.e-bigger .e-daterangepicker .e-footer .e-btn,.e-device.e-daterangepicker .e-footer .e-btn {
    height: 36px;
    line-height: 36px;
    overflow: hidden
}

.e-bigger.e-daterangepicker .e-footer .e-btn.e-apply,.e-bigger .e-daterangepicker .e-footer .e-btn.e-apply,.e-device.e-daterangepicker .e-footer .e-btn.e-apply {
    margin: 0 8px
}

.e-bigger.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn,.e-bigger .e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn,.e-device.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn {
    border: 1px solid #f60;
    border-radius: 2px 0 0 2px;
    border-right: 0
}

.e-bigger.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn,.e-bigger .e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn,.e-device.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn {
    border-radius: 0 2px 2px 0
}

.e-bigger.e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel,.e-bigger .e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel,.e-device.e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel {
    margin: 0 8px
}

.e-bigger.e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply,.e-bigger .e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply,.e-device.e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply {
    margin-left: 0
}

.e-bigger.e-daterangepicker.e-device.e-popup,.e-bigger .e-daterangepicker.e-device.e-popup,.e-device.e-daterangepicker.e-device.e-popup {
    max-width: 298px
}

.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header,.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header,.e-device.e-daterangepicker.e-device.e-popup .e-range-header {
    margin: 20px 16px 0
}

.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,.e-device.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span {
    margin: 10px 0
}

.e-small.e-daterangepicker.e-popup .e-range-header,.e-small .e-daterangepicker.e-popup .e-range-header {
    margin: 10px 10px 0
}

.e-small.e-daterangepicker.e-popup .e-range-header .e-end-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-start-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
}

.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
}

.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-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
    background-size: 250px 33px;
    min-height: 33px
}

.e-bigger.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker,.e-bigger .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
    background-size: 250px 40px;
    min-height: 40px
}

/*! daterangepicker theme */
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active,.e-date-range-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
    color: #f60
}

.e-bigger.e-small .e-daterangepicker.e-popup,.e-daterangepicker.e-popup {
    background: #fff
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar,.e-daterangepicker.e-popup .e-calendar {
    background-color: #fff
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover,.e-daterangepicker.e-popup .e-calendar .e-header .e-title,.e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover {
    color: rgba(0,0,0,.87);
    text-decoration: none
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover,.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover {
    background-color: #eee;
    color: rgba(0,0,0,.87)
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span {
    background-color: #eee;
    border: 1px solid #f60;
    color: #f60
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span,.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span {
    background: #eee;
    border: none;
    color: rgba(0,0,0,.87)
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day,.e-bigger.e-small .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.e-today 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:not(.e-selected):hover span.e-day {
    background-color: #c8c8c8;
    border: none;
    color: rgba(0,0,0,.87)
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day,.e-bigger.e-small .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-end-date.e-selected.e-today 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-selected.e-today:hover 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-today:hover span.e-day {
    border: 1px solid #f60
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span,.e-bigger.e-small .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,.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-range-hover span,.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,.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span {
    background-color: #fff;
    border: none;
    color: rgba(0,0,0,.38)
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day,.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.e-today span.e-day,.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day {
    background-color: #f60;
    color: #fff
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span,.e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span {
    color: #fff
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-presets,.e-daterangepicker.e-popup .e-presets {
    background-color: #fff;
    color: #000
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-active,.e-daterangepicker.e-popup .e-presets .e-list-item.e-active {
    background-color: #fff;
    color: #f60
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-hover,.e-daterangepicker.e-popup .e-presets .e-list-item.e-hover {
    background-color: #eee;
    color: rgba(0,0,0,.87)
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-end-label,.e-bigger.e-small .e-daterangepicker.e-popup .e-start-label,.e-daterangepicker.e-popup .e-end-label,.e-daterangepicker.e-popup .e-start-label {
    color: rgba(0,0,0,.87)
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-change-icon,.e-daterangepicker.e-popup .e-change-icon {
    color: rgba(0,0,0,.74)
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-day-span,.e-daterangepicker.e-popup .e-day-span {
    color: rgba(0,0,0,.54)
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-separator,.e-daterangepicker.e-popup .e-separator {
    background-color: rgba(0,0,0,.12)
}

.e-bigger.e-small .e-daterangepicker.e-popup .e-footer,.e-daterangepicker.e-popup .e-footer {
    background-color: #fff
}

.e-bigger.e-daterangepicker,.e-bigger .e-daterangepicker,.e-device.e-daterangepicker {
    background-color: #fff;
    padding: 0
}

.e-bigger.e-daterangepicker .e-calendar th,.e-bigger .e-daterangepicker .e-calendar th,.e-device.e-daterangepicker .e-calendar th {
    color: rgba(0,0,0,.38)
}

.e-bigger.e-daterangepicker .e-end-btn,.e-bigger .e-daterangepicker .e-end-btn,.e-bigger.e-daterangepicker .e-start-btn,.e-bigger .e-daterangepicker .e-start-btn,.e-device.e-daterangepicker .e-end-btn,.e-device.e-daterangepicker .e-start-btn {
    background: #fff
}

.e-bigger.e-daterangepicker .e-end-btn.e-active,.e-bigger .e-daterangepicker .e-end-btn.e-active,.e-bigger.e-daterangepicker .e-end-btn.e-active:active:not([disabled]),.e-bigger .e-daterangepicker .e-end-btn.e-active:active:not([disabled]),.e-bigger.e-daterangepicker .e-end-btn.e-active:hover,.e-bigger .e-daterangepicker .e-end-btn.e-active:hover,.e-bigger.e-daterangepicker .e-start-btn.e-active,.e-bigger .e-daterangepicker .e-start-btn.e-active,.e-bigger.e-daterangepicker .e-start-btn.e-active:active,.e-bigger .e-daterangepicker .e-start-btn.e-active:active,.e-bigger.e-daterangepicker .e-start-btn.e-active:hover,.e-bigger .e-daterangepicker .e-start-btn.e-active:hover,.e-device.e-daterangepicker .e-end-btn.e-active,.e-device.e-daterangepicker .e-end-btn.e-active:active:not([disabled]),.e-device.e-daterangepicker .e-end-btn.e-active:hover,.e-device.e-daterangepicker .e-start-btn.e-active,.e-device.e-daterangepicker .e-start-btn.e-active:active,.e-device.e-daterangepicker .e-start-btn.e-active:hover {
    background: #f60;
    color: #fff
}

/*! component's theme wise override definitions and variables */
/*! toolbar icons */
.e-toolbar .e-popup-down-icon:before {
    content: "\e916";
    line-height: normal
}

.e-toolbar .e-popup-up-icon:before {
    content: "\e910";
    line-height: normal
}

/*! toolbar layout */
.e-bigger .e-toolbar,.e-toolbar.e-bigger {
    height: 56px;
    min-height: 56px
}

.e-bigger .e-toolbar .e-tbar-btn .e-icons,.e-toolbar.e-bigger .e-tbar-btn .e-icons {
    font-size: 14px
}

.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
    margin: 0
}

.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child,.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
    margin: 0 0 0 3px
}

.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item,.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
    margin: 0
}

.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content>.e-toolbar-item:last-child,.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content>.e-toolbar-item:last-child {
    margin-left: 3px;
    margin-right: 0
}

.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
    margin: 0
}

.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
    margin-left: 3px;
    margin-right: 0
}

.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
    margin: 0
}

.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
    margin-left: 0
}

.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child,.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
    margin-left: 3px
}

.e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-left: 0;
    margin-right: 3px
}

.e-bigger .e-toolbar .e-hor-nav,.e-toolbar.e-bigger .e-hor-nav {
    min-height: 56px;
    min-width: 40px
}

.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn {
    line-height: 35px
}

.e-bigger .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
    line-height: 34px;
    min-height: 34px;
    min-width: 27px
}

.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
    line-height: inherit
}

.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
    height: 48px
}

.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
    min-width: 48px;
    padding: 0
}

.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
    min-width: 27px
}

.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
    min-height: 30px;
    padding: 0 16px
}

.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
    margin-left: 0;
    padding: 0
}

.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left,.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
    padding-right: 16px
}

.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
    padding: 0
}

.e-bigger .e-toolbar .e-toolbar-items,.e-toolbar.e-bigger .e-toolbar-items {
    min-height: 56px
}

.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
    margin-left: 24px;
    margin-right: 24px;
    white-space: normal
}

.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator {
    display: none
}

.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator,.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
    display: inline-flex
}

.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-left: 0
}

.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin-right: 0
}

.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content>.e-toolbar-item:last-child,.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content>.e-toolbar-item:last-child {
    margin-right: 3px
}

.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
    margin: 0
}

.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
    margin-right: 3px
}

.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
    margin: 0
}

.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,.e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,.e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-left: 3px
}

.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item {
    min-height: 56px
}

.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) {
    min-width: 48px;
    padding: 5px
}

.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
    height: calc(100% - 20px);
    margin: 10px 5px;
    min-height: 36px
}

.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
    padding: 0
}

.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
    height: calc(100% - 11px);
    margin: 5.5px 0;
    min-height: 0;
    min-width: "";
    padding: 0 6px
}

.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
    padding: 0
}

.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
    padding: 0 2.5px
}

.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
    min-height: 56px;
    padding: 0 3px
}

.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
    display: none
}

.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open {
    display: inline
}

.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
    width: inherit
}

.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
    box-shadow: none;
    display: inline;
    white-space: normal
}

.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
    min-width: 48px;
    padding: 5px
}

.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
    display: none
}

.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
    display: inline-flex
}

.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
    align-content: center;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    min-height: 56px;
    vertical-align: middle;
    width: auto
}

.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
    padding: 0 2.5px
}

.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
    height: calc(100% - 11px);
    margin: 5.5px 0;
    min-height: 0;
    min-width: "";
    padding: 0 6px
}

.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
    line-height: 35px
}

.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
    height: calc(100% - 20px);
    margin: 10px 5px;
    min-height: 36px
}

.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
    line-height: 34px;
    min-height: 34px;
    min-width: 27px
}

.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav,.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-hor-nav {
    left: 0;
    right: auto
}

.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
    padding-right: 3px
}

.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
    min-height: 38px
}

.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator,.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
    height: auto;
    margin: 5px 10px;
    min-height: auto
}

.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
    margin: 5.5px auto
}

.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-left: 0
}

.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin-right: 0
}

.e-bigger .e-toolbar.e-vertical .e-hor-nav,.e-toolbar.e-bigger.e-vertical .e-hor-nav {
    min-height: 40px;
    min-width: 50px
}

.e-toolbar {
    border-radius: "";
    display: block;
    height: 42px;
    min-height: 42px;
    position: relative;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.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
}

.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
    padding-left: 0
}

.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-extended-toolbar.e-tbar-extended {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
    display: table
}

.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: 0 3px
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,.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-open {
    display: inline
}

.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
    width: inherit
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended {
    box-shadow: none;
    display: inline;
    white-space: normal
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
    height: 100%;
    min-width: 34px;
    padding: 3.5px
}

.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-separator {
    display: inline-flex
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
    align-content: center;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    min-height: 42px;
    vertical-align: middle;
    width: auto
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
    padding: 0 2px
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
    display: inline-block;
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif";
    font-size: 14px;
    line-height: inherit;
    vertical-align: middle;
    width: auto
}

.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 {
    height: calc(100% - 10px);
    margin: 4px 0;
    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 {
    line-height: 25px
}

.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:focus,.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
    padding: 0 1.5px
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
    margin: 7.5px 3px;
    min-height: 25px;
    min-width: 1px;
    vertical-align: middle
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-toolbar-pop) {
    line-height: 25px;
    min-height: 25px;
    min-width: 24px;
    padding: 0
}

.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-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) {
    height: auto
}

.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
    font-size: 14px;
    vertical-align: middle
}

.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn {
    cursor: pointer;
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif";
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    padding: 0 1.5px;
    text-align: center;
    text-decoration: none;
    text-transform: none
}

.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-tbar-btn:first-child {
    display: inline-block
}

.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item>* {
    align-self: center;
    text-overflow: ellipsis
}

.e-toolbar.e-control[class*=e-toolbar] {
    box-sizing: content-box
}

.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
    display: none
}

.e-toolbar .e-tbar-btn-text,.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
    display: inline-block;
    padding: 0 2px
}

.e-toolbar.e-hidden,.e-toolbar .e-toolbar-items .e-toolbar-item.e-hidden {
    display: none
}

.e-toolbar.e-corner {
    border-radius: 0
}

.e-toolbar .e-toolbar-pop {
    border-radius: "";
    overflow: hidden;
    padding: 0;
    position: absolute
}

.e-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
    margin: 0;
    width: auto
}

.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 {
    display: inline-flex;
    justify-content: flex-start;
    min-height: 24px;
    padding: 0 16px
}

.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-icon-left {
    padding-right: 16px
}

.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 .e-tbar-btn .e-icons.e-btn-icon {
    min-width: 24px
}

.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
    min-width: 34px;
    padding: 0
}

.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control {
    text-align: center
}

.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-item {
    align-content: center;
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    height: 36px
}

.e-toolbar .e-toolbar-pop .e-toolbar-item>* {
    height: 100%;
    min-width: 100%;
    text-overflow: ellipsis
}

.e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
    display: none
}

.e-toolbar .e-toolbar-pop .e-toolpopup,.e-toolbar .e-toolbar-popup {
    text-align: center
}

.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .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 0 0 3px
}

.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
    margin: 0
}

.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content>.e-toolbar-item:last-child {
    margin-left: 3px;
    margin-right: 0
}

.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .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-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
    margin: 0
}

.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
}

.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;
    margin-right: 3px
}

.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
    margin-left: 0
}

.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
    margin-left: 0;
    margin-right: 3px
}

.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
    margin-right: 0
}

.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
    margin-left: 3px;
    margin-right: 0
}

.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
    margin-right: 0
}

.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
    margin-left: 3px;
    margin-right: 0
}

.e-toolbar.e-rtl .e-toolbar-items:first-child>.e-toolbar-item:last-child:last-child,.e-toolbar.e-rtl .e-toolbar-items:first-child>.e-toolbar-right .e-toolbar-item:last-child {
    margin-right: 0
}

.e-toolbar.e-rtl .e-toolbar-items:first-child>.e-toolbar-item:last-child:first-child,.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-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
    padding-left: 16px;
    padding-right: 0
}

.e-toolbar.e-rtl .e-hor-nav {
    left: 0;
    right: auto;
    border-radius: "" 0 0 ""
}

.e-toolbar .e-hor-nav {
    align-items: center;
    border-radius: 0 "" "" 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: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
    line-height: 25px
}

.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
    line-height: 25px;
    min-height: 25px
}

.e-toolbar .e-toolbar-items {
    border-radius: "" 0 0 "";
    display: inline-block;
    height: 100%;
    min-height: 42px;
    vertical-align: middle
}

.e-toolbar .e-toolbar-items.e-toolbar-multirow {
    margin-bottom: 1px;
    margin-left: 18px;
    margin-right: 18px;
    white-space: normal
}

.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator {
    display: none
}

.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
    display: inline-flex
}

.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
    display: inline
}

.e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-left: 0
}

.e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin-right: 0
}

.e-toolbar .e-toolbar-items.e-tbar-pos {
    display: block
}

.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,.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-left,.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
    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;
    line-height: 35px
}

.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
    margin: 0 auto
}

.e-toolbar .e-toolbar-items .e-toolbar-center,.e-toolbar .e-toolbar-items .e-toolbar-left,.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) .e-toolbar-item:first-child {
    margin-left: 3px
}

.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:first-child {
    margin-left: 0
}

.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
    margin-right: 0
}

.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
    margin-left: 3px
}

.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
    margin-right: 0
}

.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
    margin-right: 3px
}

.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
    margin-left: 0
}

.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content>.e-toolbar-item:last-child,.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child,.e-toolbar .e-toolbar-items:first-child>.e-toolbar-item:last-child,.e-toolbar .e-toolbar-items:first-child>.e-toolbar-right .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 {
    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-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
    margin: 0
}

.e-toolbar .e-toolbar-items .e-toolbar-item {
    align-content: center;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    min-height: 42px;
    vertical-align: middle;
    width: auto
}

.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
    height: 100%;
    min-width: 34px;
    padding: 3.5px
}

.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
    margin: 7.5px 3px;
    min-height: 27px;
    min-width: 1px
}

.e-toolbar .e-toolbar-items .e-toolbar-item input[type=checkbox] {
    height: auto
}

.e-toolbar .e-toolbar-items .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-items .e-toolbar-item .e-tbar-btn.e-btn {
    height: calc(100% - 10px);
    margin: 4px 0;
    min-height: 0;
    min-width: 0;
    padding: 0 1.5px
}

.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
    padding: 0
}

.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
    margin: 0;
    min-width: 24px;
    width: auto
}

.e-toolbar .e-toolbar-items .e-toolbar-item>* {
    align-self: center;
    text-overflow: ellipsis
}

.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
    height: calc(100% - 15px);
    vertical-align: middle
}

.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator+.e-separator,.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:first-of-type,.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
    display: none
}

.e-toolbar .e-tbar-btn>:first-child {
    display: inline-block
}

.e-toolbar .e-tbar-btn {
    border: none;
    cursor: pointer;
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif";
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    padding: 0 1.5px;
    text-align: center;
    text-decoration: none;
    text-transform: none
}

.e-toolbar .e-tbar-btn .e-icons.e-btn-icon {
    font-size: 14px;
    vertical-align: middle
}

.e-toolbar .e-tbar-btn div {
    vertical-align: middle
}

.e-toolbar .e-tbar-btn .e-tbar-btn-text {
    display: inline-block;
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif";
    font-size: 14px;
    line-height: inherit;
    vertical-align: middle;
    width: auto
}

.e-toolbar.e-vertical {
    display: flex;
    flex-direction: column
}

.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-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,.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-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-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
    margin: 4px 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
}

/*! toolbar theme */
.e-toolbar {
    -webkit-tap-highlight-color: transparent;
    background: #fafafa;
    border: 1px rgba(0,0,0,.12);
    box-shadow: none
}

.e-toolbar.e-vertical .e-hor-nav {
    border: solid rgba(0,0,0,.12);
    border-width: 1px 0 0
}

.e-toolbar.e-vertical.e-rtl .e-hor-nav {
    border: solid rgba(0,0,0,.12);
    border-width: 0 0 1px
}

.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
    border-width: 0 0 .5px
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
    background: #fafafa
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
    border: solid rgba(0,0,0,.12);
    border-width: 0 .5px 0 0
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
    color: rgba(0,0,0,.54)
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
    background: #fafafa;
    box-shadow: none;
    color: rgba(0,0,0,.87)
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus,.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
    background: rgba(0,0,0,.12);
    border-color: rgba(0,0,0,.12);
    border-radius: "";
    color: rgba(0,0,0,.87)
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
    background: #bdbdbd;
    border-color: #bdbdbd;
    border-radius: "";
    box-shadow: "";
    color: rgba(0,0,0,.87)
}

.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
    color: rgba(0,0,0,.87)
}

.e-toolbar .e-icons {
    color: rgba(0,0,0,.54)
}

.e-toolbar .e-toolbar-pop {
    background: #fafafa;
    border: 1px rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 1px rgba(0,0,0,.21)
}

.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text {
    color: rgba(0,0,0,.87)
}

.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(0,0,0,.12);
    border: "";
    border-left: 1px rgba(0,0,0,.12);
    box-shadow: ""
}

.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: rgba(0,0,0,.87)
}

.e-toolbar .e-tbar-btn {
    background: #fafafa;
    box-shadow: none;
    color: rgba(0,0,0,.87)
}

.e-toolbar .e-tbar-btn:focus,.e-toolbar .e-tbar-btn:hover {
    background: rgba(0,0,0,.12);
    border-color: rgba(0,0,0,.12);
    border-radius: "";
    color: rgba(0,0,0,.87)
}

.e-toolbar .e-toolbar-items,.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
    background: #fafafa
}

.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
    color: rgba(0,0,0,.38)
}

.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
    color: rgba(0,0,0,.26)
}

.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
    color: rgba(0,0,0,.87)
}

.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
    border: solid rgba(0,0,0,.12);
    border-width: 0 .5px 0 0
}

.e-toolbar.e-rtl .e-hor-nav {
    background: #fafafa;
    border-left: 0;
    border-width: 0 medium;
    border-bottom: 0 solid rgba(0,0,0,.12);
    border-right: 1px solid rgba(0,0,0,.12);
    border-top: 0 solid rgba(0,0,0,.12)
}

.e-toolbar.e-rtl .e-hor-nav:not(.e-hor-nav.e-nav-active):hover {
    background: rgba(0,0,0,.12);
    color: rgba(0,0,0,.87)
}

.e-toolbar .e-hor-nav {
    background: #fafafa;
    border: solid rgba(0,0,0,.12);
    border-width: 0 0 0 1px
}

.e-toolbar .e-hor-nav:not(.e-expended-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:not(.e-expended-nav):active {
    border: "";
    box-shadow: "";
    color: rgba(0,0,0,.87)
}

.e-toolbar .e-hor-nav:not(.e-expended-nav):active:after {
    animation: tbar-popup-shadow .6s ease-out 0ms;
    visibility: visible
}

.e-toolbar .e-hor-nav:not(.e-expended-nav):focus,.e-toolbar .e-hor-nav:not(.e-expended-nav):hover {
    background: rgba(0,0,0,.12);
    border-left: "";
    color: rgba(0,0,0,.87)
}

.e-toolbar .e-hor-nav:not(.e-expended-nav):focus {
    border-color: rgba(0,0,0,.12)
}

.e-toolbar .e-tbar-btn:active {
    background: #bdbdbd;
    border-color: #bdbdbd;
    border-radius: "";
    box-shadow: "";
    color: rgba(0,0,0,.87)
}

/*! contextmenu layout */
.e-contextmenu-wrapper ul .e-menu-item .e-previous:before {
    content: "\e977"
}

.e-contextmenu-wrapper ul .e-menu-item .e-caret:before {
    content: "\e956"
}

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

/*! contextmenu layout */
.e-contextmenu-wrapper ul {
    font-weight: 400;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 14px;
    padding: 8px 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    display: none;
    min-width: 120px;
    position: absolute
}

.e-contextmenu-wrapper ul.e-ul,.e-contextmenu-wrapper ul.e-ul * {
    box-sizing: border-box
}

.e-contextmenu-wrapper ul.e-ul:focus,.e-contextmenu-wrapper ul.e-ul :focus {
    outline: none
}

.e-contextmenu-wrapper ul.e-contextmenu {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-contextmenu-wrapper ul.e-ul {
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont
}

.e-contextmenu-wrapper 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 {
    display: none
}

.e-contextmenu-wrapper 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 {
    text-decoration: none
}

.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon {
    display: inline-block;
    vertical-align: middle
}

.e-contextmenu-wrapper ul .e-menu-item.e-separator {
    cursor: auto;
    line-height: normal;
    pointer-events: none
}

.e-contextmenu-wrapper ul .e-menu-item .e-menu-url {
    display: inline-block;
    min-width: 120px
}

.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon {
    font-size: 14px;
    line-height: 36px;
    margin-right: 10px
}

.e-contextmenu-wrapper 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 {
    padding-right: 36px
}

.e-contextmenu-wrapper 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-blankicon {
    padding-left: 40px
}

.e-contextmenu-wrapper ul .e-menu-item .e-caret {
    font-size: 11px
}

.e-contextmenu-wrapper ul .e-menu-item .e-previous {
    margin-right: 16px
}

.e-contextmenu-wrapper ul .e-menu-item.e-disabled {
    cursor: auto;
    pointer-events: none
}

.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon {
    float: right;
    margin-right: 0
}

.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret {
    margin-left: 0;
    right: auto
}

.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon {
    margin-left: 10px
}

.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret {
    left: 8px
}

.e-rtl.e-contextmenu-wrapper .e-menu-item.e-menu-caret-icon {
    padding-left: 36px;
    padding-right: 16px
}

.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon {
    padding-left: 16px;
    padding-right: 40px
}

.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon.e-menu-caret-icon {
    padding-left: 36px
}

.e-bigger.e-contextmenu-wrapper ul,.e-bigger .e-contextmenu-wrapper ul {
    font-size: 15px;
    padding: 8px 0;
    white-space: nowrap;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    max-width: 280px;
    min-width: 112px
}

.e-bigger.e-contextmenu-wrapper ul .e-menu-item,.e-bigger .e-contextmenu-wrapper ul .e-menu-item {
    height: 48px;
    line-height: 48px
}

.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-menu-icon {
    font-size: 16px;
    line-height: 48px
}

.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
    line-height: 48px
}

.e-bigger.e-contextmenu-wrapper ul .e-menu-item.e-separator,.e-bigger .e-contextmenu-wrapper ul .e-menu-item.e-separator {
    height: auto;
    line-height: normal
}

.e-bigger.e-contextmenu-wrapper ul .e-menu-item.e-blankicon,.e-bigger .e-contextmenu-wrapper ul .e-menu-item.e-blankicon {
    padding-left: 42px
}

.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
    font-size: 12px
}

.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon,.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon {
    padding-left: 16px;
    padding-right: 42px
}

.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon,.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon {
    padding-left: 36px
}

/*! contextmenu theme */
.e-contextmenu-wrapper ul {
    background-color: #fff;
    color: rgba(0,0,0,.87)
}

.e-contextmenu-wrapper ul .e-menu-item.e-menu-header {
    border-bottom-color: rgba(0,0,0,.12)
}

.e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon {
    color: rgba(0,0,0,.54)
}

.e-contextmenu-wrapper ul .e-menu-item .e-menu-url {
    color: rgba(0,0,0,.87)
}

.e-contextmenu-wrapper ul .e-menu-item.e-focused {
    background-color: #eee;
    color: rgba(0,0,0,.87);
    outline: 0 solid rgba(0,0,0,.12);
    outline-offset: 0
}

.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-caret,.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-menu-icon {
    color: rgba(0,0,0,.54)
}

.e-contextmenu-wrapper ul .e-menu-item.e-selected {
    background-color: #eee;
    color: rgba(0,0,0,.87);
    outline: 0 solid #eee;
    outline-offset: 0
}

.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-caret,.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-menu-icon {
    color: rgba(0,0,0,.54)
}

.e-contextmenu-wrapper ul .e-disabled {
    color: rgba(0,0,0,.38);
    opacity: 1
}

.e-contextmenu-wrapper ul .e-disabled .e-caret,.e-contextmenu-wrapper ul .e-disabled .e-menu-icon,.e-contextmenu-wrapper ul .e-disabled .e-menu-url {
    color: rgba(0,0,0,.38)
}

.e-contextmenu-wrapper ul .e-separator {
    border-bottom-color: rgba(0,0,0,.12)
}

/*! component's theme wise override material-definitions and variables */
/*! accordion icons */
.e-accordion .e-tgl-collapse-icon:before {
    content: "\e916"
}

.e-accordion .e-tgl-collapse-icon.e-expand-icon {
    transform: rotate(-180deg)
}

/*! accordion layout */
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
    font-size: 16px
}

.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel,.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel {
    font-size: 14px
}

.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content,.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content {
    padding: 0
}

.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-acrdn-content .e-accordion,.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-acrdn-content .e-accordion {
    border: 0
}

.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header,.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header {
    padding: 0 46px 0 48px
}

.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header,.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header {
    padding: 0 46px 0 32px
}

.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content,.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content {
    font-size: 14px
}

.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header,.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header {
    line-height: 47px;
    min-height: 48px;
    padding: 0 46px 0 16px
}

.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon,.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon {
    height: 48px;
    min-height: 48px;
    min-width: 30px;
    right: 16px
}

.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
    display: inline-block;
    padding: 0 14px 0 0
}

.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
    padding: 16px
}

.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content,.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content {
    padding: 16px 16px 16px 48px
}

.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content,.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content {
    padding: 16px 16px 16px 64px
}

.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-header,.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-header {
    padding: 0 46px 0 32px
}

.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel.e-nested>.e-acrdn-content,.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel.e-nested>.e-acrdn-content {
    padding: 0
}

.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content,.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content {
    padding: 16px 48px 16px 16px
}

.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel.e-nested>.e-acrdn-content,.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel.e-nested>.e-acrdn-content {
    padding: 0
}

.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content,.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content {
    padding: 16px 64px 16px 16px
}

.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header,.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header {
    padding: 0 48px 0 46px
}

.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header,.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header {
    padding: 0 32px 0 46px
}

.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header,.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header {
    padding: 0 16px 0 46px
}

.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon,.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon {
    left: 16px;
    right: auto
}

.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon,.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
    padding: 0 0 0 14px
}

.e-accordion {
    display: block;
    position: relative
}

.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>.e-acrdn-header .e-acrdn-header-content {
    font-weight: 400
}

.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: 400
}

.e-accordion .e-acrdn-item {
    overflow: hidden;
    padding-top: "";
    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-acrdn-header {
    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-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: .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-panel {
    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.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-item.e-select.e-selected .e-acrdn-header>.e-acrdn-header-content,.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: 400
}

.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-content {
    padding: 16px 16px 16px 48px
}

.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-panel .e-acrdn-content {
    padding: 16px 16px 16px 64px
}

.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-content .e-acrdn-header {
    padding: 0 40px 0 32px
}

.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content .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-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-acrdn-content .e-acrdn-header {
    padding: 0 32px 0 40px
}

.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-content {
    padding: 16px 48px 16px 16px
}

.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-panel .e-acrdn-content {
    padding: 16px 64px 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
}

/*! accordion theme */
.e-accordion {
    -webkit-tap-highlight-color: transparent;
    border: 1px solid rgba(0,0,0,.12)
}

.e-accordion,.e-accordion .e-active {
    background: #fff
}

.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
    border-top: 1px solid #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: #eee
}

.e-accordion .e-acrdn-item.e-expand-state.e-select {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff
}

.e-accordion .e-acrdn-item.e-overlay {
    background: #fff
}

.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state>.e-acrdn-header:focus {
    background: #eee
}

.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content,.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
    color: rgba(0,0,0,.87)
}

.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-content-icon {
    color: rgba(0,0,0,.54)
}

.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
    color: rgba(0,0,0,.87)
}

.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
    color: rgba(0,0,0,.54)
}

.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected)>.e-acrdn-header:focus {
    background: #eee
}

.e-accordion .e-acrdn-item .e-acrdn-header:active,.e-accordion .e-acrdn-item .e-acrdn-header:hover {
    background: transparent
}

.e-accordion .e-acrdn-item .e-acrdn-header:focus {
    background: #eee
}

.e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header,.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header {
    background: #fff
}

.e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header>.e-toggle-icon,.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header>.e-toggle-icon {
    color: rgba(0,0,0,.54)
}

.e-accordion .e-acrdn-item.e-select.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-selected.e-expand-state>.e-acrdn-header .e-acrdn-header-content,.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header .e-acrdn-header-icon {
    color: #f60
}

.e-accordion .e-acrdn-item.e-select {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent
}

.e-accordion .e-acrdn-item.e-select.e-item-focus {
    border-color: #eee
}

.e-accordion .e-acrdn-item.e-selected.e-select {
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-top: 1px solid rgba(0,0,0,.12)
}

.e-accordion .e-acrdn-item.e-selected+.e-selected {
    border-top: 1px solid transparent
}

.e-accordion .e-acrdn-item.e-selected .e-selected:last-child {
    border-bottom: 1px rgba(0,0,0,.12)
}

.e-accordion .e-acrdn-item.e-selected>.e-acrdn-panel .e-acrdn-content {
    color: rgba(0,0,0,.87)
}

.e-accordion .e-acrdn-item.e-selected>.e-acrdn-panel .e-acrdn-header-content,.e-accordion .e-acrdn-item .e-toggle-icon {
    color: rgba(0,0,0,.54)
}

.e-accordion .e-acrdn-item .e-acrdn-panel {
    font-size: 13px
}

/*! Material theme definition's */
/*! component's theme wise override definitions and variables */
/*! Horizontal Tab */
@keyframes tbar-alt-popup-shadow {
    0% {
        border-color: rgba(0,0,0,.12);
        box-shadow: 0 0 0 0 rgba(0,0,0,.12)
    }

    to {
        box-shadow: 0 0 0 200px rgba(0,0,0,.12)
    }
}

@keyframes hscroll-alt-popup-shadow {
    0% {
        border-color: rgba(0,0,0,.12);
        box-shadow: 0 0 0 0 rgba(0,0,0,.12)
    }

    to {
        box-shadow: 0 0 0 200px rgba(0,0,0,.12)
    }
}

/*! Material specific themes definition's */
/*! Vertical Tab */
/*! tab icons */
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow:before {
    content: "\e913"
}

.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow:before,.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow:before {
    content: "\e904"
}

.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow:before {
    content: "\e913"
}

.e-tab .e-tab-header .e-close-icon:before {
    content: "\e7fc";
    position: relative
}

.e-tab .e-tab-header .e-popup-up-icon:before {
    content: "\e916"
}

@media screen and (max-width: 480px) {
    .e-tab .e-tab-header .e-popup-up-icon:before {
        content:"\e984"
    }
}

.e-tab .e-tab-header .e-popup-down-icon:before {
    content: "\e916"
}

@media screen and (max-width: 480px) {
    .e-tab .e-tab-header .e-popup-down-icon:before {
        content:"\e984"
    }
}

@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-scroll-nav .e-nav-up-arrow:before {
    content: "\e910"
}

.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow:before {
    content: "\e916"
}

.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"
}

/*! tab layout */
.e-bigger .e-tab .e-tab-header,.e-tab.e-bigger .e-tab-header {
    height: 48px;
    min-height: 48px
}

.e-bigger .e-tab .e-tab-header .e-toolbar-items,.e-tab.e-bigger .e-tab-header .e-toolbar-items {
    height: auto;
    min-height: auto
}

.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin: 0
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
        margin:0
    }
}

.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
        margin:0
    }
}

.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger .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-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
        margin:0
    }
}

.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
    margin: 0
}

.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav,.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
    width: 50px
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
    height: 48px;
    margin: 0;
    min-height: 48px;
    min-width: auto;
    padding: 0
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
        margin:0
    }
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom,.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-itop,.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom,.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-itop {
    height: 72px;
    min-height: 72px
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
    height: 48px;
    padding: 0 24px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
        padding:0 12px
    }
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-text-wrap {
    height: 48px
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
    font-size: 14px
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
    margin: 0;
    padding-bottom: 0
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
        margin:0
    }
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
    height: 48px;
    margin-top: 0
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
    height: 48px
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
    padding: 0
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
    cursor: pointer;
    margin: 0 0 0 12px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
        margin:0 0 0 14px
    }
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon:before,.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon:before,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
    font-size: 10px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon:before,.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon:before,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
        font-size:12px
    }
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
    height: 24px;
    min-width: 24px;
    width: 24px
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon:before,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon:before {
    font-size: 20px
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
    padding: 0 24px
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text {
    margin: 0 0 0 12px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text {
        margin:0 0 0 14px
    }
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap {
    height: 72px
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap {
    height: auto
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap {
    height: 72px
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap {
    height: auto
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-close-icon {
    right: 24px
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
    margin: 10px 0 0
}

.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text {
    margin: 0 0 10px
}

.e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap,.e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,.e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap,.e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap {
    margin-right: 22px
}

.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item {
    height: 48px;
    min-height: 48px
}

.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
    height: 48px;
    padding: 0 16px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
        padding:0 16px
    }
}

.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
    height: 48px
}

.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text+.e-close-icon[style="display:block"],.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text+.e-close-icon[style="display:block"] {
    padding-right: 12px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text+.e-close-icon[style="display:block"],.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text+.e-close-icon[style="display:block"] {
        padding-right:0
    }
}

.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
    margin: 0
}

.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon:before,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon:before {
    top: 0
}

.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon {
    right: 18px
}

.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator) {
    min-height: 48px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator) {
        min-height:48px
    }
}

.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap {
    height: 48px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap {
        height:48px
    }
}

.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text {
    margin: 0;
    padding-left: 0;
    padding-right: 12px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text {
        margin:0;
        padding-left: 0;
        padding-right: 0
    }
}

.e-bigger .e-tab .e-tab-header .e-scroll-nav,.e-tab.e-bigger .e-tab-header .e-scroll-nav {
    height: 48px;
    min-height: 48px;
    padding: 0 12px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-scroll-nav,.e-tab.e-bigger .e-tab-header .e-scroll-nav {
        padding:0 12px
    }
}

.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav,.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav,.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-left-nav,.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-right-nav {
    padding: 0 12px
}

.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,.e-tab.e-bigger .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-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
        font-size:12px;
        height: 24px;
        line-height: 24px;
        width: 24px
    }
}

.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow:before,.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow:before,.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-left-arrow:before,.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-right-arrow:before {
    font-size: 12px;
    line-height: 24px;
    top: 0;
    vertical-align: initial
}

.e-bigger .e-tab .e-tab-header .e-hor-nav,.e-tab.e-bigger .e-tab-header .e-hor-nav {
    height: 48px;
    min-height: 48px;
    padding: 0 12px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-hor-nav,.e-tab.e-bigger .e-tab-header .e-hor-nav {
        padding:0 12px
    }
}

.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    width: 24px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon {
        font-size:12px;
        height: 24px;
        line-height: 24px;
        width: 24px
    }
}

.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:before,.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:before,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:before {
    font-size: 12px;
    line-height: 24px;
    top: 0;
    vertical-align: initial
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:before,.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:before,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:before {
        font-size:16px
    }
}

.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover:before,.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover:before,.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:before,.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:before,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover:before,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover:before,.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon:before,.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon:before {
    top: 0
}

.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow,.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow,.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon {
    line-height: 15px
}

.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
    margin: 0
}

.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
    margin: 0;
    padding-bottom: 0
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
        margin:0
    }
}

.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text {
    padding-top: 0
}

.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
    margin: 0;
    padding-bottom: 0
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
        margin:0
    }
}

.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom,.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop {
    padding-bottom: 0;
    padding-top: 0
}

.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap {
    margin: 0
}

.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
    height: 48px;
    padding: 0
}

.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap,.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap {
    height: 48px
}

.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap,.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap {
    height: auto
}

.e-bigger .e-tab .e-tab-header.e-vertical,.e-tab.e-bigger .e-tab-header.e-vertical {
    max-width: 150px
}

.e-bigger .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]:before,.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]:before {
    bottom: 23px;
    top: 23px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]:before,.e-tab.e-bigger .e-tab-header.e-vertical[style*="overflow: hidden"]:before {
        bottom:0;
        top: 0
    }
}

.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items,.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items {
    height: inherit
}

.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin: 0
}

.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device),.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
    padding: 24px 0
}

.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap {
    padding: 0 24px
}

.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon,.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon,.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon,.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon {
    right: -24px
}

.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
    height: 24px;
    min-height: 24px
}

.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow,.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    width: 24px
}

.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav,.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav {
    padding: 0 24px
}

.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:before,.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:before,.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:before,.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:before {
    line-height: 46px
}

.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:after,.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:after,.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:after,.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:after {
    font-size: 14px;
    line-height: 46px;
    margin: 0 0 0 10px
}

.e-bigger .e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items,.e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items {
    height: auto
}

.e-bigger .e-tab.e-vertical-icon .e-tab-header,.e-tab.e-bigger.e-vertical-icon .e-tab-header {
    height: 72px;
    min-height: 72px
}

.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav,.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav,.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items,.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav,.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-scroll-nav,.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-items {
    height: 72px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon:before,.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon:before,.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon:before {
        font-size:12px
    }
}

.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
    height: inherit
}

.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav,.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav {
    height: 24px
}

.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus,.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
    height: 48px
}

.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus {
    height: 72px
}

.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap {
    height: auto
}

.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus,.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus,.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
    height: 48px
}

.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
    height: 48px;
    padding: 0
}

.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow,.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow,.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon {
    line-height: 15px
}

.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow,.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow {
    line-height: 13px
}

.e-bigger .e-tab.e-safari .e-tab-header .e-close-icon:before,.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow:before,.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow:before,.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon:before,.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow:before,.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow:before,.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon:before,.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon:before,.e-tab.e-bigger.e-safari .e-tab-header .e-close-icon:before,.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow:before,.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow:before,.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon:before,.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon:before,.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow:before,.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow:before,.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon:before,.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon:before {
    top: 0
}

.e-bigger .e-tab.e-fill .e-tab-header,.e-tab.e-bigger.e-fill .e-tab-header {
    height: 46px;
    min-height: 46px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab.e-fill .e-tab-header,.e-tab.e-bigger.e-fill .e-tab-header {
        height:46px;
        min-height: 46px
    }
}

.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
    height: auto;
    min-height: 46px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
        min-height:46px
    }
}

.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin: 0;
    padding: 0
}

.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
    height: 46px;
    margin: 0;
    min-height: 46px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
        height:46px;
        min-height: 46px
    }
}

.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom,.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop {
    height: 70px;
    min-height: 70px
}

.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
    height: 46px;
    padding: 0 24px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
        height:46px;
        padding: 0 24px
    }
}

.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
    height: 46px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
        height:46px
    }
}

.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active {
    padding: 0
}

.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    margin-bottom: 0
}

.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
    height: 46px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
        height:46px
    }
}

.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
    height: 46px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
        height:46px
    }
}

.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap,.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap {
    height: 70px
}

.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator) {
    height: auto
}

.e-bigger .e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
    padding: 0 24px
}

.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
    height: 46px
}

.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap,.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap {
    height: auto
}

.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-bigger .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-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap {
    height: 50px
}

.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus,.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
    height: 46px
}

.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus {
    height: 70px
}

.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap {
    height: auto
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap {
        height:auto
    }
}

.e-bigger .e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
    margin: 0
}

.e-bigger .e-tab.e-fill.e-vertical-icon .e-tab-header,.e-tab.e-bigger.e-fill.e-vertical-icon .e-tab-header {
    height: 70px;
    min-height: 70px
}

.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin: 0;
    padding: 0
}

.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
    margin: 0
}

.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
    padding: 0 24px
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
        padding:0 24px
    }
}

.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active,.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active {
    padding: 0
}

.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    margin-bottom: 0
}

.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
    height: 48px
}

.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
    padding: 0 24px
}

.e-bigger .e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,.e-tab.e-bigger.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin: 0
}

.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left+.e-tab-text,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left+.e-tab-text {
    margin: 0 12px 0 0
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left+.e-tab-text,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left+.e-tab-text {
        margin:0 14px 0 0
    }
}

.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
    margin: 0 12px 0 0
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
        margin:0 14px 0 0
    }
}

.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon,.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon {
    left: 24px;
    right: auto
}

.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap,.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap,.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap {
    margin-left: 22px;
    margin-right: 0
}

.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
    margin: 0
}

.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
    padding-left: 12px;
    padding-right: 0
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
        padding-left:0
    }
}

.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon {
    margin: 0
}

.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon,.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon {
    left: 18px;
    right: auto
}

.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text {
    margin: 0;
    padding-left: 12px;
    padding-right: 0
}

@media screen and (max-width: 480px) {
    .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text {
        margin:0;
        padding-left: 0;
        padding-right: 0
    }
}

.e-bigger .e-tab.e-rtl .e-tab-header .e-hor-nav,.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-left-nav,.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-right-nav,.e-tab.e-bigger.e-rtl .e-tab-header .e-hor-nav,.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-left-nav,.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-right-nav {
    padding: 0 12px
}

.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) {
    margin: 0
}

.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon,.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon,.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon {
    left: -24px
}

.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav,.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-hor-nav {
    padding: 0 24px
}

.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-down-icon:after,.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-up-icon:after,.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-down-icon:after,.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-up-icon:after {
    margin: 0 10px 0 0
}

.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;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text
}

@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
}

.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-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-scroll-nav {
    width: 40px
}

.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;
    transition: left .125s cubic-bezier(.35,0,.25,1),right .25s cubic-bezier(.35,0,.25,1)
}

.e-tab .e-tab-header .e-toolbar-item {
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text
}

.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
}

@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-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
    }
}

@media screen\0 {
    .e-tab .e-tab-header .e-toolbar-item .e-close-icon:before {
        top: 0
    }
}

.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
    display: inline-flex;
    height: 20px;
    min-width: 20px;
    width: 20px
}

@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-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-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-ibottom,.e-tab .e-tab-header .e-toolbar-item.e-itop {
    height: 62px
}

@media screen and (max-width: 480px) {
    .e-tab .e-tab-header .e-toolbar-item.e-ibottom,.e-tab .e-tab-header .e-toolbar-item.e-itop {
        height:72px
    }
}

.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap,.e-tab .e-tab-header .e-toolbar-item.e-itop .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-ibottom .e-tab-wrap,.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap {
        height:72px
    }
}

.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap {
    height: auto
}

.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap,.e-tab .e-tab-header .e-toolbar-item.e-itop .e-text-wrap {
    display: block;
    height: auto
}

.e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap .e-text-wrap,.e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap,.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-itop.e-active .e-tab-wrap:focus .e-text-wrap {
    height: auto
}

.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon,.e-tab .e-tab-header .e-toolbar-item.e-itop .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-ibottom .e-close-icon,.e-tab .e-tab-header .e-toolbar-item.e-itop .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-bottom,.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-top {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto
}

.e-tab .e-tab-header .e-toolbar-pop {
    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
}

.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%
}

.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-ibottom,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop {
    height: 36px
}

@media screen and (max-width: 480px) {
    .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop {
        height:48px
    }
}

.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator) {
    min-height: 36px
}

@media screen and (max-width: 480px) {
    .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator) {
        min-height:48px
    }
}

.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap {
    height: 36px
}

@media screen and (max-width: 480px) {
    .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap {
        height:48px
    }
}

.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-text-wrap,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-text-wrap {
    display: inline-flex;
    height: auto
}

.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .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-ibottom .e-tab-text,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .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-ibottom .e-close-icon,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon {
    right: 18px;
    top: auto
}

.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-bottom,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-top {
    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-ibottom .e-text-wrap,.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .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,.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-down-icon,.e-tab .e-tab-header .e-hor-nav .e-popup-up-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-down-icon,.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
        font-size:12px;
        height: 24px;
        line-height: 24px;
        width: 24px
    }
}

.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:before,.e-tab .e-tab-header .e-hor-nav .e-popup-up-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-down-icon:before,.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:before {
        font-size:16px
    }
}

.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover:before,.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover:before {
    top: 0
}

.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
    transform: rotate(180deg);
    transition: transform .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 .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-down-icon:before,.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:before {
    top: 0
}

.e-tab .e-tab-header.e-horizontal-bottom:before {
    bottom: auto
}

.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
}

.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap,.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap {
    height: auto
}

.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap,.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap {
    height: auto;
    padding: 0
}

.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap:before,.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap:before {
    bottom: auto;
    top: 0
}

.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 .125s cubic-bezier(.35,0,.25,1),bottom .25s cubic-bezier(.35,0,.25,1);
    width: 2px
}

.e-tab .e-tab-header.e-vertical .e-toolbar-items {
    height: inherit
}

.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,.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-icon:before,.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text {
    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-ibottom .e-close-icon,.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon {
    right: -18px
}

.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
    top: auto!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-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-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-down-icon,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon {
    height: 100%;
    transform: none;
    transition: none;
    width: 100%
}

.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:before,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-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: 35px;
    text-align: left;
    text-transform: uppercase;
    transform: none;
    transition: none
}

.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:after,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:after {
    float: left;
    font-size: 12px;
    line-height: 35px;
    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-down-icon:after,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-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-item:not(.e-separator),.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).e-ibottom .e-close-icon,.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-itop .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-down-icon:before,.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:before {
    float: right
}

.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:after,.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:after {
    float: right;
    margin: 0 10px 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-x: 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-hor-nav,.e-tab.e-vertical-icon .e-tab-header .e-scroll-nav,.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
    height: 62px
}

@media screen and (max-width: 480px) {
    .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon:before,.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon:before {
        font-size:12px
    }
}

.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-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,.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-ibottom .e-tab-wrap:focus,.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus {
    height: 62px
}

.e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .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,.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-itop .e-tab-wrap:focus .e-text-wrap {
    height: auto
}

.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus,.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-tab-wrap:focus,.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-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-ibottom.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-tab-wrap:focus .e-text-wrap,.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-itop .e-tab-wrap:focus .e-text-wrap {
    height: auto
}

.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-down-icon,.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-scroll-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 {
    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-down-icon,.e-tab.e-ie .e-tab-header .e-popup-up-icon {
    transform: none;
    transition: none
}

.e-tab.e-ie .e-tab-header .e-popup-up-icon:before {
    transform: rotate(180deg);
    transition: transform .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 .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-down-icon,.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-scroll-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 {
    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 .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 .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 .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 .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-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-hor-nav .e-popup-down-icon:before,.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon: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,.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon:before,.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon:before {
    top: 0
}

.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
}

@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-ibottom,.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop {
    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-ibottom .e-tab-wrap,.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap {
    height: 60px
}

.e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap,.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-text-wrap,.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop: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-ibottom .e-tab-wrap:focus .e-text-wrap,.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap {
    height: 44px
}

.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap,.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .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,.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-ibottom .e-tab-wrap:focus,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus {
    height: 60px
}

.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .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-ibottom .e-tab-wrap:focus .e-text-wrap,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .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
}

.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 24px
    }
}

.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-text-wrap {
    height: 36px
}

.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-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),.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),.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) .e-icon-left+.e-tab-text,.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-ibottom .e-close-icon,.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon {
    left: 18px;
    right: auto
}

.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap,.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap {
    margin-left: 20px;
    margin-right: 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-ibottom .e-close-icon,.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon {
    left: 18px;
    right: auto
}

.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .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-ibottom .e-tab-text,.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .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-left-nav,.e-tab.e-rtl .e-tab-header .e-scroll-right-nav {
    padding: 0 9px
}

.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:before,.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:before {
    display: none
}

.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:after,.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:after {
    margin: 0;
    width: 100%
}

/*! tab theme */
.e-tab {
    background: transparent;
    border: none
}

.e-tab .e-tab-header {
    background: inherit;
    border: 0;
    border-radius: 0;
    border-bottom: 0
}

.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
    border-bottom: initial
}

.e-tab .e-tab-header .e-toolbar-items {
    background: inherit
}

.e-tab .e-tab-header .e-indicator {
    background: #f60
}

.e-tab .e-tab-header .e-toolbar-item {
    background: inherit;
    border: none
}

.e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
    background: rgba(255,102,0,.12)
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    border-radius: 0;
    color: rgba(0,0,0,.54)
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
    color: rgba(0,0,0,.54)
}

@media screen and (max-width: 480px) {
    .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
        color:rgba(0,0,0,.54)
    }

    .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
        color: rgba(0,0,0,.87)
    }
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
    background: inherit
}

@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-icon,.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
    color: rgba(0,0,0,.87)
}

.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-ileft .e-tab-icon,.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-icon,.e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text,.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon,.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-wrap:hover .e-tab-icon,.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
    color: #f60
}

.e-tab .e-tab-header .e-toolbar-item .e-close-icon {
    color: rgba(0,0,0,.54)
}

.e-tab .e-tab-header .e-toolbar-item .e-close-icon:active,.e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover {
    color: rgba(0,0,0,.87)
}

.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-icon,.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-text {
    color: rgba(0,0,0,.38)
}

.e-tab .e-tab-header .e-toolbar-pop {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 2px 2px 1px rgba(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,.21)
    }
}

.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text {
    color: rgba(0,0,0,.54)
}

.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
    background: #eee
}

.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon,.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-tab-text {
    color: rgba(0,0,0,.87)
}

.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
    background: #eee
}

.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav,.e-tab .e-tab-header .e-scroll-nav {
    background: inherit;
    border: 0
}

.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow {
    color: rgba(0,0,0,.54)
}

.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
    background: initial;
    color: rgba(0,0,0,.87)
}

.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active,.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active {
    box-shadow: none
}

.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
    background: rgba(0,0,0,.12);
    color: rgba(0,0,0,.87)
}

.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
    background: initial;
    color: rgba(0,0,0,.87)
}

.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .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:hover,.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover {
    color: rgba(0,0,0,.54)
}

.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-down-icon,.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon {
    color: rgba(0,0,0,.54)
}

.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-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: rgba(0,0,0,.87)
}

.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon {
    background: rgba(0,0,0,.12);
    border: initial;
    border-radius: 0;
    color: rgba(0,0,0,.87)
}

.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,.e-tab .e-tab-header .e-hor-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,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover {
    background: initial;
    border: initial;
    border-radius: 0
}

.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active,.e-tab .e-tab-header .e-hor-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,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active {
    background: initial;
    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
}

.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.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
}

.e-tab .e-tab-header.e-horizontal-bottom {
    border-bottom: 0;
    border-top: 0
}

.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
    border-bottom: 0;
    border-radius: 0;
    border-top: initial;
    border-top-color: inherit
}

.e-tab .e-tab-header.e-vertical:before {
    border-width: 0 1px 0 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-active {
    border-radius: 0;
    border-right: initial
}

.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,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(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,.12)
}

.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-down-nav {
    border-top-color: rgba(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,.12)
}

.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
    color: rgba(0,0,0,.87)
}

.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,.12)
}

.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-down-icon,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon {
    border: 0
}

.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover,.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:focus .e-popup-down-icon,.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon {
    background: inherit;
    border: 0
}

.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,.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-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-up-icon:hover {
    background: inherit;
    border: 0;
    box-shadow: none
}

.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon,.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon {
    border: 0
}

.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
    background: rgba(255,102,0,.12)
}

.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: #f60
}

.e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon,.e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-tab.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
    color: rgba(0,0,0,.87)
}

.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon,.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-scroll-nav:focus .e-nav-arrow {
    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(255,102,0,.38)
}

.e-tab.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
    color: rgba(0,0,0,.38)
}

.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-icon,.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    color: rgba(255,102,0,.38)
}

.e-tab.e-disable .e-content {
    opacity: .38
}

.e-tab.e-fill .e-tab-header {
    border-bottom: 2px solid #f60
}

.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,.05)
}

.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
    color: rgba(0,0,0,.54)
}

.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
    color: rgba(0,0,0,.87)
}

.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-tab-wrap {
    background: #f60;
    border-radius: 0
}

.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon,.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
    color: #fff
}

.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-tab-icon,.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    color: #fff
}

.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon {
    color: hsla(0,0%,100%,.7)
}

.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
    color: #fff
}

.e-tab.e-fill .e-tab-header.e-horizontal-bottom {
    border-bottom: 0;
    border-top: 2px solid #f60
}

.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 #f60
}

.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-right {
    border-left: 2px solid #f60
}

.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(255,102,0,.38)
}

.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
    color: rgba(0,0,0,.38)
}

.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(255,102,0,.38)
}

.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 .e-tab-text,.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon,.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
    color: hsla(0,0%,100%,.38)
}

.e-tab.e-fill.e-disable .e-tab-header.e-horizontal-bottom {
    border-bottom: 0;
    border-top: 2px solid rgba(255,102,0,.38)
}

.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon,.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 {
    color: #f60
}

.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
    background: rgba(255,102,0,.8)
}

.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
    color: #fff
}

.e-tab.e-background .e-tab-header {
    background: #f60;
    border: 0
}

.e-tab.e-background .e-tab-header .e-toolbar-items {
    background: #f60
}

.e-tab.e-background .e-tab-header .e-indicator {
    background: #fff
}

.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,.1)
}

.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
    background: #f60
}

.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
    background: inherit
}

.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:active,.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-tab-icon,.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
    color: #fff
}

.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon,.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text {
    color: hsla(0,0%,100%,.7)
}

.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
    color: hsla(0,0%,100%,.54)
}

.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
    color: #f60
}

.e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
    border: 0
}

.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    background: #f60;
    border-radius: 0
}

.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text {
    color: #fff
}

.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-icon,.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-wrap:focus .e-tab-icon,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
    color: #fff
}

.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
    color: hsla(0,0%,100%,.7)
}

.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
    color: #fff
}

.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap {
    background: rgba(255,102,0,0)
}

.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-close-icon,.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-tab-text {
    color: hsla(0,0%,100%,.38)
}

.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item {
    background: #f60
}

.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-tab-text {
    color: hsla(0,0%,100%,.7)
}

.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
    background: hsla(0,0%,100%,.12)
}

.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon,.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-tab-text {
    color: #fff
}

.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
    color: hsla(0,0%,100%,.7)
}

.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
    background: inherit;
    color: #fff
}

.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
    color: #fff
}

.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
    background: inherit;
    color: #fff
}

.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 .e-popup-down-icon,.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon {
    color: hsla(0,0%,100%,.7)
}

.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover,.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover {
    background: inherit;
    color: #fff
}

.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon,.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon {
    color: #fff
}

.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.e-nav-active .e-popup-up-icon {
    color: #fff
}

.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow,.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: #fff
}

.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover,.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:focus .e-popup-down-icon,.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover,.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-up-icon:hover {
    background: inherit;
    border-color: transparent
}

.e-tab.e-background.e-disable .e-tab-header .e-indicator {
    background: hsla(0,0%,100%,.38)
}

.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap,.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,.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:focus .e-tab-icon,.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
    color: hsla(0,0%,100%,.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: #f60;
    color: hsla(0,0%,100%,.38)
}

.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 .e-tab-text,.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon,.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
    color: hsla(0,0%,100%,.38)
}

.e-tab.e-background.e-accent .e-tab-header .e-indicator {
    background: #f60
}

.e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator {
    background: rgba(255,102,0,.38)
}

.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
    background: hsla(0,0%,100%,.12)
}

.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon,.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 {
    color: hsla(0,0%,100%,.7)
}

.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
    background: hsla(0,0%,100%,.12)
}

.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
    color: #fff
}

.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap {
    background: rgba(255,102,0,0)
}

.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap:focus,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus {
    background: hsla(0,0%,100%,.12)
}

.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon,.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-scroll-nav:focus .e-nav-arrow {
    color: hsla(0,0%,100%,.87)
}

.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: #000
}

/*! TreeView's material theme wise override definitions and variables */
.e-treeview .e-list-item div.e-icons.interaction {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    border-radius: 15px;
    transition: transform .3s ease-in-out
}

.e-treeview .e-list-item .e-icons.e-icon-collapsible {
    transform: rotate(90deg)
}

.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next,.e-treeview.e-rtl div.e-icons {
    transform: rotate(180deg)
}

/*! TreeView icons */
.e-treeview .e-list-item div.e-icons: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"
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.e-bigger .e-treeview .e-fullrow,.e-treeview.e-bigger .e-fullrow {
    height: 40px
}

.e-bigger .e-treeview .e-list-text,.e-treeview.e-bigger .e-list-text {
    line-height: 38px;
    min-height: 38px;
    padding: 0 10px
}

.e-bigger .e-treeview .e-list-text .e-input-group,.e-treeview.e-bigger .e-list-text .e-input-group {
    height: 38px
}

.e-bigger .e-treeview .e-checkbox-wrapper,.e-treeview.e-bigger .e-checkbox-wrapper {
    margin: 0 0 0 10px
}

.e-bigger .e-treeview .e-checkbox-wrapper+.e-list-icon,.e-bigger .e-treeview .e-checkbox-wrapper+.e-list-img,.e-treeview.e-bigger .e-checkbox-wrapper+.e-list-icon,.e-treeview.e-bigger .e-checkbox-wrapper+.e-list-img {
    margin: 0 0 0 16px
}

.e-bigger .e-treeview .e-list-icon,.e-bigger .e-treeview .e-list-icon+.e-list-icon,.e-bigger .e-treeview .e-list-icon+.e-list-img,.e-bigger .e-treeview .e-list-img,.e-bigger .e-treeview .e-list-img+.e-list-icon,.e-bigger .e-treeview .e-list-img+.e-list-img,.e-treeview.e-bigger .e-list-icon,.e-treeview.e-bigger .e-list-icon+.e-list-icon,.e-treeview.e-bigger .e-list-icon+.e-list-img,.e-treeview.e-bigger .e-list-img,.e-treeview.e-bigger .e-list-img+.e-list-icon,.e-treeview.e-bigger .e-list-img+.e-list-img {
    margin: 0 0 0 10px
}

.e-bigger .e-treeview .e-icon-collapsible:before,.e-bigger .e-treeview .e-icon-expandable:before,.e-treeview.e-bigger .e-icon-collapsible:before,.e-treeview.e-bigger .e-icon-expandable:before {
    padding: 6px
}

.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper,.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper {
    margin: 0 10px 0 0
}

.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper+.e-list-icon,.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper+.e-list-img,.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper+.e-list-icon,.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper+.e-list-img {
    margin: 0 16px 0 0
}

.e-bigger .e-treeview.e-rtl .e-list-icon,.e-bigger .e-treeview.e-rtl .e-list-icon+.e-list-icon,.e-bigger .e-treeview.e-rtl .e-list-icon+.e-list-img,.e-bigger .e-treeview.e-rtl .e-list-img,.e-bigger .e-treeview.e-rtl .e-list-img+.e-list-icon,.e-bigger .e-treeview.e-rtl .e-list-img+.e-list-img,.e-treeview.e-bigger.e-rtl .e-list-icon,.e-treeview.e-bigger.e-rtl .e-list-icon+.e-list-icon,.e-treeview.e-bigger.e-rtl .e-list-icon+.e-list-img,.e-treeview.e-bigger.e-rtl .e-list-img,.e-treeview.e-bigger.e-rtl .e-list-img+.e-list-icon,.e-treeview.e-bigger.e-rtl .e-list-img+.e-list-img {
    margin: 0 10px 0 0
}

.e-treeview {
    display: block;
    overflow: hidden;
    position: relative;
    white-space: nowrap
}

.e-treeview>.e-ul {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.e-treeview .e-ul {
    margin: 0;
    padding: 0 0 0 24px
}

.e-treeview li.e-node-collapsed .e-list-item .e-fullrow {
    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-fullrow,.e-treeview .e-list-item.e-disable>.e-text-content {
    -ms-touch-action: none;
    filter: alpha(opacity=50);
    opacity: .5;
    pointer-events: none;
    touch-action: none
}

.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-text-content {
    margin: 0;
    padding: 0 0 0 24px
}

.e-treeview .e-fullrow,.e-treeview .e-text-content {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid;
    cursor: pointer
}

.e-treeview .e-fullrow {
    box-sizing: border-box;
    height: 32px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.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-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-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 {
    animation: rotation .5s linear infinite
}

.e-treeview .e-sibling {
    border-radius: 10px;
    height: 6px;
    margin-top: -5px;
    position: absolute;
    width: 6px;
    z-index: 2
}

.e-treeview .e-text-content+.e-sibling {
    margin-top: -1px
}

.e-treeview .e-sibling:before {
    left: 6px;
    top: 3px;
    height: 1px;
    position: absolute;
    width: 144px;
    z-index: 2
}

.e-treeview .e-popup {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-weight: 400;
    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:after,.e-treeview .e-popup .e-downtail:before {
    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-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 {
    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-fullrow,.e-treeview.e-dragging .e-text-content {
    cursor: default
}

.e-treeview.e-rtl .e-list-item .e-ul,.e-treeview.e-rtl .e-text-content,.e-treeview.e-rtl .e-ul {
    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: 6px;
    top: 3px
}

.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-bigger .e-treeview .e-list-text,.e-treeview.e-bigger .e-list-text {
    font-size: 14px
}

.e-bigger .e-treeview .e-icon-collapsible:before,.e-bigger .e-treeview .e-icon-expandable:before,.e-treeview.e-bigger .e-icon-collapsible:before,.e-treeview.e-bigger .e-icon-expandable:before {
    font-size: 12px
}

.e-treeview {
    -webkit-tap-highlight-color: transparent
}

.e-treeview .e-fullrow,.e-treeview .e-text-content {
    border-color: transparent
}

.e-treeview .e-list-text {
    color: rgba(0,0,0,.87);
    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(0,0,0,.54)
}

.e-treeview .e-icon-collapsible:before,.e-treeview .e-icon-expandable:before {
    font-size: 10px
}

.e-treeview .e-list-item.e-active,.e-treeview .e-list-item.e-hover {
    background: transparent
}

.e-treeview .e-list-item.e-hover>.e-text-content,.e-treeview .e-list-item.e-hover>.e-text-content .e-list-text {
    color: rgba(0,0,0,.87)
}

.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 {
    color: rgba(0,0,0,.54)
}

.e-treeview .e-list-item.e-active>.e-text-content {
    color: #f60
}

.e-treeview .e-list-item.e-active>.e-text-content .e-list-text {
    color: rgba(0,0,0,.87)
}

.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(0,0,0,.54)
}

.e-treeview .e-list-item.e-active.e-hover>.e-text-content,.e-treeview .e-list-item.e-active.e-hover>.e-text-content .e-list-text {
    color: #f60
}

.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 {
    color: rgba(0,0,0,.54)
}

.e-treeview .e-list-item.e-editing.e-active>.e-text-content,.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-treeview .e-list-item.e-editing.e-hover>.e-text-content .e-list-text {
    color: rgba(0,0,0,.87)
}

.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 {
    color: rgba(0,0,0,.54)
}

.e-treeview .e-list-item.e-hover>.e-fullrow {
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.e-treeview .e-list-item.e-active>.e-fullrow {
    background-color: #eee;
    border-color: #eee
}

.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,.e-treeview .e-list-item.e-active.e-animation-active>.e-text-content .e-list-text {
    color: rgba(0,0,0,.87)
}

.e-treeview .e-list-item.e-active.e-hover>.e-fullrow {
    background-color: #e0e0e0;
    border-color: #e0e0e0
}

.e-treeview .e-list-item.e-editing.e-active>.e-fullrow,.e-treeview .e-list-item.e-editing.e-hover>.e-fullrow {
    background-color: transparent;
    border-color: transparent
}

.e-treeview .e-list-item.e-disable>.e-fullrow,.e-treeview .e-list-item.e-disable>.e-text-content {
    color: rgba(0,0,0,.54)
}

.e-treeview .e-list-item.e-disable .e-icon-collapsible,.e-treeview .e-list-item.e-disable .e-icon-expandable {
    color: rgba(0,0,0,.87)
}

.e-treeview .e-sibling {
    background: #f60
}

.e-treeview .e-sibling:before {
    background: rgba(0,0,0,.54)
}

.e-treeview .e-popup .e-content {
    background-color: #fff;
    border-color: #eee
}

.e-treeview .e-popup.e-select .e-icons {
    border-color: #eee
}

.e-treeview .e-popup .e-downtail:before {
    border-top-color: #eee
}

.e-treeview .e-popup .e-downtail:after {
    border-top-color: #fff
}

.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover>.e-text-content {
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active>.e-text-content {
    background-color: #eee;
    border-color: #eee
}

.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover>.e-text-content {
    background-color: #e0e0e0;
    border-color: #e0e0e0
}

.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 {
    background-color: transparent;
    border-color: transparent
}

.e-treeview.e-fullrow-wrap .e-text-content {
    border-color: transparent
}

.e-treeview.e-drag-item {
    background-color: #eee;
    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-icons,.e-treeview.e-drag-item .e-list-text {
    color: rgba(0,0,0,.54)
}

.e-treeview.e-drag-item .e-drop-count {
    background-color: #f60;
    border-color: #fff;
    color: #fff
}

.e-treeview.e-drag-item.e-rtl .e-sibling {
    background: #f60
}

/*! menu layout */
.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret:before {
    content: "\e956"
}

.e-menu-wrapper ul .e-menu-item .e-caret:before {
    content: "\e94d"
}

.e-menu-wrapper .e-ul .e-menu-item .e-caret:before {
    content: "\e956"
}

.e-menu-wrapper.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 {
    content: "\eb36"
}

.e-menu-wrapper.e-hamburger .e-menu-item .e-caret:before,.e-menu-wrapper.e-hamburger .e-vertical .e-menu-item .e-caret:before,.e-menu-wrapper.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 {
    content: "\e956"
}

.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-down-arrow:before,.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-up-arrow:before {
    content: "\e94d"
}

.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .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-vertical .e-caret:before,.e-rtl.e-menu-wrapper ul.e-ul .e-caret:before,.e-rtl.e-menu-wrapper ul.e-vertical .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 {
    content: "\e94d"
}

/*! menu layout */
.e-menu-wrapper {
    border: none;
    border-radius: 0;
    display: inline-block;
    line-height: 0
}

.e-menu-wrapper ul {
    font-weight: 400;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    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 * {
    box-sizing: border-box
}

.e-menu-wrapper ul.e-ul:focus,.e-menu-wrapper ul.e-ul :focus {
    outline: none
}

.e-menu-wrapper ul.e-vertical {
    min-width: 120px
}

.e-menu-wrapper ul.e-vertical .e-menu-item {
    display: list-item
}

.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon {
    padding-left: 44px
}

.e-menu-wrapper ul.e-vertical .e-separator {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: auto
}

.e-menu-wrapper ul.e-menu {
    display: inline-block
}

.e-menu-wrapper ul.e-menu:not(.e-vertical) {
    padding: 0
}

.e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator {
    border-right-style: solid;
    border-right-width: 1px;
    padding: 0
}

.e-menu-wrapper 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 {
    display: none
}

.e-menu-wrapper 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 {
    text-decoration: none
}

.e-menu-wrapper ul .e-menu-item .e-menu-icon {
    display: inline-block;
    vertical-align: middle
}

.e-menu-wrapper ul .e-menu-item.e-separator {
    cursor: auto;
    line-height: normal;
    pointer-events: none
}

.e-menu-wrapper ul .e-menu-item .e-menu-icon {
    font-size: 14px;
    height: auto;
    line-height: 42px;
    margin-right: 8px;
    text-align: center;
    width: 24px
}

.e-menu-wrapper ul .e-menu-item .e-caret {
    font-size: 10px;
    height: auto;
    line-height: 42px;
    position: absolute;
    right: 12px;
    width: auto
}

.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon {
    padding-right: 30px
}

.e-menu-wrapper ul .e-menu-item.e-disabled {
    cursor: auto;
    opacity: .38;
    pointer-events: none
}

.e-menu-wrapper .e-ul {
    font-size: 14px;
    padding: 8px 0;
    min-width: 120px
}

.e-menu-wrapper .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 {
    display: inline-block;
    min-width: 120px
}

.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon {
    font-size: 14px;
    line-height: 36px;
    margin-right: 10px
}

.e-menu-wrapper .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 {
    padding-right: 36px
}

.e-menu-wrapper .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-blankicon {
    padding-left: 40px
}

.e-menu-wrapper .e-ul .e-menu-item .e-caret {
    font-size: 11px
}

.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon {
    width: auto
}

.e-menu-wrapper.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 {
    padding: 0 16px
}

.e-menu-wrapper .e-menu-header {
    display: none;
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    text-align: left;
    white-space: nowrap
}

.e-menu-wrapper .e-menu-header .e-menu-icon,.e-menu-wrapper .e-menu-header .e-menu-title {
    display: inline-block;
    line-height: inherit
}

.e-menu-wrapper .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) {
    padding: 0 30px
}

.e-menu-wrapper .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 {
    border: 0
}

.e-menu-wrapper .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 {
    border-right: none
}

.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-hscroll-bar {
    overflow-y: hidden
}

.e-menu-wrapper .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 {
    transform: rotate(180deg)
}

.e-menu-wrapper.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 {
    transform: rotate(180deg)
}

.e-menu-wrapper.e-popup.e-menu-popup {
    border: none;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    overflow: hidden;
    position: absolute
}

.e-menu-wrapper .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 {
    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 {
    transform: none
}

.e-menu-wrapper .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 {
    width: inherit
}

.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav {
    height: 16px
}

.e-menu-wrapper.e-scrollable {
    display: block
}

.e-menu-wrapper.e-scrollable .e-menu {
    display: block;
    overflow: auto
}

.e-rtl.e-menu-wrapper ul .e-menu-item {
    text-align: right
}

.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon {
    float: right;
    margin-right: 0
}

.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret {
    margin-left: 0;
    right: auto
}

.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon {
    margin-left: 8px
}

.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret {
    left: 12px
}

.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon {
    padding-left: 30px;
    padding-right: 12px
}

.e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon {
    padding-right: 44px
}

.e-rtl.e-menu-wrapper 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 {
    left: 8px
}

.e-rtl.e-menu-wrapper 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 {
    padding-left: 16px;
    padding-right: 40px
}

.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon {
    padding-left: 36px
}

.e-bigger.e-menu-wrapper ul,.e-bigger .e-menu-wrapper ul {
    font-size: 14px
}

.e-bigger.e-menu-wrapper ul .e-menu-item,.e-bigger .e-menu-wrapper ul .e-menu-item {
    height: 56px;
    line-height: 56px;
    padding: 0 16px
}

.e-bigger.e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-bigger .e-menu-wrapper ul .e-menu-item .e-menu-icon {
    font-size: 16px;
    line-height: 56px;
    margin-right: 10px;
    width: 24px
}

.e-bigger.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon {
    padding-right: 36px
}

.e-bigger.e-menu-wrapper ul .e-menu-item .e-caret,.e-bigger .e-menu-wrapper ul .e-menu-item .e-caret {
    font-size: 12px;
    line-height: 56px;
    right: 16px
}

.e-bigger.e-menu-wrapper ul .e-menu-item.e-separator,.e-bigger .e-menu-wrapper ul .e-menu-item.e-separator,.e-bigger.e-menu-wrapper ul.e-menu:not(.e-vertical),.e-bigger .e-menu-wrapper ul.e-menu:not(.e-vertical) {
    padding: 0
}

.e-bigger.e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator,.e-bigger .e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator {
    height: auto;
    line-height: normal
}

.e-bigger.e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-blankicon,.e-bigger .e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-blankicon {
    padding-left: 50px
}

.e-bigger.e-menu-wrapper ul.e-ul,.e-bigger .e-menu-wrapper ul.e-ul {
    font-size: 15px;
    padding: 8px 0;
    white-space: nowrap;
    max-width: 280px;
    min-width: 112px
}

.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item,.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item {
    height: 48px;
    line-height: 48px;
    padding: 0 16px
}

.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
    font-size: 16px;
    line-height: 48px
}

.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret {
    line-height: 48px
}

.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-separator,.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-separator {
    height: auto;
    line-height: normal
}

.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
    padding-left: 42px
}

.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret {
    font-size: 12px;
    right: 8px
}

.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon {
    padding-right: 36px
}

.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
    margin-right: 10px;
    width: auto
}

.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device),.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) {
    padding: 0 36px
}

.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav,.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav {
    width: 36px
}

.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device),.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device) {
    padding: 24px 0
}

.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav {
    height: 24px
}

.e-bigger.e-menu-wrapper.e-menu-popup,.e-bigger .e-menu-wrapper.e-menu-popup {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-bigger.e-menu-wrapper .e-scroll-nav .e-icons,.e-bigger .e-menu-wrapper .e-scroll-nav .e-icons {
    font-size: 12px
}

.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item,.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item {
    text-align: right
}

.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon {
    margin-left: 10px;
    margin-right: 0
}

.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret,.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-caret {
    left: 16px;
    margin-left: 0;
    right: auto
}

.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon {
    padding-left: 36px;
    padding-right: 16px
}

.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,.e-bigger .e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon {
    padding-right: 50px
}

.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon {
    margin-left: 10px
}

.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret {
    left: 8px
}

.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon {
    padding-left: 36px;
    padding-right: 16px
}

.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon {
    padding-left: 16px;
    padding-right: 42px
}

.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon,.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon {
    padding-left: 36px
}

.e-menu-wrapper.e-hamburger {
    border: 0;
    display: block;
    position: relative
}

.e-menu-wrapper.e-hamburger .e-menu-header:not(.e-vertical) {
    border: none;
    display: block
}

.e-menu-wrapper.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 {
    border: none;
    overflow-y: auto;
    width: 100%
}

.e-menu-wrapper.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu {
    display: none
}

.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item {
    text-indent: 12px
}

.e-menu-wrapper.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 {
    display: inline;
    text-indent: 0
}

.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret {
    transition: transform .3s ease-in-out;
    text-indent: 0
}

.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-selected>.e-caret {
    transform: rotate(-180deg)
}

.e-menu-wrapper.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 {
    font-size: 13px;
    padding: 0
}

.e-menu-wrapper.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 {
    padding: 0;
    text-indent: inherit
}

.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item .e-caret {
    font-size: 10px;
    right: 12px
}

.e-menu-wrapper.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 {
    padding: 0
}

.e-menu-wrapper.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-blankicon {
    padding: 0
}

.e-menu-wrapper.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 {
    padding-left: 0;
    padding-right: 0
}

.e-rtl.e-menu-wrapper.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 {
    left: 12px;
    right: auto
}

.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul,.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul {
    max-width: 100%
}

.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item,.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item {
    height: auto;
    line-height: 56px;
    padding: 0
}

.e-bigger.e-menu-wrapper.e-hamburger .e-menu-header,.e-bigger .e-menu-wrapper.e-hamburger .e-menu-header {
    font-size: 16px;
    height: 56px;
    line-height: 56px
}

.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item {
    text-indent: 16px
}

.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon {
    text-indent: 42px
}

.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul,.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul {
    font-size: 14px
}

.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item,.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item {
    text-indent: inherit
}

.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret,.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret {
    font-size: 12px;
    right: 16px
}

.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item {
    padding: 0;
    text-indent: 16px
}

.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon {
    text-indent: 42px
}

.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon,.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon {
    margin-left: 0;
    text-indent: inherit
}

.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon,.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon {
    padding-left: 0;
    padding-right: 0
}

.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret,.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret {
    left: 12px;
    right: auto
}

.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item,.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item {
    text-indent: inherit
}

/*! menu theme */
.e-menu-wrapper {
    background-color: #fafafa
}

.e-menu-wrapper ul {
    background-color: inherit;
    color: rgba(0,0,0,.87)
}

.e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator {
    border-right-color: rgba(0,0,0,.12)
}

.e-menu-wrapper ul .e-menu-item .e-caret,.e-menu-wrapper ul .e-menu-item .e-menu-icon {
    color: rgba(0,0,0,.54)
}

.e-menu-wrapper ul .e-menu-item.e-menu-header {
    border-bottom-color: rgba(0,0,0,.12)
}

.e-menu-wrapper ul .e-menu-item .e-menu-url {
    color: rgba(0,0,0,.87)
}

.e-menu-wrapper ul .e-menu-item.e-focused {
    color: none;
    outline: 0 solid rgba(0,0,0,.12);
    outline-offset: 0;
    background-color: #eee
}

.e-menu-wrapper ul .e-menu-item.e-focused .e-caret,.e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon {
    color: rgba(0,0,0,.54)
}

.e-menu-wrapper ul .e-menu-item.e-selected {
    color: rgba(0,0,0,.87);
    outline: 0 solid #e0e0e0;
    outline-offset: 0;
    background-color: #e0e0e0
}

.e-menu-wrapper ul .e-menu-item.e-selected .e-caret,.e-menu-wrapper ul .e-menu-item.e-selected .e-menu-icon {
    color: none
}

.e-menu-wrapper ul .e-menu-item.e-separator {
    border-bottom-color: rgba(0,0,0,.12)
}

.e-menu-wrapper ul .e-disabled {
    color: rgba(0,0,0,.38);
    opacity: 1
}

.e-menu-wrapper ul .e-disabled .e-caret,.e-menu-wrapper ul .e-disabled .e-menu-icon,.e-menu-wrapper ul .e-disabled .e-menu-url {
    color: rgba(0,0,0,.38)
}

.e-menu-wrapper .e-ul {
    background-color: inherit;
    color: rgba(0,0,0,.87)
}

.e-menu-wrapper .e-ul .e-menu-item .e-menu-url {
    color: rgba(0,0,0,.87)
}

.e-menu-wrapper .e-ul .e-menu-item.e-focused {
    background-color: #eee;
    color: rgba(0,0,0,.87);
    outline: 0 solid rgba(0,0,0,.12);
    outline-offset: 0
}

.e-menu-wrapper .e-ul .e-menu-item.e-selected {
    background-color: #eee;
    color: rgba(0,0,0,.87);
    outline: 0 solid #eee;
    outline-offset: 0
}

.e-menu-wrapper .e-ul .e-menu-item.e-separator {
    border-bottom-color: rgba(0,0,0,.12)
}

.e-menu-wrapper.e-menu-popup {
    background-color: #fff
}

.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav {
    background: #fafafa
}

.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons {
    color: rgba(0,0,0,.54)
}

.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:active,.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:focus,.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:hover {
    background: #eee
}

.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav {
    background: #fff;
    border-color: rgba(0,0,0,.12)
}

.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons {
    color: rgba(0,0,0,.87)
}

.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active,.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus,.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover {
    background: #eee
}

.e-menu-wrapper.e-hamburger .e-menu-header,.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon,.e-menu-wrapper.e-hamburger ul {
    color: rgba(0,0,0,.87)
}

/*! component's theme wise override definitions and variables */
/*! component's common definitions and variables */
.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: "\e840"
}

.e-pivotview .e-pv-filter:before {
    content: "\e909"
}

.e-pivotview .e-pv-filtered:before {
    color: #f60;
    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-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"
}

/*! PivotView layout */
.e-pivotview .e-group-field-settings,.e-pivotview .e-member-editor-dialog,.e-pivotview .e-value-field-settings {
    max-height: 450px!important
}

.e-pivotview .e-group-field-settings,.e-pivotview .e-member-editor-dialog,.e-pivotview .e-pivot-format-dialog,.e-pivotview .e-value-field-settings {
    border-radius: 4px;
    max-width: 400px;
    width: auto
}

.e-pivotview .e-group-field-settings .e-dlg-header-content,.e-pivotview .e-group-field-settings .e-footer-content,.e-pivotview .e-member-editor-dialog .e-dlg-header-content,.e-pivotview .e-member-editor-dialog .e-footer-content,.e-pivotview .e-pivot-format-dialog .e-dlg-header-content,.e-pivotview .e-pivot-format-dialog .e-footer-content,.e-pivotview .e-value-field-settings .e-dlg-header-content,.e-pivotview .e-value-field-settings .e-footer-content {
    border-radius: 4px
}

.e-pivotview .e-group-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-value-field-settings .e-dlg-header-content {
    border: 0;
    font-weight: 400
}

.e-pivotview .e-group-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-value-field-settings .e-footer-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 8px;
    padding-top: 8px
}

.e-pivotview .e-group-field-settings .e-footer-content .e-clear-filter-button,.e-pivotview .e-member-editor-dialog .e-footer-content .e-clear-filter-button,.e-pivotview .e-pivot-format-dialog .e-footer-content .e-clear-filter-button,.e-pivotview .e-value-field-settings .e-footer-content .e-clear-filter-button {
    float: left
}

.e-pivotview .e-group-field-settings .e-footer-content .e-clear-filter-button.e-disable,.e-pivotview .e-member-editor-dialog .e-footer-content .e-clear-filter-button.e-disable,.e-pivotview .e-pivot-format-dialog .e-footer-content .e-clear-filter-button.e-disable,.e-pivotview .e-value-field-settings .e-footer-content .e-clear-filter-button.e-disable {
    display: none
}

.e-pivotview .e-group-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-value-field-settings .e-dlg-content {
    overflow: hidden;
    padding: 0
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-editor-label-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-editor-label-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-editor-label-wrapper {
    background-color: #f5f5f5;
    padding: 12px 10px 16px 20px
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label {
    color: #000;
    font: 500 13px Roboto;
    opacity: .87;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content {
    padding: 0 20px 10px
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper {
    display: flex
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title {
    font-size: 13px;
    font-weight: 500
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title {
    flex: none
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content {
    flex: auto;
    width: 100%
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame {
    height: 18px;
    width: 18px
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label {
    font-size: 13px;
    font-weight: 500;
    width: 100%
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper {
    padding-top: 20px
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text {
    font-size: 13px;
    font-weight: 500;
    width: 100%
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text {
    font-size: 13px
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper {
    padding: 0 20px 10px
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt,.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt {
    padding: 15px 20px;
    text-align: center;
    width: 100%
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div {
    display: inline-block;
    height: 160px;
    max-width: 400px;
    overflow: auto;
    width: 100%
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container {
    display: inline-table;
    height: 100%;
    width: 100%
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree,.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree {
    overflow-x: auto
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul,.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul,.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul,.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul {
    margin-left: -35px;
    overflow: hidden
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text,.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text {
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon,.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon,.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon,.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon {
    margin: 0
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-disable,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-disable,.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable {
    display: none!important
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper,.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper {
    border: none
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text {
    margin: 0 0 0 6px
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon,.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon {
    height: 14px;
    min-width: 14px;
    width: 14px
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon:before,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon:before,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon:before,.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon:before {
    font-size: 14px
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text {
    margin: 0 6px 0 0
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-excelfilter,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter,.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter {
    padding-top: 20px
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div,.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div {
    height: 147px
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter,.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter {
    height: 248px;
    overflow: auto;
    padding: 20px 20px 0
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-text-div,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-text-div,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div,.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div {
    font-size: 13px;
    font-weight: 500
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-separator-div,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-separator-div,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div,.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div {
    padding-top: 20px
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-between-text-div,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-between-text-div,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div,.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div {
    padding: 8px 0
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-disable,.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-disable,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-disable,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-disable,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-disable,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-disable,.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-disable,.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-disable {
    display: none
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder {
    color: #f44336!important;
    font-weight: 600!important
}

.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-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-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-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 {
    color: #f44336!important;
    font-weight: 600!important
}

.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field:-ms-input-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:-ms-input-placeholder,.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder {
    color: #f44336!important;
    font-weight: 600!important
}

.e-pivotview .e-group-field-settings.e-excel-filter,.e-pivotview .e-member-editor-dialog.e-excel-filter,.e-pivotview .e-pivot-format-dialog.e-excel-filter,.e-pivotview .e-value-field-settings.e-excel-filter {
    min-width: 280px
}

.e-pivotview .e-group-field-settings.e-excel-filter .e-editor-label-wrapper,.e-pivotview .e-member-editor-dialog.e-excel-filter .e-editor-label-wrapper,.e-pivotview .e-pivot-format-dialog.e-excel-filter .e-editor-label-wrapper,.e-pivotview .e-value-field-settings.e-excel-filter .e-editor-label-wrapper {
    padding: 16px 10px 9px 20px
}

.e-pivotview .e-group-field-settings.e-rtl .e-member-editor-wrapper ul,.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul,.e-pivotview .e-pivot-format-dialog.e-rtl .e-member-editor-wrapper ul,.e-pivotview .e-value-field-settings.e-rtl .e-member-editor-wrapper ul {
    margin-left: 0;
    margin-right: -35px
}

.e-pivotview .e-group-field-settings.e-rtl .e-footer-content .e-clear-filter-button,.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button,.e-pivotview .e-pivot-format-dialog.e-rtl .e-footer-content .e-clear-filter-button,.e-pivotview .e-value-field-settings.e-rtl .e-footer-content .e-clear-filter-button {
    float: right
}

.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul,.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul,.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul,.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul,.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul,.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul,.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul,.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul {
    margin-left: 0
}

.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child,.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child,.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child,.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child {
    padding-left: 10px;
    padding-right: 10px
}

.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper,.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper,.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper,.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper {
    display: flex
}

.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop,.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop,.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop,.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop {
    margin: 0 5px
}

.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret,.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret,.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret,.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret {
    display: none
}

.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled,.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled,.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled,.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled {
    opacity: .5;
    pointer-events: none
}

.e-pivotview .e-group-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul,.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul,.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul,.e-pivotview .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul {
    margin-right: 0
}

.e-pivotview .e-member-editor-dialog .e-footer-content,.e-pivotview .e-value-field-settings .e-footer-content {
    border-top: 1px solid #e0e0e0
}

.e-pivotview .e-pivot-format-dialog,.e-pivotview .e-value-field-settings {
    min-width: 300px
}

.e-pivotview .e-pivot-format-dialog .e-dlg-content,.e-pivotview .e-value-field-settings .e-dlg-content {
    overflow: auto
}

.e-pivotview .e-pivot-format-dialog {
    max-height: 500px!important;
    max-width: 350px
}

.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-custom-lable,.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-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-lable,.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-lable {
    color: rgba(0,0,0,.7);
    font-weight: 500
}

.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-decimal-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-grouping-drop,.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-drop {
    margin-bottom: 20px
}

.e-pivotview .e-pivot-toolbar {
    border-bottom: 0;
    border-style: solid
}

.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-menu-wrapper {
    background-color: transparent;
    border: none
}

.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item {
    height: 40px;
    padding-left: 10px
}

.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-menu-icon {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px
}

.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
    padding: 0!important
}

.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-menu-wrapper ul .e-menu-item {
    padding-left: 30px;
    padding-right: 10px
}

.e-pivotview-disable-icon {
    visibility: hidden
}

.e-pivotview-report-inner {
    padding-top: 10px
}

.e-pivotview-report-dialog {
    max-width: 350px
}

.e-mdx-query-content {
    background-color: #fff;
    color: #000;
    font-size: #000;
    font-weight: 500;
    height: 200px;
    margin-top: 5px;
    padding: 5px 10px;
    resize: none;
    width: 100%
}

.e-pivotview-mdx-dialog {
    max-width: 500px
}

.e-pivotview-report-label {
    float: left;
    margin-top: 10px;
    width: 40%
}

.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-csv-export,.e-pivotview-excel-export,.e-pivotview-pdf-export {
    font-size: 18px!important
}

.e-drillthrough-dialog .e-drillthrough-body-header-container {
    margin-bottom: 20px
}

.e-drillthrough-dialog .e-drillthrough-body-header {
    color: #000;
    font-weight: 600;
    opacity: .87
}

.e-drillthrough-dialog .e-drillthrough-body-header-value {
    color: rgba(0,0,0,.7);
    margin-left: 10px;
    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-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item {
    height: 52px
}

.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div {
    height: 125px
}

.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small,.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small,.e-bigger.e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small {
    font-size: 14px;
    top: 0
}

.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text {
    margin: 0 0 0 6px
}

.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text {
    margin: 0 6px 0 0
}

.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div,.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div,.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div,.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div,.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div {
    height: 100px
}

.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter,.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter,.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter,.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter,.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter,.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter,.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter,.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter,.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter,.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter {
    height: 220px
}

.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div,.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div,.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div,.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div,.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div,.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div,.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div,.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div,.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div,.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div {
    font-size: 14px
}

.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div,.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div,.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div,.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div,.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div,.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div,.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1,.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2,.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div,.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div,.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1,.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2,.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div,.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div {
    padding-top: 24px
}

.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div,.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div,.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div,.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div,.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div,.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div,.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div,.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div,.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div,.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div {
    padding: 10px 0
}

.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter,.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,.e-bigger.e-pivotview .e-pivot-format-dialog.e-excel-filter,.e-bigger .e-pivotview .e-pivot-format-dialog.e-excel-filter,.e-bigger.e-pivotview .e-value-field-settings.e-excel-filter,.e-bigger .e-pivotview .e-value-field-settings.e-excel-filter {
    min-width: 280px
}

.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content,.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content {
    padding: 0 20px 10px
}

.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame {
    height: 22px;
    width: 22px
}

.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label {
    font-size: 14px
}

.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper {
    display: flex
}

.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title {
    font-size: 14px
}

.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper {
    padding-top: 24px
}

.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text {
    font-size: 14px
}

/*! PivotView theme */
.e-pivotview .e-nextspan {
    display: inline-block;
    width: 24px
}

.e-pivotview .e-lastspan {
    display: inline-block;
    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: transparent
}

.e-pivotview .e-rowsheader .e-cellvalue {
    margin-left: 10px
}

.e-pivotview .e-valuescontent {
    text-align: right
}

.e-pivotview .e-summary,.e-pivotview .e-summary.e-active {
    font-weight: 500
}

.e-pivotview .e-grid .e-columnsheader.e-active,.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground,.e-pivotview .e-grid .e-columnsheader.e-selectionbackground,.e-pivotview .e-grid .e-rowsheader.e-active,.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,.e-pivotview .e-grid .e-rowsheader.e-selectionbackground {
    background: #e0e0e0!important;
    color: #000!important
}

.e-pivotview .e-grid .e-columnsheader.e-active .e-cellvalue,.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext,.e-pivotview .e-grid .e-columnsheader.e-active .e-icons,.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-cellvalue,.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-headertext,.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-icons,.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-cellvalue,.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-headertext,.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-icons,.e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue,.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext,.e-pivotview .e-grid .e-rowsheader.e-active .e-icons,.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-cellvalue,.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-headertext,.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-icons,.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-cellvalue,.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-headertext,.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-icons {
    color: #000!important
}

.e-pivotview .e-drop-indicator {
    display: block
}

.e-pivotview div.e-cellvalue {
    margin-top: -2px
}

.e-pivotview .e-sortfilterdiv {
    margin: -15px!important
}

.e-pivotview .e-pivotchart>svg {
    border: 1px solid #e0e0e0
}

.e-pivotview .e-pivotchart.e-ltr {
    direction: ltr
}

.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
    margin: -18px!important
}

.e-pivotview .e-grid .e-icons {
    color: rgba(0,0,0,.54)!important
}

.e-pivotview .e-grid .e-icons:hover {
    color: rgba(0,0,0,.87)!important
}

.e-pivotview .e-grid {
    border-color: #e0e0e0
}

.e-pivotview .e-grid .e-rowsheader {
    padding-left: 8px
}

.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
    color: rgba(0,0,0,.54)!important
}

.e-pivotview .e-grid .e-columnsheader {
    padding-left: 12px!important
}

.e-pivotview .e-frozencontent>.e-table,.e-pivotview .e-frozenheader>.e-table {
    border-left-color: #e0e0e0!important;
    border-right-color: #e0e0e0!important
}

.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
    padding-left: 6px!important
}

.e-pivotview .e-stackedheadercelldiv {
    padding: 0 0 0 1px!important
}

.e-pivotview .e-headertext,.e-pivotview .e-rowsheader .e-cellvalue,.e-pivotview .e-stackedheadercelldiv {
    color: rgba(0,0,0,.7)!important;
    font-size: 12px!important;
    font-weight: 500!important
}

.e-pivotview .e-headertext .e-hyperlinkcell,.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell,.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,.e-pivotview .e-valuescontent .e-cellvalue .e-hyperlinkcell {
    cursor: pointer
}

.e-pivotview .e-valuescontent {
    opacity: .87!important
}

.e-pivotview .e-rowcell {
    opacity: 1
}

.e-pivotview .e-rowcell .e-cellvalue {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-pivotview .e-grouping-bar {
    display: flex
}

.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-left-axis-fields {
    min-width: 250px
}

.e-pivotview .e-grouping-bar .e-axis-column,.e-pivotview .e-grouping-bar .e-axis-filter,.e-pivotview .e-grouping-bar .e-axis-row,.e-pivotview .e-grouping-bar .e-axis-value {
    background: #f5f5f5;
    display: flex
}

.e-pivotview .e-grouping-bar .e-left-axis-fields {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px 0 0 1px
}

.e-pivotview .e-grouping-bar .e-right-axis-fields {
    border: solid #e0e0e0;
    border-width: 1px 1px 0
}

.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-filter {
    border-bottom: 1px solid #e0e0e0
}

.e-pivotview .e-group-columns,.e-pivotview .e-group-filters,.e-pivotview .e-group-rows,.e-pivotview .e-group-values {
    background: #f5f5f5;
    vertical-align: top
}

.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-values.e-drag-restrict {
    cursor: no-drop
}

.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-values .e-draggable-prompt {
    color: #000;
    line-height: 36px;
    padding-left: 8px;
    pointer-events: none;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.e-pivotview .e-group-columns,.e-pivotview .e-group-filters,.e-pivotview .e-group-rows,.e-pivotview .e-group-values {
    display: inline-table;
    flex: auto;
    height: 36px;
    min-height: 36px;
    overflow: hidden;
    padding-left: 8px;
    scroll-behavior: smooth
}

.e-pivotview .e-group-columns .e-pvt-btn-div,.e-pivotview .e-group-filters .e-pvt-btn-div,.e-pivotview .e-group-rows .e-pvt-btn-div,.e-pivotview .e-group-values .e-pvt-btn-div {
    display: inline-flex;
    padding: 6px 8px 0 0
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-indent-div,.e-pivotview .e-group-filters .e-pvt-btn-div .e-indent-div,.e-pivotview .e-group-rows .e-pvt-btn-div .e-indent-div,.e-pivotview .e-group-values .e-pvt-btn-div .e-indent-div {
    pointer-events: none
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-drop-indicator,.e-pivotview .e-group-filters .e-pvt-btn-div .e-drop-indicator,.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator,.e-pivotview .e-group-values .e-pvt-btn-div .e-drop-indicator {
    pointer-events: none;
    width: 2px
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-drop-indicator.e-drop-hover,.e-pivotview .e-group-filters .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,.e-pivotview .e-group-values .e-pvt-btn-div .e-drop-indicator.e-drop-hover {
    border-left: 1px dashed #9e9e9e
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button {
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    box-shadow: none;
    color: #000;
    cursor: default;
    display: flex;
    font-weight: 400;
    height: 26px;
    line-height: .9em;
    padding: 5px 10px;
    text-transform: none;
    vertical-align: bottom;
    z-index: 1
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button.e-list-selected,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button.e-list-selected {
    opacity: .5
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover {
    background-color: #bdbdbd
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-remove,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-sort,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-remove,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-sort,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-remove,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-sort,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-remove,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-sort {
    color: rgba(0,0,0,.87)!important
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus {
    background-color: #9e9e9e;
    color: #000
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-pv-filter,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-remove,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-sort,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-remove,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-sort,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-pv-filter,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-remove,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-sort,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-remove,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-sort,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filter,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-remove,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-sort,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-remove,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-sort,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-pv-filter,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-remove,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-sort,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-remove,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-sort {
    color: rgba(0,0,0,.87)!important
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-content {
    background-color: transparent;
    cursor: move;
    flex: auto;
    font-size: 13px;
    margin-right: 4px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag {
    cursor: auto
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-draggable,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-draggable,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-draggable,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-draggable {
    height: inherit
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-drag,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-drag,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-drag,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-drag {
    display: none
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort {
    color: rgba(0,0,0,.54)!important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    padding-left: 4px;
    width: 20px
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove:hover,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort:hover,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove:hover,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove:hover,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort:hover {
    color: rgba(0,0,0,.87)!important
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove.e-disable,.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove.e-disable,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove.e-disable,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove.e-disable,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort.e-disable {
    display: none
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort {
    height: 14px;
    transform: rotateX(0deg);
    transition: transform .2s ease-in-out
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-descend,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-descend,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
    transform: rotateX(180deg)
}

.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
    margin-top: 1px
}

.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button {
    max-width: 230px
}

.e-pivotview .e-group-columns,.e-pivotview .e-group-filters {
    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-pvt-btn-div {
    max-width: unset;
    width: 100%
}

.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
    pointer-events: none
}

.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
    padding: 5px 10px;
    width: 180px
}

.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
    background-color: #bdbdbd
}

.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-sort {
    color: rgba(0,0,0,.87)!important
}

.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus {
    background-color: #9e9e9e;
    color: #000
}

.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-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-sort {
    color: rgba(0,0,0,.87)!important
}

.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-sort {
    color: rgba(0,0,0,.54)!important;
    font-size: 14px;
    height: 20px;
    padding-left: 4px;
    width: 20px
}

.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-sort:hover {
    color: rgba(0,0,0,.87)
}

.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-sort.e-disable {
    display: none
}

.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort {
    height: 14px;
    width: 20px
}

.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-axis-value {
    display: inline-block;
    height: 100%
}

.e-pivotview .e-axis-value .e-group-values {
    height: 100%;
    padding-bottom: 0
}

.e-pivotview .e-chart-grouping-bar .e-axis-row {
    height: 50%!important
}

.e-pivotview .e-chart-grouping-bar .e-axis-value {
    height: auto!important;
    padding-left: 6px;
    border-bottom: 1px solid #e0e0e0
}

.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-multi-values {
    padding-left: 2px
}

.e-pivotview .e-icons {
    height: auto;
    width: auto
}

.e-pivotview .e-collapse:before {
    font-size: 12px
}

.e-pivotview .e-collapse,.e-pivotview .e-expand {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    text-align: center;
    width: 24px
}

.e-pivotview th .e-collapse,.e-pivotview th .e-expand {
    float: left;
    font-size: 10px!important;
    margin-left: -6px;
    margin-top: 1px
}

.e-pivotview .e-expand:before {
    font-size: 10px
}

.e-pivotview.e-rtl .e-collapse:before,.e-pivotview.e-rtl .e-expand:before {
    margin-left: 0
}

.e-pivotview.e-rtl th .e-collapse,.e-pivotview.e-rtl th .e-expand {
    float: right;
    margin-right: -8px
}

.e-pivotview.e-rtl .e-grid .e-rowsheader {
    padding-right: 8px!important
}

.e-pivotview.e-rtl .e-grid .e-columnsheader {
    padding-right: 12px!important
}

.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-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-grouping-bar .e-group-columns,.e-pivotview.e-rtl .e-grouping-bar .e-group-filters,.e-pivotview.e-rtl .e-grouping-bar .e-group-rows,.e-pivotview.e-rtl .e-grouping-bar .e-group-values {
    padding-left: 0;
    padding-right: 8px
}

.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div,.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div,.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div,.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div {
    padding-left: 8px;
    padding-right: 0
}

.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-content {
    text-align: right
}

.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort {
    padding-left: 0;
    padding-right: 4px
}

.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 {
    padding-left: 8px;
    padding-right: 0
}

.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
    text-align: right
}

.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-sort {
    padding-left: 0;
    padding-right: 7px
}

.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
    padding-right: 13px!important
}

.e-pivotview.e-device .e-grouping-bar .e-pivot-button {
    line-height: 1em!important
}

.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 {
    max-width: 155px
}

.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
    max-width: 200px
}

.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 {
    width: 155px
}

.e-pivottooltipwrap {
    opacity: 1
}

.e-pivottooltip {
    border-radius: 2px;
    padding: 3px 4px
}

.e-pivottooltip p {
    color: #fff;
    display: inline-block;
    font-family: Roboto;
    font-size: 14px;
    line-height: 21px;
    margin: 0
}

.e-pivottooltip p.e-tooltipcontent {
    margin-left: 5px
}

.e-rtl .e-pivottooltip p.e-tooltipcontent {
    margin-left: 0;
    margin-right: 5px
}

.e-bigger.e-pivotview .e-grid .e-rowsheader,.e-bigger .e-pivotview .e-grid .e-rowsheader {
    padding-left: 10px!important
}

.e-bigger.e-pivotview .e-grid .e-columnsheader,.e-bigger .e-pivotview .e-grid .e-columnsheader {
    padding-left: 16px!important
}

.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button,.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button {
    height: 30px;
    line-height: 1em;
    padding: 6px 12px
}

.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content,.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content {
    font-size: 14px;
    margin-right: 8px
}

.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort {
    font-size: 16px;
    height: 24px;
    width: 24px
}

.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort {
    height: 16px
}

.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
    margin-top: 1px
}

.e-bigger.e-pivotview .e-grouping-bar .e-group-columns,.e-bigger .e-pivotview .e-grouping-bar .e-group-columns,.e-bigger.e-pivotview .e-grouping-bar .e-group-filters,.e-bigger .e-pivotview .e-grouping-bar .e-group-filters,.e-bigger.e-pivotview .e-grouping-bar .e-group-rows,.e-bigger .e-pivotview .e-grouping-bar .e-group-rows,.e-bigger.e-pivotview .e-grouping-bar .e-group-values,.e-bigger .e-pivotview .e-grouping-bar .e-group-values {
    height: 40px;
    min-height: 40px;
    padding-left: 10px
}

.e-bigger.e-pivotview .e-grouping-bar .e-group-values,.e-bigger .e-pivotview .e-grouping-bar .e-group-values {
    height: 100%
}

.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper,.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper,.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper,.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper,.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper,.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper,.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper,.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper {
    width: 24px
}

.e-bigger.e-pivotview .e-group-rows,.e-bigger .e-pivotview .e-group-rows {
    padding-left: 10px
}

.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button,.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
    height: 30px;
    line-height: 1em;
    padding: 6px 12px
}

.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
    font-size: 14px;
    margin-right: 8px
}

.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort {
    font-size: 16px;
    height: 24px;
    width: 24px
}

.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort {
    height: 16px
}

.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
    margin-top: 1px
}

.e-bigger.e-pivotview .e-sortfilterdiv,.e-bigger .e-pivotview .e-sortfilterdiv {
    margin: -17px -10px!important
}

.e-bigger.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,.e-bigger.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
    margin: -18px -15px!important
}

.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container {
    height: 125px
}

.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader,.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader {
    padding-right: 10px!important
}

.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader,.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader {
    padding-right: 16px!important
}

.e-bigger.e-pivotview.e-rtl .e-group-row .e-group-rows,.e-bigger .e-pivotview.e-rtl .e-group-row .e-group-rows,.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-columns,.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-columns,.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-filters,.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-filters,.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-rows,.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-values,.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-values {
    padding-left: 0;
    padding-right: 10px
}

.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
    padding-right: 13px!important
}

.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
    background-size: 100% 200px
}

.e-treegrid .e-treegridcollapse:before,.e-treegrid .e-treegridexpand:before {
    content: ""
}

.e-treegrid .e-toolbar-item .e-expand:before {
    content: ""
}

.e-treegrid .e-toolbar-item .e-collapse:before {
    content: ""
}

.e-treegrid .e-toolbar-item .e-indent:before {
    content: ""
}

.e-treegrid .e-toolbar-item .e-outdent:before {
    content: ""
}

.e-bigger .e-treegrid .e-treegridcollapse,.e-bigger .e-treegrid .e-treegridexpand {
    height: 18px;
    width: 18px
}

.e-bigger .e-treegrid .e-rowcell.e-treerowcell {
    padding-left: 25px
}

.e-bigger .e-treegrid .e-hierarchycheckbox {
    padding-left: 2px
}

.e-treegrid .e-treegridcollapse:before,.e-treegrid .e-treegridexpand:before {
    vertical-align: middle
}

.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: inline;
    overflow: hidden;
    text-overflow: ellipsis
}

.e-treegrid .e-treegridcollapse:hover:before,.e-treegrid .e-treegridexpand:hover:before {
    color: #000
}

.e-treegrid .e-rowcell.e-treerowcell {
    padding-left: 18px
}

.e-treegrid .e-rtl .e-treegridcollapse {
    transform: scale(-1)
}

.e-treegrid .e-treegridexpand {
    transform: rotate(90deg)
}

.e-treegrid .e-treerowexpanded {
    display: table-row
}

.e-treegrid .e-treerowcollapsed {
    display: none
}

.e-treegrid .e-treecolumn-container span {
    display: inline-block;
    vertical-align: middle
}

.e-treegrid .e-treecolumn-container .e-hierarchycheckbox .e-frame {
    height: 18px
}

.e-treegrid .e-checkselection .e-frozencontent .e-rowcell,.e-treegrid .e-checkselection .e-frozenheader .e-rowcell,.e-treegrid .e-checkselection .e-movablecontent .e-rowcell,.e-treegrid .e-checkselection .e-movableheader .e-rowcell {
    line-height: 21px
}

.e-treegrid .e-treegridcollapse,.e-treegrid .e-treegridexpand {
    color: #000;
    cursor: pointer;
    font-size: 10px;
    height: 16px;
    text-align: center;
    vertical-align: bottom;
    width: 16px
}

.e-treegrid .e-treecell {
    display: table-cell;
    line-height: normal
}

.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-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-summarycell {
    pointer-events: none
}

.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-filterbarcell.e-mastercell,.e-treegrid .e-gridcontent .e-table .e-detail-intent,.e-treegrid .e-headercontent .e-table .e-detail-intent,.e-treegrid .e-table .e-detailrow .e-detailindentcell,.e-treegrid .e-table .e-detailrowcollapse,.e-treegrid .e-table .e-detailrowexpand {
    display: none
}

.e-treegrid .e-icons.e-errorelem {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle
}

.e-treegrid .e-errorelem:before {
    color: #e3165b;
    content: "\e22a";
    transform: rotate(180deg)
}

.e-treegrid .e-gridcontent td.e-childborder {
    border-color: #f60;
    border-width: 1px 0 0;
    box-shadow: 0 1px 0 0 #f60;
    position: relative;
    z-index: 1
}

.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 #f60
}

.e-treegrid .e-gridcontent .e-rowdragdrop.e-dragborder,.e-treegrid .e-gridcontent td.e-rowcell.e-dragborder,.e-treegrid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder {
    box-shadow: 0 0 0 0
}

.e-treegrid .e-gridcontent td.e-childborder:first-child {
    border-left: 1px solid #f60;
    box-shadow: 0 1px 0 0 #f60;
    position: relative;
    z-index: 1
}

.e-treegrid .e-gridcontent td.e-rowcell.e-childborder:last-child {
    border-right: 1px solid #f60
}

.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder {
    border-width: 1px 0
}

.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder:last-child {
    border-right: 1px solid #f60
}

.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder:first-child {
    border-left: 1px solid #f60
}

.e-treegrid .e-gridcontent td.e-dropbottom,.e-treegrid .e-gridcontent td.e-dropbottom:first-child,.e-treegrid .e-gridcontent td.e-rowcell.e-dropbottom {
    box-shadow: 0 1px 0 0 #f60;
    position: relative;
    z-index: 1
}

.e-treegrid .e-gridcontent td.e-droptop:first-child,.e-treegrid .e-gridcontent td.e-rowcell.e-droptop {
    border-top-color: #f60
}

.e-treegrid .e-gridcontent td.e-lastrowcell.e-dropbottom {
    border-bottom-color: #f60
}

.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-droptop .e-lastrow-dragborder,.e-treegrid .e-gridcontent .e-lastrow-dragborder,.e-treegrid .e-gridheader .e-firstrow-dragborder {
    height: 0
}

.e-treegrid .e-treegrid-relative {
    position: relative
}

.e-treegrid .e-gridheader .e-firstrow-dragborder tr:first-child.e-dropbottom {
    height: 0
}

.e-treegrid .e-gridcontent .e-lastrow-border,.e-treegrid .e-gridheader .e-firstrow-border {
    background-color: #f60;
    bottom: 0;
    height: 1px;
    position: absolute;
    z-index: 1
}

/*! Schedule component's material theme definitions and variables */
.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-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-icon-timeline-month:before {
    content: "\ea8e"
}

.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-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"
}

/*! schedule component layout */
.e-schedule {
    display: block;
    outline: medium none;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-schedule .e-schedule-toolbar {
    background: #fafafa;
    border: 0;
    border-bottom: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    margin-bottom: 3px;
    min-height: 42px
}

.e-schedule .e-schedule-toolbar .e-active-view .e-icons,.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text {
    color: #f60
}

.e-schedule .e-schedule-toolbar .e-tbar-btn,.e-schedule .e-schedule-toolbar .e-toolbar-pop {
    background: #fafafa
}

.e-schedule .e-schedule-toolbar .e-tbar-btn:focus,.e-schedule .e-schedule-toolbar .e-tbar-btn:hover {
    background-color: #e0e0e0
}

.e-schedule .e-schedule-toolbar .e-tbar-btn:active {
    background: #e0e0e0
}

.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 {
    background: #fafafa
}

.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>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;
    padding-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 {
    background: #e0e0e0;
    border-radius: 100%
}

.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-agenda .e-icon-agenda,.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-hidden,.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-month .e-icon-month,.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-month .e-icon-timeline-month,.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-year .e-icon-timeline-year,.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+.e-tbar-btn-text,.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-year .e-icon-year {
    display: none
}

.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-next .e-icon-next,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-prev .e-icon-prev {
    font-size: 14px
}

.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
    border-right: 1px solid rgba(0,0,0,.12)
}

.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: none
}

.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase
}

.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
    background: #fafafa;
    border-left: 0;
    border-right: 1px solid #f5f5f5
}

.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-hor-nav.e-nav-active):hover {
    background-color: #e0e0e0;
    color: rgba(0,0,0,.87)
}

.e-schedule .e-schedule-toolbar .e-hor-nav {
    background: #fafafa;
    border-left: 1px solid #f5f5f5
}

.e-schedule .e-schedule-toolbar .e-hor-nav:after {
    content: ""
}

.e-schedule .e-schedule-toolbar .e-hor-nav:active {
    color: rgba(0,0,0,.87)
}

.e-schedule .e-schedule-toolbar .e-hor-nav:active:after {
    content: ""
}

.e-schedule .e-schedule-toolbar .e-hor-nav:focus,.e-schedule .e-schedule-toolbar .e-hor-nav:hover {
    background: #e0e0e0;
    color: rgba(0,0,0,.87)
}

.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:focus,.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
    height: calc(100% - 20px)
}

.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>div {
    height: inherit
}

.e-schedule.e-device .e-schedule-toolbar .e-date-range .e-tbar-btn .e-tbar-btn-text,.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
    font-size: 14px
}

.e-schedule .e-schedule-resource-toolbar {
    background: #fafafa;
    border-bottom: 0;
    box-shadow: 0 1px 2px rgba(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: rgba(0,0,0,.54);
    font-size: 14px;
    padding: 7px 7px 7px 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
}

.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name:not(:last-child) {
    opacity: .6
}

.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next {
    color: rgba(0,0,0,.54);
    font-size: 10px;
    line-height: 18px;
    opacity: .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 .3s ease 0s
}

.e-schedule .e-resource-tree-popup {
    background: #fff;
    box-shadow: 0 3px 4px .2px rgba(0,0,0,.4);
    height: 100%;
    position: absolute;
    width: 250px
}

.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-color: #383838;
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%
}

.e-schedule .e-new-event {
    background-color: #f60;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 100%;
    opacity: .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-month-view .e-new-event {
    height: calc(100% - 25px)
}

.e-schedule .e-schedule-table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    table-layout: fixed;
    width: 100%
}

.e-schedule .e-schedule-table>tbody>tr>td,.e-schedule .e-schedule-table>tbody>tr>th {
    box-sizing: border-box;
    font-weight: 400;
    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-wrap,.e-schedule .e-scroll-container {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.e-schedule .e-hide-childs>* {
    display: none
}

.e-schedule .e-recurrence-edit-icon,.e-schedule .e-recurrence-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(0,0,0,.08);
    border-radius: 2px;
    color: rgba(0,0,0,.6);
    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: rgba(0,0,0,.6);
    float: right;
    padding: 0 6px;
    z-index: 1
}

.e-schedule.e-rtl .e-block-indicator {
    float: left
}

.e-schedule .e-month-view .e-block-indicator {
    margin-top: -20px
}

.e-schedule .e-timeline-month-view .e-block-indicator,.e-schedule .e-timeline-view .e-block-indicator {
    position: absolute;
    top: 3px
}

.e-schedule .e-appointment {
    opacity: 1;
    transition: opacity .1s linear
}

.e-schedule .e-appointment.e-event-action {
    opacity: .4
}

.e-schedule .e-read-only {
    opacity: .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-bottom-handler,.e-schedule.e-event-action .e-drag-clone .e-top-handler,.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-bottom-handler,.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-top-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-all-day-appointment-wrapper .e-resize-clone,.e-schedule.e-event-action .e-timeline-month-view .e-resize-clone,.e-schedule.e-event-action .e-timeline-view .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-event-resize {
    position: absolute
}

.e-schedule .e-event-resize.e-left-handler,.e-schedule .e-event-resize.e-right-handler {
    height: 100%;
    width: 10px
}

.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-bottom-handler,.e-schedule .e-event-resize.e-top-handler {
    height: 10px;
    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-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-appointment {
    background: #f60;
    border: 1px solid #ffdac2;
    border-radius: 2px;
    color: #fff;
    display: flex;
    height: 54px;
    margin-bottom: 2px;
    overflow: hidden;
    position: absolute
}

.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-location,.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-time {
    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-edit-icon,.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-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,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}

.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(0,0,0,.54);
    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-content-wrap table col,.e-schedule .e-vertical-view .e-date-header-wrap table col {
    width: 36px
}

.e-schedule .e-vertical-view .e-resource-cells {
    color: rgba(0,0,0,.87);
    font-size: 13px;
    height: 40px;
    padding: 8px 8px 8px 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
}

.e-schedule .e-vertical-view .e-header-cells .e-header-date {
    cursor: pointer;
    display: table;
    font-size: 18px
}

.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-date,.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-day {
    cursor: default;
    opacity: .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(0,0,0,.54);
    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(0,0,0,.54);
    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 .3s 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:focus,.e-schedule .e-vertical-view .e-all-day-appointment-section:hover {
    background: #e0e0e0;
    border-radius: 100%
}

.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: .25s 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,.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
    background-color: rgba(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-current-timeline,.e-schedule .e-vertical-view .e-previous-timeline {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%
}

.e-schedule .e-vertical-view .e-current-timeline,.e-schedule .e-vertical-view .e-previous-timeline {
    z-index: 1
}

.e-schedule .e-vertical-view .e-date-header-wrap,.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-all-day-appointment-wrapper,.e-schedule .e-vertical-view .e-day-wrapper,.e-schedule .e-vertical-view .e-timeline-wrapper {
    height: 0;
    margin: 0;
    padding: 0;
    position: relative
}

.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: #f60;
    border: 1px solid #ffdac2;
    border-radius: 2px;
    color: #fff;
    display: flex;
    height: 22px;
    overflow: hidden;
    position: absolute
}

.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-left-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-recurrence-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,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(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: #f60;
    border: 1px solid #ffdac2;
    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
}

.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-location,.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time {
    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-edit-icon,.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-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-down-icon,.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-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,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(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: 35px
}

.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: 35px
}

.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,.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-left: 15px;
    margin-right: auto
}

.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon,.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-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:35px
    }
}

.e-schedule .e-month-agenda-view .e-left-indent,.e-schedule .e-month-view .e-left-indent {
    border-right: 1px solid rgba(0,0,0,.12);
    width: 36px
}

.e-schedule .e-month-agenda-view .e-week-number-wrapper,.e-schedule .e-month-view .e-week-number-wrapper {
    overflow: hidden;
    position: relative
}

.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table,.e-schedule .e-month-view .e-week-number-wrapper .e-schedule-table {
    height: 100%
}

.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number,.e-schedule .e-month-view .e-week-number-wrapper .e-week-number {
    color: rgba(0,0,0,.54);
    padding-top: 4px;
    text-align: center;
    vertical-align: top;
    width: 36px
}

.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 rgba(0,0,0,.12);
    border-right: 1px solid rgba(0,0,0,.12);
    height: 70px
}

.e-schedule .e-month-view .e-content-wrap {
    display: flex;
    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: rgba(0,0,0,.87);
    font-size: 13px;
    height: 40px;
    padding: 8px 8px 8px 15px
}

.e-schedule .e-month-view .e-header-cells {
    cursor: default;
    font-weight: 400;
    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-color: rgba(0,0,0,.08)
}

.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header {
    cursor: default;
    opacity: .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-color: rgba(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-appointment {
    background: #f60;
    border: 1px solid #ffdac2;
    border-radius: 2px;
    color: #fff;
    cursor: default;
    display: flex;
    height: 22px;
    overflow: hidden;
    position: absolute
}

.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-time {
    font-size: 11px;
    padding: 1.5px
}

.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-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-recurrence-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,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}

.e-schedule .e-month-view .e-appointment .e-subject {
    padding: 2px;
    width: 100%
}

.e-schedule .e-month-view .e-more-indicator {
    color: rgba(0,0,0,.54);
    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-left-indent,.e-schedule.e-rtl .e-month-view .e-week-number {
    border-left: 1px solid rgba(0,0,0,.12);
    border-right-width: 0
}

.e-schedule .e-year-view .e-calendar-wrapper {
    display: flex;
    flex-wrap: wrap
}

.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
    border: 0
}

.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
}

.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month {
    color: rgba(0,0,0,.54);
    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: .5
}

.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment {
    background-color: #f60;
    border-radius: 50%;
    height: 5px;
    margin-left: 13px;
    margin-top: -6px;
    position: absolute;
    width: 5px
}

.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-color: #fff;
    border-color: rgba(0,0,0,.12);
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: rgba(0,0,0,.87);
    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: rgba(0,0,0,.87);
    font-size: 13px;
    height: 40px;
    padding: 8px 8px 8px 15px
}

.e-schedule .e-year-view .e-content-wrap table td:first-child {
    border-left-width: 0
}

.e-schedule .e-year-view .e-calendar-table td:not(.e-cell) {
    border-left: 1px solid rgba(0,0,0,.12)
}

.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-date-header-wrap table td {
    background-color: #fff;
    border-color: rgba(0,0,0,.12);
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: rgba(0,0,0,.87);
    text-align: center
}

.e-schedule .e-timeline-year-view .e-date-header-wrap table td.e-current-day {
    color: #f60
}

.e-schedule .e-timeline-year-view .e-work-cells {
    background-color: #fafafa;
    border-color: rgba(0,0,0,.12);
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: rgba(0,0,0,.87)
}

.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
    background: #f5f5f5;
    color: #000
}

.e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
    background-color: #fff
}

.e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
    color: rgba(0,0,0,.54)
}

.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
    background-color: #f60;
    border-radius: 50%;
    color: #fff;
    margin: 2px;
    width: 20px
}

.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
    background-color: #e0e0e0;
    color: rgba(0,0,0,.87)
}

.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
    color: rgba(0,0,0,.87)
}

.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
    background-color: #e0e0e0
}

.e-schedule .e-timeline-year-view .e-content-table {
    height: 100%
}

.e-schedule .e-timeline-year-view .e-left-indent {
    border-color: rgba(0,0,0,.12);
    border-style: solid;
    border-width: 0 1px 1px 0;
    vertical-align: middle
}

.e-schedule .e-timeline-year-view.e-horizontal .e-left-indent {
    width: 100px
}

.e-schedule .e-timeline-year-view.e-vertical .e-left-indent {
    width: 50px
}

.e-schedule .e-timeline-year-view .e-month-header {
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-right: 1px solid rgba(0,0,0,.12);
    text-align: center
}

.e-schedule .e-timeline-year-view .e-month-header.e-current-day {
    color: #f60
}

.e-schedule .e-timeline-year-view .e-header-cells,.e-schedule .e-timeline-year-view .e-left-indent {
    cursor: default;
    font-weight: 400;
    height: 30px;
    padding: 3px;
    text-align: center
}

.e-schedule .e-timeline-year-view .e-month-header,.e-schedule .e-timeline-year-view .e-work-cells {
    height: 70px
}

.e-schedule .e-timeline-year-view .e-header-cells,.e-schedule .e-timeline-year-view .e-work-cells {
    width: 60px
}

.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-wrapper {
    position: absolute
}

.e-schedule .e-timeline-year-view .e-event-table .e-appointment {
    background: #f60;
    border: 1px solid #ffdac2;
    border-radius: 2px;
    color: #fff;
    cursor: default;
    display: flex;
    height: 22px;
    overflow: hidden;
    position: absolute
}

.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-location,.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-time {
    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-edit-icon,.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon {
    line-height: 38px;
    padding: 0 5px
}

.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
    display: block
}

.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 {
    font-size: 10px;
    line-height: 38px;
    padding-right: 7px
}

.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
    padding-right: 5px
}

.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,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}

.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator {
    color: rgba(0,0,0,.54);
    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:focus {
    text-decoration: underline
}

.e-schedule.e-device .e-year-view .e-month-calendar {
    max-width: 100%;
    min-width: 100%
}

.e-schedule .e-timeline-month-view .e-content-table,.e-schedule .e-timeline-month-view .e-content-wrap,.e-schedule .e-timeline-view .e-content-table,.e-schedule .e-timeline-view .e-content-wrap {
    height: 100%
}

.e-schedule .e-timeline-month-view .e-date-header-wrap,.e-schedule .e-timeline-view .e-date-header-wrap {
    font-size: 13px;
    overflow: hidden;
    position: relative
}

.e-schedule .e-timeline-month-view .e-event-table,.e-schedule .e-timeline-view .e-event-table {
    position: absolute;
    top: 0
}

.e-schedule .e-timeline-month-view .e-content-wrap table col,.e-schedule .e-timeline-month-view .e-date-header-wrap table col,.e-schedule .e-timeline-view .e-content-wrap table col,.e-schedule .e-timeline-view .e-date-header-wrap table col {
    width: 50px
}

.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td,.e-schedule .e-timeline-view .e-date-header-wrap table tbody td {
    height: 36px;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots,.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots {
    overflow: inherit
}

.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td>span,.e-schedule .e-timeline-view .e-date-header-wrap table tbody td>span {
    position: relative
}

.e-schedule .e-timeline-month-view .e-navigate:hover,.e-schedule .e-timeline-view .e-navigate:hover {
    cursor: pointer;
    text-decoration: underline
}

.e-schedule .e-timeline-month-view .e-navigate:focus,.e-schedule .e-timeline-view .e-navigate:focus {
    text-decoration: underline
}

.e-schedule .e-timeline-month-view .e-work-cells,.e-schedule .e-timeline-view .e-work-cells {
    height: 60px
}

.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates,.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover,.e-schedule .e-timeline-view .e-work-cells.e-disable-dates,.e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover {
    background-color: rgba(0,0,0,.08)
}

.e-schedule .e-timeline-month-view .e-resource-text,.e-schedule .e-timeline-view .e-resource-text {
    color: rgba(0,0,0,.87);
    font-size: 13px;
    overflow: hidden;
    padding: 0 15px;
    text-overflow: ellipsis
}

.e-schedule .e-timeline-month-view .e-resource-left-td,.e-schedule .e-timeline-view .e-resource-left-td {
    background-color: #fff;
    border-color: rgba(0,0,0,.12);
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: rgba(0,0,0,.87);
    vertical-align: middle;
    width: 200px
}

.e-schedule .e-timeline-month-view .e-resource-cells,.e-schedule .e-timeline-view .e-resource-cells {
    background-color: #fafafa;
    border-color: rgba(0,0,0,.12);
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: rgba(0,0,0,.87);
    height: 60px;
    padding-left: 15px;
    padding-right: 0;
    vertical-align: middle
}

.e-schedule .e-timeline-month-view .e-resource-column-wrap,.e-schedule .e-timeline-view .e-resource-column-wrap {
    overflow: hidden;
    position: relative
}

.e-schedule .e-timeline-month-view .e-resource-column-table,.e-schedule .e-timeline-view .e-resource-column-table {
    height: 100%
}

.e-schedule .e-timeline-month-view .e-auto-height,.e-schedule .e-timeline-view .e-auto-height {
    height: auto
}

.e-schedule .e-timeline-month-view .e-resource-tree-icon,.e-schedule .e-timeline-view .e-resource-tree-icon {
    color: rgba(0,0,0,.54);
    cursor: pointer;
    float: left;
    font-family: e-icons;
    font-size: 12px
}

.e-schedule .e-timeline-month-view .e-resource-collapse,.e-schedule .e-timeline-view .e-resource-collapse {
    transform: rotate(90deg)
}

.e-schedule .e-timeline-month-view .e-child-node,.e-schedule .e-timeline-view .e-child-node {
    background-color: #fff
}

.e-schedule .e-timeline-month-view .e-appointment-wrapper,.e-schedule .e-timeline-view .e-appointment-wrapper {
    position: absolute
}

.e-schedule .e-timeline-month-view .e-appointment,.e-schedule .e-timeline-view .e-appointment {
    background: #f60;
    border: 1px solid #ffdac2;
    border-radius: 2px;
    color: #fff;
    cursor: default;
    display: flex;
    height: 38px;
    overflow: hidden;
    position: absolute
}

.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details,.e-schedule .e-timeline-view .e-appointment .e-appointment-details {
    display: flex;
    flex: auto;
    overflow: hidden;
    padding: 0 4px
}

.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details .e-inner-wrap,.e-schedule .e-timeline-view .e-appointment .e-appointment-details .e-inner-wrap {
    flex: auto;
    overflow: hidden
}

.e-schedule .e-timeline-month-view .e-appointment .e-subject,.e-schedule .e-timeline-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-month-view .e-appointment .e-location,.e-schedule .e-timeline-month-view .e-appointment .e-time,.e-schedule .e-timeline-view .e-appointment .e-location,.e-schedule .e-timeline-view .e-appointment .e-time {
    font-size: 11px;
    overflow: hidden;
    padding-top: 1px;
    text-overflow: ellipsis
}

.e-schedule .e-timeline-month-view .e-appointment .e-time,.e-schedule .e-timeline-view .e-appointment .e-time {
    display: block
}

.e-schedule .e-timeline-month-view .e-appointment .e-disable,.e-schedule .e-timeline-view .e-appointment .e-disable {
    display: none
}

.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-edit-icon,.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-icon,.e-schedule .e-timeline-view .e-appointment .e-recurrence-edit-icon,.e-schedule .e-timeline-view .e-appointment .e-recurrence-icon {
    line-height: 38px;
    padding: 0 5px
}

.e-schedule .e-timeline-month-view .e-appointment .e-indicator,.e-schedule .e-timeline-view .e-appointment .e-indicator {
    display: block
}

.e-schedule .e-timeline-month-view .e-appointment .e-left-icon,.e-schedule .e-timeline-month-view .e-appointment .e-right-icon,.e-schedule .e-timeline-view .e-appointment .e-left-icon,.e-schedule .e-timeline-view .e-appointment .e-right-icon {
    font-size: 10px;
    line-height: 38px;
    padding-right: 7px
}

.e-schedule .e-timeline-month-view .e-appointment .e-right-icon,.e-schedule .e-timeline-view .e-appointment .e-right-icon {
    padding-right: 5px
}

.e-schedule .e-timeline-month-view .e-appointment.e-appointment-border,.e-schedule .e-timeline-month-view .e-appointment:focus,.e-schedule .e-timeline-view .e-appointment.e-appointment-border,.e-schedule .e-timeline-view .e-appointment:focus {
    border: 0;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}

.e-schedule .e-timeline-month-view .e-more-indicator,.e-schedule .e-timeline-view .e-more-indicator {
    color: rgba(0,0,0,.54);
    cursor: pointer;
    font-size: 11px;
    line-height: 11px;
    overflow: hidden;
    padding: 2px 4px;
    position: absolute;
    text-overflow: ellipsis
}

.e-schedule .e-timeline-month-view .e-more-indicator:focus,.e-schedule .e-timeline-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-content-wrap table col,.e-schedule .e-timeline-month-view .e-date-header-wrap table col {
    width: 70px
}

.e-schedule .e-virtual-scroll .e-content-table {
    position: absolute;
    transform: translateY(0)
}

.e-schedule .e-virtual-scroll .e-content-wrap.e-transition {
    transition: all 1s linear
}

.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,.e-schedule.e-rtl .e-timeline-view .e-appointment .e-left-icon,.e-schedule.e-rtl .e-timeline-view .e-appointment .e-right-icon {
    padding: 0 0 0 5px
}

.e-schedule.e-rtl .e-timeline-month-view .e-resource-left-td,.e-schedule.e-rtl .e-timeline-view .e-resource-left-td {
    border-width: 0 0 1px 1px
}

.e-schedule.e-rtl .e-timeline-month-view .e-resource-cells,.e-schedule.e-rtl .e-timeline-view .e-resource-cells {
    border-width: 0 0 1px 1px;
    padding-right: 15px
}

.e-schedule.e-rtl .e-timeline-month-view .e-resource-tree-icon,.e-schedule.e-rtl .e-timeline-view .e-resource-tree-icon {
    float: right
}

.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap,.e-schedule.e-rtl .e-timeline-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
    text-align: right
}

.e-schedule.e-device .e-month-view .e-date-header-wrap,.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap,.e-schedule.e-device .e-timeline-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-month-view .e-date-header-wrap td,.e-schedule.e-device .e-timeline-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-month-view .e-content-wrap,.e-schedule.e-device .e-timeline-view .e-content-wrap {
    font-size: 14px
}

.e-schedule.e-device .e-month-view .e-date-header:hover,.e-schedule.e-device .e-timeline-month-view .e-date-header:hover,.e-schedule.e-device .e-timeline-view .e-date-header:hover {
    text-decoration: none
}

.e-schedule.e-device .e-month-view .e-more-indicator,.e-schedule.e-device .e-timeline-month-view .e-more-indicator,.e-schedule.e-device .e-timeline-view .e-more-indicator {
    font-size: 12px
}

.e-schedule.e-device .e-month-view .e-navigate:hover,.e-schedule.e-device .e-timeline-month-view .e-navigate:hover,.e-schedule.e-device .e-timeline-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 rgba(0,0,0,.12);
    padding-top: 8px
}

.e-schedule .e-month-agenda-view .e-wrapper-container {
    position: relative
}

.e-schedule .e-month-agenda-view .e-content-table,.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table {
    border-bottom: 2px solid rgba(0,0,0,.12);
    box-shadow: 0 1px 0 rgba(0,0,0,.15)
}

.e-schedule .e-month-agenda-view .e-resource-column {
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-right: 1px solid rgba(0,0,0,.12);
    vertical-align: top;
    width: 75px
}

.e-schedule .e-month-agenda-view .e-resource-name {
    color: rgba(0,0,0,.87);
    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 rgba(0,0,0,.12)
}

.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: 400;
    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,.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover {
    background-color: rgba(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-color: #fff;
    overflow: auto;
    padding: 0 8px
}

.e-schedule .e-month-agenda-view .e-appointment {
    border-left: 3px solid #f60;
    border-right: 0;
    cursor: default;
    padding: 0 8px
}

.e-schedule .e-month-agenda-view .e-appointment:hover {
    background: #f5f5f5
}

.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border,.e-schedule .e-month-agenda-view .e-appointment:focus {
    background: #e0e0e0
}

.e-schedule .e-month-agenda-view .e-subject-wrap {
    display: flex
}

.e-schedule .e-month-agenda-view .e-subject {
    color: rgba(0,0,0,.87);
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis
}

.e-schedule .e-month-agenda-view .e-recurrence-edit-icon,.e-schedule .e-month-agenda-view .e-recurrence-icon {
    color: rgba(0,0,0,.54);
    line-height: 26px;
    padding: 0 10px
}

.e-schedule .e-month-agenda-view .e-date-time,.e-schedule .e-month-agenda-view .e-location {
    color: rgba(0,0,0,.54);
    font-size: 12px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis
}

.e-schedule .e-month-agenda-view .e-location {
    padding-left: 8px
}

.e-schedule .e-month-agenda-view .e-no-event {
    color: rgba(0,0,0,.54);
    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-appointment-indicator {
    background: #f60;
    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 rgba(0,0,0,.12);
    border-right-width: 0
}

.e-schedule.e-rtl .e-month-agenda-view .e-appointment {
    border-left: 0;
    border-right: 3px solid #f60
}

.e-schedule.e-rtl .e-month-agenda-view .e-resource-column {
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-left: 1px solid rgba(0,0,0,.12);
    border-right: 0;
    vertical-align: top;
    width: 75px
}

.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-color: #fff
}

.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 rgba(0,0,0,.12);
    border-right: 1px solid rgba(0,0,0,.12);
    color: rgba(0,0,0,.87);
    vertical-align: top;
    width: 75px
}

.e-schedule .e-agenda-view .e-month-header {
    background: #f60;
    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: rgba(0,0,0,.87);
    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: #f60
}

.e-schedule .e-agenda-view .e-day-border {
    border-bottom: 1px solid rgba(0,0,0,.12)
}

.e-schedule .e-agenda-view .e-date-border {
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-right: 1px solid rgba(0,0,0,.12)
}

.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
}

.e-schedule .e-agenda-view .e-active-appointment-agenda .e-date-time,.e-schedule .e-agenda-view .e-active-appointment-agenda .e-location,.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-edit-icon,.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-icon,.e-schedule .e-agenda-view .e-active-appointment-agenda .e-resource-name,.e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject {
    color: rgba(0,0,0,.87)
}

.e-schedule .e-agenda-view .e-subject {
    color: rgba(0,0,0,.87);
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis
}

.e-schedule .e-agenda-view .e-resource-name {
    color: rgba(0,0,0,.87);
    font-size: 13px;
    line-height: 26px;
    overflow: hidden;
    padding: 8px;
    text-overflow: ellipsis
}

.e-schedule .e-agenda-view .e-recurrence-edit-icon,.e-schedule .e-agenda-view .e-recurrence-icon {
    color: rgba(0,0,0,.87);
    line-height: 21px;
    padding: 0 10px
}

.e-schedule .e-agenda-view .e-date-time {
    color: rgba(0,0,0,.54);
    font-size: 12px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis
}

.e-schedule .e-agenda-view .e-location {
    color: rgba(0,0,0,.54);
    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 #f60;
    border-right: 0;
    cursor: default;
    padding: 0 8px
}

.e-schedule .e-agenda-view .e-appointment:hover {
    background: #f5f5f5
}

.e-schedule .e-agenda-view .e-appointment.e-appointment-border,.e-schedule .e-agenda-view .e-appointment:focus {
    background: #e0e0e0
}

.e-schedule .e-agenda-view .e-appointment.e-template {
    display: inline-flex;
    flex-direction: row-reverse
}

.e-schedule .e-agenda-view .e-empty-event,.e-schedule .e-agenda-view .e-no-event {
    color: rgba(0,0,0,.54);
    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-m-day,.e-schedule.e-device .e-agenda-view .e-resource-name,.e-schedule.e-device .e-month-agenda-view .e-m-day,.e-schedule.e-device .e-month-agenda-view .e-resource-name {
    color: rgba(0,0,0,.87);
    font-size: 14px
}

.e-schedule.e-rtl .e-agenda-view .e-appointment {
    border-left: 0;
    border-right: 3px solid #f60
}

.e-schedule.e-rtl .e-agenda-view .e-resource-column {
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-left: 1px solid rgba(0,0,0,.12);
    border-right: 0;
    vertical-align: top;
    width: 75px
}

.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 rgba(0,0,0,.12);
    border-left: 1px solid rgba(0,0,0,.12);
    border-right: 0
}

.e-schedule.e-read-only .e-toolbar-item.e-add.e-overflow-show {
    display: none
}

.e-bigger.e-schedule .e-schedule-toolbar,.e-bigger .e-schedule .e-schedule-toolbar {
    height: 56px;
    min-height: 56px
}

.e-bigger.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text,.e-bigger .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
    font-size: 14px
}

.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text {
    font-size: 16px
}

.e-bigger.e-schedule .e-schedule-toolbar .e-icon-down-arrow,.e-bigger .e-schedule .e-schedule-toolbar .e-icon-down-arrow {
    font-size: 10px
}

.e-bigger.e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav,.e-bigger .e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav {
    min-height: 56px;
    min-width: 32px;
    z-index: 0
}

.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text {
    line-height: inherit
}

.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
    min-height: 56px
}

.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
    min-width: 34px
}

.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
    height: calc(100% - 15px);
    margin: 7.5px 3px;
    min-height: 27px
}

.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons {
    min-width: 24px
}

.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn {
    height: auto;
    line-height: 25px;
    margin: 4px 0;
    min-height: 0;
    min-width: 34px;
    padding: 0 1.5px
}

.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right {
    padding: 0
}

.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon {
    height: 25px
}

.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day,.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day,.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day,.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day {
    font-size: 14px
}

.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-date,.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-date {
    font-size: 20px
}

.e-bigger.e-schedule .e-vertical-view .e-resource-cells,.e-bigger .e-schedule .e-vertical-view .e-resource-cells {
    font-size: 14px
}

.e-bigger.e-schedule .e-vertical-view .e-time-cells-wrap table td,.e-bigger .e-schedule .e-vertical-view .e-time-cells-wrap table td {
    font-size: 13px
}

.e-bigger.e-schedule .e-vertical-view .e-clone-time-indicator,.e-bigger .e-schedule .e-vertical-view .e-clone-time-indicator,.e-bigger.e-schedule .e-vertical-view .e-current-time,.e-bigger .e-schedule .e-vertical-view .e-current-time {
    font-size: 12px
}

.e-bigger.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td,.e-bigger .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td {
    font-size: 11px
}

.e-bigger.e-schedule.e-device .e-vertical-view .e-clone-time-indicator,.e-bigger .e-schedule.e-device .e-vertical-view .e-clone-time-indicator,.e-bigger.e-schedule.e-device .e-vertical-view .e-current-time,.e-bigger .e-schedule.e-device .e-vertical-view .e-current-time {
    font-size: 9px
}

.e-bigger.e-schedule .e-month-view .e-header-cells,.e-bigger .e-schedule .e-month-view .e-header-cells {
    height: 35px
}

.e-bigger.e-schedule .e-month-view .e-content-wrap,.e-bigger .e-schedule .e-month-view .e-content-wrap,.e-bigger.e-schedule .e-month-view .e-date-header-wrap,.e-bigger .e-schedule .e-month-view .e-date-header-wrap,.e-bigger.e-schedule .e-month-view .e-resource-cells,.e-bigger .e-schedule .e-month-view .e-resource-cells {
    font-size: 14px
}

.e-bigger.e-schedule .e-month-view .e-m-date,.e-bigger .e-schedule .e-month-view .e-m-date {
    font-size: 20px
}

.e-bigger.e-schedule .e-month-view .e-m-day,.e-bigger .e-schedule .e-month-view .e-m-day,.e-bigger.e-schedule .e-month-view .e-resource-name,.e-bigger .e-schedule .e-month-view .e-resource-name {
    font-size: 14px
}

/*! schedule event tooltip */
.e-schedule-event-tooltip .e-subject {
    font-size: 12px
}

.e-bigger .e-schedule-event-tooltip .e-subject,.e-schedule-event-tooltip.e-bigger .e-subject {
    font-size: 14px;
    font-weight: 500
}

.e-dialog.e-quick-dialog.e-following-events-dialog {
    width: 420px
}

@media screen and (max-width: 767px) {
    .e-dialog.e-quick-dialog.e-following-events-dialog {
        width:289px
    }
}

.e-dialog.e-quick-dialog {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 320px
}

.e-dialog.e-quick-dialog .e-disable {
    display: none
}

.e-dialog.e-quick-dialog .e-quick-dialog-cancel {
    box-shadow: none
}

.e-dialog.e-quick-dialog.e-rtl {
    text-align: right
}

.e-bigger .e-dialog.e-quick-dialog {
    min-width: 370px
}

/*! schedule event window */
.e-schedule-dialog .e-disable {
    display: none
}

.e-schedule-dialog .e-icon-disable {
    opacity: .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-description-label,.e-schedule-dialog .e-start-container,.e-schedule-dialog .e-start-time-zone-container,.e-schedule-dialog .e-subject-container {
    padding-right: 8px
}

.e-schedule-dialog .e-end-container,.e-schedule-dialog .e-end-time-zone-container,.e-schedule-dialog .e-location-container {
    padding-left: 8px
}

.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: .3s ease-in-out;
    width: 100%
}

.e-schedule-dialog .e-time-zone-row .e-end-time-zone-container,.e-schedule-dialog .e-time-zone-row .e-start-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-end-time-zone-container,.e-schedule-dialog .e-time-zone-row.e-enable .e-start-time-zone-container {
    display: block;
    transform: translateY(0)
}

.e-schedule-dialog .e-end-input-container,.e-schedule-dialog .e-start-end-row,.e-schedule-dialog .e-start-input-container,.e-schedule-dialog .e-title-location-row {
    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-end-container,.e-schedule-dialog .e-end-time-zone-container,.e-schedule-dialog .e-location-container,.e-schedule-dialog .e-start-container,.e-schedule-dialog .e-start-time-zone-container,.e-schedule-dialog .e-subject-container {
    width: 50%
}

.e-schedule-dialog .e-description,.e-schedule-dialog .e-float-input .e-description {
    height: 50px;
    resize: vertical
}

.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable,.e-schedule-dialog .e-repeat-container {
    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-description-label,.e-schedule-dialog.e-rtl .e-start-container,.e-schedule-dialog.e-rtl .e-start-time-zone-container,.e-schedule-dialog.e-rtl .e-subject-container {
    padding-left: 8px;
    padding-right: 0
}

.e-schedule-dialog.e-rtl .e-end-container,.e-schedule-dialog.e-rtl .e-end-time-zone-container,.e-schedule-dialog.e-rtl .e-location-container {
    padding-left: 0;
    padding-right: 8px
}

.e-schedule-dialog.e-rtl .e-event-delete {
    float: right
}

.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: 10px;
    width: 14px
}

.e-bigger .e-ddl.e-popup .e-resource-template {
    padding: 0 15px
}

.e-bigger .e-ddl.e-popup .e-resource-template .e-resource-color {
    height: 16px;
    margin-top: 14px;
    width: 16px
}

.e-bigger .e-schedule-dialog .e-disable {
    display: none
}

.e-bigger .e-schedule-dialog .e-dlg-header-content {
    padding-bottom: 8px
}

.e-bigger .e-schedule-dialog .e-dlg-content {
    padding-bottom: 12px;
    position: relative
}

.e-bigger .e-schedule-dialog .e-event-cancel,.e-bigger .e-schedule-dialog .e-event-delete {
    border: none;
    box-shadow: none
}

.e-bigger .e-schedule-dialog .e-footer-content .e-btn.e-event-delete {
    float: left;
    margin-left: 0
}

.e-bigger .e-schedule-dialog .e-description-label,.e-bigger .e-schedule-dialog .e-start-container,.e-bigger .e-schedule-dialog .e-start-time-zone-container,.e-bigger .e-schedule-dialog .e-subject-container {
    padding-right: 12px
}

.e-bigger .e-schedule-dialog .e-end-container,.e-bigger .e-schedule-dialog .e-end-time-zone-container,.e-bigger .e-schedule-dialog .e-location-container {
    padding-left: 12px
}

.e-bigger .e-schedule-dialog .e-all-day-container {
    padding-right: 16px
}

.e-bigger .e-schedule-dialog .e-time-zone-row {
    display: none
}

.e-bigger .e-schedule-dialog .e-time-zone-row.e-enable {
    display: flex;
    height: 60px
}

.e-bigger .e-schedule-dialog .e-end-input-container,.e-bigger .e-schedule-dialog .e-start-end-row,.e-bigger .e-schedule-dialog .e-start-input-container,.e-bigger .e-schedule-dialog .e-time-zone-row,.e-bigger .e-schedule-dialog .e-title-location-row {
    display: flex;
    padding-bottom: 12px;
    width: 100%
}

.e-bigger .e-schedule-dialog .e-resources {
    padding-bottom: 12px;
    width: 100%
}

.e-bigger .e-schedule-dialog .e-all-day-time-zone-row {
    display: flex;
    padding-bottom: 20px;
    padding-top: 0;
    width: 100%
}

.e-bigger .e-schedule-dialog .e-end-container,.e-bigger .e-schedule-dialog .e-end-time-zone-container,.e-bigger .e-schedule-dialog .e-location-container,.e-bigger .e-schedule-dialog .e-start-container,.e-bigger .e-schedule-dialog .e-start-time-zone-container,.e-bigger .e-schedule-dialog .e-subject-container {
    width: 50%
}

.e-bigger .e-schedule-dialog .e-description-row,.e-bigger .e-schedule-dialog .e-end-container,.e-bigger .e-schedule-dialog .e-end-time-zone-container,.e-bigger .e-schedule-dialog .e-location-container,.e-bigger .e-schedule-dialog .e-repeat-container,.e-bigger .e-schedule-dialog .e-start-container,.e-bigger .e-schedule-dialog .e-start-time-zone-container,.e-bigger .e-schedule-dialog .e-subject-container {
    padding-top: 0
}

.e-bigger .e-schedule-dialog .e-all-day-time-zone-row {
    padding-bottom: 16px;
    padding-top: 10px
}

.e-bigger .e-schedule-dialog .e-description,.e-bigger .e-schedule-dialog .e-float-input .e-description {
    height: 50px;
    resize: vertical
}

.e-bigger .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable,.e-bigger .e-schedule-dialog .e-repeat-container,.e-bigger .e-schedule-dialog .e-time-zone-row {
    display: none
}

.e-bigger .e-schedule-dialog .e-footer-content {
    padding-top: 8px
}

.e-bigger .e-schedule-dialog.e-rtl .e-all-day-container {
    margin-left: 20px;
    margin-right: 0
}

.e-bigger .e-schedule-dialog.e-rtl .e-description-label,.e-bigger .e-schedule-dialog.e-rtl .e-start-container,.e-bigger .e-schedule-dialog.e-rtl .e-start-time-zone-container,.e-bigger .e-schedule-dialog.e-rtl .e-subject-container {
    padding-left: 12px;
    padding-right: 0
}

.e-bigger .e-schedule-dialog.e-rtl .e-end-container,.e-bigger .e-schedule-dialog.e-rtl .e-end-time-zone-container,.e-bigger .e-schedule-dialog.e-rtl .e-location-container {
    padding-left: 0;
    padding-right: 12px
}

.e-bigger .e-schedule-dialog.e-rtl .e-event-delete {
    float: right
}

.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: #fafafa;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    margin-bottom: 3px
}

.e-schedule-dialog.e-device .e-end-input-container,.e-schedule-dialog.e-device .e-start-end-row,.e-schedule-dialog.e-device .e-start-input-container,.e-schedule-dialog.e-device .e-time-zone-row,.e-schedule-dialog.e-device .e-time-zone-row.e-enable,.e-schedule-dialog.e-device .e-title-location-row {
    display: inline
}

.e-schedule-dialog.e-device .e-end-container,.e-schedule-dialog.e-device .e-end-time-zone-container,.e-schedule-dialog.e-device .e-location-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 {
    padding-left: 0;
    width: 100%
}

.e-schedule-dialog.e-device .e-description-label,.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 {
    padding-right: 0
}

.e-schedule-dialog.e-device .e-all-day-time-zone-row,.e-schedule-dialog.e-device .e-description-row,.e-schedule-dialog.e-device .e-end-container,.e-schedule-dialog.e-device .e-end-time-zone-container,.e-schedule-dialog.e-device .e-location-container,.e-schedule-dialog.e-device .e-repeat-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 {
    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-back-icon,.e-schedule-dialog.e-device .e-forward-icon,.e-schedule-dialog.e-device .e-save-icon {
    cursor: pointer;
    line-height: normal
}

.e-schedule-dialog.e-device .e-save-icon {
    text-align: right
}

.e-schedule-dialog.e-device .e-input-group .e-input-group-icon.e-icon-disable,.e-schedule-dialog.e-device .e-time-zone-row {
    display: none
}

.e-schedule-dialog.e-device .e-repeat-container {
    display: block
}

.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-description-label,.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-subject-container {
    padding-left: 0
}

.e-schedule-dialog.e-device.e-rtl .e-all-day-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-location-container {
    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 {
    background: none;
    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-color: #fff;
    border-radius: 2px;
    box-shadow: 0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12),0 11px 15px -7px rgba(0,0,0,.2);
    color: rgba(0,0,0,.87);
    max-width: 365px;
    min-width: 320px;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.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
}

.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close,.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-edit {
    color: #000
}

.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,.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-edit:focus,.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover {
    background: #e0e0e0;
    color: #000
}

.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .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-edit .e-close-icon {
    font-size: 11px
}

.e-quick-popup-wrapper .e-cell-popup .e-popup-content {
    padding: 28px 18px 8px
}

.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-bottom: 8px
}

.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
    font-size: 22px
}

.e-quick-popup-wrapper .e-event-popup .e-popup-header {
    background-color: #f60
}

.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-delete,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit {
    display: none;
    display: block
}

.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close,.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-edit {
    color: #fff
}

.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,.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-edit:focus,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover {
    background: hsla(0,0%,100%,.15);
    color: #fff
}

.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-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-edit-icon {
    font-size: 11px
}

.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled:hover,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled:hover {
    background: none
}

.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete: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-edit:disabled>.e-delete-icon,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled>.e-edit-icon {
    opacity: .5
}

.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap {
    padding: 0 24px 16px
}

.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
    cursor: default;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    max-height: 87px;
    color: #fff
}

.e-quick-popup-wrapper .e-event-popup .e-popup-content {
    padding: 8px 18px 26px 26px
}

.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-close,.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-edit,.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-close,.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-edit {
    background-color: transparent;
    border: 0
}

.e-quick-popup-wrapper .e-cell-popup .e-date-time,.e-quick-popup-wrapper .e-cell-popup .e-description,.e-quick-popup-wrapper .e-cell-popup .e-location,.e-quick-popup-wrapper .e-cell-popup .e-resource,.e-quick-popup-wrapper .e-cell-popup .e-time-zone,.e-quick-popup-wrapper .e-event-popup .e-date-time,.e-quick-popup-wrapper .e-event-popup .e-description,.e-quick-popup-wrapper .e-event-popup .e-location,.e-quick-popup-wrapper .e-event-popup .e-resource,.e-quick-popup-wrapper .e-event-popup .e-time-zone {
    color: rgba(0,0,0,.87);
    display: flex;
    padding-top: 16px
}

.e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,.e-quick-popup-wrapper .e-cell-popup .e-description-icon,.e-quick-popup-wrapper .e-cell-popup .e-location-icon,.e-quick-popup-wrapper .e-cell-popup .e-resource-icon,.e-quick-popup-wrapper .e-cell-popup .e-time-zone-icon,.e-quick-popup-wrapper .e-event-popup .e-date-time-icon,.e-quick-popup-wrapper .e-event-popup .e-description-icon,.e-quick-popup-wrapper .e-event-popup .e-location-icon,.e-quick-popup-wrapper .e-event-popup .e-resource-icon,.e-quick-popup-wrapper .e-event-popup .e-time-zone-icon {
    color: rgba(0,0,0,.54);
    font-size: 18px;
    padding-right: 13px
}

.e-quick-popup-wrapper .e-cell-popup .e-date-time-details,.e-quick-popup-wrapper .e-cell-popup .e-description-details,.e-quick-popup-wrapper .e-cell-popup .e-location-details,.e-quick-popup-wrapper .e-cell-popup .e-resource-details,.e-quick-popup-wrapper .e-cell-popup .e-time-zone-details,.e-quick-popup-wrapper .e-event-popup .e-date-time-details,.e-quick-popup-wrapper .e-event-popup .e-description-details,.e-quick-popup-wrapper .e-event-popup .e-location-details,.e-quick-popup-wrapper .e-event-popup .e-resource-details,.e-quick-popup-wrapper .e-event-popup .e-time-zone-details {
    color: rgba(0,0,0,.87);
    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;
    text-align: right;
    padding: 8px 4px 8px 22px
}

.e-quick-popup-wrapper .e-popup-footer .e-event-edit {
    margin-right: 8px
}

.e-quick-popup-wrapper .e-popup-footer .e-event-delete,.e-quick-popup-wrapper .e-popup-footer .e-event-edit {
    right: auto
}

.e-quick-popup-wrapper .e-popup-footer .e-event-delete:disabled,.e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled {
    color: rgba(0,0,0,.26)
}

.e-quick-popup-wrapper .e-popup-footer .e-event-details {
    border: none;
    margin-right: 8px;
    right: auto;
    text-transform: capitalize;
    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-cell-popup .e-popup-footer {
    padding: 8px 18px 8px 8px;
    text-align: left
}

.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details,.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details {
    margin-right: 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 .e-close:focus,.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close: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-edit:focus,.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover {
    background: none
}

.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete,.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit {
    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-delete,.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit {
    background-color: transparent;
    border: 0;
    height: 40px;
    width: 40px
}

.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-delete:focus,.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete: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 {
    background: none
}

.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    line-height: 2.25;
    padding: 4px 5px;
    width: calc(100% - 95px)
}

.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-delete-icon,.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit-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
}

.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
    font-size: 24px
}

.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon,.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon,.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon {
    font-size: 14px
}

.e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
    padding: 5px 5px 0 8px
}

.e-appointment.e-schedule-event-clone {
    background: #f60;
    border-radius: 2px;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(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-event-resize.e-left-handler,.e-appointment.e-schedule-event-clone .e-event-resize.e-right-handler,.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-recurrence-edit-icon,.e-appointment.e-schedule-event-clone .e-recurrence-icon {
    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-bigger .e-schedule .e-month-view .e-current-date .e-date-header {
    width: 26px
}

.e-more-popup-wrapper {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    box-shadow: 0 10px 10px 0 rgba(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 {
    height: calc(100% - 35px);
    max-height: 300px;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px
}

.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
    border: 0;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(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: #f60
}

.e-more-popup-wrapper .e-header-day {
    color: rgba(0,0,0,.87);
    font-size: 13px;
    line-height: 1;
    padding-bottom: 2px
}

.e-more-popup-wrapper .e-header-date {
    color: rgba(0,0,0,.87);
    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-color: transparent;
    border: 0;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    height: 25px;
    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-color: #e0e0e0;
    border-radius: 50%;
    color: #000
}

.e-more-popup-wrapper .e-appointment {
    background: #f60;
    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-recurrence-edit-icon,.e-more-popup-wrapper .e-appointment .e-recurrence-icon {
    line-height: 22px;
    padding: 0 2px
}

.e-more-popup-wrapper .e-appointment:focus {
    border: 1px solid #000
}

.e-more-popup-wrapper.e-device {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    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-more-event-close {
    left: 6px;
    right: auto
}

/*! schedule component theme */
.e-schedule {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.12)
}

.e-schedule .e-date-header-wrap {
    border: 0 solid rgba(0,0,0,.12);
    position: relative
}

.e-schedule .e-vertical-view .e-content-wrap table td:first-child,.e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child {
    border-left-width: 0
}

.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells {
    background-color: #fff
}

.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover {
    background: #f5f5f5
}

.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td {
    background-color: #fff;
    border-color: rgba(0,0,0,.12);
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: rgba(0,0,0,.87)
}

.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(0,0,0,.54);
    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-color: #fff;
    border-color: rgba(0,0,0,.12);
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: rgba(0,0,0,.87);
    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-color: #fff;
    border-color: rgba(0,0,0,.12);
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: rgba(0,0,0,.54);
    border-bottom-color: transparent
}

.e-schedule .e-vertical-view .e-time-cells-wrap .e-time-cells {
    border-bottom-color: rgba(0,0,0,.12)
}

.e-schedule .e-vertical-view .e-header-cells {
    background-color: #fff
}

.e-schedule .e-vertical-view .e-header-cells.e-current-day {
    color: #f60
}

.e-schedule .e-vertical-view .e-work-cells {
    background-color: #fafafa;
    border-color: rgba(0,0,0,.12);
    border-style: solid;
    border-width: 0 0 1px 1px
}

.e-schedule .e-vertical-view .e-work-cells:hover {
    background: #f5f5f5;
    color: #000
}

.e-schedule .e-vertical-view .e-alternate-cells {
    border-bottom-style: dotted
}

.e-schedule .e-vertical-view .e-all-day-cells,.e-schedule .e-vertical-view .e-work-hours {
    background-color: #fff
}

.e-schedule .e-vertical-view .e-all-day-cells.e-current-day {
    color: #f60
}

.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell {
    background-color: #e0e0e0;
    color: #000
}

.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover {
    background-color: #e0e0e0
}

.e-schedule .e-vertical-view .e-selected-cell {
    background-color: #e0e0e0;
    color: #000
}

.e-schedule .e-vertical-view .e-selected-cell:hover {
    background-color: #e0e0e0
}

.e-schedule .e-vertical-view .e-clone-time-indicator,.e-schedule .e-vertical-view .e-current-time {
    color: #f60
}

.e-schedule .e-vertical-view .e-current-timeline {
    border-top: 1px solid #f60
}

.e-schedule .e-vertical-view .e-previous-timeline {
    border-top: 1px dotted #f60
}

.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-content-wrap table td:first-child,.e-schedule .e-month-view .e-date-header-wrap table td:first-child {
    border-left-width: 0
}

.e-schedule .e-month-agenda-view .e-date-header-wrap table td,.e-schedule .e-month-view .e-date-header-wrap table td {
    background-color: #fff;
    border-color: rgba(0,0,0,.12);
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: rgba(0,0,0,.87);
    text-align: left
}

.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day,.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day {
    color: #f60
}

.e-schedule .e-month-agenda-view .e-work-cells,.e-schedule .e-month-view .e-work-cells {
    background-color: #fafafa;
    border-color: rgba(0,0,0,.12);
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: rgba(0,0,0,.87)
}

.e-schedule .e-month-agenda-view .e-work-cells:hover,.e-schedule .e-month-view .e-work-cells:hover {
    background: #f5f5f5;
    color: #000
}

.e-schedule .e-month-agenda-view .e-work-days,.e-schedule .e-month-view .e-work-days {
    background-color: #fff
}

.e-schedule .e-month-agenda-view .e-other-month,.e-schedule .e-month-view .e-other-month {
    color: rgba(0,0,0,.54)
}

.e-schedule .e-month-agenda-view .e-current-date .e-date-header,.e-schedule .e-month-view .e-current-date .e-date-header {
    background-color: #f60;
    border-radius: 50%;
    color: #fff;
    width: 20px
}

.e-schedule .e-month-agenda-view .e-selected-cell,.e-schedule .e-month-view .e-selected-cell {
    background-color: #e0e0e0;
    color: rgba(0,0,0,.87)
}

.e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator,.e-schedule .e-month-view .e-selected-cell .e-more-indicator {
    color: rgba(0,0,0,.87)
}

.e-schedule .e-month-agenda-view .e-selected-cell:hover,.e-schedule .e-month-view .e-selected-cell:hover {
    background-color: #e0e0e0
}

.e-schedule .e-month-agenda-view .e-date-header-wrap table td {
    border-width: 0 0 1px;
    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 {
    width: 24px
}

.e-schedule .e-timeline-month-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-view .e-content-wrap table td:first-child,.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child {
    border-left-width: 0
}

.e-schedule .e-timeline-month-view .e-content-wrap table tr:last-child td,.e-schedule .e-timeline-view .e-content-wrap table tr:last-child td {
    border-bottom-width: 0
}

.e-schedule .e-timeline-month-view .e-date-header-wrap table td,.e-schedule .e-timeline-view .e-date-header-wrap table td {
    background-color: #fff;
    border-color: rgba(0,0,0,.12);
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: rgba(0,0,0,.87)
}

.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day,.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day {
    color: #f60
}

.e-schedule .e-timeline-month-view .e-work-cells,.e-schedule .e-timeline-view .e-work-cells {
    background-color: #fafafa;
    border-color: rgba(0,0,0,.12);
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: rgba(0,0,0,.87)
}

.e-schedule .e-timeline-month-view .e-work-cells:hover:not(.e-resource-group-cells),.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells) {
    background: #f5f5f5;
    color: #000
}

.e-schedule .e-timeline-month-view .e-work-days,.e-schedule .e-timeline-view .e-work-days {
    background-color: #fff
}

.e-schedule .e-timeline-month-view .e-resource-group-cells,.e-schedule .e-timeline-view .e-resource-group-cells {
    background-color: #fafafa
}

.e-schedule .e-timeline-month-view .e-selected-cell,.e-schedule .e-timeline-view .e-selected-cell {
    background-color: #e0e0e0;
    color: rgba(0,0,0,.87)
}

.e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells),.e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells) {
    background-color: #e0e0e0
}

.e-schedule .e-timeline-view .e-work-hours {
    background-color: #fff
}

.e-schedule .e-timeline-view .e-resource-group-cells {
    background-color: #fafafa
}

.e-schedule .e-timeline-view .e-selected-cell {
    background-color: #e0e0e0;
    color: #000
}

.e-schedule .e-timeline-view .e-selected-cell:hover {
    background-color: #e0e0e0
}

.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: #f60;
    font-size: 11px
}

.e-schedule .e-timeline-view .e-current-timeline {
    border-left: 1px solid #f60
}

.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child,.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child {
    border-right-width: 0
}

.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-date-header-wrap .e-header-cells,.e-schedule.e-rtl .e-vertical-view .e-left-indent-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-content-wrap table td:first-child,.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td:first-child {
    border-right-width: 0
}

.e-schedule.e-rtl .e-month-agenda-view .e-work-cells,.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td,.e-schedule.e-rtl .e-month-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-month-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-view .e-content-wrap table td:first-child,.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:first-child {
    border-right-width: 0
}

.e-schedule.e-rtl .e-timeline-month-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-view .e-content-wrap table td:last-child,.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:last-child {
    border-left-width: 0
}

.e-schedule.e-rtl .e-timeline-month-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-view .e-content-wrap table td,.e-schedule.e-rtl .e-timeline-view .e-date-header-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-color: #fcdbe4;
    border-color: #fcdbe4;
    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 #fcdbe4;
    color: #fcdbe4
}

.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom,.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom {
    border-top: 8px solid #fcdbe4;
    color: #fcdbe4
}

.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: #f44336
}

.e-gantt .e-add:before {
    content: "\e7f9"
}

.e-gantt .e-edit:before {
    content: "\e81e"
}

.e-gantt .e-delete:before {
    content: "\e84e"
}

.e-gantt .e-cancel:before {
    content: "\e825"
}

.e-gantt .e-save:before {
    content: "\e98e"
}

.e-gantt .e-update:before {
    content: "\e735"
}

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

.e-gantt .e-cancel-icon:before {
    content: "\e825"
}

.e-gantt .e-notes-info:before {
    content: "\1F6C8"
}

.e-gantt .e-left-resize-gripper:before,.e-gantt .e-right-resize-gripper:before {
    content: "\ec16"
}

.e-gantt .e-expandall:before {
    content: "\e556"
}

.e-gantt .e-collapseall:before {
    content: "\e554"
}

.e-gantt .e-prevtimespan:before {
    content: "\e85b"
}

.e-gantt .e-nexttimespan:before {
    content: "\e85f"
}

.e-gantt .e-zoomin:before {
    content: "\e349"
}

.e-gantt .e-zoomout:before {
    content: "\e351"
}

.e-gantt .e-zoomtofit:before {
    content: "\e657"
}

.e-gantt .e-csvexport:before {
    content: "\e241"
}

.e-gantt .e-excelexport:before {
    content: "\e242"
}

.e-gantt .e-add-above:before {
    content: "\e658"
}

.e-gantt .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-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;
    -webkit-user-select: none;
    -moz-user-select: none;
    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: 400
}

.e-gantt .e-cloneproperties .e-bothganttlines {
    border-width: 1px 0 0 1px
}

.e-gantt .e-draganddrop {
    border-width: 0 1px 1px;
    font-weight: 400;
    padding: 0
}

.e-gantt .e-draganddrop .e-rowcell {
    opacity: .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-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop,.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
    border-bottom: 0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0
}

.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
}

.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-dialog .e-tab .e-tab-header {
    padding-left: 0
}

.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
    display: block
}

.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    border-style: solid;
    border-width: 0
}

.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical):before {
    border: 0
}

.e-gantt .e-gantt-tree-grid-pane .e-grid {
    border-width: 0
}

.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),.e-gantt .e-gantt-tree-grid-pane .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: transparent
}

.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
}

.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
    border-top-style: none;
    border-top-width: 0;
    padding-right: 0!important
}

.e-gantt .e-gantt-tree-grid-pane .e-columnheader,.e-gantt .e-gantt-tree-grid-pane .e-headercell {
    height: 63px!important
}

.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
    overflow-x: scroll!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-root-container {
    border-right: 0 solid
}

.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: auto;
    position: relative
}

.e-gantt .e-gantt-chart .e-chart-root-container .e-event-markers-container,.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container,.e-gantt .e-gantt-chart .e-chart-root-container .e-nonworking-day-container,.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
    position: absolute
}

.e-gantt .e-gantt-chart .e-timeline-header-container {
    border-bottom-style: solid;
    border-right-width: 0;
    overflow: hidden;
    position: relative;
    z-index: 6
}

.e-gantt .e-gantt-chart .e-timeline-header-table-container>thead>tr>th {
    border-left: 0;
    padding: 0 3px
}

.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
}

.e-gantt .e-gantt-chart .e-timeline-header-table-body {
    border-collapse: collapse;
    box-sizing: border-box;
    display: inline-block;
    white-space: nowrap;
    zoom:1}

.e-gantt .e-gantt-chart .e-timeline-single-header-cell,.e-gantt .e-gantt-chart .e-timeline-top-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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-header-cell-label,.e-gantt .e-gantt-chart .e-timeline-top-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-single-header-cell .e-gantt-top-cell-text,.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text {
    padding-left: 8px;
    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: none
}

.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
    border-top-color: transparent
}

.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-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 {
    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: 400;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis
}

.e-gantt .e-gantt-chart .e-gantt-child-progressbar,.e-gantt .e-gantt-chart .e-gantt-child-taskbar,.e-gantt .e-gantt-chart .e-gantt-milestone,.e-gantt .e-gantt-chart .e-gantt-parent-progressbar,.e-gantt .e-gantt-chart .e-gantt-parent-taskbar {
    display: inline-block;
    width: 100%
}

.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
}

.e-gantt .e-gantt-chart .e-chart-rows-container,.e-gantt .e-gantt-chart .e-chart-scroll-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.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-style: solid;
    border-width: 1px;
    box-sizing: content-box;
    cursor: col-resize;
    height: 2px;
    position: absolute;
    top: 7px;
    width: 12px
}

.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
    border-bottom-style: solid;
    border-bottom-width: 6px;
    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: 6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    cursor: col-resize;
    height: 0;
    left: -1;
    position: absolute;
    top: -6px;
    width: 0
}

.e-gantt .e-gantt-chart .e-baseline-bar {
    box-sizing: border-box;
    position: absolute;
    z-index: 3
}

.e-gantt .e-gantt-chart .e-milestone-top {
    border-style: none solid solid;
    border-top: 0
}

.e-gantt .e-gantt-chart .e-milestone-bottom,.e-gantt .e-gantt-chart .e-milestone-top {
    border-left-color: transparent;
    border-right-color: transparent
}

.e-gantt .e-gantt-chart .e-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
}

.e-gantt .e-gantt-chart .e-task-label {
    display: inline;
    font-weight: 400;
    margin-left: 8px;
    margin-right: 15px;
    vertical-align: middle
}

.e-gantt .e-gantt-chart .e-task-table {
    overflow: hidden
}

.e-gantt .e-gantt-chart .e-left-resize-gripper,.e-gantt .e-gantt-chart .e-right-resize-gripper {
    align-items: center;
    cursor: e-resize;
    display: inline-flex
}

.e-gantt .e-gantt-chart .e-holiday {
    display: inline-block;
    position: absolute
}

.e-gantt .e-gantt-chart .e-holiday .e-span {
    font-size: 13px;
    position: absolute;
    transform: rotate(-90deg);
    white-space: nowrap;
    width: 0
}

.e-gantt .e-gantt-chart .e-weekend {
    display: inline-block;
    position: absolute;
    z-index: 0
}

.e-gantt .e-gantt-chart .e-event-markers {
    border-left: 1px dashed;
    position: absolute;
    width: 1px;
    z-index: 2
}

.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
    border-radius: 3px;
    font-weight: 500;
    height: 30px;
    left: 5px;
    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-left-arrow,.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent
}

.e-gantt .e-gantt-chart .e-connector-line-container {
    z-index: 5
}

.e-gantt .e-gantt-chart .e-connector-line-z-index {
    z-index: 1
}

.e-gantt .e-gantt-chart .e-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-left,.e-gantt .e-gantt-chart .e-connectorpoint-right,.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div,.e-gantt .e-gantt-chart .e-right-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-icon {
    font-family: e-icons;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    vertical-align: middle
}

.e-gantt .e-gantt-chart .e-active-container {
    border: 1px solid!important
}

.e-gantt .e-gantt-dialog {
    border: 0
}

.e-gantt .e-gantt-dialog .e-gridform .e-table {
    border-spacing: 0
}

.e-gantt .e-gantt-dialog .e-item {
    height: 241px
}

.e-gantt .e-gantt-dialog .e-dependent-div {
    border-bottom-width: 1px
}

.e-gantt .e-gantt-dialog .e-icon-dlg-close {
    opacity: 1
}

.e-gantt .e-gantt-dialog .e-toolbar {
    border-top-width: 0
}

.e-gantt .e-gantt-dialog .e-resource-div {
    border-bottom-width: 1px
}

.e-gantt .e-gantt-dialog .e-resource-div .e-gridheader {
    border-top-width: 0
}

.e-gantt .e-gantt-dialog .e-edit-form-row {
    height: 241px;
    overflow-y: auto;
    padding-bottom: 16px
}

.e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
    float: left;
    padding: 16px 18px 0;
    width: 50%
}

.e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(2n) {
    float: left;
    padding: 16px 16px 0 0;
    width: 50%
}

.e-gantt .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(2n) {
    padding: 16px 16px 0 0
}

.e-gantt .e-gantt-dialog .e-edit-form-column {
    height: 75px
}

.e-gantt .e-gantt-dialog .e-dependent-div .e-content {
    height: 153px
}

.e-gantt .e-gantt-dialog .e-resource-div .e-content {
    height: 196px
}

.e-gantt .e-gantt-dialog .e-richtexteditor {
    border-bottom-width: 1px;
    height: 241px!important;
    overflow: hidden
}

.e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
    border-top: 0
}

.e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content {
    border-bottom-width: 0;
    height: 198px
}

.e-gantt .e-gantt-dialog>.e-dlg-content {
    padding: 0!important
}

.e-gantt .e-gantt-dialog .e-dlg-header-content {
    border-bottom: 0!important;
    border-radius: 0;
    padding-bottom: 4px
}

.e-gantt .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    border-radius: 50%
}

.e-icon-rowselect:before {
    content: "\e930"
}

.e-ganttpopup {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    font-weight: 400;
    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-ganttpopup,.e-ganttpopup .e-tail:after,.e-ganttpopup .e-tail:before {
    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-label {
    padding-bottom: 2px;
    padding-right: 2px;
    text-align: right
}

.e-gantt.e-device .e-edit-form-column:nth-child(2n),.e-gantt.e-device .e-edit-form-column:nth-child(odd) {
    float: none;
    padding: 16px 18px 0;
    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: auto
}

.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-left-resize-gripper,.e-gantt.e-device .e-right-resize-gripper {
    border: 7px solid;
    z-index: -1
}

.e-gantt.e-device .e-left-resize-gripper:before,.e-gantt.e-device .e-right-resize-gripper:before {
    font-size: 14px;
    margin-left: -7px
}

.e-gantt.e-device .e-dependent-div .e-content,.e-gantt.e-device .e-resource-div .e-content,.e-gantt.e-device .e-richtexteditor,.e-gantt.e-device .e-richtexteditor .e-rte-content {
    height: 100%
}

/*! Gantt theme */
.e-gantt .e-gantt-splitter {
    border-color: #e0e0e0;
    border-radius: 0
}

.e-gantt .e-cloneproperties.e-draganddrop {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.26);
    opacity: .95;
    overflow: visible
}

.e-gantt .e-cloneproperties {
    background-color: #eee;
    border-color: #e0e0e0;
    color: rgba(0,0,0,.54)
}

.e-gantt .e-cloneproperties.e-draganddrop .e-rowcell {
    color: #000
}

.e-gantt .e-cloneproperties.e-draganddrop table,.e-gantt .e-cloneproperties.e-draganddrop table .e-selectionbackground {
    background-color: #fff;
    height: 30px
}

.e-gantt .e-gantt-toolbar+.e-gantt-splitter {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.e-gantt .e-gantt-dialog .e-dlg-header {
    color: #fff
}

.e-gantt .e-gantt-dialog .e-dlg-header-content {
    background: #f60
}

.e-gantt .e-gantt-dialog .e-icon-dlg-close {
    color: #fff
}

.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
    background-color: hsla(0,0%,100%,.15)
}

.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
    color: #000
}

.e-gantt .e-gantt-dialog .e-tab .e-tab-header,.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator {
    background: #f60
}

.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
    background-color: transparent
}

.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
    color: #fff
}

.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    border-color: transparent
}

.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
    color: hsla(0,0%,100%,.64)
}

.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
    background: transparent;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: transparent
}

.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
    color: #f60
}

.e-gantt .e-gantt-chart-pane,.e-gantt .e-gantt-temp-header,.e-gantt .e-splitter-box,.e-gantt .e-temp-content {
    border-color: #e0e0e0
}

.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
    height: 45px!important
}

.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
    background: rgba(255,102,0,.15)
}

.e-gantt .e-gantt-chart .e-timeline-header-container {
    background: #fff;
    border-bottom-color: #e0e0e0;
    border-bottom-width: 1px;
    border-right-color: #e0e0e0;
    color: rgba(0,0,0,.54);
    height: 64px
}

.e-gantt .e-gantt-chart .e-timeline-single-header-cell,.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
    border-color: #e0e0e0;
    color: rgba(0,0,0,.54)
}

.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
    height: 46px;
    line-height: 46px
}

.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
    height: 46px!important
}

.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
    height: 32px
}

.e-gantt .e-gantt-chart .e-chart-root-container {
    background-color: #fff;
    border-color: #e0e0e0
}

.e-gantt .e-gantt-chart .e-timeline-header-table-body {
    border-spacing: 0
}

.e-gantt .e-gantt-chart .e-chart-row-border {
    border-top-color: #e0e0e0
}

.e-gantt .e-gantt-chart .e-chart-row-cell {
    color: #000
}

.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
    border-bottom-color: #e0e0e0
}

.e-gantt .e-gantt-chart .e-line-container-cell {
    border-color: #e0e0e0
}

.e-gantt .e-gantt-chart .e-active-container {
    border-color: #9e9e9e!important
}

.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
    background-color: #ff7e29;
    border: 1px solid #f60;
    border-radius: 4px
}

.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
    background-color: rgba(97,97,97,.87);
    border: 1px solid #616161;
    border-radius: 4px
}

.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
    background-color: #616161;
    border: 0
}

.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
    background-color: #f60;
    border: 0
}

.e-gantt .e-gantt-chart .e-holiday {
    background: #eee
}

.e-gantt .e-gantt-chart .e-holiday .e-span {
    color: rgba(0,0,0,.87);
    font-size: 12px
}

.e-gantt .e-gantt-chart .e-weekend,.e-gantt .e-gantt-chart .e-weekend-header-cell {
    background: #fafafa
}

.e-gantt .e-gantt-chart .e-event-markers {
    border-left-color: #f60
}

.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
    background-color: #fdbf64;
    color: #212121;
    font-size: 12px
}

.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
    border-right-color: #fdbf64
}

.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
    background: linear-gradient(90deg,rgba(63,81,181,.2),#3f51b5 30%,#3f51b5 70%,#3f51b5 0,rgba(63,81,181,.2));
    background-color: rgba(63,81,181,.2);
    border: 0;
    border-radius: 2px
}

.e-gantt .e-gantt-chart .e-unscheduled-milestone-top {
    border-bottom-color: rgba(51,51,51,.6)
}

.e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom {
    border-top-color: rgba(51,51,51,.6)
}

.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
    background: #222;
    border-color: #fff
}

.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
    border-bottom-color: #fff
}

.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;
    z-index: 5
}

.e-gantt .e-gantt-chart .e-line {
    border-color: #f60
}

.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
    border-left-color: #f60
}

.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
    border-right-color: #f60
}

.e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover {
    border-left-color: #f60
}

.e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover {
    border-right-color: #f60
}

.e-gantt .e-gantt-chart .e-connector-line-hover {
    border-color: #f60;
    outline-color: #f60
}

.e-gantt .e-gantt-chart .e-gantt-false-line {
    border-top-color: #f60
}

.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
    background-color: #333;
    border-color: #fff
}

.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,.e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
    background-color: #bdbdbd;
    border-color: #f60
}

.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,.87);
    font-size: 13px
}

.e-gantt .e-gantt-chart .e-left-label-temp-container {
    color: rgba(0,0,0,.87);
    font-size: 13px;
    padding-right: 25px
}

.e-gantt .e-gantt-chart .e-right-label-temp-container {
    color: rgba(0,0,0,.87);
    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: 2px
}

.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div,.e-gantt .e-gantt-chart .e-right-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-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 2px
}

.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.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-milestone-top {
    border-bottom-color: #616161
}

.e-gantt .e-gantt-chart .e-milestone-bottom {
    border-top-color: #616161
}

.e-gantt .e-gantt-chart .e-label {
    color: rgba(0,0,0,.87);
    font-size: 13px
}

.e-gantt .e-gantt-chart .e-active {
    background: rgba(255,102,0,.15);
    color: #000;
    opacity: 1
}

.e-gantt .e-gantt-chart .e-active .e-label {
    color: #000
}

.e-gantt .e-gantt-chart .e-baseline-bar {
    background-color: #ff9800
}

.e-gantt .e-gantt-chart .e-baseline-milestone-top {
    border-bottom-color: #ff9800
}

.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
    border-top-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-grid .e-gridpopup .e-spanclicked,.e-gantt .e-gantt-chart .e-spanclicked {
    border-color: #000
}

.e-gantt .e-gantt-chart .e-active-parent-task {
    border-radius: 4px;
    box-shadow: 4px 4px 3px 0 rgba(0,0,0,.5)
}

.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
    background: #1a1a1a;
    border: #1a1a1a
}

.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
    background-color: transparent;
    border: transparent
}

.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
    color: transparent
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
    color: transparent!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
    border-color: #8a8a8a!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
    border-left-color: #8a8a8a!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
    border-right-color: #8a8a8a!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
    background: #d5d5d5!important;
    border: #d5d5d5!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
    background-color: transparent!important;
    border: transparent!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
    border-bottom-color: #d5d5d5!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
    border-top-color: #d5d5d5!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
    background-color: #8a8a8a!important;
    border: #8a8a8a!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
    background-color: transparent!important;
    border: transparent!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
    background: #f60!important;
    border: #f60!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
    border-bottom-color: #f60!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
    border-top-color: #f60!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
    background: #ffa366!important;
    border: #ffa366!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
    border-bottom-color: #ffa366!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
    border-top-color: #ffa366!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
    border-color: #f60!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
    border-left-color: #f60!important
}

.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
    border-right-color: #f60!important
}

.e-gantt .e-grid .e-icons {
    color: rgba(0,0,0,.54)!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
}

/*! component's default definitions and variables */
.e-splitter .e-split-bar.e-split-bar-active .e-navigate-arrow,.e-splitter .e-split-bar.e-split-bar-hover.e-split-bar-active .e-navigate-arrow {
    visibility: hidden
}

.e-splitter .e-split-bar.e-split-bar-horizontal,.e-splitter .e-split-bar.e-split-bar-vertical {
    border: none
}

.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow {
    background-color: transparent;
    border-color: transparent;
    color: transparent;
    transition: background-color .5s ease-out
}

.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:after,.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:before {
    background-color: #f60;
    opacity: 0;
    transition-duration: .3s;
    transition-timing-function: ease
}

.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover {
    background: #f60
}

.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler {
    background: #fff;
    color: #f60
}

.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 {
    background-color: #fff;
    border-color: rgba(227,22,91,.5);
    border-width: 1px;
    opacity: .9
}

.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-hover.e-split-bar-hover .e-navigate-arrow:before {
    background-color: #f60;
    opacity: 1;
    transform: rotate(40deg)
}

.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-hover.e-split-bar-hover .e-navigate-arrow:after {
    background-color: #f60;
    opacity: 1;
    transform: rotate(-40deg)
}

.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .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:before,.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-hover .e-navigate-arrow.e-arrow-right:before {
    background-color: #f60
}

.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
    background: #f60
}

.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
    color: #f60
}

.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover {
    background: #f60
}

.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-hover .e-navigate-arrow.e-arrow-up {
    background-color: #fff;
    border-color: rgba(227,22,91,.5);
    border-width: 1px;
    opacity: .9
}

.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler {
    background: #fff;
    color: #f60
}

.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:after,.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:before,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .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:before,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .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:before,.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-hover .e-navigate-arrow.e-arrow-down:before,.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-hover .e-navigate-arrow.e-arrow-up:before {
    background-color: #f60
}

.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
    background: #f60
}

.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
    color: #f60
}

/*! component's theme wise override definitions and variables */
/*! richtexteditor icons */
.e-rte-dropdown-popup .e-alignments:before,.e-rte-dropdown-popup .e-justify-left:before,.e-rte-toolbar .e-alignments:before,.e-rte-toolbar .e-justify-left:before {
    content: "\e33a"
}

.e-rte-dropdown-popup .e-justify-center:before,.e-rte-toolbar .e-justify-center:before {
    content: "\e35e"
}

.e-rte-dropdown-popup .e-justify-right:before,.e-rte-toolbar .e-justify-right:before {
    content: "\e34d"
}

.e-rte-dropdown-popup .e-justify-full:before,.e-rte-toolbar .e-justify-full:before {
    content: "\e334"
}

.e-rte-dropdown-popup .e-font-name:before,.e-rte-toolbar .e-font-name:before {
    content: "\e35f"
}

.e-rte-dropdown-popup .e-font-color:before,.e-rte-toolbar .e-font-color:before {
    content: "\e34c"
}

.e-rte-dropdown-popup .e-background-color:before,.e-rte-toolbar .e-background-color:before {
    content: "\e35c"
}

.e-rte-dropdown-popup .e-bold:before,.e-rte-toolbar .e-bold:before {
    content: "\e339"
}

.e-rte-dropdown-popup .e-italic:before,.e-rte-toolbar .e-italic:before {
    content: "\e35a"
}

.e-rte-dropdown-popup .e-underline:before,.e-rte-toolbar .e-underline:before {
    content: "\e343"
}

.e-rte-dropdown-popup .e-strike-through:before,.e-rte-toolbar .e-strike-through:before {
    content: "\e332"
}

.e-rte-dropdown-popup .e-clear-format:before,.e-rte-toolbar .e-clear-format:before {
    content: "\e331"
}

.e-rte-dropdown-popup .e-clear-all:before,.e-rte-toolbar .e-clear-all:before {
    content: "\e340"
}

.e-rte-dropdown-popup .e-cut:before,.e-rte-toolbar .e-cut:before {
    content: "\e33b"
}

.e-rte-dropdown-popup .e-copy:before,.e-rte-toolbar .e-copy:before {
    content: "\e33d"
}

.e-rte-dropdown-popup .e-paste:before,.e-rte-toolbar .e-paste:before {
    content: "\e355"
}

.e-rte-dropdown-popup .e-unorder-list:before,.e-rte-toolbar .e-unorder-list:before {
    content: "\e344"
}

.e-rte-dropdown-popup .e-order-list:before,.e-rte-toolbar .e-order-list:before {
    content: "\e346"
}

.e-rte-dropdown-popup .e-indent:before,.e-rte-toolbar .e-indent:before {
    content: "\e33f"
}

.e-rte-dropdown-popup .e-outdent:before,.e-rte-toolbar .e-outdent:before {
    content: "\e35d"
}

.e-rte-dropdown-popup .e-undo:before,.e-rte-toolbar .e-undo:before {
    content: "\e341"
}

.e-rte-dropdown-popup .e-redo:before,.e-rte-toolbar .e-redo:before {
    content: "\e354"
}

.e-rte-dropdown-popup .e-super-script:before,.e-rte-toolbar .e-super-script:before {
    content: "\e352"
}

.e-rte-dropdown-popup .e-sub-script:before,.e-rte-toolbar .e-sub-script:before {
    content: "\e357"
}

.e-rte-dropdown-popup .e-create-link:before,.e-rte-toolbar .e-create-link:before {
    content: "\e34e"
}

.e-rte-dropdown-popup .e-open-link:before,.e-rte-toolbar .e-open-link:before {
    content: "\e34a"
}

.e-rte-dropdown-popup .e-edit-link:before,.e-rte-toolbar .e-edit-link:before {
    content: "\e338"
}

.e-rte-dropdown-popup .e-remove-link:before,.e-rte-toolbar .e-remove-link:before {
    content: "\e348"
}

.e-rte-dropdown-popup .e-image:before,.e-rte-toolbar .e-image:before {
    content: "\e335"
}

.e-rte-dropdown-popup .e-replace:before,.e-rte-toolbar .e-replace:before {
    content: "\e359"
}

.e-rte-dropdown-popup .e-align:before,.e-rte-toolbar .e-align:before {
    content: "\e33a"
}

.e-rte-dropdown-popup .e-caption:before,.e-rte-toolbar .e-caption:before {
    content: "\e35b"
}

.e-rte-dropdown-popup .e-remove:before,.e-rte-toolbar .e-remove:before {
    content: "\e33e"
}

.e-rte-dropdown-popup .e-insert-link:before,.e-rte-toolbar .e-insert-link:before {
    content: "\e34e"
}

.e-rte-dropdown-popup .e-display:before,.e-rte-toolbar .e-display:before {
    content: "\e358"
}

.e-rte-dropdown-popup .e-alt-text:before,.e-rte-toolbar .e-alt-text:before {
    content: "\e33c"
}

.e-rte-dropdown-popup .e-dimension:before,.e-rte-toolbar .e-dimension:before {
    content: "\e336"
}

.e-rte-dropdown-popup .e-maximize:before,.e-rte-toolbar .e-maximize:before {
    content: "\e342"
}

.e-rte-dropdown-popup .e-minimize:before,.e-rte-toolbar .e-minimize:before {
    content: "\e337"
}

.e-rte-dropdown-popup .e-zoom-in:before,.e-rte-toolbar .e-zoom-in:before {
    content: "\e349"
}

.e-rte-dropdown-popup .e-zoom-out:before,.e-rte-toolbar .e-zoom-out:before {
    content: "\e351"
}

.e-rte-dropdown-popup .e-lower-case:before,.e-rte-toolbar .e-lower-case:before {
    content: "\e347"
}

.e-rte-dropdown-popup .e-upper-case:before,.e-rte-toolbar .e-upper-case:before {
    content: "\e333"
}

.e-rte-dropdown-popup .e-print:before,.e-rte-toolbar .e-print:before {
    content: "\e34b"
}

.e-rte-dropdown-popup .e-formats:before,.e-rte-toolbar .e-formats:before {
    content: "\e353"
}

.e-rte-dropdown-popup .e-source-code:before,.e-rte-toolbar .e-source-code:before {
    content: "\e350"
}

.e-rte-dropdown-popup .e-preview:before,.e-rte-toolbar .e-preview:before {
    content: "\e345"
}

.e-rte-dropdown-popup .e-view-side:before,.e-rte-toolbar .e-view-side:before {
    content: "\e34f"
}

.e-rte-dropdown-popup .e-insert-code:before,.e-rte-toolbar .e-insert-code:before {
    content: "\e356"
}

.e-rte-dropdown-popup .e-table-header:before,.e-rte-toolbar .e-table-header:before {
    content: "\eb03"
}

.e-rte-dropdown-popup .e-table-remove:before,.e-rte-toolbar .e-table-remove:before {
    content: "\eb00"
}

.e-rte-dropdown-popup .e-table-rows:before,.e-rte-toolbar .e-table-rows:before {
    content: "\eb02"
}

.e-rte-dropdown-popup .e-table-columns:before,.e-rte-toolbar .e-table-columns:before {
    content: "\ea9e"
}

.e-rte-dropdown-popup .e-table-cell-ver-align:before,.e-rte-toolbar .e-table-cell-ver-align:before {
    content: "\ea9b"
}

.e-rte-dropdown-popup .e-table-edit-properties:before,.e-rte-toolbar .e-table-edit-properties:before {
    content: "\ea9a"
}

.e-rte-dropdown-popup .e-create-table:before,.e-rte-toolbar .e-create-table:before {
    content: "\e705"
}

.e-rte-dropdown-popup .e-align-bottom:before,.e-rte-toolbar .e-align-bottom:before {
    content: "\ea91"
}

.e-rte-dropdown-popup .e-align-middle:before,.e-rte-toolbar .e-align-middle:before {
    content: "\ea94"
}

.e-rte-dropdown-popup .e-align-top:before,.e-rte-toolbar .e-align-top:before {
    content: "\ea98"
}

.e-rte-dropdown-popup .e-insert-column-left:before,.e-rte-toolbar .e-insert-column-left:before {
    content: "\ea97"
}

.e-rte-dropdown-popup .e-insert-column-right:before,.e-rte-toolbar .e-insert-column-right:before {
    content: "\ea99"
}

.e-rte-dropdown-popup .e-delete-column:before,.e-rte-toolbar .e-delete-column:before {
    content: "\ea95"
}

.e-rte-dropdown-popup .e-insert-row-before:before,.e-rte-toolbar .e-insert-row-before:before {
    content: "\ea92"
}

.e-rte-dropdown-popup .e-insert-row-after:before,.e-rte-toolbar .e-insert-row-after:before {
    content: "\ea93"
}

.e-rte-dropdown-popup .e-delete-row:before,.e-rte-toolbar .e-delete-row:before {
    content: "\ea96"
}

.e-rte-dropdown-popup .e-style:before,.e-rte-toolbar .e-style:before {
    content: "\ea9f"
}

.e-richtexteditor .e-south-east:before,.e-richtexteditor .e-south-west:before {
    content: "\eb05"
}

/*! tab layout */
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-left: 3px
}

.e-bigger .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-richtexteditor.e-bigger.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-left: 0;
    margin-right: 3px
}

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended {
    padding-left: 3px
}

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
    font-size: 18px
}

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons:before,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons:before,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons:before,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons:before,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons:before,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons:before,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons:before,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons:before,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons:before,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons:before,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons:before,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons:before,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons:before,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons:before,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons:before,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons:before {
    top: -20px
}

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover {
    padding-left: 10px;
    padding-right: 6px
}

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn {
    padding: 0 6px
}

.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content,.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content {
    line-height: 35px
}

.e-bigger .e-richtexteditor .e-rte-toolbar .e-dropdown-btn .e-caret,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret,.e-richtexteditor.e-bigger .e-rte-toolbar .e-dropdown-btn .e-caret,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret {
    font-size: 12px
}

.e-richtexteditor {
    color: #333;
    display: block;
    position: relative
}

.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 {
    border: 0;
    display: block;
    height: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    resize: none;
    visibility: hidden;
    width: 0
}

.e-richtexteditor.e-disabled {
    pointer-events: none
}

.e-richtexteditor.e-rte-full-screen {
    bottom: 0;
    height: 100%!important;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%!important;
    z-index: 999
}

.e-richtexteditor.e-rtl .e-rte-character-count {
    left: 0;
    padding-left: 30px;
    padding-right: unset;
    right: unset
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-left: 7px
}

.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-left: 0;
    margin-right: 7px
}

.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
    margin-left: 0;
    margin-right: 0;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%
}

.e-richtexteditor .e-rte-toolbar,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
    z-index: 101
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended {
    margin-left: 0;
    padding-left: 7px
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn>:first-child,.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn>:first-child,.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn>:first-child,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn>:first-child,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn>:first-child,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn>:first-child,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn>:first-child,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn>:first-child,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn>:first-child,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn>:first-child,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn>:first-child,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn>:first-child {
    min-width: 0
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn {
    padding-left: 7px;
    padding-right: 2.5px
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active,.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus,.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover {
    padding-left: 7px;
    padding-right: 2.5px
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons:before,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons:before,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons:before,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons:before {
    font-size: 12px;
    position: relative;
    top: -18px
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons:before,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons:before,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons:before,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons:before {
    font-size: 13px
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons:before,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons:before,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons:before,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons:before {
    display: inline;
    font-size: 14px
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content,.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content {
    line-height: 25px
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
    font-size: 16px
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn {
    padding: 0 1.5px
}

.e-richtexteditor .e-rte-toolbar.e-control[class*=e-toolbar],.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*=e-toolbar] {
    box-sizing: border-box
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended.e-visible,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-visible {
    display: block;
    visibility: hidden
}

.e-richtexteditor .e-rte-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed {
    top: 0;
    transform: translateZ(0)
}

.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed),.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed) {
    bottom: 0
}

.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed {
    display: none;
    left: 0;
    position: fixed;
    right: 0
}

.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed.e-show,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed.e-show {
    display: block;
    z-index: 101
}

.e-richtexteditor .e-rte-toolbar.e-rte-tb-float,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float {
    position: fixed;
    top: 0
}

.e-richtexteditor .e-rte-toolbar.e-rte-tb-float.e-rte-tb-abs-float,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float.e-rte-tb-abs-float {
    position: absolute
}

.e-richtexteditor .e-rte-toolbar .e-dropdown-btn .e-caret,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret {
    font-size: 12px
}

.e-richtexteditor .rte-placeholder {
    color: #333;
    line-height: 16px;
    opacity: .54;
    overflow: hidden;
    position: absolute;
    text-align: start;
    top: 0;
    z-index: 1
}

.e-richtexteditor .e-rte-content {
    position: relative;
    z-index: 1
}

.e-richtexteditor .e-rte-content,.e-richtexteditor .e-source-content {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    transition: .1s ease-out;
    width: 100%
}

.e-richtexteditor .e-rte-content .e-content,.e-richtexteditor .e-source-content .e-content {
    background: unset;
    box-sizing: border-box;
    height: 100%;
    min-height: 100px;
    outline: 0 solid transparent;
    overflow-x: auto;
    padding: 16px;
    position: relative;
    text-align: inherit;
    z-index: 2
}

@media screen and (min-width: 992px) {
    .e-richtexteditor .e-rte-content .e-content,.e-richtexteditor .e-source-content .e-content {
        font-size:14px
    }
}

.e-richtexteditor .e-rte-content .e-content p,.e-richtexteditor .e-source-content .e-content p {
    margin: 0 0 10px
}

.e-richtexteditor .e-rte-content .e-content li,.e-richtexteditor .e-source-content .e-content li {
    margin-bottom: 10px
}

.e-richtexteditor .e-rte-content .e-content h1,.e-richtexteditor .e-source-content .e-content h1 {
    font-size: 2.17em;
    font-weight: 400;
    line-height: 1;
    margin: 10px 0
}

.e-richtexteditor .e-rte-content .e-content h2,.e-richtexteditor .e-source-content .e-content h2 {
    font-size: 1.74em;
    font-weight: 400;
    margin: 10px 0
}

.e-richtexteditor .e-rte-content .e-content h3,.e-richtexteditor .e-source-content .e-content h3 {
    font-size: 1.31em;
    font-weight: 400;
    margin: 10px 0
}

.e-richtexteditor .e-rte-content .e-content h4,.e-richtexteditor .e-source-content .e-content h4 {
    font-size: 1em;
    font-weight: 400;
    margin: 0
}

.e-richtexteditor .e-rte-content .e-content h5,.e-richtexteditor .e-source-content .e-content h5 {
    font-size: .8em;
    font-weight: 400;
    margin: 0
}

.e-richtexteditor .e-rte-content .e-content h6,.e-richtexteditor .e-source-content .e-content h6 {
    font-size: .65em;
    font-weight: 400;
    margin: 0
}

.e-richtexteditor .e-rte-content .e-content blockquote,.e-richtexteditor .e-source-content .e-content blockquote {
    margin: 10px 0;
    padding-left: 5px
}

.e-richtexteditor .e-rte-content .e-content pre,.e-richtexteditor .e-source-content .e-content pre {
    background-color: inherit;
    border: 0;
    border-radius: 0;
    color: #333;
    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 b,.e-richtexteditor .e-rte-content .e-content strong,.e-richtexteditor .e-source-content .e-content b,.e-richtexteditor .e-source-content .e-content strong {
    font-weight: 700
}

.e-richtexteditor .e-rte-content .e-content a,.e-richtexteditor .e-source-content .e-content a {
    text-decoration: none;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto
}

.e-richtexteditor .e-rte-content .e-content a:hover,.e-richtexteditor .e-source-content .e-content a:hover {
    text-decoration: underline
}

.e-richtexteditor .e-rte-content .e-content blockquote:last-child,.e-richtexteditor .e-rte-content .e-content p:last-child,.e-richtexteditor .e-rte-content .e-content pre:last-child,.e-richtexteditor .e-source-content .e-content blockquote:last-child,.e-richtexteditor .e-source-content .e-content p:last-child,.e-richtexteditor .e-source-content .e-content pre: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 {
    margin-top: .6em
}

.e-richtexteditor .e-rte-content .e-content ul:last-child,.e-richtexteditor .e-source-content .e-content ul:last-child {
    margin-bottom: 0
}

.e-richtexteditor .e-rte-character-count {
    bottom: 0;
    color: #000;
    font-family: Times New Roman,Georgia,Serif;
    font-size: 14px;
    opacity: .54;
    padding-bottom: 2px;
    padding-right: 30px;
    position: absolute;
    right: 0;
    z-index: 100
}

.e-richtexteditor .e-rte-character-count.e-warning {
    color: #ffb74d;
    opacity: unset
}

.e-richtexteditor .e-rte-character-count.e-error {
    color: #c62828;
    opacity: unset
}

.e-richtexteditor .e-rte-srctextarea {
    background-color: transparent;
    border: 0;
    color: #333;
    display: block;
    height: 100%;
    line-height: 22px;
    min-height: 200px;
    overflow: auto;
    padding: 16px;
    resize: none;
    transition: .1s ease-out;
    width: 100%
}

.e-richtexteditor img::-moz-selection {
    background: transparent;
    color: transparent
}

.e-richtexteditor img::selection {
    background: transparent;
    color: transparent
}

.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-rte-linkcontent .e-rte-label {
    padding-top: 20px
}

.e-rte-label label {
    font-weight: 400
}

.e-rte-linkcontent .e-rte-label:first-child {
    padding-top: 0
}

.e-bigger .e-rte-dropdown-popup ul {
    min-width: 84px
}

@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: 700;
    height: 40px;
    line-height: 40px
}

.e-rte-dropdown-popup ul .e-item.e-h2 {
    font-size: 1.5em;
    font-weight: 700;
    height: 40px;
    line-height: 40px
}

.e-rte-dropdown-popup ul .e-item.e-h3 {
    font-size: 1.16em;
    font-weight: 700
}

.e-rte-dropdown-popup ul .e-item.e-h4 {
    font-size: 1em;
    font-weight: 700
}

.e-rte-dropdown-popup ul .e-item.e-h5 {
    font-size: .83em;
    font-weight: 700
}

.e-rte-dropdown-popup ul .e-item.e-h6 {
    font-size: .7em;
    font-weight: 700
}

.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-content .e-content .e-imgbreak {
    display: block;
    margin: 5px auto
}

.e-rte-content .e-content .e-imgbreak,.e-rte-image {
    border: 0;
    cursor: pointer;
    float: none;
    max-width: 100%;
    position: relative
}

.e-rte-image {
    display: "";
    margin: auto
}

.e-rte-content .e-content .e-imginline {
    display: inline-block;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
    vertical-align: bottom
}

.e-rte-content .e-content .e-imgcenter {
    cursor: pointer;
    display: block;
    float: none;
    margin: 5px auto;
    max-width: 100%;
    position: relative
}

.e-rte-content .e-content .e-imgleft {
    float: left;
    margin: 0 5px 0 0;
    text-align: left
}

.e-rte-content .e-content .e-imgright {
    float: right;
    margin: 0 0 0 5px;
    text-align: right
}

.e-rte-img-popup .e-item {
    height: 106px;
    width: 300px
}

.e-richtexteditor .e-content .e-img-caption {
    display: inline-block;
    margin: 5px auto;
    max-width: 100%;
    position: relative
}

.e-richtexteditor .e-img-caption.e-caption-inline {
    display: inline-block;
    margin: 5px;
    max-width: calc(100% - (2 * 5px));
    position: relative;
    text-align: center;
    vertical-align: bottom
}

.e-richtexteditor .e-img-caption.e-caption-inline.e-imgcenter,.e-richtexteditor .e-img-caption.e-imgcenter {
    display: block
}

.e-richtexteditor .e-img-inner {
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    opacity: .9;
    position: relative;
    text-align: center;
    width: 100%
}

.e-richtexteditor .e-content .e-img-wrap {
    display: inline-block;
    margin: auto;
    padding: 0;
    width: 100%
}

.e-richtexteditor .e-rte-content .e-content .e-img-caption .e-rte-image.e-imgleft,.e-richtexteditor .e-rte-content .e-content .e-img-caption .e-rte-image.e-imgright {
    float: none;
    margin: 0
}

.e-richtexteditor .e-linkheader {
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;
    font-size: 15px;
    opacity: .87;
    padding-bottom: 20px;
    padding-top: 20px
}

.e-richtexteditor .e-rte-img-dialog .e-rte-label {
    padding-top: 20px
}

.e-richtexteditor .e-rte-img-dialog .e-rte-label:first-child {
    padding-top: 0
}

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons {
    margin-top: 0
}

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
    border-bottom: 0 solid transparent;
    min-height: 0
}

.e-richtexteditor .e-img-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 {
    border-top: 0 solid transparent
}

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-file-select-wrap {
    display: none
}

.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload {
    border: 0 solid transparent;
    float: none
}

.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn {
    display: block;
    height: 36px;
    margin: -50px auto;
    padding: 0 18px
}

.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn {
    display: none
}

.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea {
    line-height: 10;
    min-height: 50px;
    position: relative
}

.e-richtexteditor .e-dialog .e-img-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 {
    line-height: 4
}

.e-richtexteditor .e-rte-inline-dropdown ul {
    max-height: 200px;
    overflow-y: auto
}

.e-richtexteditor .e-rte-dropdown-popup.e-rte-dropdown-items ul {
    max-height: 280px;
    overflow-y: auto
}

.e-richtexteditor .e-bigger .e-rte-dropdown-popup.e-rte-dropdown-items ul {
    max-height: 360px;
    overflow-y: auto
}

.e-richtexteditor .e-rte-inline-dropdown.e-rte-backgroundcolor-dropdown,.e-richtexteditor .e-rte-inline-dropdown.e-rte-fontcolor-dropdown {
    line-height: 0
}

.e-richtexteditor .e-rte-inline-dropdown .e-rte-color-content .e-rte-elements {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    line-height: 1;
    padding-bottom: 1px
}

.e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open {
    border-radius: 0;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.26);
    font-size: 14px;
    font-weight: 400;
    min-width: 120px;
    overflow: hidden;
    padding: 10px
}

.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-tablecell {
    border: 1px solid #bdbdbd;
    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 {
    height: 16px
}

.e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn {
    width: 100%
}

.e-richtexteditor .e-rte-edit-table .e-rte-field {
    padding-top: 20px
}

.e-richtexteditor .e-rte-edit-table .e-rte-field:first-child {
    padding-top: 0
}

.e-richtexteditor .e-rte-content .e-content table {
    border-collapse: collapse;
    empty-cells: show
}

.e-richtexteditor .e-rte-content .e-content table td,.e-richtexteditor .e-rte-content .e-content table th {
    border: 1px solid #bdbdbd;
    height: 20px;
    min-width: 20px;
    padding: 2px 5px;
    vertical-align: middle
}

.e-richtexteditor .e-rte-content .e-content table.e-dashed-border td,.e-richtexteditor .e-rte-content .e-content table.e-dashed-border th {
    border-style: dashed
}

.e-richtexteditor .e-rte-content .e-content table td.e-cell-select,.e-richtexteditor .e-rte-content .e-content table th.e-cell-select {
    border: 1px double #0478d7;
    height: 24.67px
}

.e-richtexteditor span.e-table-box {
    cursor: nwse-resize;
    display: block;
    height: 10px;
    position: absolute;
    width: 10px
}

.e-richtexteditor span.e-table-box.e-rmob {
    height: 14px;
    width: 14px
}

.e-richtexteditor .e-column-resize,.e-richtexteditor .e-row-resize {
    background-color: transparent;
    background-repeat: repeat;
    bottom: 0;
    cursor: col-resize;
    height: 1px;
    overflow: visible;
    position: absolute;
    width: 1px
}

.e-richtexteditor .e-row-resize {
    cursor: row-resize;
    height: 1px
}

.e-richtexteditor .e-upload .e-upload-files .e-upload-file-list .e-file-container {
    margin-right: 50px
}

.e-richtexteditor .e-rte-upload-popup {
    width: 250px
}

.e-richtexteditor .e-rte-dialog-upload .e-upload-files {
    border-top: 0
}

.e-richtexteditor .e-rte-dialog-upload .e-upload-files .e-upload-file-list {
    border-bottom: 0
}

.e-richtexteditor.e-rte-readonly .e-rte-toolbar {
    pointer-events: none
}

.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-bigger .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn,.e-bigger .e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn,.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 {
    overflow: hidden
}

.e-rte-quick-popup .e-rte-quick-toolbar {
    border-radius: 2px;
    min-height: 42px
}

.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow,.e-rte-quick-popup .e-rte-quick-toolbar .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) {
    border-radius: 2px;
    margin: 0 6px;
    min-height: 42px
}

.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 6px;
    min-height: 42px
}

.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 6px
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
    line-height: 20px
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) .e-icons {
    min-width: 24px
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn,.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover {
    min-height: 26px;
    min-width: 27px;
    padding: 0
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
    font-size: 16px
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-background-color.e-icons:before {
    display: inline
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret {
    font-size: 10px
}

.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn {
    line-height: 24px;
    margin: 4px 0;
    padding: 1px 0
}

.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) {
    font-size: 14px;
    margin-left: -3px
}

.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret {
    font-size: 10px;
    width: 12px
}

.e-rte-quick-popup.e-hide {
    display: block;
    visibility: hidden
}

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar {
    min-height: 48px
}

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) {
    margin: 0 6px;
    min-height: 48px
}

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
    margin: 0 6px;
    min-height: 48px;
    min-width: 36px;
    padding: 0
}

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
    line-height: normal
}

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn,.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover {
    min-height: 34px;
    min-width: 39px;
    padding: 0
}

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin: 0 6px
}

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn.e-btn.e-control {
    height: 34px;
    line-height: normal;
    margin: 0;
    min-height: 34px;
    min-width: 39px
}

.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
    font-size: 18px
}

.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn {
    line-height: 33px;
    margin: 4px 0;
    padding: 0
}

.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) {
    font-size: 16px
}

.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret {
    font-size: 12px;
    width: 20px
}

.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
    display: flex;
    padding-left: 0;
    padding-right: 0
}

.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover {
    padding-left: 0;
    padding-right: 0
}

.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover {
    padding-bottom: 0;
    padding-top: 0
}

.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content {
    position: relative;
    vertical-align: middle;
    width: 30px
}

.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    line-height: 1;
    padding-bottom: 1px
}

.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content:after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 0
}

.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    min-width: 18px;
    text-align: center;
    width: 18px
}

.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon,.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon {
    min-width: 20px;
    width: 20px
}

.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: .5;
    position: absolute;
    top: 0;
    width: 100%
}

.e-bigger .e-rte-table-popup.e-popup-open .e-rte-tablecell {
    height: 16px;
    width: 16px
}

.e-bigger .e-rte-table-popup.e-popup-open .e-rte-table-row {
    height: 18px
}

.e-table-rhelper {
    cursor: col-resize;
    opacity: .87;
    position: absolute
}

.e-table-rhelper.e-column-helper {
    width: 1px
}

.e-table-rhelper.e-row-helper {
    height: 1px
}

.e-reicon:before {
    border-right: 6px solid;
    right: 4px
}

.e-reicon:after,.e-reicon:before {
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 4px;
    width: 20px
}

.e-reicon:after {
    border-left: 6px solid;
    left: 4px;
    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-rte-dialog-minheight {
    min-height: 296px
}

.e-bigger.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor,.e-bigger .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor,.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
    background-size: 700px 190px;
    min-height: 190px
}

.e-richtexteditor .e-rte-content .e-content table.e-rte-table-border {
    border: 1px solid #bdbdbd;
    border-collapse: separate
}

/*! tab layout */
.e-richtexteditor .e-rte-toolbar {
    border: 1px solid rgba(0,0,0,.12);
    border-bottom: 0
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus {
    background: rgba(0,0,0,.12);
    border: 0
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons {
    color: #000
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active {
    background: hsla(0,0%,72.2%,.9584);
    border-color: inherit
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-rte-dropdown-btn-text {
    color: #000
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:after {
    background: transparent
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-caret:active.e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-color-content:active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-caret:active.e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-color-content:active .e-icons {
    color: #000
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover {
    background: rgba(0,0,0,.04)
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:hover {
    background: rgba(0,0,0,.12)
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:focus,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:focus {
    background: rgba(0,0,0,.24)
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:active {
    background: rgba(0,0,0,.36)
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:hover {
    background: rgba(0,0,0,.12)
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:focus,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:focus {
    background: rgba(0,0,0,.24)
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:active {
    background: rgba(0,0,0,.36)
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active {
    background: rgba(0,0,0,.36);
    border: 0
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-caret:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-color-content:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content:after,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-caret:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-color-content:hover {
    background: transparent
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:active .e-icons {
    color: #000
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
    color: rgba(0,0,0,.26)
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-active {
    background: hsla(0,0%,72.2%,.9584)
}

.e-richtexteditor .e-rte-toolbar.e-rte-tb-float {
    border: 1px solid rgba(0,0,0,.12)
}

.e-richtexteditor .e-rte-toolbar.e-tb-static {
    border-bottom: 1px solid rgba(0,0,0,.12)
}

.e-richtexteditor .e-toolbar-wrapper+.e-rte-toolbar:not(.e-rte-tb-float) {
    border: 0
}

.e-richtexteditor .e-rte-content,.e-richtexteditor .e-source-content {
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    color: #333
}

.e-richtexteditor .e-rte-content .e-content blockquote,.e-richtexteditor .e-source-content .e-content blockquote {
    border-left: 2px solid #333
}

.e-richtexteditor .e-rte-content .e-content .e-img-focus:not(.e-resize),.e-richtexteditor .e-source-content .e-content .e-img-focus:not(.e-resize) {
    border: 2px solid #4a90e2
}

.e-richtexteditor .e-rte-content .e-content a,.e-richtexteditor .e-source-content .e-content a {
    color: #2e2ef1
}

.e-richtexteditor.e-rte-resize {
    background: #fff
}

.e-richtexteditor .e-input.e-img-link.e-error,.e-richtexteditor .e-input.e-rte-linkurl.e-error {
    color: red
}

.e-richtexteditor.e-rte-full-screen {
    background: #fff
}

.e-richtexteditor.e-rte-inline .e-rte-content {
    border: 0
}

.e-richtexteditor.e-rte-tb-expand {
    border: 1px solid rgba(0,0,0,.12)
}

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar {
    border: 0
}

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
    border: 0;
    border-bottom: 0
}

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-expand-open+.e-rte-content {
    border-top: 0
}

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float {
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-right: 1px solid rgba(0,0,0,.12);
    border-top: 1px solid rgba(0,0,0,.12)
}

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open {
    border-bottom: 1px solid #fafafa
}

.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open .e-toolbar-extended {
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-right: 1px solid rgba(0,0,0,.12)
}

.e-richtexteditor.e-rte-tb-expand .e-rte-content,.e-richtexteditor.e-rte-tb-expand .e-source-content {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-top: 1px solid rgba(0,0,0,.12)
}

.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-rte-content,.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-source-content {
    border-bottom: 0
}

.e-rte-quick-popup {
    border: 0;
    border-radius: 2px;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-rte-quick-popup .e-rte-quick-toolbar {
    background: #fff;
    border: 0
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items {
    background: #fff
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator {
    border: .5px solid rgba(0,0,0,.05)
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn {
    background: #fff;
    border: 0
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover {
    background: rgba(0,0,0,.12);
    border-color: #fff
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:focus {
    background: rgba(0,0,0,.12)
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active {
    background: rgba(0,0,0,.12);
    border-color: #fff
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons {
    color: #000
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn,.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus {
    background: rgba(0,0,0,.12);
    border: 0
}

.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons,.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons,.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons,.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons {
    color: #000
}

.e-rte-quick-popup .e-rte-dropdown-btn {
    background: #fff;
    border-color: #fff
}

.e-rte-quick-popup .e-rte-dropdown-btn:focus,.e-rte-quick-popup .e-rte-dropdown-btn:hover {
    background: rgba(0,0,0,.12)
}

.e-rte-quick-popup .e-rte-dropdown-btn:hover {
    border-color: #fff
}

.e-dialog .e-img-uploadwrap .e-droptext {
    border: 2px dashed rgba(0,0,0,.12);
    border-radius: 4px;
    color: rgba(0,0,0,.38);
    display: block;
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;
    font-size: 14px;
    height: 185px;
    margin: 0 auto;
    text-align: center;
    width: 300px
}

.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
    height: 66px;
    margin: 0 auto;
    width: 168px
}

.e-linkheader {
    color: rgba(0,0,0,.87)
}

.e-rte-img-popup.e-popup {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    color: #000;
    padding: 10px
}

.e-rte-content .e-content img:not(.e-resize) {
    z-index: 1000
}

span.e-rte-imageboxmark {
    background: #4a90e2;
    border: 1px solid #fff;
    display: block;
    height: 10px;
    position: absolute;
    width: 10px;
    z-index: 1000
}

.e-mob-rte span.e-rte-imageboxmark {
    background: #fff;
    border: 1px solid #4a90e2;
    border-radius: 15px;
    height: 20px;
    width: 20px
}

.e-mob-rte.e-mob-span span.e-rte-imageboxmark {
    background: #4a90e2;
    border: 1px solid #fff
}

.e-rte-content .e-content img.e-resize {
    z-index: 1000
}

.e-disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-disabled .e-rte-toolbar .e-toolbar-item {
    cursor: default
}

.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,.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .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-dropdown-btn.e-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-tbar-btn.e-icon-btn:hover {
    background: transparent;
    cursor: default
}

.e-dropdown-popup ul .e-item.e-active {
    background-color: #bdbdbd;
    color: rgba(0,0,0,.87)
}

.e-popup-overlay {
    background-color: #383838
}

.e-rte-toolbar.e-extended-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn {
    color: rgba(0,0,0,.26)
}

.e-rte-table-popup .e-span-border {
    border: 1px solid rgba(0,0,0,.12);
    display: block;
    margin-bottom: 8px;
    margin-top: 12px
}

.e-rte-table-popup .e-rte-popup-header {
    color: rgba(0,0,0,.87);
    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: #fff
}

.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-active {
    background-color: rgba(255,102,0,.2);
    border: 1px solid #f60
}

.e-richtexteditor .e-rte-content .e-content table.e-alternate-border tbody tr:nth-child(2n) {
    background-color: #f5f5f5
}

.e-richtexteditor .e-rte-content .e-content table th {
    background-color: #e0e0e0
}

.e-rte-table-popup.e-popup.e-popup-open {
    background-color: #fff;
    color: #000
}

span.e-table-box {
    background-color: #fff;
    border: 1px solid #bdbdbd
}

span.e-table-box.e-rbox-select {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd
}

.e-table-rhelper {
    background-color: #f60
}

.e-rte-dialog-upload.e-upload.e-lib.e-keyboard {
    background: #fff
}

.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons,.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:active .e-icons,.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons,.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons {
    color: #000
}

/*! Material theme definitions and variables */
/*! Value element styles */
/*! Tooltip styles */
/*! Tip Content styles */
/*! Title styles */
/*! Wrapper styles */
/*! Component group styles */
/*! Button styles */
/*! inplaceeditor icons */
.e-inplaceeditor-tip .e-save-icon:before,.e-inplaceeditor .e-save-icon:before {
    content: "\e614"
}

.e-inplaceeditor-tip .e-cancel-icon:before,.e-inplaceeditor .e-cancel-icon:before {
    content: "\eb36"
}

.e-inplaceeditor-tip .e-editable-overlay-icon:before,.e-inplaceeditor .e-editable-overlay-icon:before {
    content: "\e891"
}

/*! inplaceeditor layout */
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
    padding: 8px
}

.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
    font-size: 14px;
    margin: 0 30px 0 0
}

.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
    right: 8px;
    width: 20px
}

.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon:before,.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon:before {
    font-size: 16px
}

.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-save,.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-save {
    margin: 0 4px 0 0
}

.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-cancel {
    margin: 0 0 0 4px
}

.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value,.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-value {
    margin: 0 0 0 30px
}

.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon,.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon {
    left: 8px;
    right: auto
}

.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-save {
    margin: 0 0 0 4px
}

.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-cancel {
    margin: 0 4px 0 0
}

.e-inplaceeditor,.e-inplaceeditor .e-editable-value-wrapper {
    display: inline-block;
    position: relative;
    width: auto
}

.e-inplaceeditor .e-editable-value-wrapper {
    padding: 6px 8px
}

.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 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.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-action-buttons {
    margin-top: 4px;
    position: absolute;
    right: 0;
    z-index: 100
}

.e-inplaceeditor.e-overlay {
    -webkit-user-select: none;
    -moz-user-select: none;
    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-action-buttons {
    left: 0;
    right: auto
}

.e-bigger .e-inplaceeditor,.e-bigger .e-inplaceeditor-tip,.e-inplaceeditor-tip.e-bigger,.e-inplaceeditor.e-bigger {
    width: auto
}

.e-bigger .e-inplaceeditor-tip .e-input-group+.e-editable-loading .e-spinner-inner,.e-bigger .e-inplaceeditor .e-input-group+.e-editable-loading .e-spinner-inner,.e-inplaceeditor-tip.e-bigger .e-input-group+.e-editable-loading .e-spinner-inner,.e-inplaceeditor.e-bigger .e-input-group+.e-editable-loading .e-spinner-inner {
    top: 45%
}

.e-inplaceeditor-tip .e-input-group+.e-editable-loading .e-spinner-inner,.e-inplaceeditor .e-input-group+.e-editable-loading .e-spinner-inner {
    top: 35%
}

.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor)+.e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,.e-inplaceeditor .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-tip .e-editable-loading,.e-inplaceeditor .e-editable-loading {
    display: none;
    min-height: 100%;
    position: absolute;
    top: 0
}

.e-inplaceeditor-tip .e-editable-loading.e-show,.e-inplaceeditor .e-editable-loading.e-show {
    display: block
}

.e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,.e-inplaceeditor .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
    left: auto;
    right: 5px;
    transform: translateX(-30%) translateY(-50%)
}

.e-inplaceeditor-tip .e-editable-form,.e-inplaceeditor .e-editable-form {
    width: 100%
}

.e-inplaceeditor-tip .e-editable-form.e-loading .e-input-group-icon,.e-inplaceeditor .e-editable-form.e-loading .e-input-group-icon {
    visibility: hidden
}

.e-inplaceeditor-tip .e-component-group,.e-inplaceeditor .e-component-group {
    margin-bottom: 4px
}

.e-inplaceeditor-tip .e-component-group .e-editable-component,.e-inplaceeditor .e-component-group .e-editable-component {
    min-width: 150px;
    position: relative
}

.e-inplaceeditor-tip .e-control-overlay,.e-inplaceeditor .e-control-overlay {
    visibility: hidden
}

.e-inplaceeditor-tip .e-control-overlay.e-richtexteditor,.e-inplaceeditor .e-control-overlay.e-richtexteditor {
    opacity: .5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    visibility: visible
}

.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save,.e-inplaceeditor .e-editable-action-buttons .e-btn-save {
    margin: 0 4px 0 0
}

.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons,.e-inplaceeditor .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons {
    font-size: 16px
}

.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel,.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel {
    margin: 0 0 0 4px
}

.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons,.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons {
    font-size: 16px
}

.e-inplaceeditor-tip .e-editable-action-buttons.e-hide,.e-inplaceeditor .e-editable-action-buttons.e-hide {
    visibility: hidden
}

.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-save,.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save {
    margin: 0 0 0 4px
}

.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-cancel,.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel {
    margin: 0 4px 0 0
}

.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper,.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
    padding: 16px
}

.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title+.e-editable-wrapper,.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title+.e-editable-wrapper {
    padding: 10px 16px 16px
}

.e-bigger .e-inplaceeditor-tip .e-editable-title,.e-inplaceeditor-tip.e-bigger .e-editable-title {
    font-size: 14px;
    min-height: 36px;
    padding: 0 0 0 12px
}

.e-bigger .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title,.e-inplaceeditor-tip.e-bigger.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
    padding: 0 12px 0 0
}

.e-inplaceeditor-tip {
    opacity: 1;
    width: auto
}

.e-inplaceeditor-tip.e-tooltip-wrap {
    max-width: 100%
}

.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-title+.e-editable-wrapper {
    padding: 10px 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-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
    background-size: 150px 60px;
    min-height: 60px
}

.e-bigger.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor,.e-bigger .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
    background-size: 150px 70px;
    min-height: 70px
}

/*! inplaceeditor theme */
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
    border-bottom: 1px dashed rgba(0,0,0,.87);
    color: rgba(0,0,0,.87)
}

.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
    color: rgba(0,0,0,.54)
}

.e-inplaceeditor .e-editable-value-wrapper:hover {
    background: #f5f5f5;
    border-radius: 2px
}

.e-inplaceeditor .e-editable-value-wrapper: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.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-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn,.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn,.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn {
    background-color: "";
    border: "";
    box-shadow: ""
}

.e-inplaceeditor-tip .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 .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons,.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons {
    color: rgba(0,0,0,.54)
}

.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover,.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active,.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus,.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover,.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active,.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus,.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover {
    background-color: "";
    border: ""
}

.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons,.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons,.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons {
    color: ""
}

.e-inplaceeditor-tip.e-tooltip-wrap {
    background: #fff;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content {
    border-radius: 2px;
    color: rgba(0,0,0,.87)
}

.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-inner {
    color: #fff
}

.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
    border-bottom-color: #bdbdbd
}

.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom {
    border-top-color: #bdbdbd
}

.e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
    border: 1px solid #bdbdbd
}

.e-inplaceeditor-tip.e-tooltip-wrap .e-editable-title {
    background: #eee;
    border-bottom: 0;
    color: rgba(0,0,0,.87)
}

.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
    border-bottom-color: #bdbdbd
}

.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
    color: #eee
}

.e-query-builder .e-collapse-rule:before {
    content: "\e907"
}

.e-query-builder {
    border: 1px solid;
    border-radius: 0;
    height: auto;
    width: auto
}

.e-query-builder .e-multiselect .e-qb-spinner .e-spinner-inner {
    left: auto;
    right: 5px
}

.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-qb-toggle.e-btn.e-small {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-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-bigger.e-device .e-group-body .e-rule-container .e-rule-delete,.e-query-builder.e-rtl.e-bigger .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete {
    padding-left: 0
}

.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-group-header .e-group-action .e-btn,.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: none
}

.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: -15px
}

.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: none
}

.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-btn-group {
    border: none;
    box-shadow: 0 1px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    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-group-action {
    display: inline-block;
    margin-top: 0
}

.e-query-builder .e-group-header .e-deletegroup,.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn {
    margin-bottom: 2px
}

.e-query-builder .e-group-header button.e-button-hide {
    display: none
}

.e-query-builder .e-group-header.e-btn.e-small.e-round {
    box-shadow: none
}

.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 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 0 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 #d3d3d3;
    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: 2px;
    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 {
    padding: 12px 0 12px 12px;
    width: auto
}

.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),.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-numeric: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-multi-select-wrapper,.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multiselect {
    max-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 {
    display: inline-block;
    margin-left: 12px
}

.e-query-builder .e-group-body .e-rule-container button.e-button-hide {
    display: none
}

.e-query-builder .e-group-body .e-horizontal-mode .e-rule-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-delete.e-btn.e-small.e-round,.e-query-builder .e-group-body .e-rule-field.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-dropdown-btn {
    box-shadow: 0 2px 6px #d3d3d3
}

.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-filter {
    padding: 16px
}

.e-query-builder.e-device .e-removerule.e-rule-delete {
    box-shadow: none
}

.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper,.e-query-builder.e-device .e-group-body .e-rule-container .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-delete-icon:before {
    content: ""
}

.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,.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-device .e-rule-list .e-rule-container .e-operator,.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-value-delete,.e-query-builder.e-device .e-rule-list .e-rule-container .e-value,.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-rule-filter,.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-value-delete,.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-value {
    padding: 16px 0 0 16px
}

.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-inner.e-tip-bottom,.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom {
    border-top: 8px solid
}

.e-dropdown-popup .e-addgroup {
    float: right
}

.e-dropdown-popup ul .e-item.e-button-hide {
    display: none
}

.e-addgroup.e-add-icon:before,.e-addrule.e-add-icon:before,.e-query-builder .e-add-icon:before {
    content: ""
}

.e-bigger.e-query-builder .e-group-container,.e-bigger .e-query-builder .e-group-container,.e-query-builder.e-device .e-group-container {
    padding: 16px
}

.e-bigger.e-query-builder .e-rule-list>.e-group-container,.e-bigger .e-query-builder .e-rule-list>.e-group-container,.e-query-builder.e-device .e-rule-list>.e-group-container {
    padding: 0
}

.e-bigger.e-query-builder .e-rule-list>.e-rule-container:not(:first-child):before,.e-bigger .e-query-builder .e-rule-list>.e-rule-container:not(:first-child):before,.e-query-builder.e-device .e-rule-list>.e-rule-container:not(:first-child):before {
    height: calc(50% + 12px)
}

.e-bigger.e-query-builder .e-rule-list>.e-group-container:first-child,.e-bigger .e-query-builder .e-rule-list>.e-group-container:first-child,.e-query-builder.e-device .e-rule-list>.e-group-container:first-child {
    margin-top: 0
}

.e-bigger.e-query-builder .e-rule-list>:before,.e-bigger .e-query-builder .e-rule-list>:before,.e-query-builder.e-device .e-rule-list>:before {
    top: -12px
}

.e-bigger.e-query-builder .e-group-action .e-btn,.e-bigger .e-query-builder .e-group-action .e-btn,.e-query-builder.e-device .e-group-action .e-btn {
    margin-left: 16px
}

.e-bigger.e-query-builder .e-rule-list>:first-child:before,.e-bigger .e-query-builder .e-rule-list>:first-child:before,.e-query-builder.e-device .e-rule-list>:first-child:before {
    top: -16px
}

.e-bigger.e-query-builder .e-rule-list,.e-bigger .e-query-builder .e-rule-list,.e-query-builder.e-device .e-rule-list {
    padding: 16px 0 0
}

.e-bigger.e-query-builder .e-rule-list .e-group-container,.e-bigger .e-query-builder .e-rule-list .e-group-container,.e-query-builder.e-device .e-rule-list .e-group-container {
    margin-top: 16px
}

.e-bigger.e-query-builder .e-group-body,.e-bigger .e-query-builder .e-group-body,.e-query-builder.e-device .e-group-body {
    padding-left: 24px
}

.e-bigger.e-query-builder .e-group-body .e-rule-container,.e-bigger .e-query-builder .e-group-body .e-rule-container,.e-query-builder.e-device .e-group-body .e-rule-container {
    margin-top: 0;
    padding-right: 16px
}

.e-bigger.e-query-builder .e-group-body .e-rule-container.e-vertical-mode,.e-bigger .e-query-builder .e-group-body .e-rule-container.e-vertical-mode,.e-query-builder.e-device .e-group-body .e-rule-container.e-vertical-mode {
    width: auto
}

.e-bigger.e-query-builder .e-group-body .e-rule-container.e-separate-rule,.e-bigger .e-query-builder .e-group-body .e-rule-container.e-separate-rule,.e-query-builder.e-device .e-group-body .e-rule-container.e-separate-rule {
    margin-top: 16px
}

.e-bigger.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete,.e-bigger .e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete,.e-bigger.e-query-builder .e-group-body .e-rule-delete,.e-bigger .e-query-builder .e-group-body .e-rule-delete,.e-query-builder.e-device .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete,.e-query-builder.e-device .e-group-body .e-rule-delete {
    margin-bottom: 16px;
    padding-right: 0;
    right: 0
}

.e-bigger.e-query-builder .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete,.e-bigger .e-query-builder .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete,.e-query-builder.e-device .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete {
    margin-bottom: 0
}

.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete,.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete,.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-delete {
    display: inline-block;
    margin-left: 8px
}

.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter,.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter,.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator,.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator,.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value,.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-value,.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete,.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete,.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-filter,.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-operator,.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-value,.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-value-delete {
    display: inline-block
}

.e-bigger.e-query-builder .e-group-body .e-rule-value.e-hide,.e-bigger .e-query-builder .e-group-body .e-rule-value.e-hide,.e-query-builder.e-device .e-group-body .e-rule-value.e-hide {
    display: none
}

.e-bigger.e-query-builder .e-group-body .e-rule-value.e-show,.e-bigger .e-query-builder .e-group-body .e-rule-value.e-show,.e-query-builder.e-device .e-group-body .e-rule-value.e-show {
    display: inline-block
}

.e-bigger.e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round,.e-bigger .e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round,.e-bigger.e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round,.e-bigger .e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round,.e-query-builder.e-device .e-group-body .e-rule-delete.e-btn.e-small.e-round,.e-query-builder.e-device .e-group-body .e-rule-field.e-btn.e-small.e-round {
    box-shadow: none
}

.e-bigger.e-query-builder .e-summary-text,.e-bigger .e-query-builder .e-summary-text,.e-query-builder.e-device .e-summary-text {
    font-size: 16px;
    line-height: 1.5em;
    padding: 16px
}

.e-bigger.e-query-builder .e-summary-btndiv,.e-bigger .e-query-builder .e-summary-btndiv,.e-query-builder.e-device .e-summary-btndiv {
    padding: 8px 0 5px 8px;
    text-align: right
}

.e-device .e-rule-value {
    width: 100%
}

.e-bigger .e-group-body .e-rule-container .e-operator,.e-bigger .e-group-body .e-rule-container .e-rule-filter,.e-bigger .e-group-body .e-rule-container .e-value {
    padding: 16px 0 16px 16px
}

.e-query-builder {
    background-color: #fff
}

.e-query-builder,.e-query-builder .e-group-header .e-btn-group {
    border-color: #e0e0e0
}

.e-query-builder .e-group-container {
    border-color: #d3d3d3
}

.e-query-builder .e-rule-container {
    background-color: #fff;
    border-color: #d3d3d3
}

.e-query-builder .e-rule-container.e-joined-rule {
    border-top-color: #e0e0e0
}

.e-query-builder .e-rule-list .e-group-container {
    background-color: #fff
}

.e-query-builder .e-rule-list>:after,.e-query-builder .e-rule-list>:before {
    border-color: #e0e0e0
}

.e-query-builder .e-btn-group .e-btn.e-qb-toggle.e-active-toggle,.e-query-builder .e-btn-group input:checked+label.e-btn {
    background: #f60;
    border-color: #f60;
    color: #fff
}

.e-query-builder .e-removerule.e-btn.e-round {
    background-color: #fff
}

.e-query-builder .e-collapse-rule,.e-query-builder .e-summary-content textarea {
    background-color: #fff;
    color: rgba(0,0,0,.87)
}

.e-query-builder .e-collapse-rule {
    border-color: rgba(0,0,0,.12)
}

.e-query-builder .e-collapse-rule:active,.e-query-builder .e-collapse-rule:focus,.e-query-builder .e-collapse-rule:hover {
    background-color: #e0e0e0
}

.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error,.e-tooltip-wrap.e-querybuilder-error {
    background-color: #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-inner.e-tip-bottom,.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.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-badge {
    background: #fafafa;
    border-color: transparent;
    border-radius: .25em;
    box-shadow: 0 0 0 2px transparent;
    box-sizing: border-box;
    color: rgba(0,0,0,.87);
    display: inline-block;
    font-family: Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",-apple-system,BlinkMacSystemFont;
    font-size: .75em;
    font-weight: 500;
    line-height: 1;
    overflow: hidden;
    padding: .25em .4em;
    text-align: center;
    text-indent: 0;
    vertical-align: middle
}

.e-badge,.e-badge:hover {
    text-decoration: none
}

.e-badge.e-badge-pill {
    border-radius: 5em
}

.e-badge.e-badge-notification {
    border-radius: 1em;
    font-size: 12px;
    height: 18px;
    left: 100%;
    line-height: 18px;
    min-width: 24px;
    padding: 0 8px;
    position: absolute;
    top: -10px;
    width: auto
}

.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%;
    box-shadow: 0 0 0 1px #fff;
    height: 6px;
    left: 100%;
    line-height: 1;
    margin: 0;
    min-width: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: -3px;
    width: 6px
}

.e-badge.e-badge-bottom.e-badge-dot {
    bottom: 3px;
    position: absolute;
    top: auto
}

.e-badge.e-badge-bottom.e-badge-notification {
    bottom: -3px;
    position: absolute;
    top: auto
}

button .e-badge {
    line-height: .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),.e-badge.e-badge-secondary:not(.e-badge-ghost):not([href]),.e-badge.e-badge-secondary[href]:not(.e-badge-ghost) {
    background-color: #f60;
    color: #fff
}

.e-badge.e-badge-success:not(.e-badge-ghost):not([href]),.e-badge.e-badge-success[href]:not(.e-badge-ghost) {
    background-color: #4d841d;
    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: #d64113;
    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: #c15700;
    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: #0378d5;
    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: #303030;
    color: #fff
}

.e-badge.e-badge-primary[href]:not(.e-badge-ghost):hover,.e-badge.e-badge-secondary[href]:not(.e-badge-ghost):hover {
    background-color: #cc5200
}

.e-badge.e-badge-success[href]:not(.e-badge-ghost):hover {
    background-color: #355a14
}

.e-badge.e-badge-danger[href]:not(.e-badge-ghost):hover {
    background-color: #a7330f
}

.e-badge.e-badge-warning[href]:not(.e-badge-ghost):hover {
    background-color: #8e4000
}

.e-badge.e-badge-info[href]:not(.e-badge-ghost):hover {
    background-color: #025ca3
}

.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: #171717
}

.e-badge.e-badge-primary[href].e-badge-ghost:hover,.e-badge.e-badge-secondary[href].e-badge-ghost:hover {
    border-color: #b34700;
    color: #b34700
}

.e-badge.e-badge-success[href].e-badge-ghost:hover {
    border-color: #28450f;
    color: #28450f
}

.e-badge.e-badge-danger[href].e-badge-ghost:hover {
    border-color: #902c0d;
    color: #902c0d
}

.e-badge.e-badge-warning[href].e-badge-ghost:hover {
    border-color: #753500;
    color: #753500
}

.e-badge.e-badge-info[href].e-badge-ghost:hover {
    border-color: #024e8a;
    color: #024e8a
}

.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: #0a0a0a;
    color: #0a0a0a
}

.e-badge.e-badge-ghost.e-badge-primary,.e-badge.e-badge-ghost.e-badge-secondary {
    background-color: transparent;
    border: 1px solid #f60;
    color: #f60
}

.e-badge.e-badge-ghost.e-badge-success {
    background-color: transparent;
    border: 1px solid #4d841d;
    color: #4d841d
}

.e-badge.e-badge-ghost.e-badge-danger {
    background-color: transparent;
    border: 1px solid #d64113;
    color: #d64113
}

.e-badge.e-badge-ghost.e-badge-warning {
    background-color: transparent;
    border: 1px solid #c15700;
    color: #c15700
}

.e-badge.e-badge-ghost.e-badge-info {
    background-color: transparent;
    border: 1px solid #0378d5;
    color: #0378d5
}

.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 #303030;
    color: #303030
}

.e-toast .e-toast-close-icon:before {
    content: ""
}

/*! toast layout */
.e-bigger .e-toast-container.e-toast-top-left,.e-toast-container.e-bigger.e-toast-top-left {
    left: 10px;
    top: 10px
}

.e-bigger .e-toast-container.e-toast-bottom-left,.e-toast-container.e-bigger.e-toast-bottom-left {
    bottom: 10px;
    left: 10px
}

.e-bigger .e-toast-container.e-toast-top-right,.e-toast-container.e-bigger.e-toast-top-right {
    right: 10px;
    top: 10px
}

.e-bigger .e-toast-container.e-toast-bottom-right,.e-toast-container.e-bigger.e-toast-bottom-right {
    bottom: 10px;
    right: 10px
}

.e-bigger .e-toast-container.e-toast-bottom-center,.e-toast-container.e-bigger.e-toast-bottom-center {
    bottom: 10px
}

.e-bigger .e-toast-container.e-toast-bottom-center .e-toast,.e-toast-container.e-bigger.e-toast-bottom-center .e-toast {
    margin: 0 auto 10px
}

.e-bigger .e-toast-container.e-toast-top-center,.e-toast-container.e-bigger.e-toast-top-center {
    top: 10px
}

.e-bigger .e-toast-container.e-toast-top-center .e-toast,.e-toast-container.e-bigger.e-toast-top-center .e-toast {
    margin: 0 auto 10px
}

.e-bigger .e-toast-container.e-toast-full-width,.e-toast-container.e-bigger.e-toast-full-width {
    left: 0;
    right: 0
}

.e-bigger .e-toast-container.e-toast-full-width .e-toast,.e-toast-container.e-bigger.e-toast-full-width .e-toast {
    margin: 0 auto 10px
}

.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-message .e-toast-actions,.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-message .e-toast-actions {
    text-align: left
}

.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-message .e-toast-actions>*,.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-message .e-toast-actions>* {
    margin-left: 0;
    margin-right: 10px
}

.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-close-icon,.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-close-icon {
    margin-left: 0;
    margin-right: auto
}

.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-icon,.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-icon {
    margin-left: 14px;
    margin-right: 0
}

.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-progress,.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-progress {
    left: auto;
    right: 0
}

.e-bigger .e-toast-container .e-toast,.e-toast-container.e-bigger .e-toast {
    border-radius: 2px;
    font-size: 14px;
    margin: 0 0 10px;
    min-height: 48px
}

.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content,.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content {
    padding: 14px 0 10px
}

.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content:first-child,.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content:first-child {
    padding: 0
}

.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content:last-child,.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content:last-child {
    padding-bottom: 0
}

.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content+.e-toast-actions,.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content+.e-toast-actions {
    padding: 0
}

.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-actions,.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-actions {
    padding: 10px 0 0;
    text-align: right
}

.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-actions>*,.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-actions>* {
    margin-left: 10px
}

.e-bigger .e-toast-container .e-toast .e-toast-close-icon,.e-toast-container.e-bigger .e-toast .e-toast-close-icon {
    font-size: 14px;
    height: 24px;
    width: 24px
}

.e-bigger .e-toast-container .e-toast .e-toast-icon,.e-toast-container.e-bigger .e-toast .e-toast-icon {
    font-size: 18px;
    height: 24px;
    margin-right: 14px;
    width: 24px
}

.e-bigger .e-toast-container .e-toast .e-toast-progress,.e-toast-container.e-bigger .e-toast .e-toast-progress {
    height: 4px
}

.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: 0;
    margin-right: 10px
}

.e-toast-container.e-rtl .e-toast .e-toast-close-icon {
    margin-left: 0;
    margin-right: auto
}

.e-toast-container.e-rtl .e-toast .e-toast-icon {
    margin-left: 14px;
    margin-right: 0
}

.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-content,.e-toast-container .e-toast .e-toast-message .e-toast-title {
    overflow: hidden;
    text-overflow: ellipsis
}

.e-toast-container .e-toast .e-toast-message .e-toast-content:first-child,.e-toast-container .e-toast .e-toast-message .e-toast-title:first-child {
    padding: 0
}

.e-toast-container .e-toast .e-toast-message .e-toast-content:last-child,.e-toast-container .e-toast .e-toast-message .e-toast-title:last-child {
    padding-bottom: 0
}

.e-toast-container .e-toast .e-toast-message .e-toast-content>*,.e-toast-container .e-toast .e-toast-message .e-toast-title>* {
    overflow: hidden;
    text-overflow: ellipsis
}

.e-toast-container .e-toast .e-toast-message .e-toast-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px
}

.e-toast-container .e-toast .e-toast-message .e-toast-content {
    padding: 14px 0 10px;
    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;
    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: 14px;
    height: 24px;
    justify-content: center;
    margin-left: auto;
    width: 24px;
    opacity: .7
}

.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-bigger.e-content-placeholder.e-toast.e-placeholder-toast,.e-bigger .e-content-placeholder.e-toast.e-placeholder-toast,.e-content-placeholder.e-toast.e-placeholder-toast {
    background-size: 400px 100px;
    min-height: 100px
}

.e-toast-container .e-toast {
    background-color: #303030;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    color: #fff
}

.e-toast-container .e-toast.e-toast-success {
    background-color: #4d831e;
    color: #fff
}

.e-toast-container .e-toast.e-toast-success .e-toast-icon,.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-content,.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-title {
    color: #fff
}

.e-toast-container .e-toast.e-toast-success:hover {
    background-color: #4d831e;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.26);
    color: #fff
}

.e-toast-container .e-toast.e-toast-info {
    background-color: #0677d5;
    color: #fff
}

.e-toast-container .e-toast.e-toast-info .e-toast-icon,.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content,.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title {
    color: #fff
}

.e-toast-container .e-toast.e-toast-info:hover {
    background-color: #0677d5;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.26);
    color: #fff
}

.e-toast-container .e-toast.e-toast-warning {
    background-color: #c15601;
    color: #fff
}

.e-toast-container .e-toast.e-toast-warning .e-toast-icon,.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content,.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title {
    color: #fff
}

.e-toast-container .e-toast.e-toast-warning:hover {
    background-color: #c15601;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.26);
    color: #fff
}

.e-toast-container .e-toast.e-toast-danger {
    background-color: #d74113;
    color: #fff
}

.e-toast-container .e-toast.e-toast-danger .e-toast-icon,.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-content,.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-title {
    color: #fff
}

.e-toast-container .e-toast.e-toast-danger:hover {
    background-color: #d74113;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.26);
    color: #fff
}

.e-toast-container .e-toast:hover {
    background-color: #212121;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.26)
}

.e-toast-container .e-toast .e-toast-close-icon,.e-toast-container .e-toast .e-toast-icon,.e-toast-container .e-toast .e-toast-message .e-toast-content,.e-toast-container .e-toast .e-toast-message .e-toast-title {
    color: #fff
}

.e-toast-container .e-toast .e-toast-progress {
    background-color: #f60
}

.e-toast-container .e-toast .e-toast-actions .e-btn {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #ff944d
}

.e-toast-container .e-toast .e-toast-actions .e-btn:active,.e-toast-container .e-toast .e-toast-actions .e-btn:focus,.e-toast-container .e-toast .e-toast-actions .e-btn:hover {
    background-color: transparent;
    color: #ff944d
}

/*! FileManager's material theme wise override definitions and variables */
.e-filemanager .e-fe-folder-uploaded {
    filter: grayscale(10%) contrast(350%) sepia(100%) hue-rotate(.1deg)
}

.e-filemanager .e-address .e-search-wrap {
    padding: 1px 7px 0 16px
}

.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
    box-shadow: inset 1px 0 0 1px #f60
}

.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:last-child {
    box-shadow: inset -1px 0 0 1px #f60
}

.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell {
    box-shadow: inset 0 2px 0 -1px #f60,inset 0 -2px 0 -1px #f60
}

.e-filemanager .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-filemanager .e-dialog td.e-fe-value {
    white-space: unset;
    word-break: break-word
}

.e-filemanager .e-dialog .e-fe-errorcontent {
    white-space: normal;
    word-break: break-word
}

.e-filemanager .e-dialog .e-fe-icon {
    display: inline-block;
    height: 18px;
    margin: 0 8px -2px 0;
    width: 18px
}

.e-filemanager .e-dialog .e-fe-access-header {
    display: inline-block
}

.e-filemanager .e-dialog .e-fe-retrycontent {
    padding: 16px 0
}

.e-filemanager .e-dialog .e-image {
    height: 100%;
    width: 100%
}

.e-filemanager .e-dialog.e-rtl td {
    padding: 8px 0 8px 24px
}

.e-filemanager .e-dialog.e-rtl .e-fe-icon {
    margin: 0 0 -2px 8px
}

.e-filemanager .e-fe-error {
    font-size: 12px;
    line-height: 1.5
}

.e-filemanager .e-upload {
    border-bottom-width: 0;
    border-top-width: 0
}

.e-filemanager .e-upload .e-file-select-wrap,.e-filemanager .e-upload .e-icons.e-file-delete-btn {
    display: none
}

.e-filemanager .e-upload .e-upload-actions {
    border-bottom: 1px solid
}

.e-filemanager .e-fe-overlay {
    border: 3px dashed #f60
}

.e-filemanager .e-dialog.e-popup.e-dlg-resizable {
    min-height: 200px
}

.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-dropdown-popup ul .e-item .e-fe-dot,.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick {
    font-size: 14px
}

.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item.e-separator {
    margin: 0
}

.e-bigger .e-filemanager.e-fe-mobile .e-dialog td.e-fe-value,.e-filemanager.e-bigger.e-fe-mobile .e-dialog td.e-fe-value,.e-filemanager.e-fe-mobile .e-dialog td.e-fe-value {
    white-space: unset;
    word-break: break-word
}

.e-bigger .e-filemanager .e-grid .e-headercell,.e-filemanager.e-bigger .e-grid .e-headercell {
    height: 36px
}

.e-bigger .e-filemanager .e-grid .e-headertext,.e-filemanager.e-bigger .e-grid .e-headertext {
    font-size: 15px
}

.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-checkbox,.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-checkbox,.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-checkbox,.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-checkbox {
    padding-left: 16px
}

.e-bigger .e-filemanager .e-dialog .e-dlg-header-content,.e-filemanager.e-bigger .e-dialog .e-dlg-header-content {
    padding: 21px
}

.e-bigger .e-filemanager .e-dialog td,.e-filemanager.e-bigger .e-dialog td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    max-width: 205px;
    min-width: 45px;
    padding: 8px 30px 8px 0
}

.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder.e-hover>.e-fullrow {
    border-color: #f60
}

.e-filemanager .e-dialog td {
    color: rgba(0,0,0,.87)
}

.e-filemanager .e-dialog td:first-child {
    color: rgba(0,0,0,.54)
}

.e-filemanager .e-large-icons .e-large-icon.e-hover.e-fe-drop-folder {
    border-color: #f60
}

.e-filemanager .e-large-icons .e-checkbox-wrapper .e-icons.e-check {
    background-color: #f60
}

.e-filemanager .e-fe-error {
    color: #f44336
}

.e-filemanager .e-upload .e-upload-actions {
    border-bottom-color: rgba(0,0,0,.12)
}

.e-filemanager .e-fe-clone .e-fe-content {
    border-color: none
}

.e-filemanager .e-fe-clone .e-fe-count {
    background-color: #f60;
    border-color: #f60
}

.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-dropdown-popup ul .e-item .e-fe-dot,.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick {
    color: #f60
}

.login-panel .login-panel-content {
    top: -6%;
    position: relative
}

.layout-topbar {
    box-shadow: none!important
}

.p-datatable .p-datatable-header {
    background: #fff;
    padding: 0 .5rem .5rem;
    border: solid #fff
}

.p-tabview .p-tabview-panels {
    padding: .5rem 1.25rem 1.25rem
}

.p-formgroup-inline .p-field {
    margin-right: 0!important
}

.p-datatable .p-datatable-tbody>tr>td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px
}

.spinner {
    z-index: 999999!important
}

.p-button:disabled {
    cursor: not-allowed!important
}

.p-blockui-document.p-component-overlay {
    z-index: 999!important
}

.p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border-color: #fff
}

.p-tabmenu .p-tabmenu-nav {
    border: 0
}

.p-formgroup-inline .p-field-checkbox>label,.p-formgroup-inline .p-field-radiobutton>label,.p-formgroup-inline .p-field>label {
    margin-bottom: .5rem!important
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
    box-shadow: 0 0 0 0 #bfcdde
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
    margin-right: .5rem!important
}

.p-tabmenu-nav .p-menuitem-text {
    line-height: 1;
    color: var(--bs-primary)
}

.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions>li>ul>li {
    border-bottom: 1px solid rgba(195,204,221,.3)!important
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    border-color: #eceff4 #eceff4 var(--bs-primary);
    border-bottom-width: 3px;
    background: #fff;
    border-color: #dee2e6 #dee2e6 var(--bs-primary)!important;
    color: #495057
}

.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #fff;
    border-color: #fff #fff var(--bs-primary)!important;
    color: #495057;
    box-shadow: none!important;
    border-bottom-width: 3px
}

.p-tabview .p-tabview-nav li .p-tabview-nav-link {
    transition: box-shadow .65s!important
}

.p-tabview .p-tabview-nav li {
    margin-right: 3px!important
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    padding: .75rem .6rem!important;
    height: 2.8rem!important
}

.layout-breadcrumb .breadcrumb .route-bar-breadcrumb li {
    color: #4c566a;
    font-weight: 600;
    font-size: 16px!important
}

.p-ripple.purple .p-ink {
    background: rgba(#ffc106,.3)!important
}

.box {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 4px;
    box-shadow: 0 2px 1px -1px transparent,0 1px 1px 0 rgba(0,0,0,.03),0 1px 3px 0 rgba(0,0,0,.03)
}

.box-stretched {
    height: 100%
}

.vertical-container {
    margin: 0;
    height: 200px;
    border-radius: 4px
}

.nested-grid .p-col-4 {
    padding-bottom: 1rem
}

.p-dialog .p-dialog-header .p-dialog-title {
    font-size: 1.45rem!important;
    color: var(--bs-primary)!important
}

.p-panel .p-panel-header {
    border: none;
    background: #495772;
    color: #fff;
    font-size: 20px;
    text-align: center!important;
    display: block
}

.email-button {
    padding: .2rem .9rem!important
}

.p-datepicker table td {
    padding: .1rem!important
}

.p-datepicker table {
    font-size: 12px!important;
    margin: 0!important
}

.p-button.p-button-text:enabled:hover,.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover,.p-sidebar .p-sidebar-close:enabled:hover {
    background: #51749e!important;
    color: #f9f9f9!important
}

.p-button.p-button-danger:enabled:focus,.p-buttonset.p-button-danger>.p-button:enabled:focus,.p-splitbutton.p-button-danger>.p-button:enabled:focus {
    box-shadow: 0 0 0 0 #5ea3d7!important;
    border: 0!important
}

.p-tabmenu {
    margin-left: 1rem!important
}

.layout-topbar-actions>li>a i {
    color: var(--bs-primary)!important
}

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    padding: .1rem 1.5rem!important
}

.p-textarea-width {
    width: 100%!important
}

.time-entry-list .p-datatable .p-sortable-column .p-sortable-column-icon {
    margin-left: 0!important
}

.plain-table .p-datatable-thead>tr>th {
    border: 0!important
}

.layout-breadcrumb {
    min-height: 41px!important
}

.p-column-filter-row .p-column-filter-clear-button,.p-column-filter-row .p-column-filter-menu-button {
    margin-left: .5rem
}

.p-column-filter-menu-button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0;
    background: transparent;
    border-radius: 50%;
    transition: background-color .2s,color .2s,box-shadow .2s
}

.p-column-filter-menu-button:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef
}

.p-column-filter-menu-button.p-column-filter-menu-button-open,.p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: #e9ecef;
    color: #495057
}

.p-column-filter-menu-button.p-column-filter-menu-button-active,.p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: #e3f2fd;
    color: #495057
}

.p-column-filter-menu-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #a6d5fa
}

.p-column-filter-clear-button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0;
    background: transparent;
    border-radius: 50%;
    transition: background-color .2s,color .2s,box-shadow .2s
}

.p-column-filter-clear-button:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef
}

.p-column-filter-clear-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #a6d5fa
}

.p-column-filter-overlay {
    background: #fff;
    color: #495057;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    min-width: 12.5rem
}

.p-column-filter-overlay .p-column-filter-row-items {
    padding: .5rem 0
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: .5rem 1rem;
    border: 0;
    color: #495057;
    background: transparent;
    transition: box-shadow .2s;
    border-radius: 0
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    color: #495057;
    background: #e3f2fd
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 .15rem #a6d5fa
}

.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid #dee2e6;
    margin: .25rem 0
}

.p-column-filter-overlay-menu .p-column-filter-operator {
    padding: .5rem 1rem;
    border-bottom: 0;
    color: #495057;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6
}

.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
    margin-bottom: .5rem
}

.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
    margin-top: .5rem
}

.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
    border-bottom: 0
}

.p-column-filter-overlay-menu .p-column-filter-add-rule {
    padding: .5rem 1rem
}

.p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 1rem
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    padding: .3rem 1.5rem!important
}

.dropdown-menu {
    z-index: 1!important
}

.p-component:disabled,p-disabled {
    opacity: .35!important;
    pointer-events: none!important
}

.p-calendar .p-datepicker {
    min-width: 75%!important
}

.p-button.p-button-sm .p-button-icon {
    font-size: .875rem!important;
    padding-right: 4px!important
}

.p-datatable .p-datatable-thead>tr>th {
    position: sticky;
    top: 0
}

@media screen and (max-width: 64em) {
    :host ::ng-deep .p-datatable .p-datatable-thead>tr>th {
        top:0
    }
}

.layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu>li>a i {
    margin-right: -2px!important
}

.layout-wrapper.layout-horizontal .layout-sidebar .layout-menu-container .layout-menu>li>a i.layout-submenu-toggler {
    margin-left: 4px!important
}

.p-datatable-thead>tr>th {
    color: var(--bs-primary)!important
}

.p-component:disabled,p-disabled {
    opacity: .74!important
}

.mobilepayment .p-panel-content {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border-bottom-width: 0!important;
    padding: 15px!important
}

.p-inputswitch .p-inputswitch-slider:before {
    border-radius: 50%!important
}

.p-inputswitch .p-inputswitch-slider {
    border-radius: 30px!important
}

.terms .p-disabled {
    opacity: 1!important;
    line-height: 1.2!important
}

.stax .p-inline-message-text {
    font-size: .8rem!important
}

.surcharge-msg .p-inline-message-text {
    font-size: .9rem!important
}

.layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper .layout-topbar-logo img {
    width: 92%!important;
    height: 50px!important
}

.p-dialog .p-dialog-content {
    padding-top: 2px;
    padding-bottom: 2px
}

.host-btn {
    width: auto!important
}

.hostedPayments .p-datatable .p-datatable-tbody>tr>td {
    padding: 5px!important
}

body {
    overflow-x: hidden!important
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-thumb,::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #d8dee9;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: var(--bs-primary)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #d8dee9
}

a:focus,button:focus,input:focus,li:focus,select:focus,textarea:focus {
    outline: none!important
}

.layout-sidebar .layout-menu-container .layout-menu {
    padding-bottom: 0!important
}

.layout-content {
    padding: 5px 1px 1px!important
}

.clear-search {
    background-color: #eceff4;
    padding: 5px
}

.table-card {
    background: #eceff4
}

.invoice-settings-card {
    height: 55vh;
    min-height: 400px
}

.super-admin-manage {
    font-size: 100px;
    opacity: .1;
    margin: 130px auto auto
}

.p-component {
    font-size: .95rem;
    font-weight: normal !important
}

.clear-search-icon {
    color: #797474;
    font-size: 16px;
    padding: 0
}

.ic-size-10 {
    font-size: 10px
}

.ic-size-11 {
    font-size: 11px
}

.ic-size-12 {
    font-size: 12px
}

.ic-size-13 {
    font-size: 13px
}

.ic-size-14 {
    font-size: 14px
}

.ic-size-15 {
    font-size: 15px!important
}

.ic-size-16 {
    font-size: 16px
}

.ic-size-17 {
    font-size: 17px
}

.ic-size-18 {
    font-size: 18px
}

.ic-size-20 {
    font-size: 20px
}

.ic-size-23 {
    font-size: 23px
}

.ic-size-22 {
    font-size: 22px
}

.ic-size-25 {
    font-size: 25px
}

.ic-size-27 {
    font-size: 27px!important
}

.ic-size-28 {
    font-size: 28px
}

.ic-size-30 {
    font-size: 30px
}

.ic-size-35 {
    font-size: 35px
}

.ic-size-40 {
    font-size: 40px;
    opacity: .3
}

.ic-size-70 {
    font-size: 70px
}

.file-upload {
    position: absolute;
    top: 5px;
    left: 18px;
    z-index: 9999;
    opacity: 0;
    width: 78%;
    height: 81%;
    cursor: pointer;
    padding: 0;
    margin: 0
}

.permissions .p-datatable .p-datatable-thead>tr>th {
    border: 0!important
}

.fb {
    font-weight: 500
}

.fb-normal {
    font-weight: 400
}

.fb-600 {
    font-weight: 600
}

.label-text {
    font-weight: 500;
    color: var(--bs-primary)
}

.label-text-disabled {
    font-weight: 500;
    color: #aabfd9
}

.p-dialog-content .label-text {
    font-weight: 400!important
}

p-tabview .p-tabview.p-component {
    font-weight: 500!important
}

.proposal-summary .p-component {
    font-weight: 500!important;
    margin-bottom: 10px!important
}

.proposal-summary .p-card-title {
    font-weight: 500!important;
    color: #495772;
    margin-bottom: 0
}

.dummyViewer {
    height: 1px;
    width: 1px;
    visibility: hidden
}

.preiewviewer {
    height: calc(100vh - 27px)!important
}

.split-sm-button {
    height: 31px
}

.p-pb-30 {
    padding-bottom: 59px
}

.user-header-img {
    border-radius: 25px;
    zoom:1}

.settings-submenu-img {
    justify-content: flex-start!important;
    font-size: 20px;
    padding-left: 5px
}

.rGrid {
    width: 11%;
    margin-right: 18.1px
}

.miGrid,.rGrid {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #fff;
    height: 65px;
    padding: 5px 10px;
    display: inline-block
}

.miGrid {
    width: 100%
}

.miGrid-cr {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #fff;
    height: 60px;
    padding: 5px 10px;
    display: inline-block;
    width: 100%
}

.chat-label {
    width: 0;
    margin-right: -14px
}

.price {
    font-size: 22px;
    margin-top: 2px
}

.ic-grey {
    color: #aba3a3!important
}

.ic-orange {
    color: #e6e3dd!important
}

.ic-green {
    color: #83cc44!important
}

.ic-purple {
    color: #aa7ca2!important
}

.ic-folder-yellow {
    color: #ffe000!important
}

.ic-light-green {
    color: #96b879
}

.ic-red {
    color: #fa6930!important
}

.ic-solid-red {
    color: #fa3030!important
}

.ic-blue {
    color: var(--bs-primary)!important
}

.ic-white {
    color: #fff!important
}

.ic-yellow {
    color: #f8de22!important
}

.ic-orange {
    color: #f19f69!important
}

.ic-amex {
    color: #0f70ac!important
}

.ic-mc {
    color: #fcb132!important
}

.bg-white {
    background-color: #fff!important
}

.bg-blue {
    background-color: #8fa6c4!important
}

.bg-batch-billing {
    background-color: rgba(120,155,198,.8196078431372549)!important
}

.bg-dark-blue {
    background-color: var(--bs-primary)!important
}

.bg-green {
    background-color: #96b879!important
}

.bg-neon-green {
    background-color: #60c960!important
}

.bg-purple {
    background-color: #aa7ca2!important
}

.bg-orange,.bg-yellow {
    background-color: #efc46d!important
}

.bg-blue-2 {
    background-color: #21445e!important
}

.bg-light-blue {
    background-color: #bfcdde!important
}

.bg-notes {
    background-color: rgba(191,205,222,.3803921568627451)!important
}

.bg-salmon {
    background-color: #de7a5a!important
}

.bg-red {
    background-color: #fa6930!important
}

.doc {
    color: #4d8aed
}

.excel {
    color: #1f7047
}

.folder-file {
    color: #25c532
}

.pdf {
    color: #b30503
}

.word {
    color: #2a5699
}

.imges {
    font-size: 12px
}

.viewer {
    width: calc(88vh - 50px)!important;
    height: calc(87vh - 50px)!important
}

.user-img-app {
    width: 175px;
    height: 175px;
    border-radius: 50%
}

.company-img-app {
    width: 250px;
    height: 125px
}

.notAllowed {
    pointer-events: none!important;
    touch-action: none!important
}

.notAllowed,.notAllowedCursor {
    cursor: not-allowed!important
}


.dotted-border {
    border: 2px dashed #efc46d!important
}

.cursor-hand {
    cursor: pointer
}

.cursor-hand.underline:hover {
    text-decoration: underline
}

.pull-left {
    float: left!important
}

.pull-right {
    float: right!important
}

.clientform-btn-top {
    position: absolute;
    right: 20px;
    top: 10%
}

.required-field-lg:after,.required-field:after {
    color: #d00;
    content: "*";
    position: relative;
    margin-left: 3px
}

.required-field-lg:after {
    font-size: 17px
}

.user-buttons {
    position: absolute;
    right: 2%;
    top: 20%
}

.height-100 {
    height: 100%!important
}

.tooltip-width-425 {
    min-width: 425px!important
}

.tooltip-width-300 {
    min-width: 300px!important
}

.tooltip-width-450 {
    min-width: 450px!important
}

.tooltip-width-800 {
    max-width: 800px!important
}

.tooltip-width-110 {
    min-width: 110px!important
}

.tooltip-width-140 {
    min-width: 140px!important
}

.tooltip-width-220 {
    min-width: 220px!important
}

.tooltip-width-180 {
    min-width: 180px!important
}

.tooltip-width-250 {
    min-width: 250px!important
}

.summary-box-graph {
    opacity: .5
}

.summary-box-graph,.summary-box-graph-payments {
    width: 106%;
    position: relative;
    top: 9px
}

.summary-box-graph-mi {
    width: 100%;
    position: relative;
    top: -33px
}

.p-mb-revenue {
    margin-bottom: -22px
}

.p-mb-ob {
    margin-bottom: -17px
}

.p-mb-payments {
    margin-bottom: -13px
}

.time-expense-salestax {
    padding-bottom: 30px
}

.time-expense-increment {
    padding-bottom: 60px
}

.padding-client-portal {
    padding-bottom: 63px
}

.fa-ban {
    color: #de0202
}

.company-pb {
    padding-bottom: 91px
}

.header-panel {
    font-size: 10px
}

.solo-padding {
    padding-bottom: 161px
}

.pro-padding {
    padding-bottom: 92px
}

.price-font {
    font-size: 30px;
    font-weight: 600
}

.billing-history-box {
    margin-left: 97px;
    padding-right: 18px!important
}

.users-box-padding {
    margin-bottom: 9px
}

.subscription-box {
    background-color: #eceff4;
    box-shadow: none;
    padding: .9em;
    border-radius: 4px
}

.subscription-box-padding {
    padding: 3px 0 8px!important
}

.subscription-users .p-panel-content {
    display: flex!important
}

::-webkit-input-placeholder {
    opacity: .5
}

:-moz-placeholder,::-moz-placeholder {
    opacity: .5
}

:-ms-input-placeholder {
    opacity: .5
}

.text-initial {
    white-space: normal!important
}

.user-box {
    margin-top: -3px
}

.cancel-margin {
    margin-top: -21px
}

mwl-text-input-autocomplete-container .dropdown-menu {
    position: absolute;
    border: 1px dotted #575e64;
    list-style-type: none!important;
    text-align: center;
    padding: 0 10px;
    background-color: #fff
}

mwl-text-input-autocomplete-container .dropdown-menu li {
    padding: 5px 0
}

.p-button-opened {
    background: #6bb2c6;
    border: 1px solid #6bb2c6
}

.p-button-delivered {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary)
}

.p-button-clicked {
    background: #96b979;
    border: 1px solid #96b979
}

.p-button-softbounce {
    background: #ffa318;
    border: 1px solid #ffa318
}

.p-button-hardbounce {
    background: #f85c5c;
    border: 1px solid #f85c5c
}

.p-button-blocked {
    background: #f7d3a6;
    border: 1px solid #f7d3a6
}

.p-button-deferred {
    background: #efa381;
    border: 1px solid #efa381
}

.start-time .p-datepicker-timeonly {
    left: -50px!important
}

.user-opc {
    opacity: .5
}

.client-invoices .p-dropdown {
    border: 2px solid var(--bs-primary)!important;
    background-color: var(--bs-primary)
}

.client-invoices .p-dropdown .p-dropdown-label,.client-invoices .p-dropdown .p-dropdown-trigger {
    color: #fff
}

.ui-menuitem,.ui-panelmenu-header {
    position: relative
}

.ui-menuitem-text .badge {
    position: absolute;
    right: 1.5em;
    top: 1.4em;
    top: calc(.714em + 7px)
}

.assignment-textarea {
    width: 70%!important
}

.radio-chechbox-label {
    font-weight: 600;
    color: var(--bs-primary)
}

.list .p-megamenu.p-megamenu-vertical {
    width: 94%!important;
    padding: .5rem 0!important
}

.list .p-megamenu {
    background: #eceff4!important
}

.engagementview-pb {
    min-height: calc(27vw - 25px)
}

.reports .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    margin: 0 0 -3px!important
}

.sendinEmail-open-label {
    background-color: #66d2dc;
    text-transform: capitalize
}

.sendinEmail-deli-label,.sendinEmail-open-label {
    color: #fff;
    border-radius: 20px;
    padding: 3px 18px;
    font-weight: 400;
    display: inline-block;
    min-width: 94px
}

.sendinEmail-deli-label {
    background-color: #4388ae
}

.sendinEmail-click-label {
    background-color: #9cc980;
    text-transform: capitalize
}

.sendinEmail-click-label,.sendinEmail-hard-label {
    color: #fff;
    border-radius: 20px;
    padding: 3px 18px;
    font-weight: 400;
    display: inline-block;
    min-width: 94px
}

.sendinEmail-hard-label {
    background-color: #e6735c
}

.sendinEmail-soft-label {
    background-color: #ea8b6f
}

.sendinEmail-deferred-label,.sendinEmail-soft-label {
    color: #fff;
    border-radius: 20px;
    padding: 3px 18px;
    font-weight: 300;
    display: inline-block;
    min-width: 94px
}

.sendinEmail-deferred-label {
    background-color: #efa381
}

.sendinEmail-blocked-label {
    background-color: #f7d3a6;
    color: #fff;
    border-radius: 20px;
    padding: 3px 18px;
    font-weight: 300;
    display: inline-block;
    min-width: 94px
}

.manual-invoice-mh {
    min-height: 185px
}

.retainer-invoice-mh {
    min-height: 245px
}

.box-215-mh {
    min-height: 215px
}

.manual-invoice-descr-mh {
    min-height: 226px
}

.sch-pref-mh {
    min-height: 491px
}

.richtext .e-richtexteditor .e-rte-content .e-content {
    margin-top: 35px!important
}

.richtext .e-richtexteditor.e-rte-tb-expand .e-rte-content {
    height: 100%!important;
    overflow: hidden;
    border: 0
}

.client-link {
    text-decoration: underline;
    color: #ff4500
}

.users-sch-pref-mh {
    min-height: 490px
}

.my-profile-calendar-integration-card,.my-profile-mail-integration-card,.profile-calendar-mh {
    min-height: 155px
}

.text-underline {
    text-decoration: underline!important
}

.manual .p-panel .p-panel-header {
    display: flex!important
}

.manual .p-panel .p-panel-header .p-panel-header-icon,.manual .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #fff!important
}

#inviteRTErte-view {
    height: 300px!important
}

.pTag,.Tag {
    display: inline-block;
    padding: 2px 3px;
    border-radius: 3px;
    margin: 1px;
    min-height: 19px;
    min-width: 11px
}

.Tag1 {
    background-color: #0c9
}

.Tag2 {
    background-color: #96f
}

.Tag3 {
    background-color: #f66
}

.Tag4 {
    background-color: #fc3
}

.Tag5 {
    background-color: #09f
}

.Tag6 {
    background-color: #6ff
}

.Tag7 {
    background-color: #f99
}

.Tag8 {
    background-color: #faa957
}

.Tag9 {
    background-color: #9f9
}

.Tag10 {
    background-color: #74a2da
}

.Tag11 {
    background-color: #bfcdde
}

.Tag12 {
    background-color: #f17f52
}

.Tag13 {
    background-color: #c07aa3
}

.Tag14 {
    background-color: #88afd6
}

.Tag15 {
    background-color: rgba(191,141,233,.933)
}

.Tag16 {
    background-color: #d5d9ad
}

.Tag17 {
    background-color: #d679db
}

.Tag18 {
    background-color: #acca59
}

.Tag19 {
    background-color: #e46baf
}

.Tag20 {
    background-color: #9acdf4
}

.Tag:hover i {
    display: inline-block;
    z-index: 1;
    color: #212121
}

.pending {
    color: #00b5ff
}

.inprogress {
    color: #75cc66
}

.review {
    color: #90c
}

.completed {
    color: #333
}

.drop_pending {
    background-color: #00b5ff;
    padding: 5px
}

.drop_inprogress {
    background-color: #75cc66;
    padding: 5px
}

.drop_completed {
    background-color: #1f1f1f;
    color: #fff;
    padding: 5px
}

.drop_review {
    background-color: #90c;
    color: #fff;
    padding: 5px
}

.dueDate_neutral {
    border-right-color: #fff!important;
    color: #000!important
}

.dueDate_violet {
    color: #8217fd!important
}

.dueDate_critical {
    border-right-color: #fff!important;
    color: #f81c1c!important;
    font-weight: 600
}

.notes {
    color: #202020;
    background-color: #fdde51;
    padding: 0 7px;
    font-size: 12px
}

.project-link {
    text-decoration: underline;
    color: #39f
}

.hyperlink-text {
    text-decoration: underline;
    cursor: pointer;
    color: #5291d6!important
}

.duplicate-menu {
    width: auto;
    white-space: nowrap
}

.badge-number {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0 .5rem;
    background: #2196f3;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem
}

.settings-pref-mh {
    min-height: 555px
}

.project-stats-data {
    font-size: 20px
}

.project-status-pending {
    color: #09f;
    font-size: 16px;
    padding: 0
}

.project-status-inprogress {
    color: #3c6;
    font-size: 16px;
    padding: 0
}

.project-status-readyforreview {
    color: #90c;
    font-size: 16px;
    padding: 0
}

.project-status-underline {
    text-decoration: underline
}

.project-status-chart {
    padding: 7px 0 0
}

.project-summary-pending {
    background-color: #77d5ff!important
}

.project-summary-inprogress {
    background-color: #5fd085!important
}

.project-summary-review {
    background-color: #c796d7!important
}

.project-summary-overdue {
    background-color: #ff6474!important
}

.project-summary-completed {
    background-color: #2e3440!important
}

.recent-activity-line {
    white-space: nowrap
}

.recent-activity-task-color {
    font-size: 13px;
    color: #566ef3
}

.recent-activity-project-color {
    font-size: 13px;
    color: #45c778
}

.recent-activity-client-color {
    font-size: 13px;
    color: red
}

.recent-activity-date-color-project {
    font-size: 13px;
    color: #fff;
    background-color: rgba(79,201,120,.9294117647058824);
    padding: 0 5px;
    border-radius: 3px
}

.recent-activity-date-color-task {
    font-size: 13px;
    color: #fff;
    background-color: rgba(94,161,247,.9294117647058824);
    padding: 0 5px;
    border-radius: 3px
}

.recent-activity-last-30 {
    font-style: italic;
    font-size: 12px
}

.master-template-name {
    font-size: 18px;
    font-weight: 600
}

.editing-record {
    background-color: #2dbeff
}

.adding-record,.editing-record {
    color: #fff;
    padding-left: 1em;
    padding-right: 1em;
    height: 25px;
    line-height: 25px;
    border-radius: 1em 1em 1em 1em;
    display: inline-block;
    font-size: 15px;
    font-weight: 600
}

.adding-record {
    background-color: #11d67a
}

.flag {
    color: #fff;
    padding-left: 1em;
    padding-right: 1em;
    height: 25px;
    line-height: 25px;
    border-radius: 1em 1em 1em 1em;
    font-size: 13px;
    font-weight: 600
}

.flag,.tagpop {
    display: inline-block
}

.tagpop {
    padding: 7px;
    margin-bottom: 2px;
    cursor: pointer;
    width: 100%;
    min-height: 33px
}

.disabled {
    cursor: not-allowed!important
}

.dz-preview {
    min-width: 0!important;
    min-height: 70px!important;
    height: 70px!important;
    padding: 5px!important;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 11px;
    width: 160px;
    white-space: nowrap
}

.note-card {
    border: 1px solid #aba3a3;
    border-radius: 5px
}

.note-scroll {
    width: 100%;
    height: calc(60vh - 30px);
    border: 0
}

.register-panel-content {
    overflow-y: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.control-section {
    margin: 0 auto;
    width: 98%!important
}

#main_dashboard {
    display: block;
    z-index: 1
}

#main_dashboard.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
    padding: 10px;
    border-bottom: 2px solid #e6e9ed!important;
    color: #fa6930!important;
    height: 35px;
    margin: 0 15px
}

.forgot-password {
    color: #5291d6!important;
    background-color: transparent
}

.Tag-project-details {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    margin: 1px;
    min-height: 19px;
    min-width: 11px;
    font-weight: 600;
    color: #000
}

.email-multiselect {
    width: 120%
}

.colorBoxesDiv {
    display: inline-block;
    padding: 7px 0;
    width: 120px
}

.colorBoxesDiv p {
    margin: 0;
    font-size: 15px
}

.totalTasks {
    background-color: #66f
}

.user-list-profile-img {
    width: 50px;
    border-radius: 50%;
    height: 50px
}

.user-list-profile-col {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.dashboard-profile-img {
    width: 100px;
    border-radius: 50%;
    height: 100px
}

.commonTable table {
    width: 100%
}

.commonTable table .amount {
    text-align: right
}

.commonTable table th {
    padding: 10px 5px;
    border: 1px solid #d0d0d0;
    background-color: #eee;
    color: #000;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    font-weight: 100
}

.commonTable table tr {
    font-size: 13px;
    display: table;
    width: 100%;
    table-layout: fixed;
    cursor: pointer
}

.commonTable tr:hover {
    background-color: #dce1ea!important
}

.commonTable table tbody {
    display: block;
    max-height: 430px;
    overflow-y: overlay
}

.commonTable table tr td:first-child {
    text-align: center
}

.commonTable table tr {
    background: #fff
}

.commonTable table tr td {
    padding: 5px;
    border: 1px solid #d0d0d0;
    border-bottom: none
}

.commonTable table tr:last-child td {
    border-bottom: 1px solid #e6e6e6
}

.userListContent {
    max-height: 500px;
    overflow: auto
}

.userListContent table tbody tr td {
    padding: 10px!important
}

.userListContent table tfoot tr td {
    padding: 10px;
    text-align: right;
    font-weight: 700;
    font-size: 15px
}

.userListContent .staffList p {
    margin: 0
}

.userListContent .staffList div {
    display: inline-block;
    vertical-align: middle
}

.staffList tr {
    line-height: 23px
}

.dashboard-box {
    height: 500px
}

.db-leaderboard-badge {
    position: absolute;
    top: 20px;
    left: -1px;
    width: 15px;
    background-color: #fa6930;
    color: #fff;
    border-radius: 50%;
    height: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 700
}

.db-profile-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.db-img-container {
    position: relative;
    margin-right: 10px;
    width: 35px;
    height: 35px
}

.icon-faded {
    font-size: 80px;
    opacity: .2
}

.ic-light-blue {
    color: #8bb4f5
}

.project-tags-dropdown .p-dropdown-panel .p-dropdown-items-wrapper .p-dropdown-items .p-dropdown-item {
    padding: .2rem 1.5rem
}

.ic-black {
    color: #586061!important
}

.ic-size-50 {
    font-size: 50px
}

.ic-dark-green {
    color: #28cc37!important
}

.db-hours-font {
    font-size: 35px;
    position: relative;
    top: 3px
}

.db-billable-hours {
    position: relative;
    top: -1px
}

.ddm-ph {
    min-height: 945px
}

.ddm-buttons {
    margin-top: -3px
}

.ic-light-grey {
    color: #bfcbdf
}

.subscription-panel-header .p-panel-header {
    position: relative
}

.current-plan {
    width: auto;
    color: #fff;
    text-align: center;
    top: -10px;
    position: absolute;
    left: -10px;
    display: inline-block;
    height: 20px;
    font-size: 14px;
    border-radius: 10px;
    padding: 0 10px
}

.timesheet-entry-activity .p-dropdown-panel {
    width: 100%
}

.reports-tabview>p-tabview>.p-tabview>.p-tabview-nav {
    border: none
}

.staff-form-dropdown-top {
    position: absolute;
    right: 0;
    top: 13%
}

.card-icons {
    height: 25px
}

.manual-invoice-panel .p-panel-header {
    display: flex;
    justify-content: space-between
}

.client-dropdown-autocomplete {
    width: 100%
}

.p-dropdown-items-wrapper {
    max-height: 320px!important
}

.tooltip-no-wrap {
    white-space: nowrap!important;
    max-width: none!important
}

.cell-right-color {
    border-right: 1px solid #dee2e6!important
}

.timer-width {
    position: fixed!important;
    right: 0;
    max-width: 100%;
    width: calc(70vh - 70px);
    margin: 0 0 0 auto!important;
    padding: 0
}

ul.fadeInDown.timer-width:before {
    display: none
}

.contact-dialog .p-dialog-content,.notes-dialog .p-dialog-content {
    overflow-y: hidden!important
}

.invoice-review-dropdown-panel .p-dropdown-items-wrapper {
    max-height: 300px!important
}

.table-min-height {
    min-height: 350px!important
}

.total-box-fixed {
    position: fixed;
    bottom: 9px;
    right: 11px
}

.total-box-pr {
    padding-right: 50px!important
}

.dashboard-box1 {
    background-color: var(--bs-primary)
}

.dashboard-box1,.dashboard-box2 {
    padding: 5px;
    font-size: 11px;
    color: #fff
}

.dashboard-box2 {
    background-color: #f19f69
}

.dashboard-box3 {
    background-color: #96b879
}

.dashboard-box3,.dashboard-box4 {
    padding: 5px;
    font-size: 11px;
    color: #fff
}

.dashboard-box4 {
    background-color: #8bb4f5
}

.edit-invoice-padding {
    padding-bottom: 100px!important
}

.swall-overlay {
    z-index: 100005
}

.swal-modal {
    z-index: 99999
}

.plan-dropdown {
    height: "4vh"!important
}

.dialog-dropdown {
    overflow: auto;
    max-height: 200px
}

.dialog-dropdown>.p-dropdown-items-wrapper {
    overflow: visible
}

.dms-icons-color {
    color: rgba(0,0,0,.54)
}

#inviteRTE_toolbar_FontColor_Target {
    display: none
}

.common-dialog .p-inputtext {
    font-weight: normal !important
}

.input-number-width {
    width: 100px
}

.low-opacity {
    opacity: .6!important
}

.timer-border-bottom {
    border-bottom: 1px solid var(--bs-primary);
    padding-bottom: 6px!important
}

.timer-padding {
    padding-top: 11px!important
}

.split-button-size {
    height: 29px;
    vertical-align: bottom
}

.imgspace {
    margin-left: 3px!important
}

textarea {
    resize: vertical
}

.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
    height: calc(85vh - 300px)
}

.e-add-new:before {
    content: "\e963"
}

.e-PageSetup:before {
    content: "\ec10"
}

.e-Bullet_Arrow:before {
    content: "\e253"
}

.e-M_Properties:before {
    content: "\e679"
}

.e-preview:before {
    content: "\e345"
}

.e-link:before {
    content: "\eb3c"
}

.e-protected:before {
    content: "\eb3a"
}

.e-email:before {
    content: "\ec04"
}

.filter-btns>button>span {
    margin-right: 7px
}

.e-card-wrapper>.e-card:hover {
    background-color: #efefef
}

.hover-buttons {
    display: none;
    position: absolute;
    top: 0
}

.card-date {
    display: block
}

.card-template:hover>.e-card-header>.card-header>.hover-buttons {
    display: block
}

.card-template:hover>.e-card-header>.card-header>.card-date {
    display: none
}

i.notAllowed {
    color: #aba3a3!important
}

.parent-wuwd {
    background-color: rgba(223,234,249,.9490196078431372);
    padding: 0 3px 0 0;
    border-radius: 3px;
    width: 100%;
    display: block
}

.ic-green-bg {
    background-color: #83cc44!important
}

#fileExplorer .e-empty-inner-content {
    display: none
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    height: 0;
    width: 40px;
    transform: translate(-50%,-50%)
}

.quickbooks .p-tabview .p-tabview-panels {
    background: #eceff4!important;
    padding: 0!important
}

#fileExplorer .e-empty-inner-content {
    display: block!important
}

.addSidebar {
    z-index: 1000!important
}

.addressButton {
    width: 20px!important;
    height: 20px!important;
    border: 1px solid #96b879!important;
    padding-left: 1px!important
}

.s-tax-icon .fa-exclamation-circle:before {
    font-size: 22px!important
}

.s-tax-icon .p-button {
    background: #b34c5f!important;
    border: 1px solid #b34c5f!important
}

.swal-align-buttons {
    align-items: flex-end!important;
    justify-content: flex-end!important
}

body>div.swal2-container.swal2-center {
    z-index: 9999999
}

.my-swal {
    z-index: 1000
}

.ishareimg {
    float: right;
    position: relative;
    top: -39px;
    text-align: right
}

.e-schedule-event-tooltip .tooltip-wrap {
    display: flex
}

.e-schedule-event-tooltip .tooltip-wrap .content-area {
    padding-left: 6px;
    font-size: 12px;
    margin: 0
}

.e-schedule-event-tooltip .tooltip-wrap .name {
    font-weight: 500;
    font-size: 14px
}

.month-dropdown>.p-dropdown>.ng-trigger>.p-dropdown-items-wrapper {
    max-height: 340px!important
}

.text-decoration-underline {
    text-decoration: underline
}

.p-timeline.p-timeline-vertical .p-timeline-event-connector {
    width: 2px
}

.p-timeline-event-connector.ng-star-inserted {
    background-color: #484848
}

.timeline-property-container {
    background-color: #eceff4;
    padding: 3px;
    border-radius: 5px;
    font-size: 12px
}

.html-content-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 58px;
    font-weight: 200
}

.html-content {
    font-weight: 400;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.02),0 0 0 1px rgba(27,31,35,.15)
}

.timeline-card .p-component:hover {
    background-color: #fbfbfb
}

.timeline-sidebar .p-component {
    min-height: calc(100vh - 34px)
}

.see-more-button {
    border: 0!important
}

.recurring-calendar {
    display: none
}

.bg-darker-blue {
    background-color: #2e3440!important
}

.button-list {
    width: 210px;
    margin-top: 5px
}

.button-list-250 {
    width: 250px;
    margin-top: 5px
}

.new-project-button-list {
    width: 250px;
    margin-top: 2px;
    margin-left: -20px
}

.schedule-cell-dimension.e-schedule .e-month-view .e-date-header-wrap table col,.schedule-cell-dimension.e-schedule .e-month-view .e-work-cells,.schedule-cell-dimension.e-schedule .e-week-view .e-work-cells,.schedule-cell-dimension.e-schedule .e-week-view table col,.schedule-cell-dimension.e-schedule .e-work-week-view .e-work-cells,.schedule-cell-dimension.e-schedule .e-work-week-view table col {
    width: 150px
}

.mango-active-folder,.mango-active-folder .e-fe-folder {
    filter: invert(78%) sepia(73%) saturate(296%) hue-rotate(347deg) brightness(153%) contrast(120%)!important
}

.font-14rem {
    font-size: 1.45rem!important
}

.edit-icon {
    font-size: 15px;
    position: relative;
    top: -1px
}

.sharedialog .p-dialog-content {
    overflow-y: unset!important
}

.bg-dark-orange {
    background-color: #f26422!important
}

.update-history .layout-content .p-timeline-event-opposite {
    display: none
}

.proposal-summary .p-panel-header,.update-history .layout-content .timeline-card .p-card-title {
    text-align: left!important
}

.update-history .layout-content .timeline-card .p-card-body {
    margin-bottom: 8px
}

.update-history .layout-content .p-card:hover {
    background-color: #fbfbfb
}

.p-button-badge {
    background-color: #fa6930!important;
    color: #fff!important
}

.p-button-badge-none {
    display: none
}

.cash-receipt-autocomplete {
    width: 100%!important
}

.button-list-cash-receipt {
    width: 210px;
    margin-top: -35px;
    margin-left: 45px
}

.shared-budgets div .p-panel-header {
    padding: 8px;
    font-size: 16px
}

.budget-edit-btn {
    height: 27px!important;
    width: 27px!important;
    font-size: 13px!important
}

.table-medium-height .p-datatable-tbody tr {
    height: 40px
}

.customized-badge {
    height: 1em!important;
    border-radius: 10px;
    font-size: 1em!important;
    line-height: 1em!important
}

.default-desc .p-message .p-message-wrapper {
    padding: 7px!important
}

.schedule-dropdown {
    padding: 10px
}

.shared-budgets-form li.p-chips-token {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.sched-resource-color input.p-colorpicker-preview.p-inputtext {
    height: 22px;
    width: 1px;
    border-radius: 50%
}

#NotesTimeline .p-timeline-event-opposite {
    display: none
}

.ic-light-red {
    color: #ff8383
}

.shortcut-desc mwl-text-input-autocomplete-container mwl-text-input-autocomplete-menu ul.dropdown-menu {
    position: fixed!important;
    top: inherit!important;
    left: inherit!important
}

.width-120px {
    width: 120px!important
}

.crcardimg {
    position: relative;
    top: 3px
}

.stax-msg ul {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em
}

.stax-msg li {
    font-weight: 500;
    padding-bottom: 6px;
    line-height: 20px
}

.stax-msg li:before {
    content: "*";
    color: red;
    font-size: 16px;
    position: absolute;
    left: 0
}

.stax-msg .orange-box {
    background: #4c566a;
    color: #fff;
    padding: 10px
}

.stax-card-label {
    margin-left: 8px;
    position: relative;
    top: -8px
}

.sur-icon {
    font-size: 40px;
    position: relative;
    top: 19px
}

.client-autocomplete-width {
    width: 500px!important
}

.client-list-nodata {
    font-size: 235px;
    padding: 8%;
    opacity: .1
}

.stax-bank-label {
    margin-left: 8px;
    position: relative;
    top: -3px
}

.p-selectbutton .p-button {
    color: #fff;
    background: #8fa6c4;
    border: 1px solid #8fa6c4
}

.p-selectbutton .p-button.p-highlight {
    color: #fff;
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary)
}

.p-selectbutton .p-button:not(.p-disabled):hover,.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    color: #fff;
    background: #51749e;
    border: 1px solid #51749e
}

.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    background-color: #fff;
    border-radius: 20px;
    color: #495057
}

.p-steps .p-steps-item.p-highlight .p-steps-number {
    background: var(--bs-primary)!important;
    color: #fff;
    border-radius: 20px
}

.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: .5rem;
    color: #6c757d;
    font-weight: 400;
    font-size: 16px
}

.center-content {
    margin-right: auto;
    margin-left: auto
}

.para-spaces p {
    margin-top: 10px
}

.richtext #HtmlText_SideBar.e-richtexteditor .e-rte-content .e-content {
    margin: 0!important;
    max-height: 50vh
}

.richtext #HtmlText_SideBar.e-richtexteditor .e-toolbar-wrapper {
    height: 50px!important
}

.notes-dialog #notesEditor.e-richtexteditor .e-popup.e-popup-open.e-dialog {
    position: fixed;
    top: 50%!important;
    transform: translateY(-50%)
}

div.project-list-tasks .p-datatable-scrollable-footer,div.project-list-tasks .p-datatable-scrollable-header {
    overflow: initial
}

re-captcha.is-invalid>div {
    border: 1px solid #dc3545!important;
    border-radius: .2rem
}

.p-ink {
    pointer-events: none!important
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons,.e-toolbar .e-tbar-btn {
    color: var(--bs-primary)!important
}

.e-checkbox-wrapper .e-frame.e-check,.e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: #fb9961!important
}

.e-btn.e-flat.e-primary,.e-css.e-btn.e-flat.e-primary,.e-more-popup-wrapper .e-more-event-date-header .e-current-date,.e-schedule .e-agenda-view .e-day-date-header.e-current-day,.e-schedule .e-schedule-toolbar .e-active-view .e-icons,.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text,.e-schedule .e-timeline-view .e-clone-time-indicator,.e-schedule .e-timeline-view .e-current-time,.e-schedule .e-timeline-year-view .e-date-header-wrap table td.e-current-day,.e-schedule .e-timeline-year-view .e-month-header.e-current-day,.e-schedule .e-timeline-year-view .e-resource-left-td.e-current-day,.e-schedule .e-vertical-view .e-all-day-cells.e-current-day,.e-schedule .e-vertical-view .e-clone-time-indicator,.e-schedule .e-vertical-view .e-current-time,.e-schedule .e-vertical-view .e-header-cells.e-current-day {
    color: #fb9961!important
}

.e-schedule .e-vertical-view .e-current-timeline {
    border-top: 1px solid #fb9961!important
}

.e-schedule .e-vertical-view .e-previous-timeline {
    border-top: 1px dotted #fb9961!important
}

.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day,.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day {
    color: #fb9961!important
}

.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .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:not(.e-float-icon-left) .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: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-input-group.e-float-icon-left .e-input-in-wrap .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:not(.e-float-icon-left) .e-float-line:after,.e-float-input.e-input-group:not(.e-float-icon-left) .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 {
    background: #fb9961!important
}

.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly]~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus~label.e-float-text,.e-bigger .e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) input:focus~label.e-float-text,.e-bigger .e-float-input:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-bigger .e-float-input:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly]~label.e-float-text,.e-float-input.e-control-wrapper.e-small: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[readonly]:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.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-control-wrapper:not(.e-error).e-input-focus input~label.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-control-wrapper:not(.e-error) input:focus~label.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-control-wrapper:not(.e-error) textarea:focus~label.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.e-bigger:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]:focus~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus~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-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly]~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[readonly]:focus~label.e-float-text,.e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-small:not(.e-error) textarea[readonly]:focus~label.e-float-text,.e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-label-top.e-float-text,.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input:not(.e-error).e-input-focus textarea[readonly]~label.e-label-top.e-float-text,.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:not(.e-error) textarea:focus~label.e-float-text,.e-float-input:not(.e-error) textarea[readonly]:focus~label.e-label-top.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-small .e-float-input.e-control-wrapper: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 textarea[readonly]~label.e-float-text.e-label-top,.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[readonly]:focus~label.e-float-text.e-label-top,.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[readonly]:focus~label.e-float-text.e-label-top,.e-small .e-float-input:not(.e-error).e-input-focus input[readonly]~label.e-float-text.e-label-top,.e-small .e-float-input:not(.e-error).e-input-focus input~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:not(.e-error) input:focus~label.e-float-text,.e-small .e-float-input:not(.e-error) input[readonly]:focus~label.e-float-text.e-label-top,.e-small .e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-small .e-float-input:not(.e-error) textarea[readonly]:focus~label.e-float-text.e-label-top {
    color: #fb9961!important
}

.e-float-input.e-control-wrapper input::-moz-selection,.e-float-input.e-control-wrapper textarea::-moz-selection,.e-float-input input::-moz-selection,.e-float-input textarea::-moz-selection,.e-input-group.e-control-wrapper input.e-input::-moz-selection,.e-input-group.e-control-wrapper textarea.e-input::-moz-selection,.e-input-group input.e-input::-moz-selection,.e-input-group textarea.e-input::-moz-selection,input.e-input::-moz-selection,textarea.e-input::-moz-selection {
    background: #fb9961!important
}

.e-float-input.e-control-wrapper input::selection,.e-float-input.e-control-wrapper textarea::selection,.e-float-input input::selection,.e-float-input textarea::selection,.e-input-group.e-control-wrapper input.e-input::selection,.e-input-group.e-control-wrapper textarea.e-input::selection,.e-input-group input.e-input::selection,.e-input-group textarea.e-input::selection,input.e-input::selection,textarea.e-input::selection {
    background: #fb9961!important
}

.e-float-input.e-small textarea::-moz-selection,.e-float-input textarea::-moz-selection {
    background: #fb9961!important
}

.e-float-input.e-small textarea::selection,.e-float-input textarea::selection {
    background: #fb9961!important
}

.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day,.e-calendar .e-content td.e-focused-date.e-today span.e-day,.e-calendar .e-content td.e-today span.e-day {
    border: 1px solid#fb9961!important;
    color: #fb9961!important
}

.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day,.e-calendar .e-content td.e-focused-date.e-today span.e-day {
    background: #eee!important;
    border: 1px solid#fb9961!important;
    color: #fb9961!important
}

.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day,.e-bigger.e-small .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,.e-calendar .e-content td.e-today:focus span.e-day {
    background-color: #eee!important;
    border: none;
    border-radius: 50%;
    color: #fb9961!important
}

.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-today:hover span.e-day,.e-calendar .e-content td.e-focused-date.e-today:focus span.e-day,.e-calendar .e-content td.e-focused-date.e-today:hover span.e-day,.e-calendar .e-content td.e-today:hover span.e-day {
    background-color: #eee!important;
    border: 1px solid#fb9961!important;
    color: #fb9961!important
}

.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day,.e-calendar .e-content td.e-today.e-selected span.e-day {
    background-color: #fb9961!important;
    border: 1px solid#fb9961!important
}

.e-bigger.e-small .e-calendar .e-content td.e-selected.e-focused-date span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-selected:hover span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover span.e-day,.e-calendar .e-content td.e-selected.e-focused-date span.e-day,.e-calendar .e-content td.e-selected:hover span.e-day,.e-calendar .e-content td.e-selected span.e-day,.e-calendar .e-content td.e-today.e-selected:hover span.e-day {
    background-color: #fb9961!important
}

.e-bigger.e-small .e-calendar .e-content .e-footer,.e-calendar .e-content .e-footer,.e-datetime-wrapper .e-input-group-icon.e-icons.e-active,.e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active,.e-time-wrapper .e-input-group-icon.e-icons.e-active,.e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active,.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active,.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
    color: #fb9961!important
}

.dialoglefttree .e-icons.e-none:before {
    content: ""!important
}

.e-avatar {
    align-content: center;
    align-items: center;
    background-color: #bcbcbc;
    background-position: 50%;
    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-xsmall {
    font-size: .6em
}

.e-avatar.e-avatar-small {
    font-size: .8em
}

.e-avatar.e-avatar-large {
    font-size: 1.2em
}

.e-avatar.e-avatar-xlarge {
    font-size: 1.4em
}

/*! component's theme wise override material-definitions and variables */
/*! card layout */
.e-bigger.e-card,.e-bigger .e-card {
    line-height: 48px;
    min-height: 48px
}

.e-bigger.e-card>.e-card-header-title,.e-bigger .e-card>.e-card-header-title {
    line-height: normal;
    padding: 16px
}

.e-bigger.e-card>.e-card-header-title+:not(.e-card-header-title),.e-bigger .e-card>.e-card-header-title+:not(.e-card-header-title) {
    margin-top: 0;
    padding-top: 0
}

.e-bigger.e-card>.e-card-title,.e-bigger .e-card>.e-card-title {
    line-height: normal;
    padding: 24px 16px 16px
}

.e-bigger.e-card>.e-card-title+:not(.e-card-title),.e-bigger .e-card>.e-card-title+:not(.e-card-title) {
    margin-top: 0;
    padding-top: 0
}

.e-bigger.e-card.e-card-horizontal .e-card-image,.e-bigger .e-card.e-card-horizontal .e-card-image,.e-bigger.e-card .e-card-horizontal .e-card-image,.e-bigger .e-card .e-card-horizontal .e-card-image,.e-bigger.e-card.e-card-horizontal img,.e-bigger .e-card.e-card-horizontal img,.e-bigger.e-card .e-card-horizontal img,.e-bigger .e-card .e-card-horizontal img {
    margin: 2px
}

.e-bigger.e-card .e-card-header,.e-bigger .e-card .e-card-header {
    min-height: 30px;
    padding: 16px
}

.e-bigger.e-card .e-card-header .e-card-content,.e-bigger .e-card .e-card-header .e-card-content {
    padding-left: 0;
    padding-right: 0
}

.e-bigger.e-card .e-card-header .e-card-header-caption,.e-bigger .e-card .e-card-header .e-card-header-caption {
    padding: 0 0 0 16px
}

.e-bigger.e-card .e-card-header .e-card-header-caption:first-child,.e-bigger .e-card .e-card-header .e-card-header-caption:first-child {
    padding: 0
}

.e-bigger.e-card .e-card-header .e-card-header-caption .e-card-header-title,.e-bigger .e-card .e-card-header .e-card-header-caption .e-card-header-title {
    font-size: 15px;
    line-height: normal
}

.e-bigger.e-card .e-card-header .e-card-header-caption .e-card-sub-title,.e-bigger .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
    font-size: 14px;
    line-height: normal;
    padding: 8px 0 0
}

.e-bigger.e-card .e-card-header .e-card-header-image,.e-bigger .e-card .e-card-header .e-card-header-image {
    background-size: cover;
    height: 40px;
    width: 40px
}

.e-bigger.e-card .e-card-image,.e-bigger .e-card .e-card-image {
    min-height: 150px
}

.e-bigger.e-card .e-card-image .e-card-title,.e-bigger .e-card .e-card-image .e-card-title {
    font-size: 24px;
    line-height: 40px;
    min-height: 40px;
    padding: 0 16px
}

.e-bigger.e-card .e-card-actions,.e-bigger .e-card .e-card-actions,.e-bigger.e-card .e-card-actions.e-card-vertical,.e-bigger .e-card .e-card-actions.e-card-vertical {
    padding: 16px 8px 8px
}

.e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn,.e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn,.e-bigger.e-card .e-card-actions.e-card-vertical a,.e-bigger .e-card .e-card-actions.e-card-vertical a {
    margin: 0 0 8px
}

.e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,.e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,.e-bigger.e-card .e-card-actions.e-card-vertical a:last-child,.e-bigger .e-card .e-card-actions.e-card-vertical a:last-child {
    margin-bottom: 0
}

.e-bigger.e-card .e-card-actions .e-card-btn span,.e-bigger .e-card .e-card-actions .e-card-btn span,.e-bigger.e-card .e-card-actions .e-card-btn span.e-icons,.e-bigger .e-card .e-card-actions .e-card-btn span.e-icons {
    height: 24px;
    width: 24px
}

.e-bigger.e-card .e-card-actions .e-card-btn,.e-bigger .e-card .e-card-actions .e-card-btn,.e-bigger.e-card .e-card-actions a,.e-bigger .e-card .e-card-actions a {
    line-height: 36px;
    margin: 0 0 0 8px;
    min-height: 36px;
    padding: 0 6px
}

.e-bigger.e-card .e-card-actions .e-card-btn:first-child,.e-bigger .e-card .e-card-actions .e-card-btn:first-child,.e-bigger.e-card .e-card-actions a:first-child,.e-bigger .e-card .e-card-actions a:first-child {
    margin-left: 0
}

.e-bigger.e-card .e-card-content,.e-bigger .e-card .e-card-content {
    padding: 16px
}

.e-bigger.e-card .e-card-content+.e-card-actions.e-card-vertical,.e-bigger .e-card .e-card-content+.e-card-actions.e-card-vertical,.e-bigger.e-card .e-card-content+:not(.e-card-content),.e-bigger .e-card .e-card-content+:not(.e-card-content) {
    margin-top: 0;
    padding-top: 0
}

.e-card {
    border-radius: 2px;
    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;
    line-height: 36px;
    min-height: 36px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 100%
}

.e-card,.e-card>* {
    justify-content: center
}

.e-card>.e-card-header-title {
    box-sizing: border-box;
    font-size: 15px;
    line-height: normal;
    padding: 12px
}

.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: normal;
    padding: 18px 12px 12px
}

.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 .e-card-image,.e-card.e-card-horizontal img,.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: 22.5px;
    padding: 12px;
    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 12px
}

.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: 400;
    line-height: normal
}

.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding: 6px 0 0
}

.e-card .e-card-header .e-card-header-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px
}

.e-card .e-card-header .e-card-corner {
    border-radius: 50%
}

.e-card .e-card-image {
    background-size: cover;
    min-height: 112.5px;
    position: relative;
    width: 100%
}

.e-card .e-card-image .e-card-title {
    bottom: 0;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
    min-height: 30px;
    overflow: hidden;
    padding: 0 12px;
    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-bottom-right,.e-card .e-card-image .e-card-title.e-card-top-right {
    text-align: right
}

.e-card .e-card-actions {
    box-sizing: border-box;
    display: inline-block;
    justify-content: flex-start;
    padding: 12px 6px 6px
}

.e-card .e-card-actions.e-card-vertical {
    display: flex;
    flex-direction: column;
    padding: 12px 6px 6px
}

.e-card .e-card-actions.e-card-vertical .e-card-btn,.e-card .e-card-actions.e-card-vertical a {
    align-self: auto;
    box-sizing: border-box;
    display: inline-block;
    justify-content: center;
    margin: 0 0 6px;
    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 a,.e-card .e-card-actions button {
    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.e-icons:before,.e-card .e-card-actions .e-card-btn span: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 else,.e-card .e-card-actions a else {
    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: 27px;
    margin: 0 0 0 6px;
    min-height: 27px;
    padding: 0 6px;
    text-decoration: none;
    text-transform: uppercase
}

.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: 12px
}

.e-card .e-card-content+.e-card-actions.e-card-vertical,.e-card .e-card-content+:not(.e-card-content) {
    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
}

/*! card theme */
.e-card {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: #fff;
    border: 1px #000;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.16);
    color: rgba(0,0,0,.87);
    outline: none
}

.e-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.22)
}

.e-card:active,.e-card:focus,.e-card:hover {
    background-color: #fff;
    border-color: #000
}

.e-card .e-card-separator {
    border-bottom: 1px solid rgba(0,0,0,.12)
}

.e-card .e-card-header-caption .e-card-header-title {
    color: rgba(0,0,0,.87)
}

.e-card .e-card-header-caption .e-card-sub-title {
    color: rgba(0,0,0,.54)
}

.e-card .e-card-image .e-card-title {
    background-color: rgba(0,0,0,.35);
    color: #fff
}

.e-card .e-card-actions .e-card-btn span,.e-card .e-card-actions .e-card-btn span.e-icons {
    color: rgba(0,0,0,.54)
}

.e-card .e-card-actions .e-card-btn,.e-card .e-card-actions a {
    background-color: #fff;
    border: 0;
    color: #e3165b;
    outline: 0
}

.e-card .e-card-actions .e-card-btn:active,.e-card .e-card-actions .e-card-btn:focus,.e-card .e-card-actions .e-card-btn:hover,.e-card .e-card-actions a:active,.e-card .e-card-actions a:focus,.e-card .e-card-actions a:hover {
    background-color: rgba(0,0,0,.12);
    border: 0;
    color: #e3165b
}

.e-card .e-card-content {
    color: rgba(0,0,0,.54)
}

/*! component's default definitions and variables */
.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: ""
}

.e-bigger.e-splitter .e-split-bar .e-resize-handler:before,.e-bigger .e-splitter .e-split-bar .e-resize-handler:before {
    font-size: 16px
}

.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: 400
}

.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;
    overflow: hidden!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,.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):after,.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right):before {
    right: auto
}

.e-splitter.e-splitter-vertical {
    flex-direction: column
}

.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;
    overflow: hidden!important
}

.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down):after,.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down):before {
    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: 18px;
    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: 18px
}

.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):after,.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right):before {
    left: 8px;
    right: 3px
}

.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow {
    -o-border-image: none;
    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:after,.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:before {
    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:after,.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right:before {
    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):after,.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down):before {
    left: 10px
}

.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
    -o-border-image: none;
    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:after,.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:before {
    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: 18px;
    left: 22px
}

.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
    border-radius: 50%;
    right: 22px;
    top: 18px
}

.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down:after,.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down:before {
    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-bigger.e-splitter .e-pane {
    font-size: 14px
}

.e-bigger.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
    height: 20px
}

.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
    width: 20px
}

.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down):after,.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down):before {
    margin-top: -2px
}

.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down:after {
    margin-top: 2px
}

.e-rtl .e-splitter.e-splitter-horizontal {
    flex-direction: row-reverse
}

.e-bigger .e-splitter .e-pane {
    font-size: 14px
}

.e-bigger .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
    height: 20px
}

.e-bigger .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
    width: 20px
}

.e-bigger.e-content-placeholder.e-splitter.e-placeholder-splitter,.e-bigger .e-content-placeholder.e-splitter.e-placeholder-splitter,.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
}

.e-splitter.e-splitter-horizontal,.e-splitter.e-splitter-vertical {
    border: 1px solid #e0e0e0
}

.e-splitter.e-splitter-horizontal .e-pane,.e-splitter.e-splitter-vertical .e-pane {
    color: rgba(0,0,0,.87)
}

.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: #e0e0e0;
    border-left: none;
    border-right: none
}

.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
    background: #fff;
    color: rgba(0,0,0,.54)
}

.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 .5s ease-out
}

.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden):after,.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden):before {
    background-color: #e3165b;
    opacity: 0;
    transition-duration: .3s;
    transition-timing-function: ease
}

.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover {
    background: #e3165b;
    border-left: none;
    border-right: none
}

.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler {
    background: #fff;
    color: #e3165b
}

.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,.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 {
    background-color: #fff;
    border-color: rgba(227,22,91,.5);
    border-width: 1px;
    opacity: .9
}

.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.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-hover.e-split-bar-active .e-navigate-arrow:before,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow:before {
    background-color: #e3165b;
    opacity: 1;
    transform: rotate(40deg)
}

.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right:before,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.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-hover .e-navigate-arrow.e-arrow-right:before,.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-hover.e-split-bar-hover .e-navigate-arrow:after {
    background-color: #e3165b;
    opacity: 1;
    transform: rotate(-40deg)
}

.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right:after,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right:after {
    background-color: #e3165b;
    opacity: 1;
    transform: rotate(40deg)
}

.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
    background: #e3165b
}

.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
    background: #fff;
    color: #e3165b
}

.e-splitter .e-split-bar.e-split-bar-vertical {
    background: #e0e0e0
}

.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
    background: #fff;
    color: rgba(0,0,0,.54)
}

.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover {
    background: #e3165b;
    border-left: none;
    border-right: none
}

.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .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-hover .e-navigate-arrow.e-arrow-down,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up {
    background-color: #fff;
    border-color: rgba(227,22,91,.5);
    border-width: 1px;
    opacity: .9
}

.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler {
    background: #fff;
    color: #e3165b
}

.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up:before,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up:before {
    background-color: #e3165b;
    opacity: 1;
    transform: rotate(125deg)
}

.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up:after,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up:after {
    background-color: #e3165b;
    opacity: 1;
    transform: rotate(50deg)
}

.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down:before,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down:before {
    background-color: #e3165b;
    opacity: 1;
    transform: rotate(55deg)
}

.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down:after,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down:after {
    background-color: #e3165b;
    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 .3s ease-out
}

.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:after,.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:before {
    background-color: #e3165b;
    opacity: 0;
    transition-duration: .3s;
    transition-timing-function: ease
}

.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
    background: #e3165b
}

.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
    background: #fff;
    color: #e3165b
}

.e-splitter.e-disabled {
    opacity: .4;
    pointer-events: none
}

/*! component's theme wise override material-definitions and variables */
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east {
    height: 100%;
    padding: 20px 0;
    right: 1px;
    top: 0;
    width: 12px
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west {
    height: 100%;
    left: 0;
    padding: 20px 0;
    top: 0;
    width: 12px
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north {
    height: 12px;
    padding: 0 20px;
    top: 1px;
    width: 100%
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south {
    bottom: 1px;
    height: 12px;
    padding: 0 20px;
    width: 100%
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east {
    bottom: 0;
    right: 1px;
    z-index: 10
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west {
    left: 2px;
    top: 2px;
    z-index: 10
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east {
    right: 2px;
    top: 2px;
    z-index: 10
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west {
    bottom: 1px;
    left: 1px;
    z-index: 10
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:before,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:before {
    bottom: 0;
    content: "\eb05";
    font-size: 12px;
    position: absolute;
    right: 0
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:before,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:before {
    bottom: 0;
    content: "\eb05";
    font-size: 12px;
    left: 0;
    position: absolute;
    transform: rotateY(180deg)
}

.e-dashboardlayout.e-control .e-dashboard-gridline-table {
    background: #f5f5f5;
    border-collapse: collapse;
    height: 100%;
    width: 100%
}

.e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline {
    border: 1px dotted #bdbdbd;
    position: absolute
}

.e-dashboardlayout.e-control.e-responsive {
    width: 100%!important
}

.e-dashboardlayout.e-control.e-prevent {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.e-dashboardlayout.e-control .e-panel {
    border-radius: 2px
}

.e-dashboardlayout.e-control .e-panel:hover {
    border: 1px solid #bdbdbd
}

.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 solid #3f51b5
}

.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 .5s,left .5s
}

.e-dashboardlayout.e-control .e-panel .e-panel-header {
    border-bottom: none;
    color: rgba(0,0,0,.54);
    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-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 {
    border: 1px solid #e0e0e0;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double,.e-dashboardlayout.e-control .e-panel .e-resize.e-single {
    position: absolute;
    touch-action: none
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east,.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-single.e-west {
    border: none
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover {
    cursor: e-resize
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover {
    cursor: w-resize
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover {
    cursor: n-resize
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover {
    cursor: s-resize
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover {
    cursor: nw-resize
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover {
    cursor: ne-resize
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover {
    cursor: sw-resize
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover {
    cursor: se-resize
}

.e-dashboardlayout.e-control .e-panel .e-resize.e-double:before,.e-dashboardlayout.e-control .e-panel .e-resize.e-single:before {
    font-family: e-icons;
    position: absolute
}

.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-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-holder {
    background: rgba(63,81,181,.2);
    border: 1px dotted #3f51b5;
    position: absolute;
    border-radius: 2px
}

.e-dashboardlayout.e-control .e-holder.e-holder-transition {
    transition: top .3s,left .3s
}

.e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header,.e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    padding: 0 12px
}

.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: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
    box-sizing: border-box;
    position: absolute
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
    color: rgba(0,0,0,.54)
}

.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: #000;
    font-size: 20px;
    height: 20px;
    width: 20px
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
    bottom: 1px;
    right: 1px
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
    bottom: 1px;
    left: 1px
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
    left: 1px;
    top: 1px
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double,.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
    right: 1px;
    top: 1px
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
    left: 1px;
    top: 1px
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
    bottom: 1px;
    left: 1px
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
    bottom: 1px;
    right: 1px
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
    right: 1px;
    top: 1px
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
    left: 1px;
    top: 1px
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
    bottom: 1px;
    left: 1px
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
    bottom: 1px;
    right: 1px
}

.e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
    color: rgba(0,0,0,.54)
}

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

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

.e-dropdownbase .e-list-item.e-active.e-hover {
    color: #e3165b
}

.e-input-group:not(.e-disabled) .e-back-icon:active,.e-input-group:not(.e-disabled) .e-back-icon:hover,.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-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 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    margin-top: 2px
}

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

.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    border-color: #e0e0e0
}

.e-bigger .e-popup.e-ddl-device-filter {
    margin-top: 0
}

.e-bigger .e-ddl-device .e-input-group,.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    background: #f5f5f5;
    border-width: 0;
    box-shadow: none;
    margin-bottom: 0
}

.e-bigger .e-ddl-device .e-input-group .e-back-icon,.e-bigger .e-ddl-device .e-input-group .e-clear-icon,.e-bigger .e-ddl-device .e-input-group input.e-input {
    background-color: #f5f5f5
}

.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-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
    min-height: 16px;
    min-width: 16px
}

.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
    padding: 8px 16px 8px 0
}

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

.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group: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-input-focus.e-small .e-clear-icon,.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-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-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .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,.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-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 {
    padding: 5px 5px 5px 12px
}

.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,.e-bigger.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-bigger.e-small .e-clear-icon,.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon {
    min-height: 18px;
    min-width: 18px
}

.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,.e-bigger.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-bigger.e-small .e-input-filter,.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter {
    padding: 8px 16px
}

.e-ddl.e-popup.e-outline .e-filter-parent {
    padding: 4px 8px
}

/*! component's theme wise override material-definitions and variables */
/*! TreeView's material theme wise override definitions and variables */
/*! Kanban component's material theme definitions and variables */
.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"
}

/*! kanban component layout */
.e-kanban {
    display: block;
    outline: medium none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    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: 400;
    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: .57;
    padding: 2px
}

.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-collapse,.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-expand {
    border: 1px solid transparent;
    color: rgba(0,0,0,.54);
    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-collapse: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-expand:focus,.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-expand:hover {
    background: #e0e0e0;
    border: 1px solid transparent;
    border-radius: 100%;
    box-shadow: none;
    color: rgba(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-collapse:focus,.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-expand:focus {
    box-shadow: none
}

.e-kanban .e-kanban-header>div {
    overflow: hidden
}

.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-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: #ffe082
}

.e-kanban .e-kanban-header .e-header-cells.e-max-color {
    background: #ffcdd2
}

.e-kanban .e-kanban-header .e-header-cells.e-collapsed {
    background-color: #f5f5f5;
    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: #ffe082
}

.e-kanban .e-kanban-header .e-header-cells.e-collapsed.e-max-color {
    background: #ffcdd2
}

.e-kanban .e-kanban-header .e-header-cells.e-collapsed .e-header-title,.e-kanban .e-kanban-header .e-header-cells.e-collapsed .e-limits {
    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: .57;
    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-max-count,.e-kanban .e-kanban-header .e-header-cells .e-limits .e-min-count {
    font-size: 13px;
    font-weight: 400;
    opacity: .57;
    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-limits .e-max-count,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-limits .e-min-count {
    font-size: 13px;
    font-weight: 400;
    opacity: .57;
    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: #ffe082
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-max-color {
    background: #ffcdd2
}

.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-container,.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-limits {
    display: none
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text {
    color: rgba(0,0,0,.87);
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    padding: 8px 0 0 13px;
    position: relative;
    text-overflow: ellipsis;
    text-transform: lowercase;
    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: 400;
    opacity: .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-container,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-multi-card-wrapper {
    display: none
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper {
    height: inherit;
    overflow: auto;
    padding: 8px 8px 0
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-empty-card,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card.e-draggable,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-draggable {
    cursor: all-scroll
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-header,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-header {
    padding: 7px 11px 0
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-header .e-card-header-title,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card .e-card-footer,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card .e-card-content,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card.e-card-color,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card.e-card-color .e-card-header,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card.e-card-color .e-card-content,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card.e-card-color .e-card-tags,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card.e-card-color.e-selection,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card.e-card-color.e-selection:hover,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card.e-card-color:hover,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card.e-card-color .e-card-footer,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card .e-card-tag,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card .e-card-tags,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card.e-cloned-card,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-cloned-card {
    position: absolute;
    z-index: 1
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-selection,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-selection {
    border: 1px solid transparent;
    box-shadow: none
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-selection:hover,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card:hover,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card:hover {
    border: 1px solid transparent;
    box-shadow: none
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card:focus,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card:focus {
    border: 1px solid #e0e0e0
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color:focus,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-card.e-kanban-dragged-card,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-kanban-dragged-card {
    display: none
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-multi-card-clone,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-multi-card-clone {
    border: 1px solid #9e9e9e;
    height: 34px
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-multi-card-text,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .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-container .e-target-dragged-clone,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dropped-clone,.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 {
    border-radius: 0;
    margin-bottom: 8px
}

.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-wrapper .e-target-dragged-clone {
    background-color: #f5f5f5;
    border: 1px dashed #9e9e9e
}

.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dropped-clone,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone {
    background: rgba(63,81,181,.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: .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-collapse,.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand {
    border: 1px solid transparent;
    color: rgba(0,0,0,.54);
    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-collapse: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-expand:focus,.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand:hover {
    background: #e0e0e0;
    border: 1px solid transparent;
    border-radius: 100%;
    box-shadow: none;
    color: rgba(0,0,0,.54);
    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: 400;
    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: .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: #ffe082
}

.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells.e-max-color {
    background: #ffcdd2
}

.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-container,.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells .e-card-wrapper {
    min-height: 50px
}

.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-card-container,.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-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-collapse-header-text {
    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: 0;
    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: ltr
}

.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,.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 {
    margin: 0 8px 0 0
}

.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar {
    background: #f5f5f5;
    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-level-title,.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar .e-toolbar-menu {
    padding-top: 6px
}

.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar .e-toolbar-level-title .e-icon-menu,.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar .e-toolbar-menu .e-icon-menu {
    color: inherit;
    font-size: 14px;
    padding: 7px 7px 7px 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: #fff;
    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-color: #383838;
    height: 100%;
    opacity: .5;
    width: 100%
}

.e-bigger.e-kanban .e-swimlane-header-toolbar,.e-bigger .e-kanban .e-swimlane-header-toolbar {
    margin-bottom: 5px;
    min-height: 56px
}

.e-bigger.e-kanban .e-swimlane-header-toolbar .e-icon-menu,.e-bigger .e-kanban .e-swimlane-header-toolbar .e-icon-menu,.e-bigger.e-kanban .e-swimlane-header-toolbar .e-toolbar-swimlane-name,.e-bigger .e-kanban .e-swimlane-header-toolbar .e-toolbar-swimlane-name {
    font-size: 18px
}

.e-bigger.e-kanban .e-kanban-table.e-content-table,.e-bigger .e-kanban .e-kanban-table.e-content-table,.e-bigger.e-kanban .e-swimlane .e-kanban-table.e-content-table,.e-bigger .e-kanban .e-swimlane .e-kanban-table.e-content-table {
    border-spacing: 10px 0
}

.e-bigger.e-kanban .e-frozen-swimlane-row .e-frozen-row,.e-bigger .e-kanban .e-frozen-swimlane-row .e-frozen-row {
    padding: 13px 0 0 10px
}

.e-bigger.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text,.e-bigger .e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
    font-size: 14px
}

.e-bigger.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-item-count,.e-bigger .e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-item-count {
    line-height: 20px;
    padding: 2px
}

.e-bigger.e-kanban .e-kanban-table col.e-collapsed,.e-bigger .e-kanban .e-kanban-table col.e-collapsed {
    width: 50px
}

.e-bigger.e-kanban .e-kanban-table .e-header-cells,.e-bigger .e-kanban .e-kanban-table .e-header-cells {
    height: 56px
}

.e-bigger.e-kanban .e-kanban-table .e-header-cells .e-header-text,.e-bigger .e-kanban .e-kanban-table .e-header-cells .e-header-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: lowercase
}

.e-bigger.e-kanban .e-kanban-table .e-header-cells .e-item-count,.e-bigger .e-kanban .e-kanban-table .e-header-cells .e-item-count {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    text-transform: lowercase
}

.e-bigger.e-kanban .e-kanban-table .e-header-cells .e-column-collapse,.e-bigger .e-kanban .e-kanban-table .e-header-cells .e-column-collapse,.e-bigger.e-kanban .e-kanban-table .e-header-cells .e-column-expand,.e-bigger .e-kanban .e-kanban-table .e-header-cells .e-column-expand {
    font-size: 12px
}

.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper {
    padding: 8px 8px 0
}

.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dropped-clone,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dropped-clone,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone {
    margin-bottom: 8px
}

.e-bigger.e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header,.e-bigger .e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header {
    padding: 0
}

.e-bigger.e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text,.e-bigger .e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
    font-size: 14px;
    line-height: 20px
}

.e-bigger.e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header .e-item-count,.e-bigger .e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header .e-item-count {
    font-size: 12px;
    line-height: 20px;
    padding: 2px
}

.e-bigger.e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse,.e-bigger .e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse,.e-bigger.e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand,.e-bigger .e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand {
    font-size: 12px
}

.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-header,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-header,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-header,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-header {
    padding: 7px 11px 0 8px
}

.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-content,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-content,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-content,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-content {
    padding: 8px 11px 8px 8px
}

.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-footer,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-footer,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-tags,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-tags,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-footer,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-footer,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-tags,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-tags {
    padding: 0 11px 7px 8px
}

.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-header,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-header,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-header,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-header {
    padding: 7px 11px 0
}

.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-content,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-content,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-content,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-content {
    padding: 8px 11px
}

.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-footer,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-footer,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-tags,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-tags,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-footer,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-footer,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-tags,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-tags {
    padding: 0 11px 7px
}

.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color {
    margin-bottom: 8px
}

.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-header .e-card-header-title,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-header .e-card-header-title,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-header .e-card-header-title,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-header .e-card-header-title,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-header .e-card-header-title,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-header .e-card-header-title,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-header .e-card-header-title,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-header .e-card-header-title {
    font-size: 15px;
    line-height: 20px
}

.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-content,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-content,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-content,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-content,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-content,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-content,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-content,.e-bigger .e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-content {
    font-size: 14px;
    line-height: 20px
}

.e-mobile-popup-container.e-device,.e-mobile-popup-wrapper.e-device {
    background-color: #fff;
    border-radius: 2px;
    bottom: 0;
    box-shadow: 0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12),0 11px 15px -7px rgba(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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 1004
}

.e-mobile-popup-container.e-device .e-popup-header .e-close,.e-mobile-popup-wrapper.e-device .e-popup-header .e-close {
    background-color: transparent
}

.e-mobile-popup-container.e-device .e-popup-content,.e-mobile-popup-wrapper.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 {
    min-width: 350px
}

.e-kanban-dialog .e-kanban-form-container table,.e-kanban-dialog .e-kanban-form-wrapper table {
    width: 100%
}

.e-kanban-dialog .e-kanban-form-container table td,.e-kanban-dialog .e-kanban-form-wrapper table td {
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    opacity: .87;
    padding: 5px 0;
    text-align: left
}

.e-kanban-dialog .e-kanban-form-container table .e-label,.e-kanban-dialog .e-kanban-form-wrapper table .e-label {
    padding-right: 10px;
    vertical-align: top;
    width: 35px
}

.e-kanban-dialog .e-kanban-form-container table .e-field,.e-kanban-dialog .e-kanban-form-wrapper table .e-field {
    width: 100%
}

.e-kanban-dialog .e-footer-content .e-dialog-delete.e-btn {
    float: left;
    margin-left: 0
}

.e-rtl .e-kanban-form-container table .e-label,.e-rtl .e-kanban-form-wrapper table .e-label {
    padding-left: 10px;
    padding-right: 0;
    text-align: right
}

.e-rtl .e-dialog-delete {
    float: right
}

/*! kanban component theme */
.e-kanban {
    background: #fff
}

.e-kanban .e-kanban-table .e-header-cells {
    background-color: #f5f5f5
}

.e-kanban .e-kanban-table .e-header-cells .e-header-text,.e-kanban .e-kanban-table .e-header-cells .e-item-count {
    color: rgba(0,0,0,.87)
}

.e-kanban .e-kanban-table .e-header-cells .e-limits {
    color: inherit
}

.e-kanban .e-kanban-table .e-header-cells .e-column-collapse,.e-kanban .e-kanban-table .e-header-cells .e-column-expand {
    border: 1px solid transparent;
    color: rgba(0,0,0,.54)
}

.e-kanban .e-kanban-table .e-header-cells .e-column-collapse:focus,.e-kanban .e-kanban-table .e-header-cells .e-column-collapse:hover,.e-kanban .e-kanban-table .e-header-cells .e-column-expand:focus,.e-kanban .e-kanban-table .e-header-cells .e-column-expand:hover {
    background: #e0e0e0;
    border: 1px solid transparent;
    border-radius: 100%;
    box-shadow: none;
    color: rgba(0,0,0,.54)
}

.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
    background-color: #f5f5f5
}

.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count,.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text {
    color: rgba(0,0,0,.87)
}

.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
    background-color: rgba(63,81,181,.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-color: #eee
}

.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
    color: rgba(0,0,0,.87)
}

.e-kanban .e-kanban-table.e-content-table .e-card .e-card-content {
    color: rgba(0,0,0,.6)
}

.e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
    background-color: #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,.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: #fff
}

.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-item-count,.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-swimlane-text {
    color: rgba(0,0,0,.87)
}

.e-kanban-dialog .e-kanban-form-wrapper table textarea {
    background-color: initial;
    color: rgba(0,0,0,.87)
}

@keyframes e-input-ripple {
    to {
        opacity: 0;
        transform: scale(4)
    }
}

@keyframes slideTopUp {
    0% {
        transform: translateZ(0) scale(1)
    }

    to {
        transform: translateZ(0) scale(1)
    }
}

@keyframes material-spinner-rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes fabric-spinner-rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

/*! TreeView's material theme wise override definitions and variables */
/*! component's theme wise override definitions and variables */
@keyframes tbar-popup-shadow {
    0% {
        border-color: hsla(0,0%,100%,.5);
        box-shadow: 0 0 0 0 hsla(0,0%,100%,.5)
    }

    to {
        box-shadow: 0 0 0 200px hsla(0,0%,100%,.12)
    }
}

/*! component's default definitions and variables */
/*! FileManager's material theme wise override definitions and variables */
.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-doc,.e-filemanager .e-fe-docx {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDhmZTc7fS5jbHMtMntmaWxsOiNhN2RkZmY7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9Xb3JkPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMiwwSDRBMiwyLDAsMCwwLDIsMlYzMGEyLDIsMCwwLDAsMiwySDI4YTIsMiwwLDAsMCwyLTJWOFoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMiwwVjZhMiwyLDAsMCwwLDIsMmg2WiIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3IiB5PSIxNiIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjciIHk9IjEwIiB3aWR0aD0iMTEiIGhlaWdodD0iMiIvPjwvc3ZnPg==")
}

.e-filemanager .e-fe-ppt,.e-filemanager .e-fe-pptx {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZDY2MDA7fS5jbHMtMntmaWxsOiNmZmNkYWE7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9QUHQ8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyLDBWN2ExLDEsMCwwLDAsMSwxaDdaIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3IiB5PSIyMiIgd2lkdGg9IjE3IiBoZWlnaHQ9IjIiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xNiw5aDBhNSw1LDAsMCwxLDUsNXYwYTAsMCwwLDAsMSwwLDBIMTZhMCwwLDAsMCwxLDAsMFY5QTAsMCwwLDAsMSwxNiw5WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTE2LDE2SDE0VjEwLjNBNC44MSw0LjgxLDAsMSwwLDE5LjcsMTZaIi8+PC9zdmc+")
}

.e-filemanager .e-fe-xls,.e-filemanager .e-fe-xlsx {
    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,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM4ZjhmOGY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9Gb2xkZXI8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI5LjUsNy4xNGgtMTNMMTMuMDYsNEgyLjVBMi41LDIuNSwwLDAsMCwwLDYuNXYxOUEyLjUsMi41LDAsMCwwLDIuNSwyOGgyN0EyLjUsMi41LDAsMCwwLDMyLDI1LjVWOS42NEEyLjUsMi41LDAsMCwwLDI5LjUsNy4xNFoiLz48L3N2Zz4=")
}

.e-filemanager .e-fe-locked>.e-fe-grid-icon .e-fe-folder,.e-filemanager .e-fe-locked>.e-text-content .e-fe-folder {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzREQkNDMTt9LnN0MXtmaWxsOiNGRjNFM0U7fS5zdDJ7ZmlsbDojMDA5MEQ4O30uc3Qze2ZpbGw6I0MzNzFCRDt9LnN0NHtmaWxsOiNGRjg2MkM7fS5zdDV7ZmlsbDojNzM3MUNDO30uc3Q2e2ZpbGw6IzRCNDg0Qzt9LnN0N3tmaWxsOiMyMjc5NEE7fS5zdDh7ZmlsbDojODJCQjIyO30uc3Q5e2ZpbGw6I0FBQUFBQTt9LnN0MTB7ZmlsbDojOTk5OTk5O30uc3QxMXtmaWxsOiM4MTgxODE7fS5zdDEye2ZpbGw6I0YzRjNGMzt9LnN0MTN7ZmlsbDojRkZGRkZGO30uc3QxNHtmaWxsOiNFQUVBRUE7fS5zdDE1e2ZpbGw6bm9uZTtzdHJva2U6Izk0OTQ5NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTZ7ZmlsbDojMDI3OUQ3O30uc3QxN3tvcGFjaXR5OjAuNTtmaWxsOiM5NDk0OTQ7fS5zdDE4e2ZpbGw6bm9uZTtzdHJva2U6IzAyNzlENztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTl7ZmlsbDojQzhDOEM4O30uc3QyMHtmaWxsOiMwNDdBRDY7fS5zdDIxe2ZpbGw6I0ZGRkZGRjtzdHJva2U6Izk0OTQ5NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjJ7ZmlsbDpub25lO3N0cm9rZTojQzhDOEM4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QyM3tmaWxsOm5vbmU7c3Ryb2tlOiNDNUM1QzU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDI0e2ZpbGw6bm9uZTtzdHJva2U6I0QxNTczNztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjV7ZmlsbDojRDE1NzM3O30uc3QyNntmaWxsOm5vbmU7c3Ryb2tlOiNGRUZFRkU7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDI3e2ZpbGw6I0Y1QkE5RTt9LnN0Mjh7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QyOXtmaWxsOiNGRUZFRkU7fS5zdDMwe2ZpbGw6IzM4NjJBMTt9LnN0MzF7ZmlsbDpub25lO3N0cm9rZTojRDE1NzM3O3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QzMntmaWxsOiMyQzdBNEY7fS5zdDMze2ZpbGw6bm9uZTtzdHJva2U6I0ZFRkVGRTtzdHJva2Utd2lkdGg6NTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MzR7ZmlsbDojRkZGRkZGO3N0cm9rZTojQzhDOEM4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QzNXtmaWxsOm5vbmU7c3Ryb2tlOiM2RUFGREY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDM2e2ZpbGw6bm9uZTtzdHJva2U6Izk5OTk5OTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0Mzd7ZmlsbDojNkFCMEU1O30uc3QzOHtmaWxsOiNDNUM1QzU7fS5zdDM5e2ZpbGw6I0ZGRkZGRjtzdHJva2U6Izk5OTk5OTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0NDB7ZmlsbDpub25lO3N0cm9rZTojRjVCQjlFO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q0MXtmaWxsOiM4NkJFQjc7fS5zdDQye2ZpbGw6IzZFQUZERjt9LnN0NDN7ZmlsbDojNkJCMEU1O30uc3Q0NHtmaWxsOm5vbmU7c3Ryb2tlOiM2QUFGRTU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ1e2ZpbGw6IzZBQUZFNTt9LnN0NDZ7ZmlsbDojMDA3OEQ3O30uc3Q0N3tmaWxsOiNGRjkyOTI7fS5zdDQ4e2ZpbGw6I0U4N0U3RTt9LnN0NDl7ZmlsbDojRkZDM0MzO30uc3Q1MHtmaWxsOiM5MUQ0RkU7fS5zdDUxe2ZpbGw6IzYzQTdEMzt9LnN0NTJ7ZmlsbDojQzFFN0ZGO30uc3Q1M3tmaWxsOiM4M0Q2Qjk7fS5zdDU0e2ZpbGw6IzQ2QzY4Qzt9LnN0NTV7ZmlsbDojQkJFOEQ4O30uc3Q1NntmaWxsOiNGRUIxN0Q7fS5zdDU3e2ZpbGw6I0REOTY2Njt9LnN0NTh7ZmlsbDojRkVENEI3O30uc3Q1OXtmaWxsOiNGMkEyQTI7fS5zdDYwe2ZpbGw6I0YxQzVDNTt9LnN0NjF7ZmlsbDojREJCNjYzO30uc3Q2MntmaWxsOiNDRUExNTE7fS5zdDYze2ZpbGw6I0VCRDdBOTt9LnN0NjR7ZmlsbDojQ0VDRUNFO30uc3Q2NXtmaWxsOiNCN0I3Qjc7fS5zdDY2e2ZpbGw6I0U0RTRFNDt9LnN0Njd7ZmlsbDojNjVBQUQxO30uc3Q2OHtmaWxsOiNFNTdBN0E7fS5zdDY5e2ZpbGw6I0U2QTZFODt9LnN0NzB7ZmlsbDojRDY4QUQ2O30uc3Q3MXtmaWxsOiNGRkNDRkU7fS5zdDcye2ZpbGw6Izk4Q0U1Rjt9LnN0NzN7ZmlsbDojOENBRjJDO30uc3Q3NHtmaWxsOiNDNkUzQTc7fS5zdDc1e2ZpbGw6I0ZGQjU3ODt9LnN0NzZ7ZmlsbDojRUQ5RjY0O30uc3Q3N3tmaWxsOiNGRkQ2QjU7fS5zdDc4e2ZpbGw6I0Y0QTFFRjt9LnN0Nzl7ZmlsbDojREQ4N0REO30uc3Q4MHtmaWxsOiNGOUNCRjY7fS5zdDgxe2ZpbGw6I0E4QTJGNDt9LnN0ODJ7ZmlsbDojODg4NUU4O30uc3Q4M3tmaWxsOiNDRkNDRjg7fS5zdDg0e2ZpbGw6I0JDQkNCQzt9LnN0ODV7ZmlsbDojQThBOEE4O30uc3Q4NntmaWxsOiNEQURBREE7fS5zdDg3e2ZpbGw6Izc3Q0NEQjt9LnN0ODh7ZmlsbDojQjRFM0VCO30uc3Q4OXtmaWxsOiNGRkI3QTQ7fS5zdDkwe2ZpbGw6I0Y2OUE3Qjt9LnN0OTF7ZmlsbDojRkZEN0NEO30uc3Q5MntmaWxsOiM3MUM4RjQ7fS5zdDkze2ZpbGw6IzhEQzk3Nzt9LnN0OTR7ZmlsbDojN0NBODUxO30uc3Q5NXtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO30uc3Q5NntmaWxsOm5vbmU7c3Ryb2tlOiM2QkIwRTU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDk3e2ZpbGw6IzAwOEZFNzt9LnN0OTh7ZmlsbDojQTdEREZGO30uc3Q5OXtmaWxsOiMyRUI5ODg7fS5zdDEwMHtmaWxsOiM5MkVDQ0E7fS5zdDEwMXtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDEwMntmaWxsOiNGRDY2MDA7fS5zdDEwM3tmaWxsOiNGRkNEQUE7fS5zdDEwNHtmaWxsOiNGRkNDQ0I7fS5zdDEwNXtmaWxsOiNGMTAzMDA7fS5zdDEwNntmaWxsOiNFQ0VDRUM7fS5zdDEwN3tmaWxsOiNGMjlDMUY7fS5zdDEwOHtmaWxsOiNGRkVGQ0M7fS5zdDEwOXtmaWxsOiNEQ0RDRkY7fS5zdDExMHtmaWxsOiNENkQ2RDY7fS5zdDExMXtmaWxsOiNFOUZGQjg7fS5zdDExMntmaWxsOiNDNUVGRkY7fS5zdDExM3tmaWxsOiNDQUZGRTE7fS5zdDExNHtmaWxsOiNGRkNEQUI7fS5zdDExNXtmaWxsOiM4MjNBOUI7fS5zdDExNntmaWxsOiNFQ0JERkY7fS5zdDExN3tmaWxsOiNBRkVGRUQ7fS5zdDExOHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMTl7ZmlsbDojOEY4RjhGO30uc3QxMjB7b3BhY2l0eTowLjQ1O30uc3QxMjF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDozO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMjJ7ZmlsbDojOTFENUZGO30uc3QxMjN7ZmlsbDojMjY5RkU5O30uc3QxMjR7ZmlsbDojOTQ5NDk0O30uc3QxMjV7ZmlsbDojRjVCQjlFO30uc3QxMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO30uc3QxMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNF8pO2ZpbGw6IzMwMzAzMDt9LnN0MTI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzZfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MTYxNjE7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOF8pO30uc3QxMzB7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwXyk7ZmlsbDojRkZFMkUyO30uc3QxMzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTRfKTt9LnN0MTMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2Xyk7ZmlsbDojMzAzMDMwO30uc3QxMzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMThfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MTYxNjE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDEzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMF8pO30uc3QxMzV7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjJfKTtmaWxsOiNGRkZGRkY7fS5zdDEzNntvcGFjaXR5OjAuNDI7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjRfKTt9LnN0MTM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2Xyk7fS5zdDEzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yOF8pO2ZpbGw6IzMwMzAzMDt9LnN0MTQwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwXyk7ZmlsbDpub25lO3N0cm9rZTojNjE2MTYxO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMyXyk7fS5zdDE0MntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2Xyk7fS5zdDE0NHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQ1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyXyk7fS5zdDE0NntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF80NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2Xyk7fS5zdDE0OHtvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDhfKTtmaWxsOiNGRkZGRkY7fS5zdDE0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MF8pO30uc3QxNTB7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyXyk7ZmlsbDojRkZGRkZGO30uc3QxNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTRfKTt9LnN0MTUye29wYWNpdHk6MC4xODtjbGlwLXBhdGg6dXJsKCNTVkdJRF81Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU4Xyk7fS5zdDE1NHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyXyk7fS5zdDE1NntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Xyk7fS5zdDE1OHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzcwXyk7fS5zdDE2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83Ml8pO30uc3QxNjF7b3BhY2l0eTowLjE7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzRfKTtmaWxsOiNGRkZGRkY7fS5zdDE2MntjbGlwLXBhdGg6dXJsKCNTVkdJRF83Nl8pO30uc3QxNjN7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzhfKTtmaWxsOiNGRkZGRkY7fS5zdDE2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84Ml8pO30uc3QxNjV7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0Xyk7ZmlsbDojRkZGRkZGO30uc3QxNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODZfKTt9LnN0MTY3e29wYWNpdHk6MC43O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg4Xyk7ZmlsbDojRkZGRkZGO30uc3QxNjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTJfKTt9LnN0MTY5e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk2Xyk7fS5zdDE3MXtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF85OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTcye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMl8pO30uc3QxNzN7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNl8pO30uc3QxNzV7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4Xyk7ZmlsbDojRkZGRkZGO30uc3QxNzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyXyk7fS5zdDE3N3tvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0Xyk7ZmlsbDojRkZGRkZGO30uc3QxNzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE2Xyk7fS5zdDE3OXtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMThfKTtmaWxsOiNGRkZGRkY7fS5zdDE4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjJfKTt9LnN0MTgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNF8pO2ZpbGw6I0UwRERERDt9LnN0MTgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNl8pO30uc3QxODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI4Xyk7ZmlsbDojRTBEREREO30uc3QxODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwXyk7fS5zdDE4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzJfKTtmaWxsOiNFMEREREQ7fS5zdDE4NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzRfKTt9LnN0MTg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNl8pO2ZpbGw6I0UwRERERDt9LnN0MTg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOF8pO30uc3QxODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQwXyk7ZmlsbDojRTBEREREO30uc3QxOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyXyk7fS5zdDE5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDRfKTtmaWxsOiNFMEREREQ7fS5zdDE5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDZfKTt9LnN0MTkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OF8pO2ZpbGw6I0UwRERERDt9LnN0MTk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MF8pO30uc3QxOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUyXyk7ZmlsbDojRTBEREREO30uc3QxOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU0Xyk7fS5zdDE5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTZfKTtmaWxsOiMyMTIxMjE7fS5zdDE5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNThfKTt9LnN0MTk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MF8pO2ZpbGw6bm9uZTtzdHJva2U6IzYxNjE2MTtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2Ml8pO30uc3QyMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY0Xyk7ZmlsbDojRkZGRkZGO30uc3QyMDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY4Xyk7fS5zdDIwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzBfKTtmaWxsOiNGRkZGRkY7fS5zdDIwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzJfKTt9LnN0MjA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3Nl8pO30uc3QyMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4Xyk7ZmlsbDojRkZGRkZGO30uc3QyMDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwXyk7fS5zdDIwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODJfKTtmaWxsOiNGRkZGRkY7fS5zdDIxMHtvcGFjaXR5OjAuMjQ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg0Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4Nl8pO30uc3QyMTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Xyk7ZmlsbDojRkZGRkZGO30uc3QyMTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwXyk7fS5zdDIxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTJfKTtmaWxsOiMzMDMwMzA7fS5zdDIxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTRfKTt9LnN0MjE2e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTZfKTtmaWxsOiNEOEQ4RDg7fS5zdDIxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOThfKTt9LnN0MjE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIwMF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIwMl8pO30uc3QyMjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjA0Xyk7ZmlsbDojMzAzMDMwO30uc3QyMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjA4Xyk7fS5zdDIyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMTBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyMjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjEyXyk7fS5zdDIyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMTRfKTt9LnN0MjI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIxNl8pO2ZpbGw6I0UwRERERDt9LnN0MjI2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIxOF8pO30uc3QyMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjIwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIyMl8pO30uc3QyMjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjI0Xyk7fS5zdDIzMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMjZfKTtmaWxsOiNFMEREREQ7fS5zdDIzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMjhfKTt9LnN0MjMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIzMF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDIzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMzJfKTt9LnN0MjM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIzNF8pO30uc3QyMzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjM2Xyk7ZmlsbDojRTBEREREO30uc3QyMzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjM4Xyk7fS5zdDIzN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNDBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyMzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjQyXyk7fS5zdDIzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNDRfKTt9LnN0MjQwe29wYWNpdHk6MC44MjI4O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI0Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI0OF8pO30uc3QyNDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjUwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI1Ml8pO30uc3QyNDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjU0Xyk7fS5zdDI0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNTZfKTtmaWxsOiNFMEREREQ7fS5zdDI0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNThfKTt9LnN0MjQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2MF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDI0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNjJfKTt9LnN0MjQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2NF8pO30uc3QyNTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjY2Xyk7ZmlsbDojRTBEREREO30uc3QyNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjY4Xyk7fS5zdDI1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNzBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyNTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjcyXyk7fS5zdDI1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNzRfKTt9LnN0MjU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI3Nl8pO2ZpbGw6I0UwRERERDt9LnN0MjU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI3OF8pO30uc3QyNTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjgwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI4Ml8pO30uc3QyNTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjg0Xyk7fS5zdDI2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yODZfKTtmaWxsOiNFMEREREQ7fS5zdDI2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yODhfKTt9LnN0MjYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI5MF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDI2M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yOTJfKTt9LnN0MjY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI5NF8pO30uc3QyNjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjk2Xyk7ZmlsbDojRTBEREREO30uc3QyNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjk4Xyk7fS5zdDI2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMDBfKTtmaWxsOiNGRjg2MkM7fS5zdDI2OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMDJfKTt9LnN0MjY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwNl8pO30uc3QyNzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzA4Xyk7ZmlsbDojRkZGRkZGO30uc3QyNzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzEwXyk7fS5zdDI3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMTJfKTtmaWxsOiNGRkZGRkY7fS5zdDI3NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMTRfKTt9LnN0Mjc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMxNl8pO2ZpbGw6I0ZGQ0RBQjt9LnN0Mjc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMxOF8pO30uc3QyNzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzIwXyk7ZmlsbDojRkY4NjJDO30uc3QyNzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzIyXyk7fS5zdDI3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMjRfKTtmaWxsOiNGRkZGRkY7fS5zdDI4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMjZfKTt9LnN0Mjgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMyOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMzMF8pO30uc3QyODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzMyXyk7ZmlsbDojRkZGRkZGO30uc3QyODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzM0Xyk7fS5zdDI4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMzZfKTtmaWxsOiNGRkNEQUI7fS5zdDI4NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMzhfKTt9LnN0Mjg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM0MF8pO2ZpbGw6I0ZGODYyQzt9LnN0Mjg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM0Ml8pO30uc3QyODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzQ0Xyk7ZmlsbDojRkZGRkZGO30uc3QyOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzQ2Xyk7fS5zdDI5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNDhfKTtmaWxsOiNGRkZGRkY7fS5zdDI5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNTBfKTt9LnN0Mjkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM1NF8pO30uc3QyOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzU2Xyk7ZmlsbDojRkZDREFCO30uc3QyOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzU4Xyk7fS5zdDI5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNjBfKTtmaWxsOiM0QjQ4NEM7fS5zdDI5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNjJfKTt9LnN0Mjk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2Nl8pO30uc3QzMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzY4Xyk7ZmlsbDojRkZGRkZGO30uc3QzMDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzcwXyk7fS5zdDMwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNzJfKTtmaWxsOiNGRkZGRkY7fS5zdDMwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNzRfKTt9LnN0MzA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM3Nl8pO2ZpbGw6I0Q2RDZENjt9LnN0MzA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM3OF8pO30uc3QzMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzgwXyk7ZmlsbDojMkVCOTg4O30uc3QzMDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzgyXyk7fS5zdDMwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zODRfKTtmaWxsOiM5MkVDQ0E7fS5zdDMxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zODZfKTt9LnN0MzExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM4OF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDMxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOTBfKTt9LnN0MzEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM5Ml8pO30uc3QzMTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzk0Xyk7ZmlsbDojRkZGRkZGO30uc3QzMTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzk2Xyk7fS5zdDMxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOThfKTtmaWxsOiNGRkZGRkY7fS5zdDMxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80MDBfKTt9LnN0MzE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQwNF8pO30uc3QzMjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDA2Xyk7ZmlsbDojRkY4NjJDO30uc3QzMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDA4Xyk7fS5zdDMyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF80MTBfKTtmaWxsOiNGRkZGRkY7fS5zdDMyM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80MTJfKTt9LnN0MzI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQxNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQxNl8pO30uc3QzMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDE4Xyk7ZmlsbDojRkZGRkZGO30uc3QzMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDIwXyk7fS5zdDMyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MjJfKTtmaWxsOiNBQUFBQUE7fS5zdDMyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MjRfKTt9LnN0MzMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyNl8pO2ZpbGw6I0VDRUNFQzt9LnN0MzMxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyOF8pO30uc3QzMzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDMwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MzMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQzMl8pO30uc3QzMzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDM0Xyk7fS5zdDMzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MzZfKTtmaWxsOiNGRkZGRkY7fS5zdDMzNntjbGlwLXBhdGg6dXJsKCNTVkdJRF80MzhfKTt9LnN0MzM3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ0MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ0Ml8pO30uc3QzMzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDQ0Xyk7ZmlsbDojRkZGRkZGO30uc3QzNDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDQ2Xyk7fS5zdDM0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NDhfKTtmaWxsOiMwMDkwRDg7fS5zdDM0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF80NTBfKTt9LnN0MzQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ1NF8pO30uc3QzNDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDU2Xyk7ZmlsbDojRkZGRkZGO30uc3QzNDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDU4Xyk7fS5zdDM0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80NjBfKTtmaWxsOiNGRkZGRkY7fS5zdDM0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NjJfKTt9LnN0MzQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2NF8pO2ZpbGw6I0M1RUZGRjt9LnN0MzUwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2Nl8pO30uc3QzNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDY4Xyk7ZmlsbDojMjI3OTRBO30uc3QzNTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDcwXyk7fS5zdDM1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80NzJfKTtmaWxsOiNGRkZGRkY7fS5zdDM1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NzRfKTt9LnN0MzU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ3Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ3OF8pO30uc3QzNTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDgwXyk7ZmlsbDojRkZGRkZGO30uc3QzNTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDgyXyk7fS5zdDM1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80ODRfKTtmaWxsOiNDQUZGRTE7fS5zdDM2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80ODZfKTt9LnN0MzYxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ4OF8pO2ZpbGw6I0YyOUMxRjt9LnN0MzYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ5MF8pO30uc3QzNjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDkyXyk7ZmlsbDojRkZFRkNDO30uc3QzNjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDk0Xyk7fS5zdDM2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80OTZfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QzNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDk4Xyk7fS5zdDM2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81MDBfKTt9LnN0MzY4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUwNF8pO30uc3QzNzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTA2Xyk7ZmlsbDojRkZGRkZGO30uc3QzNzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTA4Xyk7fS5zdDM3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81MTBfKTtmaWxsOiNGRkZGRkY7fS5zdDM3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81MTJfKTt9LnN0Mzc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUxNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUxNl8pO30uc3QzNzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTE4Xyk7ZmlsbDojRjEwMzAwO30uc3QzNzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTIwXyk7fS5zdDM3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MjJfKTtmaWxsOiNGRkNDQ0I7fS5zdDM3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MjRfKTt9LnN0Mzgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyOF8pO30uc3QzODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTMwXyk7ZmlsbDojRkZGRkZGO30uc3QzODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTMyXyk7fS5zdDM4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MzRfKTtmaWxsOiMwMDhGRTc7fS5zdDM4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MzZfKTt9LnN0Mzg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUzOF8pO2ZpbGw6I0E3RERGRjt9LnN0Mzg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU0MF8pO30uc3QzODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTQyXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0Mzg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU0NF8pO30uc3QzOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTQ2Xyk7fS5zdDM5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NDhfKTtmaWxsOiNGRkZGRkY7fS5zdDM5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81NTBfKTt9LnN0Mzkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU1NF8pO30uc3QzOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTU2Xyk7ZmlsbDojRkZGRkZGO30uc3QzOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTU4Xyk7fS5zdDM5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81NjBfKTtmaWxsOiMzMDMwMzA7fS5zdDM5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NjRfKTt9LnN0Mzk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU2Nl8pO2ZpbGw6IzI4MjcyNzt9LnN0NDAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU2OF8pO30uc3Q0MDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTcwXyk7ZmlsbDpub25lO3N0cm9rZTojNDE0MDQwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q0MDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTcyXyk7fS5zdDQwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81NzRfKTtmaWxsOiNEQURBREE7fS5zdDQwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NzZfKTt9LnN0NDA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU3OF8pO2ZpbGw6I0RBREFEQTt9LnN0NDA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU4MF8pO30uc3Q0MDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTgyXyk7ZmlsbDojREFEQURBO30uc3Q0MDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTg2Xyk7fS5zdDQwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81ODhfKTtmaWxsOiNEQURBREE7fS5zdDQxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81OTJfKTt9LnN0NDExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU5NF8pO2ZpbGw6I0RBREFEQTt9LnN0NDEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU5OF8pO30uc3Q0MTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjAwXyk7ZmlsbDojREFEQURBO30uc3Q0MTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjA0Xyk7fS5zdDQxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MDZfKTtmaWxsOiNEQURBREE7fS5zdDQxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF82MTBfKTt9LnN0NDE3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYxMl8pO2ZpbGw6I0RBREFEQTt9LnN0NDE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYxNl8pO30uc3Q0MTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjE4Xyk7ZmlsbDojMjAxRjFGO30uc3Q0MjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjIwXyk7fS5zdDQyMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MjJfKTtmaWxsOm5vbmU7c3Ryb2tlOiM0MTQwNDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF82MjRfKTt9LnN0NDIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyNl8pO2ZpbGw6IzUxNEY0Rjt9LnN0NDI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyOF8pO30uc3Q0MjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjMwXyk7ZmlsbDojREFEQURBO30uc3Q0MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjMyXyk7fS5zdDQyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82MzRfKTtmaWxsOiNEQURBREE7fS5zdDQyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MzZfKTt9LnN0NDI5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYzOF8pO2ZpbGw6I0RBREFEQTt9LnN0NDMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY0MF8pO30uc3Q0MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjQyXyk7ZmlsbDojRkZGRkZGO30uc3Q0MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjQ0Xyk7fS5zdDQzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82NDZfKTtmaWxsOiNEQURBREE7fS5zdDQzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NDhfKTt9LnN0NDM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY1MF8pO2ZpbGw6I0RBREFEQTt9LnN0NDM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY1Ml8pO30uc3Q0Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjU0Xyk7ZmlsbDojREFEQURBO30uc3Q0Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjU2Xyk7fS5zdDQzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NThfKTtmaWxsOiNEQURBREE7fS5zdDQ0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NjBfKTt9LnN0NDQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Ml8pO2ZpbGw6I0RBREFEQTt9LnN0NDQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Nl8pO30uc3Q0NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjY4Xyk7ZmlsbDojNDE0MDQwO30uc3Q0NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjcwXyk7fS5zdDQ0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NzJfKTtmaWxsOiMyMDFGMUY7fS5zdDQ0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF82NzRfKTt9LnN0NDQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY3Nl8pO2ZpbGw6bm9uZTtzdHJva2U6IzQxNDA0MDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0NDQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY3OF8pO30uc3Q0NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjgwXyk7ZmlsbDojMjAxRjFGO30uc3Q0NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjgyXyk7fS5zdDQ1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82ODRfKTtmaWxsOm5vbmU7c3Ryb2tlOiM5QTlBOUE7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF82ODhfKTt9LnN0NDUze29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF82OTBfKTtmaWxsOiNEOEQ4RDg7fS5zdDQ1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82OTJfKTt9LnN0NDU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY5NF8pO2ZpbGw6I0RBREFEQTt9LnN0NDU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY5Nl8pO30uc3Q0NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjk4Xyk7ZmlsbDojREFEQURBO30uc3Q0NTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzAwXyk7fS5zdDQ1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDJfKTtmaWxsOiNEQURBREE7fS5zdDQ2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDZfKTt9LnN0NDYxe29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDhfKTtmaWxsOiNGRjg0ODQ7fS5zdDQ2MntjbGlwLXBhdGg6dXJsKCNTVkdJRF83MTRfKTt9LnN0NDYze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzcxOF8pO30uc3Q0NjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzIyXyk7fS5zdDQ2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF83MzBfKTt9LnN0NDY3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzczNF8pO30uc3Q0Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzM4Xyk7fS5zdDQ2OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NDBfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NDZfKTt9LnN0NDcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc1MF8pO30uc3Q0NzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzU0Xyk7fS5zdDQ3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF83NTZfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ3NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NThfKTt9LnN0NDc1e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjBfKTtmaWxsOiNGRjkxOTE7fS5zdDQ3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjRfKTt9LnN0NDc3e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjZfKTtmaWxsOiNGRjkxOTE7fS5zdDQ3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NzBfKTt9LnN0NDc5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc3Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0NDgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc3NF8pO30uc3Q0ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzc2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q0ODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzc4Xyk7fS5zdDQ4M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF83ODBfKTtmaWxsOiM5NDk0OTQ7fS5zdDQ4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83ODJfKTt9LnN0NDg1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc4NF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NDg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc4Nl8pO30uc3Q0ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzg4Xyk7ZmlsbDojOTQ5NDk0O30uc3Q0ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzkwXyk7fS5zdDQ4OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83OTJfKTtmaWxsOiNDNUM1QzU7fS5zdDQ5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83OTRfKTt9LnN0NDkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc5Nl8pO2ZpbGw6I0M1QzVDNTt9LnN0NDkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc5OF8pO30uc3Q0OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODAwXyk7ZmlsbDojOTQ5NDk0O30uc3Q0OTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODA0Xyk7fS5zdDQ5NXtvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODA2Xyk7ZmlsbDojRURGRjhGO30uc3Q0OTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODEwXyk7fS5zdDQ5N3tvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODEyXyk7ZmlsbDojRkZCMUIxO30uc3Q0OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODE2Xyk7fS5zdDQ5OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MThfKTtmaWxsOiNGRkZGRkY7fS5zdDUwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MjBfKTt9LnN0NTAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgyMl8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTAye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgyNF8pO30uc3Q1MDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODI2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q1MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODI4Xyk7fS5zdDUwNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MzBfKTtmaWxsOiM5NDk0OTQ7fS5zdDUwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF84MzJfKTt9LnN0NTA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgzNF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTA4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgzNl8pO30uc3Q1MDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODM4Xyk7ZmlsbDojQzVDNUM1O30uc3Q1MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODQwXyk7fS5zdDUxMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NDJfKTtmaWxsOiNDNUM1QzU7fS5zdDUxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF84NDRfKTt9LnN0NTEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0Nl8pO2ZpbGw6IzZFQUZERjt9LnN0NTE0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0OF8pO30uc3Q1MTV7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg1MF8pO2ZpbGw6I0ZGODQ4NDt9LnN0NTE2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg1NF8pO30uc3Q1MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODU2Xyk7ZmlsbDojQkRCQ0JDO30uc3Q1MTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODU4Xyk7fS5zdDUxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NjBfKTtmaWxsOiNGMUVERUQ7fS5zdDUyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NjJfKTt9LnN0NTIxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg2NF8pO2ZpbGw6I0RBRDhEODt9LnN0NTIye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg2Nl8pO30uc3Q1MjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODY4Xyk7ZmlsbDojQkRCQ0JDO30uc3Q1MjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODcwXyk7fS5zdDUyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NzJfKTtmaWxsOiNCREJDQkM7fS5zdDUyNntjbGlwLXBhdGg6dXJsKCNTVkdJRF84NzRfKTt9LnN0NTI3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg3Nl8pO2ZpbGw6I0JEQkNCQzt9LnN0NTI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg3OF8pO30uc3Q1Mjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODgwXyk7ZmlsbDojRUFFQUVBO30uc3Q1MzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODgyXyk7fS5zdDUzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODRfKTtmaWxsOiNCREJDQkM7fS5zdDUzMntjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODZfKTt9LnN0NTMze29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODhfKTtmaWxsOiNERUVDRjk7fS5zdDUzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84OTJfKTt9LnN0NTM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg5NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0NTM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg5Nl8pO30uc3Q1Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODk4Xyk7ZmlsbDojOTQ5NDk0O30uc3Q1Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTAwXyk7fS5zdDUzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MDJfKTtmaWxsOiM5NDk0OTQ7fS5zdDU0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MDRfKTt9LnN0NTQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkwNl8pO2ZpbGw6I0M1QzVDNTt9LnN0NTQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkwOF8pO30uc3Q1NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTEwXyk7ZmlsbDojQzVDNUM1O30uc3Q1NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTEyXyk7fS5zdDU0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MTRfKTtmaWxsOiM5NDk0OTQ7fS5zdDU0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF85MTZfKTt9LnN0NTQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkxOF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkyMl8pO30uc3Q1NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTI0Xyk7ZmlsbDojRkZGRkZGO30uc3Q1NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTI2Xyk7fS5zdDU1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MjhfKTtmaWxsOiM5NDk0OTQ7fS5zdDU1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF85MzBfKTt9LnN0NTUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkzMl8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkzNF8pO30uc3Q1NTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTM2Xyk7ZmlsbDojQzVDNUM1O30uc3Q1NTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTM4Xyk7fS5zdDU1N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF85NDBfKTtmaWxsOiNDNUM1QzU7fS5zdDU1OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NDJfKTt9LnN0NTU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk0NF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTYwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk0Nl8pO30uc3Q1NjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTQ4Xyk7ZmlsbDojQzVDNUM1O30uc3Q1NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTUwXyk7fS5zdDU2M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF85NTJfKTtmaWxsOiNDNUM1QzU7fS5zdDU2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NTRfKTt9LnN0NTY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk1Nl8pO2ZpbGw6I0M1QzVDNTt9LnN0NTY2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk1OF8pO30uc3Q1Njd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTYwXyk7ZmlsbDojQzVDNUM1O30uc3Q1Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTYyXyk7fS5zdDU2OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NjRfKTtmaWxsOiNDNUM1QzU7fS5zdDU3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NjZfKTt9LnN0NTcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk2OF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTcye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk3MF8pO30uc3Q1NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTcyXyk7ZmlsbDojQzVDNUM1O30uc3Q1NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTc0Xyk7fS5zdDU3NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NzZfKTtmaWxsOiNDNUM1QzU7fS5zdDU3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF85NzhfKTt9LnN0NTc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk4MF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTc4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk4Ml8pO30uc3Q1Nzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTg0Xyk7ZmlsbDojQzVDNUM1O30uc3Q1ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTg2Xyk7fS5zdDU4MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85ODhfKTtmaWxsOiNDNUM1QzU7fS5zdDU4MntjbGlwLXBhdGg6dXJsKCNTVkdJRF85OTBfKTt9LnN0NTgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk5Ml8pO2ZpbGw6I0M1QzVDNTt9LnN0NTg0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk5NF8pO30uc3Q1ODV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTk2Xyk7ZmlsbDojQzVDNUM1O30uc3Q1ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTk4Xyk7fS5zdDU4N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDAwXyk7ZmlsbDojQzVDNUM1O30uc3Q1ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAwMl8pO30uc3Q1ODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAwNF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTkwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMDZfKTt9LnN0NTkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMDhfKTtmaWxsOiMyQzdBNEY7fS5zdDU5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDEwXyk7fS5zdDU5M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDEyXyk7ZmlsbDojRkVGRUZFO30uc3Q1OTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAxNF8pO30uc3Q1OTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAxNl8pO2ZpbGw6I0JEQkNCQzt9LnN0NTk2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMThfKTt9LnN0NTk3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMjBfKTtmaWxsOiNGMUVERUQ7fS5zdDU5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDIyXyk7fS5zdDU5OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDI0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAyNl8pO30uc3Q2MDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAyOF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjAye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMzBfKTt9LnN0NjAze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMzJfKTtmaWxsOiNGMUVERUQ7fS5zdDYwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDM0Xyk7fS5zdDYwNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDM2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAzOF8pO30uc3Q2MDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA0MF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjA4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNDJfKTt9LnN0NjA5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNDRfKTtmaWxsOiNGMUVERUQ7fS5zdDYxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDQ2Xyk7fS5zdDYxMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDQ4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA1MF8pO30uc3Q2MTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA1Ml8pO2ZpbGw6I0JEQkNCQzt9LnN0NjE0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNTRfKTt9LnN0NjE1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNTZfKTtmaWxsOiNGMUVERUQ7fS5zdDYxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDU4Xyk7fS5zdDYxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDYwXyk7ZmlsbDojREFEOEQ4O30uc3Q2MTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA2Ml8pO30uc3Q2MTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA2NF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjIwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNjZfKTt9LnN0NjIxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNjhfKTtmaWxsOiNGMUVERUQ7fS5zdDYyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDcwXyk7fS5zdDYyM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDcyXyk7ZmlsbDojREFEOEQ4O30uc3Q2MjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA3NF8pO30uc3Q2MjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA3Nl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjI2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNzhfKTt9LnN0NjI3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwODBfKTtmaWxsOiNGMUVERUQ7fS5zdDYyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDgyXyk7fS5zdDYyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDg0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4Nl8pO30uc3Q2MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4OF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwOTBfKTt9LnN0NjMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwOTJfKTtmaWxsOiNGMUVERUQ7fS5zdDYzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDk0Xyk7fS5zdDYzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDk2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA5OF8pO30uc3Q2Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEwMF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMDJfKTt9LnN0NjM5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMDRfKTtmaWxsOiNGMUVERUQ7fS5zdDY0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTA2Xyk7fS5zdDY0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTA4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTExMF8pO30uc3Q2NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTExMl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMTRfKTt9LnN0NjQ1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMTZfKTtmaWxsOiNGMUVERUQ7fS5zdDY0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTE4Xyk7fS5zdDY0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTIwXyk7ZmlsbDojREFEOEQ4O30uc3Q2NDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyMl8pO30uc3Q2NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyNF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjUwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMjZfKTt9LnN0NjUxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMjhfKTtmaWxsOiNGMUVERUQ7fS5zdDY1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTMwXyk7fS5zdDY1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTMyXyk7ZmlsbDojREFEOEQ4O30uc3Q2NTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEzNF8pO30uc3Q2NTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEzNl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMzhfKTt9LnN0NjU3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNDBfKTtmaWxsOiNGMUVERUQ7fS5zdDY1OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTQyXyk7fS5zdDY1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTQ0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0Nl8pO30uc3Q2NjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0OF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNTBfKTt9LnN0NjYze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNTJfKTtmaWxsOiNGMUVERUQ7fS5zdDY2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTU0Xyk7fS5zdDY2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTU2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE1OF8pO30uc3Q2Njd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE2MF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjY4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNjJfKTt9LnN0NjY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNjRfKTtmaWxsOiNGMUVERUQ7fS5zdDY3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTY2Xyk7fS5zdDY3MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTY4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE3MF8pO30uc3Q2NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE3Ml8pO2ZpbGw6I0JEQkNCQzt9LnN0Njc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNzRfKTt9LnN0Njc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNzZfKTtmaWxsOiNGMUVERUQ7fS5zdDY3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTc4Xyk7fS5zdDY3N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTgwXyk7ZmlsbDojREFEOEQ4O30uc3Q2Nzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE4Ml8pO30uc3Q2Nzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE4NF8pO2ZpbGw6I0JEQkNCQzt9LnN0Njgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExODZfKTt9LnN0Njgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExODhfKTtmaWxsOiNGMUVERUQ7fS5zdDY4MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTkwXyk7fS5zdDY4M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTkyXyk7ZmlsbDojREFEOEQ4O30uc3Q2ODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE5NF8pO30uc3Q2ODV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE5Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0Njg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExOThfKTt9LnN0Njg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMDBfKTtmaWxsOiM5NDk0OTQ7fS5zdDY4OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjAyXyk7fS5zdDY4OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjA0Xyk7ZmlsbDojOTQ5NDk0O30uc3Q2OTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIwNl8pO30uc3Q2OTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIwOF8pO2ZpbGw6Izk0OTQ5NDt9LnN0Njkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMTBfKTt9LnN0Njkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMTJfKTtmaWxsOiM5NDk0OTQ7fS5zdDY5NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjE0Xyk7fS5zdDY5NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjE2Xyk7ZmlsbDojQzVDNUM1O30uc3Q2OTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIxOF8pO30uc3Q2OTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIyMF8pO2ZpbGw6I0M1QzVDNTt9LnN0Njk4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMjJfKTt9LnN0Njk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMjRfKTtmaWxsOiM5NDk0OTQ7fS5zdDcwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjI2Xyk7fS5zdDcwMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjI4Xyk7ZmlsbDojRkZGRkZGO30uc3Q3MDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIzMF8pO30uc3Q3MDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIzMl8pO2ZpbGw6Izk5OTk5OTt9LnN0NzA0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMzRfKTt9LnN0NzA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMzZfKTtmaWxsOiNFQUVBRUE7fS5zdDcwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjM4Xyk7fS5zdDcwN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjQwXyk7ZmlsbDojNkJCMEU1O30uc3Q3MDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI0Ml8pO30uc3Q3MDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI0NF8pO2ZpbGw6Izk5OTk5OTt9LnN0NzEwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNDZfKTt9LnN0NzExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNDhfKTtmaWxsOiNDOEM4Qzg7fS5zdDcxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjUwXyk7fS5zdDcxM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjUyXyk7ZmlsbDojQzhDOEM4O30uc3Q3MTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI1NF8pO30uc3Q3MTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI1Nl8pO2ZpbGw6I0M4QzhDODt9LnN0NzE2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNThfKTt9LnN0NzE3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNjBfKTtmaWxsOiNDOEM4Qzg7fS5zdDcxOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjYyXyk7fS5zdDcxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjY0Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI2Nl8pO30uc3Q3MjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI2OF8pO2ZpbGw6I0M1QzVDNTt9LnN0NzIye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNzBfKTt9LnN0NzIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNzJfKTtmaWxsOiNDNUM1QzU7fS5zdDcyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjc0Xyk7fS5zdDcyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjc2Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI3OF8pO30uc3Q3Mjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI4MF8pO2ZpbGw6I0M1QzVDNTt9LnN0NzI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyODJfKTt9LnN0NzI5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyODRfKTtmaWxsOiNDNUM1QzU7fS5zdDczMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjg2Xyk7fS5zdDczMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjg4Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI5MF8pO30uc3Q3MzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI5Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyOTRfKTt9LnN0NzM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyOTZfKTtmaWxsOiM5NDk0OTQ7fS5zdDczNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjk4Xyk7fS5zdDczN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzAwXyk7ZmlsbDojRkZGRkZGO30uc3Q3Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwMl8pO30uc3Q3Mzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwNF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NzQwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMDZfKTt9LnN0NzQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMDhfKTtmaWxsOiNGRkZGRkY7fS5zdDc0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzEwXyk7fS5zdDc0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzEyXyk7ZmlsbDojQzhDOEM4O30uc3Q3NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMxNF8pO30uc3Q3NDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMxNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzQ2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMThfKTt9LnN0NzQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMjBfKTtmaWxsOiNDOEM4Qzg7fS5zdDc0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzIyXyk7fS5zdDc0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzI0Xyk7ZmlsbDojRkZGRkZGO30uc3Q3NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMyNl8pO30uc3Q3NTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMyOF8pO2ZpbGw6I0M4QzhDODt9LnN0NzUye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMzBfKTt9LnN0NzUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMzJfKTtmaWxsOiNGRkZGRkY7fS5zdDc1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzM0Xyk7fS5zdDc1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzM2Xyk7ZmlsbDojQzhDOEM4O30uc3Q3NTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMzOF8pO30uc3Q3NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM0MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNDJfKTt9LnN0NzU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNDRfKTtmaWxsOiNDOEM4Qzg7fS5zdDc2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzQ2Xyk7fS5zdDc2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzQ4Xyk7ZmlsbDojRkZGRkZGO30uc3Q3NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM1MF8pO30uc3Q3NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM1Ml8pO2ZpbGw6I0M4QzhDODt9LnN0NzY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNTRfKTt9LnN0NzY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNTZfKTtmaWxsOiNGRkZGRkY7fS5zdDc2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzU4Xyk7fS5zdDc2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzYwXyk7ZmlsbDojQzhDOEM4O30uc3Q3Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM2Ml8pO30uc3Q3Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM2NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Nzcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNjZfKTt9LnN0Nzcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNjhfKTtmaWxsOiNDOEM4Qzg7fS5zdDc3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzcwXyk7fS5zdDc3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzcyXyk7ZmlsbDojRkZGRkZGO30uc3Q3NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM3NF8pO30uc3Q3NzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM3Nl8pO2ZpbGw6I0M4QzhDODt9LnN0Nzc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNzhfKTt9LnN0Nzc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzODBfKTtmaWxsOiNGRkZGRkY7fS5zdDc3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzgyXyk7fS5zdDc3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzg0Xyk7ZmlsbDojQzhDOEM4O30uc3Q3ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM4Nl8pO30uc3Q3ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM4OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Nzgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOTBfKTt9LnN0Nzgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOTJfKTtmaWxsOiM5NDk0OTQ7fS5zdDc4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzk0Xyk7fS5zdDc4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzk2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q3ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM5OF8pO30uc3Q3ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQwMF8pO2ZpbGw6I0M1QzVDNTt9LnN0Nzg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MDJfKTt9LnN0Nzg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MDRfKTtmaWxsOiNDNUM1QzU7fS5zdDc5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDA2Xyk7fS5zdDc5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDA4Xyk7ZmlsbDojQzVDNUM1O30uc3Q3OTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQxMF8pO30uc3Q3OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQxMl8pO2ZpbGw6I0M1QzVDNTt9LnN0Nzk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MTRfKTt9LnN0Nzk1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MTZfKTtmaWxsOiNDNUM1QzU7fS5zdDc5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDE4Xyk7fS5zdDc5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDIwXyk7ZmlsbDojMDI3OUQ3O30uc3Q3OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyMl8pO30uc3Q3OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyNF8pO2ZpbGw6IzZBQUZFNTt9LnN0ODAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MjZfKTt9LnN0ODAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MjhfKTtmaWxsOiM2QUFGRTU7fS5zdDgwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDMwXyk7fS5zdDgwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDMyXyk7ZmlsbDojQzVDNUM1O30uc3Q4MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQzNF8pO30uc3Q4MDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQzNl8pO2ZpbGw6IzZBQUZFNTt9LnN0ODA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MzhfKTt9LnN0ODA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NDBfKTtmaWxsOiMwMDc4RDc7fS5zdDgwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDQyXyk7fS5zdDgwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDQ0Xyk7ZmlsbDojMzAzMDMwO30uc3Q4MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ0OF8pO30uc3Q4MTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ1MF8pO2ZpbGw6IzFBMUExQTt9LnN0ODEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NTJfKTt9LnN0ODEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NTRfKTtmaWxsOm5vbmU7c3Ryb2tlOiM1MDUwNTA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDU2Xyk7fS5zdDgxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDU4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ2MF8pO30uc3Q4MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ2Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDY2Xyk7fS5zdDgyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDY4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ3MF8pO30uc3Q4MjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ3Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NzRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDc2Xyk7fS5zdDgyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDc4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ4MF8pO30uc3Q4Mjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ4Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0ODRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDg2Xyk7fS5zdDgzMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDg4Xyk7ZmlsbDojMDA3MEYwO30uc3Q4MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ5MF8pO30uc3Q4MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ5Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0ODMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OTRfKTt9LnN0ODM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OTZfKTtmaWxsOiM5MUQ1RkY7fS5zdDgzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDk4Xyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4MzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUwMF8pO30uc3Q4Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUwMl8pO2ZpbGw6IzM5MzkzOTt9LnN0ODM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MDRfKTt9LnN0ODM5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MDZfKTtmaWxsOiNGMEYwRjA7fS5zdDg0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTA4Xyk7fS5zdDg0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTEwXyk7ZmlsbDojOTFENUZGO30uc3Q4NDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUxMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MTRfKTt9LnN0ODQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MTZfKTtmaWxsOiNGMEYwRjA7fS5zdDg0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTE4Xyk7fS5zdDg0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTIwXyk7ZmlsbDojOTFENUZGO30uc3Q4NDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUyMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MjRfKTt9LnN0ODQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MjZfKTtmaWxsOiNGMEYwRjA7fS5zdDg1MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTI4Xyk7fS5zdDg1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTMwXyk7ZmlsbDojOTFENUZGO30uc3Q4NTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUzMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MzRfKTt9LnN0ODU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MzZfKTtmaWxsOiNGMEYwRjA7fS5zdDg1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTM4Xyk7fS5zdDg1NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTQwXyk7ZmlsbDojOTFENUZGO30uc3Q4NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU0Ml8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NDRfKTt9LnN0ODU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NDZfKTtmaWxsOiM0ODQ4NDg7fS5zdDg2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTQ4Xyk7fS5zdDg2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTUwXyk7ZmlsbDojMUExQTFBO30uc3Q4NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU1Ml8pO30uc3Q4NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU1NF8pO2ZpbGw6bm9uZTtzdHJva2U6IzQ4NDg0ODtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NTZfKTt9LnN0ODY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NThfKTtmaWxsOiMxQTFBMUE7fS5zdDg2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTYwXyk7fS5zdDg2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTYyXyk7ZmlsbDpub25lO3N0cm9rZTojNzY3Njc2O3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU2Nl8pO30uc3Q4Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU2OF8pO2ZpbGw6IzkxRDVGRjt9LnN0ODcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg3MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTcyXyk7fS5zdDg3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTc0Xyk7ZmlsbDojOTFENUZGO30uc3Q4NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU3Nl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NzhfKTt9LnN0ODc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1ODBfKTtmaWxsOiM5MUQ1RkY7fS5zdDg3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTgyXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4Nzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU4NF8pO30uc3Q4Nzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU4Nl8pO2ZpbGw6IzkxRDVGRjt9LnN0ODc5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1ODhfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTkwXyk7fS5zdDg4MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTkyXyk7ZmlsbDojOTFENUZGO30uc3Q4ODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU5NF8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1OTZfKTt9LnN0ODg0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1OThfKTtmaWxsOiM5MUQ1RkY7fS5zdDg4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjAwXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYwNF8pO30uc3Q4ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYwOF8pO30uc3Q4ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYxMl8pO30uc3Q4ODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYxNF8pO2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODkwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjBfKTt9LnN0ODkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjRfKTt9LnN0ODkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjhfKTt9LnN0ODkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg5NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjM2Xyk7fS5zdDg5NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQwXyk7fS5zdDg5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQ0Xyk7fS5zdDg5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQ2Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY1MF8pO30uc3Q4OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY1Ml8pO2ZpbGw6I0ZGQjU3ODt9LnN0OTAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NTRfKTt9LnN0OTAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NTZfKTtmaWxsOiNFRDlGNjQ7fS5zdDkwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjU4Xyk7fS5zdDkwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjYwXyk7ZmlsbDojRkZENkI1O30uc3Q5MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY2Ml8pO30uc3Q5MDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY2NF8pO2ZpbGw6I0VEOUY2NDt9LnN0OTA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NjZfKTt9LnN0OTA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NjhfKTtmaWxsOiNGRkZGRkY7fS5zdDkwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjcwXyk7fS5zdDkwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjcyXyk7ZmlsbDojRkZGRkZGO30uc3Q5MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY3NF8pO30uc3Q5MTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY3Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2ODBfKTt9LnN0OTEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2ODJfKTtmaWxsOiNGRkI1Nzg7fS5zdDkxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjg0Xyk7fS5zdDkxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjg2Xyk7ZmlsbDojRUQ5RjY0O30uc3Q5MTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY4OF8pO30uc3Q5MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY5MF8pO2ZpbGw6I0ZGRDZCNTt9LnN0OTE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2OTJfKTt9LnN0OTE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2OTRfKTtmaWxsOiNFRDlGNjQ7fS5zdDkyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjk2Xyk7fS5zdDkyMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjk4Xyk7ZmlsbDojRkZGRkZGO30uc3Q5MjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcwMF8pO30uc3Q5MjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MDRfKTt9LnN0OTI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MDZfKTtmaWxsOiNGRkZGRkY7fS5zdDkyNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzEwXyk7fS5zdDkyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzEyXyk7ZmlsbDojQ0VDRUNFO30uc3Q5Mjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcxNF8pO30uc3Q5Mjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcxNl8pO2ZpbGw6I0I3QjdCNzt9LnN0OTMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MThfKTt9LnN0OTMxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MjBfKTtmaWxsOiNFNEU0RTQ7fS5zdDkzMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzIyXyk7fS5zdDkzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzI0Xyk7ZmlsbDojQjdCN0I3O30uc3Q5MzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcyNl8pO30uc3Q5MzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcyOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MzBfKTt9LnN0OTM3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MzJfKTtmaWxsOiNGRkZGRkY7fS5zdDkzOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzM0Xyk7fS5zdDkzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzM2Xyk7ZmlsbDojRkZGRkZGO30uc3Q5NDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc0MF8pO30uc3Q5NDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc0Ml8pO2ZpbGw6IzcxQzhGNDt9LnN0OTQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NDRfKTt9LnN0OTQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NDZfKTtmaWxsOiM2M0E3RDM7fS5zdDk0NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzQ4Xyk7fS5zdDk0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzUwXyk7ZmlsbDojQzFFN0ZGO30uc3Q5NDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc1Ml8pO30uc3Q5NDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc1NF8pO2ZpbGw6IzYzQTdEMzt9LnN0OTQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NTZfKTt9LnN0OTQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NThfKTtmaWxsOiNGRkZGRkY7fS5zdDk1MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzYwXyk7fS5zdDk1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzYyXyk7ZmlsbDojRkZGRkZGO30uc3Q5NTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc2NF8pO30uc3Q5NTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc2Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NzBfKTt9LnN0OTU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NzJfKTtmaWxsOiM4REM5Nzc7fS5zdDk1NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzc0Xyk7fS5zdDk1N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzc2Xyk7ZmlsbDojN0NBODUxO30uc3Q5NTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc3OF8pO30uc3Q5NTl7b3BhY2l0eTowLjQ1O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3ODBfKTtmaWxsOiNGRkZGRkY7fS5zdDk2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzgyXyk7fS5zdDk2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzg0Xyk7ZmlsbDojN0NBODUxO30uc3Q5NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4Nl8pO30uc3Q5NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3OTBfKTt9LnN0OTY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3OTJfKTtmaWxsOiNGRkZGRkY7fS5zdDk2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzk0Xyk7fS5zdDk2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzk2Xyk7ZmlsbDojRkZGRkZGO30uc3Q5Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwMF8pO30uc3Q5Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwMl8pO2ZpbGw6I0RCQjY2Mzt9LnN0OTcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MDRfKTt9LnN0OTcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MDZfKTtmaWxsOiNDRUExNTE7fS5zdDk3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODA4Xyk7fS5zdDk3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODEwXyk7ZmlsbDojRUJEN0E5O30uc3Q5NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgxMl8pO30uc3Q5NzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgxNF8pO2ZpbGw6I0NFQTE1MTt9LnN0OTc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MTZfKTt9LnN0OTc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MThfKTtmaWxsOiNGRkZGRkY7fS5zdDk3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODIwXyk7fS5zdDk3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODIyXyk7ZmlsbDojRkZGRkZGO30uc3Q5ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgyNF8pO30uc3Q5ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgyNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MjhfKTt9LnN0OTgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MzBfKTtmaWxsOiNGRkZGRkY7fS5zdDk4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODM0Xyk7fS5zdDk4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODM2Xyk7ZmlsbDojODNENkI5O30uc3Q5ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgzOF8pO30uc3Q5ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg0MF8pO2ZpbGw6IzQ2QzY4Qzt9LnN0OTg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NDJfKTt9LnN0OTg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NDRfKTtmaWxsOiNCQkU4RDg7fS5zdDk5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODQ2Xyk7fS5zdDk5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODQ4Xyk7ZmlsbDojNDZDNjhDO30uc3Q5OTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg1MF8pO30uc3Q5OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NTRfKTt9LnN0OTk1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NTZfKTtmaWxsOiNGRkZGRkY7fS5zdDk5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODU4Xyk7fS5zdDk5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODYwXyk7ZmlsbDojRkZGRkZGO30uc3Q5OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg2NF8pO30uc3Q5OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg2Nl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODY4Xyk7fS5zdDEwMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3MF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODcyXyk7fS5zdDEwMDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODc2Xyk7fS5zdDEwMDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3OF8pO2ZpbGw6IzEzMTMxMzt9LnN0MTAwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODgwXyk7fS5zdDEwMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Ml8pO2ZpbGw6bm9uZTtzdHJva2U6IzUwNTA1MDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTAwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODg0Xyk7fS5zdDEwMDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Nl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODg4Xyk7fS5zdDEwMTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg5MF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODkyXyk7fS5zdDEwMTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg5NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODk4Xyk7fS5zdDEwMTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwMF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTA0Xyk7fS5zdDEwMTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwNl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTEwXyk7fS5zdDEwMTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkxMl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTE2Xyk7fS5zdDEwMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkxOF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTIwXyk7fS5zdDEwMjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkyMl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTI0Xyk7ZmlsbDpub25lO3N0cm9rZTojNTA1MDUwO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTAyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTI2Xyk7fS5zdDEwMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkyOF8pO2ZpbGw6IzM5MzkzOTt9LnN0MTAyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTMyXyk7fS5zdDEwMjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkzNF8pO2ZpbGw6I0JDQkNCQzt9LnN0MTAyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTM2Xyk7fS5zdDEwMzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkzOF8pO2ZpbGw6I0E4QThBODt9LnN0MTAzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQwXyk7fS5zdDEwMzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk0Ml8pO2ZpbGw6I0RBREFEQTt9LnN0MTAzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQ0Xyk7fS5zdDEwMzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk0Nl8pO2ZpbGw6I0E4QThBODt9LnN0MTAzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQ4Xyk7fS5zdDEwMzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTAzN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTUyXyk7fS5zdDEwMzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTAzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTU2Xyk7fS5zdDEwNDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTA0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTYwXyk7fS5zdDEwNDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk2Ml8pO2ZpbGw6IzFBMUExQTt9LnN0MTA0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTY0Xyk7fS5zdDEwNDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk2Nl8pO2ZpbGw6bm9uZTtzdHJva2U6I0YwRjBGMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTA0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTY4Xyk7fS5zdDEwNDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk3MF8pO2ZpbGw6IzAwNzBGMDt9LnN0MTA0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTc0Xyk7fS5zdDEwNDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk3Nl8pO2ZpbGw6IzFBMUExQTt9LnN0MTA0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTc4Xyk7fS5zdDEwNTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4MF8pO2ZpbGw6bm9uZTtzdHJva2U6I0YwRjBGMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTA1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTgyXyk7fS5zdDEwNTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTA1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTg2Xyk7fS5zdDEwNTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4OF8pO2ZpbGw6I0ZGRTc5Mjt9LnN0MTA1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTkwXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMDU2e2ZpbGw6I0ZCRDEzRjt9LnN0MTA1N3tmaWxsOiNFMkI3MzA7fS5zdDEwNTh7ZmlsbDojRkZFNzkyO30uc3QxMDU5e2ZpbGw6IzVCQzFGRjt9LnN0MTA2MHtmaWxsOiNFMEREREQ7fS5zdDEwNjF7ZmlsbDojNkQ2RDZEO30uc3QxMDYye2ZpbGw6IzJDOTZEMTt9LnN0MTA2M3tmaWxsOiMxMjlCRTA7fS5zdDEwNjR7ZmlsbDojQTNBM0EzO30uc3QxMDY1e2ZpbGw6I0Q2QTUxRDt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QxMDYxIiBkPSJNMzAuOSwxOEgyOXYtMy40YzAtMC45LTAuNy0xLjYtMS42LTEuNmgtMy44Yy0wLjksMC0xLjYsMC43LTEuNiwxLjZWMThoLTEuOWMtMC42LDAtMS4xLDAuNS0xLjEsMS4xdjcuOWMwLDAuNiwwLjUsMS4xLDEuMSwxLjFoMTAuOWMwLjYsMCwxLjEtMC41LDEuMS0xLjF2LTcuOUMzMiwxOC41LDMxLjUsMTgsMzAuOSwxOHogTTIzLjUsMTRoMy45YzAuMywwLDAuNSwwLjIsMC41LDAuNVYxOGgtNXYtMy41QzIzLDE0LjIsMjMuMiwxNCwyMy41LDE0eiIvPjxyZWN0IHg9IjI0IiB5PSIxNSIgY2xhc3M9InN0MTE5IiB3aWR0aD0iMyIgaGVpZ2h0PSIyIi8+PGc+PHBhdGggY2xhc3M9InN0MTE5IiBkPSJNMTgsMjYuOXYtNy45YzAtMS4xLDAuOS0yLjEsMi4xLTIuMUgyMXYtMi40YzAtMS40LDEuMi0yLjYsMi42LTIuNmgzLjhjMS40LDAsMi42LDEuMiwyLjYsMi42VjE3aDAuOWMwLjQsMCwwLjgsMC4xLDEuMSwwLjNWOS42YzAtMS40LTEuMS0yLjUtMi41LTIuNWgtMTNMMTMuMSw0SDIuNUMxLjEsNCwwLDUuMSwwLDYuNXYxOUMwLDI2LjksMS4xLDI4LDIuNSwyOGgxNS44QzE4LjEsMjcuNywxOCwyNy4zLDE4LDI2Ljl6Ii8+PC9nPjwvc3ZnPg==")
}

.e-filemanager .e-address .e-address-list-item .e-icons:before {
    content: "\e608"
}

.e-fe-popup .e-fe-open:before,.e-filemanager .e-fe-open:before {
    content: "\e609"
}

.e-fe-popup .e-fe-cut:before,.e-filemanager .e-fe-cut:before {
    content: "\e604"
}

.e-fe-popup .e-fe-copy:before,.e-filemanager .e-fe-copy:before {
    content: "\e60d"
}

.e-fe-popup .e-fe-paste:before,.e-filemanager .e-fe-paste:before {
    content: "\e601"
}

.e-fe-popup .e-fe-delete:before,.e-filemanager .e-fe-delete:before {
    content: "\e602"
}

.e-fe-popup .e-fe-rename:before,.e-filemanager .e-fe-rename:before {
    content: "\e60c"
}

.e-fe-popup .e-fe-newfolder:before,.e-filemanager .e-fe-newfolder:before {
    content: "\e60b"
}

.e-fe-popup .e-fe-refresh:before,.e-filemanager .e-fe-refresh:before {
    content: "\e606"
}

.e-fe-popup .e-fe-upload:before,.e-filemanager .e-fe-upload:before {
    content: "\e60f"
}

.e-fe-popup .e-fe-download:before,.e-filemanager .e-fe-download:before {
    content: "\e603"
}

.e-fe-popup .e-fe-grid:before,.e-filemanager .e-fe-grid:before {
    content: "\e605"
}

.e-fe-popup .e-fe-large:before,.e-filemanager .e-fe-large:before {
    content: "\e600"
}

.e-fe-popup .e-fe-select:before,.e-filemanager .e-fe-select:before {
    content: "\e611"
}

.e-fe-popup .e-fe-details:before,.e-filemanager .e-fe-details:before {
    content: "\e607"
}

.e-fe-popup .e-fe-sort:before,.e-filemanager .e-fe-sort:before {
    content: "\e612"
}

.e-fe-popup .e-fe-search:before,.e-filemanager .e-fe-search:before {
    content: "\e60e"
}

.e-fe-popup .e-fe-clear:before,.e-filemanager .e-fe-clear:before {
    content: "\e60a"
}

.e-fe-popup .e-fe-breadcrumb:before,.e-filemanager .e-fe-breadcrumb:before {
    content: "\e615"
}

.e-fe-popup .e-fe-drop-in:before,.e-filemanager .e-fe-drop-in:before {
    content: "\e22c"
}

.e-fe-popup .e-fe-drop-out:before,.e-filemanager .e-fe-drop-out:before {
    content: "\e22d"
}

.e-fe-popup .e-fe-no-drop:before,.e-filemanager .e-fe-no-drop:before {
    content: "\e22a"
}

.e-fe-popup .e-toolbar .e-hor-nav .e-popup-down-icon:before,.e-fe-popup .e-toolbar .e-hor-nav .e-popup-up-icon:before,.e-filemanager .e-toolbar .e-hor-nav .e-popup-down-icon:before,.e-filemanager .e-toolbar .e-hor-nav .e-popup-up-icon:before {
    content: "\e613"
}

.e-fe-popup.e-fe-m-filter .e-fe-search:before,.e-filemanager.e-fe-m-filter .e-fe-search:before {
    content: "\e610"
}

.e-fe-popup .e-fe-dot:before,.e-fe-popup .e-fe-tick:before {
    content: "\e614"
}

ejs-filemanager {
    display: block
}

.e-filemanager {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid;
    position: relative
}

.e-filemanager .e-blur {
    opacity: .5
}

.e-filemanager .e-display-none {
    display: none
}

.e-filemanager.e-fe-drop,.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,.e-filemanager.e-fe-drop .e-treeview .e-fullrow,.e-filemanager.e-fe-drop .e-treeview .e-text-content {
    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;
    box-shadow: none;
    font-weight: 400;
    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:focus,.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover {
    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: -moz-max-content;
    width: max-content
}

.e-filemanager .e-treeview>.e-ul {
    overflow: initial;
    padding-left: 8px
}

.e-filemanager .e-treeview .e-icons .e-treeview-spinner {
    display: none
}

.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-splitter .e-display-none,.e-filemanager .e-splitter .e-split-bar .e-resize-handler {
    display: none
}

.e-filemanager .e-address {
    border-bottom: 1px solid;
    height: 34px;
    position: relative
}

.e-filemanager .e-address .e-fe-breadcrumb.e-icons {
    padding-bottom: 6px
}

.e-filemanager .e-address .e-search-wrap {
    float: right;
    padding: 1.5px 7px 1px 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;
    height: 30px
}

.e-filemanager .e-address .e-search-wrap .e-input-group .e-clear-icon {
    margin: 8px 8px 0
}

.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;
    visibility: visible
}

.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
}

.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 .e-spin-show {
    display: none
}

.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 .e-active .e-checkbox-wrapper,.e-filemanager .e-grid .e-gridheader:hover .e-checkbox-wrapper,.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
}

.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 .e-rowcell .e-fe-text {
    font-size: 13px
}

.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
    box-shadow: inset 1px 0 0 1px #e3165b
}

.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:last-child {
    box-shadow: inset -1px 0 0 1px #e3165b
}

.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell {
    box-shadow: inset 0 2px 0 -1px #e3165b,inset 0 -2px 0 -1px #e3165b
}

.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;
    opacity: .5;
    padding: 6px;
    text-align: center
}

.e-filemanager .e-grid .e-gridpopup {
    display: none!important
}

.e-filemanager .e-grid .e-gridcontent .e-emptyrow,.e-filemanager .e-grid .e-gridheader .e-emptyrow {
    display: none
}

.e-filemanager .e-grid .e-gridcontent .e-fe-checkbox,.e-filemanager .e-grid .e-gridheader .e-fe-checkbox {
    overflow: inherit;
    padding-left: 12px;
    padding-right: 0
}

.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon,.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon {
    padding: 0 0 0 12px
}

.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon .e-headercelldiv,.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon .e-headercelldiv {
    text-overflow: unset
}

.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon+.e-headercell,.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon+.e-rowcell,.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon+.e-headercell,.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon+.e-rowcell {
    padding-left: 0
}

.e-filemanager .e-grid .e-gridcontent .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-gridheader .e-fe-grid-icon+.e-headercell.e-fe-grid-name,.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon+.e-rowcell.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 #9e9e9e,inset 0 -1px 0 0 #9e9e9e
}

.e-filemanager .e-grid .e-row.e-focused td:first-child {
    box-shadow: inset 1px 1px 0 0 #9e9e9e,inset 1px -1px 0 0 #9e9e9e
}

.e-filemanager .e-grid .e-row.e-focused td:last-child {
    box-shadow: inset -1px 1px 0 0 #9e9e9e,inset -1px -1px 0 0 #9e9e9e
}

.e-filemanager .e-grid .e-row .e-active .e-checkbox-wrapper,.e-filemanager .e-grid .e-row:hover .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-hidelines .e-rowcell.e-lastrowcell,.e-filemanager .e-grid.e-horizontallines .e-rowcell.e-lastrowcell,.e-filemanager .e-grid.e-verticallines .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;
    vertical-align: middle;
    width: 18px
}

.e-filemanager .e-view-container .e-grid .e-gridheader {
    padding-right: 0!important
}

.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
    padding-left: 0!important
}

.e-filemanager .e-large-icons {
    float: left;
    overflow: auto;
    width: 100%
}

.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;
    opacity: .5;
    padding: 6px;
    text-align: center
}

.e-filemanager .e-large-icons .e-list-parent {
    display: block;
    height: 100%;
    margin: 0;
    overflow: auto;
    padding: 0 4px
}

.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;
    overflow: hidden;
    padding: 2px;
    width: 80px
}

.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 {
    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 .e-list-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 13px;
    padding: 2px 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,.05);
    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-fe-clone {
    pointer-events: none;
    z-index: 20
}

.e-filemanager .e-fe-clone .e-fe-content {
    border: none;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.26);
    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;
    line-height: 22px;
    margin-left: -12px;
    width: 22px;
    position: absolute;
    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 {
    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 #9e9e9e,inset -1px -1px 0 0 #9e9e9e
}

.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:last-child {
    box-shadow: inset 1px 1px 0 0 #9e9e9e,inset 1px -1px 0 0 #9e9e9e
}

.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-checkbox,.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon,.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-checkbox,.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon {
    padding-left: 0;
    padding-right: 12px
}

.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .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-gridheader .e-fe-grid-icon+.e-headercell,.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon+.e-rowcell {
    padding-left: 21px;
    padding-right: 0
}

.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .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-gridheader .e-fe-grid-icon+.e-headercell.e-fe-grid-name,.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon+.e-rowcell.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-fe-overlay {
    border: 3px dashed #e3165b;
    bottom: 0;
    display: block;
    height: calc(100% - 34px);
    pointer-events: none;
    position: absolute;
    visibility: hidden;
    width: 100%
}

.e-filemanager .e-upload-drag-hover {
    outline: none
}

.e-filemanager .e-upload-drag-hover .e-fe-overlay {
    visibility: visible
}

.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,.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-dropdown-popup ul .e-item .e-fe-dot,.e-fe-popup.e-dropdown-popup ul .e-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-container ul .e-menu-item.e-separator,.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item.e-separator {
    margin: 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-file-select-wrap,.e-fe-popup .e-upload .e-icons.e-file-delete-btn {
    display: none
}

.e-fe-popup .e-upload .e-upload-actions {
    border-bottom: 1px solid
}

.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,.e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
    font-size: 20px
}

.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder,.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder {
    padding-top: 0
}

.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload,.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload {
    padding-left: 0
}

.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh,.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort,.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh,.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort {
    padding-top: 3px
}

.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select,.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select {
    padding-top: 2px
}

.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large,.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large {
    padding: 4px 0 0 2px
}

.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid,.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid {
    padding: 4px 2px 0
}

.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details,.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details {
    padding-top: 3px
}

.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete,.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete {
    padding-left: 4px
}

.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename,.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename {
    padding-left: 2px;
    padding-top: 3px
}

.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download,.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download {
    padding-left: 4px
}

.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut,.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut {
    padding-left: 2px;
    padding-top: 1px
}

.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy,.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy {
    padding-left: 4px
}

.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,.e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,.e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons {
    font-size: 20px
}

.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort,.e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort {
    display: inline-block;
    margin: 0;
    width: 14px
}

.e-bigger .e-filemanager.e-fe-mobile .e-splitter .e-split-bar,.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text,.e-filemanager.e-bigger.e-fe-mobile .e-splitter .e-split-bar,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text,.e-filemanager.e-fe-mobile .e-splitter .e-split-bar,.e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,.e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text {
    display: none
}

.e-bigger .e-filemanager.e-fe-mobile .e-address,.e-bigger .e-filemanager.e-fe-mobile .e-address .e-addressbar-ul,.e-filemanager.e-bigger.e-fe-mobile .e-address,.e-filemanager.e-bigger.e-fe-mobile .e-address .e-addressbar-ul,.e-filemanager.e-fe-mobile .e-address,.e-filemanager.e-fe-mobile .e-address .e-addressbar-ul {
    height: 40px
}

.e-bigger .e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons,.e-filemanager.e-bigger.e-fe-mobile .e-address .e-address-list-item .e-icons,.e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons {
    font-size: 12px
}

.e-bigger .e-filemanager.e-fe-mobile .e-address .e-list-text,.e-filemanager.e-bigger.e-fe-mobile .e-address .e-list-text,.e-filemanager.e-fe-mobile .e-address .e-list-text {
    font-size: 15px
}

.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap,.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap,.e-filemanager.e-fe-mobile .e-address .e-search-wrap {
    min-width: 47px;
    width: auto
}

.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group,.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group,.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group {
    display: none;
    height: 40px;
    width: 100%
}

.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon,.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon,.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon {
    margin: 2px 8px 0
}

.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input,.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input,.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input {
    margin: 0 0 0 24px
}

.e-bigger .e-filemanager.e-fe-mobile .e-address .e-fe-search,.e-filemanager.e-bigger.e-fe-mobile .e-address .e-fe-search,.e-filemanager.e-fe-mobile .e-address .e-fe-search {
    font-size: 20px;
    margin: 3px 0;
    right: 13px
}

.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon,.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon,.e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon {
    height: 35px;
    width: 35px
}

.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridheader,.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridheader,.e-filemanager.e-fe-mobile .e-grid .e-gridheader {
    display: none
}

.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell,.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell,.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell {
    border-bottom: 1px solid #e0e0e0
}

.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox,.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox,.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox {
    padding: 0
}

.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon,.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon,.e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon {
    padding-left: 10px;
    padding-right: 10px
}

.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-text,.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-text,.e-filemanager.e-fe-mobile .e-grid .e-fe-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent,.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent,.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent {
    padding: 0
}

.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,.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
    display: inline-table;
    height: 155px;
    margin: 8px;
    width: 155px
}

.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper,.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper,.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper {
    visibility: hidden
}

.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper,.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper,.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper {
    visibility: visible
}

.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper,.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper,.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper {
    z-index: 1000
}

.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text,.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text,.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text {
    margin: 0 auto;
    width: 110px
}

.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img,.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img,.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img {
    margin: 11px auto;
    max-height: 110px;
    max-width: 110px
}

.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon {
    height: 110px;
    margin: 11px auto 0;
    width: 110px
}

.e-bigger .e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper,.e-bigger .e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,.e-filemanager.e-bigger.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper,.e-filemanager.e-bigger.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,.e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper,.e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper {
    visibility: visible
}

.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap,.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap,.e-filemanager.e-fe-m-filter .e-address .e-search-wrap {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%
}

.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group,.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group,.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group {
    display: inline-flex
}

.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input,.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input,.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input {
    height: auto;
    margin-left: 45px
}

.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search,.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-fe-search,.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search {
    left: 0;
    margin-left: 8px;
    margin-top: 3px;
    width: 30px
}

.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul,.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-addressbar-ul,.e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul {
    visibility: hidden
}

.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input,.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input,.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input {
    margin-right: 45px
}

.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search,.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search,.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search {
    transform: rotate(180deg)
}

.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon,.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon,.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon,.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-grid-icon,.e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon,.e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon {
    padding-right: 10px
}

.e-bigger .e-fe-popup.e-dialog .e-dlg-header-content,.e-fe-popup.e-bigger.e-dialog .e-dlg-header-content {
    padding: 21px
}

.e-bigger .e-fe-popup.e-dialog td,.e-fe-popup.e-bigger.e-dialog td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    max-width: 205px;
    min-width: 45px;
    padding: 8px 30px 8px 0
}

.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
    font-size: 20px
}

.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn,.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active,.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus,.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover,.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn,.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active,.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus,.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover {
    padding: 0 6px
}

.e-bigger .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,.e-bigger .e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret,.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret,.e-filemanager.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret {
    padding: 0 10px
}

.e-bigger .e-filemanager .e-toolbar .e-popup-down-icon.e-icons,.e-bigger .e-filemanager .e-toolbar .e-popup-up-icon.e-icons,.e-filemanager.e-bigger .e-toolbar .e-popup-down-icon.e-icons,.e-filemanager.e-bigger .e-toolbar .e-popup-up-icon.e-icons {
    font-size: 20px
}

.e-bigger .e-filemanager .e-treeview>.e-ul,.e-filemanager.e-bigger .e-treeview>.e-ul {
    padding-left: 12px
}

.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow,.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-fullrow {
    height: 40px
}

.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text,.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-list-text {
    height: 38px;
    line-height: 38px
}

.e-bigger .e-filemanager .e-address,.e-filemanager.e-bigger .e-address {
    height: 40px
}

.e-bigger .e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu,.e-filemanager.e-bigger .e-address .e-breadcrumb-menu .e-breadcrumb-submenu {
    height: 27px
}

.e-bigger .e-filemanager .e-address .e-address-list-item,.e-filemanager.e-bigger .e-address .e-address-list-item {
    height: 28px
}

.e-bigger .e-filemanager .e-address .e-address-list-item .e-icons,.e-filemanager.e-bigger .e-address .e-address-list-item .e-icons {
    font-size: 12px
}

.e-bigger .e-filemanager .e-address .e-addressbar-ul,.e-filemanager.e-bigger .e-address .e-addressbar-ul {
    padding: 6px 12px
}

.e-bigger .e-filemanager .e-address .e-list-text,.e-filemanager.e-bigger .e-address .e-list-text {
    font-size: 15px;
    line-height: 28px;
    padding: 5px 4px
}

.e-bigger .e-filemanager .e-address .e-search-wrap,.e-filemanager.e-bigger .e-address .e-search-wrap {
    min-width: 51px;
    padding: 1px 10px 0 16px
}

.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group,.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group {
    height: 36px
}

.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group .e-input:focus,.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group .e-input:focus {
    padding: 0
}

.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group .e-input,.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group .e-input {
    height: 39px
}

.e-bigger .e-filemanager .e-address .e-fe-search,.e-filemanager.e-bigger .e-address .e-fe-search {
    margin: 7px 0
}

.e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame,.e-filemanager.e-bigger .e-grid .e-checkbox-wrapper .e-frame {
    border-width: 1px;
    line-height: 14px
}

.e-bigger .e-filemanager .e-grid .e-gridheader .e-headercell,.e-filemanager.e-bigger .e-grid .e-gridheader .e-headercell {
    height: 36px
}

.e-bigger .e-filemanager .e-grid .e-gridheader .e-headertext,.e-filemanager.e-bigger .e-grid .e-gridheader .e-headertext {
    font-size: 15px
}

.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell,.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell,.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell,.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell {
    font-size: 13px
}

.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell .e-fe-text,.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell .e-fe-text,.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell .e-fe-text,.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell .e-fe-text {
    font-size: 14px
}

.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-checkbox,.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-checkbox,.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-checkbox,.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-checkbox {
    padding-left: 10px
}

.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon,.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon,.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-grid-icon,.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-grid-icon {
    padding-left: 16px
}

.e-bigger .e-filemanager .e-grid .e-fe-icon,.e-filemanager.e-bigger .e-grid .e-fe-icon {
    margin: 0 12px 0 0
}

.e-bigger .e-filemanager .e-grid .e-empty,.e-filemanager.e-bigger .e-grid .e-empty {
    min-width: 300px
}

.e-bigger .e-filemanager .e-grid .e-empty-content,.e-filemanager.e-bigger .e-grid .e-empty-content {
    font-size: 24px;
    margin: 0 auto;
    padding: 12px;
    text-align: center
}

.e-bigger .e-filemanager .e-grid .e-empty-icon,.e-filemanager.e-bigger .e-grid .e-empty-icon {
    height: 92px;
    margin: 0 auto;
    width: 92px
}

.e-bigger .e-filemanager .e-grid .e-empty-inner-content,.e-filemanager.e-bigger .e-grid .e-empty-inner-content {
    font-size: 16px;
    margin: 0 auto;
    opacity: .5;
    padding: 4px;
    text-align: center
}

.e-bigger .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame,.e-filemanager.e-bigger .e-large-icons .e-checkbox-wrapper .e-frame {
    border-width: 1px;
    line-height: 14px
}

.e-bigger .e-filemanager .e-large-icons .e-list-parent,.e-filemanager.e-bigger .e-large-icons .e-list-parent {
    padding: 0 6px
}

.e-bigger .e-filemanager .e-large-icons .e-list-item,.e-filemanager.e-bigger .e-large-icons .e-list-item {
    height: 106px;
    margin: 12px 6px;
    width: 100px
}

.e-bigger .e-filemanager .e-large-icons .e-text-content,.e-filemanager.e-bigger .e-large-icons .e-text-content {
    height: 100px
}

.e-bigger .e-filemanager .e-large-icons .e-list-text,.e-filemanager.e-bigger .e-large-icons .e-list-text {
    font-size: 14px;
    padding: 4px 2px 2px;
    width: 94px
}

.e-bigger .e-filemanager .e-large-icons .e-list-img,.e-filemanager.e-bigger .e-large-icons .e-list-img {
    max-height: 79px;
    max-width: 94px
}

.e-bigger .e-filemanager .e-large-icons .e-list-icon,.e-filemanager.e-bigger .e-large-icons .e-list-icon {
    height: 52px;
    margin: 11px auto;
    width: 52px
}

.e-bigger .e-filemanager .e-large-icons .e-empty,.e-filemanager.e-bigger .e-large-icons .e-empty {
    min-width: 300px
}

.e-bigger .e-filemanager .e-large-icons .e-empty-content,.e-filemanager.e-bigger .e-large-icons .e-empty-content {
    font-size: 24px;
    margin: 0 auto;
    padding: 12px;
    text-align: center
}

.e-bigger .e-filemanager .e-large-icons .e-empty-icon,.e-filemanager.e-bigger .e-large-icons .e-empty-icon {
    height: 92px;
    margin: 0 auto;
    width: 92px
}

.e-bigger .e-filemanager .e-large-icons .e-empty-inner-content,.e-filemanager.e-bigger .e-large-icons .e-empty-inner-content {
    font-size: 16px;
    margin: 0 auto;
    opacity: .5;
    padding: 4px;
    text-align: center
}

.e-bigger .e-filemanager.e-rtl .e-treeview>.e-ul,.e-filemanager.e-bigger.e-rtl .e-treeview>.e-ul {
    padding: 0 12px 0 0
}

.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-checkbox,.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-checkbox,.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-checkbox,.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-checkbox {
    padding-right: 16px
}

.e-bigger .e-filemanager .e-fe-overlay,.e-filemanager.e-bigger .e-fe-overlay {
    height: calc(100% - 41px)
}

@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 {
    background: transparent;
    border-color: #e0e0e0
}

.e-filemanager .e-toolbar {
    border-bottom-color: #e0e0e0
}

.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:focus,.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover {
    background: rgba(0,0,0,.12);
    border-color: rgba(0,0,0,.12)
}

.e-filemanager .e-address {
    border-bottom-color: #e0e0e0
}

.e-filemanager .e-address .e-address-list-item,.e-filemanager .e-address .e-icons,.e-filemanager .e-address .e-list-text {
    color: rgba(0,0,0,.54)
}

.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
    background: #eee;
    color: rgba(0,0,0,.87)
}

.e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
    color: rgba(0,0,0,.87)
}

.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,.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover {
    background: #eee;
    color: rgba(0,0,0,.87)
}

.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) {
    background: hsla(0,0%,98%,.5);
    border-color: #e0e0e0
}

.e-filemanager .e-treeview .e-list-item.e-active>.e-fullrow {
    border: #d3d3d3
}

.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder.e-hover>.e-fullrow {
    border-color: #e3165b
}

.e-filemanager .e-grid .e-gridheader tr:first-child th {
    background: #fff
}

.e-filemanager .e-grid .e-gridheader .e-headercell:not(.e-fe-grid-icon):hover {
    background: #eee
}

.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover {
    background: #fff
}

.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-headercelldiv:hover {
    background: #eee
}

.e-filemanager .e-grid td.e-active {
    background-color: #e0e0e0;
    color: rgba(0,0,0,.87)
}

.e-filemanager .e-grid.e-gridhover tr[role=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: #fff
}

.e-filemanager .e-large-icons .e-active {
    color: rgba(0,0,0,.87)
}

.e-filemanager .e-large-icons .e-large-icon {
    border-color: transparent
}

.e-filemanager .e-large-icons .e-large-icon.e-active {
    background: #e0e0e0;
    border-color: #e0e0e0
}

.e-filemanager .e-large-icons .e-large-icon.e-hover {
    background: #eee;
    border-color: #eee
}

.e-filemanager .e-large-icons .e-large-icon.e-active.e-hover {
    background: #d3d3d3;
    border-color: #d3d3d3
}

.e-filemanager .e-large-icons .e-large-icon.e-focus {
    border-color: #eee
}

.e-filemanager .e-large-icons .e-large-icon.e-hover.e-fe-drop-folder {
    border-color: #e3165b
}

.e-filemanager .e-large-icons .e-checkbox-wrapper .e-icons.e-check {
    background-color: #e3165b;
    color: #fff
}

.e-filemanager .e-fe-clone .e-fe-content {
    background-color: #fff;
    color: rgba(0,0,0,.87)
}

.e-filemanager .e-fe-clone .e-fe-count {
    background-color: #e3165b;
    border-color: #e3165b;
    color: #fff
}

.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-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: #e0e0e0;
    border-color: #e0e0e0
}

.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,.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-dropdown-popup ul .e-item .e-fe-dot,.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick {
    color: #e3165b
}

.e-fe-popup.e-dialog td {
    color: rgba(0,0,0,.87)
}

.e-fe-popup.e-dialog td:first-child {
    color: rgba(0,0,0,.54)
}

.e-fe-popup .e-fe-error {
    color: #f44336
}

.e-fe-popup .e-upload .e-upload-actions {
    border-bottom-color: rgba(0,0,0,.12)
}

.p-grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem;
    margin-top: -.5rem
}

.p-grid>.p-col,.p-grid>[class*=p-col] {
    box-sizing: border-box
}

.p-nogutter {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0
}

.p-nogutter>.p-col,.p-nogutter>[class*=p-col-] {
    padding: 0
}

.p-col {
    flex-grow: 1;
    flex-basis: 0;
    padding: .5rem
}

.p-col-1,.p-col-2,.p-col-3,.p-col-4,.p-col-5,.p-col-6,.p-col-7,.p-col-8,.p-col-9,.p-col-10,.p-col-11,.p-col-12,.p-col-fixed {
    flex: 0 0 auto;
    padding: .5rem
}

.p-col-1 {
    width: 8.3333%
}

.p-col-2 {
    width: 16.6667%
}

.p-col-3 {
    width: 25%
}

.p-col-4 {
    width: 33.3333%
}

.p-col-5 {
    width: 41.6667%
}

.p-col-6 {
    width: 50%
}

.p-col-7 {
    width: 58.3333%
}

.p-col-8 {
    width: 66.6667%
}

.p-col-9 {
    width: 75%
}

.p-col-10 {
    width: 83.3333%
}

.p-col-11 {
    width: 91.6667%
}

.p-col-12 {
    width: 100%
}

.p-offset-12 {
    margin-left: 100%
}

.p-offset-11 {
    margin-left: 91.66666667%
}

.p-offset-10 {
    margin-left: 83.33333333%
}

.p-offset-9 {
    margin-left: 75%
}

.p-offset-8 {
    margin-left: 66.66666667%
}

.p-offset-7 {
    margin-left: 58.33333333%
}

.p-offset-6 {
    margin-left: 50%
}

.p-offset-5 {
    margin-left: 41.66666667%
}

.p-offset-4 {
    margin-left: 33.33333333%
}

.p-offset-3 {
    margin-left: 25%
}

.p-offset-2 {
    margin-left: 16.66666667%
}

.p-offset-1 {
    margin-left: 8.33333333%
}

.p-offset-0 {
    margin-left: 0
}

.p-lg-1,.p-lg-2,.p-lg-3,.p-lg-4,.p-lg-5,.p-lg-6,.p-lg-7,.p-lg-8,.p-lg-9,.p-lg-10,.p-lg-11,.p-lg-12,.p-md-1,.p-md-2,.p-md-3,.p-md-4,.p-md-5,.p-md-6,.p-md-7,.p-md-8,.p-md-9,.p-md-10,.p-md-11,.p-md-12,.p-sm-1,.p-sm-2,.p-sm-3,.p-sm-4,.p-sm-5,.p-sm-6,.p-sm-7,.p-sm-8,.p-sm-9,.p-sm-10,.p-sm-11,.p-sm-12,.p-xl-1,.p-xl-2,.p-xl-3,.p-xl-4,.p-xl-5,.p-xl-6,.p-xl-7,.p-xl-8,.p-xl-9,.p-xl-10,.p-xl-11,.p-xl-12 {
    padding: .5rem
}

.p-col-nogutter {
    padding: 0
}

@media screen and (min-width: 576px) {
    .p-sm-1,.p-sm-2,.p-sm-3,.p-sm-4,.p-sm-5,.p-sm-6,.p-sm-7,.p-sm-8,.p-sm-9,.p-sm-10,.p-sm-11,.p-sm-12 {
        flex:0 0 auto
    }

    .p-sm-1 {
        width: 8.3333%
    }

    .p-sm-2 {
        width: 16.6667%
    }

    .p-sm-3 {
        width: 25%
    }

    .p-sm-4 {
        width: 33.3333%
    }

    .p-sm-5 {
        width: 41.6667%
    }

    .p-sm-6 {
        width: 50%
    }

    .p-sm-7 {
        width: 58.3333%
    }

    .p-sm-8 {
        width: 66.6667%
    }

    .p-sm-9 {
        width: 75%
    }

    .p-sm-10 {
        width: 83.3333%
    }

    .p-sm-11 {
        width: 91.6667%
    }

    .p-sm-12 {
        width: 100%
    }

    .p-sm-offset-12 {
        margin-left: 100%
    }

    .p-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .p-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .p-sm-offset-9 {
        margin-left: 75%
    }

    .p-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .p-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .p-sm-offset-6 {
        margin-left: 50%
    }

    .p-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .p-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .p-sm-offset-3 {
        margin-left: 25%
    }

    .p-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .p-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .p-sm-offset-0 {
        margin-left: 0
    }
}

@media screen and (min-width: 768px) {
    .p-md-1,.p-md-2,.p-md-3,.p-md-4,.p-md-5,.p-md-6,.p-md-7,.p-md-8,.p-md-9,.p-md-10,.p-md-11,.p-md-12 {
        flex:0 0 auto
    }

    .p-md-1 {
        width: 8.3333%
    }

    .p-md-2 {
        width: 16.6667%
    }

    .p-md-3 {
        width: 25%
    }

    .p-md-4 {
        width: 33.3333%
    }

    .p-md-5 {
        width: 41.6667%
    }

    .p-md-6 {
        width: 50%
    }

    .p-md-7 {
        width: 58.3333%
    }

    .p-md-8 {
        width: 66.6667%
    }

    .p-md-9 {
        width: 75%
    }

    .p-md-10 {
        width: 83.3333%
    }

    .p-md-11 {
        width: 91.6667%
    }

    .p-md-12 {
        width: 100%
    }

    .p-md-offset-12 {
        margin-left: 100%
    }

    .p-md-offset-11 {
        margin-left: 91.66666667%
    }

    .p-md-offset-10 {
        margin-left: 83.33333333%
    }

    .p-md-offset-9 {
        margin-left: 75%
    }

    .p-md-offset-8 {
        margin-left: 66.66666667%
    }

    .p-md-offset-7 {
        margin-left: 58.33333333%
    }

    .p-md-offset-6 {
        margin-left: 50%
    }

    .p-md-offset-5 {
        margin-left: 41.66666667%
    }

    .p-md-offset-4 {
        margin-left: 33.33333333%
    }

    .p-md-offset-3 {
        margin-left: 25%
    }

    .p-md-offset-2 {
        margin-left: 16.66666667%
    }

    .p-md-offset-1 {
        margin-left: 8.33333333%
    }

    .p-md-offset-0 {
        margin-left: 0
    }
}

@media screen and (min-width: 992px) {
    .p-lg-1,.p-lg-2,.p-lg-3,.p-lg-4,.p-lg-5,.p-lg-6,.p-lg-7,.p-lg-8,.p-lg-9,.p-lg-10,.p-lg-11,.p-lg-12 {
        flex:0 0 auto
    }

    .p-lg-1 {
        width: 8.3333%
    }

    .p-lg-2 {
        width: 16.6667%
    }

    .p-lg-3 {
        width: 25%
    }

    .p-lg-4 {
        width: 33.3333%
    }

    .p-lg-5 {
        width: 41.6667%
    }

    .p-lg-6 {
        width: 50%
    }

    .p-lg-7 {
        width: 58.3333%
    }

    .p-lg-8 {
        width: 66.6667%
    }

    .p-lg-9 {
        width: 75%
    }

    .p-lg-10 {
        width: 83.3333%
    }

    .p-lg-11 {
        width: 91.6667%
    }

    .p-lg-12 {
        width: 100%
    }

    .p-lg-offset-12 {
        margin-left: 100%
    }

    .p-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .p-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .p-lg-offset-9 {
        margin-left: 75%
    }

    .p-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .p-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .p-lg-offset-6 {
        margin-left: 50%
    }

    .p-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .p-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .p-lg-offset-3 {
        margin-left: 25%
    }

    .p-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .p-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .p-lg-offset-0 {
        margin-left: 0
    }
}

@media screen and (min-width: 1200px) {
    .p-xl-1,.p-xl-2,.p-xl-3,.p-xl-4,.p-xl-5,.p-xl-6,.p-xl-7,.p-xl-8,.p-xl-9,.p-xl-10,.p-xl-11,.p-xl-12 {
        flex:0 0 auto
    }

    .p-xl-1 {
        width: 8.3333%
    }

    .p-xl-2 {
        width: 16.6667%
    }

    .p-xl-3 {
        width: 25%
    }

    .p-xl-4 {
        width: 33.3333%
    }

    .p-xl-5 {
        width: 41.6667%
    }

    .p-xl-6 {
        width: 50%
    }

    .p-xl-7 {
        width: 58.3333%
    }

    .p-xl-8 {
        width: 66.6667%
    }

    .p-xl-9 {
        width: 75%
    }

    .p-xl-10 {
        width: 83.3333%
    }

    .p-xl-11 {
        width: 91.6667%
    }

    .p-xl-12 {
        width: 100%
    }

    .p-xl-offset-12 {
        margin-left: 100%
    }

    .p-xl-offset-11 {
        margin-left: 91.66666667%
    }

    .p-xl-offset-10 {
        margin-left: 83.33333333%
    }

    .p-xl-offset-9 {
        margin-left: 75%
    }

    .p-xl-offset-8 {
        margin-left: 66.66666667%
    }

    .p-xl-offset-7 {
        margin-left: 58.33333333%
    }

    .p-xl-offset-6 {
        margin-left: 50%
    }

    .p-xl-offset-5 {
        margin-left: 41.66666667%
    }

    .p-xl-offset-4 {
        margin-left: 33.33333333%
    }

    .p-xl-offset-3 {
        margin-left: 25%
    }

    .p-xl-offset-2 {
        margin-left: 16.66666667%
    }

    .p-xl-offset-1 {
        margin-left: 8.33333333%
    }

    .p-xl-offset-0 {
        margin-left: 0
    }
}

.p-justify-start {
    justify-content: flex-start
}

.p-justify-end {
    justify-content: flex-end
}

.p-justify-center {
    justify-content: center
}

.p-justify-between {
    justify-content: space-between
}

.p-justify-around {
    justify-content: space-around
}

.p-justify-even {
    justify-content: space-evenly
}

.p-align-start {
    align-items: flex-start
}

.p-align-end {
    align-items: flex-end
}

.p-align-center {
    align-items: center
}

.p-align-baseline {
    align-items: baseline
}

.p-align-stretch {
    align-items: stretch
}

.p-col-align-start {
    align-self: flex-start
}

.p-col-align-end {
    align-self: flex-end
}

.p-col-align-center {
    align-self: center
}

.p-col-align-baseline {
    align-self: baseline
}

.p-col-align-stretch {
    align-self: stretch
}

.p-dir-row {
    flex-direction: row
}

.p-dir-rev {
    flex-direction: row-reverse
}

.p-dir-col {
    flex-direction: column
}

.p-dir-col-rev {
    flex-direction: column-reverse
}

.p-dir-col-rev>.p-col,.p-dir-col>.p-col {
    flex-basis: auto
}

.p-col-order-first {
    order: -1
}

.p-col-order-last {
    order: 13
}

.p-col-order-0 {
    order: 0
}

.p-col-order-1 {
    order: 1
}

.p-col-order-2 {
    order: 2
}

.p-col-order-3 {
    order: 3
}

.p-col-order-4 {
    order: 4
}

.p-col-order-5 {
    order: 5
}

.p-col-order-6 {
    order: 6
}

.p-col-order-7 {
    order: 7
}

.p-col-order-8 {
    order: 8
}

.p-col-order-9 {
    order: 9
}

.p-col-order-10 {
    order: 10
}

.p-col-order-11 {
    order: 11
}

.p-col-order-12 {
    order: 12
}

@media screen and (min-width: 576px) {
    .p-sm-order-first {
        order:-1
    }

    .p-sm-order-last {
        order: 13
    }

    .p-sm-order-0 {
        order: 0
    }

    .p-sm-order-1 {
        order: 1
    }

    .p-sm-order-2 {
        order: 2
    }

    .p-sm-order-3 {
        order: 3
    }

    .p-sm-order-4 {
        order: 4
    }

    .p-sm-order-5 {
        order: 5
    }

    .p-sm-order-6 {
        order: 6
    }

    .p-sm-order-7 {
        order: 7
    }

    .p-sm-order-8 {
        order: 8
    }

    .p-sm-order-9 {
        order: 9
    }

    .p-sm-order-10 {
        order: 10
    }

    .p-sm-order-11 {
        order: 11
    }

    .p-sm-order-12 {
        order: 12
    }
}

@media screen and (min-width: 768px) {
    .p-md-order-first {
        order:-1
    }

    .p-md-order-last {
        order: 13
    }

    .p-md-order-0 {
        order: 0
    }

    .p-md-order-1 {
        order: 1
    }

    .p-md-order-2 {
        order: 2
    }

    .p-md-order-3 {
        order: 3
    }

    .p-md-order-4 {
        order: 4
    }

    .p-md-order-5 {
        order: 5
    }

    .p-md-order-6 {
        order: 6
    }

    .p-md-order-7 {
        order: 7
    }

    .p-md-order-8 {
        order: 8
    }

    .p-md-order-9 {
        order: 9
    }

    .p-md-order-10 {
        order: 10
    }

    .p-md-order-11 {
        order: 11
    }

    .p-md-order-12 {
        order: 12
    }
}

@media screen and (min-width: 992px) {
    .p-lg-order-first {
        order:-1
    }

    .p-lg-order-last {
        order: 13
    }

    .p-lg-order-0 {
        order: 0
    }

    .p-lg-order-1 {
        order: 1
    }

    .p-lg-order-2 {
        order: 2
    }

    .p-lg-order-3 {
        order: 3
    }

    .p-lg-order-4 {
        order: 4
    }

    .p-lg-order-5 {
        order: 5
    }

    .p-lg-order-6 {
        order: 6
    }

    .p-lg-order-7 {
        order: 7
    }

    .p-lg-order-8 {
        order: 8
    }

    .p-lg-order-9 {
        order: 9
    }

    .p-lg-order-10 {
        order: 10
    }

    .p-lg-order-11 {
        order: 11
    }

    .p-lg-order-12 {
        order: 12
    }
}

@media screen and (min-width: 1200px) {
    .p-xl-order-first {
        order:-1
    }

    .p-xl-order-last {
        order: 13
    }

    .p-xl-order-0 {
        order: 0
    }

    .p-xl-order-1 {
        order: 1
    }

    .p-xl-order-2 {
        order: 2
    }

    .p-xl-order-3 {
        order: 3
    }

    .p-xl-order-4 {
        order: 4
    }

    .p-xl-order-5 {
        order: 5
    }

    .p-xl-order-6 {
        order: 6
    }

    .p-xl-order-7 {
        order: 7
    }

    .p-xl-order-8 {
        order: 8
    }

    .p-xl-order-9 {
        order: 9
    }

    .p-xl-order-10 {
        order: 10
    }

    .p-xl-order-11 {
        order: 11
    }

    .p-xl-order-12 {
        order: 12
    }
}

.p-field {
    margin-bottom: 1rem
}

.p-field>label {
    display: inline-block;
    margin-bottom: .5rem
}

.p-field.p-grid>label {
    display: flex;
    align-items: center
}

.p-field>small {
    margin-top: .25rem
}

.p-field.p-grid,.p-formgrid.p-grid {
    margin-top: 0
}

.p-field.p-grid .p-col,.p-field.p-grid .p-col-1,.p-field.p-grid .p-col-2,.p-field.p-grid .p-col-3,.p-field.p-grid .p-col-4,.p-field.p-grid .p-col-5,.p-field.p-grid .p-col-6,.p-field.p-grid .p-col-7,.p-field.p-grid .p-col-8,.p-field.p-grid .p-col-9,.p-field.p-grid .p-col-10,.p-field.p-grid .p-col-11,.p-field.p-grid .p-col-12,.p-field.p-grid .p-col-fixed,.p-formgrid.p-grid .p-col,.p-formgrid.p-grid .p-col-1,.p-formgrid.p-grid .p-col-2,.p-formgrid.p-grid .p-col-3,.p-formgrid.p-grid .p-col-4,.p-formgrid.p-grid .p-col-5,.p-formgrid.p-grid .p-col-6,.p-formgrid.p-grid .p-col-7,.p-formgrid.p-grid .p-col-8,.p-formgrid.p-grid .p-col-9,.p-formgrid.p-grid .p-col-10,.p-formgrid.p-grid .p-col-11,.p-formgrid.p-grid .p-col-12,.p-formgrid.p-grid .p-col-fixed {
    padding-top: 0;
    padding-bottom: 0
}

.p-formgroup-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.p-formgroup-inline .p-field,.p-formgroup-inline .p-field-checkbox,.p-formgroup-inline .p-field-radiobutton {
    margin-right: 1rem
}

.p-formgroup-inline .p-field-checkbox>label,.p-formgroup-inline .p-field-radiobutton>label,.p-formgroup-inline .p-field>label {
    margin-right: .5rem;
    margin-bottom: 0
}

.p-field-checkbox,.p-field-radiobutton {
    margin-bottom: 1rem;
    display: flex;
    align-items: center
}

.p-field-checkbox>label,.p-field-radiobutton>label {
    margin-left: .5rem;
    line-height: 1
}

.p-d-none {
    display: none!important
}

.p-d-inline {
    display: inline!important
}

.p-d-inline-block {
    display: inline-block!important
}

.p-d-block {
    display: block!important
}

.p-d-flex {
    display: flex!important
}

.p-d-inline-flex {
    display: inline-flex!important
}

@media screen and (min-width: 576px) {
    .p-d-sm-none {
        display:none!important
    }

    .p-d-sm-inline {
        display: inline!important
    }

    .p-d-sm-inline-block {
        display: inline-block!important
    }

    .p-d-sm-block {
        display: block!important
    }

    .p-d-sm-flex {
        display: flex!important
    }

    .p-d-sm-inline-flex {
        display: inline-flex!important
    }
}

@media screen and (min-width: 768px) {
    .p-d-md-none {
        display:none!important
    }

    .p-d-md-inline {
        display: inline!important
    }

    .p-d-md-inline-block {
        display: inline-block!important
    }

    .p-d-md-block {
        display: block!important
    }

    .p-d-md-flex {
        display: flex!important
    }

    .p-d-md-inline-flex {
        display: inline-flex!important
    }
}

@media screen and (min-width: 992px) {
    .p-d-lg-none {
        display:none!important
    }

    .p-d-lg-inline {
        display: inline!important
    }

    .p-d-lg-inline-block {
        display: inline-block!important
    }

    .p-d-lg-block {
        display: block!important
    }

    .p-d-lg-flex {
        display: flex!important
    }

    .p-d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media screen and (min-width: 1200px) {
    .p-d-xl-none {
        display:none!important
    }

    .p-d-xl-inline {
        display: inline!important
    }

    .p-d-xl-inline-block {
        display: inline-block!important
    }

    .p-d-xl-block {
        display: block!important
    }

    .p-d-xl-flex {
        display: flex!important
    }

    .p-d-xl-inline-flex {
        display: inline-flex!important
    }
}

@media print {
    .p-d-print-none {
        display: none!important
    }

    .p-d-print-inline {
        display: inline!important
    }

    .p-d-print-inline-block {
        display: inline-block!important
    }

    .p-d-print-block {
        display: block!important
    }

    .p-d-print-flex {
        display: flex!important
    }

    .p-d-print-inline-flex {
        display: inline-flex!important
    }
}

.p-text-justify {
    text-align: justify!important
}

.p-text-left {
    text-align: left!important
}

.p-text-right {
    text-align: right!important
}

.p-text-center {
    text-align: center!important
}

.p-text-nowrap {
    white-space: nowrap!important
}

.p-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.p-text-lowercase {
    text-transform: lowercase!important
}

.p-text-uppercase {
    text-transform: uppercase!important
}

.p-text-capitalize {
    text-transform: capitalize!important
}

.p-text-bold {
    font-weight: 700!important
}

.p-text-normal {
    font-weight: 400!important
}

.p-text-light {
    font-weight: 300!important
}

.p-text-italic {
    font-style: italic!important
}

@media screen and (min-width: 576px) {
    .p-text-sm-justify {
        text-align:justify!important
    }

    .p-text-sm-left {
        text-align: left!important
    }

    .p-text-sm-right {
        text-align: right!important
    }

    .p-text-sm-center {
        text-align: center!important
    }
}

@media screen and (min-width: 768px) {
    .p-text-md-justify {
        text-align:justify!important
    }

    .p-text-md-left {
        text-align: left!important
    }

    .p-text-md-right {
        text-align: right!important
    }

    .p-text-md-center {
        text-align: center!important
    }
}

@media screen and (min-width: 992px) {
    .p-text-lg-justify {
        text-align:justify!important
    }

    .p-text-lg-left {
        text-align: left!important
    }

    .p-text-lg-right {
        text-align: right!important
    }

    .p-text-lg-center {
        text-align: center!important
    }
}

@media screen and (min-width: 1200px) {
    .p-text-xl-justify {
        text-align:justify!important
    }

    .p-text-xl-left {
        text-align: left!important
    }

    .p-text-xl-right {
        text-align: right!important
    }

    .p-text-xl-center {
        text-align: center!important
    }
}

.p-flex-row {
    flex-direction: row!important
}

.p-flex-row-reverse {
    flex-direction: row-reverse!important
}

.p-flex-column {
    flex-direction: column!important
}

.p-flex-column-reverse {
    flex-direction: column-reverse!important
}

@media screen and (min-width: 576px) {
    .p-flex-sm-row {
        flex-direction:row!important
    }

    .p-flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }

    .p-flex-sm-column {
        flex-direction: column!important
    }

    .p-flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }
}

@media screen and (min-width: 768px) {
    .p-flex-md-row {
        flex-direction:row!important
    }

    .p-flex-md-row-reverse {
        flex-direction: row-reverse!important
    }

    .p-flex-md-column {
        flex-direction: column!important
    }

    .p-flex-md-column-reverse {
        flex-direction: column-reverse!important
    }
}

@media screen and (min-width: 992px) {
    .p-flex-lg-row {
        flex-direction:row!important
    }

    .p-flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .p-flex-lg-column {
        flex-direction: column!important
    }

    .p-flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }
}

@media screen and (min-width: 1200px) {
    .p-flex-xl-row {
        flex-direction:row!important
    }

    .p-flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .p-flex-xl-column {
        flex-direction: column!important
    }

    .p-flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }
}

.p-jc-start {
    justify-content: flex-start
}

.p-jc-end {
    justify-content: flex-end
}

.p-jc-center {
    justify-content: center
}

.p-jc-between {
    justify-content: space-between
}

.p-jc-around {
    justify-content: space-around
}

.p-jc-evenly {
    justify-content: space-evenly
}

@media screen and (min-width: 576px) {
    .p-jc-sm-start {
        justify-content:flex-start
    }

    .p-jc-sm-end {
        justify-content: flex-end
    }

    .p-jc-sm-center {
        justify-content: center
    }

    .p-jc-sm-between {
        justify-content: space-between
    }

    .p-jc-sm-around {
        justify-content: space-around
    }

    .p-jc-sm-evenly {
        justify-content: space-evenly
    }
}

@media screen and (min-width: 768px) {
    .p-jc-md-start {
        justify-content:flex-start
    }

    .p-jc-md-end {
        justify-content: flex-end
    }

    .p-jc-md-center {
        justify-content: center
    }

    .p-jc-md-between {
        justify-content: space-between
    }

    .p-jc-md-around {
        justify-content: space-around
    }

    .p-jc-md-evenly {
        justify-content: space-evenly
    }
}

@media screen and (min-width: 992px) {
    .p-jc-lg-start {
        justify-content:flex-start
    }

    .p-jc-lg-end {
        justify-content: flex-end
    }

    .p-jc-lg-center {
        justify-content: center
    }

    .p-jc-lg-between {
        justify-content: space-between
    }

    .p-jc-lg-around {
        justify-content: space-around
    }

    .p-jc-lg-evenly {
        justify-content: space-evenly
    }
}

@media screen and (min-width: 1200px) {
    .p-jc-xl-start {
        justify-content:flex-start
    }

    .p-jc-xl-end {
        justify-content: flex-end
    }

    .p-jc-xl-center {
        justify-content: center
    }

    .p-jc-xl-between {
        justify-content: space-between
    }

    .p-jc-xl-around {
        justify-content: space-around
    }

    .p-jc-xl-evenly {
        justify-content: space-evenly
    }
}

.p-ai-start {
    align-items: flex-start
}

.p-ai-end {
    align-items: flex-end
}

.p-ai-center {
    align-items: center
}

.p-ai-baseline {
    align-items: baseline
}

.p-ai-stretch {
    align-items: stretch
}

@media screen and (min-width: 576px) {
    .p-ai-sm-start {
        align-items:flex-start
    }

    .p-ai-sm-end {
        align-items: flex-end
    }

    .p-ai-sm-center {
        align-items: center
    }

    .p-ai-sm-baseline {
        align-items: baseline
    }

    .p-ai-sm-stretch {
        align-items: stretch
    }
}

@media screen and (min-width: 768px) {
    .p-ai-md-start {
        align-items:flex-start
    }

    .p-ai-md-end {
        align-items: flex-end
    }

    .p-ai-md-center {
        align-items: center
    }

    .p-ai-md-baseline {
        align-items: baseline
    }

    .p-ai-md-stretch {
        align-items: stretch
    }
}

@media screen and (min-width: 992px) {
    .p-ai-lg-start {
        align-items:flex-start
    }

    .p-ai-lg-end {
        align-items: flex-end
    }

    .p-ai-lg-center {
        align-items: center
    }

    .p-ai-lg-baseline {
        align-items: baseline
    }

    .p-ai-lg-stretch {
        align-items: stretch
    }
}

@media screen and (min-width: 1200px) {
    .p-ai-xl-start {
        align-items:flex-start
    }

    .p-ai-xl-end {
        align-items: flex-end
    }

    .p-ai-xl-center {
        align-items: center
    }

    .p-ai-xl-baseline {
        align-items: baseline
    }

    .p-ai-xl-stretch {
        align-items: stretch
    }
}

.p-as-start {
    align-self: start
}

.p-as-end {
    align-self: flex-end
}

.p-as-center {
    align-self: center
}

.p-as-baseline {
    align-self: baseline
}

.p-as-stretch {
    align-self: stretch
}

@media screen and (min-width: 576px) {
    .p-as-sm-start {
        align-self:start
    }

    .p-as-sm-end {
        align-self: flex-end
    }

    .p-as-sm-center {
        align-self: center
    }

    .p-as-sm-baseline {
        align-self: baseline
    }

    .p-as-sm-stretch {
        align-self: stretch
    }
}

@media screen and (min-width: 768px) {
    .p-as-md-start {
        align-self:start
    }

    .p-as-md-end {
        align-self: flex-end
    }

    .p-as-md-center {
        align-self: center
    }

    .p-as-md-baseline {
        align-self: baseline
    }

    .p-as-md-stretch {
        align-self: stretch
    }
}

@media screen and (min-width: 992px) {
    .p-as-lg-start {
        align-self:start
    }

    .p-as-lg-end {
        align-self: flex-end
    }

    .p-as-lg-center {
        align-self: center
    }

    .p-as-lg-baseline {
        align-self: baseline
    }

    .p-as-lg-stretch {
        align-self: stretch
    }
}

@media screen and (min-width: 1200px) {
    .p-as-xl-start {
        align-self:start
    }

    .p-as-xl-end {
        align-self: flex-end
    }

    .p-as-xl-center {
        align-self: center
    }

    .p-as-xl-baseline {
        align-self: baseline
    }

    .p-as-xl-stretch {
        align-self: stretch
    }
}

.p-ac-start {
    align-content: flex-start
}

.p-ac-end {
    align-content: flex-end
}

.p-ac-center {
    align-content: center
}

.p-ac-around {
    align-content: space-around
}

.p-ac-stretch {
    align-content: stretch
}

.p-ac-between {
    align-content: space-between
}

@media screen and (min-width: 576px) {
    .p-ac-sm-start {
        align-content:flex-start
    }

    .p-ac-sm-end {
        align-content: flex-end
    }

    .p-ac-sm-center {
        align-content: center
    }

    .p-ac-sm-around {
        align-content: space-around
    }

    .p-ac-sm-stretch {
        align-content: stretch
    }

    .p-ac-sm-between {
        align-content: space-between
    }
}

@media screen and (min-width: 768px) {
    .p-ac-md-start {
        align-content:flex-start
    }

    .p-ac-md-end {
        align-content: flex-end
    }

    .p-ac-md-center {
        align-content: center
    }

    .p-ac-md-around {
        align-content: space-around
    }

    .p-ac-md-stretch {
        align-content: stretch
    }

    .p-ac-md-between {
        align-content: space-between
    }
}

@media screen and (min-width: 992px) {
    .p-ac-lg-start {
        align-content:flex-start
    }

    .p-ac-lg-end {
        align-content: flex-end
    }

    .p-ac-lg-center {
        align-content: center
    }

    .p-ac-lg-around {
        align-content: space-around
    }

    .p-ac-lg-stretch {
        align-content: stretch
    }

    .p-ac-lg-between {
        align-content: space-between
    }
}

@media screen and (min-width: 1200px) {
    .p-ac-xl-start {
        align-content:flex-start
    }

    .p-ac-xl-end {
        align-content: flex-end
    }

    .p-ac-xl-center {
        align-content: center
    }

    .p-ac-xl-around {
        align-content: space-around
    }

    .p-ac-xl-stretch {
        align-content: stretch
    }

    .p-ac-xl-between {
        align-content: space-between
    }
}

.p-order-0 {
    order: 0
}

.p-order-1 {
    order: 1
}

.p-order-2 {
    order: 2
}

.p-order-3 {
    order: 3
}

.p-order-4 {
    order: 4
}

.p-order-5 {
    order: 5
}

.p-order-6 {
    order: 6
}

@media screen and (min-width: 576px) {
    .p-order-sm-0 {
        order:0
    }

    .p-order-sm-1 {
        order: 1
    }

    .p-order-sm-2 {
        order: 2
    }

    .p-order-sm-3 {
        order: 3
    }

    .p-order-sm-4 {
        order: 4
    }

    .p-order-sm-5 {
        order: 5
    }

    .p-order-sm-6 {
        order: 6
    }
}

@media screen and (min-width: 768px) {
    .p-order-md-0 {
        order:0
    }

    .p-order-md-1 {
        order: 1
    }

    .p-order-md-2 {
        order: 2
    }

    .p-order-md-3 {
        order: 3
    }

    .p-order-md-4 {
        order: 4
    }

    .p-order-md-5 {
        order: 5
    }

    .p-order-md-6 {
        order: 6
    }
}

@media screen and (min-width: 992px) {
    .p-order-lg-0 {
        order:0
    }

    .p-order-lg-1 {
        order: 1
    }

    .p-order-lg-2 {
        order: 2
    }

    .p-order-lg-3 {
        order: 3
    }

    .p-order-lg-4 {
        order: 4
    }

    .p-order-lg-5 {
        order: 5
    }

    .p-order-lg-6 {
        order: 6
    }
}

@media screen and (min-width: 1200px) {
    .p-order-xl-0 {
        order:0
    }

    .p-order-xl-1 {
        order: 1
    }

    .p-order-xl-2 {
        order: 2
    }

    .p-order-xl-3 {
        order: 3
    }

    .p-order-xl-4 {
        order: 4
    }

    .p-order-xl-5 {
        order: 5
    }

    .p-order-xl-6 {
        order: 6
    }
}

.p-flex-nowrap {
    flex-wrap: nowrap
}

.p-flex-wrap {
    flex-wrap: wrap
}

.p-flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

@media screen and (min-width: 576px) {
    .p-flex-sm-nowrap {
        flex-wrap:nowrap
    }

    .p-flex-sm-wrap {
        flex-wrap: wrap
    }

    .p-flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse
    }
}

@media screen and (min-width: 768px) {
    .p-flex-md-nowrap {
        flex-wrap:nowrap
    }

    .p-flex-md-wrap {
        flex-wrap: wrap
    }

    .p-flex-md-wrap-reverse {
        flex-wrap: wrap-reverse
    }
}

@media screen and (min-width: 992px) {
    .p-flex-lg-nowrap {
        flex-wrap:nowrap
    }

    .p-flex-lg-wrap {
        flex-wrap: wrap
    }

    .p-flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse
    }
}

@media screen and (min-width: 1200px) {
    .p-flex-xl-nowrap {
        flex-wrap:nowrap
    }

    .p-flex-xl-wrap {
        flex-wrap: wrap
    }

    .p-flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse
    }
}

.p-pt-0 {
    padding-top: 0!important
}

.p-pt-1 {
    padding-top: .25rem!important
}

.p-pt-2 {
    padding-top: .5rem!important
}

.p-pt-3 {
    padding-top: 1rem!important
}

.p-pt-4 {
    padding-top: 1.5rem!important
}

.p-pt-5 {
    padding-top: 2rem!important
}

.p-pt-6 {
    padding-top: 3rem!important
}

.p-pr-0 {
    padding-right: 0!important
}

.p-pr-1 {
    padding-right: .25rem!important
}

.p-pr-2 {
    padding-right: .5rem!important
}

.p-pr-3 {
    padding-right: 1rem!important
}

.p-pr-4 {
    padding-right: 1.5rem!important
}

.p-pr-5 {
    padding-right: 2rem!important
}

.p-pr-6 {
    padding-right: 3rem!important
}

.p-pl-0 {
    padding-left: 0!important
}

.p-pl-1 {
    padding-left: .25rem!important
}

.p-pl-2 {
    padding-left: .5rem!important
}

.p-pl-3 {
    padding-left: 1rem!important
}

.p-pl-4 {
    padding-left: 1.5rem!important
}

.p-pl-5 {
    padding-left: 2rem!important
}

.p-pl-6 {
    padding-left: 3rem!important
}

.p-pb-0 {
    padding-bottom: 0!important
}

.p-pb-1 {
    padding-bottom: .25rem!important
}

.p-pb-2 {
    padding-bottom: .5rem!important
}

.p-pb-3 {
    padding-bottom: 1rem!important
}

.p-pb-4 {
    padding-bottom: 1.5rem!important
}

.p-pb-5 {
    padding-bottom: 2rem!important
}

.p-pb-6 {
    padding-bottom: 3rem!important
}

.p-px-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

.p-px-1 {
    padding-left: .25rem!important;
    padding-right: .25rem!important
}

.p-px-2 {
    padding-left: .5rem!important;
    padding-right: .5rem!important
}

.p-px-3 {
    padding-left: 1rem!important;
    padding-right: 1rem!important
}

.p-px-4 {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important
}

.p-px-5 {
    padding-left: 2rem!important;
    padding-right: 2rem!important
}

.p-px-6 {
    padding-left: 3rem!important;
    padding-right: 3rem!important
}

.p-py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.p-py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.p-py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.p-py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.p-py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.p-py-5 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
}

.p-py-6 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.p-p-0 {
    padding: 0!important
}

.p-p-1 {
    padding: .25rem!important
}

.p-p-2 {
    padding: .5rem!important
}

.p-p-3 {
    padding: 1rem!important
}

.p-p-4 {
    padding: 1.5rem!important
}

.p-p-5 {
    padding: 2rem!important
}

.p-p-6 {
    padding: 3rem!important
}

@media screen and (min-width: 576px) {
    .p-pt-sm-0 {
        padding-top:0!important
    }

    .p-pt-sm-1 {
        padding-top: .25rem!important
    }

    .p-pt-sm-2 {
        padding-top: .5rem!important
    }

    .p-pt-sm-3 {
        padding-top: 1rem!important
    }

    .p-pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .p-pt-sm-5 {
        padding-top: 2rem!important
    }

    .p-pt-sm-6 {
        padding-top: 3rem!important
    }

    .p-pr-sm-0 {
        padding-right: 0!important
    }

    .p-pr-sm-1 {
        padding-right: .25rem!important
    }

    .p-pr-sm-2 {
        padding-right: .5rem!important
    }

    .p-pr-sm-3 {
        padding-right: 1rem!important
    }

    .p-pr-sm-4 {
        padding-right: 1.5rem!important
    }

    .p-pr-sm-5 {
        padding-right: 2rem!important
    }

    .p-pr-sm-6 {
        padding-right: 3rem!important
    }

    .p-pl-sm-0 {
        padding-left: 0!important
    }

    .p-pl-sm-1 {
        padding-left: .25rem!important
    }

    .p-pl-sm-2 {
        padding-left: .5rem!important
    }

    .p-pl-sm-3 {
        padding-left: 1rem!important
    }

    .p-pl-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-pl-sm-5 {
        padding-left: 2rem!important
    }

    .p-pl-sm-6 {
        padding-left: 3rem!important
    }

    .p-pb-sm-0 {
        padding-bottom: 0!important
    }

    .p-pb-sm-1 {
        padding-bottom: .25rem!important
    }

    .p-pb-sm-2 {
        padding-bottom: .5rem!important
    }

    .p-pb-sm-3 {
        padding-bottom: 1rem!important
    }

    .p-pb-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .p-pb-sm-5 {
        padding-bottom: 2rem!important
    }

    .p-pb-sm-6 {
        padding-bottom: 3rem!important
    }

    .p-px-sm-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .p-px-sm-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .p-px-sm-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .p-px-sm-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .p-px-sm-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .p-px-sm-5 {
        padding-left: 2rem!important;
        padding-right: 2rem!important
    }

    .p-px-sm-6 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .p-py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .p-py-sm-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .p-py-sm-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .p-py-sm-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .p-py-sm-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .p-py-sm-5 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }

    .p-py-sm-6 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .p-p-sm-0 {
        padding: 0!important
    }

    .p-p-sm-1 {
        padding: .25rem!important
    }

    .p-p-sm-2 {
        padding: .5rem!important
    }

    .p-p-sm-3 {
        padding: 1rem!important
    }

    .p-p-sm-4 {
        padding: 1.5rem!important
    }

    .p-p-sm-5 {
        padding: 2rem!important
    }

    .p-p-sm-6 {
        padding: 3rem!important
    }
}

@media screen and (min-width: 768px) {
    .p-pt-md-0 {
        padding-top:0!important
    }

    .p-pt-md-1 {
        padding-top: .25rem!important
    }

    .p-pt-md-2 {
        padding-top: .5rem!important
    }

    .p-pt-md-3 {
        padding-top: 1rem!important
    }

    .p-pt-md-4 {
        padding-top: 1.5rem!important
    }

    .p-pt-md-5 {
        padding-top: 2rem!important
    }

    .p-pt-md-6 {
        padding-top: 3rem!important
    }

    .p-pr-md-0 {
        padding-right: 0!important
    }

    .p-pr-md-1 {
        padding-right: .25rem!important
    }

    .p-pr-md-2 {
        padding-right: .5rem!important
    }

    .p-pr-md-3 {
        padding-right: 1rem!important
    }

    .p-pr-md-4 {
        padding-right: 1.5rem!important
    }

    .p-pr-md-5 {
        padding-right: 2rem!important
    }

    .p-pr-md-6 {
        padding-right: 3rem!important
    }

    .p-pl-md-0 {
        padding-left: 0!important
    }

    .p-pl-md-1 {
        padding-left: .25rem!important
    }

    .p-pl-md-2 {
        padding-left: .5rem!important
    }

    .p-pl-md-3 {
        padding-left: 1rem!important
    }

    .p-pl-md-4 {
        padding-left: 1.5rem!important
    }

    .p-pl-md-5 {
        padding-left: 2rem!important
    }

    .p-pl-md-6 {
        padding-left: 3rem!important
    }

    .p-pb-md-0 {
        padding-bottom: 0!important
    }

    .p-pb-md-1 {
        padding-bottom: .25rem!important
    }

    .p-pb-md-2 {
        padding-bottom: .5rem!important
    }

    .p-pb-md-3 {
        padding-bottom: 1rem!important
    }

    .p-pb-md-4 {
        padding-bottom: 1.5rem!important
    }

    .p-pb-md-5 {
        padding-bottom: 2rem!important
    }

    .p-pb-md-6 {
        padding-bottom: 3rem!important
    }

    .p-px-md-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .p-px-md-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .p-px-md-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .p-px-md-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .p-px-md-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .p-px-md-5 {
        padding-left: 2rem!important;
        padding-right: 2rem!important
    }

    .p-px-md-6 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .p-py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .p-py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .p-py-md-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .p-py-md-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .p-py-md-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .p-py-md-5 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }

    .p-py-md-6 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .p-p-md-0 {
        padding: 0!important
    }

    .p-p-md-1 {
        padding: .25rem!important
    }

    .p-p-md-2 {
        padding: .5rem!important
    }

    .p-p-md-3 {
        padding: 1rem!important
    }

    .p-p-md-4 {
        padding: 1.5rem!important
    }

    .p-p-md-5 {
        padding: 2rem!important
    }

    .p-p-md-6 {
        padding: 3rem!important
    }
}

@media screen and (min-width: 992px) {
    .p-pt-lg-0 {
        padding-top:0!important
    }

    .p-pt-lg-1 {
        padding-top: .25rem!important
    }

    .p-pt-lg-2 {
        padding-top: .5rem!important
    }

    .p-pt-lg-3 {
        padding-top: 1rem!important
    }

    .p-pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .p-pt-lg-5 {
        padding-top: 2rem!important
    }

    .p-pt-lg-6,.p-pt-lg-auto {
        padding-top: 3rem!important
    }

    .p-pr-lg-0 {
        padding-right: 0!important
    }

    .p-pr-lg-1 {
        padding-right: .25rem!important
    }

    .p-pr-lg-2 {
        padding-right: .5rem!important
    }

    .p-pr-lg-3 {
        padding-right: 1rem!important
    }

    .p-pr-lg-4 {
        padding-right: 1.5rem!important
    }

    .p-pr-lg-5 {
        padding-right: 2rem!important
    }

    .p-pr-lg-6 {
        padding-right: 3rem!important
    }

    .p-pl-lg-0 {
        padding-left: 0!important
    }

    .p-pl-lg-1 {
        padding-left: .25rem!important
    }

    .p-pl-lg-2 {
        padding-left: .5rem!important
    }

    .p-pl-lg-3 {
        padding-left: 1rem!important
    }

    .p-pl-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-pl-lg-5 {
        padding-left: 2rem!important
    }

    .p-pl-lg-6 {
        padding-left: 3rem!important
    }

    .p-pb-lg-0 {
        padding-bottom: 0!important
    }

    .p-pb-lg-1 {
        padding-bottom: .25rem!important
    }

    .p-pb-lg-2 {
        padding-bottom: .5rem!important
    }

    .p-pb-lg-3 {
        padding-bottom: 1rem!important
    }

    .p-pb-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .p-pb-lg-5 {
        padding-bottom: 2rem!important
    }

    .p-pb-lg-6 {
        padding-bottom: 3rem!important
    }

    .p-px-lg-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .p-px-lg-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .p-px-lg-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .p-px-lg-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .p-px-lg-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .p-px-lg-5 {
        padding-left: 2rem!important;
        padding-right: 2rem!important
    }

    .p-px-lg-6 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .p-py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .p-py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .p-py-lg-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .p-py-lg-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .p-py-lg-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .p-py-lg-5 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }

    .p-py-lg-6 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .p-p-lg-0 {
        padding: 0!important
    }

    .p-p-lg-1 {
        padding: .25rem!important
    }

    .p-p-lg-2 {
        padding: .5rem!important
    }

    .p-p-lg-3 {
        padding: 1rem!important
    }

    .p-p-lg-4 {
        padding: 1.5rem!important
    }

    .p-p-lg-5 {
        padding: 2rem!important
    }

    .p-p-lg-6 {
        padding: 3rem!important
    }
}

@media screen and (min-width: 1200px) {
    .p-pt-xl-0 {
        padding-top:0!important
    }

    .p-pt-xl-1 {
        padding-top: .25rem!important
    }

    .p-pt-xl-2 {
        padding-top: .5rem!important
    }

    .p-pt-xl-3 {
        padding-top: 1rem!important
    }

    .p-pt-xl-4 {
        padding-top: 1.5rem!important
    }

    .p-pt-xl-5 {
        padding-top: 2rem!important
    }

    .p-pt-xl-6 {
        padding-top: 3rem!important
    }

    .p-pr-xl-0 {
        padding-right: 0!important
    }

    .p-pr-xl-1 {
        padding-right: .25rem!important
    }

    .p-pr-xl-2 {
        padding-right: .5rem!important
    }

    .p-pr-xl-3 {
        padding-right: 1rem!important
    }

    .p-pr-xl-4 {
        padding-right: 1.5rem!important
    }

    .p-pr-xl-5 {
        padding-right: 2rem!important
    }

    .p-pr-xl-6 {
        padding-right: 3rem!important
    }

    .p-pl-xl-0 {
        padding-left: 0!important
    }

    .p-pl-xl-1 {
        padding-left: .25rem!important
    }

    .p-pl-xl-2 {
        padding-left: .5rem!important
    }

    .p-pl-xl-3 {
        padding-left: 1rem!important
    }

    .p-pl-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-pl-xl-5 {
        padding-left: 2rem!important
    }

    .p-pl-xl-6 {
        padding-left: 3rem!important
    }

    .p-pb-xl-0 {
        padding-bottom: 0!important
    }

    .p-pb-xl-1 {
        padding-bottom: .25rem!important
    }

    .p-pb-xl-2 {
        padding-bottom: .5rem!important
    }

    .p-pb-xl-3 {
        padding-bottom: 1rem!important
    }

    .p-pb-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .p-pb-xl-5 {
        padding-bottom: 2rem!important
    }

    .p-pb-xl-6 {
        padding-bottom: 3rem!important
    }

    .p-px-xl-0 {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .p-px-xl-1 {
        padding-left: .25rem!important;
        padding-right: .25rem!important
    }

    .p-px-xl-2 {
        padding-left: .5rem!important;
        padding-right: .5rem!important
    }

    .p-px-xl-3 {
        padding-left: 1rem!important;
        padding-right: 1rem!important
    }

    .p-px-xl-4 {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important
    }

    .p-px-xl-5 {
        padding-left: 2rem!important;
        padding-right: 2rem!important
    }

    .p-px-xl-6 {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }

    .p-py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .p-py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .p-py-xl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .p-py-xl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .p-py-xl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .p-py-xl-5 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }

    .p-py-xl-6 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .p-p-xl-0 {
        padding: 0!important
    }

    .p-p-xl-1 {
        padding: .25rem!important
    }

    .p-p-xl-2 {
        padding: .5rem!important
    }

    .p-p-xl-3 {
        padding: 1rem!important
    }

    .p-p-xl-4 {
        padding: 1.5rem!important
    }

    .p-p-xl-5 {
        padding: 2rem!important
    }

    .p-p-xl-6 {
        padding: 3rem!important
    }
}

.p-mt-0 {
    margin-top: 0!important
}

.p-mt-1 {
    margin-top: .25rem!important
}

.p-mt-2 {
    margin-top: .5rem!important
}

.p-mt-3 {
    margin-top: 1rem!important
}

.p-mt-4 {
    margin-top: 1.5rem!important
}

.p-mt-5 {
    margin-top: 2rem!important
}

.p-mt-6 {
    margin-top: 3rem!important
}

.p-mt-auto {
    margin-top: auto!important
}

.p-mr-0 {
    margin-right: 0!important
}

.p-mr-1 {
    margin-right: .25rem!important
}

.p-mr-2 {
    margin-right: .5rem!important
}

.p-mr-3 {
    margin-right: 1rem!important
}

.p-mr-4 {
    margin-right: 1.5rem!important
}

.p-mr-5 {
    margin-right: 2rem!important
}

.p-mr-6 {
    margin-right: 3rem!important
}

.p-mr-auto {
    margin-right: auto!important
}

.p-ml-0 {
    margin-left: 0!important
}

.p-ml-1 {
    margin-left: .25rem!important
}

.p-ml-2 {
    margin-left: .5rem!important
}

.p-ml-3 {
    margin-left: 1rem!important
}

.p-ml-4 {
    margin-left: 1.5rem!important
}

.p-ml-5 {
    margin-left: 2rem!important
}

.p-ml-6 {
    margin-left: 3rem!important
}

.p-ml-auto {
    margin-left: auto!important
}

.p-mb-0 {
    margin-bottom: 0!important
}

.p-mb-1 {
    margin-bottom: .25rem!important
}

.p-mb-2 {
    margin-bottom: .5rem!important
}

.p-mb-3 {
    margin-bottom: 1rem!important
}

.p-mb-4 {
    margin-bottom: 1.5rem!important
}

.p-mb-5 {
    margin-bottom: 2rem!important
}

.p-mb-6 {
    margin-bottom: 3rem!important
}

.p-mb-auto {
    margin-bottom: auto!important
}

.p-mx-0 {
    margin-left: 0!important;
    margin-right: 0!important
}

.p-mx-1 {
    margin-left: .25rem!important;
    margin-right: .25rem!important
}

.p-mx-2 {
    margin-left: .5rem!important;
    margin-right: .5rem!important
}

.p-mx-3 {
    margin-left: 1rem!important;
    margin-right: 1rem!important
}

.p-mx-4 {
    margin-left: 1.5rem!important;
    margin-right: 1.5rem!important
}

.p-mx-5 {
    margin-left: 2rem!important;
    margin-right: 2rem!important
}

.p-mx-6 {
    margin-left: 3rem!important;
    margin-right: 3rem!important
}

.p-mx-auto {
    margin-left: auto!important;
    margin-right: auto!important
}

.p-my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.p-my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.p-my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.p-my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.p-my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.p-my-5 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
}

.p-my-6 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.p-my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.p-m-0 {
    margin: 0!important
}

.p-m-1 {
    margin: .25rem!important
}

.p-m-2 {
    margin: .5rem!important
}

.p-m-3 {
    margin: 1rem!important
}

.p-m-4 {
    margin: 1.5rem!important
}

.p-m-5 {
    margin: 2rem!important
}

.p-m-6 {
    margin: 3rem!important
}

.p-m-auto {
    margin: auto!important
}

@media screen and (min-width: 576px) {
    .p-mt-sm-0 {
        margin-top:0!important
    }

    .p-mt-sm-1 {
        margin-top: .25rem!important
    }

    .p-mt-sm-2 {
        margin-top: .5rem!important
    }

    .p-mt-sm-3 {
        margin-top: 1rem!important
    }

    .p-mt-sm-4 {
        margin-top: 1.5rem!important
    }

    .p-mt-sm-5 {
        margin-top: 2rem!important
    }

    .p-mt-sm-6,.p-mt-sm-auto {
        margin-top: 3rem!important
    }

    .p-mr-sm-0 {
        margin-right: 0!important
    }

    .p-mr-sm-1 {
        margin-right: .25rem!important
    }

    .p-mr-sm-2 {
        margin-right: .5rem!important
    }

    .p-mr-sm-3 {
        margin-right: 1rem!important
    }

    .p-mr-sm-4 {
        margin-right: 1.5rem!important
    }

    .p-mr-sm-5 {
        margin-right: 2rem!important
    }

    .p-mr-sm-6 {
        margin-right: 3rem!important
    }

    .p-mr-sm-auto {
        margin-right: auto!important
    }

    .p-ml-sm-0 {
        margin-left: 0!important
    }

    .p-ml-sm-1 {
        margin-left: .25rem!important
    }

    .p-ml-sm-2 {
        margin-left: .5rem!important
    }

    .p-ml-sm-3 {
        margin-left: 1rem!important
    }

    .p-ml-sm-4 {
        margin-left: 1.5rem!important
    }

    .p-ml-sm-5 {
        margin-left: 2rem!important
    }

    .p-ml-sm-6 {
        margin-left: 3rem!important
    }

    .p-ml-sm-auto {
        margin-left: auto!important
    }

    .p-mb-sm-0 {
        margin-bottom: 0!important
    }

    .p-mb-sm-1 {
        margin-bottom: .25rem!important
    }

    .p-mb-sm-2 {
        margin-bottom: .5rem!important
    }

    .p-mb-sm-3 {
        margin-bottom: 1rem!important
    }

    .p-mb-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .p-mb-sm-5 {
        margin-bottom: 2rem!important
    }

    .p-mb-sm-6 {
        margin-bottom: 3rem!important
    }

    .p-mb-sm-auto {
        margin-bottom: auto!important
    }

    .p-mx-sm-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .p-mx-sm-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .p-mx-sm-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .p-mx-sm-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .p-mx-sm-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .p-mx-sm-5 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }

    .p-mx-sm-6 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .p-mx-sm-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .p-my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .p-my-sm-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .p-my-sm-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .p-my-sm-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .p-my-sm-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .p-my-sm-5 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }

    .p-my-sm-6 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .p-my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .p-m-sm-0 {
        margin: 0!important
    }

    .p-m-sm-1 {
        margin: .25rem!important
    }

    .p-m-sm-2 {
        margin: .5rem!important
    }

    .p-m-sm-3 {
        margin: 1rem!important
    }

    .p-m-sm-4 {
        margin: 1.5rem!important
    }

    .p-m-sm-5 {
        margin: 2rem!important
    }

    .p-m-sm-6 {
        margin: 3rem!important
    }

    .p-m-sm-auto {
        margin: auto!important
    }
}

@media screen and (min-width: 768px) {
    .p-mt-md-0 {
        margin-top:0!important
    }

    .p-mt-md-1 {
        margin-top: .25rem!important
    }

    .p-mt-md-2 {
        margin-top: .5rem!important
    }

    .p-mt-md-3 {
        margin-top: 1rem!important
    }

    .p-mt-md-4 {
        margin-top: 1.5rem!important
    }

    .p-mt-md-5 {
        margin-top: 2rem!important
    }

    .p-mt-md-6,.p-mt-md-auto {
        margin-top: 3rem!important
    }

    .p-mr-md-0 {
        margin-right: 0!important
    }

    .p-mr-md-1 {
        margin-right: .25rem!important
    }

    .p-mr-md-2 {
        margin-right: .5rem!important
    }

    .p-mr-md-3 {
        margin-right: 1rem!important
    }

    .p-mr-md-4 {
        margin-right: 1.5rem!important
    }

    .p-mr-md-5 {
        margin-right: 2rem!important
    }

    .p-mr-md-6 {
        margin-right: 3rem!important
    }

    .p-mr-md-auto {
        margin-right: auto!important
    }

    .p-ml-md-0 {
        margin-left: 0!important
    }

    .p-ml-md-1 {
        margin-left: .25rem!important
    }

    .p-ml-md-2 {
        margin-left: .5rem!important
    }

    .p-ml-md-3 {
        margin-left: 1rem!important
    }

    .p-ml-md-4 {
        margin-left: 1.5rem!important
    }

    .p-ml-md-5 {
        margin-left: 2rem!important
    }

    .p-ml-md-6 {
        margin-left: 3rem!important
    }

    .p-ml-md-auto {
        margin-left: auto!important
    }

    .p-mb-md-0 {
        margin-bottom: 0!important
    }

    .p-mb-md-1 {
        margin-bottom: .25rem!important
    }

    .p-mb-md-2 {
        margin-bottom: .5rem!important
    }

    .p-mb-md-3 {
        margin-bottom: 1rem!important
    }

    .p-mb-md-4 {
        margin-bottom: 1.5rem!important
    }

    .p-mb-md-5 {
        margin-bottom: 2rem!important
    }

    .p-mb-md-6 {
        margin-bottom: 3rem!important
    }

    .p-mb-md-auto {
        margin-bottom: auto!important
    }

    .p-mx-md-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .p-mx-md-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .p-mx-md-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .p-mx-md-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .p-mx-md-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .p-mx-md-5 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }

    .p-mx-md-6 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .p-mx-md-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .p-my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .p-my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .p-my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .p-my-md-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .p-my-md-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .p-my-md-5 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }

    .p-my-md-6 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .p-my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .p-m-md-0 {
        margin: 0!important
    }

    .p-m-md-1 {
        margin: .25rem!important
    }

    .p-m-md-2 {
        margin: .5rem!important
    }

    .p-m-md-3 {
        margin: 1rem!important
    }

    .p-m-md-4 {
        margin: 1.5rem!important
    }

    .p-m-md-5 {
        margin: 2rem!important
    }

    .p-m-md-6 {
        margin: 3rem!important
    }

    .p-m-md-auto {
        margin: auto!important
    }
}

@media screen and (min-width: 992px) {
    .p-mt-lg-0 {
        margin-top:0!important
    }

    .p-mt-lg-1 {
        margin-top: .25rem!important
    }

    .p-mt-lg-2 {
        margin-top: .5rem!important
    }

    .p-mt-lg-3 {
        margin-top: 1rem!important
    }

    .p-mt-lg-4 {
        margin-top: 1.5rem!important
    }

    .p-mt-lg-5 {
        margin-top: 2rem!important
    }

    .p-mt-lg-6,.p-mt-lg-auto {
        margin-top: 3rem!important
    }

    .p-mr-lg-0 {
        margin-right: 0!important
    }

    .p-mr-lg-1 {
        margin-right: .25rem!important
    }

    .p-mr-lg-2 {
        margin-right: .5rem!important
    }

    .p-mr-lg-3 {
        margin-right: 1rem!important
    }

    .p-mr-lg-4 {
        margin-right: 1.5rem!important
    }

    .p-mr-lg-5 {
        margin-right: 2rem!important
    }

    .p-mr-lg-6 {
        margin-right: 3rem!important
    }

    .p-mr-lg-auto {
        margin-right: auto!important
    }

    .p-ml-lg-0 {
        margin-left: 0!important
    }

    .p-ml-lg-1 {
        margin-left: .25rem!important
    }

    .p-ml-lg-2 {
        margin-left: .5rem!important
    }

    .p-ml-lg-3 {
        margin-left: 1rem!important
    }

    .p-ml-lg-4 {
        margin-left: 1.5rem!important
    }

    .p-ml-lg-5 {
        margin-left: 2rem!important
    }

    .p-ml-lg-6 {
        margin-left: 3rem!important
    }

    .p-ml-lg-auto {
        margin-left: auto!important
    }

    .p-mb-lg-0 {
        margin-bottom: 0!important
    }

    .p-mb-lg-1 {
        margin-bottom: .25rem!important
    }

    .p-mb-lg-2 {
        margin-bottom: .5rem!important
    }

    .p-mb-lg-3 {
        margin-bottom: 1rem!important
    }

    .p-mb-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .p-mb-lg-5 {
        margin-bottom: 2rem!important
    }

    .p-mb-lg-6 {
        margin-bottom: 3rem!important
    }

    .p-mb-lg-auto {
        margin-bottom: auto!important
    }

    .p-mx-lg-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .p-mx-lg-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .p-mx-lg-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .p-mx-lg-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .p-mx-lg-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .p-mx-lg-5 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }

    .p-mx-lg-6 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .p-mx-lg-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .p-my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .p-my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .p-my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .p-my-lg-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .p-my-lg-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .p-my-lg-5 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }

    .p-my-lg-6 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .p-my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .p-m-lg-0 {
        margin: 0!important
    }

    .p-m-lg-1 {
        margin: .25rem!important
    }

    .p-m-lg-2 {
        margin: .5rem!important
    }

    .p-m-lg-3 {
        margin: 1rem!important
    }

    .p-m-lg-4 {
        margin: 1.5rem!important
    }

    .p-m-lg-5 {
        margin: 2rem!important
    }

    .p-m-lg-6 {
        margin: 3rem!important
    }

    .p-m-lg-auto {
        margin: auto!important
    }
}

@media screen and (min-width: 1200px) {
    .p-mt-xl-0 {
        margin-top:0!important
    }

    .p-mt-xl-1 {
        margin-top: .25rem!important
    }

    .p-mt-xl-2 {
        margin-top: .5rem!important
    }

    .p-mt-xl-3 {
        margin-top: 1rem!important
    }

    .p-mt-xl-4 {
        margin-top: 1.5rem!important
    }

    .p-mt-xl-5 {
        margin-top: 2rem!important
    }

    .p-mt-xl-6,.p-mt-xl-auto {
        margin-top: 3rem!important
    }

    .p-mr-xl-0 {
        margin-right: 0!important
    }

    .p-mr-xl-1 {
        margin-right: .25rem!important
    }

    .p-mr-xl-2 {
        margin-right: .5rem!important
    }

    .p-mr-xl-3 {
        margin-right: 1rem!important
    }

    .p-mr-xl-4 {
        margin-right: 1.5rem!important
    }

    .p-mr-xl-5 {
        margin-right: 2rem!important
    }

    .p-mr-xl-6 {
        margin-right: 3rem!important
    }

    .p-mr-xl-auto {
        margin-right: auto!important
    }

    .p-ml-xl-0 {
        margin-left: 0!important
    }

    .p-ml-xl-1 {
        margin-left: .25rem!important
    }

    .p-ml-xl-2 {
        margin-left: .5rem!important
    }

    .p-ml-xl-3 {
        margin-left: 1rem!important
    }

    .p-ml-xl-4 {
        margin-left: 1.5rem!important
    }

    .p-ml-xl-5 {
        margin-left: 2rem!important
    }

    .p-ml-xl-6 {
        margin-left: 3rem!important
    }

    .p-ml-xl-auto {
        margin-left: auto!important
    }

    .p-mb-xl-0 {
        margin-bottom: 0!important
    }

    .p-mb-xl-1 {
        margin-bottom: .25rem!important
    }

    .p-mb-xl-2 {
        margin-bottom: .5rem!important
    }

    .p-mb-xl-3 {
        margin-bottom: 1rem!important
    }

    .p-mb-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .p-mb-xl-5 {
        margin-bottom: 2rem!important
    }

    .p-mb-xl-6 {
        margin-bottom: 3rem!important
    }

    .p-mb-xl-auto {
        margin-bottom: auto!important
    }

    .p-mx-xl-0 {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .p-mx-xl-1 {
        margin-left: .25rem!important;
        margin-right: .25rem!important
    }

    .p-mx-xl-2 {
        margin-left: .5rem!important;
        margin-right: .5rem!important
    }

    .p-mx-xl-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important
    }

    .p-mx-xl-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important
    }

    .p-mx-xl-5 {
        margin-left: 2rem!important;
        margin-right: 2rem!important
    }

    .p-mx-xl-6 {
        margin-left: 3rem!important;
        margin-right: 3rem!important
    }

    .p-mx-xl-auto {
        margin-left: auto!important;
        margin-right: auto!important
    }

    .p-my-xl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .p-my-xl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .p-my-xl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .p-my-xl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .p-my-xl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .p-my-xl-5 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }

    .p-my-xl-6 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .p-my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .p-m-xl-0 {
        margin: 0!important
    }

    .p-m-xl-1 {
        margin: .25rem!important
    }

    .p-m-xl-2 {
        margin: .5rem!important
    }

    .p-m-xl-3 {
        margin: 1rem!important
    }

    .p-m-xl-4 {
        margin: 1.5rem!important
    }

    .p-m-xl-5 {
        margin: 2rem!important
    }

    .p-m-xl-6 {
        margin: 3rem!important
    }

    .p-m-xl-auto {
        margin: auto!important
    }
}

.p-shadow-1 {
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)
}

.p-shadow-2 {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)
}

.p-shadow-3 {
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)
}

.p-shadow-4 {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)
}

.p-shadow-5 {
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)
}

.p-shadow-6 {
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)
}

.p-shadow-7 {
    box-shadow: 0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)
}

.p-shadow-8 {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)
}

.p-shadow-9 {
    box-shadow: 0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)
}

.p-shadow-10 {
    box-shadow: 0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)
}

.p-shadow-11 {
    box-shadow: 0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)
}

.p-shadow-12 {
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)
}

.p-shadow-13 {
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)
}

.p-shadow-14 {
    box-shadow: 0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)
}

.p-shadow-15 {
    box-shadow: 0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)
}

.p-shadow-16 {
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)
}

.p-shadow-17 {
    box-shadow: 0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)
}

.p-shadow-18 {
    box-shadow: 0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)
}

.p-shadow-19 {
    box-shadow: 0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)
}

.p-shadow-20 {
    box-shadow: 0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)
}

.p-shadow-21 {
    box-shadow: 0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)
}

.p-shadow-22 {
    box-shadow: 0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)
}

.p-shadow-23 {
    box-shadow: 0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)
}

.p-shadow-24 {
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden
}

.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before {
    pointer-events: none
}

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

.ql-clipboard p {
    margin: 0;
    padding: 0
}

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

.ql-editor>* {
    cursor: text
}

.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol,.ql-editor ul {
    padding-left: 1.5em
}

.ql-editor ol>li,.ql-editor ul>li {
    list-style-type: none
}

.ql-editor ul>li:before {
    content: "\2022"
}

.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true] {
    pointer-events: none
}

.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li * {
    pointer-events: all
}

.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

.ql-editor ul[data-checked=true]>li:before {
    content: "\2611"
}

.ql-editor ul[data-checked=false]>li:before {
    content: "\2610"
}

.ql-editor li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

.ql-editor li.ql-direction-rtl:before {
    margin-left: .3em;
    margin-right: -1.5em
}

.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

.ql-editor ol li:before {
    content: counter(list-0,decimal) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1,lower-alpha) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2,lower-roman) ". "
}

.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3,decimal) ". "
}

.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4,lower-alpha) ". "
}

.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5,lower-roman) ". "
}

.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6,decimal) ". "
}

.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7,lower-alpha) ". "
}

.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9
}

.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8,lower-roman) ". "
}

.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9
}

.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9,decimal) ". "
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%
}

.ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

.ql-editor .ql-bg-black {
    background-color: #000
}

.ql-editor .ql-bg-red {
    background-color: #e60000
}

.ql-editor .ql-bg-orange {
    background-color: #f90
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0
}

.ql-editor .ql-bg-green {
    background-color: #008a00
}

.ql-editor .ql-bg-blue {
    background-color: #06c
}

.ql-editor .ql-bg-purple {
    background-color: #93f
}

.ql-editor .ql-color-white {
    color: #fff
}

.ql-editor .ql-color-red {
    color: #e60000
}

.ql-editor .ql-color-orange {
    color: #f90
}

.ql-editor .ql-color-yellow {
    color: #ff0
}

.ql-editor .ql-color-green {
    color: #008a00
}

.ql-editor .ql-color-blue {
    color: #06c
}

.ql-editor .ql-color-purple {
    color: #93f
}

.ql-editor .ql-font-serif {
    font-family: Georgia,Times New Roman,serif
}

.ql-editor .ql-font-monospace {
    font-family: Monaco,Courier New,monospace
}

.ql-editor .ql-size-small {
    font-size: .75em
}

.ql-editor .ql-size-large {
    font-size: 1.5em
}

.ql-editor .ql-size-huge {
    font-size: 2.5em
}

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.ql-editor .ql-align-center {
    text-align: center
}

.ql-editor .ql-align-justify {
    text-align: justify
}

.ql-editor .ql-align-right {
    text-align: right
}

.ql-editor.ql-blank:before {
    color: rgba(0,0,0,.6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px
}

.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%
}

.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover {
    outline: none
}

.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover {
    color: #06c
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: #06c
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter {
    stroke: #06c
}

@media (pointer: coarse) {
    .ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color:#444
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #444
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #444
    }
}

.ql-snow,.ql-snow * {
    box-sizing: border-box
}

.ql-snow .ql-hidden {
    display: none
}

.ql-snow .ql-out-bottom,.ql-snow .ql-out-top {
    visibility: hidden
}

.ql-snow .ql-tooltip {
    position: absolute;
    transform: translateY(10px)
}

.ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none
}

.ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px)
}

.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle
}

.ql-snow .ql-formats:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill {
    fill: #444
}

.ql-snow .ql-empty {
    fill: none
}

.ql-snow .ql-even {
    fill-rule: evenodd
}

.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin {
    stroke-width: 1
}

.ql-snow .ql-transparent {
    opacity: .4
}

.ql-snow .ql-direction svg:last-child {
    display: none
}

.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline
}

.ql-snow .ql-direction.ql-active svg:first-child {
    display: none
}

.ql-snow .ql-editor h1 {
    font-size: 2em
}

.ql-snow .ql-editor h2 {
    font-size: 1.5em
}

.ql-snow .ql-editor h3 {
    font-size: 1.17em
}

.ql-snow .ql-editor h4 {
    font-size: 1em
}

.ql-snow .ql-editor h5 {
    font-size: .83em
}

.ql-snow .ql-editor h6 {
    font-size: .67em
}

.ql-snow .ql-editor a {
    text-decoration: underline
}

.ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px
}

.ql-snow .ql-editor code,.ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px
}

.ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px
}

.ql-snow .ql-editor code {
    font-size: 85%;
    padding: 2px 4px
}

.ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible
}

.ql-snow .ql-editor img {
    max-width: 100%
}

.ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle
}

.ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%
}

.ql-snow .ql-picker-label:before {
    display: inline-block;
    line-height: 22px
}

.ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap
}

.ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1
}

.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker {
    width: 28px
}

.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px
}

.ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0
}

.ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px
}

.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
    content: attr(data-label)
}

.ql-snow .ql-picker.ql-header {
    width: 98px
}

.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before {
    content: "Normal"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
    content: "Heading 1"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
    content: "Heading 2"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
    content: "Heading 3"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
    content: "Heading 4"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
    content: "Heading 5"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
    content: "Heading 6"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    font-size: 2em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    font-size: 1.5em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    font-size: 1.17em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    font-size: 1em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    font-size: .83em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    font-size: .67em
}

.ql-snow .ql-picker.ql-font {
    width: 108px
}

.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before {
    content: "Sans Serif"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before {
    content: "Serif"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before {
    content: "Monospace"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
    font-family: Georgia,Times New Roman,serif
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
    font-family: Monaco,Courier New,monospace
}

.ql-snow .ql-picker.ql-size {
    width: 98px
}

.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before {
    content: "Normal"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before {
    content: "Small"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before {
    content: "Large"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before {
    content: "Huge"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
    font-size: 10px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
    font-size: 18px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
    font-size: 32px
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000
}

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 8px
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px
}

.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent
}

.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: 0 2px 8px rgba(0,0,0,.2)
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-top: 0
}

.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap
}

.ql-snow .ql-tooltip:before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px
}

.ql-snow .ql-tooltip input[type=text] {
    display: none;
    border: 1px solid #ccc;
    font-size: 13px;
    height: 26px;
    margin: 0;
    padding: 3px 5px;
    width: 170px
}

.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.ql-snow .ql-tooltip a.ql-action:after {
    border-right: 1px solid #ccc;
    content: "Edit";
    margin-left: 16px;
    padding-right: 8px
}

.ql-snow .ql-tooltip a.ql-remove:before {
    content: "Remove";
    margin-left: 8px
}

.ql-snow .ql-tooltip a {
    line-height: 26px
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
    display: inline-block
}

.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
    border-right: 0;
    content: "Save";
    padding-right: 0
}

.ql-snow .ql-tooltip[data-mode=link]:before {
    content: "Enter link:"
}

.ql-snow .ql-tooltip[data-mode=formula]:before {
    content: "Enter formula:"
}

.ql-snow .ql-tooltip[data-mode=video]:before {
    content: "Enter video:"
}

.ql-snow a {
    color: #06c
}

.ql-container.ql-snow {
    border: 1px solid #ccc
}
@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-gray: #7E8299;
  --bs-gray-dark: #3F4254;
  --bs-white: #ffffff;
  --bs-light: #F5F8FA;
  --bs-primary: #5e81ac;
  --bs-secondary: #E4E6EF;
  --bs-success: #96b879;
  --bs-info: #7239EA;
  --bs-warning: #f19f69;
  --bs-danger: #E57368;
  --bs-dark: #181C32;
  --bs-font-sans-serif: Poppins, Helvetica, "sans-serif";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-primary-light: #E9F3FF;
  --bs-success-light: #DFFFEA;
  --bs-danger-light: #FFEEF3;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #181C32;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 1.75rem;
  }
}

h2, .h2 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}

h3, .h3 {
  font-size: calc(1.26rem + 0.12vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.35rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.15rem;
}

h6, .h6 {
  font-size: 1.075rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
}
a:hover {
  color: #006dab;
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #b93993;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #181C32;
  border-radius: 0.275rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 500;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #A1A5B7;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #7E8299;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #E4E6EF;
  border-radius: 0.475rem;
  box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #7E8299;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 0.75rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 0.75rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 1.25rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 1.25rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 1.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 1.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 1.75rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 1.75rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 2rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 2rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 2.25rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 2.25rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 2.5rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 2.5rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 0.75rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 1.25rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 1.25rem;
  }

  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 1.75rem;
  }

  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 1.75rem;
  }

  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 2rem;
  }

  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 2rem;
  }

  .g-sm-9,
.gx-sm-9 {
    --bs-gutter-x: 2.25rem;
  }

  .g-sm-9,
.gy-sm-9 {
    --bs-gutter-y: 2.25rem;
  }

  .g-sm-10,
.gx-sm-10 {
    --bs-gutter-x: 2.5rem;
  }

  .g-sm-10,
.gy-sm-10 {
    --bs-gutter-y: 2.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 1.25rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 1.25rem;
  }

  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 1.75rem;
  }

  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 1.75rem;
  }

  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 2rem;
  }

  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 2rem;
  }

  .g-md-9,
.gx-md-9 {
    --bs-gutter-x: 2.25rem;
  }

  .g-md-9,
.gy-md-9 {
    --bs-gutter-y: 2.25rem;
  }

  .g-md-10,
.gx-md-10 {
    --bs-gutter-x: 2.5rem;
  }

  .g-md-10,
.gy-md-10 {
    --bs-gutter-y: 2.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 0.75rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 1.25rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 1.25rem;
  }

  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 1.75rem;
  }

  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 1.75rem;
  }

  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 2rem;
  }

  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 2rem;
  }

  .g-lg-9,
.gx-lg-9 {
    --bs-gutter-x: 2.25rem;
  }

  .g-lg-9,
.gy-lg-9 {
    --bs-gutter-y: 2.25rem;
  }

  .g-lg-10,
.gx-lg-10 {
    --bs-gutter-x: 2.5rem;
  }

  .g-lg-10,
.gy-lg-10 {
    --bs-gutter-y: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 1.25rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 1.25rem;
  }

  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 1.75rem;
  }

  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 1.75rem;
  }

  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 2rem;
  }

  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 2rem;
  }

  .g-xl-9,
.gx-xl-9 {
    --bs-gutter-x: 2.25rem;
  }

  .g-xl-9,
.gy-xl-9 {
    --bs-gutter-y: 2.25rem;
  }

  .g-xl-10,
.gx-xl-10 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xl-10,
.gy-xl-10 {
    --bs-gutter-y: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 1.25rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 1.25rem;
  }

  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-7,
.gx-xxl-7 {
    --bs-gutter-x: 1.75rem;
  }

  .g-xxl-7,
.gy-xxl-7 {
    --bs-gutter-y: 1.75rem;
  }

  .g-xxl-8,
.gx-xxl-8 {
    --bs-gutter-x: 2rem;
  }

  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 2rem;
  }

  .g-xxl-9,
.gx-xxl-9 {
    --bs-gutter-x: 2.25rem;
  }

  .g-xxl-9,
.gy-xxl-9 {
    --bs-gutter-y: 2.25rem;
  }

  .g-xxl-10,
.gx-xxl-10 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xxl-10,
.gy-xxl-10 {
    --bs-gutter-y: 2.5rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #181C32;
  --bs-table-striped-bg: rgba(245, 248, 250, 0.75);
  --bs-table-active-color: #181C32;
  --bs-table-active-bg: #F5F8FA;
  --bs-table-hover-color: #181C32;
  --bs-table-hover-bg: #F5F8FA;
  width: 100%;
  margin-bottom: 1rem;
  color: #181C32;
  vertical-align: top;
  border-color: #EFF2F5;
}
.table > :not(caption) > * > * {
  padding: 0.75rem 0.75rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table:not(.table-bordered) > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #ccecfd;
  --bs-table-striped-bg: #c2e0f0;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8d4e4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bddaea;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8d4e4;
}

.table-secondary {
  --bs-table-bg: #fafafc;
  --bs-table-striped-bg: #eeeeef;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e1e1e3;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e7e7e9;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e1e1e3;
}

.table-success {
  --bs-table-bg: #dcf5e7;
  --bs-table-striped-bg: #d1e9db;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c6ddd0;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #cce3d6;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #c6ddd0;
}

.table-info {
  --bs-table-bg: #e3d7fb;
  --bs-table-striped-bg: #d8ccee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #ccc2e2;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #d2c7e8;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #ccc2e2;
}

.table-warning {
  --bs-table-bg: #fff4cc;
  --bs-table-striped-bg: #f2e8c2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6dcb8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ece2bd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6dcb8;
}

.table-danger {
  --bs-table-bg: #fcd9e2;
  --bs-table-striped-bg: #efced7;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e3c3cb;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e9c9d1;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e3c3cb;
}

.table-light {
  --bs-table-bg: #F5F8FA;
  --bs-table-striped-bg: #e9ecee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dddfe1;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e3e5e7;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dddfe1;
}

.table-dark {
  --bs-table-bg: #181C32;
  --bs-table-striped-bg: #24273c;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #2f3347;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #292d41;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: #2f3347;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  font-weight: 500;
}

.col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.825rem + 1px);
  padding-bottom: calc(0.825rem + 1px);
  font-size: 1.15rem;
}

.col-form-label-sm {
  padding-top: calc(0.55rem + 1px);
  padding-bottom: calc(0.55rem + 1px);
  font-size: 0.925rem;
}

.form-text {
  margin-top: 0.5rem;
  font-size: 0.925rem;
  color: #A1A5B7;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #181C32;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #E4E6EF;
  appearance: none;
  border-radius: 0.475rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #181C32;
  background-color: #ffffff;
  border-color: #B5B5C3;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 158, 247, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #A1A5B7;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #EFF2F5;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.75rem 1rem;
  margin: -0.75rem -1rem;
  margin-inline-end: 1rem;
  color: #181C32;
  background-color: #F5F8FA;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e9ecee;
}
.form-control::-webkit-file-upload-button {
  padding: 0.75rem 1rem;
  margin: -0.75rem -1rem;
  margin-inline-end: 1rem;
  color: #181C32;
  background-color: #F5F8FA;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e9ecee;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #181C32;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 1.1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.925rem;
  border-radius: 0.475rem;
}
.form-control-sm::file-selector-button {
  padding: 0.55rem 0.75rem;
  margin: -0.55rem -0.75rem;
  margin-inline-end: 0.75rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.55rem 0.75rem;
  margin: -0.55rem -0.75rem;
  margin-inline-end: 0.75rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1.65rem + 2px);
  padding: 0.825rem 1.5rem;
  font-size: 1.15rem;
  border-radius: 0.475rem;
}
.form-control-lg::file-selector-button {
  padding: 0.825rem 1.5rem;
  margin: -0.825rem -1.5rem;
  margin-inline-end: 1.5rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.825rem 1.5rem;
  margin: -0.825rem -1.5rem;
  margin-inline-end: 1.5rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1.5rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 1.1rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1.65rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.75rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.475rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.475rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #181C32;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid #E4E6EF;
  border-radius: 0.475rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none;
}
.form-select:focus {
  border-color: #B5B5C3;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 158, 247, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #EFF2F5;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #181C32;
}

.form-select-sm {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  padding-left: 0.75rem;
  font-size: 0.925rem;
}

.form-select-lg {
  padding-top: 0.825rem;
  padding-bottom: 0.825rem;
  padding-left: 1.5rem;
  font-size: 1.15rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2.25rem;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2.25rem;
}

.form-check-input {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: -0.125rem;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type=checkbox] {
  border-radius: 0.45em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #B5B5C3;
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 3.75rem;
}
.form-switch .form-check-input {
  width: 3.25rem;
  margin-left: -3.75rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 3.25rem;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23B5B5C3'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.6;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 158, 247, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 158, 247, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: var(--bs-primary);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3e2fd;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #E4E6EF;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--bs-primary);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3e2fd;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #E4E6EF;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #A1A5B7;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #A1A5B7;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 1rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #181C32;
  text-align: center;
  white-space: nowrap;
  background-color: #F5F8FA;
  border: 1px solid #E4E6EF;
  border-radius: 0.475rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.825rem 1.5rem;
  font-size: 1.15rem;
  border-radius: 0.475rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.55rem 0.75rem;
  font-size: 0.925rem;
  border-radius: 0.475rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 4rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.925rem;
  color: var(--bs-success);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.925rem;
  color: #000000;
  background-color: var(--bs-success);
  border-radius: 3px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-success);
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2350CD89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-success);
  box-shadow: 0 0 0 0.25rem rgba(80, 205, 137, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-success);
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2350CD89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-success);
  box-shadow: 0 0 0 0.25rem rgba(80, 205, 137, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-success);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-success);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(80, 205, 137, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-success);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.925rem;
  color: var(--bs-danger);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.925rem;
  color: #000000;
  background-color: var(--bs-danger);
  border-radius: 3px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-danger);
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F1416C'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F1416C' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-danger);
  box-shadow: 0 0 0 0.25rem rgba(241, 65, 108, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-danger);
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F1416C'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F1416C' stroke='none'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-danger);
  box-shadow: 0 0 0 0.25rem rgba(241, 65, 108, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-danger);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-danger);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 65, 108, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-danger);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #181C32;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 0.475rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #181C32;
  text-decoration: none;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 158, 247, 0.25);
}
.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 158, 247, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.6;
  box-shadow: none;
}

.btn-white {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-white:hover {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000000;
  background-color: white;
  border-color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-light {
  color: #000000;
  background-color: #F5F8FA;
  border-color: #F5F8FA;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #000000;
  background-color: #f7f9fb;
  border-color: #f6f9fb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  background-color: #f7f9fb;
  border-color: #f6f9fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(208, 211, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #f7f9fb;
  border-color: #f6f9fb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(208, 211, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #F5F8FA;
  border-color: #F5F8FA;
}

.btn-primary {
  color: #000000;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #000000;
  background-color: #26adf8;
  border-color: #1aa8f8;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000000;
  background-color: #26adf8;
  border-color: #1aa8f8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 134, 210, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000000;
  background-color: #33b1f9;
  border-color: #1aa8f8;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 134, 210, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000000;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-secondary {
  color: #000000;
  background-color: #E4E6EF;
  border-color: #E4E6EF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #000000;
  background-color: #e8eaf1;
  border-color: #e7e9f1;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000000;
  background-color: #e8eaf1;
  border-color: #e7e9f1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(194, 196, 203, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000000;
  background-color: #e9ebf2;
  border-color: #e7e9f1;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(194, 196, 203, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000000;
  background-color: #E4E6EF;
  border-color: #E4E6EF;
}

.btn-success {
  color: #000000;
  background-color: var(--bs-success);
  border-color: var(--bs-success);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #000000;
  background-color: #6ad59b;
  border-color: #62d295;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000000;
  background-color: #6ad59b;
  border-color: #62d295;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(68, 174, 116, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000000;
  background-color: #73d7a1;
  border-color: #62d295;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(68, 174, 116, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000000;
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}

.btn-info {
  color: #ffffff;
  background-color: #7239EA;
  border-color: #7239EA;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #ffffff;
  background-color: #6130c7;
  border-color: #5b2ebb;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #ffffff;
  background-color: #6130c7;
  border-color: #5b2ebb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(135, 87, 237, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #5b2ebb;
  border-color: #562bb0;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(135, 87, 237, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #ffffff;
  background-color: #7239EA;
  border-color: #7239EA;
}

.btn-warning {
  color: #000000;
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #000000;
  background-color: #ffcf26;
  border-color: #ffcd1a;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000000;
  background-color: #ffcf26;
  border-color: #ffcd1a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(217, 169, 0, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: #ffd233;
  border-color: #ffcd1a;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 169, 0, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000000;
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}

.btn-danger {
  color: #000000;
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #000000;
  background-color: #f35e82;
  border-color: #f2547b;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000000;
  background-color: #f35e82;
  border-color: #f2547b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(205, 55, 92, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000000;
  background-color: #f46789;
  border-color: #f2547b;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(205, 55, 92, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000000;
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}

.btn-dark {
  color: #ffffff;
  background-color: #181C32;
  border-color: #181C32;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #14182b;
  border-color: #131628;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #ffffff;
  background-color: #14182b;
  border-color: #131628;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(59, 62, 81, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #131628;
  border-color: #121526;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(59, 62, 81, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #ffffff;
  background-color: #181C32;
  border-color: #181C32;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-light {
  color: #F5F8FA;
  border-color: #F5F8FA;
}
.btn-outline-light:hover {
  color: #000000;
  background-color: #F5F8FA;
  border-color: #F5F8FA;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 248, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000000;
  background-color: #F5F8FA;
  border-color: #F5F8FA;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(245, 248, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #F5F8FA;
  background-color: transparent;
}

.btn-outline-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-outline-primary:hover {
  color: #000000;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 158, 247, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000000;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 158, 247, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: var(--bs-primary);
  background-color: transparent;
}

.btn-outline-secondary {
  color: #E4E6EF;
  border-color: #E4E6EF;
}
.btn-outline-secondary:hover {
  color: #000000;
  background-color: #E4E6EF;
  border-color: #E4E6EF;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(228, 230, 239, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000000;
  background-color: #E4E6EF;
  border-color: #E4E6EF;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(228, 230, 239, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #E4E6EF;
  background-color: transparent;
}

.btn-outline-success {
  color: var(--bs-success);
  border-color: var(--bs-success);
}
.btn-outline-success:hover {
  color: #000000;
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(80, 205, 137, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000000;
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(80, 205, 137, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: var(--bs-success);
  background-color: transparent;
}

.btn-outline-info {
  color: #7239EA;
  border-color: #7239EA;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #7239EA;
  border-color: #7239EA;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(114, 57, 234, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #ffffff;
  background-color: #7239EA;
  border-color: #7239EA;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(114, 57, 234, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #7239EA;
  background-color: transparent;
}

.btn-outline-warning {
  color: var(--bs-warning);
  border-color: var(--bs-warning);
}
.btn-outline-warning:hover {
  color: #000000;
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000000;
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 199, 0, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: var(--bs-warning);
  background-color: transparent;
}

.btn-outline-danger {
  color: var(--bs-danger);
  border-color: var(--bs-danger);
}
.btn-outline-danger:hover {
  color: #000000;
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 65, 108, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #000000;
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(241, 65, 108, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: var(--bs-danger);
  background-color: transparent;
}

.btn-outline-dark {
  color: #181C32;
  border-color: #181C32;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #181C32;
  border-color: #181C32;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(24, 28, 50, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #ffffff;
  background-color: #181C32;
  border-color: #181C32;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(24, 28, 50, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #181C32;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: var(--bs-primary);
  text-decoration: none;
}
.btn-link:hover {
  color: #006dab;
  text-decoration: underline;
}
.btn-link:focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #7E8299;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.825rem 1.75rem;
  font-size: 1.15rem;
  border-radius: 0.475rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.55rem 1.25rem;
  font-size: 0.925rem;
  border-radius: 0.475rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #181C32;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.475rem;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}
.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #181C32;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16192d;
  text-decoration: none;
  background-color: #EFF2F5;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: var(--bs-primary);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #A1A5B7;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.925rem;
  color: #7E8299;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #181C32;
}

.dropdown-menu-dark {
  color: #E4E6EF;
  background-color: #3F4254;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #E4E6EF;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #FFFFFF;
  background-color: var(--bs-primary);
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #A1A5B7;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #E4E6EF;
}
.dropdown-menu-dark .dropdown-header {
  color: #A1A5B7;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #7E8299;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #EFF2F5;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.475rem;
  border-top-right-radius: 0.475rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #EFF2F5 #EFF2F5 #EFF2F5;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #7E8299;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #5E6278;
  background-color: #ffffff;
  border-color: #E4E6EF #E4E6EF #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.475rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: var(--bs-primary);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.44375rem;
  padding-bottom: 0.44375rem;
  margin-right: 1rem;
  font-size: 1.075rem;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.075rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.475rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #EFF2F5;
  border-radius: 0.475rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.475rem - 1px);
  border-top-right-radius: calc(0.475rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.475rem - 1px);
  border-bottom-left-radius: calc(0.475rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #EFF2F5;
}
.card-header:first-child {
  border-radius: calc(0.475rem - 1px) calc(0.475rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border-top: 1px solid #EFF2F5;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.475rem - 1px) calc(0.475rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.475rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.475rem - 1px);
  border-top-right-radius: calc(0.475rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.475rem - 1px);
  border-bottom-left-radius: calc(0.475rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1.5rem;
  font-size: 1rem;
  color: #181C32;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-primary);
  background-color: #F5F8FA;
  box-shadow: inset 0 -1px 0 #EFF2F5;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181C32'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.15rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #EFF2F5;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #EFF2F5;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.475rem;
  border-top-right-radius: 0.475rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.475rem - 1px);
  border-top-right-radius: calc(0.475rem - 1px);
}
.accordion-item:last-of-type {
  margin-bottom: 0;
  border-bottom-right-radius: 0.475rem;
  border-bottom-left-radius: 0.475rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.475rem - 1px);
  border-bottom-left-radius: calc(0.475rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.475rem;
  border-bottom-left-radius: 0.475rem;
}

.accordion-body {
  padding: 1.5rem 1.5rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #7E8299;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-primary);
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #5E6278;
  background-color: transparent;
  border: 0 solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-primary);
  text-decoration: none;
  background-color: #ECF8FF;
  border-color: transparent;
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-primary);
  background-color: #ECF8FF;
  outline: 0;
  box-shadow: none;
}

.page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: var(--bs-primary);
  border-color: transparent;
}
.page-item.disabled .page-link {
  color: #B5B5C3;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.475rem;
  border-bottom-left-radius: 0.475rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.075rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.775rem;
  border-bottom-left-radius: 0.775rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.775rem;
  border-bottom-right-radius: 0.775rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.925rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.275rem;
  border-bottom-left-radius: 0.275rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.275rem;
  border-bottom-right-radius: 0.275rem;
}

.badge {
  display: inline-block;
  padding: 0.5em 0.85em;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.475rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.475rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 500;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-white {
  color: #666666;
  background-color: white;
  border-color: white;
}
.alert-white .alert-link {
  color: #525252;
}

.alert-light {
  color: #626364;
  background-color: #fdfefe;
  border-color: #fcfdfe;
}
.alert-light .alert-link {
  color: #4e4f50;
}

.alert-primary {
  color: #005f94;
  background-color: #ccecfd;
  border-color: #b3e2fd;
}
.alert-primary .alert-link {
  color: #004c76;
}

.alert-secondary {
  color: #5b5c60;
  background-color: #fafafc;
  border-color: #f7f8fa;
}
.alert-secondary .alert-link {
  color: #494a4d;
}

.alert-success {
  color: #205237;
  background-color: #dcf5e7;
  border-color: #cbf0dc;
}
.alert-success .alert-link {
  color: #1a422c;
}

.alert-info {
  color: #44228c;
  background-color: #e3d7fb;
  border-color: #d5c4f9;
}
.alert-info .alert-link {
  color: #361b70;
}

.alert-warning {
  color: #665000;
  background-color: #fff4cc;
  border-color: #ffeeb3;
}
.alert-warning .alert-link {
  color: #524000;
}

.alert-danger {
  color: #912741;
  background-color: #fcd9e2;
  border-color: #fbc6d3;
}
.alert-danger .alert-link {
  color: #741f34;
}

.alert-dark {
  color: #0e111e;
  background-color: #d1d2d6;
  border-color: #babbc2;
}
.alert-dark .alert-link {
  color: #0b0e18;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #F5F8FA;
  border-radius: 6px;
  box-shadow: none;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-primary);
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.475rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #5E6278;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #5E6278;
  text-decoration: none;
  background-color: #F5F8FA;
}
.list-group-item-action:active {
  color: #181C32;
  background-color: #EFF2F5;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #181C32;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #7E8299;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.475rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.475rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.475rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.475rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.475rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.475rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.475rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.475rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.475rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.475rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.475rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.475rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-white {
  color: #666666;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #666666;
  background-color: #e6e6e6;
}
.list-group-item-white.list-group-item-action.active {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;
}

.list-group-item-light {
  color: #626364;
  background-color: #fdfefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #626364;
  background-color: #e4e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #626364;
  border-color: #626364;
}

.list-group-item-primary {
  color: #005f94;
  background-color: #ccecfd;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #005f94;
  background-color: #b8d4e4;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #005f94;
  border-color: #005f94;
}

.list-group-item-secondary {
  color: #5b5c60;
  background-color: #fafafc;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #5b5c60;
  background-color: #e1e1e3;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #5b5c60;
  border-color: #5b5c60;
}

.list-group-item-success {
  color: #205237;
  background-color: #dcf5e7;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #205237;
  background-color: #c6ddd0;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #205237;
  border-color: #205237;
}

.list-group-item-info {
  color: #44228c;
  background-color: #e3d7fb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #44228c;
  background-color: #ccc2e2;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #44228c;
  border-color: #44228c;
}

.list-group-item-warning {
  color: #665000;
  background-color: #fff4cc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #665000;
  background-color: #e6dcb8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #665000;
  border-color: #665000;
}

.list-group-item-danger {
  color: #912741;
  background-color: #fcd9e2;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #912741;
  background-color: #e3c3cb;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #912741;
  border-color: #912741;
}

.list-group-item-dark {
  color: #0e111e;
  background-color: #d1d2d6;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #0e111e;
  background-color: #bcbdc1;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #0e111e;
  border-color: #0e111e;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.475rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 158, 247, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  border-radius: 0.475rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 1.5rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #7E8299;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.475rem - 1px);
  border-top-right-radius: calc(0.475rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.475rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.2;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.75rem 1.75rem;
  border-bottom: 1px solid #EFF2F5;
  border-top-left-radius: 0.475rem;
  border-top-right-radius: 0.475rem;
}
.modal-header .btn-close {
  padding: 0.875rem 0.875rem;
  margin: -0.875rem -0.875rem -0.875rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.75rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem;
  border-top: 1px solid #EFF2F5;
  border-bottom-right-radius: 0.475rem;
  border-bottom-left-radius: 0.475rem;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.925rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #ffffff;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #ffffff;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #ffffff;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #ffffff;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.75rem 1rem;
  color: #3F4254;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.925rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  border-radius: 0.475rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: white;
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: white;
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: white;
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #ffffff;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: white;
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #181C32;
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  border-top-left-radius: calc(0.475rem - 1px);
  border-top-right-radius: calc(0.475rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1.25rem;
  color: #181C32;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.185em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.65s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.145em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.65s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.3s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-white {
  color: #ffffff;
}
.link-white:hover, .link-white:focus {
  color: white;
}

.link-light {
  color: #F5F8FA;
}
.link-light:hover, .link-light:focus {
  color: #f7f9fb;
}

.link-primary {
  color: var(--bs-primary);
}
.link-primary:hover, .link-primary:focus {
  color: #33b1f9;
}

.link-secondary {
  color: #E4E6EF;
}
.link-secondary:hover, .link-secondary:focus {
  color: #e9ebf2;
}

.link-success {
  color: var(--bs-success);
}
.link-success:hover, .link-success:focus {
  color: #73d7a1;
}

.link-info {
  color: #7239EA;
}
.link-info:hover, .link-info:focus {
  color: #5b2ebb;
}

.link-warning {
  color: var(--bs-warning);
}
.link-warning:hover, .link-warning:focus {
  color: #ffd233;
}

.link-danger {
  color: var(--bs-danger);
}
.link-danger:hover, .link-danger:focus {
  color: #f46789;
}

.link-dark {
  color: #181C32;
}
.link-dark:hover, .link-dark:focus {
  color: #131628;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-sm {
  box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-25 {
  top: 25% !important;
}

.top-50 {
  top: 50% !important;
}

.top-75 {
  top: 75% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-25 {
  bottom: 25% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-75 {
  bottom: 75% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-25 {
  left: 25% !important;
}

.start-50 {
  left: 50% !important;
}

.start-75 {
  left: 75% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-25 {
  right: 25% !important;
}

.end-50 {
  right: 50% !important;
}

.end-75 {
  right: 75% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #EFF2F5 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #EFF2F5 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #EFF2F5 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #EFF2F5 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #EFF2F5 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-light {
  border-color: #F5F8FA !important;
}

.border-primary {
  border-color: var(--bs-primary) !important;
}

.border-secondary {
  border-color: #E4E6EF !important;
}

.border-success {
  border-color: var(--bs-success) !important;
}

.border-info {
  border-color: #7239EA !important;
}

.border-warning {
  border-color: var(--bs-warning) !important;
}

.border-danger {
  border-color: var(--bs-danger) !important;
}

.border-dark {
  border-color: #181C32 !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-unset {
  width: unset !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-1px {
  width: 1px !important;
}

.w-2px {
  width: 2px !important;
}

.w-3px {
  width: 3px !important;
}

.w-4px {
  width: 4px !important;
}

.w-5px {
  width: 5px !important;
}

.w-6px {
  width: 6px !important;
}

.w-7px {
  width: 7px !important;
}

.w-8px {
  width: 8px !important;
}

.w-9px {
  width: 9px !important;
}

.w-10px {
  width: 10px !important;
}

.w-15px {
  width: 15px !important;
}

.w-20px {
  width: 20px !important;
}

.w-25px {
  width: 25px !important;
}

.w-30px {
  width: 30px !important;
}

.w-35px {
  width: 35px !important;
}

.w-40px {
  width: 40px !important;
}

.w-45px {
  width: 45px !important;
}

.w-50px {
  width: 50px !important;
}

.w-55px {
  width: 55px !important;
}

.w-60px {
  width: 60px !important;
}

.w-65px {
  width: 65px !important;
}

.w-70px {
  width: 70px !important;
}

.w-75px {
  width: 75px !important;
}

.w-80px {
  width: 80px !important;
}

.w-85px {
  width: 85px !important;
}

.w-90px {
  width: 90px !important;
}

.w-95px {
  width: 95px !important;
}

.w-100px {
  width: 100px !important;
}

.w-125px {
  width: 125px !important;
}

.w-150px {
  width: 150px !important;
}

.w-175px {
  width: 175px !important;
}

.w-200px {
  width: 200px !important;
}

.w-225px {
  width: 225px !important;
}

.w-250px {
  width: 250px !important;
}

.w-275px {
  width: 275px !important;
}

.w-300px {
  width: 300px !important;
}

.w-325px {
  width: 325px !important;
}

.w-350px {
  width: 350px !important;
}

.w-375px {
  width: 375px !important;
}

.w-400px {
  width: 400px !important;
}

.w-425px {
  width: 425px !important;
}

.w-450px {
  width: 450px !important;
}

.w-475px {
  width: 475px !important;
}

.w-500px {
  width: 500px !important;
}

.w-550px {
  width: 550px !important;
}

.w-600px {
  width: 600px !important;
}

.w-650px {
  width: 650px !important;
}

.w-700px {
  width: 700px !important;
}

.w-750px {
  width: 750px !important;
}

.w-800px {
  width: 800px !important;
}

.w-850px {
  width: 850px !important;
}

.w-900px {
  width: 900px !important;
}

.w-950px {
  width: 950px !important;
}

.w-1000px {
  width: 1000px !important;
}

.mw-unset {
  max-width: unset !important;
}

.mw-25 {
  max-width: 25% !important;
}

.mw-50 {
  max-width: 50% !important;
}

.mw-75 {
  max-width: 75% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mw-auto {
  max-width: auto !important;
}

.mw-1px {
  max-width: 1px !important;
}

.mw-2px {
  max-width: 2px !important;
}

.mw-3px {
  max-width: 3px !important;
}

.mw-4px {
  max-width: 4px !important;
}

.mw-5px {
  max-width: 5px !important;
}

.mw-6px {
  max-width: 6px !important;
}

.mw-7px {
  max-width: 7px !important;
}

.mw-8px {
  max-width: 8px !important;
}

.mw-9px {
  max-width: 9px !important;
}

.mw-10px {
  max-width: 10px !important;
}

.mw-15px {
  max-width: 15px !important;
}

.mw-20px {
  max-width: 20px !important;
}

.mw-25px {
  max-width: 25px !important;
}

.mw-30px {
  max-width: 30px !important;
}

.mw-35px {
  max-width: 35px !important;
}

.mw-40px {
  max-width: 40px !important;
}

.mw-45px {
  max-width: 45px !important;
}

.mw-50px {
  max-width: 50px !important;
}

.mw-55px {
  max-width: 55px !important;
}

.mw-60px {
  max-width: 60px !important;
}

.mw-65px {
  max-width: 65px !important;
}

.mw-70px {
  max-width: 70px !important;
}

.mw-75px {
  max-width: 75px !important;
}

.mw-80px {
  max-width: 80px !important;
}

.mw-85px {
  max-width: 85px !important;
}

.mw-90px {
  max-width: 90px !important;
}

.mw-95px {
  max-width: 95px !important;
}

.mw-100px {
  max-width: 100px !important;
}

.mw-125px {
  max-width: 125px !important;
}

.mw-150px {
  max-width: 150px !important;
}

.mw-175px {
  max-width: 175px !important;
}

.mw-200px {
  max-width: 200px !important;
}

.mw-225px {
  max-width: 225px !important;
}

.mw-250px {
  max-width: 250px !important;
}

.mw-275px {
  max-width: 275px !important;
}

.mw-300px {
  max-width: 300px !important;
}

.mw-325px {
  max-width: 325px !important;
}

.mw-350px {
  max-width: 350px !important;
}

.mw-375px {
  max-width: 375px !important;
}

.mw-400px {
  max-width: 400px !important;
}

.mw-425px {
  max-width: 425px !important;
}

.mw-450px {
  max-width: 450px !important;
}

.mw-475px {
  max-width: 475px !important;
}

.mw-500px {
  max-width: 500px !important;
}

.mw-550px {
  max-width: 550px !important;
}

.mw-600px {
  max-width: 600px !important;
}

.mw-650px {
  max-width: 650px !important;
}

.mw-700px {
  max-width: 700px !important;
}

.mw-750px {
  max-width: 750px !important;
}

.mw-800px {
  max-width: 800px !important;
}

.mw-850px {
  max-width: 850px !important;
}

.mw-900px {
  max-width: 900px !important;
}

.mw-950px {
  max-width: 950px !important;
}

.mw-1000px {
  max-width: 1000px !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-unset {
  height: unset !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-1px {
  height: 1px !important;
}

.h-2px {
  height: 2px !important;
}

.h-3px {
  height: 3px !important;
}

.h-4px {
  height: 4px !important;
}

.h-5px {
  height: 5px !important;
}

.h-6px {
  height: 6px !important;
}

.h-7px {
  height: 7px !important;
}

.h-8px {
  height: 8px !important;
}

.h-9px {
  height: 9px !important;
}

.h-10px {
  height: 10px !important;
}

.h-15px {
  height: 15px !important;
}

.h-20px {
  height: 20px !important;
}

.h-25px {
  height: 25px !important;
}

.h-30px {
  height: 30px !important;
}

.h-35px {
  height: 35px !important;
}

.h-40px {
  height: 40px !important;
}

.h-45px {
  height: 45px !important;
}

.h-50px {
  height: 50px !important;
}

.h-55px {
  height: 55px !important;
}

.h-60px {
  height: 60px !important;
}

.h-65px {
  height: 65px !important;
}

.h-70px {
  height: 70px !important;
}

.h-75px {
  height: 75px !important;
}

.h-80px {
  height: 80px !important;
}

.h-85px {
  height: 85px !important;
}

.h-90px {
  height: 90px !important;
}

.h-95px {
  height: 95px !important;
}

.h-100px {
  height: 100px !important;
}

.h-125px {
  height: 125px !important;
}

.h-150px {
  height: 150px !important;
}

.h-175px {
  height: 175px !important;
}

.h-200px {
  height: 200px !important;
}

.h-225px {
  height: 225px !important;
}

.h-250px {
  height: 250px !important;
}

.h-275px {
  height: 275px !important;
}

.h-300px {
  height: 300px !important;
}

.h-325px {
  height: 325px !important;
}

.h-350px {
  height: 350px !important;
}

.h-375px {
  height: 375px !important;
}

.h-400px {
  height: 400px !important;
}

.h-425px {
  height: 425px !important;
}

.h-450px {
  height: 450px !important;
}

.h-475px {
  height: 475px !important;
}

.h-500px {
  height: 500px !important;
}

.h-550px {
  height: 550px !important;
}

.h-600px {
  height: 600px !important;
}

.h-650px {
  height: 650px !important;
}

.h-700px {
  height: 700px !important;
}

.h-750px {
  height: 750px !important;
}

.h-800px {
  height: 800px !important;
}

.h-850px {
  height: 850px !important;
}

.h-900px {
  height: 900px !important;
}

.h-950px {
  height: 950px !important;
}

.h-1000px {
  height: 1000px !important;
}

.mh-unset {
  max-height: unset !important;
}

.mh-25 {
  max-height: 25% !important;
}

.mh-50 {
  max-height: 50% !important;
}

.mh-75 {
  max-height: 75% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.mh-auto {
  max-height: auto !important;
}

.mh-1px {
  max-height: 1px !important;
}

.mh-2px {
  max-height: 2px !important;
}

.mh-3px {
  max-height: 3px !important;
}

.mh-4px {
  max-height: 4px !important;
}

.mh-5px {
  max-height: 5px !important;
}

.mh-6px {
  max-height: 6px !important;
}

.mh-7px {
  max-height: 7px !important;
}

.mh-8px {
  max-height: 8px !important;
}

.mh-9px {
  max-height: 9px !important;
}

.mh-10px {
  max-height: 10px !important;
}

.mh-15px {
  max-height: 15px !important;
}

.mh-20px {
  max-height: 20px !important;
}

.mh-25px {
  max-height: 25px !important;
}

.mh-30px {
  max-height: 30px !important;
}

.mh-35px {
  max-height: 35px !important;
}

.mh-40px {
  max-height: 40px !important;
}

.mh-45px {
  max-height: 45px !important;
}

.mh-50px {
  max-height: 50px !important;
}

.mh-55px {
  max-height: 55px !important;
}

.mh-60px {
  max-height: 60px !important;
}

.mh-65px {
  max-height: 65px !important;
}

.mh-70px {
  max-height: 70px !important;
}

.mh-75px {
  max-height: 75px !important;
}

.mh-80px {
  max-height: 80px !important;
}

.mh-85px {
  max-height: 85px !important;
}

.mh-90px {
  max-height: 90px !important;
}

.mh-95px {
  max-height: 95px !important;
}

.mh-100px {
  max-height: 100px !important;
}

.mh-125px {
  max-height: 125px !important;
}

.mh-150px {
  max-height: 150px !important;
}

.mh-175px {
  max-height: 175px !important;
}

.mh-200px {
  max-height: 200px !important;
}

.mh-225px {
  max-height: 225px !important;
}

.mh-250px {
  max-height: 250px !important;
}

.mh-275px {
  max-height: 275px !important;
}

.mh-300px {
  max-height: 300px !important;
}

.mh-325px {
  max-height: 325px !important;
}

.mh-350px {
  max-height: 350px !important;
}

.mh-375px {
  max-height: 375px !important;
}

.mh-400px {
  max-height: 400px !important;
}

.mh-425px {
  max-height: 425px !important;
}

.mh-450px {
  max-height: 450px !important;
}

.mh-475px {
  max-height: 475px !important;
}

.mh-500px {
  max-height: 500px !important;
}

.mh-550px {
  max-height: 550px !important;
}

.mh-600px {
  max-height: 600px !important;
}

.mh-650px {
  max-height: 650px !important;
}

.mh-700px {
  max-height: 700px !important;
}

.mh-750px {
  max-height: 750px !important;
}

.mh-800px {
  max-height: 800px !important;
}

.mh-850px {
  max-height: 850px !important;
}

.mh-900px {
  max-height: 900px !important;
}

.mh-950px {
  max-height: 950px !important;
}

.mh-1000px {
  max-height: 1000px !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-7 {
  gap: 1.75rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-9 {
  gap: 2.25rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-11 {
  gap: 2.75rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-13 {
  gap: 3.25rem !important;
}

.gap-14 {
  gap: 3.5rem !important;
}

.gap-15 {
  gap: 3.75rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.gap-17 {
  gap: 4.25rem !important;
}

.gap-18 {
  gap: 4.5rem !important;
}

.gap-19 {
  gap: 4.75rem !important;
}

.gap-20 {
  gap: 5rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-13 {
  margin: 3.25rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.m-15 {
  margin: 3.75rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.m-17 {
  margin: 4.25rem !important;
}

.m-18 {
  margin: 4.5rem !important;
}

.m-19 {
  margin: 4.75rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.mx-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

.mx-12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-13 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}

.mx-14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-15 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.mx-16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-17 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important;
}

.mx-18 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-19 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}

.mx-20 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mt-13 {
  margin-top: 3.25rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.mt-15 {
  margin-top: 3.75rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-17 {
  margin-top: 4.25rem !important;
}

.mt-18 {
  margin-top: 4.5rem !important;
}

.mt-19 {
  margin-top: 4.75rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 0.75rem !important;
}

.me-4 {
  margin-right: 1rem !important;
}

.me-5 {
  margin-right: 1.25rem !important;
}

.me-6 {
  margin-right: 1.5rem !important;
}

.me-7 {
  margin-right: 1.75rem !important;
}

.me-8 {
  margin-right: 2rem !important;
}

.me-9 {
  margin-right: 2.25rem !important;
}

.me-10 {
  margin-right: 2.5rem !important;
}

.me-11 {
  margin-right: 2.75rem !important;
}

.me-12 {
  margin-right: 3rem !important;
}

.me-13 {
  margin-right: 3.25rem !important;
}

.me-14 {
  margin-right: 3.5rem !important;
}

.me-15 {
  margin-right: 3.75rem !important;
}

.me-16 {
  margin-right: 4rem !important;
}

.me-17 {
  margin-right: 4.25rem !important;
}

.me-18 {
  margin-right: 4.5rem !important;
}

.me-19 {
  margin-right: 4.75rem !important;
}

.me-20 {
  margin-right: 5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-13 {
  margin-bottom: 3.25rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.mb-15 {
  margin-bottom: 3.75rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.mb-17 {
  margin-bottom: 4.25rem !important;
}

.mb-18 {
  margin-bottom: 4.5rem !important;
}

.mb-19 {
  margin-bottom: 4.75rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 0.75rem !important;
}

.ms-4 {
  margin-left: 1rem !important;
}

.ms-5 {
  margin-left: 1.25rem !important;
}

.ms-6 {
  margin-left: 1.5rem !important;
}

.ms-7 {
  margin-left: 1.75rem !important;
}

.ms-8 {
  margin-left: 2rem !important;
}

.ms-9 {
  margin-left: 2.25rem !important;
}

.ms-10 {
  margin-left: 2.5rem !important;
}

.ms-11 {
  margin-left: 2.75rem !important;
}

.ms-12 {
  margin-left: 3rem !important;
}

.ms-13 {
  margin-left: 3.25rem !important;
}

.ms-14 {
  margin-left: 3.5rem !important;
}

.ms-15 {
  margin-left: 3.75rem !important;
}

.ms-16 {
  margin-left: 4rem !important;
}

.ms-17 {
  margin-left: 4.25rem !important;
}

.ms-18 {
  margin-left: 4.5rem !important;
}

.ms-19 {
  margin-left: 4.75rem !important;
}

.ms-20 {
  margin-left: 5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.m-n5 {
  margin: -1.25rem !important;
}

.m-n6 {
  margin: -1.5rem !important;
}

.m-n7 {
  margin: -1.75rem !important;
}

.m-n8 {
  margin: -2rem !important;
}

.m-n9 {
  margin: -2.25rem !important;
}

.m-n10 {
  margin: -2.5rem !important;
}

.m-n11 {
  margin: -2.75rem !important;
}

.m-n12 {
  margin: -3rem !important;
}

.m-n13 {
  margin: -3.25rem !important;
}

.m-n14 {
  margin: -3.5rem !important;
}

.m-n15 {
  margin: -3.75rem !important;
}

.m-n16 {
  margin: -4rem !important;
}

.m-n17 {
  margin: -4.25rem !important;
}

.m-n18 {
  margin: -4.5rem !important;
}

.m-n19 {
  margin: -4.75rem !important;
}

.m-n20 {
  margin: -5rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

.mx-n4 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n5 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

.mx-n6 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n7 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}

.mx-n8 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n9 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}

.mx-n10 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n11 {
  margin-right: -2.75rem !important;
  margin-left: -2.75rem !important;
}

.mx-n12 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n13 {
  margin-right: -3.25rem !important;
  margin-left: -3.25rem !important;
}

.mx-n14 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n15 {
  margin-right: -3.75rem !important;
  margin-left: -3.75rem !important;
}

.mx-n16 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n17 {
  margin-right: -4.25rem !important;
  margin-left: -4.25rem !important;
}

.mx-n18 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

.mx-n19 {
  margin-right: -4.75rem !important;
  margin-left: -4.75rem !important;
}

.mx-n20 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.my-n4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.my-n6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

.my-n8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.my-n10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n11 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

.my-n12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n13 {
  margin-top: -3.25rem !important;
  margin-bottom: -3.25rem !important;
}

.my-n14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n15 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

.my-n16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n17 {
  margin-top: -4.25rem !important;
  margin-bottom: -4.25rem !important;
}

.my-n18 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n19 {
  margin-top: -4.75rem !important;
  margin-bottom: -4.75rem !important;
}

.my-n20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -0.75rem !important;
}

.mt-n4 {
  margin-top: -1rem !important;
}

.mt-n5 {
  margin-top: -1.25rem !important;
}

.mt-n6 {
  margin-top: -1.5rem !important;
}

.mt-n7 {
  margin-top: -1.75rem !important;
}

.mt-n8 {
  margin-top: -2rem !important;
}

.mt-n9 {
  margin-top: -2.25rem !important;
}

.mt-n10 {
  margin-top: -2.5rem !important;
}

.mt-n11 {
  margin-top: -2.75rem !important;
}

.mt-n12 {
  margin-top: -3rem !important;
}

.mt-n13 {
  margin-top: -3.25rem !important;
}

.mt-n14 {
  margin-top: -3.5rem !important;
}

.mt-n15 {
  margin-top: -3.75rem !important;
}

.mt-n16 {
  margin-top: -4rem !important;
}

.mt-n17 {
  margin-top: -4.25rem !important;
}

.mt-n18 {
  margin-top: -4.5rem !important;
}

.mt-n19 {
  margin-top: -4.75rem !important;
}

.mt-n20 {
  margin-top: -5rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -0.75rem !important;
}

.me-n4 {
  margin-right: -1rem !important;
}

.me-n5 {
  margin-right: -1.25rem !important;
}

.me-n6 {
  margin-right: -1.5rem !important;
}

.me-n7 {
  margin-right: -1.75rem !important;
}

.me-n8 {
  margin-right: -2rem !important;
}

.me-n9 {
  margin-right: -2.25rem !important;
}

.me-n10 {
  margin-right: -2.5rem !important;
}

.me-n11 {
  margin-right: -2.75rem !important;
}

.me-n12 {
  margin-right: -3rem !important;
}

.me-n13 {
  margin-right: -3.25rem !important;
}

.me-n14 {
  margin-right: -3.5rem !important;
}

.me-n15 {
  margin-right: -3.75rem !important;
}

.me-n16 {
  margin-right: -4rem !important;
}

.me-n17 {
  margin-right: -4.25rem !important;
}

.me-n18 {
  margin-right: -4.5rem !important;
}

.me-n19 {
  margin-right: -4.75rem !important;
}

.me-n20 {
  margin-right: -5rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -0.75rem !important;
}

.mb-n4 {
  margin-bottom: -1rem !important;
}

.mb-n5 {
  margin-bottom: -1.25rem !important;
}

.mb-n6 {
  margin-bottom: -1.5rem !important;
}

.mb-n7 {
  margin-bottom: -1.75rem !important;
}

.mb-n8 {
  margin-bottom: -2rem !important;
}

.mb-n9 {
  margin-bottom: -2.25rem !important;
}

.mb-n10 {
  margin-bottom: -2.5rem !important;
}

.mb-n11 {
  margin-bottom: -2.75rem !important;
}

.mb-n12 {
  margin-bottom: -3rem !important;
}

.mb-n13 {
  margin-bottom: -3.25rem !important;
}

.mb-n14 {
  margin-bottom: -3.5rem !important;
}

.mb-n15 {
  margin-bottom: -3.75rem !important;
}

.mb-n16 {
  margin-bottom: -4rem !important;
}

.mb-n17 {
  margin-bottom: -4.25rem !important;
}

.mb-n18 {
  margin-bottom: -4.5rem !important;
}

.mb-n19 {
  margin-bottom: -4.75rem !important;
}

.mb-n20 {
  margin-bottom: -5rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -0.75rem !important;
}

.ms-n4 {
  margin-left: -1rem !important;
}

.ms-n5 {
  margin-left: -1.25rem !important;
}

.ms-n6 {
  margin-left: -1.5rem !important;
}

.ms-n7 {
  margin-left: -1.75rem !important;
}

.ms-n8 {
  margin-left: -2rem !important;
}

.ms-n9 {
  margin-left: -2.25rem !important;
}

.ms-n10 {
  margin-left: -2.5rem !important;
}

.ms-n11 {
  margin-left: -2.75rem !important;
}

.ms-n12 {
  margin-left: -3rem !important;
}

.ms-n13 {
  margin-left: -3.25rem !important;
}

.ms-n14 {
  margin-left: -3.5rem !important;
}

.ms-n15 {
  margin-left: -3.75rem !important;
}

.ms-n16 {
  margin-left: -4rem !important;
}

.ms-n17 {
  margin-left: -4.25rem !important;
}

.ms-n18 {
  margin-left: -4.5rem !important;
}

.ms-n19 {
  margin-left: -4.75rem !important;
}

.ms-n20 {
  margin-left: -5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-13 {
  padding: 3.25rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-15 {
  padding: 3.75rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-17 {
  padding: 4.25rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.p-19 {
  padding: 4.75rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

.px-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.px-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.px-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-17 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

.px-18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-19 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

.px-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-13 {
  padding-top: 3.25rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pt-15 {
  padding-top: 3.75rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-17 {
  padding-top: 4.25rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}

.pt-19 {
  padding-top: 4.75rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 0.75rem !important;
}

.pe-4 {
  padding-right: 1rem !important;
}

.pe-5 {
  padding-right: 1.25rem !important;
}

.pe-6 {
  padding-right: 1.5rem !important;
}

.pe-7 {
  padding-right: 1.75rem !important;
}

.pe-8 {
  padding-right: 2rem !important;
}

.pe-9 {
  padding-right: 2.25rem !important;
}

.pe-10 {
  padding-right: 2.5rem !important;
}

.pe-11 {
  padding-right: 2.75rem !important;
}

.pe-12 {
  padding-right: 3rem !important;
}

.pe-13 {
  padding-right: 3.25rem !important;
}

.pe-14 {
  padding-right: 3.5rem !important;
}

.pe-15 {
  padding-right: 3.75rem !important;
}

.pe-16 {
  padding-right: 4rem !important;
}

.pe-17 {
  padding-right: 4.25rem !important;
}

.pe-18 {
  padding-right: 4.5rem !important;
}

.pe-19 {
  padding-right: 4.75rem !important;
}

.pe-20 {
  padding-right: 5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pb-15 {
  padding-bottom: 3.75rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pb-17 {
  padding-bottom: 4.25rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.pb-19 {
  padding-bottom: 4.75rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 0.75rem !important;
}

.ps-4 {
  padding-left: 1rem !important;
}

.ps-5 {
  padding-left: 1.25rem !important;
}

.ps-6 {
  padding-left: 1.5rem !important;
}

.ps-7 {
  padding-left: 1.75rem !important;
}

.ps-8 {
  padding-left: 2rem !important;
}

.ps-9 {
  padding-left: 2.25rem !important;
}

.ps-10 {
  padding-left: 2.5rem !important;
}

.ps-11 {
  padding-left: 2.75rem !important;
}

.ps-12 {
  padding-left: 3rem !important;
}

.ps-13 {
  padding-left: 3.25rem !important;
}

.ps-14 {
  padding-left: 3.5rem !important;
}

.ps-15 {
  padding-left: 3.75rem !important;
}

.ps-16 {
  padding-left: 4rem !important;
}

.ps-17 {
  padding-left: 4.25rem !important;
}

.ps-18 {
  padding-left: 4.5rem !important;
}

.ps-19 {
  padding-left: 4.75rem !important;
}

.ps-20 {
  padding-left: 5rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-2 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-3 {
  font-size: calc(1.26rem + 0.12vw) !important;
}

.fs-4 {
  font-size: 1.25rem !important;
}

.fs-5 {
  font-size: 1.15rem !important;
}

.fs-6 {
  font-size: 1.075rem !important;
}

.fs-7 {
  font-size: 0.95rem !important;
}

.fs-8 {
  font-size: 0.85rem !important;
}

.fs-9 {
  font-size: 0.75rem !important;
}

.fs-10 {
  font-size: 0.5rem !important;
}

.fs-base {
  font-size: 1rem !important;
}

.fs-fluid {
  font-size: 100% !important;
}

.fs-2x {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-2qx {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-2hx {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2tx {
  font-size: calc(1.4rem + 1.8vw) !important;
}

.fs-3x {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-3qx {
  font-size: calc(1.45rem + 2.4vw) !important;
}

.fs-3hx {
  font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-3tx {
  font-size: calc(1.5rem + 3vw) !important;
}

.fs-4x {
  font-size: calc(1.525rem + 3.3vw) !important;
}

.fs-4qx {
  font-size: calc(1.55rem + 3.6vw) !important;
}

.fs-4hx {
  font-size: calc(1.575rem + 3.9vw) !important;
}

.fs-4tx {
  font-size: calc(1.6rem + 4.2vw) !important;
}

.fs-5x {
  font-size: calc(1.625rem + 4.5vw) !important;
}

.fs-5qx {
  font-size: calc(1.65rem + 4.8vw) !important;
}

.fs-5hx {
  font-size: calc(1.675rem + 5.1vw) !important;
}

.fs-5tx {
  font-size: calc(1.7rem + 5.4vw) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-bolder {
  font-weight: 600 !important;
}

.lh-0 {
  line-height: 0 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 1.75 !important;
}

.lh-xl {
  line-height: 2 !important;
}

.lh-xxl {
  line-height: 2.25 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-white {
  color: #ffffff !important;
}

.text-light {
  color: #F5F8FA !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-secondary {
  color: #E4E6EF !important;
}

.text-success {
  color: var(--bs-success) !important;
}

.text-info {
  color: #7239EA !important;
}

.text-warning {
  color: #f19f69 !important;
}

.text-danger {
  color: var(--bs-danger) !important;
}

.text-dark {
  color: #181C32 !important;
}

.text-body {
  color: #181C32 !important;
}

.text-muted {
  color: #A1A5B7 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-light {
  background-color: #F5F8FA !important;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.bg-secondary {
  background-color: #E4E6EF !important;
}

.bg-success {
  background-color: var(--bs-success) !important;
}

.bg-info {
  background-color: #7239EA !important;
}

.bg-warning {
  background-color: var(--bs-warning) !important;
}

.bg-danger {
  background-color: var(--bs-danger) !important;
}

.bg-dark {
  background-color: #181C32 !important;
}

.bg-body {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.475rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.275rem !important;
}

.rounded-2 {
  border-radius: 0.475rem !important;
}

.rounded-3 {
  border-radius: 0.775rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.475rem !important;
  border-top-right-radius: 0.475rem !important;
}

.rounded-end {
  border-top-right-radius: 0.475rem !important;
  border-bottom-right-radius: 0.475rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.475rem !important;
  border-bottom-left-radius: 0.475rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.475rem !important;
  border-top-left-radius: 0.475rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-5 {
  opacity: 0.05 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-15 {
  opacity: 0.15 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-0-hover:hover {
  opacity: 0 !important;
}

.opacity-5 {
  opacity: 0.05 !important;
}

.opacity-5-hover:hover {
  opacity: 0.05 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-10-hover:hover {
  opacity: 0.1 !important;
}

.opacity-15 {
  opacity: 0.15 !important;
}

.opacity-15-hover:hover {
  opacity: 0.15 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-20-hover:hover {
  opacity: 0.2 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-25-hover:hover {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-50-hover:hover {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-75-hover:hover {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.opacity-100-hover:hover {
  opacity: 1 !important;
}

.min-w-unset {
  min-width: unset !important;
}

.min-w-25 {
  min-width: 25% !important;
}

.min-w-50 {
  min-width: 50% !important;
}

.min-w-75 {
  min-width: 75% !important;
}

.min-w-100 {
  min-width: 100% !important;
}

.min-w-auto {
  min-width: auto !important;
}

.min-w-1px {
  min-width: 1px !important;
}

.min-w-2px {
  min-width: 2px !important;
}

.min-w-3px {
  min-width: 3px !important;
}

.min-w-4px {
  min-width: 4px !important;
}

.min-w-5px {
  min-width: 5px !important;
}

.min-w-6px {
  min-width: 6px !important;
}

.min-w-7px {
  min-width: 7px !important;
}

.min-w-8px {
  min-width: 8px !important;
}

.min-w-9px {
  min-width: 9px !important;
}

.min-w-10px {
  min-width: 10px !important;
}

.min-w-15px {
  min-width: 15px !important;
}

.min-w-20px {
  min-width: 20px !important;
}

.min-w-25px {
  min-width: 25px !important;
}

.min-w-30px {
  min-width: 30px !important;
}

.min-w-35px {
  min-width: 35px !important;
}

.min-w-40px {
  min-width: 40px !important;
}

.min-w-45px {
  min-width: 45px !important;
}

.min-w-50px {
  min-width: 50px !important;
}

.min-w-55px {
  min-width: 55px !important;
}

.min-w-60px {
  min-width: 60px !important;
}

.min-w-65px {
  min-width: 65px !important;
}

.min-w-70px {
  min-width: 70px !important;
}

.min-w-75px {
  min-width: 75px !important;
}

.min-w-80px {
  min-width: 80px !important;
}

.min-w-85px {
  min-width: 85px !important;
}

.min-w-90px {
  min-width: 90px !important;
}

.min-w-95px {
  min-width: 95px !important;
}

.min-w-100px {
  min-width: 100px !important;
}

.min-w-125px {
  min-width: 125px !important;
}

.min-w-150px {
  min-width: 150px !important;
}

.min-w-175px {
  min-width: 175px !important;
}

.min-w-200px {
  min-width: 200px !important;
}

.min-w-225px {
  min-width: 225px !important;
}

.min-w-250px {
  min-width: 250px !important;
}

.min-w-275px {
  min-width: 275px !important;
}

.min-w-300px {
  min-width: 300px !important;
}

.min-w-325px {
  min-width: 325px !important;
}

.min-w-350px {
  min-width: 350px !important;
}

.min-w-375px {
  min-width: 375px !important;
}

.min-w-400px {
  min-width: 400px !important;
}

.min-w-425px {
  min-width: 425px !important;
}

.min-w-450px {
  min-width: 450px !important;
}

.min-w-475px {
  min-width: 475px !important;
}

.min-w-500px {
  min-width: 500px !important;
}

.min-w-550px {
  min-width: 550px !important;
}

.min-w-600px {
  min-width: 600px !important;
}

.min-w-650px {
  min-width: 650px !important;
}

.min-w-700px {
  min-width: 700px !important;
}

.min-w-750px {
  min-width: 750px !important;
}

.min-w-800px {
  min-width: 800px !important;
}

.min-w-850px {
  min-width: 850px !important;
}

.min-w-900px {
  min-width: 900px !important;
}

.min-w-950px {
  min-width: 950px !important;
}

.min-w-1000px {
  min-width: 1000px !important;
}

.min-h-unset {
  min-height: unset !important;
}

.min-h-25 {
  min-height: 25% !important;
}

.min-h-50 {
  min-height: 50% !important;
}

.min-h-75 {
  min-height: 75% !important;
}

.min-h-100 {
  min-height: 100% !important;
}

.min-h-auto {
  min-height: auto !important;
}

.min-h-1px {
  min-height: 1px !important;
}

.min-h-2px {
  min-height: 2px !important;
}

.min-h-3px {
  min-height: 3px !important;
}

.min-h-4px {
  min-height: 4px !important;
}

.min-h-5px {
  min-height: 5px !important;
}

.min-h-6px {
  min-height: 6px !important;
}

.min-h-7px {
  min-height: 7px !important;
}

.min-h-8px {
  min-height: 8px !important;
}

.min-h-9px {
  min-height: 9px !important;
}

.min-h-10px {
  min-height: 10px !important;
}

.min-h-15px {
  min-height: 15px !important;
}

.min-h-20px {
  min-height: 20px !important;
}

.min-h-25px {
  min-height: 25px !important;
}

.min-h-30px {
  min-height: 30px !important;
}

.min-h-35px {
  min-height: 35px !important;
}

.min-h-40px {
  min-height: 40px !important;
}

.min-h-45px {
  min-height: 45px !important;
}

.min-h-50px {
  min-height: 50px !important;
}

.min-h-55px {
  min-height: 55px !important;
}

.min-h-60px {
  min-height: 60px !important;
}

.min-h-65px {
  min-height: 65px !important;
}

.min-h-70px {
  min-height: 70px !important;
}

.min-h-75px {
  min-height: 75px !important;
}

.min-h-80px {
  min-height: 80px !important;
}

.min-h-85px {
  min-height: 85px !important;
}

.min-h-90px {
  min-height: 90px !important;
}

.min-h-95px {
  min-height: 95px !important;
}

.min-h-100px {
  min-height: 100px !important;
}

.min-h-125px {
  min-height: 125px !important;
}

.min-h-150px {
  min-height: 150px !important;
}

.min-h-175px {
  min-height: 175px !important;
}

.min-h-200px {
  min-height: 200px !important;
}

.min-h-225px {
  min-height: 225px !important;
}

.min-h-250px {
  min-height: 250px !important;
}

.min-h-275px {
  min-height: 275px !important;
}

.min-h-300px {
  min-height: 300px !important;
}

.min-h-325px {
  min-height: 325px !important;
}

.min-h-350px {
  min-height: 350px !important;
}

.min-h-375px {
  min-height: 375px !important;
}

.min-h-400px {
  min-height: 400px !important;
}

.min-h-425px {
  min-height: 425px !important;
}

.min-h-450px {
  min-height: 450px !important;
}

.min-h-475px {
  min-height: 475px !important;
}

.min-h-500px {
  min-height: 500px !important;
}

.min-h-550px {
  min-height: 550px !important;
}

.min-h-600px {
  min-height: 600px !important;
}

.min-h-650px {
  min-height: 650px !important;
}

.min-h-700px {
  min-height: 700px !important;
}

.min-h-750px {
  min-height: 750px !important;
}

.min-h-800px {
  min-height: 800px !important;
}

.min-h-850px {
  min-height: 850px !important;
}

.min-h-900px {
  min-height: 900px !important;
}

.min-h-950px {
  min-height: 950px !important;
}

.min-h-1000px {
  min-height: 1000px !important;
}

.z-index-n1 {
  z-index: -1 !important;
}

.z-index-n2 {
  z-index: -2 !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.border-top-0 {
  border-top-width: 0 !important;
}

.border-top-1 {
  border-top-width: 1px !important;
}

.border-top-2 {
  border-top-width: 2px !important;
}

.border-top-3 {
  border-top-width: 3px !important;
}

.border-top-4 {
  border-top-width: 4px !important;
}

.border-top-5 {
  border-top-width: 5px !important;
}

.border-bottom-0 {
  border-bottom-width: 0 !important;
}

.border-bottom-1 {
  border-bottom-width: 1px !important;
}

.border-bottom-2 {
  border-bottom-width: 2px !important;
}

.border-bottom-3 {
  border-bottom-width: 3px !important;
}

.border-bottom-4 {
  border-bottom-width: 4px !important;
}

.border-bottom-5 {
  border-bottom-width: 5px !important;
}

.border-right-0 {
  border-right-width: 0 !important;
}

.border-right-1 {
  border-right-width: 1px !important;
}

.border-right-2 {
  border-right-width: 2px !important;
}

.border-right-3 {
  border-right-width: 3px !important;
}

.border-right-4 {
  border-right-width: 4px !important;
}

.border-right-5 {
  border-right-width: 5px !important;
}

.border-left-0 {
  border-left-width: 0 !important;
}

.border-left-1 {
  border-left-width: 1px !important;
}

.border-left-2 {
  border-left-width: 2px !important;
}

.border-left-3 {
  border-left-width: 3px !important;
}

.border-left-4 {
  border-left-width: 4px !important;
}

.border-left-5 {
  border-left-width: 5px !important;
}

.ls-1 {
  letter-spacing: 0.1rem !important;
}

.ls-2 {
  letter-spacing: 0.115rem !important;
}

.ls-3 {
  letter-spacing: 0.125rem !important;
}

.ls-4 {
  letter-spacing: 0.25rem !important;
}

.ls-5 {
  letter-spacing: 0.5rem !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .w-sm-unset {
    width: unset !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .w-sm-1px {
    width: 1px !important;
  }

  .w-sm-2px {
    width: 2px !important;
  }

  .w-sm-3px {
    width: 3px !important;
  }

  .w-sm-4px {
    width: 4px !important;
  }

  .w-sm-5px {
    width: 5px !important;
  }

  .w-sm-6px {
    width: 6px !important;
  }

  .w-sm-7px {
    width: 7px !important;
  }

  .w-sm-8px {
    width: 8px !important;
  }

  .w-sm-9px {
    width: 9px !important;
  }

  .w-sm-10px {
    width: 10px !important;
  }

  .w-sm-15px {
    width: 15px !important;
  }

  .w-sm-20px {
    width: 20px !important;
  }

  .w-sm-25px {
    width: 25px !important;
  }

  .w-sm-30px {
    width: 30px !important;
  }

  .w-sm-35px {
    width: 35px !important;
  }

  .w-sm-40px {
    width: 40px !important;
  }

  .w-sm-45px {
    width: 45px !important;
  }

  .w-sm-50px {
    width: 50px !important;
  }

  .w-sm-55px {
    width: 55px !important;
  }

  .w-sm-60px {
    width: 60px !important;
  }

  .w-sm-65px {
    width: 65px !important;
  }

  .w-sm-70px {
    width: 70px !important;
  }

  .w-sm-75px {
    width: 75px !important;
  }

  .w-sm-80px {
    width: 80px !important;
  }

  .w-sm-85px {
    width: 85px !important;
  }

  .w-sm-90px {
    width: 90px !important;
  }

  .w-sm-95px {
    width: 95px !important;
  }

  .w-sm-100px {
    width: 100px !important;
  }

  .w-sm-125px {
    width: 125px !important;
  }

  .w-sm-150px {
    width: 150px !important;
  }

  .w-sm-175px {
    width: 175px !important;
  }

  .w-sm-200px {
    width: 200px !important;
  }

  .w-sm-225px {
    width: 225px !important;
  }

  .w-sm-250px {
    width: 250px !important;
  }

  .w-sm-275px {
    width: 275px !important;
  }

  .w-sm-300px {
    width: 300px !important;
  }

  .w-sm-325px {
    width: 325px !important;
  }

  .w-sm-350px {
    width: 350px !important;
  }

  .w-sm-375px {
    width: 375px !important;
  }

  .w-sm-400px {
    width: 400px !important;
  }

  .w-sm-425px {
    width: 425px !important;
  }

  .w-sm-450px {
    width: 450px !important;
  }

  .w-sm-475px {
    width: 475px !important;
  }

  .w-sm-500px {
    width: 500px !important;
  }

  .w-sm-550px {
    width: 550px !important;
  }

  .w-sm-600px {
    width: 600px !important;
  }

  .w-sm-650px {
    width: 650px !important;
  }

  .w-sm-700px {
    width: 700px !important;
  }

  .w-sm-750px {
    width: 750px !important;
  }

  .w-sm-800px {
    width: 800px !important;
  }

  .w-sm-850px {
    width: 850px !important;
  }

  .w-sm-900px {
    width: 900px !important;
  }

  .w-sm-950px {
    width: 950px !important;
  }

  .w-sm-1000px {
    width: 1000px !important;
  }

  .mw-sm-unset {
    max-width: unset !important;
  }

  .mw-sm-25 {
    max-width: 25% !important;
  }

  .mw-sm-50 {
    max-width: 50% !important;
  }

  .mw-sm-75 {
    max-width: 75% !important;
  }

  .mw-sm-100 {
    max-width: 100% !important;
  }

  .mw-sm-auto {
    max-width: auto !important;
  }

  .mw-sm-1px {
    max-width: 1px !important;
  }

  .mw-sm-2px {
    max-width: 2px !important;
  }

  .mw-sm-3px {
    max-width: 3px !important;
  }

  .mw-sm-4px {
    max-width: 4px !important;
  }

  .mw-sm-5px {
    max-width: 5px !important;
  }

  .mw-sm-6px {
    max-width: 6px !important;
  }

  .mw-sm-7px {
    max-width: 7px !important;
  }

  .mw-sm-8px {
    max-width: 8px !important;
  }

  .mw-sm-9px {
    max-width: 9px !important;
  }

  .mw-sm-10px {
    max-width: 10px !important;
  }

  .mw-sm-15px {
    max-width: 15px !important;
  }

  .mw-sm-20px {
    max-width: 20px !important;
  }

  .mw-sm-25px {
    max-width: 25px !important;
  }

  .mw-sm-30px {
    max-width: 30px !important;
  }

  .mw-sm-35px {
    max-width: 35px !important;
  }

  .mw-sm-40px {
    max-width: 40px !important;
  }

  .mw-sm-45px {
    max-width: 45px !important;
  }

  .mw-sm-50px {
    max-width: 50px !important;
  }

  .mw-sm-55px {
    max-width: 55px !important;
  }

  .mw-sm-60px {
    max-width: 60px !important;
  }

  .mw-sm-65px {
    max-width: 65px !important;
  }

  .mw-sm-70px {
    max-width: 70px !important;
  }

  .mw-sm-75px {
    max-width: 75px !important;
  }

  .mw-sm-80px {
    max-width: 80px !important;
  }

  .mw-sm-85px {
    max-width: 85px !important;
  }

  .mw-sm-90px {
    max-width: 90px !important;
  }

  .mw-sm-95px {
    max-width: 95px !important;
  }

  .mw-sm-100px {
    max-width: 100px !important;
  }

  .mw-sm-125px {
    max-width: 125px !important;
  }

  .mw-sm-150px {
    max-width: 150px !important;
  }

  .mw-sm-175px {
    max-width: 175px !important;
  }

  .mw-sm-200px {
    max-width: 200px !important;
  }

  .mw-sm-225px {
    max-width: 225px !important;
  }

  .mw-sm-250px {
    max-width: 250px !important;
  }

  .mw-sm-275px {
    max-width: 275px !important;
  }

  .mw-sm-300px {
    max-width: 300px !important;
  }

  .mw-sm-325px {
    max-width: 325px !important;
  }

  .mw-sm-350px {
    max-width: 350px !important;
  }

  .mw-sm-375px {
    max-width: 375px !important;
  }

  .mw-sm-400px {
    max-width: 400px !important;
  }

  .mw-sm-425px {
    max-width: 425px !important;
  }

  .mw-sm-450px {
    max-width: 450px !important;
  }

  .mw-sm-475px {
    max-width: 475px !important;
  }

  .mw-sm-500px {
    max-width: 500px !important;
  }

  .mw-sm-550px {
    max-width: 550px !important;
  }

  .mw-sm-600px {
    max-width: 600px !important;
  }

  .mw-sm-650px {
    max-width: 650px !important;
  }

  .mw-sm-700px {
    max-width: 700px !important;
  }

  .mw-sm-750px {
    max-width: 750px !important;
  }

  .mw-sm-800px {
    max-width: 800px !important;
  }

  .mw-sm-850px {
    max-width: 850px !important;
  }

  .mw-sm-900px {
    max-width: 900px !important;
  }

  .mw-sm-950px {
    max-width: 950px !important;
  }

  .mw-sm-1000px {
    max-width: 1000px !important;
  }

  .h-sm-unset {
    height: unset !important;
  }

  .h-sm-25 {
    height: 25% !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .h-sm-75 {
    height: 75% !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .h-sm-1px {
    height: 1px !important;
  }

  .h-sm-2px {
    height: 2px !important;
  }

  .h-sm-3px {
    height: 3px !important;
  }

  .h-sm-4px {
    height: 4px !important;
  }

  .h-sm-5px {
    height: 5px !important;
  }

  .h-sm-6px {
    height: 6px !important;
  }

  .h-sm-7px {
    height: 7px !important;
  }

  .h-sm-8px {
    height: 8px !important;
  }

  .h-sm-9px {
    height: 9px !important;
  }

  .h-sm-10px {
    height: 10px !important;
  }

  .h-sm-15px {
    height: 15px !important;
  }

  .h-sm-20px {
    height: 20px !important;
  }

  .h-sm-25px {
    height: 25px !important;
  }

  .h-sm-30px {
    height: 30px !important;
  }

  .h-sm-35px {
    height: 35px !important;
  }

  .h-sm-40px {
    height: 40px !important;
  }

  .h-sm-45px {
    height: 45px !important;
  }

  .h-sm-50px {
    height: 50px !important;
  }

  .h-sm-55px {
    height: 55px !important;
  }

  .h-sm-60px {
    height: 60px !important;
  }

  .h-sm-65px {
    height: 65px !important;
  }

  .h-sm-70px {
    height: 70px !important;
  }

  .h-sm-75px {
    height: 75px !important;
  }

  .h-sm-80px {
    height: 80px !important;
  }

  .h-sm-85px {
    height: 85px !important;
  }

  .h-sm-90px {
    height: 90px !important;
  }

  .h-sm-95px {
    height: 95px !important;
  }

  .h-sm-100px {
    height: 100px !important;
  }

  .h-sm-125px {
    height: 125px !important;
  }

  .h-sm-150px {
    height: 150px !important;
  }

  .h-sm-175px {
    height: 175px !important;
  }

  .h-sm-200px {
    height: 200px !important;
  }

  .h-sm-225px {
    height: 225px !important;
  }

  .h-sm-250px {
    height: 250px !important;
  }

  .h-sm-275px {
    height: 275px !important;
  }

  .h-sm-300px {
    height: 300px !important;
  }

  .h-sm-325px {
    height: 325px !important;
  }

  .h-sm-350px {
    height: 350px !important;
  }

  .h-sm-375px {
    height: 375px !important;
  }

  .h-sm-400px {
    height: 400px !important;
  }

  .h-sm-425px {
    height: 425px !important;
  }

  .h-sm-450px {
    height: 450px !important;
  }

  .h-sm-475px {
    height: 475px !important;
  }

  .h-sm-500px {
    height: 500px !important;
  }

  .h-sm-550px {
    height: 550px !important;
  }

  .h-sm-600px {
    height: 600px !important;
  }

  .h-sm-650px {
    height: 650px !important;
  }

  .h-sm-700px {
    height: 700px !important;
  }

  .h-sm-750px {
    height: 750px !important;
  }

  .h-sm-800px {
    height: 800px !important;
  }

  .h-sm-850px {
    height: 850px !important;
  }

  .h-sm-900px {
    height: 900px !important;
  }

  .h-sm-950px {
    height: 950px !important;
  }

  .h-sm-1000px {
    height: 1000px !important;
  }

  .mh-sm-unset {
    max-height: unset !important;
  }

  .mh-sm-25 {
    max-height: 25% !important;
  }

  .mh-sm-50 {
    max-height: 50% !important;
  }

  .mh-sm-75 {
    max-height: 75% !important;
  }

  .mh-sm-100 {
    max-height: 100% !important;
  }

  .mh-sm-auto {
    max-height: auto !important;
  }

  .mh-sm-1px {
    max-height: 1px !important;
  }

  .mh-sm-2px {
    max-height: 2px !important;
  }

  .mh-sm-3px {
    max-height: 3px !important;
  }

  .mh-sm-4px {
    max-height: 4px !important;
  }

  .mh-sm-5px {
    max-height: 5px !important;
  }

  .mh-sm-6px {
    max-height: 6px !important;
  }

  .mh-sm-7px {
    max-height: 7px !important;
  }

  .mh-sm-8px {
    max-height: 8px !important;
  }

  .mh-sm-9px {
    max-height: 9px !important;
  }

  .mh-sm-10px {
    max-height: 10px !important;
  }

  .mh-sm-15px {
    max-height: 15px !important;
  }

  .mh-sm-20px {
    max-height: 20px !important;
  }

  .mh-sm-25px {
    max-height: 25px !important;
  }

  .mh-sm-30px {
    max-height: 30px !important;
  }

  .mh-sm-35px {
    max-height: 35px !important;
  }

  .mh-sm-40px {
    max-height: 40px !important;
  }

  .mh-sm-45px {
    max-height: 45px !important;
  }

  .mh-sm-50px {
    max-height: 50px !important;
  }

  .mh-sm-55px {
    max-height: 55px !important;
  }

  .mh-sm-60px {
    max-height: 60px !important;
  }

  .mh-sm-65px {
    max-height: 65px !important;
  }

  .mh-sm-70px {
    max-height: 70px !important;
  }

  .mh-sm-75px {
    max-height: 75px !important;
  }

  .mh-sm-80px {
    max-height: 80px !important;
  }

  .mh-sm-85px {
    max-height: 85px !important;
  }

  .mh-sm-90px {
    max-height: 90px !important;
  }

  .mh-sm-95px {
    max-height: 95px !important;
  }

  .mh-sm-100px {
    max-height: 100px !important;
  }

  .mh-sm-125px {
    max-height: 125px !important;
  }

  .mh-sm-150px {
    max-height: 150px !important;
  }

  .mh-sm-175px {
    max-height: 175px !important;
  }

  .mh-sm-200px {
    max-height: 200px !important;
  }

  .mh-sm-225px {
    max-height: 225px !important;
  }

  .mh-sm-250px {
    max-height: 250px !important;
  }

  .mh-sm-275px {
    max-height: 275px !important;
  }

  .mh-sm-300px {
    max-height: 300px !important;
  }

  .mh-sm-325px {
    max-height: 325px !important;
  }

  .mh-sm-350px {
    max-height: 350px !important;
  }

  .mh-sm-375px {
    max-height: 375px !important;
  }

  .mh-sm-400px {
    max-height: 400px !important;
  }

  .mh-sm-425px {
    max-height: 425px !important;
  }

  .mh-sm-450px {
    max-height: 450px !important;
  }

  .mh-sm-475px {
    max-height: 475px !important;
  }

  .mh-sm-500px {
    max-height: 500px !important;
  }

  .mh-sm-550px {
    max-height: 550px !important;
  }

  .mh-sm-600px {
    max-height: 600px !important;
  }

  .mh-sm-650px {
    max-height: 650px !important;
  }

  .mh-sm-700px {
    max-height: 700px !important;
  }

  .mh-sm-750px {
    max-height: 750px !important;
  }

  .mh-sm-800px {
    max-height: 800px !important;
  }

  .mh-sm-850px {
    max-height: 850px !important;
  }

  .mh-sm-900px {
    max-height: 900px !important;
  }

  .mh-sm-950px {
    max-height: 950px !important;
  }

  .mh-sm-1000px {
    max-height: 1000px !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 0.75rem !important;
  }

  .gap-sm-4 {
    gap: 1rem !important;
  }

  .gap-sm-5 {
    gap: 1.25rem !important;
  }

  .gap-sm-6 {
    gap: 1.5rem !important;
  }

  .gap-sm-7 {
    gap: 1.75rem !important;
  }

  .gap-sm-8 {
    gap: 2rem !important;
  }

  .gap-sm-9 {
    gap: 2.25rem !important;
  }

  .gap-sm-10 {
    gap: 2.5rem !important;
  }

  .gap-sm-11 {
    gap: 2.75rem !important;
  }

  .gap-sm-12 {
    gap: 3rem !important;
  }

  .gap-sm-13 {
    gap: 3.25rem !important;
  }

  .gap-sm-14 {
    gap: 3.5rem !important;
  }

  .gap-sm-15 {
    gap: 3.75rem !important;
  }

  .gap-sm-16 {
    gap: 4rem !important;
  }

  .gap-sm-17 {
    gap: 4.25rem !important;
  }

  .gap-sm-18 {
    gap: 4.5rem !important;
  }

  .gap-sm-19 {
    gap: 4.75rem !important;
  }

  .gap-sm-20 {
    gap: 5rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 0.75rem !important;
  }

  .m-sm-4 {
    margin: 1rem !important;
  }

  .m-sm-5 {
    margin: 1.25rem !important;
  }

  .m-sm-6 {
    margin: 1.5rem !important;
  }

  .m-sm-7 {
    margin: 1.75rem !important;
  }

  .m-sm-8 {
    margin: 2rem !important;
  }

  .m-sm-9 {
    margin: 2.25rem !important;
  }

  .m-sm-10 {
    margin: 2.5rem !important;
  }

  .m-sm-11 {
    margin: 2.75rem !important;
  }

  .m-sm-12 {
    margin: 3rem !important;
  }

  .m-sm-13 {
    margin: 3.25rem !important;
  }

  .m-sm-14 {
    margin: 3.5rem !important;
  }

  .m-sm-15 {
    margin: 3.75rem !important;
  }

  .m-sm-16 {
    margin: 4rem !important;
  }

  .m-sm-17 {
    margin: 4.25rem !important;
  }

  .m-sm-18 {
    margin: 4.5rem !important;
  }

  .m-sm-19 {
    margin: 4.75rem !important;
  }

  .m-sm-20 {
    margin: 5rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-sm-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-sm-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-sm-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-sm-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .mx-sm-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .mx-sm-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-sm-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .mx-sm-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-sm-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .mx-sm-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-sm-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .mx-sm-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-sm-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .my-sm-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .my-sm-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-sm-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .my-sm-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-sm-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .my-sm-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-sm-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .my-sm-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }

  .mt-sm-4 {
    margin-top: 1rem !important;
  }

  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }

  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }

  .mt-sm-8 {
    margin-top: 2rem !important;
  }

  .mt-sm-9 {
    margin-top: 2.25rem !important;
  }

  .mt-sm-10 {
    margin-top: 2.5rem !important;
  }

  .mt-sm-11 {
    margin-top: 2.75rem !important;
  }

  .mt-sm-12 {
    margin-top: 3rem !important;
  }

  .mt-sm-13 {
    margin-top: 3.25rem !important;
  }

  .mt-sm-14 {
    margin-top: 3.5rem !important;
  }

  .mt-sm-15 {
    margin-top: 3.75rem !important;
  }

  .mt-sm-16 {
    margin-top: 4rem !important;
  }

  .mt-sm-17 {
    margin-top: 4.25rem !important;
  }

  .mt-sm-18 {
    margin-top: 4.5rem !important;
  }

  .mt-sm-19 {
    margin-top: 4.75rem !important;
  }

  .mt-sm-20 {
    margin-top: 5rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 0.75rem !important;
  }

  .me-sm-4 {
    margin-right: 1rem !important;
  }

  .me-sm-5 {
    margin-right: 1.25rem !important;
  }

  .me-sm-6 {
    margin-right: 1.5rem !important;
  }

  .me-sm-7 {
    margin-right: 1.75rem !important;
  }

  .me-sm-8 {
    margin-right: 2rem !important;
  }

  .me-sm-9 {
    margin-right: 2.25rem !important;
  }

  .me-sm-10 {
    margin-right: 2.5rem !important;
  }

  .me-sm-11 {
    margin-right: 2.75rem !important;
  }

  .me-sm-12 {
    margin-right: 3rem !important;
  }

  .me-sm-13 {
    margin-right: 3.25rem !important;
  }

  .me-sm-14 {
    margin-right: 3.5rem !important;
  }

  .me-sm-15 {
    margin-right: 3.75rem !important;
  }

  .me-sm-16 {
    margin-right: 4rem !important;
  }

  .me-sm-17 {
    margin-right: 4.25rem !important;
  }

  .me-sm-18 {
    margin-right: 4.5rem !important;
  }

  .me-sm-19 {
    margin-right: 4.75rem !important;
  }

  .me-sm-20 {
    margin-right: 5rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 2.25rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 2.5rem !important;
  }

  .mb-sm-11 {
    margin-bottom: 2.75rem !important;
  }

  .mb-sm-12 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-13 {
    margin-bottom: 3.25rem !important;
  }

  .mb-sm-14 {
    margin-bottom: 3.5rem !important;
  }

  .mb-sm-15 {
    margin-bottom: 3.75rem !important;
  }

  .mb-sm-16 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-17 {
    margin-bottom: 4.25rem !important;
  }

  .mb-sm-18 {
    margin-bottom: 4.5rem !important;
  }

  .mb-sm-19 {
    margin-bottom: 4.75rem !important;
  }

  .mb-sm-20 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 0.75rem !important;
  }

  .ms-sm-4 {
    margin-left: 1rem !important;
  }

  .ms-sm-5 {
    margin-left: 1.25rem !important;
  }

  .ms-sm-6 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-7 {
    margin-left: 1.75rem !important;
  }

  .ms-sm-8 {
    margin-left: 2rem !important;
  }

  .ms-sm-9 {
    margin-left: 2.25rem !important;
  }

  .ms-sm-10 {
    margin-left: 2.5rem !important;
  }

  .ms-sm-11 {
    margin-left: 2.75rem !important;
  }

  .ms-sm-12 {
    margin-left: 3rem !important;
  }

  .ms-sm-13 {
    margin-left: 3.25rem !important;
  }

  .ms-sm-14 {
    margin-left: 3.5rem !important;
  }

  .ms-sm-15 {
    margin-left: 3.75rem !important;
  }

  .ms-sm-16 {
    margin-left: 4rem !important;
  }

  .ms-sm-17 {
    margin-left: 4.25rem !important;
  }

  .ms-sm-18 {
    margin-left: 4.5rem !important;
  }

  .ms-sm-19 {
    margin-left: 4.75rem !important;
  }

  .ms-sm-20 {
    margin-left: 5rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -0.75rem !important;
  }

  .m-sm-n4 {
    margin: -1rem !important;
  }

  .m-sm-n5 {
    margin: -1.25rem !important;
  }

  .m-sm-n6 {
    margin: -1.5rem !important;
  }

  .m-sm-n7 {
    margin: -1.75rem !important;
  }

  .m-sm-n8 {
    margin: -2rem !important;
  }

  .m-sm-n9 {
    margin: -2.25rem !important;
  }

  .m-sm-n10 {
    margin: -2.5rem !important;
  }

  .m-sm-n11 {
    margin: -2.75rem !important;
  }

  .m-sm-n12 {
    margin: -3rem !important;
  }

  .m-sm-n13 {
    margin: -3.25rem !important;
  }

  .m-sm-n14 {
    margin: -3.5rem !important;
  }

  .m-sm-n15 {
    margin: -3.75rem !important;
  }

  .m-sm-n16 {
    margin: -4rem !important;
  }

  .m-sm-n17 {
    margin: -4.25rem !important;
  }

  .m-sm-n18 {
    margin: -4.5rem !important;
  }

  .m-sm-n19 {
    margin: -4.75rem !important;
  }

  .m-sm-n20 {
    margin: -5rem !important;
  }

  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-sm-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-sm-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-sm-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }

  .mx-sm-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-sm-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }

  .mx-sm-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-sm-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-sm-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-sm-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }

  .mx-sm-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-sm-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }

  .mx-sm-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-sm-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }

  .mx-sm-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-sm-n17 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }

  .mx-sm-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-sm-n19 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }

  .mx-sm-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-sm-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-sm-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-sm-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .my-sm-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-sm-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .my-sm-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-sm-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-sm-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-sm-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .my-sm-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-sm-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }

  .my-sm-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-sm-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .my-sm-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-sm-n17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }

  .my-sm-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-sm-n19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

  .my-sm-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-sm-n3 {
    margin-top: -0.75rem !important;
  }

  .mt-sm-n4 {
    margin-top: -1rem !important;
  }

  .mt-sm-n5 {
    margin-top: -1.25rem !important;
  }

  .mt-sm-n6 {
    margin-top: -1.5rem !important;
  }

  .mt-sm-n7 {
    margin-top: -1.75rem !important;
  }

  .mt-sm-n8 {
    margin-top: -2rem !important;
  }

  .mt-sm-n9 {
    margin-top: -2.25rem !important;
  }

  .mt-sm-n10 {
    margin-top: -2.5rem !important;
  }

  .mt-sm-n11 {
    margin-top: -2.75rem !important;
  }

  .mt-sm-n12 {
    margin-top: -3rem !important;
  }

  .mt-sm-n13 {
    margin-top: -3.25rem !important;
  }

  .mt-sm-n14 {
    margin-top: -3.5rem !important;
  }

  .mt-sm-n15 {
    margin-top: -3.75rem !important;
  }

  .mt-sm-n16 {
    margin-top: -4rem !important;
  }

  .mt-sm-n17 {
    margin-top: -4.25rem !important;
  }

  .mt-sm-n18 {
    margin-top: -4.5rem !important;
  }

  .mt-sm-n19 {
    margin-top: -4.75rem !important;
  }

  .mt-sm-n20 {
    margin-top: -5rem !important;
  }

  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .me-sm-n3 {
    margin-right: -0.75rem !important;
  }

  .me-sm-n4 {
    margin-right: -1rem !important;
  }

  .me-sm-n5 {
    margin-right: -1.25rem !important;
  }

  .me-sm-n6 {
    margin-right: -1.5rem !important;
  }

  .me-sm-n7 {
    margin-right: -1.75rem !important;
  }

  .me-sm-n8 {
    margin-right: -2rem !important;
  }

  .me-sm-n9 {
    margin-right: -2.25rem !important;
  }

  .me-sm-n10 {
    margin-right: -2.5rem !important;
  }

  .me-sm-n11 {
    margin-right: -2.75rem !important;
  }

  .me-sm-n12 {
    margin-right: -3rem !important;
  }

  .me-sm-n13 {
    margin-right: -3.25rem !important;
  }

  .me-sm-n14 {
    margin-right: -3.5rem !important;
  }

  .me-sm-n15 {
    margin-right: -3.75rem !important;
  }

  .me-sm-n16 {
    margin-right: -4rem !important;
  }

  .me-sm-n17 {
    margin-right: -4.25rem !important;
  }

  .me-sm-n18 {
    margin-right: -4.5rem !important;
  }

  .me-sm-n19 {
    margin-right: -4.75rem !important;
  }

  .me-sm-n20 {
    margin-right: -5rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -0.75rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -1rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -1.25rem !important;
  }

  .mb-sm-n6 {
    margin-bottom: -1.5rem !important;
  }

  .mb-sm-n7 {
    margin-bottom: -1.75rem !important;
  }

  .mb-sm-n8 {
    margin-bottom: -2rem !important;
  }

  .mb-sm-n9 {
    margin-bottom: -2.25rem !important;
  }

  .mb-sm-n10 {
    margin-bottom: -2.5rem !important;
  }

  .mb-sm-n11 {
    margin-bottom: -2.75rem !important;
  }

  .mb-sm-n12 {
    margin-bottom: -3rem !important;
  }

  .mb-sm-n13 {
    margin-bottom: -3.25rem !important;
  }

  .mb-sm-n14 {
    margin-bottom: -3.5rem !important;
  }

  .mb-sm-n15 {
    margin-bottom: -3.75rem !important;
  }

  .mb-sm-n16 {
    margin-bottom: -4rem !important;
  }

  .mb-sm-n17 {
    margin-bottom: -4.25rem !important;
  }

  .mb-sm-n18 {
    margin-bottom: -4.5rem !important;
  }

  .mb-sm-n19 {
    margin-bottom: -4.75rem !important;
  }

  .mb-sm-n20 {
    margin-bottom: -5rem !important;
  }

  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-sm-n3 {
    margin-left: -0.75rem !important;
  }

  .ms-sm-n4 {
    margin-left: -1rem !important;
  }

  .ms-sm-n5 {
    margin-left: -1.25rem !important;
  }

  .ms-sm-n6 {
    margin-left: -1.5rem !important;
  }

  .ms-sm-n7 {
    margin-left: -1.75rem !important;
  }

  .ms-sm-n8 {
    margin-left: -2rem !important;
  }

  .ms-sm-n9 {
    margin-left: -2.25rem !important;
  }

  .ms-sm-n10 {
    margin-left: -2.5rem !important;
  }

  .ms-sm-n11 {
    margin-left: -2.75rem !important;
  }

  .ms-sm-n12 {
    margin-left: -3rem !important;
  }

  .ms-sm-n13 {
    margin-left: -3.25rem !important;
  }

  .ms-sm-n14 {
    margin-left: -3.5rem !important;
  }

  .ms-sm-n15 {
    margin-left: -3.75rem !important;
  }

  .ms-sm-n16 {
    margin-left: -4rem !important;
  }

  .ms-sm-n17 {
    margin-left: -4.25rem !important;
  }

  .ms-sm-n18 {
    margin-left: -4.5rem !important;
  }

  .ms-sm-n19 {
    margin-left: -4.75rem !important;
  }

  .ms-sm-n20 {
    margin-left: -5rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 0.75rem !important;
  }

  .p-sm-4 {
    padding: 1rem !important;
  }

  .p-sm-5 {
    padding: 1.25rem !important;
  }

  .p-sm-6 {
    padding: 1.5rem !important;
  }

  .p-sm-7 {
    padding: 1.75rem !important;
  }

  .p-sm-8 {
    padding: 2rem !important;
  }

  .p-sm-9 {
    padding: 2.25rem !important;
  }

  .p-sm-10 {
    padding: 2.5rem !important;
  }

  .p-sm-11 {
    padding: 2.75rem !important;
  }

  .p-sm-12 {
    padding: 3rem !important;
  }

  .p-sm-13 {
    padding: 3.25rem !important;
  }

  .p-sm-14 {
    padding: 3.5rem !important;
  }

  .p-sm-15 {
    padding: 3.75rem !important;
  }

  .p-sm-16 {
    padding: 4rem !important;
  }

  .p-sm-17 {
    padding: 4.25rem !important;
  }

  .p-sm-18 {
    padding: 4.5rem !important;
  }

  .p-sm-19 {
    padding: 4.75rem !important;
  }

  .p-sm-20 {
    padding: 5rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-sm-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-sm-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-sm-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-sm-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .px-sm-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .px-sm-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-sm-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .px-sm-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-sm-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .px-sm-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-sm-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .px-sm-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-sm-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-sm-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-sm-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .py-sm-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .py-sm-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-sm-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .py-sm-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-sm-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .py-sm-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-sm-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .py-sm-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }

  .pt-sm-4 {
    padding-top: 1rem !important;
  }

  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }

  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }

  .pt-sm-8 {
    padding-top: 2rem !important;
  }

  .pt-sm-9 {
    padding-top: 2.25rem !important;
  }

  .pt-sm-10 {
    padding-top: 2.5rem !important;
  }

  .pt-sm-11 {
    padding-top: 2.75rem !important;
  }

  .pt-sm-12 {
    padding-top: 3rem !important;
  }

  .pt-sm-13 {
    padding-top: 3.25rem !important;
  }

  .pt-sm-14 {
    padding-top: 3.5rem !important;
  }

  .pt-sm-15 {
    padding-top: 3.75rem !important;
  }

  .pt-sm-16 {
    padding-top: 4rem !important;
  }

  .pt-sm-17 {
    padding-top: 4.25rem !important;
  }

  .pt-sm-18 {
    padding-top: 4.5rem !important;
  }

  .pt-sm-19 {
    padding-top: 4.75rem !important;
  }

  .pt-sm-20 {
    padding-top: 5rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 0.75rem !important;
  }

  .pe-sm-4 {
    padding-right: 1rem !important;
  }

  .pe-sm-5 {
    padding-right: 1.25rem !important;
  }

  .pe-sm-6 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-7 {
    padding-right: 1.75rem !important;
  }

  .pe-sm-8 {
    padding-right: 2rem !important;
  }

  .pe-sm-9 {
    padding-right: 2.25rem !important;
  }

  .pe-sm-10 {
    padding-right: 2.5rem !important;
  }

  .pe-sm-11 {
    padding-right: 2.75rem !important;
  }

  .pe-sm-12 {
    padding-right: 3rem !important;
  }

  .pe-sm-13 {
    padding-right: 3.25rem !important;
  }

  .pe-sm-14 {
    padding-right: 3.5rem !important;
  }

  .pe-sm-15 {
    padding-right: 3.75rem !important;
  }

  .pe-sm-16 {
    padding-right: 4rem !important;
  }

  .pe-sm-17 {
    padding-right: 4.25rem !important;
  }

  .pe-sm-18 {
    padding-right: 4.5rem !important;
  }

  .pe-sm-19 {
    padding-right: 4.75rem !important;
  }

  .pe-sm-20 {
    padding-right: 5rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 2.25rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 2.5rem !important;
  }

  .pb-sm-11 {
    padding-bottom: 2.75rem !important;
  }

  .pb-sm-12 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-13 {
    padding-bottom: 3.25rem !important;
  }

  .pb-sm-14 {
    padding-bottom: 3.5rem !important;
  }

  .pb-sm-15 {
    padding-bottom: 3.75rem !important;
  }

  .pb-sm-16 {
    padding-bottom: 4rem !important;
  }

  .pb-sm-17 {
    padding-bottom: 4.25rem !important;
  }

  .pb-sm-18 {
    padding-bottom: 4.5rem !important;
  }

  .pb-sm-19 {
    padding-bottom: 4.75rem !important;
  }

  .pb-sm-20 {
    padding-bottom: 5rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 0.75rem !important;
  }

  .ps-sm-4 {
    padding-left: 1rem !important;
  }

  .ps-sm-5 {
    padding-left: 1.25rem !important;
  }

  .ps-sm-6 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-7 {
    padding-left: 1.75rem !important;
  }

  .ps-sm-8 {
    padding-left: 2rem !important;
  }

  .ps-sm-9 {
    padding-left: 2.25rem !important;
  }

  .ps-sm-10 {
    padding-left: 2.5rem !important;
  }

  .ps-sm-11 {
    padding-left: 2.75rem !important;
  }

  .ps-sm-12 {
    padding-left: 3rem !important;
  }

  .ps-sm-13 {
    padding-left: 3.25rem !important;
  }

  .ps-sm-14 {
    padding-left: 3.5rem !important;
  }

  .ps-sm-15 {
    padding-left: 3.75rem !important;
  }

  .ps-sm-16 {
    padding-left: 4rem !important;
  }

  .ps-sm-17 {
    padding-left: 4.25rem !important;
  }

  .ps-sm-18 {
    padding-left: 4.5rem !important;
  }

  .ps-sm-19 {
    padding-left: 4.75rem !important;
  }

  .ps-sm-20 {
    padding-left: 5rem !important;
  }

  .fs-sm-1 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-sm-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-sm-3 {
    font-size: calc(1.26rem + 0.12vw) !important;
  }

  .fs-sm-4 {
    font-size: 1.25rem !important;
  }

  .fs-sm-5 {
    font-size: 1.15rem !important;
  }

  .fs-sm-6 {
    font-size: 1.075rem !important;
  }

  .fs-sm-7 {
    font-size: 0.95rem !important;
  }

  .fs-sm-8 {
    font-size: 0.85rem !important;
  }

  .fs-sm-9 {
    font-size: 0.75rem !important;
  }

  .fs-sm-10 {
    font-size: 0.5rem !important;
  }

  .fs-sm-base {
    font-size: 1rem !important;
  }

  .fs-sm-fluid {
    font-size: 100% !important;
  }

  .fs-sm-2x {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-sm-2qx {
    font-size: calc(1.35rem + 1.2vw) !important;
  }

  .fs-sm-2hx {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-sm-2tx {
    font-size: calc(1.4rem + 1.8vw) !important;
  }

  .fs-sm-3x {
    font-size: calc(1.425rem + 2.1vw) !important;
  }

  .fs-sm-3qx {
    font-size: calc(1.45rem + 2.4vw) !important;
  }

  .fs-sm-3hx {
    font-size: calc(1.475rem + 2.7vw) !important;
  }

  .fs-sm-3tx {
    font-size: calc(1.5rem + 3vw) !important;
  }

  .fs-sm-4x {
    font-size: calc(1.525rem + 3.3vw) !important;
  }

  .fs-sm-4qx {
    font-size: calc(1.55rem + 3.6vw) !important;
  }

  .fs-sm-4hx {
    font-size: calc(1.575rem + 3.9vw) !important;
  }

  .fs-sm-4tx {
    font-size: calc(1.6rem + 4.2vw) !important;
  }

  .fs-sm-5x {
    font-size: calc(1.625rem + 4.5vw) !important;
  }

  .fs-sm-5qx {
    font-size: calc(1.65rem + 4.8vw) !important;
  }

  .fs-sm-5hx {
    font-size: calc(1.675rem + 5.1vw) !important;
  }

  .fs-sm-5tx {
    font-size: calc(1.7rem + 5.4vw) !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .min-w-sm-unset {
    min-width: unset !important;
  }

  .min-w-sm-25 {
    min-width: 25% !important;
  }

  .min-w-sm-50 {
    min-width: 50% !important;
  }

  .min-w-sm-75 {
    min-width: 75% !important;
  }

  .min-w-sm-100 {
    min-width: 100% !important;
  }

  .min-w-sm-auto {
    min-width: auto !important;
  }

  .min-w-sm-1px {
    min-width: 1px !important;
  }

  .min-w-sm-2px {
    min-width: 2px !important;
  }

  .min-w-sm-3px {
    min-width: 3px !important;
  }

  .min-w-sm-4px {
    min-width: 4px !important;
  }

  .min-w-sm-5px {
    min-width: 5px !important;
  }

  .min-w-sm-6px {
    min-width: 6px !important;
  }

  .min-w-sm-7px {
    min-width: 7px !important;
  }

  .min-w-sm-8px {
    min-width: 8px !important;
  }

  .min-w-sm-9px {
    min-width: 9px !important;
  }

  .min-w-sm-10px {
    min-width: 10px !important;
  }

  .min-w-sm-15px {
    min-width: 15px !important;
  }

  .min-w-sm-20px {
    min-width: 20px !important;
  }

  .min-w-sm-25px {
    min-width: 25px !important;
  }

  .min-w-sm-30px {
    min-width: 30px !important;
  }

  .min-w-sm-35px {
    min-width: 35px !important;
  }

  .min-w-sm-40px {
    min-width: 40px !important;
  }

  .min-w-sm-45px {
    min-width: 45px !important;
  }

  .min-w-sm-50px {
    min-width: 50px !important;
  }

  .min-w-sm-55px {
    min-width: 55px !important;
  }

  .min-w-sm-60px {
    min-width: 60px !important;
  }

  .min-w-sm-65px {
    min-width: 65px !important;
  }

  .min-w-sm-70px {
    min-width: 70px !important;
  }

  .min-w-sm-75px {
    min-width: 75px !important;
  }

  .min-w-sm-80px {
    min-width: 80px !important;
  }

  .min-w-sm-85px {
    min-width: 85px !important;
  }

  .min-w-sm-90px {
    min-width: 90px !important;
  }

  .min-w-sm-95px {
    min-width: 95px !important;
  }

  .min-w-sm-100px {
    min-width: 100px !important;
  }

  .min-w-sm-125px {
    min-width: 125px !important;
  }

  .min-w-sm-150px {
    min-width: 150px !important;
  }

  .min-w-sm-175px {
    min-width: 175px !important;
  }

  .min-w-sm-200px {
    min-width: 200px !important;
  }

  .min-w-sm-225px {
    min-width: 225px !important;
  }

  .min-w-sm-250px {
    min-width: 250px !important;
  }

  .min-w-sm-275px {
    min-width: 275px !important;
  }

  .min-w-sm-300px {
    min-width: 300px !important;
  }

  .min-w-sm-325px {
    min-width: 325px !important;
  }

  .min-w-sm-350px {
    min-width: 350px !important;
  }

  .min-w-sm-375px {
    min-width: 375px !important;
  }

  .min-w-sm-400px {
    min-width: 400px !important;
  }

  .min-w-sm-425px {
    min-width: 425px !important;
  }

  .min-w-sm-450px {
    min-width: 450px !important;
  }

  .min-w-sm-475px {
    min-width: 475px !important;
  }

  .min-w-sm-500px {
    min-width: 500px !important;
  }

  .min-w-sm-550px {
    min-width: 550px !important;
  }

  .min-w-sm-600px {
    min-width: 600px !important;
  }

  .min-w-sm-650px {
    min-width: 650px !important;
  }

  .min-w-sm-700px {
    min-width: 700px !important;
  }

  .min-w-sm-750px {
    min-width: 750px !important;
  }

  .min-w-sm-800px {
    min-width: 800px !important;
  }

  .min-w-sm-850px {
    min-width: 850px !important;
  }

  .min-w-sm-900px {
    min-width: 900px !important;
  }

  .min-w-sm-950px {
    min-width: 950px !important;
  }

  .min-w-sm-1000px {
    min-width: 1000px !important;
  }

  .min-h-sm-unset {
    min-height: unset !important;
  }

  .min-h-sm-25 {
    min-height: 25% !important;
  }

  .min-h-sm-50 {
    min-height: 50% !important;
  }

  .min-h-sm-75 {
    min-height: 75% !important;
  }

  .min-h-sm-100 {
    min-height: 100% !important;
  }

  .min-h-sm-auto {
    min-height: auto !important;
  }

  .min-h-sm-1px {
    min-height: 1px !important;
  }

  .min-h-sm-2px {
    min-height: 2px !important;
  }

  .min-h-sm-3px {
    min-height: 3px !important;
  }

  .min-h-sm-4px {
    min-height: 4px !important;
  }

  .min-h-sm-5px {
    min-height: 5px !important;
  }

  .min-h-sm-6px {
    min-height: 6px !important;
  }

  .min-h-sm-7px {
    min-height: 7px !important;
  }

  .min-h-sm-8px {
    min-height: 8px !important;
  }

  .min-h-sm-9px {
    min-height: 9px !important;
  }

  .min-h-sm-10px {
    min-height: 10px !important;
  }

  .min-h-sm-15px {
    min-height: 15px !important;
  }

  .min-h-sm-20px {
    min-height: 20px !important;
  }

  .min-h-sm-25px {
    min-height: 25px !important;
  }

  .min-h-sm-30px {
    min-height: 30px !important;
  }

  .min-h-sm-35px {
    min-height: 35px !important;
  }

  .min-h-sm-40px {
    min-height: 40px !important;
  }

  .min-h-sm-45px {
    min-height: 45px !important;
  }

  .min-h-sm-50px {
    min-height: 50px !important;
  }

  .min-h-sm-55px {
    min-height: 55px !important;
  }

  .min-h-sm-60px {
    min-height: 60px !important;
  }

  .min-h-sm-65px {
    min-height: 65px !important;
  }

  .min-h-sm-70px {
    min-height: 70px !important;
  }

  .min-h-sm-75px {
    min-height: 75px !important;
  }

  .min-h-sm-80px {
    min-height: 80px !important;
  }

  .min-h-sm-85px {
    min-height: 85px !important;
  }

  .min-h-sm-90px {
    min-height: 90px !important;
  }

  .min-h-sm-95px {
    min-height: 95px !important;
  }

  .min-h-sm-100px {
    min-height: 100px !important;
  }

  .min-h-sm-125px {
    min-height: 125px !important;
  }

  .min-h-sm-150px {
    min-height: 150px !important;
  }

  .min-h-sm-175px {
    min-height: 175px !important;
  }

  .min-h-sm-200px {
    min-height: 200px !important;
  }

  .min-h-sm-225px {
    min-height: 225px !important;
  }

  .min-h-sm-250px {
    min-height: 250px !important;
  }

  .min-h-sm-275px {
    min-height: 275px !important;
  }

  .min-h-sm-300px {
    min-height: 300px !important;
  }

  .min-h-sm-325px {
    min-height: 325px !important;
  }

  .min-h-sm-350px {
    min-height: 350px !important;
  }

  .min-h-sm-375px {
    min-height: 375px !important;
  }

  .min-h-sm-400px {
    min-height: 400px !important;
  }

  .min-h-sm-425px {
    min-height: 425px !important;
  }

  .min-h-sm-450px {
    min-height: 450px !important;
  }

  .min-h-sm-475px {
    min-height: 475px !important;
  }

  .min-h-sm-500px {
    min-height: 500px !important;
  }

  .min-h-sm-550px {
    min-height: 550px !important;
  }

  .min-h-sm-600px {
    min-height: 600px !important;
  }

  .min-h-sm-650px {
    min-height: 650px !important;
  }

  .min-h-sm-700px {
    min-height: 700px !important;
  }

  .min-h-sm-750px {
    min-height: 750px !important;
  }

  .min-h-sm-800px {
    min-height: 800px !important;
  }

  .min-h-sm-850px {
    min-height: 850px !important;
  }

  .min-h-sm-900px {
    min-height: 900px !important;
  }

  .min-h-sm-950px {
    min-height: 950px !important;
  }

  .min-h-sm-1000px {
    min-height: 1000px !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .w-md-unset {
    width: unset !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .w-md-1px {
    width: 1px !important;
  }

  .w-md-2px {
    width: 2px !important;
  }

  .w-md-3px {
    width: 3px !important;
  }

  .w-md-4px {
    width: 4px !important;
  }

  .w-md-5px {
    width: 5px !important;
  }

  .w-md-6px {
    width: 6px !important;
  }

  .w-md-7px {
    width: 7px !important;
  }

  .w-md-8px {
    width: 8px !important;
  }

  .w-md-9px {
    width: 9px !important;
  }

  .w-md-10px {
    width: 10px !important;
  }

  .w-md-15px {
    width: 15px !important;
  }

  .w-md-20px {
    width: 20px !important;
  }

  .w-md-25px {
    width: 25px !important;
  }

  .w-md-30px {
    width: 30px !important;
  }

  .w-md-35px {
    width: 35px !important;
  }

  .w-md-40px {
    width: 40px !important;
  }

  .w-md-45px {
    width: 45px !important;
  }

  .w-md-50px {
    width: 50px !important;
  }

  .w-md-55px {
    width: 55px !important;
  }

  .w-md-60px {
    width: 60px !important;
  }

  .w-md-65px {
    width: 65px !important;
  }

  .w-md-70px {
    width: 70px !important;
  }

  .w-md-75px {
    width: 75px !important;
  }

  .w-md-80px {
    width: 80px !important;
  }

  .w-md-85px {
    width: 85px !important;
  }

  .w-md-90px {
    width: 90px !important;
  }

  .w-md-95px {
    width: 95px !important;
  }

  .w-md-100px {
    width: 100px !important;
  }

  .w-md-125px {
    width: 125px !important;
  }

  .w-md-150px {
    width: 150px !important;
  }

  .w-md-175px {
    width: 175px !important;
  }

  .w-md-200px {
    width: 200px !important;
  }

  .w-md-225px {
    width: 225px !important;
  }

  .w-md-250px {
    width: 250px !important;
  }

  .w-md-275px {
    width: 275px !important;
  }

  .w-md-300px {
    width: 300px !important;
  }

  .w-md-325px {
    width: 325px !important;
  }

  .w-md-350px {
    width: 350px !important;
  }

  .w-md-375px {
    width: 375px !important;
  }

  .w-md-400px {
    width: 400px !important;
  }

  .w-md-425px {
    width: 425px !important;
  }

  .w-md-450px {
    width: 450px !important;
  }

  .w-md-475px {
    width: 475px !important;
  }

  .w-md-500px {
    width: 500px !important;
  }

  .w-md-550px {
    width: 550px !important;
  }

  .w-md-600px {
    width: 600px !important;
  }

  .w-md-650px {
    width: 650px !important;
  }

  .w-md-700px {
    width: 700px !important;
  }

  .w-md-750px {
    width: 750px !important;
  }

  .w-md-800px {
    width: 800px !important;
  }

  .w-md-850px {
    width: 850px !important;
  }

  .w-md-900px {
    width: 900px !important;
  }

  .w-md-950px {
    width: 950px !important;
  }

  .w-md-1000px {
    width: 1000px !important;
  }

  .mw-md-unset {
    max-width: unset !important;
  }

  .mw-md-25 {
    max-width: 25% !important;
  }

  .mw-md-50 {
    max-width: 50% !important;
  }

  .mw-md-75 {
    max-width: 75% !important;
  }

  .mw-md-100 {
    max-width: 100% !important;
  }

  .mw-md-auto {
    max-width: auto !important;
  }

  .mw-md-1px {
    max-width: 1px !important;
  }

  .mw-md-2px {
    max-width: 2px !important;
  }

  .mw-md-3px {
    max-width: 3px !important;
  }

  .mw-md-4px {
    max-width: 4px !important;
  }

  .mw-md-5px {
    max-width: 5px !important;
  }

  .mw-md-6px {
    max-width: 6px !important;
  }

  .mw-md-7px {
    max-width: 7px !important;
  }

  .mw-md-8px {
    max-width: 8px !important;
  }

  .mw-md-9px {
    max-width: 9px !important;
  }

  .mw-md-10px {
    max-width: 10px !important;
  }

  .mw-md-15px {
    max-width: 15px !important;
  }

  .mw-md-20px {
    max-width: 20px !important;
  }

  .mw-md-25px {
    max-width: 25px !important;
  }

  .mw-md-30px {
    max-width: 30px !important;
  }

  .mw-md-35px {
    max-width: 35px !important;
  }

  .mw-md-40px {
    max-width: 40px !important;
  }

  .mw-md-45px {
    max-width: 45px !important;
  }

  .mw-md-50px {
    max-width: 50px !important;
  }

  .mw-md-55px {
    max-width: 55px !important;
  }

  .mw-md-60px {
    max-width: 60px !important;
  }

  .mw-md-65px {
    max-width: 65px !important;
  }

  .mw-md-70px {
    max-width: 70px !important;
  }

  .mw-md-75px {
    max-width: 75px !important;
  }

  .mw-md-80px {
    max-width: 80px !important;
  }

  .mw-md-85px {
    max-width: 85px !important;
  }

  .mw-md-90px {
    max-width: 90px !important;
  }

  .mw-md-95px {
    max-width: 95px !important;
  }

  .mw-md-100px {
    max-width: 100px !important;
  }

  .mw-md-125px {
    max-width: 125px !important;
  }

  .mw-md-150px {
    max-width: 150px !important;
  }

  .mw-md-175px {
    max-width: 175px !important;
  }

  .mw-md-200px {
    max-width: 200px !important;
  }

  .mw-md-225px {
    max-width: 225px !important;
  }

  .mw-md-250px {
    max-width: 250px !important;
  }

  .mw-md-275px {
    max-width: 275px !important;
  }

  .mw-md-300px {
    max-width: 300px !important;
  }

  .mw-md-325px {
    max-width: 325px !important;
  }

  .mw-md-350px {
    max-width: 350px !important;
  }

  .mw-md-375px {
    max-width: 375px !important;
  }

  .mw-md-400px {
    max-width: 400px !important;
  }

  .mw-md-425px {
    max-width: 425px !important;
  }

  .mw-md-450px {
    max-width: 450px !important;
  }

  .mw-md-475px {
    max-width: 475px !important;
  }

  .mw-md-500px {
    max-width: 500px !important;
  }

  .mw-md-550px {
    max-width: 550px !important;
  }

  .mw-md-600px {
    max-width: 600px !important;
  }

  .mw-md-650px {
    max-width: 650px !important;
  }

  .mw-md-700px {
    max-width: 700px !important;
  }

  .mw-md-750px {
    max-width: 750px !important;
  }

  .mw-md-800px {
    max-width: 800px !important;
  }

  .mw-md-850px {
    max-width: 850px !important;
  }

  .mw-md-900px {
    max-width: 900px !important;
  }

  .mw-md-950px {
    max-width: 950px !important;
  }

  .mw-md-1000px {
    max-width: 1000px !important;
  }

  .h-md-unset {
    height: unset !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .h-md-1px {
    height: 1px !important;
  }

  .h-md-2px {
    height: 2px !important;
  }

  .h-md-3px {
    height: 3px !important;
  }

  .h-md-4px {
    height: 4px !important;
  }

  .h-md-5px {
    height: 5px !important;
  }

  .h-md-6px {
    height: 6px !important;
  }

  .h-md-7px {
    height: 7px !important;
  }

  .h-md-8px {
    height: 8px !important;
  }

  .h-md-9px {
    height: 9px !important;
  }

  .h-md-10px {
    height: 10px !important;
  }

  .h-md-15px {
    height: 15px !important;
  }

  .h-md-20px {
    height: 20px !important;
  }

  .h-md-25px {
    height: 25px !important;
  }

  .h-md-30px {
    height: 30px !important;
  }

  .h-md-35px {
    height: 35px !important;
  }

  .h-md-40px {
    height: 40px !important;
  }

  .h-md-45px {
    height: 45px !important;
  }

  .h-md-50px {
    height: 50px !important;
  }

  .h-md-55px {
    height: 55px !important;
  }

  .h-md-60px {
    height: 60px !important;
  }

  .h-md-65px {
    height: 65px !important;
  }

  .h-md-70px {
    height: 70px !important;
  }

  .h-md-75px {
    height: 75px !important;
  }

  .h-md-80px {
    height: 80px !important;
  }

  .h-md-85px {
    height: 85px !important;
  }

  .h-md-90px {
    height: 90px !important;
  }

  .h-md-95px {
    height: 95px !important;
  }

  .h-md-100px {
    height: 100px !important;
  }

  .h-md-125px {
    height: 125px !important;
  }

  .h-md-150px {
    height: 150px !important;
  }

  .h-md-175px {
    height: 175px !important;
  }

  .h-md-200px {
    height: 200px !important;
  }

  .h-md-225px {
    height: 225px !important;
  }

  .h-md-250px {
    height: 250px !important;
  }

  .h-md-275px {
    height: 275px !important;
  }

  .h-md-300px {
    height: 300px !important;
  }

  .h-md-325px {
    height: 325px !important;
  }

  .h-md-350px {
    height: 350px !important;
  }

  .h-md-375px {
    height: 375px !important;
  }

  .h-md-400px {
    height: 400px !important;
  }

  .h-md-425px {
    height: 425px !important;
  }

  .h-md-450px {
    height: 450px !important;
  }

  .h-md-475px {
    height: 475px !important;
  }

  .h-md-500px {
    height: 500px !important;
  }

  .h-md-550px {
    height: 550px !important;
  }

  .h-md-600px {
    height: 600px !important;
  }

  .h-md-650px {
    height: 650px !important;
  }

  .h-md-700px {
    height: 700px !important;
  }

  .h-md-750px {
    height: 750px !important;
  }

  .h-md-800px {
    height: 800px !important;
  }

  .h-md-850px {
    height: 850px !important;
  }

  .h-md-900px {
    height: 900px !important;
  }

  .h-md-950px {
    height: 950px !important;
  }

  .h-md-1000px {
    height: 1000px !important;
  }

  .mh-md-unset {
    max-height: unset !important;
  }

  .mh-md-25 {
    max-height: 25% !important;
  }

  .mh-md-50 {
    max-height: 50% !important;
  }

  .mh-md-75 {
    max-height: 75% !important;
  }

  .mh-md-100 {
    max-height: 100% !important;
  }

  .mh-md-auto {
    max-height: auto !important;
  }

  .mh-md-1px {
    max-height: 1px !important;
  }

  .mh-md-2px {
    max-height: 2px !important;
  }

  .mh-md-3px {
    max-height: 3px !important;
  }

  .mh-md-4px {
    max-height: 4px !important;
  }

  .mh-md-5px {
    max-height: 5px !important;
  }

  .mh-md-6px {
    max-height: 6px !important;
  }

  .mh-md-7px {
    max-height: 7px !important;
  }

  .mh-md-8px {
    max-height: 8px !important;
  }

  .mh-md-9px {
    max-height: 9px !important;
  }

  .mh-md-10px {
    max-height: 10px !important;
  }

  .mh-md-15px {
    max-height: 15px !important;
  }

  .mh-md-20px {
    max-height: 20px !important;
  }

  .mh-md-25px {
    max-height: 25px !important;
  }

  .mh-md-30px {
    max-height: 30px !important;
  }

  .mh-md-35px {
    max-height: 35px !important;
  }

  .mh-md-40px {
    max-height: 40px !important;
  }

  .mh-md-45px {
    max-height: 45px !important;
  }

  .mh-md-50px {
    max-height: 50px !important;
  }

  .mh-md-55px {
    max-height: 55px !important;
  }

  .mh-md-60px {
    max-height: 60px !important;
  }

  .mh-md-65px {
    max-height: 65px !important;
  }

  .mh-md-70px {
    max-height: 70px !important;
  }

  .mh-md-75px {
    max-height: 75px !important;
  }

  .mh-md-80px {
    max-height: 80px !important;
  }

  .mh-md-85px {
    max-height: 85px !important;
  }

  .mh-md-90px {
    max-height: 90px !important;
  }

  .mh-md-95px {
    max-height: 95px !important;
  }

  .mh-md-100px {
    max-height: 100px !important;
  }

  .mh-md-125px {
    max-height: 125px !important;
  }

  .mh-md-150px {
    max-height: 150px !important;
  }

  .mh-md-175px {
    max-height: 175px !important;
  }

  .mh-md-200px {
    max-height: 200px !important;
  }

  .mh-md-225px {
    max-height: 225px !important;
  }

  .mh-md-250px {
    max-height: 250px !important;
  }

  .mh-md-275px {
    max-height: 275px !important;
  }

  .mh-md-300px {
    max-height: 300px !important;
  }

  .mh-md-325px {
    max-height: 325px !important;
  }

  .mh-md-350px {
    max-height: 350px !important;
  }

  .mh-md-375px {
    max-height: 375px !important;
  }

  .mh-md-400px {
    max-height: 400px !important;
  }

  .mh-md-425px {
    max-height: 425px !important;
  }

  .mh-md-450px {
    max-height: 450px !important;
  }

  .mh-md-475px {
    max-height: 475px !important;
  }

  .mh-md-500px {
    max-height: 500px !important;
  }

  .mh-md-550px {
    max-height: 550px !important;
  }

  .mh-md-600px {
    max-height: 600px !important;
  }

  .mh-md-650px {
    max-height: 650px !important;
  }

  .mh-md-700px {
    max-height: 700px !important;
  }

  .mh-md-750px {
    max-height: 750px !important;
  }

  .mh-md-800px {
    max-height: 800px !important;
  }

  .mh-md-850px {
    max-height: 850px !important;
  }

  .mh-md-900px {
    max-height: 900px !important;
  }

  .mh-md-950px {
    max-height: 950px !important;
  }

  .mh-md-1000px {
    max-height: 1000px !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 0.75rem !important;
  }

  .gap-md-4 {
    gap: 1rem !important;
  }

  .gap-md-5 {
    gap: 1.25rem !important;
  }

  .gap-md-6 {
    gap: 1.5rem !important;
  }

  .gap-md-7 {
    gap: 1.75rem !important;
  }

  .gap-md-8 {
    gap: 2rem !important;
  }

  .gap-md-9 {
    gap: 2.25rem !important;
  }

  .gap-md-10 {
    gap: 2.5rem !important;
  }

  .gap-md-11 {
    gap: 2.75rem !important;
  }

  .gap-md-12 {
    gap: 3rem !important;
  }

  .gap-md-13 {
    gap: 3.25rem !important;
  }

  .gap-md-14 {
    gap: 3.5rem !important;
  }

  .gap-md-15 {
    gap: 3.75rem !important;
  }

  .gap-md-16 {
    gap: 4rem !important;
  }

  .gap-md-17 {
    gap: 4.25rem !important;
  }

  .gap-md-18 {
    gap: 4.5rem !important;
  }

  .gap-md-19 {
    gap: 4.75rem !important;
  }

  .gap-md-20 {
    gap: 5rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 0.75rem !important;
  }

  .m-md-4 {
    margin: 1rem !important;
  }

  .m-md-5 {
    margin: 1.25rem !important;
  }

  .m-md-6 {
    margin: 1.5rem !important;
  }

  .m-md-7 {
    margin: 1.75rem !important;
  }

  .m-md-8 {
    margin: 2rem !important;
  }

  .m-md-9 {
    margin: 2.25rem !important;
  }

  .m-md-10 {
    margin: 2.5rem !important;
  }

  .m-md-11 {
    margin: 2.75rem !important;
  }

  .m-md-12 {
    margin: 3rem !important;
  }

  .m-md-13 {
    margin: 3.25rem !important;
  }

  .m-md-14 {
    margin: 3.5rem !important;
  }

  .m-md-15 {
    margin: 3.75rem !important;
  }

  .m-md-16 {
    margin: 4rem !important;
  }

  .m-md-17 {
    margin: 4.25rem !important;
  }

  .m-md-18 {
    margin: 4.5rem !important;
  }

  .m-md-19 {
    margin: 4.75rem !important;
  }

  .m-md-20 {
    margin: 5rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-md-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-md-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-md-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-md-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .mx-md-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .mx-md-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-md-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .mx-md-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-md-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .mx-md-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-md-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .mx-md-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-md-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-md-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .my-md-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .my-md-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-md-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .my-md-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-md-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .my-md-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-md-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .my-md-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 0.75rem !important;
  }

  .mt-md-4 {
    margin-top: 1rem !important;
  }

  .mt-md-5 {
    margin-top: 1.25rem !important;
  }

  .mt-md-6 {
    margin-top: 1.5rem !important;
  }

  .mt-md-7 {
    margin-top: 1.75rem !important;
  }

  .mt-md-8 {
    margin-top: 2rem !important;
  }

  .mt-md-9 {
    margin-top: 2.25rem !important;
  }

  .mt-md-10 {
    margin-top: 2.5rem !important;
  }

  .mt-md-11 {
    margin-top: 2.75rem !important;
  }

  .mt-md-12 {
    margin-top: 3rem !important;
  }

  .mt-md-13 {
    margin-top: 3.25rem !important;
  }

  .mt-md-14 {
    margin-top: 3.5rem !important;
  }

  .mt-md-15 {
    margin-top: 3.75rem !important;
  }

  .mt-md-16 {
    margin-top: 4rem !important;
  }

  .mt-md-17 {
    margin-top: 4.25rem !important;
  }

  .mt-md-18 {
    margin-top: 4.5rem !important;
  }

  .mt-md-19 {
    margin-top: 4.75rem !important;
  }

  .mt-md-20 {
    margin-top: 5rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 0.75rem !important;
  }

  .me-md-4 {
    margin-right: 1rem !important;
  }

  .me-md-5 {
    margin-right: 1.25rem !important;
  }

  .me-md-6 {
    margin-right: 1.5rem !important;
  }

  .me-md-7 {
    margin-right: 1.75rem !important;
  }

  .me-md-8 {
    margin-right: 2rem !important;
  }

  .me-md-9 {
    margin-right: 2.25rem !important;
  }

  .me-md-10 {
    margin-right: 2.5rem !important;
  }

  .me-md-11 {
    margin-right: 2.75rem !important;
  }

  .me-md-12 {
    margin-right: 3rem !important;
  }

  .me-md-13 {
    margin-right: 3.25rem !important;
  }

  .me-md-14 {
    margin-right: 3.5rem !important;
  }

  .me-md-15 {
    margin-right: 3.75rem !important;
  }

  .me-md-16 {
    margin-right: 4rem !important;
  }

  .me-md-17 {
    margin-right: 4.25rem !important;
  }

  .me-md-18 {
    margin-right: 4.5rem !important;
  }

  .me-md-19 {
    margin-right: 4.75rem !important;
  }

  .me-md-20 {
    margin-right: 5rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1rem !important;
  }

  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-md-8 {
    margin-bottom: 2rem !important;
  }

  .mb-md-9 {
    margin-bottom: 2.25rem !important;
  }

  .mb-md-10 {
    margin-bottom: 2.5rem !important;
  }

  .mb-md-11 {
    margin-bottom: 2.75rem !important;
  }

  .mb-md-12 {
    margin-bottom: 3rem !important;
  }

  .mb-md-13 {
    margin-bottom: 3.25rem !important;
  }

  .mb-md-14 {
    margin-bottom: 3.5rem !important;
  }

  .mb-md-15 {
    margin-bottom: 3.75rem !important;
  }

  .mb-md-16 {
    margin-bottom: 4rem !important;
  }

  .mb-md-17 {
    margin-bottom: 4.25rem !important;
  }

  .mb-md-18 {
    margin-bottom: 4.5rem !important;
  }

  .mb-md-19 {
    margin-bottom: 4.75rem !important;
  }

  .mb-md-20 {
    margin-bottom: 5rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 0.75rem !important;
  }

  .ms-md-4 {
    margin-left: 1rem !important;
  }

  .ms-md-5 {
    margin-left: 1.25rem !important;
  }

  .ms-md-6 {
    margin-left: 1.5rem !important;
  }

  .ms-md-7 {
    margin-left: 1.75rem !important;
  }

  .ms-md-8 {
    margin-left: 2rem !important;
  }

  .ms-md-9 {
    margin-left: 2.25rem !important;
  }

  .ms-md-10 {
    margin-left: 2.5rem !important;
  }

  .ms-md-11 {
    margin-left: 2.75rem !important;
  }

  .ms-md-12 {
    margin-left: 3rem !important;
  }

  .ms-md-13 {
    margin-left: 3.25rem !important;
  }

  .ms-md-14 {
    margin-left: 3.5rem !important;
  }

  .ms-md-15 {
    margin-left: 3.75rem !important;
  }

  .ms-md-16 {
    margin-left: 4rem !important;
  }

  .ms-md-17 {
    margin-left: 4.25rem !important;
  }

  .ms-md-18 {
    margin-left: 4.5rem !important;
  }

  .ms-md-19 {
    margin-left: 4.75rem !important;
  }

  .ms-md-20 {
    margin-left: 5rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -0.75rem !important;
  }

  .m-md-n4 {
    margin: -1rem !important;
  }

  .m-md-n5 {
    margin: -1.25rem !important;
  }

  .m-md-n6 {
    margin: -1.5rem !important;
  }

  .m-md-n7 {
    margin: -1.75rem !important;
  }

  .m-md-n8 {
    margin: -2rem !important;
  }

  .m-md-n9 {
    margin: -2.25rem !important;
  }

  .m-md-n10 {
    margin: -2.5rem !important;
  }

  .m-md-n11 {
    margin: -2.75rem !important;
  }

  .m-md-n12 {
    margin: -3rem !important;
  }

  .m-md-n13 {
    margin: -3.25rem !important;
  }

  .m-md-n14 {
    margin: -3.5rem !important;
  }

  .m-md-n15 {
    margin: -3.75rem !important;
  }

  .m-md-n16 {
    margin: -4rem !important;
  }

  .m-md-n17 {
    margin: -4.25rem !important;
  }

  .m-md-n18 {
    margin: -4.5rem !important;
  }

  .m-md-n19 {
    margin: -4.75rem !important;
  }

  .m-md-n20 {
    margin: -5rem !important;
  }

  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-md-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-md-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-md-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }

  .mx-md-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-md-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }

  .mx-md-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-md-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-md-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-md-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }

  .mx-md-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-md-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }

  .mx-md-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-md-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }

  .mx-md-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-md-n17 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }

  .mx-md-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-md-n19 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }

  .mx-md-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-md-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-md-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .my-md-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-md-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .my-md-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-md-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-md-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-md-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .my-md-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-md-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }

  .my-md-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-md-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .my-md-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-md-n17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }

  .my-md-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-md-n19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

  .my-md-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-md-n3 {
    margin-top: -0.75rem !important;
  }

  .mt-md-n4 {
    margin-top: -1rem !important;
  }

  .mt-md-n5 {
    margin-top: -1.25rem !important;
  }

  .mt-md-n6 {
    margin-top: -1.5rem !important;
  }

  .mt-md-n7 {
    margin-top: -1.75rem !important;
  }

  .mt-md-n8 {
    margin-top: -2rem !important;
  }

  .mt-md-n9 {
    margin-top: -2.25rem !important;
  }

  .mt-md-n10 {
    margin-top: -2.5rem !important;
  }

  .mt-md-n11 {
    margin-top: -2.75rem !important;
  }

  .mt-md-n12 {
    margin-top: -3rem !important;
  }

  .mt-md-n13 {
    margin-top: -3.25rem !important;
  }

  .mt-md-n14 {
    margin-top: -3.5rem !important;
  }

  .mt-md-n15 {
    margin-top: -3.75rem !important;
  }

  .mt-md-n16 {
    margin-top: -4rem !important;
  }

  .mt-md-n17 {
    margin-top: -4.25rem !important;
  }

  .mt-md-n18 {
    margin-top: -4.5rem !important;
  }

  .mt-md-n19 {
    margin-top: -4.75rem !important;
  }

  .mt-md-n20 {
    margin-top: -5rem !important;
  }

  .me-md-n1 {
    margin-right: -0.25rem !important;
  }

  .me-md-n2 {
    margin-right: -0.5rem !important;
  }

  .me-md-n3 {
    margin-right: -0.75rem !important;
  }

  .me-md-n4 {
    margin-right: -1rem !important;
  }

  .me-md-n5 {
    margin-right: -1.25rem !important;
  }

  .me-md-n6 {
    margin-right: -1.5rem !important;
  }

  .me-md-n7 {
    margin-right: -1.75rem !important;
  }

  .me-md-n8 {
    margin-right: -2rem !important;
  }

  .me-md-n9 {
    margin-right: -2.25rem !important;
  }

  .me-md-n10 {
    margin-right: -2.5rem !important;
  }

  .me-md-n11 {
    margin-right: -2.75rem !important;
  }

  .me-md-n12 {
    margin-right: -3rem !important;
  }

  .me-md-n13 {
    margin-right: -3.25rem !important;
  }

  .me-md-n14 {
    margin-right: -3.5rem !important;
  }

  .me-md-n15 {
    margin-right: -3.75rem !important;
  }

  .me-md-n16 {
    margin-right: -4rem !important;
  }

  .me-md-n17 {
    margin-right: -4.25rem !important;
  }

  .me-md-n18 {
    margin-right: -4.5rem !important;
  }

  .me-md-n19 {
    margin-right: -4.75rem !important;
  }

  .me-md-n20 {
    margin-right: -5rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -0.75rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -1rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -1.25rem !important;
  }

  .mb-md-n6 {
    margin-bottom: -1.5rem !important;
  }

  .mb-md-n7 {
    margin-bottom: -1.75rem !important;
  }

  .mb-md-n8 {
    margin-bottom: -2rem !important;
  }

  .mb-md-n9 {
    margin-bottom: -2.25rem !important;
  }

  .mb-md-n10 {
    margin-bottom: -2.5rem !important;
  }

  .mb-md-n11 {
    margin-bottom: -2.75rem !important;
  }

  .mb-md-n12 {
    margin-bottom: -3rem !important;
  }

  .mb-md-n13 {
    margin-bottom: -3.25rem !important;
  }

  .mb-md-n14 {
    margin-bottom: -3.5rem !important;
  }

  .mb-md-n15 {
    margin-bottom: -3.75rem !important;
  }

  .mb-md-n16 {
    margin-bottom: -4rem !important;
  }

  .mb-md-n17 {
    margin-bottom: -4.25rem !important;
  }

  .mb-md-n18 {
    margin-bottom: -4.5rem !important;
  }

  .mb-md-n19 {
    margin-bottom: -4.75rem !important;
  }

  .mb-md-n20 {
    margin-bottom: -5rem !important;
  }

  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-md-n3 {
    margin-left: -0.75rem !important;
  }

  .ms-md-n4 {
    margin-left: -1rem !important;
  }

  .ms-md-n5 {
    margin-left: -1.25rem !important;
  }

  .ms-md-n6 {
    margin-left: -1.5rem !important;
  }

  .ms-md-n7 {
    margin-left: -1.75rem !important;
  }

  .ms-md-n8 {
    margin-left: -2rem !important;
  }

  .ms-md-n9 {
    margin-left: -2.25rem !important;
  }

  .ms-md-n10 {
    margin-left: -2.5rem !important;
  }

  .ms-md-n11 {
    margin-left: -2.75rem !important;
  }

  .ms-md-n12 {
    margin-left: -3rem !important;
  }

  .ms-md-n13 {
    margin-left: -3.25rem !important;
  }

  .ms-md-n14 {
    margin-left: -3.5rem !important;
  }

  .ms-md-n15 {
    margin-left: -3.75rem !important;
  }

  .ms-md-n16 {
    margin-left: -4rem !important;
  }

  .ms-md-n17 {
    margin-left: -4.25rem !important;
  }

  .ms-md-n18 {
    margin-left: -4.5rem !important;
  }

  .ms-md-n19 {
    margin-left: -4.75rem !important;
  }

  .ms-md-n20 {
    margin-left: -5rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 0.75rem !important;
  }

  .p-md-4 {
    padding: 1rem !important;
  }

  .p-md-5 {
    padding: 1.25rem !important;
  }

  .p-md-6 {
    padding: 1.5rem !important;
  }

  .p-md-7 {
    padding: 1.75rem !important;
  }

  .p-md-8 {
    padding: 2rem !important;
  }

  .p-md-9 {
    padding: 2.25rem !important;
  }

  .p-md-10 {
    padding: 2.5rem !important;
  }

  .p-md-11 {
    padding: 2.75rem !important;
  }

  .p-md-12 {
    padding: 3rem !important;
  }

  .p-md-13 {
    padding: 3.25rem !important;
  }

  .p-md-14 {
    padding: 3.5rem !important;
  }

  .p-md-15 {
    padding: 3.75rem !important;
  }

  .p-md-16 {
    padding: 4rem !important;
  }

  .p-md-17 {
    padding: 4.25rem !important;
  }

  .p-md-18 {
    padding: 4.5rem !important;
  }

  .p-md-19 {
    padding: 4.75rem !important;
  }

  .p-md-20 {
    padding: 5rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-md-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-md-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-md-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .px-md-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .px-md-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-md-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .px-md-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-md-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .px-md-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-md-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .px-md-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-md-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-md-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-md-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .py-md-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .py-md-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-md-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .py-md-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-md-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .py-md-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-md-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .py-md-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 0.75rem !important;
  }

  .pt-md-4 {
    padding-top: 1rem !important;
  }

  .pt-md-5 {
    padding-top: 1.25rem !important;
  }

  .pt-md-6 {
    padding-top: 1.5rem !important;
  }

  .pt-md-7 {
    padding-top: 1.75rem !important;
  }

  .pt-md-8 {
    padding-top: 2rem !important;
  }

  .pt-md-9 {
    padding-top: 2.25rem !important;
  }

  .pt-md-10 {
    padding-top: 2.5rem !important;
  }

  .pt-md-11 {
    padding-top: 2.75rem !important;
  }

  .pt-md-12 {
    padding-top: 3rem !important;
  }

  .pt-md-13 {
    padding-top: 3.25rem !important;
  }

  .pt-md-14 {
    padding-top: 3.5rem !important;
  }

  .pt-md-15 {
    padding-top: 3.75rem !important;
  }

  .pt-md-16 {
    padding-top: 4rem !important;
  }

  .pt-md-17 {
    padding-top: 4.25rem !important;
  }

  .pt-md-18 {
    padding-top: 4.5rem !important;
  }

  .pt-md-19 {
    padding-top: 4.75rem !important;
  }

  .pt-md-20 {
    padding-top: 5rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 0.75rem !important;
  }

  .pe-md-4 {
    padding-right: 1rem !important;
  }

  .pe-md-5 {
    padding-right: 1.25rem !important;
  }

  .pe-md-6 {
    padding-right: 1.5rem !important;
  }

  .pe-md-7 {
    padding-right: 1.75rem !important;
  }

  .pe-md-8 {
    padding-right: 2rem !important;
  }

  .pe-md-9 {
    padding-right: 2.25rem !important;
  }

  .pe-md-10 {
    padding-right: 2.5rem !important;
  }

  .pe-md-11 {
    padding-right: 2.75rem !important;
  }

  .pe-md-12 {
    padding-right: 3rem !important;
  }

  .pe-md-13 {
    padding-right: 3.25rem !important;
  }

  .pe-md-14 {
    padding-right: 3.5rem !important;
  }

  .pe-md-15 {
    padding-right: 3.75rem !important;
  }

  .pe-md-16 {
    padding-right: 4rem !important;
  }

  .pe-md-17 {
    padding-right: 4.25rem !important;
  }

  .pe-md-18 {
    padding-right: 4.5rem !important;
  }

  .pe-md-19 {
    padding-right: 4.75rem !important;
  }

  .pe-md-20 {
    padding-right: 5rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1rem !important;
  }

  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }

  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-md-8 {
    padding-bottom: 2rem !important;
  }

  .pb-md-9 {
    padding-bottom: 2.25rem !important;
  }

  .pb-md-10 {
    padding-bottom: 2.5rem !important;
  }

  .pb-md-11 {
    padding-bottom: 2.75rem !important;
  }

  .pb-md-12 {
    padding-bottom: 3rem !important;
  }

  .pb-md-13 {
    padding-bottom: 3.25rem !important;
  }

  .pb-md-14 {
    padding-bottom: 3.5rem !important;
  }

  .pb-md-15 {
    padding-bottom: 3.75rem !important;
  }

  .pb-md-16 {
    padding-bottom: 4rem !important;
  }

  .pb-md-17 {
    padding-bottom: 4.25rem !important;
  }

  .pb-md-18 {
    padding-bottom: 4.5rem !important;
  }

  .pb-md-19 {
    padding-bottom: 4.75rem !important;
  }

  .pb-md-20 {
    padding-bottom: 5rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 0.75rem !important;
  }

  .ps-md-4 {
    padding-left: 1rem !important;
  }

  .ps-md-5 {
    padding-left: 1.25rem !important;
  }

  .ps-md-6 {
    padding-left: 1.5rem !important;
  }

  .ps-md-7 {
    padding-left: 1.75rem !important;
  }

  .ps-md-8 {
    padding-left: 2rem !important;
  }

  .ps-md-9 {
    padding-left: 2.25rem !important;
  }

  .ps-md-10 {
    padding-left: 2.5rem !important;
  }

  .ps-md-11 {
    padding-left: 2.75rem !important;
  }

  .ps-md-12 {
    padding-left: 3rem !important;
  }

  .ps-md-13 {
    padding-left: 3.25rem !important;
  }

  .ps-md-14 {
    padding-left: 3.5rem !important;
  }

  .ps-md-15 {
    padding-left: 3.75rem !important;
  }

  .ps-md-16 {
    padding-left: 4rem !important;
  }

  .ps-md-17 {
    padding-left: 4.25rem !important;
  }

  .ps-md-18 {
    padding-left: 4.5rem !important;
  }

  .ps-md-19 {
    padding-left: 4.75rem !important;
  }

  .ps-md-20 {
    padding-left: 5rem !important;
  }

  .fs-md-1 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-md-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-md-3 {
    font-size: calc(1.26rem + 0.12vw) !important;
  }

  .fs-md-4 {
    font-size: 1.25rem !important;
  }

  .fs-md-5 {
    font-size: 1.15rem !important;
  }

  .fs-md-6 {
    font-size: 1.075rem !important;
  }

  .fs-md-7 {
    font-size: 0.95rem !important;
  }

  .fs-md-8 {
    font-size: 0.85rem !important;
  }

  .fs-md-9 {
    font-size: 0.75rem !important;
  }

  .fs-md-10 {
    font-size: 0.5rem !important;
  }

  .fs-md-base {
    font-size: 1rem !important;
  }

  .fs-md-fluid {
    font-size: 100% !important;
  }

  .fs-md-2x {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-md-2qx {
    font-size: calc(1.35rem + 1.2vw) !important;
  }

  .fs-md-2hx {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-md-2tx {
    font-size: calc(1.4rem + 1.8vw) !important;
  }

  .fs-md-3x {
    font-size: calc(1.425rem + 2.1vw) !important;
  }

  .fs-md-3qx {
    font-size: calc(1.45rem + 2.4vw) !important;
  }

  .fs-md-3hx {
    font-size: calc(1.475rem + 2.7vw) !important;
  }

  .fs-md-3tx {
    font-size: calc(1.5rem + 3vw) !important;
  }

  .fs-md-4x {
    font-size: calc(1.525rem + 3.3vw) !important;
  }

  .fs-md-4qx {
    font-size: calc(1.55rem + 3.6vw) !important;
  }

  .fs-md-4hx {
    font-size: calc(1.575rem + 3.9vw) !important;
  }

  .fs-md-4tx {
    font-size: calc(1.6rem + 4.2vw) !important;
  }

  .fs-md-5x {
    font-size: calc(1.625rem + 4.5vw) !important;
  }

  .fs-md-5qx {
    font-size: calc(1.65rem + 4.8vw) !important;
  }

  .fs-md-5hx {
    font-size: calc(1.675rem + 5.1vw) !important;
  }

  .fs-md-5tx {
    font-size: calc(1.7rem + 5.4vw) !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .min-w-md-unset {
    min-width: unset !important;
  }

  .min-w-md-25 {
    min-width: 25% !important;
  }

  .min-w-md-50 {
    min-width: 50% !important;
  }

  .min-w-md-75 {
    min-width: 75% !important;
  }

  .min-w-md-100 {
    min-width: 100% !important;
  }

  .min-w-md-auto {
    min-width: auto !important;
  }

  .min-w-md-1px {
    min-width: 1px !important;
  }

  .min-w-md-2px {
    min-width: 2px !important;
  }

  .min-w-md-3px {
    min-width: 3px !important;
  }

  .min-w-md-4px {
    min-width: 4px !important;
  }

  .min-w-md-5px {
    min-width: 5px !important;
  }

  .min-w-md-6px {
    min-width: 6px !important;
  }

  .min-w-md-7px {
    min-width: 7px !important;
  }

  .min-w-md-8px {
    min-width: 8px !important;
  }

  .min-w-md-9px {
    min-width: 9px !important;
  }

  .min-w-md-10px {
    min-width: 10px !important;
  }

  .min-w-md-15px {
    min-width: 15px !important;
  }

  .min-w-md-20px {
    min-width: 20px !important;
  }

  .min-w-md-25px {
    min-width: 25px !important;
  }

  .min-w-md-30px {
    min-width: 30px !important;
  }

  .min-w-md-35px {
    min-width: 35px !important;
  }

  .min-w-md-40px {
    min-width: 40px !important;
  }

  .min-w-md-45px {
    min-width: 45px !important;
  }

  .min-w-md-50px {
    min-width: 50px !important;
  }

  .min-w-md-55px {
    min-width: 55px !important;
  }

  .min-w-md-60px {
    min-width: 60px !important;
  }

  .min-w-md-65px {
    min-width: 65px !important;
  }

  .min-w-md-70px {
    min-width: 70px !important;
  }

  .min-w-md-75px {
    min-width: 75px !important;
  }

  .min-w-md-80px {
    min-width: 80px !important;
  }

  .min-w-md-85px {
    min-width: 85px !important;
  }

  .min-w-md-90px {
    min-width: 90px !important;
  }

  .min-w-md-95px {
    min-width: 95px !important;
  }

  .min-w-md-100px {
    min-width: 100px !important;
  }

  .min-w-md-125px {
    min-width: 125px !important;
  }

  .min-w-md-150px {
    min-width: 150px !important;
  }

  .min-w-md-175px {
    min-width: 175px !important;
  }

  .min-w-md-200px {
    min-width: 200px !important;
  }

  .min-w-md-225px {
    min-width: 225px !important;
  }

  .min-w-md-250px {
    min-width: 250px !important;
  }

  .min-w-md-275px {
    min-width: 275px !important;
  }

  .min-w-md-300px {
    min-width: 300px !important;
  }

  .min-w-md-325px {
    min-width: 325px !important;
  }

  .min-w-md-350px {
    min-width: 350px !important;
  }

  .min-w-md-375px {
    min-width: 375px !important;
  }

  .min-w-md-400px {
    min-width: 400px !important;
  }

  .min-w-md-425px {
    min-width: 425px !important;
  }

  .min-w-md-450px {
    min-width: 450px !important;
  }

  .min-w-md-475px {
    min-width: 475px !important;
  }

  .min-w-md-500px {
    min-width: 500px !important;
  }

  .min-w-md-550px {
    min-width: 550px !important;
  }

  .min-w-md-600px {
    min-width: 600px !important;
  }

  .min-w-md-650px {
    min-width: 650px !important;
  }

  .min-w-md-700px {
    min-width: 700px !important;
  }

  .min-w-md-750px {
    min-width: 750px !important;
  }

  .min-w-md-800px {
    min-width: 800px !important;
  }

  .min-w-md-850px {
    min-width: 850px !important;
  }

  .min-w-md-900px {
    min-width: 900px !important;
  }

  .min-w-md-950px {
    min-width: 950px !important;
  }

  .min-w-md-1000px {
    min-width: 1000px !important;
  }

  .min-h-md-unset {
    min-height: unset !important;
  }

  .min-h-md-25 {
    min-height: 25% !important;
  }

  .min-h-md-50 {
    min-height: 50% !important;
  }

  .min-h-md-75 {
    min-height: 75% !important;
  }

  .min-h-md-100 {
    min-height: 100% !important;
  }

  .min-h-md-auto {
    min-height: auto !important;
  }

  .min-h-md-1px {
    min-height: 1px !important;
  }

  .min-h-md-2px {
    min-height: 2px !important;
  }

  .min-h-md-3px {
    min-height: 3px !important;
  }

  .min-h-md-4px {
    min-height: 4px !important;
  }

  .min-h-md-5px {
    min-height: 5px !important;
  }

  .min-h-md-6px {
    min-height: 6px !important;
  }

  .min-h-md-7px {
    min-height: 7px !important;
  }

  .min-h-md-8px {
    min-height: 8px !important;
  }

  .min-h-md-9px {
    min-height: 9px !important;
  }

  .min-h-md-10px {
    min-height: 10px !important;
  }

  .min-h-md-15px {
    min-height: 15px !important;
  }

  .min-h-md-20px {
    min-height: 20px !important;
  }

  .min-h-md-25px {
    min-height: 25px !important;
  }

  .min-h-md-30px {
    min-height: 30px !important;
  }

  .min-h-md-35px {
    min-height: 35px !important;
  }

  .min-h-md-40px {
    min-height: 40px !important;
  }

  .min-h-md-45px {
    min-height: 45px !important;
  }

  .min-h-md-50px {
    min-height: 50px !important;
  }

  .min-h-md-55px {
    min-height: 55px !important;
  }

  .min-h-md-60px {
    min-height: 60px !important;
  }

  .min-h-md-65px {
    min-height: 65px !important;
  }

  .min-h-md-70px {
    min-height: 70px !important;
  }

  .min-h-md-75px {
    min-height: 75px !important;
  }

  .min-h-md-80px {
    min-height: 80px !important;
  }

  .min-h-md-85px {
    min-height: 85px !important;
  }

  .min-h-md-90px {
    min-height: 90px !important;
  }

  .min-h-md-95px {
    min-height: 95px !important;
  }

  .min-h-md-100px {
    min-height: 100px !important;
  }

  .min-h-md-125px {
    min-height: 125px !important;
  }

  .min-h-md-150px {
    min-height: 150px !important;
  }

  .min-h-md-175px {
    min-height: 175px !important;
  }

  .min-h-md-200px {
    min-height: 200px !important;
  }

  .min-h-md-225px {
    min-height: 225px !important;
  }

  .min-h-md-250px {
    min-height: 250px !important;
  }

  .min-h-md-275px {
    min-height: 275px !important;
  }

  .min-h-md-300px {
    min-height: 300px !important;
  }

  .min-h-md-325px {
    min-height: 325px !important;
  }

  .min-h-md-350px {
    min-height: 350px !important;
  }

  .min-h-md-375px {
    min-height: 375px !important;
  }

  .min-h-md-400px {
    min-height: 400px !important;
  }

  .min-h-md-425px {
    min-height: 425px !important;
  }

  .min-h-md-450px {
    min-height: 450px !important;
  }

  .min-h-md-475px {
    min-height: 475px !important;
  }

  .min-h-md-500px {
    min-height: 500px !important;
  }

  .min-h-md-550px {
    min-height: 550px !important;
  }

  .min-h-md-600px {
    min-height: 600px !important;
  }

  .min-h-md-650px {
    min-height: 650px !important;
  }

  .min-h-md-700px {
    min-height: 700px !important;
  }

  .min-h-md-750px {
    min-height: 750px !important;
  }

  .min-h-md-800px {
    min-height: 800px !important;
  }

  .min-h-md-850px {
    min-height: 850px !important;
  }

  .min-h-md-900px {
    min-height: 900px !important;
  }

  .min-h-md-950px {
    min-height: 950px !important;
  }

  .min-h-md-1000px {
    min-height: 1000px !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .w-lg-unset {
    width: unset !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .w-lg-1px {
    width: 1px !important;
  }

  .w-lg-2px {
    width: 2px !important;
  }

  .w-lg-3px {
    width: 3px !important;
  }

  .w-lg-4px {
    width: 4px !important;
  }

  .w-lg-5px {
    width: 5px !important;
  }

  .w-lg-6px {
    width: 6px !important;
  }

  .w-lg-7px {
    width: 7px !important;
  }

  .w-lg-8px {
    width: 8px !important;
  }

  .w-lg-9px {
    width: 9px !important;
  }

  .w-lg-10px {
    width: 10px !important;
  }

  .w-lg-15px {
    width: 15px !important;
  }

  .w-lg-20px {
    width: 20px !important;
  }

  .w-lg-25px {
    width: 25px !important;
  }

  .w-lg-30px {
    width: 30px !important;
  }

  .w-lg-35px {
    width: 35px !important;
  }

  .w-lg-40px {
    width: 40px !important;
  }

  .w-lg-45px {
    width: 45px !important;
  }

  .w-lg-50px {
    width: 50px !important;
  }

  .w-lg-55px {
    width: 55px !important;
  }

  .w-lg-60px {
    width: 60px !important;
  }

  .w-lg-65px {
    width: 65px !important;
  }

  .w-lg-70px {
    width: 70px !important;
  }

  .w-lg-75px {
    width: 75px !important;
  }

  .w-lg-80px {
    width: 80px !important;
  }

  .w-lg-85px {
    width: 85px !important;
  }

  .w-lg-90px {
    width: 90px !important;
  }

  .w-lg-95px {
    width: 95px !important;
  }

  .w-lg-100px {
    width: 100px !important;
  }

  .w-lg-125px {
    width: 125px !important;
  }

  .w-lg-150px {
    width: 150px !important;
  }

  .w-lg-175px {
    width: 175px !important;
  }

  .w-lg-200px {
    width: 200px !important;
  }

  .w-lg-225px {
    width: 225px !important;
  }

  .w-lg-250px {
    width: 250px !important;
  }

  .w-lg-275px {
    width: 275px !important;
  }

  .w-lg-300px {
    width: 300px !important;
  }

  .w-lg-325px {
    width: 325px !important;
  }

  .w-lg-350px {
    width: 350px !important;
  }

  .w-lg-375px {
    width: 375px !important;
  }

  .w-lg-400px {
    width: 400px !important;
  }

  .w-lg-425px {
    width: 425px !important;
  }

  .w-lg-450px {
    width: 450px !important;
  }

  .w-lg-475px {
    width: 475px !important;
  }

  .w-lg-500px {
    width: 500px !important;
  }

  .w-lg-550px {
    width: 550px !important;
  }

  .w-lg-600px {
    width: 600px !important;
  }

  .w-lg-650px {
    width: 650px !important;
  }

  .w-lg-700px {
    width: 700px !important;
  }

  .w-lg-750px {
    width: 750px !important;
  }

  .w-lg-800px {
    width: 800px !important;
  }

  .w-lg-850px {
    width: 850px !important;
  }

  .w-lg-900px {
    width: 900px !important;
  }

  .w-lg-950px {
    width: 950px !important;
  }

  .w-lg-1000px {
    width: 1000px !important;
  }

  .mw-lg-unset {
    max-width: unset !important;
  }

  .mw-lg-25 {
    max-width: 25% !important;
  }

  .mw-lg-50 {
    max-width: 50% !important;
  }

  .mw-lg-75 {
    max-width: 75% !important;
  }

  .mw-lg-100 {
    max-width: 100% !important;
  }

  .mw-lg-auto {
    max-width: auto !important;
  }

  .mw-lg-1px {
    max-width: 1px !important;
  }

  .mw-lg-2px {
    max-width: 2px !important;
  }

  .mw-lg-3px {
    max-width: 3px !important;
  }

  .mw-lg-4px {
    max-width: 4px !important;
  }

  .mw-lg-5px {
    max-width: 5px !important;
  }

  .mw-lg-6px {
    max-width: 6px !important;
  }

  .mw-lg-7px {
    max-width: 7px !important;
  }

  .mw-lg-8px {
    max-width: 8px !important;
  }

  .mw-lg-9px {
    max-width: 9px !important;
  }

  .mw-lg-10px {
    max-width: 10px !important;
  }

  .mw-lg-15px {
    max-width: 15px !important;
  }

  .mw-lg-20px {
    max-width: 20px !important;
  }

  .mw-lg-25px {
    max-width: 25px !important;
  }

  .mw-lg-30px {
    max-width: 30px !important;
  }

  .mw-lg-35px {
    max-width: 35px !important;
  }

  .mw-lg-40px {
    max-width: 40px !important;
  }

  .mw-lg-45px {
    max-width: 45px !important;
  }

  .mw-lg-50px {
    max-width: 50px !important;
  }

  .mw-lg-55px {
    max-width: 55px !important;
  }

  .mw-lg-60px {
    max-width: 60px !important;
  }

  .mw-lg-65px {
    max-width: 65px !important;
  }

  .mw-lg-70px {
    max-width: 70px !important;
  }

  .mw-lg-75px {
    max-width: 75px !important;
  }

  .mw-lg-80px {
    max-width: 80px !important;
  }

  .mw-lg-85px {
    max-width: 85px !important;
  }

  .mw-lg-90px {
    max-width: 90px !important;
  }

  .mw-lg-95px {
    max-width: 95px !important;
  }

  .mw-lg-100px {
    max-width: 100px !important;
  }

  .mw-lg-125px {
    max-width: 125px !important;
  }

  .mw-lg-150px {
    max-width: 150px !important;
  }

  .mw-lg-175px {
    max-width: 175px !important;
  }

  .mw-lg-200px {
    max-width: 200px !important;
  }

  .mw-lg-225px {
    max-width: 225px !important;
  }

  .mw-lg-250px {
    max-width: 250px !important;
  }

  .mw-lg-275px {
    max-width: 275px !important;
  }

  .mw-lg-300px {
    max-width: 300px !important;
  }

  .mw-lg-325px {
    max-width: 325px !important;
  }

  .mw-lg-350px {
    max-width: 350px !important;
  }

  .mw-lg-375px {
    max-width: 375px !important;
  }

  .mw-lg-400px {
    max-width: 400px !important;
  }

  .mw-lg-425px {
    max-width: 425px !important;
  }

  .mw-lg-450px {
    max-width: 450px !important;
  }

  .mw-lg-475px {
    max-width: 475px !important;
  }

  .mw-lg-500px {
    max-width: 500px !important;
  }

  .mw-lg-550px {
    max-width: 550px !important;
  }

  .mw-lg-600px {
    max-width: 600px !important;
  }

  .mw-lg-650px {
    max-width: 650px !important;
  }

  .mw-lg-700px {
    max-width: 700px !important;
  }

  .mw-lg-750px {
    max-width: 750px !important;
  }

  .mw-lg-800px {
    max-width: 800px !important;
  }

  .mw-lg-850px {
    max-width: 850px !important;
  }

  .mw-lg-900px {
    max-width: 900px !important;
  }

  .mw-lg-950px {
    max-width: 950px !important;
  }

  .mw-lg-1000px {
    max-width: 1000px !important;
  }

  .h-lg-unset {
    height: unset !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .h-lg-1px {
    height: 1px !important;
  }

  .h-lg-2px {
    height: 2px !important;
  }

  .h-lg-3px {
    height: 3px !important;
  }

  .h-lg-4px {
    height: 4px !important;
  }

  .h-lg-5px {
    height: 5px !important;
  }

  .h-lg-6px {
    height: 6px !important;
  }

  .h-lg-7px {
    height: 7px !important;
  }

  .h-lg-8px {
    height: 8px !important;
  }

  .h-lg-9px {
    height: 9px !important;
  }

  .h-lg-10px {
    height: 10px !important;
  }

  .h-lg-15px {
    height: 15px !important;
  }

  .h-lg-20px {
    height: 20px !important;
  }

  .h-lg-25px {
    height: 25px !important;
  }

  .h-lg-30px {
    height: 30px !important;
  }

  .h-lg-35px {
    height: 35px !important;
  }

  .h-lg-40px {
    height: 40px !important;
  }

  .h-lg-45px {
    height: 45px !important;
  }

  .h-lg-50px {
    height: 50px !important;
  }

  .h-lg-55px {
    height: 55px !important;
  }

  .h-lg-60px {
    height: 60px !important;
  }

  .h-lg-65px {
    height: 65px !important;
  }

  .h-lg-70px {
    height: 70px !important;
  }

  .h-lg-75px {
    height: 75px !important;
  }

  .h-lg-80px {
    height: 80px !important;
  }

  .h-lg-85px {
    height: 85px !important;
  }

  .h-lg-90px {
    height: 90px !important;
  }

  .h-lg-95px {
    height: 95px !important;
  }

  .h-lg-100px {
    height: 100px !important;
  }

  .h-lg-125px {
    height: 125px !important;
  }

  .h-lg-150px {
    height: 150px !important;
  }

  .h-lg-175px {
    height: 175px !important;
  }

  .h-lg-200px {
    height: 200px !important;
  }

  .h-lg-225px {
    height: 225px !important;
  }

  .h-lg-250px {
    height: 250px !important;
  }

  .h-lg-275px {
    height: 275px !important;
  }

  .h-lg-300px {
    height: 300px !important;
  }

  .h-lg-325px {
    height: 325px !important;
  }

  .h-lg-350px {
    height: 350px !important;
  }

  .h-lg-375px {
    height: 375px !important;
  }

  .h-lg-400px {
    height: 400px !important;
  }

  .h-lg-425px {
    height: 425px !important;
  }

  .h-lg-450px {
    height: 450px !important;
  }

  .h-lg-475px {
    height: 475px !important;
  }

  .h-lg-500px {
    height: 500px !important;
  }

  .h-lg-550px {
    height: 550px !important;
  }

  .h-lg-600px {
    height: 600px !important;
  }

  .h-lg-650px {
    height: 650px !important;
  }

  .h-lg-700px {
    height: 700px !important;
  }

  .h-lg-750px {
    height: 750px !important;
  }

  .h-lg-800px {
    height: 800px !important;
  }

  .h-lg-850px {
    height: 850px !important;
  }

  .h-lg-900px {
    height: 900px !important;
  }

  .h-lg-950px {
    height: 950px !important;
  }

  .h-lg-1000px {
    height: 1000px !important;
  }

  .mh-lg-unset {
    max-height: unset !important;
  }

  .mh-lg-25 {
    max-height: 25% !important;
  }

  .mh-lg-50 {
    max-height: 50% !important;
  }

  .mh-lg-75 {
    max-height: 75% !important;
  }

  .mh-lg-100 {
    max-height: 100% !important;
  }

  .mh-lg-auto {
    max-height: auto !important;
  }

  .mh-lg-1px {
    max-height: 1px !important;
  }

  .mh-lg-2px {
    max-height: 2px !important;
  }

  .mh-lg-3px {
    max-height: 3px !important;
  }

  .mh-lg-4px {
    max-height: 4px !important;
  }

  .mh-lg-5px {
    max-height: 5px !important;
  }

  .mh-lg-6px {
    max-height: 6px !important;
  }

  .mh-lg-7px {
    max-height: 7px !important;
  }

  .mh-lg-8px {
    max-height: 8px !important;
  }

  .mh-lg-9px {
    max-height: 9px !important;
  }

  .mh-lg-10px {
    max-height: 10px !important;
  }

  .mh-lg-15px {
    max-height: 15px !important;
  }

  .mh-lg-20px {
    max-height: 20px !important;
  }

  .mh-lg-25px {
    max-height: 25px !important;
  }

  .mh-lg-30px {
    max-height: 30px !important;
  }

  .mh-lg-35px {
    max-height: 35px !important;
  }

  .mh-lg-40px {
    max-height: 40px !important;
  }

  .mh-lg-45px {
    max-height: 45px !important;
  }

  .mh-lg-50px {
    max-height: 50px !important;
  }

  .mh-lg-55px {
    max-height: 55px !important;
  }

  .mh-lg-60px {
    max-height: 60px !important;
  }

  .mh-lg-65px {
    max-height: 65px !important;
  }

  .mh-lg-70px {
    max-height: 70px !important;
  }

  .mh-lg-75px {
    max-height: 75px !important;
  }

  .mh-lg-80px {
    max-height: 80px !important;
  }

  .mh-lg-85px {
    max-height: 85px !important;
  }

  .mh-lg-90px {
    max-height: 90px !important;
  }

  .mh-lg-95px {
    max-height: 95px !important;
  }

  .mh-lg-100px {
    max-height: 100px !important;
  }

  .mh-lg-125px {
    max-height: 125px !important;
  }

  .mh-lg-150px {
    max-height: 150px !important;
  }

  .mh-lg-175px {
    max-height: 175px !important;
  }

  .mh-lg-200px {
    max-height: 200px !important;
  }

  .mh-lg-225px {
    max-height: 225px !important;
  }

  .mh-lg-250px {
    max-height: 250px !important;
  }

  .mh-lg-275px {
    max-height: 275px !important;
  }

  .mh-lg-300px {
    max-height: 300px !important;
  }

  .mh-lg-325px {
    max-height: 325px !important;
  }

  .mh-lg-350px {
    max-height: 350px !important;
  }

  .mh-lg-375px {
    max-height: 375px !important;
  }

  .mh-lg-400px {
    max-height: 400px !important;
  }

  .mh-lg-425px {
    max-height: 425px !important;
  }

  .mh-lg-450px {
    max-height: 450px !important;
  }

  .mh-lg-475px {
    max-height: 475px !important;
  }

  .mh-lg-500px {
    max-height: 500px !important;
  }

  .mh-lg-550px {
    max-height: 550px !important;
  }

  .mh-lg-600px {
    max-height: 600px !important;
  }

  .mh-lg-650px {
    max-height: 650px !important;
  }

  .mh-lg-700px {
    max-height: 700px !important;
  }

  .mh-lg-750px {
    max-height: 750px !important;
  }

  .mh-lg-800px {
    max-height: 800px !important;
  }

  .mh-lg-850px {
    max-height: 850px !important;
  }

  .mh-lg-900px {
    max-height: 900px !important;
  }

  .mh-lg-950px {
    max-height: 950px !important;
  }

  .mh-lg-1000px {
    max-height: 1000px !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 0.75rem !important;
  }

  .gap-lg-4 {
    gap: 1rem !important;
  }

  .gap-lg-5 {
    gap: 1.25rem !important;
  }

  .gap-lg-6 {
    gap: 1.5rem !important;
  }

  .gap-lg-7 {
    gap: 1.75rem !important;
  }

  .gap-lg-8 {
    gap: 2rem !important;
  }

  .gap-lg-9 {
    gap: 2.25rem !important;
  }

  .gap-lg-10 {
    gap: 2.5rem !important;
  }

  .gap-lg-11 {
    gap: 2.75rem !important;
  }

  .gap-lg-12 {
    gap: 3rem !important;
  }

  .gap-lg-13 {
    gap: 3.25rem !important;
  }

  .gap-lg-14 {
    gap: 3.5rem !important;
  }

  .gap-lg-15 {
    gap: 3.75rem !important;
  }

  .gap-lg-16 {
    gap: 4rem !important;
  }

  .gap-lg-17 {
    gap: 4.25rem !important;
  }

  .gap-lg-18 {
    gap: 4.5rem !important;
  }

  .gap-lg-19 {
    gap: 4.75rem !important;
  }

  .gap-lg-20 {
    gap: 5rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 0.75rem !important;
  }

  .m-lg-4 {
    margin: 1rem !important;
  }

  .m-lg-5 {
    margin: 1.25rem !important;
  }

  .m-lg-6 {
    margin: 1.5rem !important;
  }

  .m-lg-7 {
    margin: 1.75rem !important;
  }

  .m-lg-8 {
    margin: 2rem !important;
  }

  .m-lg-9 {
    margin: 2.25rem !important;
  }

  .m-lg-10 {
    margin: 2.5rem !important;
  }

  .m-lg-11 {
    margin: 2.75rem !important;
  }

  .m-lg-12 {
    margin: 3rem !important;
  }

  .m-lg-13 {
    margin: 3.25rem !important;
  }

  .m-lg-14 {
    margin: 3.5rem !important;
  }

  .m-lg-15 {
    margin: 3.75rem !important;
  }

  .m-lg-16 {
    margin: 4rem !important;
  }

  .m-lg-17 {
    margin: 4.25rem !important;
  }

  .m-lg-18 {
    margin: 4.5rem !important;
  }

  .m-lg-19 {
    margin: 4.75rem !important;
  }

  .m-lg-20 {
    margin: 5rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-lg-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-lg-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-lg-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .mx-lg-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .mx-lg-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-lg-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .mx-lg-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-lg-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .mx-lg-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-lg-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .mx-lg-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-lg-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .my-lg-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .my-lg-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-lg-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .my-lg-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-lg-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .my-lg-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-lg-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .my-lg-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }

  .mt-lg-4 {
    margin-top: 1rem !important;
  }

  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }

  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }

  .mt-lg-8 {
    margin-top: 2rem !important;
  }

  .mt-lg-9 {
    margin-top: 2.25rem !important;
  }

  .mt-lg-10 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-11 {
    margin-top: 2.75rem !important;
  }

  .mt-lg-12 {
    margin-top: 3rem !important;
  }

  .mt-lg-13 {
    margin-top: 3.25rem !important;
  }

  .mt-lg-14 {
    margin-top: 3.5rem !important;
  }

  .mt-lg-15 {
    margin-top: 3.75rem !important;
  }

  .mt-lg-16 {
    margin-top: 4rem !important;
  }

  .mt-lg-17 {
    margin-top: 4.25rem !important;
  }

  .mt-lg-18 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-19 {
    margin-top: 4.75rem !important;
  }

  .mt-lg-20 {
    margin-top: 5rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 0.75rem !important;
  }

  .me-lg-4 {
    margin-right: 1rem !important;
  }

  .me-lg-5 {
    margin-right: 1.25rem !important;
  }

  .me-lg-6 {
    margin-right: 1.5rem !important;
  }

  .me-lg-7 {
    margin-right: 1.75rem !important;
  }

  .me-lg-8 {
    margin-right: 2rem !important;
  }

  .me-lg-9 {
    margin-right: 2.25rem !important;
  }

  .me-lg-10 {
    margin-right: 2.5rem !important;
  }

  .me-lg-11 {
    margin-right: 2.75rem !important;
  }

  .me-lg-12 {
    margin-right: 3rem !important;
  }

  .me-lg-13 {
    margin-right: 3.25rem !important;
  }

  .me-lg-14 {
    margin-right: 3.5rem !important;
  }

  .me-lg-15 {
    margin-right: 3.75rem !important;
  }

  .me-lg-16 {
    margin-right: 4rem !important;
  }

  .me-lg-17 {
    margin-right: 4.25rem !important;
  }

  .me-lg-18 {
    margin-right: 4.5rem !important;
  }

  .me-lg-19 {
    margin-right: 4.75rem !important;
  }

  .me-lg-20 {
    margin-right: 5rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 2.25rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-11 {
    margin-bottom: 2.75rem !important;
  }

  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-13 {
    margin-bottom: 3.25rem !important;
  }

  .mb-lg-14 {
    margin-bottom: 3.5rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 3.75rem !important;
  }

  .mb-lg-16 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-17 {
    margin-bottom: 4.25rem !important;
  }

  .mb-lg-18 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-19 {
    margin-bottom: 4.75rem !important;
  }

  .mb-lg-20 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }

  .ms-lg-4 {
    margin-left: 1rem !important;
  }

  .ms-lg-5 {
    margin-left: 1.25rem !important;
  }

  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-7 {
    margin-left: 1.75rem !important;
  }

  .ms-lg-8 {
    margin-left: 2rem !important;
  }

  .ms-lg-9 {
    margin-left: 2.25rem !important;
  }

  .ms-lg-10 {
    margin-left: 2.5rem !important;
  }

  .ms-lg-11 {
    margin-left: 2.75rem !important;
  }

  .ms-lg-12 {
    margin-left: 3rem !important;
  }

  .ms-lg-13 {
    margin-left: 3.25rem !important;
  }

  .ms-lg-14 {
    margin-left: 3.5rem !important;
  }

  .ms-lg-15 {
    margin-left: 3.75rem !important;
  }

  .ms-lg-16 {
    margin-left: 4rem !important;
  }

  .ms-lg-17 {
    margin-left: 4.25rem !important;
  }

  .ms-lg-18 {
    margin-left: 4.5rem !important;
  }

  .ms-lg-19 {
    margin-left: 4.75rem !important;
  }

  .ms-lg-20 {
    margin-left: 5rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -0.75rem !important;
  }

  .m-lg-n4 {
    margin: -1rem !important;
  }

  .m-lg-n5 {
    margin: -1.25rem !important;
  }

  .m-lg-n6 {
    margin: -1.5rem !important;
  }

  .m-lg-n7 {
    margin: -1.75rem !important;
  }

  .m-lg-n8 {
    margin: -2rem !important;
  }

  .m-lg-n9 {
    margin: -2.25rem !important;
  }

  .m-lg-n10 {
    margin: -2.5rem !important;
  }

  .m-lg-n11 {
    margin: -2.75rem !important;
  }

  .m-lg-n12 {
    margin: -3rem !important;
  }

  .m-lg-n13 {
    margin: -3.25rem !important;
  }

  .m-lg-n14 {
    margin: -3.5rem !important;
  }

  .m-lg-n15 {
    margin: -3.75rem !important;
  }

  .m-lg-n16 {
    margin: -4rem !important;
  }

  .m-lg-n17 {
    margin: -4.25rem !important;
  }

  .m-lg-n18 {
    margin: -4.5rem !important;
  }

  .m-lg-n19 {
    margin: -4.75rem !important;
  }

  .m-lg-n20 {
    margin: -5rem !important;
  }

  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-lg-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }

  .mx-lg-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-lg-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }

  .mx-lg-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-lg-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-lg-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-lg-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }

  .mx-lg-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-lg-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }

  .mx-lg-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-lg-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }

  .mx-lg-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-lg-n17 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }

  .mx-lg-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-lg-n19 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }

  .mx-lg-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-lg-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .my-lg-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-lg-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .my-lg-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-lg-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-lg-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-lg-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .my-lg-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-lg-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }

  .my-lg-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-lg-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .my-lg-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-lg-n17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }

  .my-lg-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-lg-n19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

  .my-lg-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -0.75rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1rem !important;
  }

  .mt-lg-n5 {
    margin-top: -1.25rem !important;
  }

  .mt-lg-n6 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-n7 {
    margin-top: -1.75rem !important;
  }

  .mt-lg-n8 {
    margin-top: -2rem !important;
  }

  .mt-lg-n9 {
    margin-top: -2.25rem !important;
  }

  .mt-lg-n10 {
    margin-top: -2.5rem !important;
  }

  .mt-lg-n11 {
    margin-top: -2.75rem !important;
  }

  .mt-lg-n12 {
    margin-top: -3rem !important;
  }

  .mt-lg-n13 {
    margin-top: -3.25rem !important;
  }

  .mt-lg-n14 {
    margin-top: -3.5rem !important;
  }

  .mt-lg-n15 {
    margin-top: -3.75rem !important;
  }

  .mt-lg-n16 {
    margin-top: -4rem !important;
  }

  .mt-lg-n17 {
    margin-top: -4.25rem !important;
  }

  .mt-lg-n18 {
    margin-top: -4.5rem !important;
  }

  .mt-lg-n19 {
    margin-top: -4.75rem !important;
  }

  .mt-lg-n20 {
    margin-top: -5rem !important;
  }

  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .me-lg-n3 {
    margin-right: -0.75rem !important;
  }

  .me-lg-n4 {
    margin-right: -1rem !important;
  }

  .me-lg-n5 {
    margin-right: -1.25rem !important;
  }

  .me-lg-n6 {
    margin-right: -1.5rem !important;
  }

  .me-lg-n7 {
    margin-right: -1.75rem !important;
  }

  .me-lg-n8 {
    margin-right: -2rem !important;
  }

  .me-lg-n9 {
    margin-right: -2.25rem !important;
  }

  .me-lg-n10 {
    margin-right: -2.5rem !important;
  }

  .me-lg-n11 {
    margin-right: -2.75rem !important;
  }

  .me-lg-n12 {
    margin-right: -3rem !important;
  }

  .me-lg-n13 {
    margin-right: -3.25rem !important;
  }

  .me-lg-n14 {
    margin-right: -3.5rem !important;
  }

  .me-lg-n15 {
    margin-right: -3.75rem !important;
  }

  .me-lg-n16 {
    margin-right: -4rem !important;
  }

  .me-lg-n17 {
    margin-right: -4.25rem !important;
  }

  .me-lg-n18 {
    margin-right: -4.5rem !important;
  }

  .me-lg-n19 {
    margin-right: -4.75rem !important;
  }

  .me-lg-n20 {
    margin-right: -5rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -0.75rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -1.25rem !important;
  }

  .mb-lg-n6 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lg-n7 {
    margin-bottom: -1.75rem !important;
  }

  .mb-lg-n8 {
    margin-bottom: -2rem !important;
  }

  .mb-lg-n9 {
    margin-bottom: -2.25rem !important;
  }

  .mb-lg-n10 {
    margin-bottom: -2.5rem !important;
  }

  .mb-lg-n11 {
    margin-bottom: -2.75rem !important;
  }

  .mb-lg-n12 {
    margin-bottom: -3rem !important;
  }

  .mb-lg-n13 {
    margin-bottom: -3.25rem !important;
  }

  .mb-lg-n14 {
    margin-bottom: -3.5rem !important;
  }

  .mb-lg-n15 {
    margin-bottom: -3.75rem !important;
  }

  .mb-lg-n16 {
    margin-bottom: -4rem !important;
  }

  .mb-lg-n17 {
    margin-bottom: -4.25rem !important;
  }

  .mb-lg-n18 {
    margin-bottom: -4.5rem !important;
  }

  .mb-lg-n19 {
    margin-bottom: -4.75rem !important;
  }

  .mb-lg-n20 {
    margin-bottom: -5rem !important;
  }

  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-lg-n3 {
    margin-left: -0.75rem !important;
  }

  .ms-lg-n4 {
    margin-left: -1rem !important;
  }

  .ms-lg-n5 {
    margin-left: -1.25rem !important;
  }

  .ms-lg-n6 {
    margin-left: -1.5rem !important;
  }

  .ms-lg-n7 {
    margin-left: -1.75rem !important;
  }

  .ms-lg-n8 {
    margin-left: -2rem !important;
  }

  .ms-lg-n9 {
    margin-left: -2.25rem !important;
  }

  .ms-lg-n10 {
    margin-left: -2.5rem !important;
  }

  .ms-lg-n11 {
    margin-left: -2.75rem !important;
  }

  .ms-lg-n12 {
    margin-left: -3rem !important;
  }

  .ms-lg-n13 {
    margin-left: -3.25rem !important;
  }

  .ms-lg-n14 {
    margin-left: -3.5rem !important;
  }

  .ms-lg-n15 {
    margin-left: -3.75rem !important;
  }

  .ms-lg-n16 {
    margin-left: -4rem !important;
  }

  .ms-lg-n17 {
    margin-left: -4.25rem !important;
  }

  .ms-lg-n18 {
    margin-left: -4.5rem !important;
  }

  .ms-lg-n19 {
    margin-left: -4.75rem !important;
  }

  .ms-lg-n20 {
    margin-left: -5rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 0.75rem !important;
  }

  .p-lg-4 {
    padding: 1rem !important;
  }

  .p-lg-5 {
    padding: 1.25rem !important;
  }

  .p-lg-6 {
    padding: 1.5rem !important;
  }

  .p-lg-7 {
    padding: 1.75rem !important;
  }

  .p-lg-8 {
    padding: 2rem !important;
  }

  .p-lg-9 {
    padding: 2.25rem !important;
  }

  .p-lg-10 {
    padding: 2.5rem !important;
  }

  .p-lg-11 {
    padding: 2.75rem !important;
  }

  .p-lg-12 {
    padding: 3rem !important;
  }

  .p-lg-13 {
    padding: 3.25rem !important;
  }

  .p-lg-14 {
    padding: 3.5rem !important;
  }

  .p-lg-15 {
    padding: 3.75rem !important;
  }

  .p-lg-16 {
    padding: 4rem !important;
  }

  .p-lg-17 {
    padding: 4.25rem !important;
  }

  .p-lg-18 {
    padding: 4.5rem !important;
  }

  .p-lg-19 {
    padding: 4.75rem !important;
  }

  .p-lg-20 {
    padding: 5rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-lg-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-lg-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-lg-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .px-lg-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .px-lg-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-lg-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .px-lg-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-lg-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .px-lg-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-lg-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .px-lg-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-lg-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .py-lg-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .py-lg-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-lg-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .py-lg-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-lg-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .py-lg-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-lg-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }

  .pt-lg-4 {
    padding-top: 1rem !important;
  }

  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }

  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }

  .pt-lg-8 {
    padding-top: 2rem !important;
  }

  .pt-lg-9 {
    padding-top: 2.25rem !important;
  }

  .pt-lg-10 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-11 {
    padding-top: 2.75rem !important;
  }

  .pt-lg-12 {
    padding-top: 3rem !important;
  }

  .pt-lg-13 {
    padding-top: 3.25rem !important;
  }

  .pt-lg-14 {
    padding-top: 3.5rem !important;
  }

  .pt-lg-15 {
    padding-top: 3.75rem !important;
  }

  .pt-lg-16 {
    padding-top: 4rem !important;
  }

  .pt-lg-17 {
    padding-top: 4.25rem !important;
  }

  .pt-lg-18 {
    padding-top: 4.5rem !important;
  }

  .pt-lg-19 {
    padding-top: 4.75rem !important;
  }

  .pt-lg-20 {
    padding-top: 5rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }

  .pe-lg-4 {
    padding-right: 1rem !important;
  }

  .pe-lg-5 {
    padding-right: 1.25rem !important;
  }

  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-7 {
    padding-right: 1.75rem !important;
  }

  .pe-lg-8 {
    padding-right: 2rem !important;
  }

  .pe-lg-9 {
    padding-right: 2.25rem !important;
  }

  .pe-lg-10 {
    padding-right: 2.5rem !important;
  }

  .pe-lg-11 {
    padding-right: 2.75rem !important;
  }

  .pe-lg-12 {
    padding-right: 3rem !important;
  }

  .pe-lg-13 {
    padding-right: 3.25rem !important;
  }

  .pe-lg-14 {
    padding-right: 3.5rem !important;
  }

  .pe-lg-15 {
    padding-right: 3.75rem !important;
  }

  .pe-lg-16 {
    padding-right: 4rem !important;
  }

  .pe-lg-17 {
    padding-right: 4.25rem !important;
  }

  .pe-lg-18 {
    padding-right: 4.5rem !important;
  }

  .pe-lg-19 {
    padding-right: 4.75rem !important;
  }

  .pe-lg-20 {
    padding-right: 5rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 2.25rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-11 {
    padding-bottom: 2.75rem !important;
  }

  .pb-lg-12 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-13 {
    padding-bottom: 3.25rem !important;
  }

  .pb-lg-14 {
    padding-bottom: 3.5rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 3.75rem !important;
  }

  .pb-lg-16 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-17 {
    padding-bottom: 4.25rem !important;
  }

  .pb-lg-18 {
    padding-bottom: 4.5rem !important;
  }

  .pb-lg-19 {
    padding-bottom: 4.75rem !important;
  }

  .pb-lg-20 {
    padding-bottom: 5rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }

  .ps-lg-4 {
    padding-left: 1rem !important;
  }

  .ps-lg-5 {
    padding-left: 1.25rem !important;
  }

  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-7 {
    padding-left: 1.75rem !important;
  }

  .ps-lg-8 {
    padding-left: 2rem !important;
  }

  .ps-lg-9 {
    padding-left: 2.25rem !important;
  }

  .ps-lg-10 {
    padding-left: 2.5rem !important;
  }

  .ps-lg-11 {
    padding-left: 2.75rem !important;
  }

  .ps-lg-12 {
    padding-left: 3rem !important;
  }

  .ps-lg-13 {
    padding-left: 3.25rem !important;
  }

  .ps-lg-14 {
    padding-left: 3.5rem !important;
  }

  .ps-lg-15 {
    padding-left: 3.75rem !important;
  }

  .ps-lg-16 {
    padding-left: 4rem !important;
  }

  .ps-lg-17 {
    padding-left: 4.25rem !important;
  }

  .ps-lg-18 {
    padding-left: 4.5rem !important;
  }

  .ps-lg-19 {
    padding-left: 4.75rem !important;
  }

  .ps-lg-20 {
    padding-left: 5rem !important;
  }

  .fs-lg-1 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-lg-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-lg-3 {
    font-size: calc(1.26rem + 0.12vw) !important;
  }

  .fs-lg-4 {
    font-size: 1.25rem !important;
  }

  .fs-lg-5 {
    font-size: 1.15rem !important;
  }

  .fs-lg-6 {
    font-size: 1.075rem !important;
  }

  .fs-lg-7 {
    font-size: 0.95rem !important;
  }

  .fs-lg-8 {
    font-size: 0.85rem !important;
  }

  .fs-lg-9 {
    font-size: 0.75rem !important;
  }

  .fs-lg-10 {
    font-size: 0.5rem !important;
  }

  .fs-lg-base {
    font-size: 1rem !important;
  }

  .fs-lg-fluid {
    font-size: 100% !important;
  }

  .fs-lg-2x {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-lg-2qx {
    font-size: calc(1.35rem + 1.2vw) !important;
  }

  .fs-lg-2hx {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-lg-2tx {
    font-size: calc(1.4rem + 1.8vw) !important;
  }

  .fs-lg-3x {
    font-size: calc(1.425rem + 2.1vw) !important;
  }

  .fs-lg-3qx {
    font-size: calc(1.45rem + 2.4vw) !important;
  }

  .fs-lg-3hx {
    font-size: calc(1.475rem + 2.7vw) !important;
  }

  .fs-lg-3tx {
    font-size: calc(1.5rem + 3vw) !important;
  }

  .fs-lg-4x {
    font-size: calc(1.525rem + 3.3vw) !important;
  }

  .fs-lg-4qx {
    font-size: calc(1.55rem + 3.6vw) !important;
  }

  .fs-lg-4hx {
    font-size: calc(1.575rem + 3.9vw) !important;
  }

  .fs-lg-4tx {
    font-size: calc(1.6rem + 4.2vw) !important;
  }

  .fs-lg-5x {
    font-size: calc(1.625rem + 4.5vw) !important;
  }

  .fs-lg-5qx {
    font-size: calc(1.65rem + 4.8vw) !important;
  }

  .fs-lg-5hx {
    font-size: calc(1.675rem + 5.1vw) !important;
  }

  .fs-lg-5tx {
    font-size: calc(1.7rem + 5.4vw) !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .min-w-lg-unset {
    min-width: unset !important;
  }

  .min-w-lg-25 {
    min-width: 25% !important;
  }

  .min-w-lg-50 {
    min-width: 50% !important;
  }

  .min-w-lg-75 {
    min-width: 75% !important;
  }

  .min-w-lg-100 {
    min-width: 100% !important;
  }

  .min-w-lg-auto {
    min-width: auto !important;
  }

  .min-w-lg-1px {
    min-width: 1px !important;
  }

  .min-w-lg-2px {
    min-width: 2px !important;
  }

  .min-w-lg-3px {
    min-width: 3px !important;
  }

  .min-w-lg-4px {
    min-width: 4px !important;
  }

  .min-w-lg-5px {
    min-width: 5px !important;
  }

  .min-w-lg-6px {
    min-width: 6px !important;
  }

  .min-w-lg-7px {
    min-width: 7px !important;
  }

  .min-w-lg-8px {
    min-width: 8px !important;
  }

  .min-w-lg-9px {
    min-width: 9px !important;
  }

  .min-w-lg-10px {
    min-width: 10px !important;
  }

  .min-w-lg-15px {
    min-width: 15px !important;
  }

  .min-w-lg-20px {
    min-width: 20px !important;
  }

  .min-w-lg-25px {
    min-width: 25px !important;
  }

  .min-w-lg-30px {
    min-width: 30px !important;
  }

  .min-w-lg-35px {
    min-width: 35px !important;
  }

  .min-w-lg-40px {
    min-width: 40px !important;
  }

  .min-w-lg-45px {
    min-width: 45px !important;
  }

  .min-w-lg-50px {
    min-width: 50px !important;
  }

  .min-w-lg-55px {
    min-width: 55px !important;
  }

  .min-w-lg-60px {
    min-width: 60px !important;
  }

  .min-w-lg-65px {
    min-width: 65px !important;
  }

  .min-w-lg-70px {
    min-width: 70px !important;
  }

  .min-w-lg-75px {
    min-width: 75px !important;
  }

  .min-w-lg-80px {
    min-width: 80px !important;
  }

  .min-w-lg-85px {
    min-width: 85px !important;
  }

  .min-w-lg-90px {
    min-width: 90px !important;
  }

  .min-w-lg-95px {
    min-width: 95px !important;
  }

  .min-w-lg-100px {
    min-width: 100px !important;
  }

  .min-w-lg-125px {
    min-width: 125px !important;
  }

  .min-w-lg-150px {
    min-width: 150px !important;
  }

  .min-w-lg-175px {
    min-width: 175px !important;
  }

  .min-w-lg-200px {
    min-width: 200px !important;
  }

  .min-w-lg-225px {
    min-width: 225px !important;
  }

  .min-w-lg-250px {
    min-width: 250px !important;
  }

  .min-w-lg-275px {
    min-width: 275px !important;
  }

  .min-w-lg-300px {
    min-width: 300px !important;
  }

  .min-w-lg-325px {
    min-width: 325px !important;
  }

  .min-w-lg-350px {
    min-width: 350px !important;
  }

  .min-w-lg-375px {
    min-width: 375px !important;
  }

  .min-w-lg-400px {
    min-width: 400px !important;
  }

  .min-w-lg-425px {
    min-width: 425px !important;
  }

  .min-w-lg-450px {
    min-width: 450px !important;
  }

  .min-w-lg-475px {
    min-width: 475px !important;
  }

  .min-w-lg-500px {
    min-width: 500px !important;
  }

  .min-w-lg-550px {
    min-width: 550px !important;
  }

  .min-w-lg-600px {
    min-width: 600px !important;
  }

  .min-w-lg-650px {
    min-width: 650px !important;
  }

  .min-w-lg-700px {
    min-width: 700px !important;
  }

  .min-w-lg-750px {
    min-width: 750px !important;
  }

  .min-w-lg-800px {
    min-width: 800px !important;
  }

  .min-w-lg-850px {
    min-width: 850px !important;
  }

  .min-w-lg-900px {
    min-width: 900px !important;
  }

  .min-w-lg-950px {
    min-width: 950px !important;
  }

  .min-w-lg-1000px {
    min-width: 1000px !important;
  }

  .min-h-lg-unset {
    min-height: unset !important;
  }

  .min-h-lg-25 {
    min-height: 25% !important;
  }

  .min-h-lg-50 {
    min-height: 50% !important;
  }

  .min-h-lg-75 {
    min-height: 75% !important;
  }

  .min-h-lg-100 {
    min-height: 100% !important;
  }

  .min-h-lg-auto {
    min-height: auto !important;
  }

  .min-h-lg-1px {
    min-height: 1px !important;
  }

  .min-h-lg-2px {
    min-height: 2px !important;
  }

  .min-h-lg-3px {
    min-height: 3px !important;
  }

  .min-h-lg-4px {
    min-height: 4px !important;
  }

  .min-h-lg-5px {
    min-height: 5px !important;
  }

  .min-h-lg-6px {
    min-height: 6px !important;
  }

  .min-h-lg-7px {
    min-height: 7px !important;
  }

  .min-h-lg-8px {
    min-height: 8px !important;
  }

  .min-h-lg-9px {
    min-height: 9px !important;
  }

  .min-h-lg-10px {
    min-height: 10px !important;
  }

  .min-h-lg-15px {
    min-height: 15px !important;
  }

  .min-h-lg-20px {
    min-height: 20px !important;
  }

  .min-h-lg-25px {
    min-height: 25px !important;
  }

  .min-h-lg-30px {
    min-height: 30px !important;
  }

  .min-h-lg-35px {
    min-height: 35px !important;
  }

  .min-h-lg-40px {
    min-height: 40px !important;
  }

  .min-h-lg-45px {
    min-height: 45px !important;
  }

  .min-h-lg-50px {
    min-height: 50px !important;
  }

  .min-h-lg-55px {
    min-height: 55px !important;
  }

  .min-h-lg-60px {
    min-height: 60px !important;
  }

  .min-h-lg-65px {
    min-height: 65px !important;
  }

  .min-h-lg-70px {
    min-height: 70px !important;
  }

  .min-h-lg-75px {
    min-height: 75px !important;
  }

  .min-h-lg-80px {
    min-height: 80px !important;
  }

  .min-h-lg-85px {
    min-height: 85px !important;
  }

  .min-h-lg-90px {
    min-height: 90px !important;
  }

  .min-h-lg-95px {
    min-height: 95px !important;
  }

  .min-h-lg-100px {
    min-height: 100px !important;
  }

  .min-h-lg-125px {
    min-height: 125px !important;
  }

  .min-h-lg-150px {
    min-height: 150px !important;
  }

  .min-h-lg-175px {
    min-height: 175px !important;
  }

  .min-h-lg-200px {
    min-height: 200px !important;
  }

  .min-h-lg-225px {
    min-height: 225px !important;
  }

  .min-h-lg-250px {
    min-height: 250px !important;
  }

  .min-h-lg-275px {
    min-height: 275px !important;
  }

  .min-h-lg-300px {
    min-height: 300px !important;
  }

  .min-h-lg-325px {
    min-height: 325px !important;
  }

  .min-h-lg-350px {
    min-height: 350px !important;
  }

  .min-h-lg-375px {
    min-height: 375px !important;
  }

  .min-h-lg-400px {
    min-height: 400px !important;
  }

  .min-h-lg-425px {
    min-height: 425px !important;
  }

  .min-h-lg-450px {
    min-height: 450px !important;
  }

  .min-h-lg-475px {
    min-height: 475px !important;
  }

  .min-h-lg-500px {
    min-height: 500px !important;
  }

  .min-h-lg-550px {
    min-height: 550px !important;
  }

  .min-h-lg-600px {
    min-height: 600px !important;
  }

  .min-h-lg-650px {
    min-height: 650px !important;
  }

  .min-h-lg-700px {
    min-height: 700px !important;
  }

  .min-h-lg-750px {
    min-height: 750px !important;
  }

  .min-h-lg-800px {
    min-height: 800px !important;
  }

  .min-h-lg-850px {
    min-height: 850px !important;
  }

  .min-h-lg-900px {
    min-height: 900px !important;
  }

  .min-h-lg-950px {
    min-height: 950px !important;
  }

  .min-h-lg-1000px {
    min-height: 1000px !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .w-xl-unset {
    width: unset !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .w-xl-1px {
    width: 1px !important;
  }

  .w-xl-2px {
    width: 2px !important;
  }

  .w-xl-3px {
    width: 3px !important;
  }

  .w-xl-4px {
    width: 4px !important;
  }

  .w-xl-5px {
    width: 5px !important;
  }

  .w-xl-6px {
    width: 6px !important;
  }

  .w-xl-7px {
    width: 7px !important;
  }

  .w-xl-8px {
    width: 8px !important;
  }

  .w-xl-9px {
    width: 9px !important;
  }

  .w-xl-10px {
    width: 10px !important;
  }

  .w-xl-15px {
    width: 15px !important;
  }

  .w-xl-20px {
    width: 20px !important;
  }

  .w-xl-25px {
    width: 25px !important;
  }

  .w-xl-30px {
    width: 30px !important;
  }

  .w-xl-35px {
    width: 35px !important;
  }

  .w-xl-40px {
    width: 40px !important;
  }

  .w-xl-45px {
    width: 45px !important;
  }

  .w-xl-50px {
    width: 50px !important;
  }

  .w-xl-55px {
    width: 55px !important;
  }

  .w-xl-60px {
    width: 60px !important;
  }

  .w-xl-65px {
    width: 65px !important;
  }

  .w-xl-70px {
    width: 70px !important;
  }

  .w-xl-75px {
    width: 75px !important;
  }

  .w-xl-80px {
    width: 80px !important;
  }

  .w-xl-85px {
    width: 85px !important;
  }

  .w-xl-90px {
    width: 90px !important;
  }

  .w-xl-95px {
    width: 95px !important;
  }

  .w-xl-100px {
    width: 100px !important;
  }

  .w-xl-125px {
    width: 125px !important;
  }

  .w-xl-150px {
    width: 150px !important;
  }

  .w-xl-175px {
    width: 175px !important;
  }

  .w-xl-200px {
    width: 200px !important;
  }

  .w-xl-225px {
    width: 225px !important;
  }

  .w-xl-250px {
    width: 250px !important;
  }

  .w-xl-275px {
    width: 275px !important;
  }

  .w-xl-300px {
    width: 300px !important;
  }

  .w-xl-325px {
    width: 325px !important;
  }

  .w-xl-350px {
    width: 350px !important;
  }

  .w-xl-375px {
    width: 375px !important;
  }

  .w-xl-400px {
    width: 400px !important;
  }

  .w-xl-425px {
    width: 425px !important;
  }

  .w-xl-450px {
    width: 450px !important;
  }

  .w-xl-475px {
    width: 475px !important;
  }

  .w-xl-500px {
    width: 500px !important;
  }

  .w-xl-550px {
    width: 550px !important;
  }

  .w-xl-600px {
    width: 600px !important;
  }

  .w-xl-650px {
    width: 650px !important;
  }

  .w-xl-700px {
    width: 700px !important;
  }

  .w-xl-750px {
    width: 750px !important;
  }

  .w-xl-800px {
    width: 800px !important;
  }

  .w-xl-850px {
    width: 850px !important;
  }

  .w-xl-900px {
    width: 900px !important;
  }

  .w-xl-950px {
    width: 950px !important;
  }

  .w-xl-1000px {
    width: 1000px !important;
  }

  .mw-xl-unset {
    max-width: unset !important;
  }

  .mw-xl-25 {
    max-width: 25% !important;
  }

  .mw-xl-50 {
    max-width: 50% !important;
  }

  .mw-xl-75 {
    max-width: 75% !important;
  }

  .mw-xl-100 {
    max-width: 100% !important;
  }

  .mw-xl-auto {
    max-width: auto !important;
  }

  .mw-xl-1px {
    max-width: 1px !important;
  }

  .mw-xl-2px {
    max-width: 2px !important;
  }

  .mw-xl-3px {
    max-width: 3px !important;
  }

  .mw-xl-4px {
    max-width: 4px !important;
  }

  .mw-xl-5px {
    max-width: 5px !important;
  }

  .mw-xl-6px {
    max-width: 6px !important;
  }

  .mw-xl-7px {
    max-width: 7px !important;
  }

  .mw-xl-8px {
    max-width: 8px !important;
  }

  .mw-xl-9px {
    max-width: 9px !important;
  }

  .mw-xl-10px {
    max-width: 10px !important;
  }

  .mw-xl-15px {
    max-width: 15px !important;
  }

  .mw-xl-20px {
    max-width: 20px !important;
  }

  .mw-xl-25px {
    max-width: 25px !important;
  }

  .mw-xl-30px {
    max-width: 30px !important;
  }

  .mw-xl-35px {
    max-width: 35px !important;
  }

  .mw-xl-40px {
    max-width: 40px !important;
  }

  .mw-xl-45px {
    max-width: 45px !important;
  }

  .mw-xl-50px {
    max-width: 50px !important;
  }

  .mw-xl-55px {
    max-width: 55px !important;
  }

  .mw-xl-60px {
    max-width: 60px !important;
  }

  .mw-xl-65px {
    max-width: 65px !important;
  }

  .mw-xl-70px {
    max-width: 70px !important;
  }

  .mw-xl-75px {
    max-width: 75px !important;
  }

  .mw-xl-80px {
    max-width: 80px !important;
  }

  .mw-xl-85px {
    max-width: 85px !important;
  }

  .mw-xl-90px {
    max-width: 90px !important;
  }

  .mw-xl-95px {
    max-width: 95px !important;
  }

  .mw-xl-100px {
    max-width: 100px !important;
  }

  .mw-xl-125px {
    max-width: 125px !important;
  }

  .mw-xl-150px {
    max-width: 150px !important;
  }

  .mw-xl-175px {
    max-width: 175px !important;
  }

  .mw-xl-200px {
    max-width: 200px !important;
  }

  .mw-xl-225px {
    max-width: 225px !important;
  }

  .mw-xl-250px {
    max-width: 250px !important;
  }

  .mw-xl-275px {
    max-width: 275px !important;
  }

  .mw-xl-300px {
    max-width: 300px !important;
  }

  .mw-xl-325px {
    max-width: 325px !important;
  }

  .mw-xl-350px {
    max-width: 350px !important;
  }

  .mw-xl-375px {
    max-width: 375px !important;
  }

  .mw-xl-400px {
    max-width: 400px !important;
  }

  .mw-xl-425px {
    max-width: 425px !important;
  }

  .mw-xl-450px {
    max-width: 450px !important;
  }

  .mw-xl-475px {
    max-width: 475px !important;
  }

  .mw-xl-500px {
    max-width: 500px !important;
  }

  .mw-xl-550px {
    max-width: 550px !important;
  }

  .mw-xl-600px {
    max-width: 600px !important;
  }

  .mw-xl-650px {
    max-width: 650px !important;
  }

  .mw-xl-700px {
    max-width: 700px !important;
  }

  .mw-xl-750px {
    max-width: 750px !important;
  }

  .mw-xl-800px {
    max-width: 800px !important;
  }

  .mw-xl-850px {
    max-width: 850px !important;
  }

  .mw-xl-900px {
    max-width: 900px !important;
  }

  .mw-xl-950px {
    max-width: 950px !important;
  }

  .mw-xl-1000px {
    max-width: 1000px !important;
  }

  .h-xl-unset {
    height: unset !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .h-xl-1px {
    height: 1px !important;
  }

  .h-xl-2px {
    height: 2px !important;
  }

  .h-xl-3px {
    height: 3px !important;
  }

  .h-xl-4px {
    height: 4px !important;
  }

  .h-xl-5px {
    height: 5px !important;
  }

  .h-xl-6px {
    height: 6px !important;
  }

  .h-xl-7px {
    height: 7px !important;
  }

  .h-xl-8px {
    height: 8px !important;
  }

  .h-xl-9px {
    height: 9px !important;
  }

  .h-xl-10px {
    height: 10px !important;
  }

  .h-xl-15px {
    height: 15px !important;
  }

  .h-xl-20px {
    height: 20px !important;
  }

  .h-xl-25px {
    height: 25px !important;
  }

  .h-xl-30px {
    height: 30px !important;
  }

  .h-xl-35px {
    height: 35px !important;
  }

  .h-xl-40px {
    height: 40px !important;
  }

  .h-xl-45px {
    height: 45px !important;
  }

  .h-xl-50px {
    height: 50px !important;
  }

  .h-xl-55px {
    height: 55px !important;
  }

  .h-xl-60px {
    height: 60px !important;
  }

  .h-xl-65px {
    height: 65px !important;
  }

  .h-xl-70px {
    height: 70px !important;
  }

  .h-xl-75px {
    height: 75px !important;
  }

  .h-xl-80px {
    height: 80px !important;
  }

  .h-xl-85px {
    height: 85px !important;
  }

  .h-xl-90px {
    height: 90px !important;
  }

  .h-xl-95px {
    height: 95px !important;
  }

  .h-xl-100px {
    height: 100px !important;
  }

  .h-xl-125px {
    height: 125px !important;
  }

  .h-xl-150px {
    height: 150px !important;
  }

  .h-xl-175px {
    height: 175px !important;
  }

  .h-xl-200px {
    height: 200px !important;
  }

  .h-xl-225px {
    height: 225px !important;
  }

  .h-xl-250px {
    height: 250px !important;
  }

  .h-xl-275px {
    height: 275px !important;
  }

  .h-xl-300px {
    height: 300px !important;
  }

  .h-xl-325px {
    height: 325px !important;
  }

  .h-xl-350px {
    height: 350px !important;
  }

  .h-xl-375px {
    height: 375px !important;
  }

  .h-xl-400px {
    height: 400px !important;
  }

  .h-xl-425px {
    height: 425px !important;
  }

  .h-xl-450px {
    height: 450px !important;
  }

  .h-xl-475px {
    height: 475px !important;
  }

  .h-xl-500px {
    height: 500px !important;
  }

  .h-xl-550px {
    height: 550px !important;
  }

  .h-xl-600px {
    height: 600px !important;
  }

  .h-xl-650px {
    height: 650px !important;
  }

  .h-xl-700px {
    height: 700px !important;
  }

  .h-xl-750px {
    height: 750px !important;
  }

  .h-xl-800px {
    height: 800px !important;
  }

  .h-xl-850px {
    height: 850px !important;
  }

  .h-xl-900px {
    height: 900px !important;
  }

  .h-xl-950px {
    height: 950px !important;
  }

  .h-xl-1000px {
    height: 1000px !important;
  }

  .mh-xl-unset {
    max-height: unset !important;
  }

  .mh-xl-25 {
    max-height: 25% !important;
  }

  .mh-xl-50 {
    max-height: 50% !important;
  }

  .mh-xl-75 {
    max-height: 75% !important;
  }

  .mh-xl-100 {
    max-height: 100% !important;
  }

  .mh-xl-auto {
    max-height: auto !important;
  }

  .mh-xl-1px {
    max-height: 1px !important;
  }

  .mh-xl-2px {
    max-height: 2px !important;
  }

  .mh-xl-3px {
    max-height: 3px !important;
  }

  .mh-xl-4px {
    max-height: 4px !important;
  }

  .mh-xl-5px {
    max-height: 5px !important;
  }

  .mh-xl-6px {
    max-height: 6px !important;
  }

  .mh-xl-7px {
    max-height: 7px !important;
  }

  .mh-xl-8px {
    max-height: 8px !important;
  }

  .mh-xl-9px {
    max-height: 9px !important;
  }

  .mh-xl-10px {
    max-height: 10px !important;
  }

  .mh-xl-15px {
    max-height: 15px !important;
  }

  .mh-xl-20px {
    max-height: 20px !important;
  }

  .mh-xl-25px {
    max-height: 25px !important;
  }

  .mh-xl-30px {
    max-height: 30px !important;
  }

  .mh-xl-35px {
    max-height: 35px !important;
  }

  .mh-xl-40px {
    max-height: 40px !important;
  }

  .mh-xl-45px {
    max-height: 45px !important;
  }

  .mh-xl-50px {
    max-height: 50px !important;
  }

  .mh-xl-55px {
    max-height: 55px !important;
  }

  .mh-xl-60px {
    max-height: 60px !important;
  }

  .mh-xl-65px {
    max-height: 65px !important;
  }

  .mh-xl-70px {
    max-height: 70px !important;
  }

  .mh-xl-75px {
    max-height: 75px !important;
  }

  .mh-xl-80px {
    max-height: 80px !important;
  }

  .mh-xl-85px {
    max-height: 85px !important;
  }

  .mh-xl-90px {
    max-height: 90px !important;
  }

  .mh-xl-95px {
    max-height: 95px !important;
  }

  .mh-xl-100px {
    max-height: 100px !important;
  }

  .mh-xl-125px {
    max-height: 125px !important;
  }

  .mh-xl-150px {
    max-height: 150px !important;
  }

  .mh-xl-175px {
    max-height: 175px !important;
  }

  .mh-xl-200px {
    max-height: 200px !important;
  }

  .mh-xl-225px {
    max-height: 225px !important;
  }

  .mh-xl-250px {
    max-height: 250px !important;
  }

  .mh-xl-275px {
    max-height: 275px !important;
  }

  .mh-xl-300px {
    max-height: 300px !important;
  }

  .mh-xl-325px {
    max-height: 325px !important;
  }

  .mh-xl-350px {
    max-height: 350px !important;
  }

  .mh-xl-375px {
    max-height: 375px !important;
  }

  .mh-xl-400px {
    max-height: 400px !important;
  }

  .mh-xl-425px {
    max-height: 425px !important;
  }

  .mh-xl-450px {
    max-height: 450px !important;
  }

  .mh-xl-475px {
    max-height: 475px !important;
  }

  .mh-xl-500px {
    max-height: 500px !important;
  }

  .mh-xl-550px {
    max-height: 550px !important;
  }

  .mh-xl-600px {
    max-height: 600px !important;
  }

  .mh-xl-650px {
    max-height: 650px !important;
  }

  .mh-xl-700px {
    max-height: 700px !important;
  }

  .mh-xl-750px {
    max-height: 750px !important;
  }

  .mh-xl-800px {
    max-height: 800px !important;
  }

  .mh-xl-850px {
    max-height: 850px !important;
  }

  .mh-xl-900px {
    max-height: 900px !important;
  }

  .mh-xl-950px {
    max-height: 950px !important;
  }

  .mh-xl-1000px {
    max-height: 1000px !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 0.75rem !important;
  }

  .gap-xl-4 {
    gap: 1rem !important;
  }

  .gap-xl-5 {
    gap: 1.25rem !important;
  }

  .gap-xl-6 {
    gap: 1.5rem !important;
  }

  .gap-xl-7 {
    gap: 1.75rem !important;
  }

  .gap-xl-8 {
    gap: 2rem !important;
  }

  .gap-xl-9 {
    gap: 2.25rem !important;
  }

  .gap-xl-10 {
    gap: 2.5rem !important;
  }

  .gap-xl-11 {
    gap: 2.75rem !important;
  }

  .gap-xl-12 {
    gap: 3rem !important;
  }

  .gap-xl-13 {
    gap: 3.25rem !important;
  }

  .gap-xl-14 {
    gap: 3.5rem !important;
  }

  .gap-xl-15 {
    gap: 3.75rem !important;
  }

  .gap-xl-16 {
    gap: 4rem !important;
  }

  .gap-xl-17 {
    gap: 4.25rem !important;
  }

  .gap-xl-18 {
    gap: 4.5rem !important;
  }

  .gap-xl-19 {
    gap: 4.75rem !important;
  }

  .gap-xl-20 {
    gap: 5rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 0.75rem !important;
  }

  .m-xl-4 {
    margin: 1rem !important;
  }

  .m-xl-5 {
    margin: 1.25rem !important;
  }

  .m-xl-6 {
    margin: 1.5rem !important;
  }

  .m-xl-7 {
    margin: 1.75rem !important;
  }

  .m-xl-8 {
    margin: 2rem !important;
  }

  .m-xl-9 {
    margin: 2.25rem !important;
  }

  .m-xl-10 {
    margin: 2.5rem !important;
  }

  .m-xl-11 {
    margin: 2.75rem !important;
  }

  .m-xl-12 {
    margin: 3rem !important;
  }

  .m-xl-13 {
    margin: 3.25rem !important;
  }

  .m-xl-14 {
    margin: 3.5rem !important;
  }

  .m-xl-15 {
    margin: 3.75rem !important;
  }

  .m-xl-16 {
    margin: 4rem !important;
  }

  .m-xl-17 {
    margin: 4.25rem !important;
  }

  .m-xl-18 {
    margin: 4.5rem !important;
  }

  .m-xl-19 {
    margin: 4.75rem !important;
  }

  .m-xl-20 {
    margin: 5rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-xl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xl-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .mx-xl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .mx-xl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-xl-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .mx-xl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xl-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .mx-xl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xl-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .mx-xl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .my-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .my-xl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-xl-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .my-xl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .my-xl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xl-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .my-xl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }

  .mt-xl-4 {
    margin-top: 1rem !important;
  }

  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }

  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }

  .mt-xl-8 {
    margin-top: 2rem !important;
  }

  .mt-xl-9 {
    margin-top: 2.25rem !important;
  }

  .mt-xl-10 {
    margin-top: 2.5rem !important;
  }

  .mt-xl-11 {
    margin-top: 2.75rem !important;
  }

  .mt-xl-12 {
    margin-top: 3rem !important;
  }

  .mt-xl-13 {
    margin-top: 3.25rem !important;
  }

  .mt-xl-14 {
    margin-top: 3.5rem !important;
  }

  .mt-xl-15 {
    margin-top: 3.75rem !important;
  }

  .mt-xl-16 {
    margin-top: 4rem !important;
  }

  .mt-xl-17 {
    margin-top: 4.25rem !important;
  }

  .mt-xl-18 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-19 {
    margin-top: 4.75rem !important;
  }

  .mt-xl-20 {
    margin-top: 5rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 0.75rem !important;
  }

  .me-xl-4 {
    margin-right: 1rem !important;
  }

  .me-xl-5 {
    margin-right: 1.25rem !important;
  }

  .me-xl-6 {
    margin-right: 1.5rem !important;
  }

  .me-xl-7 {
    margin-right: 1.75rem !important;
  }

  .me-xl-8 {
    margin-right: 2rem !important;
  }

  .me-xl-9 {
    margin-right: 2.25rem !important;
  }

  .me-xl-10 {
    margin-right: 2.5rem !important;
  }

  .me-xl-11 {
    margin-right: 2.75rem !important;
  }

  .me-xl-12 {
    margin-right: 3rem !important;
  }

  .me-xl-13 {
    margin-right: 3.25rem !important;
  }

  .me-xl-14 {
    margin-right: 3.5rem !important;
  }

  .me-xl-15 {
    margin-right: 3.75rem !important;
  }

  .me-xl-16 {
    margin-right: 4rem !important;
  }

  .me-xl-17 {
    margin-right: 4.25rem !important;
  }

  .me-xl-18 {
    margin-right: 4.5rem !important;
  }

  .me-xl-19 {
    margin-right: 4.75rem !important;
  }

  .me-xl-20 {
    margin-right: 5rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-11 {
    margin-bottom: 2.75rem !important;
  }

  .mb-xl-12 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-13 {
    margin-bottom: 3.25rem !important;
  }

  .mb-xl-14 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xl-15 {
    margin-bottom: 3.75rem !important;
  }

  .mb-xl-16 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-17 {
    margin-bottom: 4.25rem !important;
  }

  .mb-xl-18 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xl-19 {
    margin-bottom: 4.75rem !important;
  }

  .mb-xl-20 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }

  .ms-xl-4 {
    margin-left: 1rem !important;
  }

  .ms-xl-5 {
    margin-left: 1.25rem !important;
  }

  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-7 {
    margin-left: 1.75rem !important;
  }

  .ms-xl-8 {
    margin-left: 2rem !important;
  }

  .ms-xl-9 {
    margin-left: 2.25rem !important;
  }

  .ms-xl-10 {
    margin-left: 2.5rem !important;
  }

  .ms-xl-11 {
    margin-left: 2.75rem !important;
  }

  .ms-xl-12 {
    margin-left: 3rem !important;
  }

  .ms-xl-13 {
    margin-left: 3.25rem !important;
  }

  .ms-xl-14 {
    margin-left: 3.5rem !important;
  }

  .ms-xl-15 {
    margin-left: 3.75rem !important;
  }

  .ms-xl-16 {
    margin-left: 4rem !important;
  }

  .ms-xl-17 {
    margin-left: 4.25rem !important;
  }

  .ms-xl-18 {
    margin-left: 4.5rem !important;
  }

  .ms-xl-19 {
    margin-left: 4.75rem !important;
  }

  .ms-xl-20 {
    margin-left: 5rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -0.75rem !important;
  }

  .m-xl-n4 {
    margin: -1rem !important;
  }

  .m-xl-n5 {
    margin: -1.25rem !important;
  }

  .m-xl-n6 {
    margin: -1.5rem !important;
  }

  .m-xl-n7 {
    margin: -1.75rem !important;
  }

  .m-xl-n8 {
    margin: -2rem !important;
  }

  .m-xl-n9 {
    margin: -2.25rem !important;
  }

  .m-xl-n10 {
    margin: -2.5rem !important;
  }

  .m-xl-n11 {
    margin: -2.75rem !important;
  }

  .m-xl-n12 {
    margin: -3rem !important;
  }

  .m-xl-n13 {
    margin: -3.25rem !important;
  }

  .m-xl-n14 {
    margin: -3.5rem !important;
  }

  .m-xl-n15 {
    margin: -3.75rem !important;
  }

  .m-xl-n16 {
    margin: -4rem !important;
  }

  .m-xl-n17 {
    margin: -4.25rem !important;
  }

  .m-xl-n18 {
    margin: -4.5rem !important;
  }

  .m-xl-n19 {
    margin: -4.75rem !important;
  }

  .m-xl-n20 {
    margin: -5rem !important;
  }

  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }

  .mx-xl-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }

  .mx-xl-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xl-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-xl-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-xl-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }

  .mx-xl-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xl-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }

  .mx-xl-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-xl-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }

  .mx-xl-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-xl-n17 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }

  .mx-xl-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-xl-n19 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }

  .mx-xl-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-xl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .my-xl-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .my-xl-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xl-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-xl-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-xl-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .my-xl-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xl-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }

  .my-xl-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-xl-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .my-xl-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-xl-n17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }

  .my-xl-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-xl-n19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

  .my-xl-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -0.75rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1rem !important;
  }

  .mt-xl-n5 {
    margin-top: -1.25rem !important;
  }

  .mt-xl-n6 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n7 {
    margin-top: -1.75rem !important;
  }

  .mt-xl-n8 {
    margin-top: -2rem !important;
  }

  .mt-xl-n9 {
    margin-top: -2.25rem !important;
  }

  .mt-xl-n10 {
    margin-top: -2.5rem !important;
  }

  .mt-xl-n11 {
    margin-top: -2.75rem !important;
  }

  .mt-xl-n12 {
    margin-top: -3rem !important;
  }

  .mt-xl-n13 {
    margin-top: -3.25rem !important;
  }

  .mt-xl-n14 {
    margin-top: -3.5rem !important;
  }

  .mt-xl-n15 {
    margin-top: -3.75rem !important;
  }

  .mt-xl-n16 {
    margin-top: -4rem !important;
  }

  .mt-xl-n17 {
    margin-top: -4.25rem !important;
  }

  .mt-xl-n18 {
    margin-top: -4.5rem !important;
  }

  .mt-xl-n19 {
    margin-top: -4.75rem !important;
  }

  .mt-xl-n20 {
    margin-top: -5rem !important;
  }

  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xl-n3 {
    margin-right: -0.75rem !important;
  }

  .me-xl-n4 {
    margin-right: -1rem !important;
  }

  .me-xl-n5 {
    margin-right: -1.25rem !important;
  }

  .me-xl-n6 {
    margin-right: -1.5rem !important;
  }

  .me-xl-n7 {
    margin-right: -1.75rem !important;
  }

  .me-xl-n8 {
    margin-right: -2rem !important;
  }

  .me-xl-n9 {
    margin-right: -2.25rem !important;
  }

  .me-xl-n10 {
    margin-right: -2.5rem !important;
  }

  .me-xl-n11 {
    margin-right: -2.75rem !important;
  }

  .me-xl-n12 {
    margin-right: -3rem !important;
  }

  .me-xl-n13 {
    margin-right: -3.25rem !important;
  }

  .me-xl-n14 {
    margin-right: -3.5rem !important;
  }

  .me-xl-n15 {
    margin-right: -3.75rem !important;
  }

  .me-xl-n16 {
    margin-right: -4rem !important;
  }

  .me-xl-n17 {
    margin-right: -4.25rem !important;
  }

  .me-xl-n18 {
    margin-right: -4.5rem !important;
  }

  .me-xl-n19 {
    margin-right: -4.75rem !important;
  }

  .me-xl-n20 {
    margin-right: -5rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -0.75rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -1.25rem !important;
  }

  .mb-xl-n6 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n7 {
    margin-bottom: -1.75rem !important;
  }

  .mb-xl-n8 {
    margin-bottom: -2rem !important;
  }

  .mb-xl-n9 {
    margin-bottom: -2.25rem !important;
  }

  .mb-xl-n10 {
    margin-bottom: -2.5rem !important;
  }

  .mb-xl-n11 {
    margin-bottom: -2.75rem !important;
  }

  .mb-xl-n12 {
    margin-bottom: -3rem !important;
  }

  .mb-xl-n13 {
    margin-bottom: -3.25rem !important;
  }

  .mb-xl-n14 {
    margin-bottom: -3.5rem !important;
  }

  .mb-xl-n15 {
    margin-bottom: -3.75rem !important;
  }

  .mb-xl-n16 {
    margin-bottom: -4rem !important;
  }

  .mb-xl-n17 {
    margin-bottom: -4.25rem !important;
  }

  .mb-xl-n18 {
    margin-bottom: -4.5rem !important;
  }

  .mb-xl-n19 {
    margin-bottom: -4.75rem !important;
  }

  .mb-xl-n20 {
    margin-bottom: -5rem !important;
  }

  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xl-n3 {
    margin-left: -0.75rem !important;
  }

  .ms-xl-n4 {
    margin-left: -1rem !important;
  }

  .ms-xl-n5 {
    margin-left: -1.25rem !important;
  }

  .ms-xl-n6 {
    margin-left: -1.5rem !important;
  }

  .ms-xl-n7 {
    margin-left: -1.75rem !important;
  }

  .ms-xl-n8 {
    margin-left: -2rem !important;
  }

  .ms-xl-n9 {
    margin-left: -2.25rem !important;
  }

  .ms-xl-n10 {
    margin-left: -2.5rem !important;
  }

  .ms-xl-n11 {
    margin-left: -2.75rem !important;
  }

  .ms-xl-n12 {
    margin-left: -3rem !important;
  }

  .ms-xl-n13 {
    margin-left: -3.25rem !important;
  }

  .ms-xl-n14 {
    margin-left: -3.5rem !important;
  }

  .ms-xl-n15 {
    margin-left: -3.75rem !important;
  }

  .ms-xl-n16 {
    margin-left: -4rem !important;
  }

  .ms-xl-n17 {
    margin-left: -4.25rem !important;
  }

  .ms-xl-n18 {
    margin-left: -4.5rem !important;
  }

  .ms-xl-n19 {
    margin-left: -4.75rem !important;
  }

  .ms-xl-n20 {
    margin-left: -5rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 0.75rem !important;
  }

  .p-xl-4 {
    padding: 1rem !important;
  }

  .p-xl-5 {
    padding: 1.25rem !important;
  }

  .p-xl-6 {
    padding: 1.5rem !important;
  }

  .p-xl-7 {
    padding: 1.75rem !important;
  }

  .p-xl-8 {
    padding: 2rem !important;
  }

  .p-xl-9 {
    padding: 2.25rem !important;
  }

  .p-xl-10 {
    padding: 2.5rem !important;
  }

  .p-xl-11 {
    padding: 2.75rem !important;
  }

  .p-xl-12 {
    padding: 3rem !important;
  }

  .p-xl-13 {
    padding: 3.25rem !important;
  }

  .p-xl-14 {
    padding: 3.5rem !important;
  }

  .p-xl-15 {
    padding: 3.75rem !important;
  }

  .p-xl-16 {
    padding: 4rem !important;
  }

  .p-xl-17 {
    padding: 4.25rem !important;
  }

  .p-xl-18 {
    padding: 4.5rem !important;
  }

  .p-xl-19 {
    padding: 4.75rem !important;
  }

  .p-xl-20 {
    padding: 5rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-xl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xl-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .px-xl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .px-xl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-xl-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .px-xl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xl-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .px-xl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xl-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .px-xl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .py-xl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .py-xl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-xl-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .py-xl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xl-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .py-xl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xl-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .py-xl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }

  .pt-xl-4 {
    padding-top: 1rem !important;
  }

  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }

  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }

  .pt-xl-8 {
    padding-top: 2rem !important;
  }

  .pt-xl-9 {
    padding-top: 2.25rem !important;
  }

  .pt-xl-10 {
    padding-top: 2.5rem !important;
  }

  .pt-xl-11 {
    padding-top: 2.75rem !important;
  }

  .pt-xl-12 {
    padding-top: 3rem !important;
  }

  .pt-xl-13 {
    padding-top: 3.25rem !important;
  }

  .pt-xl-14 {
    padding-top: 3.5rem !important;
  }

  .pt-xl-15 {
    padding-top: 3.75rem !important;
  }

  .pt-xl-16 {
    padding-top: 4rem !important;
  }

  .pt-xl-17 {
    padding-top: 4.25rem !important;
  }

  .pt-xl-18 {
    padding-top: 4.5rem !important;
  }

  .pt-xl-19 {
    padding-top: 4.75rem !important;
  }

  .pt-xl-20 {
    padding-top: 5rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }

  .pe-xl-4 {
    padding-right: 1rem !important;
  }

  .pe-xl-5 {
    padding-right: 1.25rem !important;
  }

  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-7 {
    padding-right: 1.75rem !important;
  }

  .pe-xl-8 {
    padding-right: 2rem !important;
  }

  .pe-xl-9 {
    padding-right: 2.25rem !important;
  }

  .pe-xl-10 {
    padding-right: 2.5rem !important;
  }

  .pe-xl-11 {
    padding-right: 2.75rem !important;
  }

  .pe-xl-12 {
    padding-right: 3rem !important;
  }

  .pe-xl-13 {
    padding-right: 3.25rem !important;
  }

  .pe-xl-14 {
    padding-right: 3.5rem !important;
  }

  .pe-xl-15 {
    padding-right: 3.75rem !important;
  }

  .pe-xl-16 {
    padding-right: 4rem !important;
  }

  .pe-xl-17 {
    padding-right: 4.25rem !important;
  }

  .pe-xl-18 {
    padding-right: 4.5rem !important;
  }

  .pe-xl-19 {
    padding-right: 4.75rem !important;
  }

  .pe-xl-20 {
    padding-right: 5rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xl-11 {
    padding-bottom: 2.75rem !important;
  }

  .pb-xl-12 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-13 {
    padding-bottom: 3.25rem !important;
  }

  .pb-xl-14 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xl-15 {
    padding-bottom: 3.75rem !important;
  }

  .pb-xl-16 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-17 {
    padding-bottom: 4.25rem !important;
  }

  .pb-xl-18 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xl-19 {
    padding-bottom: 4.75rem !important;
  }

  .pb-xl-20 {
    padding-bottom: 5rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }

  .ps-xl-4 {
    padding-left: 1rem !important;
  }

  .ps-xl-5 {
    padding-left: 1.25rem !important;
  }

  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-7 {
    padding-left: 1.75rem !important;
  }

  .ps-xl-8 {
    padding-left: 2rem !important;
  }

  .ps-xl-9 {
    padding-left: 2.25rem !important;
  }

  .ps-xl-10 {
    padding-left: 2.5rem !important;
  }

  .ps-xl-11 {
    padding-left: 2.75rem !important;
  }

  .ps-xl-12 {
    padding-left: 3rem !important;
  }

  .ps-xl-13 {
    padding-left: 3.25rem !important;
  }

  .ps-xl-14 {
    padding-left: 3.5rem !important;
  }

  .ps-xl-15 {
    padding-left: 3.75rem !important;
  }

  .ps-xl-16 {
    padding-left: 4rem !important;
  }

  .ps-xl-17 {
    padding-left: 4.25rem !important;
  }

  .ps-xl-18 {
    padding-left: 4.5rem !important;
  }

  .ps-xl-19 {
    padding-left: 4.75rem !important;
  }

  .ps-xl-20 {
    padding-left: 5rem !important;
  }

  .fs-xl-1 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-xl-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-xl-3 {
    font-size: calc(1.26rem + 0.12vw) !important;
  }

  .fs-xl-4 {
    font-size: 1.25rem !important;
  }

  .fs-xl-5 {
    font-size: 1.15rem !important;
  }

  .fs-xl-6 {
    font-size: 1.075rem !important;
  }

  .fs-xl-7 {
    font-size: 0.95rem !important;
  }

  .fs-xl-8 {
    font-size: 0.85rem !important;
  }

  .fs-xl-9 {
    font-size: 0.75rem !important;
  }

  .fs-xl-10 {
    font-size: 0.5rem !important;
  }

  .fs-xl-base {
    font-size: 1rem !important;
  }

  .fs-xl-fluid {
    font-size: 100% !important;
  }

  .fs-xl-2x {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-xl-2qx {
    font-size: calc(1.35rem + 1.2vw) !important;
  }

  .fs-xl-2hx {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-xl-2tx {
    font-size: calc(1.4rem + 1.8vw) !important;
  }

  .fs-xl-3x {
    font-size: calc(1.425rem + 2.1vw) !important;
  }

  .fs-xl-3qx {
    font-size: calc(1.45rem + 2.4vw) !important;
  }

  .fs-xl-3hx {
    font-size: calc(1.475rem + 2.7vw) !important;
  }

  .fs-xl-3tx {
    font-size: calc(1.5rem + 3vw) !important;
  }

  .fs-xl-4x {
    font-size: calc(1.525rem + 3.3vw) !important;
  }

  .fs-xl-4qx {
    font-size: calc(1.55rem + 3.6vw) !important;
  }

  .fs-xl-4hx {
    font-size: calc(1.575rem + 3.9vw) !important;
  }

  .fs-xl-4tx {
    font-size: calc(1.6rem + 4.2vw) !important;
  }

  .fs-xl-5x {
    font-size: calc(1.625rem + 4.5vw) !important;
  }

  .fs-xl-5qx {
    font-size: calc(1.65rem + 4.8vw) !important;
  }

  .fs-xl-5hx {
    font-size: calc(1.675rem + 5.1vw) !important;
  }

  .fs-xl-5tx {
    font-size: calc(1.7rem + 5.4vw) !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .min-w-xl-unset {
    min-width: unset !important;
  }

  .min-w-xl-25 {
    min-width: 25% !important;
  }

  .min-w-xl-50 {
    min-width: 50% !important;
  }

  .min-w-xl-75 {
    min-width: 75% !important;
  }

  .min-w-xl-100 {
    min-width: 100% !important;
  }

  .min-w-xl-auto {
    min-width: auto !important;
  }

  .min-w-xl-1px {
    min-width: 1px !important;
  }

  .min-w-xl-2px {
    min-width: 2px !important;
  }

  .min-w-xl-3px {
    min-width: 3px !important;
  }

  .min-w-xl-4px {
    min-width: 4px !important;
  }

  .min-w-xl-5px {
    min-width: 5px !important;
  }

  .min-w-xl-6px {
    min-width: 6px !important;
  }

  .min-w-xl-7px {
    min-width: 7px !important;
  }

  .min-w-xl-8px {
    min-width: 8px !important;
  }

  .min-w-xl-9px {
    min-width: 9px !important;
  }

  .min-w-xl-10px {
    min-width: 10px !important;
  }

  .min-w-xl-15px {
    min-width: 15px !important;
  }

  .min-w-xl-20px {
    min-width: 20px !important;
  }

  .min-w-xl-25px {
    min-width: 25px !important;
  }

  .min-w-xl-30px {
    min-width: 30px !important;
  }

  .min-w-xl-35px {
    min-width: 35px !important;
  }

  .min-w-xl-40px {
    min-width: 40px !important;
  }

  .min-w-xl-45px {
    min-width: 45px !important;
  }

  .min-w-xl-50px {
    min-width: 50px !important;
  }

  .min-w-xl-55px {
    min-width: 55px !important;
  }

  .min-w-xl-60px {
    min-width: 60px !important;
  }

  .min-w-xl-65px {
    min-width: 65px !important;
  }

  .min-w-xl-70px {
    min-width: 70px !important;
  }

  .min-w-xl-75px {
    min-width: 75px !important;
  }

  .min-w-xl-80px {
    min-width: 80px !important;
  }

  .min-w-xl-85px {
    min-width: 85px !important;
  }

  .min-w-xl-90px {
    min-width: 90px !important;
  }

  .min-w-xl-95px {
    min-width: 95px !important;
  }

  .min-w-xl-100px {
    min-width: 100px !important;
  }

  .min-w-xl-125px {
    min-width: 125px !important;
  }

  .min-w-xl-150px {
    min-width: 150px !important;
  }

  .min-w-xl-175px {
    min-width: 175px !important;
  }

  .min-w-xl-200px {
    min-width: 200px !important;
  }

  .min-w-xl-225px {
    min-width: 225px !important;
  }

  .min-w-xl-250px {
    min-width: 250px !important;
  }

  .min-w-xl-275px {
    min-width: 275px !important;
  }

  .min-w-xl-300px {
    min-width: 300px !important;
  }

  .min-w-xl-325px {
    min-width: 325px !important;
  }

  .min-w-xl-350px {
    min-width: 350px !important;
  }

  .min-w-xl-375px {
    min-width: 375px !important;
  }

  .min-w-xl-400px {
    min-width: 400px !important;
  }

  .min-w-xl-425px {
    min-width: 425px !important;
  }

  .min-w-xl-450px {
    min-width: 450px !important;
  }

  .min-w-xl-475px {
    min-width: 475px !important;
  }

  .min-w-xl-500px {
    min-width: 500px !important;
  }

  .min-w-xl-550px {
    min-width: 550px !important;
  }

  .min-w-xl-600px {
    min-width: 600px !important;
  }

  .min-w-xl-650px {
    min-width: 650px !important;
  }

  .min-w-xl-700px {
    min-width: 700px !important;
  }

  .min-w-xl-750px {
    min-width: 750px !important;
  }

  .min-w-xl-800px {
    min-width: 800px !important;
  }

  .min-w-xl-850px {
    min-width: 850px !important;
  }

  .min-w-xl-900px {
    min-width: 900px !important;
  }

  .min-w-xl-950px {
    min-width: 950px !important;
  }

  .min-w-xl-1000px {
    min-width: 1000px !important;
  }

  .min-h-xl-unset {
    min-height: unset !important;
  }

  .min-h-xl-25 {
    min-height: 25% !important;
  }

  .min-h-xl-50 {
    min-height: 50% !important;
  }

  .min-h-xl-75 {
    min-height: 75% !important;
  }

  .min-h-xl-100 {
    min-height: 100% !important;
  }

  .min-h-xl-auto {
    min-height: auto !important;
  }

  .min-h-xl-1px {
    min-height: 1px !important;
  }

  .min-h-xl-2px {
    min-height: 2px !important;
  }

  .min-h-xl-3px {
    min-height: 3px !important;
  }

  .min-h-xl-4px {
    min-height: 4px !important;
  }

  .min-h-xl-5px {
    min-height: 5px !important;
  }

  .min-h-xl-6px {
    min-height: 6px !important;
  }

  .min-h-xl-7px {
    min-height: 7px !important;
  }

  .min-h-xl-8px {
    min-height: 8px !important;
  }

  .min-h-xl-9px {
    min-height: 9px !important;
  }

  .min-h-xl-10px {
    min-height: 10px !important;
  }

  .min-h-xl-15px {
    min-height: 15px !important;
  }

  .min-h-xl-20px {
    min-height: 20px !important;
  }

  .min-h-xl-25px {
    min-height: 25px !important;
  }

  .min-h-xl-30px {
    min-height: 30px !important;
  }

  .min-h-xl-35px {
    min-height: 35px !important;
  }

  .min-h-xl-40px {
    min-height: 40px !important;
  }

  .min-h-xl-45px {
    min-height: 45px !important;
  }

  .min-h-xl-50px {
    min-height: 50px !important;
  }

  .min-h-xl-55px {
    min-height: 55px !important;
  }

  .min-h-xl-60px {
    min-height: 60px !important;
  }

  .min-h-xl-65px {
    min-height: 65px !important;
  }

  .min-h-xl-70px {
    min-height: 70px !important;
  }

  .min-h-xl-75px {
    min-height: 75px !important;
  }

  .min-h-xl-80px {
    min-height: 80px !important;
  }

  .min-h-xl-85px {
    min-height: 85px !important;
  }

  .min-h-xl-90px {
    min-height: 90px !important;
  }

  .min-h-xl-95px {
    min-height: 95px !important;
  }

  .min-h-xl-100px {
    min-height: 100px !important;
  }

  .min-h-xl-125px {
    min-height: 125px !important;
  }

  .min-h-xl-150px {
    min-height: 150px !important;
  }

  .min-h-xl-175px {
    min-height: 175px !important;
  }

  .min-h-xl-200px {
    min-height: 200px !important;
  }

  .min-h-xl-225px {
    min-height: 225px !important;
  }

  .min-h-xl-250px {
    min-height: 250px !important;
  }

  .min-h-xl-275px {
    min-height: 275px !important;
  }

  .min-h-xl-300px {
    min-height: 300px !important;
  }

  .min-h-xl-325px {
    min-height: 325px !important;
  }

  .min-h-xl-350px {
    min-height: 350px !important;
  }

  .min-h-xl-375px {
    min-height: 375px !important;
  }

  .min-h-xl-400px {
    min-height: 400px !important;
  }

  .min-h-xl-425px {
    min-height: 425px !important;
  }

  .min-h-xl-450px {
    min-height: 450px !important;
  }

  .min-h-xl-475px {
    min-height: 475px !important;
  }

  .min-h-xl-500px {
    min-height: 500px !important;
  }

  .min-h-xl-550px {
    min-height: 550px !important;
  }

  .min-h-xl-600px {
    min-height: 600px !important;
  }

  .min-h-xl-650px {
    min-height: 650px !important;
  }

  .min-h-xl-700px {
    min-height: 700px !important;
  }

  .min-h-xl-750px {
    min-height: 750px !important;
  }

  .min-h-xl-800px {
    min-height: 800px !important;
  }

  .min-h-xl-850px {
    min-height: 850px !important;
  }

  .min-h-xl-900px {
    min-height: 900px !important;
  }

  .min-h-xl-950px {
    min-height: 950px !important;
  }

  .min-h-xl-1000px {
    min-height: 1000px !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .w-xxl-unset {
    width: unset !important;
  }

  .w-xxl-25 {
    width: 25% !important;
  }

  .w-xxl-50 {
    width: 50% !important;
  }

  .w-xxl-75 {
    width: 75% !important;
  }

  .w-xxl-100 {
    width: 100% !important;
  }

  .w-xxl-auto {
    width: auto !important;
  }

  .w-xxl-1px {
    width: 1px !important;
  }

  .w-xxl-2px {
    width: 2px !important;
  }

  .w-xxl-3px {
    width: 3px !important;
  }

  .w-xxl-4px {
    width: 4px !important;
  }

  .w-xxl-5px {
    width: 5px !important;
  }

  .w-xxl-6px {
    width: 6px !important;
  }

  .w-xxl-7px {
    width: 7px !important;
  }

  .w-xxl-8px {
    width: 8px !important;
  }

  .w-xxl-9px {
    width: 9px !important;
  }

  .w-xxl-10px {
    width: 10px !important;
  }

  .w-xxl-15px {
    width: 15px !important;
  }

  .w-xxl-20px {
    width: 20px !important;
  }

  .w-xxl-25px {
    width: 25px !important;
  }

  .w-xxl-30px {
    width: 30px !important;
  }

  .w-xxl-35px {
    width: 35px !important;
  }

  .w-xxl-40px {
    width: 40px !important;
  }

  .w-xxl-45px {
    width: 45px !important;
  }

  .w-xxl-50px {
    width: 50px !important;
  }

  .w-xxl-55px {
    width: 55px !important;
  }

  .w-xxl-60px {
    width: 60px !important;
  }

  .w-xxl-65px {
    width: 65px !important;
  }

  .w-xxl-70px {
    width: 70px !important;
  }

  .w-xxl-75px {
    width: 75px !important;
  }

  .w-xxl-80px {
    width: 80px !important;
  }

  .w-xxl-85px {
    width: 85px !important;
  }

  .w-xxl-90px {
    width: 90px !important;
  }

  .w-xxl-95px {
    width: 95px !important;
  }

  .w-xxl-100px {
    width: 100px !important;
  }

  .w-xxl-125px {
    width: 125px !important;
  }

  .w-xxl-150px {
    width: 150px !important;
  }

  .w-xxl-175px {
    width: 175px !important;
  }

  .w-xxl-200px {
    width: 200px !important;
  }

  .w-xxl-225px {
    width: 225px !important;
  }

  .w-xxl-250px {
    width: 250px !important;
  }

  .w-xxl-275px {
    width: 275px !important;
  }

  .w-xxl-300px {
    width: 300px !important;
  }

  .w-xxl-325px {
    width: 325px !important;
  }

  .w-xxl-350px {
    width: 350px !important;
  }

  .w-xxl-375px {
    width: 375px !important;
  }

  .w-xxl-400px {
    width: 400px !important;
  }

  .w-xxl-425px {
    width: 425px !important;
  }

  .w-xxl-450px {
    width: 450px !important;
  }

  .w-xxl-475px {
    width: 475px !important;
  }

  .w-xxl-500px {
    width: 500px !important;
  }

  .w-xxl-550px {
    width: 550px !important;
  }

  .w-xxl-600px {
    width: 600px !important;
  }

  .w-xxl-650px {
    width: 650px !important;
  }

  .w-xxl-700px {
    width: 700px !important;
  }

  .w-xxl-750px {
    width: 750px !important;
  }

  .w-xxl-800px {
    width: 800px !important;
  }

  .w-xxl-850px {
    width: 850px !important;
  }

  .w-xxl-900px {
    width: 900px !important;
  }

  .w-xxl-950px {
    width: 950px !important;
  }

  .w-xxl-1000px {
    width: 1000px !important;
  }

  .mw-xxl-unset {
    max-width: unset !important;
  }

  .mw-xxl-25 {
    max-width: 25% !important;
  }

  .mw-xxl-50 {
    max-width: 50% !important;
  }

  .mw-xxl-75 {
    max-width: 75% !important;
  }

  .mw-xxl-100 {
    max-width: 100% !important;
  }

  .mw-xxl-auto {
    max-width: auto !important;
  }

  .mw-xxl-1px {
    max-width: 1px !important;
  }

  .mw-xxl-2px {
    max-width: 2px !important;
  }

  .mw-xxl-3px {
    max-width: 3px !important;
  }

  .mw-xxl-4px {
    max-width: 4px !important;
  }

  .mw-xxl-5px {
    max-width: 5px !important;
  }

  .mw-xxl-6px {
    max-width: 6px !important;
  }

  .mw-xxl-7px {
    max-width: 7px !important;
  }

  .mw-xxl-8px {
    max-width: 8px !important;
  }

  .mw-xxl-9px {
    max-width: 9px !important;
  }

  .mw-xxl-10px {
    max-width: 10px !important;
  }

  .mw-xxl-15px {
    max-width: 15px !important;
  }

  .mw-xxl-20px {
    max-width: 20px !important;
  }

  .mw-xxl-25px {
    max-width: 25px !important;
  }

  .mw-xxl-30px {
    max-width: 30px !important;
  }

  .mw-xxl-35px {
    max-width: 35px !important;
  }

  .mw-xxl-40px {
    max-width: 40px !important;
  }

  .mw-xxl-45px {
    max-width: 45px !important;
  }

  .mw-xxl-50px {
    max-width: 50px !important;
  }

  .mw-xxl-55px {
    max-width: 55px !important;
  }

  .mw-xxl-60px {
    max-width: 60px !important;
  }

  .mw-xxl-65px {
    max-width: 65px !important;
  }

  .mw-xxl-70px {
    max-width: 70px !important;
  }

  .mw-xxl-75px {
    max-width: 75px !important;
  }

  .mw-xxl-80px {
    max-width: 80px !important;
  }

  .mw-xxl-85px {
    max-width: 85px !important;
  }

  .mw-xxl-90px {
    max-width: 90px !important;
  }

  .mw-xxl-95px {
    max-width: 95px !important;
  }

  .mw-xxl-100px {
    max-width: 100px !important;
  }

  .mw-xxl-125px {
    max-width: 125px !important;
  }

  .mw-xxl-150px {
    max-width: 150px !important;
  }

  .mw-xxl-175px {
    max-width: 175px !important;
  }

  .mw-xxl-200px {
    max-width: 200px !important;
  }

  .mw-xxl-225px {
    max-width: 225px !important;
  }

  .mw-xxl-250px {
    max-width: 250px !important;
  }

  .mw-xxl-275px {
    max-width: 275px !important;
  }

  .mw-xxl-300px {
    max-width: 300px !important;
  }

  .mw-xxl-325px {
    max-width: 325px !important;
  }

  .mw-xxl-350px {
    max-width: 350px !important;
  }

  .mw-xxl-375px {
    max-width: 375px !important;
  }

  .mw-xxl-400px {
    max-width: 400px !important;
  }

  .mw-xxl-425px {
    max-width: 425px !important;
  }

  .mw-xxl-450px {
    max-width: 450px !important;
  }

  .mw-xxl-475px {
    max-width: 475px !important;
  }

  .mw-xxl-500px {
    max-width: 500px !important;
  }

  .mw-xxl-550px {
    max-width: 550px !important;
  }

  .mw-xxl-600px {
    max-width: 600px !important;
  }

  .mw-xxl-650px {
    max-width: 650px !important;
  }

  .mw-xxl-700px {
    max-width: 700px !important;
  }

  .mw-xxl-750px {
    max-width: 750px !important;
  }

  .mw-xxl-800px {
    max-width: 800px !important;
  }

  .mw-xxl-850px {
    max-width: 850px !important;
  }

  .mw-xxl-900px {
    max-width: 900px !important;
  }

  .mw-xxl-950px {
    max-width: 950px !important;
  }

  .mw-xxl-1000px {
    max-width: 1000px !important;
  }

  .h-xxl-unset {
    height: unset !important;
  }

  .h-xxl-25 {
    height: 25% !important;
  }

  .h-xxl-50 {
    height: 50% !important;
  }

  .h-xxl-75 {
    height: 75% !important;
  }

  .h-xxl-100 {
    height: 100% !important;
  }

  .h-xxl-auto {
    height: auto !important;
  }

  .h-xxl-1px {
    height: 1px !important;
  }

  .h-xxl-2px {
    height: 2px !important;
  }

  .h-xxl-3px {
    height: 3px !important;
  }

  .h-xxl-4px {
    height: 4px !important;
  }

  .h-xxl-5px {
    height: 5px !important;
  }

  .h-xxl-6px {
    height: 6px !important;
  }

  .h-xxl-7px {
    height: 7px !important;
  }

  .h-xxl-8px {
    height: 8px !important;
  }

  .h-xxl-9px {
    height: 9px !important;
  }

  .h-xxl-10px {
    height: 10px !important;
  }

  .h-xxl-15px {
    height: 15px !important;
  }

  .h-xxl-20px {
    height: 20px !important;
  }

  .h-xxl-25px {
    height: 25px !important;
  }

  .h-xxl-30px {
    height: 30px !important;
  }

  .h-xxl-35px {
    height: 35px !important;
  }

  .h-xxl-40px {
    height: 40px !important;
  }

  .h-xxl-45px {
    height: 45px !important;
  }

  .h-xxl-50px {
    height: 50px !important;
  }

  .h-xxl-55px {
    height: 55px !important;
  }

  .h-xxl-60px {
    height: 60px !important;
  }

  .h-xxl-65px {
    height: 65px !important;
  }

  .h-xxl-70px {
    height: 70px !important;
  }

  .h-xxl-75px {
    height: 75px !important;
  }

  .h-xxl-80px {
    height: 80px !important;
  }

  .h-xxl-85px {
    height: 85px !important;
  }

  .h-xxl-90px {
    height: 90px !important;
  }

  .h-xxl-95px {
    height: 95px !important;
  }

  .h-xxl-100px {
    height: 100px !important;
  }

  .h-xxl-125px {
    height: 125px !important;
  }

  .h-xxl-150px {
    height: 150px !important;
  }

  .h-xxl-175px {
    height: 175px !important;
  }

  .h-xxl-200px {
    height: 200px !important;
  }

  .h-xxl-225px {
    height: 225px !important;
  }

  .h-xxl-250px {
    height: 250px !important;
  }

  .h-xxl-275px {
    height: 275px !important;
  }

  .h-xxl-300px {
    height: 300px !important;
  }

  .h-xxl-325px {
    height: 325px !important;
  }

  .h-xxl-350px {
    height: 350px !important;
  }

  .h-xxl-375px {
    height: 375px !important;
  }

  .h-xxl-400px {
    height: 400px !important;
  }

  .h-xxl-425px {
    height: 425px !important;
  }

  .h-xxl-450px {
    height: 450px !important;
  }

  .h-xxl-475px {
    height: 475px !important;
  }

  .h-xxl-500px {
    height: 500px !important;
  }

  .h-xxl-550px {
    height: 550px !important;
  }

  .h-xxl-600px {
    height: 600px !important;
  }

  .h-xxl-650px {
    height: 650px !important;
  }

  .h-xxl-700px {
    height: 700px !important;
  }

  .h-xxl-750px {
    height: 750px !important;
  }

  .h-xxl-800px {
    height: 800px !important;
  }

  .h-xxl-850px {
    height: 850px !important;
  }

  .h-xxl-900px {
    height: 900px !important;
  }

  .h-xxl-950px {
    height: 950px !important;
  }

  .h-xxl-1000px {
    height: 1000px !important;
  }

  .mh-xxl-unset {
    max-height: unset !important;
  }

  .mh-xxl-25 {
    max-height: 25% !important;
  }

  .mh-xxl-50 {
    max-height: 50% !important;
  }

  .mh-xxl-75 {
    max-height: 75% !important;
  }

  .mh-xxl-100 {
    max-height: 100% !important;
  }

  .mh-xxl-auto {
    max-height: auto !important;
  }

  .mh-xxl-1px {
    max-height: 1px !important;
  }

  .mh-xxl-2px {
    max-height: 2px !important;
  }

  .mh-xxl-3px {
    max-height: 3px !important;
  }

  .mh-xxl-4px {
    max-height: 4px !important;
  }

  .mh-xxl-5px {
    max-height: 5px !important;
  }

  .mh-xxl-6px {
    max-height: 6px !important;
  }

  .mh-xxl-7px {
    max-height: 7px !important;
  }

  .mh-xxl-8px {
    max-height: 8px !important;
  }

  .mh-xxl-9px {
    max-height: 9px !important;
  }

  .mh-xxl-10px {
    max-height: 10px !important;
  }

  .mh-xxl-15px {
    max-height: 15px !important;
  }

  .mh-xxl-20px {
    max-height: 20px !important;
  }

  .mh-xxl-25px {
    max-height: 25px !important;
  }

  .mh-xxl-30px {
    max-height: 30px !important;
  }

  .mh-xxl-35px {
    max-height: 35px !important;
  }

  .mh-xxl-40px {
    max-height: 40px !important;
  }

  .mh-xxl-45px {
    max-height: 45px !important;
  }

  .mh-xxl-50px {
    max-height: 50px !important;
  }

  .mh-xxl-55px {
    max-height: 55px !important;
  }

  .mh-xxl-60px {
    max-height: 60px !important;
  }

  .mh-xxl-65px {
    max-height: 65px !important;
  }

  .mh-xxl-70px {
    max-height: 70px !important;
  }

  .mh-xxl-75px {
    max-height: 75px !important;
  }

  .mh-xxl-80px {
    max-height: 80px !important;
  }

  .mh-xxl-85px {
    max-height: 85px !important;
  }

  .mh-xxl-90px {
    max-height: 90px !important;
  }

  .mh-xxl-95px {
    max-height: 95px !important;
  }

  .mh-xxl-100px {
    max-height: 100px !important;
  }

  .mh-xxl-125px {
    max-height: 125px !important;
  }

  .mh-xxl-150px {
    max-height: 150px !important;
  }

  .mh-xxl-175px {
    max-height: 175px !important;
  }

  .mh-xxl-200px {
    max-height: 200px !important;
  }

  .mh-xxl-225px {
    max-height: 225px !important;
  }

  .mh-xxl-250px {
    max-height: 250px !important;
  }

  .mh-xxl-275px {
    max-height: 275px !important;
  }

  .mh-xxl-300px {
    max-height: 300px !important;
  }

  .mh-xxl-325px {
    max-height: 325px !important;
  }

  .mh-xxl-350px {
    max-height: 350px !important;
  }

  .mh-xxl-375px {
    max-height: 375px !important;
  }

  .mh-xxl-400px {
    max-height: 400px !important;
  }

  .mh-xxl-425px {
    max-height: 425px !important;
  }

  .mh-xxl-450px {
    max-height: 450px !important;
  }

  .mh-xxl-475px {
    max-height: 475px !important;
  }

  .mh-xxl-500px {
    max-height: 500px !important;
  }

  .mh-xxl-550px {
    max-height: 550px !important;
  }

  .mh-xxl-600px {
    max-height: 600px !important;
  }

  .mh-xxl-650px {
    max-height: 650px !important;
  }

  .mh-xxl-700px {
    max-height: 700px !important;
  }

  .mh-xxl-750px {
    max-height: 750px !important;
  }

  .mh-xxl-800px {
    max-height: 800px !important;
  }

  .mh-xxl-850px {
    max-height: 850px !important;
  }

  .mh-xxl-900px {
    max-height: 900px !important;
  }

  .mh-xxl-950px {
    max-height: 950px !important;
  }

  .mh-xxl-1000px {
    max-height: 1000px !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 0.75rem !important;
  }

  .gap-xxl-4 {
    gap: 1rem !important;
  }

  .gap-xxl-5 {
    gap: 1.25rem !important;
  }

  .gap-xxl-6 {
    gap: 1.5rem !important;
  }

  .gap-xxl-7 {
    gap: 1.75rem !important;
  }

  .gap-xxl-8 {
    gap: 2rem !important;
  }

  .gap-xxl-9 {
    gap: 2.25rem !important;
  }

  .gap-xxl-10 {
    gap: 2.5rem !important;
  }

  .gap-xxl-11 {
    gap: 2.75rem !important;
  }

  .gap-xxl-12 {
    gap: 3rem !important;
  }

  .gap-xxl-13 {
    gap: 3.25rem !important;
  }

  .gap-xxl-14 {
    gap: 3.5rem !important;
  }

  .gap-xxl-15 {
    gap: 3.75rem !important;
  }

  .gap-xxl-16 {
    gap: 4rem !important;
  }

  .gap-xxl-17 {
    gap: 4.25rem !important;
  }

  .gap-xxl-18 {
    gap: 4.5rem !important;
  }

  .gap-xxl-19 {
    gap: 4.75rem !important;
  }

  .gap-xxl-20 {
    gap: 5rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 0.75rem !important;
  }

  .m-xxl-4 {
    margin: 1rem !important;
  }

  .m-xxl-5 {
    margin: 1.25rem !important;
  }

  .m-xxl-6 {
    margin: 1.5rem !important;
  }

  .m-xxl-7 {
    margin: 1.75rem !important;
  }

  .m-xxl-8 {
    margin: 2rem !important;
  }

  .m-xxl-9 {
    margin: 2.25rem !important;
  }

  .m-xxl-10 {
    margin: 2.5rem !important;
  }

  .m-xxl-11 {
    margin: 2.75rem !important;
  }

  .m-xxl-12 {
    margin: 3rem !important;
  }

  .m-xxl-13 {
    margin: 3.25rem !important;
  }

  .m-xxl-14 {
    margin: 3.5rem !important;
  }

  .m-xxl-15 {
    margin: 3.75rem !important;
  }

  .m-xxl-16 {
    margin: 4rem !important;
  }

  .m-xxl-17 {
    margin: 4.25rem !important;
  }

  .m-xxl-18 {
    margin: 4.5rem !important;
  }

  .m-xxl-19 {
    margin: 4.75rem !important;
  }

  .m-xxl-20 {
    margin: 5rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-xxl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-xxl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xxl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xxl-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .mx-xxl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .mx-xxl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-xxl-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .mx-xxl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxl-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .mx-xxl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xxl-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .mx-xxl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-xxl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xxl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xxl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .my-xxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .my-xxl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-xxl-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .my-xxl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxl-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .my-xxl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxl-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .my-xxl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1rem !important;
  }

  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }

  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-7 {
    margin-top: 1.75rem !important;
  }

  .mt-xxl-8 {
    margin-top: 2rem !important;
  }

  .mt-xxl-9 {
    margin-top: 2.25rem !important;
  }

  .mt-xxl-10 {
    margin-top: 2.5rem !important;
  }

  .mt-xxl-11 {
    margin-top: 2.75rem !important;
  }

  .mt-xxl-12 {
    margin-top: 3rem !important;
  }

  .mt-xxl-13 {
    margin-top: 3.25rem !important;
  }

  .mt-xxl-14 {
    margin-top: 3.5rem !important;
  }

  .mt-xxl-15 {
    margin-top: 3.75rem !important;
  }

  .mt-xxl-16 {
    margin-top: 4rem !important;
  }

  .mt-xxl-17 {
    margin-top: 4.25rem !important;
  }

  .mt-xxl-18 {
    margin-top: 4.5rem !important;
  }

  .mt-xxl-19 {
    margin-top: 4.75rem !important;
  }

  .mt-xxl-20 {
    margin-top: 5rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 0.75rem !important;
  }

  .me-xxl-4 {
    margin-right: 1rem !important;
  }

  .me-xxl-5 {
    margin-right: 1.25rem !important;
  }

  .me-xxl-6 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-7 {
    margin-right: 1.75rem !important;
  }

  .me-xxl-8 {
    margin-right: 2rem !important;
  }

  .me-xxl-9 {
    margin-right: 2.25rem !important;
  }

  .me-xxl-10 {
    margin-right: 2.5rem !important;
  }

  .me-xxl-11 {
    margin-right: 2.75rem !important;
  }

  .me-xxl-12 {
    margin-right: 3rem !important;
  }

  .me-xxl-13 {
    margin-right: 3.25rem !important;
  }

  .me-xxl-14 {
    margin-right: 3.5rem !important;
  }

  .me-xxl-15 {
    margin-right: 3.75rem !important;
  }

  .me-xxl-16 {
    margin-right: 4rem !important;
  }

  .me-xxl-17 {
    margin-right: 4.25rem !important;
  }

  .me-xxl-18 {
    margin-right: 4.5rem !important;
  }

  .me-xxl-19 {
    margin-right: 4.75rem !important;
  }

  .me-xxl-20 {
    margin-right: 5rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xxl-11 {
    margin-bottom: 2.75rem !important;
  }

  .mb-xxl-12 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-13 {
    margin-bottom: 3.25rem !important;
  }

  .mb-xxl-14 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xxl-15 {
    margin-bottom: 3.75rem !important;
  }

  .mb-xxl-16 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-17 {
    margin-bottom: 4.25rem !important;
  }

  .mb-xxl-18 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxl-19 {
    margin-bottom: 4.75rem !important;
  }

  .mb-xxl-20 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 0.75rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1rem !important;
  }

  .ms-xxl-5 {
    margin-left: 1.25rem !important;
  }

  .ms-xxl-6 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-7 {
    margin-left: 1.75rem !important;
  }

  .ms-xxl-8 {
    margin-left: 2rem !important;
  }

  .ms-xxl-9 {
    margin-left: 2.25rem !important;
  }

  .ms-xxl-10 {
    margin-left: 2.5rem !important;
  }

  .ms-xxl-11 {
    margin-left: 2.75rem !important;
  }

  .ms-xxl-12 {
    margin-left: 3rem !important;
  }

  .ms-xxl-13 {
    margin-left: 3.25rem !important;
  }

  .ms-xxl-14 {
    margin-left: 3.5rem !important;
  }

  .ms-xxl-15 {
    margin-left: 3.75rem !important;
  }

  .ms-xxl-16 {
    margin-left: 4rem !important;
  }

  .ms-xxl-17 {
    margin-left: 4.25rem !important;
  }

  .ms-xxl-18 {
    margin-left: 4.5rem !important;
  }

  .ms-xxl-19 {
    margin-left: 4.75rem !important;
  }

  .ms-xxl-20 {
    margin-left: 5rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -0.75rem !important;
  }

  .m-xxl-n4 {
    margin: -1rem !important;
  }

  .m-xxl-n5 {
    margin: -1.25rem !important;
  }

  .m-xxl-n6 {
    margin: -1.5rem !important;
  }

  .m-xxl-n7 {
    margin: -1.75rem !important;
  }

  .m-xxl-n8 {
    margin: -2rem !important;
  }

  .m-xxl-n9 {
    margin: -2.25rem !important;
  }

  .m-xxl-n10 {
    margin: -2.5rem !important;
  }

  .m-xxl-n11 {
    margin: -2.75rem !important;
  }

  .m-xxl-n12 {
    margin: -3rem !important;
  }

  .m-xxl-n13 {
    margin: -3.25rem !important;
  }

  .m-xxl-n14 {
    margin: -3.5rem !important;
  }

  .m-xxl-n15 {
    margin: -3.75rem !important;
  }

  .m-xxl-n16 {
    margin: -4rem !important;
  }

  .m-xxl-n17 {
    margin: -4.25rem !important;
  }

  .m-xxl-n18 {
    margin: -4.5rem !important;
  }

  .m-xxl-n19 {
    margin: -4.75rem !important;
  }

  .m-xxl-n20 {
    margin: -5rem !important;
  }

  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-xxl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }

  .mx-xxl-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxl-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }

  .mx-xxl-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxl-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-xxl-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-xxl-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }

  .mx-xxl-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xxl-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }

  .mx-xxl-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-xxl-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }

  .mx-xxl-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-xxl-n17 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }

  .mx-xxl-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-xxl-n19 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }

  .mx-xxl-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-xxl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .my-xxl-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .my-xxl-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxl-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-xxl-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-xxl-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .my-xxl-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xxl-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }

  .my-xxl-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-xxl-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .my-xxl-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-xxl-n17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }

  .my-xxl-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-xxl-n19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

  .my-xxl-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -0.75rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -1.25rem !important;
  }

  .mt-xxl-n6 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n7 {
    margin-top: -1.75rem !important;
  }

  .mt-xxl-n8 {
    margin-top: -2rem !important;
  }

  .mt-xxl-n9 {
    margin-top: -2.25rem !important;
  }

  .mt-xxl-n10 {
    margin-top: -2.5rem !important;
  }

  .mt-xxl-n11 {
    margin-top: -2.75rem !important;
  }

  .mt-xxl-n12 {
    margin-top: -3rem !important;
  }

  .mt-xxl-n13 {
    margin-top: -3.25rem !important;
  }

  .mt-xxl-n14 {
    margin-top: -3.5rem !important;
  }

  .mt-xxl-n15 {
    margin-top: -3.75rem !important;
  }

  .mt-xxl-n16 {
    margin-top: -4rem !important;
  }

  .mt-xxl-n17 {
    margin-top: -4.25rem !important;
  }

  .mt-xxl-n18 {
    margin-top: -4.5rem !important;
  }

  .mt-xxl-n19 {
    margin-top: -4.75rem !important;
  }

  .mt-xxl-n20 {
    margin-top: -5rem !important;
  }

  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxl-n3 {
    margin-right: -0.75rem !important;
  }

  .me-xxl-n4 {
    margin-right: -1rem !important;
  }

  .me-xxl-n5 {
    margin-right: -1.25rem !important;
  }

  .me-xxl-n6 {
    margin-right: -1.5rem !important;
  }

  .me-xxl-n7 {
    margin-right: -1.75rem !important;
  }

  .me-xxl-n8 {
    margin-right: -2rem !important;
  }

  .me-xxl-n9 {
    margin-right: -2.25rem !important;
  }

  .me-xxl-n10 {
    margin-right: -2.5rem !important;
  }

  .me-xxl-n11 {
    margin-right: -2.75rem !important;
  }

  .me-xxl-n12 {
    margin-right: -3rem !important;
  }

  .me-xxl-n13 {
    margin-right: -3.25rem !important;
  }

  .me-xxl-n14 {
    margin-right: -3.5rem !important;
  }

  .me-xxl-n15 {
    margin-right: -3.75rem !important;
  }

  .me-xxl-n16 {
    margin-right: -4rem !important;
  }

  .me-xxl-n17 {
    margin-right: -4.25rem !important;
  }

  .me-xxl-n18 {
    margin-right: -4.5rem !important;
  }

  .me-xxl-n19 {
    margin-right: -4.75rem !important;
  }

  .me-xxl-n20 {
    margin-right: -5rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -1.25rem !important;
  }

  .mb-xxl-n6 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl-n7 {
    margin-bottom: -1.75rem !important;
  }

  .mb-xxl-n8 {
    margin-bottom: -2rem !important;
  }

  .mb-xxl-n9 {
    margin-bottom: -2.25rem !important;
  }

  .mb-xxl-n10 {
    margin-bottom: -2.5rem !important;
  }

  .mb-xxl-n11 {
    margin-bottom: -2.75rem !important;
  }

  .mb-xxl-n12 {
    margin-bottom: -3rem !important;
  }

  .mb-xxl-n13 {
    margin-bottom: -3.25rem !important;
  }

  .mb-xxl-n14 {
    margin-bottom: -3.5rem !important;
  }

  .mb-xxl-n15 {
    margin-bottom: -3.75rem !important;
  }

  .mb-xxl-n16 {
    margin-bottom: -4rem !important;
  }

  .mb-xxl-n17 {
    margin-bottom: -4.25rem !important;
  }

  .mb-xxl-n18 {
    margin-bottom: -4.5rem !important;
  }

  .mb-xxl-n19 {
    margin-bottom: -4.75rem !important;
  }

  .mb-xxl-n20 {
    margin-bottom: -5rem !important;
  }

  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxl-n3 {
    margin-left: -0.75rem !important;
  }

  .ms-xxl-n4 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n5 {
    margin-left: -1.25rem !important;
  }

  .ms-xxl-n6 {
    margin-left: -1.5rem !important;
  }

  .ms-xxl-n7 {
    margin-left: -1.75rem !important;
  }

  .ms-xxl-n8 {
    margin-left: -2rem !important;
  }

  .ms-xxl-n9 {
    margin-left: -2.25rem !important;
  }

  .ms-xxl-n10 {
    margin-left: -2.5rem !important;
  }

  .ms-xxl-n11 {
    margin-left: -2.75rem !important;
  }

  .ms-xxl-n12 {
    margin-left: -3rem !important;
  }

  .ms-xxl-n13 {
    margin-left: -3.25rem !important;
  }

  .ms-xxl-n14 {
    margin-left: -3.5rem !important;
  }

  .ms-xxl-n15 {
    margin-left: -3.75rem !important;
  }

  .ms-xxl-n16 {
    margin-left: -4rem !important;
  }

  .ms-xxl-n17 {
    margin-left: -4.25rem !important;
  }

  .ms-xxl-n18 {
    margin-left: -4.5rem !important;
  }

  .ms-xxl-n19 {
    margin-left: -4.75rem !important;
  }

  .ms-xxl-n20 {
    margin-left: -5rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 0.75rem !important;
  }

  .p-xxl-4 {
    padding: 1rem !important;
  }

  .p-xxl-5 {
    padding: 1.25rem !important;
  }

  .p-xxl-6 {
    padding: 1.5rem !important;
  }

  .p-xxl-7 {
    padding: 1.75rem !important;
  }

  .p-xxl-8 {
    padding: 2rem !important;
  }

  .p-xxl-9 {
    padding: 2.25rem !important;
  }

  .p-xxl-10 {
    padding: 2.5rem !important;
  }

  .p-xxl-11 {
    padding: 2.75rem !important;
  }

  .p-xxl-12 {
    padding: 3rem !important;
  }

  .p-xxl-13 {
    padding: 3.25rem !important;
  }

  .p-xxl-14 {
    padding: 3.5rem !important;
  }

  .p-xxl-15 {
    padding: 3.75rem !important;
  }

  .p-xxl-16 {
    padding: 4rem !important;
  }

  .p-xxl-17 {
    padding: 4.25rem !important;
  }

  .p-xxl-18 {
    padding: 4.5rem !important;
  }

  .p-xxl-19 {
    padding: 4.75rem !important;
  }

  .p-xxl-20 {
    padding: 5rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xxl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-xxl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-xxl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xxl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xxl-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .px-xxl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .px-xxl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-xxl-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .px-xxl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xxl-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .px-xxl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xxl-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .px-xxl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-xxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-xxl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xxl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xxl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .py-xxl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .py-xxl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-xxl-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .py-xxl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxl-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .py-xxl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xxl-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .py-xxl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1rem !important;
  }

  .pt-xxl-5 {
    padding-top: 1.25rem !important;
  }

  .pt-xxl-6 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-7 {
    padding-top: 1.75rem !important;
  }

  .pt-xxl-8 {
    padding-top: 2rem !important;
  }

  .pt-xxl-9 {
    padding-top: 2.25rem !important;
  }

  .pt-xxl-10 {
    padding-top: 2.5rem !important;
  }

  .pt-xxl-11 {
    padding-top: 2.75rem !important;
  }

  .pt-xxl-12 {
    padding-top: 3rem !important;
  }

  .pt-xxl-13 {
    padding-top: 3.25rem !important;
  }

  .pt-xxl-14 {
    padding-top: 3.5rem !important;
  }

  .pt-xxl-15 {
    padding-top: 3.75rem !important;
  }

  .pt-xxl-16 {
    padding-top: 4rem !important;
  }

  .pt-xxl-17 {
    padding-top: 4.25rem !important;
  }

  .pt-xxl-18 {
    padding-top: 4.5rem !important;
  }

  .pt-xxl-19 {
    padding-top: 4.75rem !important;
  }

  .pt-xxl-20 {
    padding-top: 5rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 0.75rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1rem !important;
  }

  .pe-xxl-5 {
    padding-right: 1.25rem !important;
  }

  .pe-xxl-6 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-7 {
    padding-right: 1.75rem !important;
  }

  .pe-xxl-8 {
    padding-right: 2rem !important;
  }

  .pe-xxl-9 {
    padding-right: 2.25rem !important;
  }

  .pe-xxl-10 {
    padding-right: 2.5rem !important;
  }

  .pe-xxl-11 {
    padding-right: 2.75rem !important;
  }

  .pe-xxl-12 {
    padding-right: 3rem !important;
  }

  .pe-xxl-13 {
    padding-right: 3.25rem !important;
  }

  .pe-xxl-14 {
    padding-right: 3.5rem !important;
  }

  .pe-xxl-15 {
    padding-right: 3.75rem !important;
  }

  .pe-xxl-16 {
    padding-right: 4rem !important;
  }

  .pe-xxl-17 {
    padding-right: 4.25rem !important;
  }

  .pe-xxl-18 {
    padding-right: 4.5rem !important;
  }

  .pe-xxl-19 {
    padding-right: 4.75rem !important;
  }

  .pe-xxl-20 {
    padding-right: 5rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 1.25rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xxl-11 {
    padding-bottom: 2.75rem !important;
  }

  .pb-xxl-12 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-13 {
    padding-bottom: 3.25rem !important;
  }

  .pb-xxl-14 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xxl-15 {
    padding-bottom: 3.75rem !important;
  }

  .pb-xxl-16 {
    padding-bottom: 4rem !important;
  }

  .pb-xxl-17 {
    padding-bottom: 4.25rem !important;
  }

  .pb-xxl-18 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xxl-19 {
    padding-bottom: 4.75rem !important;
  }

  .pb-xxl-20 {
    padding-bottom: 5rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 0.75rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1rem !important;
  }

  .ps-xxl-5 {
    padding-left: 1.25rem !important;
  }

  .ps-xxl-6 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-7 {
    padding-left: 1.75rem !important;
  }

  .ps-xxl-8 {
    padding-left: 2rem !important;
  }

  .ps-xxl-9 {
    padding-left: 2.25rem !important;
  }

  .ps-xxl-10 {
    padding-left: 2.5rem !important;
  }

  .ps-xxl-11 {
    padding-left: 2.75rem !important;
  }

  .ps-xxl-12 {
    padding-left: 3rem !important;
  }

  .ps-xxl-13 {
    padding-left: 3.25rem !important;
  }

  .ps-xxl-14 {
    padding-left: 3.5rem !important;
  }

  .ps-xxl-15 {
    padding-left: 3.75rem !important;
  }

  .ps-xxl-16 {
    padding-left: 4rem !important;
  }

  .ps-xxl-17 {
    padding-left: 4.25rem !important;
  }

  .ps-xxl-18 {
    padding-left: 4.5rem !important;
  }

  .ps-xxl-19 {
    padding-left: 4.75rem !important;
  }

  .ps-xxl-20 {
    padding-left: 5rem !important;
  }

  .fs-xxl-1 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-xxl-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-xxl-3 {
    font-size: calc(1.26rem + 0.12vw) !important;
  }

  .fs-xxl-4 {
    font-size: 1.25rem !important;
  }

  .fs-xxl-5 {
    font-size: 1.15rem !important;
  }

  .fs-xxl-6 {
    font-size: 1.075rem !important;
  }

  .fs-xxl-7 {
    font-size: 0.95rem !important;
  }

  .fs-xxl-8 {
    font-size: 0.85rem !important;
  }

  .fs-xxl-9 {
    font-size: 0.75rem !important;
  }

  .fs-xxl-10 {
    font-size: 0.5rem !important;
  }

  .fs-xxl-base {
    font-size: 1rem !important;
  }

  .fs-xxl-fluid {
    font-size: 100% !important;
  }

  .fs-xxl-2x {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-xxl-2qx {
    font-size: calc(1.35rem + 1.2vw) !important;
  }

  .fs-xxl-2hx {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-xxl-2tx {
    font-size: calc(1.4rem + 1.8vw) !important;
  }

  .fs-xxl-3x {
    font-size: calc(1.425rem + 2.1vw) !important;
  }

  .fs-xxl-3qx {
    font-size: calc(1.45rem + 2.4vw) !important;
  }

  .fs-xxl-3hx {
    font-size: calc(1.475rem + 2.7vw) !important;
  }

  .fs-xxl-3tx {
    font-size: calc(1.5rem + 3vw) !important;
  }

  .fs-xxl-4x {
    font-size: calc(1.525rem + 3.3vw) !important;
  }

  .fs-xxl-4qx {
    font-size: calc(1.55rem + 3.6vw) !important;
  }

  .fs-xxl-4hx {
    font-size: calc(1.575rem + 3.9vw) !important;
  }

  .fs-xxl-4tx {
    font-size: calc(1.6rem + 4.2vw) !important;
  }

  .fs-xxl-5x {
    font-size: calc(1.625rem + 4.5vw) !important;
  }

  .fs-xxl-5qx {
    font-size: calc(1.65rem + 4.8vw) !important;
  }

  .fs-xxl-5hx {
    font-size: calc(1.675rem + 5.1vw) !important;
  }

  .fs-xxl-5tx {
    font-size: calc(1.7rem + 5.4vw) !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }

  .min-w-xxl-unset {
    min-width: unset !important;
  }

  .min-w-xxl-25 {
    min-width: 25% !important;
  }

  .min-w-xxl-50 {
    min-width: 50% !important;
  }

  .min-w-xxl-75 {
    min-width: 75% !important;
  }

  .min-w-xxl-100 {
    min-width: 100% !important;
  }

  .min-w-xxl-auto {
    min-width: auto !important;
  }

  .min-w-xxl-1px {
    min-width: 1px !important;
  }

  .min-w-xxl-2px {
    min-width: 2px !important;
  }

  .min-w-xxl-3px {
    min-width: 3px !important;
  }

  .min-w-xxl-4px {
    min-width: 4px !important;
  }

  .min-w-xxl-5px {
    min-width: 5px !important;
  }

  .min-w-xxl-6px {
    min-width: 6px !important;
  }

  .min-w-xxl-7px {
    min-width: 7px !important;
  }

  .min-w-xxl-8px {
    min-width: 8px !important;
  }

  .min-w-xxl-9px {
    min-width: 9px !important;
  }

  .min-w-xxl-10px {
    min-width: 10px !important;
  }

  .min-w-xxl-15px {
    min-width: 15px !important;
  }

  .min-w-xxl-20px {
    min-width: 20px !important;
  }

  .min-w-xxl-25px {
    min-width: 25px !important;
  }

  .min-w-xxl-30px {
    min-width: 30px !important;
  }

  .min-w-xxl-35px {
    min-width: 35px !important;
  }

  .min-w-xxl-40px {
    min-width: 40px !important;
  }

  .min-w-xxl-45px {
    min-width: 45px !important;
  }

  .min-w-xxl-50px {
    min-width: 50px !important;
  }

  .min-w-xxl-55px {
    min-width: 55px !important;
  }

  .min-w-xxl-60px {
    min-width: 60px !important;
  }

  .min-w-xxl-65px {
    min-width: 65px !important;
  }

  .min-w-xxl-70px {
    min-width: 70px !important;
  }

  .min-w-xxl-75px {
    min-width: 75px !important;
  }

  .min-w-xxl-80px {
    min-width: 80px !important;
  }

  .min-w-xxl-85px {
    min-width: 85px !important;
  }

  .min-w-xxl-90px {
    min-width: 90px !important;
  }

  .min-w-xxl-95px {
    min-width: 95px !important;
  }

  .min-w-xxl-100px {
    min-width: 100px !important;
  }

  .min-w-xxl-125px {
    min-width: 125px !important;
  }

  .min-w-xxl-150px {
    min-width: 150px !important;
  }

  .min-w-xxl-175px {
    min-width: 175px !important;
  }

  .min-w-xxl-200px {
    min-width: 200px !important;
  }

  .min-w-xxl-225px {
    min-width: 225px !important;
  }

  .min-w-xxl-250px {
    min-width: 250px !important;
  }

  .min-w-xxl-275px {
    min-width: 275px !important;
  }

  .min-w-xxl-300px {
    min-width: 300px !important;
  }

  .min-w-xxl-325px {
    min-width: 325px !important;
  }

  .min-w-xxl-350px {
    min-width: 350px !important;
  }

  .min-w-xxl-375px {
    min-width: 375px !important;
  }

  .min-w-xxl-400px {
    min-width: 400px !important;
  }

  .min-w-xxl-425px {
    min-width: 425px !important;
  }

  .min-w-xxl-450px {
    min-width: 450px !important;
  }

  .min-w-xxl-475px {
    min-width: 475px !important;
  }

  .min-w-xxl-500px {
    min-width: 500px !important;
  }

  .min-w-xxl-550px {
    min-width: 550px !important;
  }

  .min-w-xxl-600px {
    min-width: 600px !important;
  }

  .min-w-xxl-650px {
    min-width: 650px !important;
  }

  .min-w-xxl-700px {
    min-width: 700px !important;
  }

  .min-w-xxl-750px {
    min-width: 750px !important;
  }

  .min-w-xxl-800px {
    min-width: 800px !important;
  }

  .min-w-xxl-850px {
    min-width: 850px !important;
  }

  .min-w-xxl-900px {
    min-width: 900px !important;
  }

  .min-w-xxl-950px {
    min-width: 950px !important;
  }

  .min-w-xxl-1000px {
    min-width: 1000px !important;
  }

  .min-h-xxl-unset {
    min-height: unset !important;
  }

  .min-h-xxl-25 {
    min-height: 25% !important;
  }

  .min-h-xxl-50 {
    min-height: 50% !important;
  }

  .min-h-xxl-75 {
    min-height: 75% !important;
  }

  .min-h-xxl-100 {
    min-height: 100% !important;
  }

  .min-h-xxl-auto {
    min-height: auto !important;
  }

  .min-h-xxl-1px {
    min-height: 1px !important;
  }

  .min-h-xxl-2px {
    min-height: 2px !important;
  }

  .min-h-xxl-3px {
    min-height: 3px !important;
  }

  .min-h-xxl-4px {
    min-height: 4px !important;
  }

  .min-h-xxl-5px {
    min-height: 5px !important;
  }

  .min-h-xxl-6px {
    min-height: 6px !important;
  }

  .min-h-xxl-7px {
    min-height: 7px !important;
  }

  .min-h-xxl-8px {
    min-height: 8px !important;
  }

  .min-h-xxl-9px {
    min-height: 9px !important;
  }

  .min-h-xxl-10px {
    min-height: 10px !important;
  }

  .min-h-xxl-15px {
    min-height: 15px !important;
  }

  .min-h-xxl-20px {
    min-height: 20px !important;
  }

  .min-h-xxl-25px {
    min-height: 25px !important;
  }

  .min-h-xxl-30px {
    min-height: 30px !important;
  }

  .min-h-xxl-35px {
    min-height: 35px !important;
  }

  .min-h-xxl-40px {
    min-height: 40px !important;
  }

  .min-h-xxl-45px {
    min-height: 45px !important;
  }

  .min-h-xxl-50px {
    min-height: 50px !important;
  }

  .min-h-xxl-55px {
    min-height: 55px !important;
  }

  .min-h-xxl-60px {
    min-height: 60px !important;
  }

  .min-h-xxl-65px {
    min-height: 65px !important;
  }

  .min-h-xxl-70px {
    min-height: 70px !important;
  }

  .min-h-xxl-75px {
    min-height: 75px !important;
  }

  .min-h-xxl-80px {
    min-height: 80px !important;
  }

  .min-h-xxl-85px {
    min-height: 85px !important;
  }

  .min-h-xxl-90px {
    min-height: 90px !important;
  }

  .min-h-xxl-95px {
    min-height: 95px !important;
  }

  .min-h-xxl-100px {
    min-height: 100px !important;
  }

  .min-h-xxl-125px {
    min-height: 125px !important;
  }

  .min-h-xxl-150px {
    min-height: 150px !important;
  }

  .min-h-xxl-175px {
    min-height: 175px !important;
  }

  .min-h-xxl-200px {
    min-height: 200px !important;
  }

  .min-h-xxl-225px {
    min-height: 225px !important;
  }

  .min-h-xxl-250px {
    min-height: 250px !important;
  }

  .min-h-xxl-275px {
    min-height: 275px !important;
  }

  .min-h-xxl-300px {
    min-height: 300px !important;
  }

  .min-h-xxl-325px {
    min-height: 325px !important;
  }

  .min-h-xxl-350px {
    min-height: 350px !important;
  }

  .min-h-xxl-375px {
    min-height: 375px !important;
  }

  .min-h-xxl-400px {
    min-height: 400px !important;
  }

  .min-h-xxl-425px {
    min-height: 425px !important;
  }

  .min-h-xxl-450px {
    min-height: 450px !important;
  }

  .min-h-xxl-475px {
    min-height: 475px !important;
  }

  .min-h-xxl-500px {
    min-height: 500px !important;
  }

  .min-h-xxl-550px {
    min-height: 550px !important;
  }

  .min-h-xxl-600px {
    min-height: 600px !important;
  }

  .min-h-xxl-650px {
    min-height: 650px !important;
  }

  .min-h-xxl-700px {
    min-height: 700px !important;
  }

  .min-h-xxl-750px {
    min-height: 750px !important;
  }

  .min-h-xxl-800px {
    min-height: 800px !important;
  }

  .min-h-xxl-850px {
    min-height: 850px !important;
  }

  .min-h-xxl-900px {
    min-height: 900px !important;
  }

  .min-h-xxl-950px {
    min-height: 950px !important;
  }

  .min-h-xxl-1000px {
    min-height: 1000px !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 1.75rem !important;
  }

  .fs-2 {
    font-size: 1.5rem !important;
  }

  .fs-3 {
    font-size: 1.35rem !important;
  }

  .fs-2x {
    font-size: 2rem !important;
  }

  .fs-2qx {
    font-size: 2.25rem !important;
  }

  .fs-2hx {
    font-size: 2.5rem !important;
  }

  .fs-2tx {
    font-size: 2.75rem !important;
  }

  .fs-3x {
    font-size: 3rem !important;
  }

  .fs-3qx {
    font-size: 3.25rem !important;
  }

  .fs-3hx {
    font-size: 3.5rem !important;
  }

  .fs-3tx {
    font-size: 3.75rem !important;
  }

  .fs-4x {
    font-size: 4rem !important;
  }

  .fs-4qx {
    font-size: 4.25rem !important;
  }

  .fs-4hx {
    font-size: 4.5rem !important;
  }

  .fs-4tx {
    font-size: 4.75rem !important;
  }

  .fs-5x {
    font-size: 5rem !important;
  }

  .fs-5qx {
    font-size: 5.25rem !important;
  }

  .fs-5hx {
    font-size: 5.5rem !important;
  }

  .fs-5tx {
    font-size: 5.75rem !important;
  }

  .fs-sm-1 {
    font-size: 1.75rem !important;
  }

  .fs-sm-2 {
    font-size: 1.5rem !important;
  }

  .fs-sm-3 {
    font-size: 1.35rem !important;
  }

  .fs-sm-2x {
    font-size: 2rem !important;
  }

  .fs-sm-2qx {
    font-size: 2.25rem !important;
  }

  .fs-sm-2hx {
    font-size: 2.5rem !important;
  }

  .fs-sm-2tx {
    font-size: 2.75rem !important;
  }

  .fs-sm-3x {
    font-size: 3rem !important;
  }

  .fs-sm-3qx {
    font-size: 3.25rem !important;
  }

  .fs-sm-3hx {
    font-size: 3.5rem !important;
  }

  .fs-sm-3tx {
    font-size: 3.75rem !important;
  }

  .fs-sm-4x {
    font-size: 4rem !important;
  }

  .fs-sm-4qx {
    font-size: 4.25rem !important;
  }

  .fs-sm-4hx {
    font-size: 4.5rem !important;
  }

  .fs-sm-4tx {
    font-size: 4.75rem !important;
  }

  .fs-sm-5x {
    font-size: 5rem !important;
  }

  .fs-sm-5qx {
    font-size: 5.25rem !important;
  }

  .fs-sm-5hx {
    font-size: 5.5rem !important;
  }

  .fs-sm-5tx {
    font-size: 5.75rem !important;
  }

  .fs-md-1 {
    font-size: 1.75rem !important;
  }

  .fs-md-2 {
    font-size: 1.5rem !important;
  }

  .fs-md-3 {
    font-size: 1.35rem !important;
  }

  .fs-md-2x {
    font-size: 2rem !important;
  }

  .fs-md-2qx {
    font-size: 2.25rem !important;
  }

  .fs-md-2hx {
    font-size: 2.5rem !important;
  }

  .fs-md-2tx {
    font-size: 2.75rem !important;
  }

  .fs-md-3x {
    font-size: 3rem !important;
  }

  .fs-md-3qx {
    font-size: 3.25rem !important;
  }

  .fs-md-3hx {
    font-size: 3.5rem !important;
  }

  .fs-md-3tx {
    font-size: 3.75rem !important;
  }

  .fs-md-4x {
    font-size: 4rem !important;
  }

  .fs-md-4qx {
    font-size: 4.25rem !important;
  }

  .fs-md-4hx {
    font-size: 4.5rem !important;
  }

  .fs-md-4tx {
    font-size: 4.75rem !important;
  }

  .fs-md-5x {
    font-size: 5rem !important;
  }

  .fs-md-5qx {
    font-size: 5.25rem !important;
  }

  .fs-md-5hx {
    font-size: 5.5rem !important;
  }

  .fs-md-5tx {
    font-size: 5.75rem !important;
  }

  .fs-lg-1 {
    font-size: 1.75rem !important;
  }

  .fs-lg-2 {
    font-size: 1.5rem !important;
  }

  .fs-lg-3 {
    font-size: 1.35rem !important;
  }

  .fs-lg-2x {
    font-size: 2rem !important;
  }

  .fs-lg-2qx {
    font-size: 2.25rem !important;
  }

  .fs-lg-2hx {
    font-size: 2.5rem !important;
  }

  .fs-lg-2tx {
    font-size: 2.75rem !important;
  }

  .fs-lg-3x {
    font-size: 3rem !important;
  }

  .fs-lg-3qx {
    font-size: 3.25rem !important;
  }

  .fs-lg-3hx {
    font-size: 3.5rem !important;
  }

  .fs-lg-3tx {
    font-size: 3.75rem !important;
  }

  .fs-lg-4x {
    font-size: 4rem !important;
  }

  .fs-lg-4qx {
    font-size: 4.25rem !important;
  }

  .fs-lg-4hx {
    font-size: 4.5rem !important;
  }

  .fs-lg-4tx {
    font-size: 4.75rem !important;
  }

  .fs-lg-5x {
    font-size: 5rem !important;
  }

  .fs-lg-5qx {
    font-size: 5.25rem !important;
  }

  .fs-lg-5hx {
    font-size: 5.5rem !important;
  }

  .fs-lg-5tx {
    font-size: 5.75rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
:root {
  --bs-light-primary:#ECF8FF;
  --bs-active-primary:#0095E8;
  --bs-light-success:#E8FFF3;
  --bs-active-success:#47BE7D;
  --bs-light-info:#F8F5FF;
  --bs-active-info:#5014D0;
  --bs-light-warning:#FFF8DD;
  --bs-active-warning:#F1BC00;
  --bs-light-danger:#FFF5F8;
  --bs-active-danger:#D9214E;
  --bs-light-dark:#EFF2F5;
  --bs-active-dark:#131628;
  --bs-gray-100:#F5F8FA;
  --bs-gray-200:#EFF2F5;
  --bs-gray-300:#E4E6EF;
  --bs-gray-400:#B5B5C3;
  --bs-gray-500:#A1A5B7;
  --bs-gray-600:#7E8299;
  --bs-gray-700:#5E6278;
  --bs-gray-800:#3F4254;
  --bs-gray-900:#181C32;
  --bs-xs:0;
  --bs-sm:576px;
  --bs-md:768px;
  --bs-lg:992px;
  --bs-xl:1200px;
  --bs-xxl:1400px;
}

.bg-white {
  --bg-color: 255, 255, 255;
}
.bg-white.hoverable:hover {
  background-color: #F5F8FA !important;
}

.bg-hover-white {
  cursor: pointer;
}
.bg-hover-white:hover {
  --bg-color: 255, 255, 255;
  background-color: #ffffff !important;
}

.bg-active-white.active {
  --bg-color: 255, 255, 255;
  background-color: #ffffff !important;
}

.bg-state-white {
  cursor: pointer;
}
.bg-state-white.active, .bg-state-white:hover {
  --bg-color: 255, 255, 255;
  background-color: #ffffff !important;
}

.bg-light {
  --bg-color: 245, 248, 250;
}
.bg-light.hoverable:hover {
  background-color: #E4E6EF !important;
}

.bg-hover-light {
  cursor: pointer;
}
.bg-hover-light:hover {
  --bg-color: 245, 248, 250;
  background-color: #F5F8FA !important;
}

.bg-active-light.active {
  --bg-color: 245, 248, 250;
  background-color: #F5F8FA !important;
}

.bg-state-light {
  cursor: pointer;
}
.bg-state-light.active, .bg-state-light:hover {
  --bg-color: 245, 248, 250;
  background-color: #F5F8FA !important;
}

.bg-light-primary {
  background-color: #ECF8FF !important;
}
.bg-light-primary.hoverable:hover {
  background-color: #cdedff !important;
}

.bg-primary {
  --bg-color: 0, 158, 247;
}
.bg-primary.hoverable:hover {
  background-color: #0095E8 !important;
}

.bg-hover-light-primary {
  cursor: pointer;
}
.bg-hover-light-primary:hover {
  background-color: #ECF8FF !important;
}

.bg-state-light-primary {
  cursor: pointer;
}
.bg-state-light-primary.active, .bg-state-light-primary:hover {
  background-color: #ECF8FF !important;
}

.bg-hover-primary {
  cursor: pointer;
}
.bg-hover-primary:hover {
  --bg-color: 0, 158, 247;
  background-color: var(--bs-primary) !important;
}

.bg-active-primary.active {
  --bg-color: 0, 158, 247;
  background-color: var(--bs-primary) !important;
}

.bg-state-primary {
  cursor: pointer;
}
.bg-state-primary.active, .bg-state-primary:hover {
  --bg-color: 0, 158, 247;
  background-color: var(--bs-primary) !important;
}

.bg-secondary {
  --bg-color: 228, 230, 239;
}
.bg-secondary.hoverable:hover {
  background-color: #B5B5C3 !important;
}

.bg-hover-secondary {
  cursor: pointer;
}
.bg-hover-secondary:hover {
  --bg-color: 228, 230, 239;
  background-color: #E4E6EF !important;
}

.bg-active-secondary.active {
  --bg-color: 228, 230, 239;
  background-color: #E4E6EF !important;
}

.bg-state-secondary {
  cursor: pointer;
}
.bg-state-secondary.active, .bg-state-secondary:hover {
  --bg-color: 228, 230, 239;
  background-color: #E4E6EF !important;
}

.bg-light-success {
  background-color: #E8FFF3 !important;
}
.bg-light-success.hoverable:hover {
  background-color: #c9ffe3 !important;
}

.bg-success {
  --bg-color: 80, 205, 137;
}
.bg-success.hoverable:hover {
  background-color: #47BE7D !important;
}

.bg-hover-light-success {
  cursor: pointer;
}
.bg-hover-light-success:hover {
  background-color: #E8FFF3 !important;
}

.bg-state-light-success {
  cursor: pointer;
}
.bg-state-light-success.active, .bg-state-light-success:hover {
  background-color: #E8FFF3 !important;
}

.bg-hover-success {
  cursor: pointer;
}
.bg-hover-success:hover {
  --bg-color: 80, 205, 137;
  background-color: var(--bs-success) !important;
}

.bg-active-success.active {
  --bg-color: 80, 205, 137;
  background-color: var(--bs-success) !important;
}

.bg-state-success {
  cursor: pointer;
}
.bg-state-success.active, .bg-state-success:hover {
  --bg-color: 80, 205, 137;
  background-color: var(--bs-success) !important;
}

.bg-light-info {
  background-color: #F8F5FF !important;
}
.bg-light-info.hoverable:hover {
  background-color: #e3d6ff !important;
}

.bg-info {
  --bg-color: 114, 57, 234;
}
.bg-info.hoverable:hover {
  background-color: #5014D0 !important;
}

.bg-hover-light-info {
  cursor: pointer;
}
.bg-hover-light-info:hover {
  background-color: #F8F5FF !important;
}

.bg-state-light-info {
  cursor: pointer;
}
.bg-state-light-info.active, .bg-state-light-info:hover {
  background-color: #F8F5FF !important;
}

.bg-hover-info {
  cursor: pointer;
}
.bg-hover-info:hover {
  --bg-color: 114, 57, 234;
  background-color: #7239EA !important;
}

.bg-active-info.active {
  --bg-color: 114, 57, 234;
  background-color: #7239EA !important;
}

.bg-state-info {
  cursor: pointer;
}
.bg-state-info.active, .bg-state-info:hover {
  --bg-color: 114, 57, 234;
  background-color: #7239EA !important;
}

.bg-light-warning {
  background-color: #FFF8DD !important;
}
.bg-light-warning.hoverable:hover {
  background-color: #fff2be !important;
}

.bg-warning {
  --bg-color: 255, 199, 0;
}
.bg-warning.hoverable:hover {
  background-color: #F1BC00 !important;
}

.bg-hover-light-warning {
  cursor: pointer;
}
.bg-hover-light-warning:hover {
  background-color: #FFF8DD !important;
}

.bg-state-light-warning {
  cursor: pointer;
}
.bg-state-light-warning.active, .bg-state-light-warning:hover {
  background-color: #FFF8DD !important;
}

.bg-hover-warning {
  cursor: pointer;
}
.bg-hover-warning:hover {
  --bg-color: 255, 199, 0;
  background-color: var(--bs-warning) !important;
}

.bg-active-warning.active {
  --bg-color: 255, 199, 0;
  background-color: var(--bs-warning) !important;
}

.bg-state-warning {
  cursor: pointer;
}
.bg-state-warning.active, .bg-state-warning:hover {
  --bg-color: 255, 199, 0;
  background-color: var(--bs-warning) !important;
}

.bg-light-danger {
  background-color: #FFF5F8 !important;
}
.bg-light-danger.hoverable:hover {
  background-color: #ffd6e3 !important;
}

.bg-danger {
  --bg-color: 241, 65, 108;
}
.bg-danger.hoverable:hover {
  background-color: #D9214E !important;
}

.bg-hover-light-danger {
  cursor: pointer;
}
.bg-hover-light-danger:hover {
  background-color: #FFF5F8 !important;
}

.bg-state-light-danger {
  cursor: pointer;
}
.bg-state-light-danger.active, .bg-state-light-danger:hover {
  background-color: #FFF5F8 !important;
}

.bg-hover-danger {
  cursor: pointer;
}
.bg-hover-danger:hover {
  --bg-color: 241, 65, 108;
  background-color: var(--bs-danger) !important;
}

.bg-active-danger.active {
  --bg-color: 241, 65, 108;
  background-color: var(--bs-danger) !important;
}

.bg-state-danger {
  cursor: pointer;
}
.bg-state-danger.active, .bg-state-danger:hover {
  --bg-color: 241, 65, 108;
  background-color: var(--bs-danger) !important;
}

.bg-light-dark {
  background-color: #EFF2F5 !important;
}
.bg-light-dark.hoverable:hover {
  background-color: #dce3e9 !important;
}

.bg-dark {
  --bg-color: 24, 28, 50;
}
.bg-dark.hoverable:hover {
  background-color: #131628 !important;
}

.bg-hover-light-dark {
  cursor: pointer;
}
.bg-hover-light-dark:hover {
  background-color: #EFF2F5 !important;
}

.bg-state-light-dark {
  cursor: pointer;
}
.bg-state-light-dark.active, .bg-state-light-dark:hover {
  background-color: #EFF2F5 !important;
}

.bg-hover-dark {
  cursor: pointer;
}
.bg-hover-dark:hover {
  --bg-color: 24, 28, 50;
  background-color: #181C32 !important;
}

.bg-active-dark.active {
  --bg-color: 24, 28, 50;
  background-color: #181C32 !important;
}

.bg-state-dark {
  cursor: pointer;
}
.bg-state-dark.active, .bg-state-dark:hover {
  --bg-color: 24, 28, 50;
  background-color: #181C32 !important;
}

.bg-opacity-0 {
  background-color: rgba(var(--bg-color), 0) !important;
}

.bg-hover-opacity-0:hover {
  background-color: rgba(var(--bg-color), 0) !important;
}

.bg-active-opacity-0.active {
  background-color: rgba(var(--bg-color), 0) !important;
}

.bg-state-opacity-0 .active, .bg-state-opacity-0:hover {
  background-color: rgba(var(--bg-color), 0) !important;
}

.bg-opacity-5 {
  background-color: rgba(var(--bg-color), 0.05) !important;
}

.bg-hover-opacity-5:hover {
  background-color: rgba(var(--bg-color), 0.05) !important;
}

.bg-active-opacity-5.active {
  background-color: rgba(var(--bg-color), 0.05) !important;
}

.bg-state-opacity-5 .active, .bg-state-opacity-5:hover {
  background-color: rgba(var(--bg-color), 0.05) !important;
}

.bg-opacity-10 {
  background-color: rgba(var(--bg-color), 0.1) !important;
}

.bg-hover-opacity-10:hover {
  background-color: rgba(var(--bg-color), 0.1) !important;
}

.bg-active-opacity-10.active {
  background-color: rgba(var(--bg-color), 0.1) !important;
}

.bg-state-opacity-10 .active, .bg-state-opacity-10:hover {
  background-color: rgba(var(--bg-color), 0.1) !important;
}

.bg-opacity-15 {
  background-color: rgba(var(--bg-color), 0.15) !important;
}

.bg-hover-opacity-15:hover {
  background-color: rgba(var(--bg-color), 0.15) !important;
}

.bg-active-opacity-15.active {
  background-color: rgba(var(--bg-color), 0.15) !important;
}

.bg-state-opacity-15 .active, .bg-state-opacity-15:hover {
  background-color: rgba(var(--bg-color), 0.15) !important;
}

.bg-opacity-20 {
  background-color: rgba(var(--bg-color), 0.2) !important;
}

.bg-hover-opacity-20:hover {
  background-color: rgba(var(--bg-color), 0.2) !important;
}

.bg-active-opacity-20.active {
  background-color: rgba(var(--bg-color), 0.2) !important;
}

.bg-state-opacity-20 .active, .bg-state-opacity-20:hover {
  background-color: rgba(var(--bg-color), 0.2) !important;
}

.bg-opacity-25 {
  background-color: rgba(var(--bg-color), 0.25) !important;
}

.bg-hover-opacity-25:hover {
  background-color: rgba(var(--bg-color), 0.25) !important;
}

.bg-active-opacity-25.active {
  background-color: rgba(var(--bg-color), 0.25) !important;
}

.bg-state-opacity-25 .active, .bg-state-opacity-25:hover {
  background-color: rgba(var(--bg-color), 0.25) !important;
}

.bg-opacity-50 {
  background-color: rgba(var(--bg-color), 0.5) !important;
}

.bg-hover-opacity-50:hover {
  background-color: rgba(var(--bg-color), 0.5) !important;
}

.bg-active-opacity-50.active {
  background-color: rgba(var(--bg-color), 0.5) !important;
}

.bg-state-opacity-50 .active, .bg-state-opacity-50:hover {
  background-color: rgba(var(--bg-color), 0.5) !important;
}

.bg-opacity-75 {
  background-color: rgba(var(--bg-color), 0.75) !important;
}

.bg-hover-opacity-75:hover {
  background-color: rgba(var(--bg-color), 0.75) !important;
}

.bg-active-opacity-75.active {
  background-color: rgba(var(--bg-color), 0.75) !important;
}

.bg-state-opacity-75 .active, .bg-state-opacity-75:hover {
  background-color: rgba(var(--bg-color), 0.75) !important;
}

.bg-opacity-100 {
  background-color: rgba(var(--bg-color), 1) !important;
}

.bg-hover-opacity-100:hover {
  background-color: rgba(var(--bg-color), 1) !important;
}

.bg-active-opacity-100.active {
  background-color: rgba(var(--bg-color), 1) !important;
}

.bg-state-opacity-100 .active, .bg-state-opacity-100:hover {
  background-color: rgba(var(--bg-color), 1) !important;
}

.bg-lighten {
  background-color: rgba(245, 248, 250, 0.5) !important;
}

.bg-hover-lighten {
  cursor: pointer;
}
.bg-hover-lighten:hover {
  background-color: rgba(245, 248, 250, 0.5) !important;
}

.bg-active-lighten.active {
  background-color: rgba(245, 248, 250, 0.5) !important;
}

.bg-state-lighten {
  cursor: pointer;
}
.bg-state-lighten.active, .bg-state-lighten:hover {
  background-color: rgba(245, 248, 250, 0.5) !important;
}

.hoverable {
  cursor: pointer;
  transition: all 0.2s ease;
}
.hoverable:hover {
  transition: all 0.2s ease;
}

.bgi-no-repeat {
  background-repeat: no-repeat;
}

.bgi-position-y-top {
  background-position-y: top;
}

.bgi-position-y-bottom {
  background-position-y: bottom;
}

.bgi-position-y-center {
  background-position-y: center;
}

.bgi-position-x-start {
  background-position-x: left;
}

.bgi-position-x-end {
  background-position-x: right;
}

.bgi-position-x-center {
  background-position-x: center;
}

.bgi-position-top {
  background-position: 0 top;
}

.bgi-position-bottom {
  background-position: 0 bottom;
}

.bgi-position-center {
  background-position: center;
}

.bgi-size-auto {
  background-size: auto;
}

.bgi-size-cover {
  background-size: cover;
}

.bgi-size-contain {
  background-size: contain;
}

.bgi-attachment-fixed {
  background-attachment: fixed;
}

.bgi-attachment-auto {
  background-attachment: auto;
}

@media (min-width: 576px) {
  .bgi-size-sm-auto {
    background-size: auto;
  }

  .bgi-size-sm-cover {
    background-size: cover;
  }

  .bgi-size-sm-contain {
    background-size: contain;
  }

  .bgi-attachment-sm-fixed {
    background-attachment: fixed;
  }

  .bgi-attachment-sm-auto {
    background-attachment: auto;
  }
}
@media (min-width: 768px) {
  .bgi-size-md-auto {
    background-size: auto;
  }

  .bgi-size-md-cover {
    background-size: cover;
  }

  .bgi-size-md-contain {
    background-size: contain;
  }

  .bgi-attachment-md-fixed {
    background-attachment: fixed;
  }

  .bgi-attachment-md-auto {
    background-attachment: auto;
  }
}
@media (min-width: 992px) {
  .bgi-size-lg-auto {
    background-size: auto;
  }

  .bgi-size-lg-cover {
    background-size: cover;
  }

  .bgi-size-lg-contain {
    background-size: contain;
  }

  .bgi-attachment-lg-fixed {
    background-attachment: fixed;
  }

  .bgi-attachment-lg-auto {
    background-attachment: auto;
  }
}
@media (min-width: 1200px) {
  .bgi-size-xl-auto {
    background-size: auto;
  }

  .bgi-size-xl-cover {
    background-size: cover;
  }

  .bgi-size-xl-contain {
    background-size: contain;
  }

  .bgi-attachment-xl-fixed {
    background-attachment: fixed;
  }

  .bgi-attachment-xl-auto {
    background-attachment: auto;
  }
}
@media (min-width: 1400px) {
  .bgi-size-xxl-auto {
    background-size: auto;
  }

  .bgi-size-xxl-cover {
    background-size: cover;
  }

  .bgi-size-xxl-contain {
    background-size: contain;
  }

  .bgi-attachment-xxl-fixed {
    background-attachment: fixed;
  }

  .bgi-attachment-xxl-auto {
    background-attachment: auto;
  }
}
.border-active:not(.active):not(:active):not(:hover):not(:focus) {
  border-color: transparent !important;
}

.border-hover:not(:hover):not(:focus):not(.active):not(:active) {
  cursor: pointer;
  border-color: transparent !important;
}

.border-gray-100 {
  border-color: #F5F8FA !important;
}

.border-gray-200 {
  border-color: #EFF2F5 !important;
}

.border-gray-300 {
  border-color: #E4E6EF !important;
}

.border-gray-400 {
  border-color: #B5B5C3 !important;
}

.border-gray-500 {
  border-color: #A1A5B7 !important;
}

.border-gray-600 {
  border-color: #7E8299 !important;
}

.border-gray-700 {
  border-color: #5E6278 !important;
}

.border-gray-800 {
  border-color: #3F4254 !important;
}

.border-gray-900 {
  border-color: #181C32 !important;
}

.border-dashed {
  border-style: dashed !important;
  border-color: #E4E6EF;
}

.border-top-dashed {
  border-top-style: dashed !important;
}

.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

.border-start-dashed {
  border-left-style: dashed !important;
}

.border-end-dashed {
  border-right-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-top-dotted {
  border-top-style: dotted !important;
}

.border-bottom-dotted {
  border-bottom-style: dotted !important;
}

.border-start-dotted {
  border-left-style: dotted !important;
}

.border-end-dotted {
  border-right-style: dotted !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.border-transparent {
  border-color: transparent !important;
}

.flex-root {
  flex: 1;
}

.flex-column-auto {
  flex: none;
}

.flex-column-fluid {
  flex: 1 0 auto;
}

.flex-row-auto {
  flex: 0 0 auto;
}

.flex-row-fluid {
  flex: 1 auto;
  min-width: 0;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-stack {
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 576px) {
  .flex-sm-root {
    flex: 1;
  }

  .flex-sm-column-auto {
    flex: none;
  }

  .flex-sm-column-fluid {
    flex: 1 0 auto;
  }

  .flex-sm-row-auto {
    flex: 0 0 auto;
  }

  .flex-sm-row-fluid {
    flex: 1 auto;
    min-width: 0;
  }

  .flex-sm-center {
    justify-content: center;
    align-items: center;
  }

  .flex-sm-stack {
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .flex-md-root {
    flex: 1;
  }

  .flex-md-column-auto {
    flex: none;
  }

  .flex-md-column-fluid {
    flex: 1 0 auto;
  }

  .flex-md-row-auto {
    flex: 0 0 auto;
  }

  .flex-md-row-fluid {
    flex: 1 auto;
    min-width: 0;
  }

  .flex-md-center {
    justify-content: center;
    align-items: center;
  }

  .flex-md-stack {
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .flex-lg-root {
    flex: 1;
  }

  .flex-lg-column-auto {
    flex: none;
  }

  .flex-lg-column-fluid {
    flex: 1 0 auto;
  }

  .flex-lg-row-auto {
    flex: 0 0 auto;
  }

  .flex-lg-row-fluid {
    flex: 1 auto;
    min-width: 0;
  }

  .flex-lg-center {
    justify-content: center;
    align-items: center;
  }

  .flex-lg-stack {
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .flex-xl-root {
    flex: 1;
  }

  .flex-xl-column-auto {
    flex: none;
  }

  .flex-xl-column-fluid {
    flex: 1 0 auto;
  }

  .flex-xl-row-auto {
    flex: 0 0 auto;
  }

  .flex-xl-row-fluid {
    flex: 1 auto;
    min-width: 0;
  }

  .flex-xl-center {
    justify-content: center;
    align-items: center;
  }

  .flex-xl-stack {
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-root {
    flex: 1;
  }

  .flex-xxl-column-auto {
    flex: none;
  }

  .flex-xxl-column-fluid {
    flex: 1 0 auto;
  }

  .flex-xxl-row-auto {
    flex: 0 0 auto;
  }

  .flex-xxl-row-fluid {
    flex: 1 auto;
    min-width: 0;
  }

  .flex-xxl-center {
    justify-content: center;
    align-items: center;
  }

  .flex-xxl-stack {
    justify-content: space-between;
    align-items: center;
  }
}
.flex-equal {
  flex-grow: 1;
  flex-basis: 0;
  flex-shrink: 0;
}

.shadow-xs {
  box-shadow: 0px 0px 30px rgba(25, 53, 80, 0.055);
}

.text-white {
  color: #ffffff !important;
}

.text-inverse-white {
  color: #7E8299 !important;
}

.text-hover-white {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-white i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-white:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #ffffff !important;
}
.text-hover-white:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #ffffff !important;
}
.text-hover-white:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.text-hover-white:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-white {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-white i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-white:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7E8299 !important;
}
.text-hover-inverse-white:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7E8299 !important;
}
.text-hover-inverse-white:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.text-hover-inverse-white:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-white {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-white i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-white.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #ffffff !important;
}
.text-active-white.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #ffffff !important;
}
.text-active-white.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.text-active-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-white {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-white i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-white.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7E8299 !important;
}
.text-active-inverse-white.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7E8299 !important;
}
.text-active-inverse-white.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.text-active-inverse-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-inverse-primary {
  color: #FFFFFF !important;
}

.text-light-primary {
  color: #ECF8FF !important;
}

.text-hover-primary {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-primary i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-primary:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary) !important;
}
.text-hover-primary:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary) !important;
}
.text-hover-primary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.text-hover-primary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-primary {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-primary i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-primary:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-hover-inverse-primary:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-hover-inverse-primary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.text-hover-inverse-primary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-primary {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-primary i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-primary.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary) !important;
}
.text-active-primary.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary) !important;
}
.text-active-primary.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.text-active-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-primary {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-primary i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-primary.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-active-inverse-primary.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-active-inverse-primary.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.text-active-inverse-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-secondary {
  color: #E4E6EF !important;
}

.text-inverse-secondary {
  color: #3F4254 !important;
}

.text-hover-secondary {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-secondary i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-secondary:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #E4E6EF !important;
}
.text-hover-secondary:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #E4E6EF !important;
}
.text-hover-secondary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.text-hover-secondary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-secondary {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-secondary i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-secondary:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #3F4254 !important;
}
.text-hover-inverse-secondary:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #3F4254 !important;
}
.text-hover-inverse-secondary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.text-hover-inverse-secondary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-secondary {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-secondary i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-secondary.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #E4E6EF !important;
}
.text-active-secondary.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #E4E6EF !important;
}
.text-active-secondary.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.text-active-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-secondary {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-secondary i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-secondary.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #3F4254 !important;
}
.text-active-inverse-secondary.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #3F4254 !important;
}
.text-active-inverse-secondary.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.text-active-inverse-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-light {
  color: #F5F8FA !important;
}

.text-inverse-light {
  color: #7E8299 !important;
}

.text-hover-light {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-light i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-light:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #F5F8FA !important;
}
.text-hover-light:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #F5F8FA !important;
}
.text-hover-light:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.text-hover-light:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-light {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-light i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-light:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7E8299 !important;
}
.text-hover-inverse-light:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7E8299 !important;
}
.text-hover-inverse-light:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.text-hover-inverse-light:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-light {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-light i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-light.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #F5F8FA !important;
}
.text-active-light.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #F5F8FA !important;
}
.text-active-light.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.text-active-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-light {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-light i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-light.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7E8299 !important;
}
.text-active-inverse-light.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7E8299 !important;
}
.text-active-inverse-light.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.text-active-inverse-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-success {
  color: var(--bs-success) !important;
}

.text-inverse-success {
  color: #FFFFFF !important;
}

.text-light-success {
  color: #E8FFF3 !important;
}

.text-hover-success {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-success i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-success:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-success) !important;
}
.text-hover-success:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-success) !important;
}
.text-hover-success:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-success);
}
.text-hover-success:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-success {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-success i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-success:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-hover-inverse-success:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-hover-inverse-success:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.text-hover-inverse-success:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-success {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-success i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-success.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-success) !important;
}
.text-active-success.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-success) !important;
}
.text-active-success.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-success);
}
.text-active-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-success {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-success i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-success.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-active-inverse-success.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-active-inverse-success.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.text-active-inverse-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-info {
  color: #7239EA !important;
}

.text-inverse-info {
  color: #FFFFFF !important;
}

.text-light-info {
  color: #F8F5FF !important;
}

.text-hover-info {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-info i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-info:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7239EA !important;
}
.text-hover-info:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7239EA !important;
}
.text-hover-info:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7239EA;
}
.text-hover-info:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-info {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-info i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-info:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-hover-inverse-info:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-hover-inverse-info:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.text-hover-inverse-info:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-info {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-info i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-info.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7239EA !important;
}
.text-active-info.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7239EA !important;
}
.text-active-info.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7239EA;
}
.text-active-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-info {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-info i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-info.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-active-inverse-info.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-active-inverse-info.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.text-active-inverse-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-warning {
  color: var(--bs-warning) !important;
}

.text-inverse-warning {
  color: #FFFFFF !important;
}

.text-light-warning {
  color: #FFF8DD !important;
}

.text-hover-warning {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-warning i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-warning:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-warning) !important;
}
.text-hover-warning:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-warning) !important;
}
.text-hover-warning:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-warning);
}
.text-hover-warning:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-warning {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-warning i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-warning:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-hover-inverse-warning:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-hover-inverse-warning:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.text-hover-inverse-warning:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-warning {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-warning i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-warning.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-warning) !important;
}
.text-active-warning.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-warning) !important;
}
.text-active-warning.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-warning);
}
.text-active-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-warning {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-warning i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-warning.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-active-inverse-warning.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-active-inverse-warning.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.text-active-inverse-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-danger {
  color: var(--bs-danger) !important;
}

.text-inverse-danger {
  color: #FFFFFF !important;
}

.text-light-danger {
  color: #FFF5F8 !important;
}

.text-hover-danger {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-danger i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-danger:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-danger) !important;
}
.text-hover-danger:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-danger) !important;
}
.text-hover-danger:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-danger);
}
.text-hover-danger:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-danger {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-danger i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-danger:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-hover-inverse-danger:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-hover-inverse-danger:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.text-hover-inverse-danger:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-danger {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-danger i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-danger.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-danger) !important;
}
.text-active-danger.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-danger) !important;
}
.text-active-danger.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-danger);
}
.text-active-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-danger {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-danger i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-danger.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-active-inverse-danger.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #FFFFFF !important;
}
.text-active-inverse-danger.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.text-active-inverse-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-dark {
  color: #181C32 !important;
}

.text-inverse-dark {
  color: #ffffff !important;
}

.text-light-dark {
  color: #EFF2F5 !important;
}

.text-hover-dark {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-dark i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-dark:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #181C32 !important;
}
.text-hover-dark:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #181C32 !important;
}
.text-hover-dark:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.text-hover-dark:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-dark {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-dark i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-dark:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #ffffff !important;
}
.text-hover-inverse-dark:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #ffffff !important;
}
.text-hover-inverse-dark:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.text-hover-inverse-dark:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-dark {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-dark i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-dark.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #181C32 !important;
}
.text-active-dark.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #181C32 !important;
}
.text-active-dark.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.text-active-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-dark {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-dark i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-dark.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #ffffff !important;
}
.text-active-inverse-dark.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #ffffff !important;
}
.text-active-inverse-dark.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.text-active-inverse-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-muted {
  color: #A1A5B7 !important;
}

.text-inverse-muted {
  color: !important;
}

.text-hover-muted {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-muted i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-muted:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #A1A5B7 !important;
}
.text-hover-muted:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #A1A5B7 !important;
}
.text-hover-muted:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.text-hover-muted:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-muted {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-muted i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-muted:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-muted:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-muted:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-hover-inverse-muted:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-muted {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-muted i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-muted.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #A1A5B7 !important;
}
.text-active-muted.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #A1A5B7 !important;
}
.text-active-muted.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.text-active-muted.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-muted {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-muted i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-muted.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-muted.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-muted.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-active-inverse-muted.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-100 {
  color: #F5F8FA !important;
}

.text-inverse-gray-100 {
  color: !important;
}

.text-hover-gray-100 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-100 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-100:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #F5F8FA !important;
}
.text-hover-gray-100:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #F5F8FA !important;
}
.text-hover-gray-100:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.text-hover-gray-100:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-gray-100 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-100 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-100:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-100:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-100:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-hover-inverse-gray-100:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-100 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-100 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-100.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #F5F8FA !important;
}
.text-active-gray-100.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #F5F8FA !important;
}
.text-active-gray-100.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.text-active-gray-100.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-gray-100 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-100 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-100.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-100.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-100.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-active-inverse-gray-100.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-200 {
  color: #EFF2F5 !important;
}

.text-inverse-gray-200 {
  color: !important;
}

.text-hover-gray-200 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-200 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-200:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #EFF2F5 !important;
}
.text-hover-gray-200:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #EFF2F5 !important;
}
.text-hover-gray-200:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #EFF2F5;
}
.text-hover-gray-200:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-gray-200 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-200 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-200:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-200:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-200:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-hover-inverse-gray-200:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-200 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-200 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-200.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #EFF2F5 !important;
}
.text-active-gray-200.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #EFF2F5 !important;
}
.text-active-gray-200.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #EFF2F5;
}
.text-active-gray-200.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-gray-200 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-200 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-200.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-200.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-200.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-active-inverse-gray-200.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-300 {
  color: #E4E6EF !important;
}

.text-inverse-gray-300 {
  color: !important;
}

.text-hover-gray-300 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-300 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-300:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #E4E6EF !important;
}
.text-hover-gray-300:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #E4E6EF !important;
}
.text-hover-gray-300:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.text-hover-gray-300:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-gray-300 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-300 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-300:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-300:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-300:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-hover-inverse-gray-300:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-300 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-300 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-300.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #E4E6EF !important;
}
.text-active-gray-300.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #E4E6EF !important;
}
.text-active-gray-300.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.text-active-gray-300.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-gray-300 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-300 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-300.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-300.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-300.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-active-inverse-gray-300.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-400 {
  color: #B5B5C3 !important;
}

.text-inverse-gray-400 {
  color: !important;
}

.text-hover-gray-400 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-400 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-400:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #B5B5C3 !important;
}
.text-hover-gray-400:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #B5B5C3 !important;
}
.text-hover-gray-400:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}
.text-hover-gray-400:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-gray-400 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-400 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-400:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-400:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-400:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-hover-inverse-gray-400:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-400 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-400 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-400.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #B5B5C3 !important;
}
.text-active-gray-400.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #B5B5C3 !important;
}
.text-active-gray-400.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}
.text-active-gray-400.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-gray-400 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-400 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-400.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-400.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-400.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-active-inverse-gray-400.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-500 {
  color: #A1A5B7 !important;
}

.text-inverse-gray-500 {
  color: !important;
}

.text-hover-gray-500 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-500 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-500:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #A1A5B7 !important;
}
.text-hover-gray-500:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #A1A5B7 !important;
}
.text-hover-gray-500:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.text-hover-gray-500:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-gray-500 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-500 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-500:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-500:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-500:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-hover-inverse-gray-500:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-500 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-500 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-500.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #A1A5B7 !important;
}
.text-active-gray-500.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #A1A5B7 !important;
}
.text-active-gray-500.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.text-active-gray-500.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-gray-500 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-500 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-500.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-500.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-500.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-active-inverse-gray-500.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-600 {
  color: #7E8299 !important;
}

.text-inverse-gray-600 {
  color: !important;
}

.text-hover-gray-600 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-600 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-600:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7E8299 !important;
}
.text-hover-gray-600:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7E8299 !important;
}
.text-hover-gray-600:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.text-hover-gray-600:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-gray-600 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-600 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-600:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-600:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-600:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-hover-inverse-gray-600:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-600 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-600 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-600.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7E8299 !important;
}
.text-active-gray-600.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7E8299 !important;
}
.text-active-gray-600.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.text-active-gray-600.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-gray-600 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-600 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-600.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-600.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-600.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-active-inverse-gray-600.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-700 {
  color: #5E6278 !important;
}

.text-inverse-gray-700 {
  color: !important;
}

.text-hover-gray-700 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-700 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-700:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #5E6278 !important;
}
.text-hover-gray-700:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #5E6278 !important;
}
.text-hover-gray-700:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #5E6278;
}
.text-hover-gray-700:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-gray-700 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-700 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-700:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-700:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-700:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-hover-inverse-gray-700:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-700 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-700 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-700.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #5E6278 !important;
}
.text-active-gray-700.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #5E6278 !important;
}
.text-active-gray-700.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #5E6278;
}
.text-active-gray-700.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-gray-700 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-700 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-700.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-700.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-700.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-active-inverse-gray-700.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-800 {
  color: #3F4254 !important;
}

.text-inverse-gray-800 {
  color: !important;
}

.text-hover-gray-800 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-800 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-800:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #3F4254 !important;
}
.text-hover-gray-800:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #3F4254 !important;
}
.text-hover-gray-800:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.text-hover-gray-800:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-gray-800 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-800 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-800:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-800:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-800:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-hover-inverse-gray-800:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-800 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-800 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-800.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #3F4254 !important;
}
.text-active-gray-800.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #3F4254 !important;
}
.text-active-gray-800.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.text-active-gray-800.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-gray-800 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-800 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-800.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-800.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-800.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-active-inverse-gray-800.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-900 {
  color: #181C32 !important;
}

.text-inverse-gray-900 {
  color: !important;
}

.text-hover-gray-900 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-900 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-gray-900:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #181C32 !important;
}
.text-hover-gray-900:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #181C32 !important;
}
.text-hover-gray-900:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.text-hover-gray-900:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-gray-900 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-900 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-inverse-gray-900:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-900:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-hover-inverse-gray-900:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-hover-inverse-gray-900:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-900 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-900 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-gray-900.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #181C32 !important;
}
.text-active-gray-900.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #181C32 !important;
}
.text-active-gray-900.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.text-active-gray-900.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-gray-900 {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-900 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.text-active-inverse-gray-900.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-900.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: !important;
}
.text-active-inverse-gray-900.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.text-active-inverse-gray-900.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.fw-boldest {
  font-weight: 700 !important;
}

.text-transparent {
  color: transparent;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-move {
  cursor: move;
}

i {
  line-height: 1;
  font-size: 1rem;
  color: #A1A5B7;
}

a {
  transition: color 0.2s ease, background-color 0.2s ease;
}
a:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.opacity-active-0.active {
  opacity: 0 !important;
}

.opacity-state-0:hover, .opacity-state-0.active {
  opacity: 0 !important;
}

.opacity-active-5.active {
  opacity: 0.05 !important;
}

.opacity-state-5:hover, .opacity-state-5.active {
  opacity: 0.05 !important;
}

.opacity-active-10.active {
  opacity: 0.1 !important;
}

.opacity-state-10:hover, .opacity-state-10.active {
  opacity: 0.1 !important;
}

.opacity-active-15.active {
  opacity: 0.15 !important;
}

.opacity-state-15:hover, .opacity-state-15.active {
  opacity: 0.15 !important;
}

.opacity-active-20.active {
  opacity: 0.2 !important;
}

.opacity-state-20:hover, .opacity-state-20.active {
  opacity: 0.2 !important;
}

.opacity-active-25.active {
  opacity: 0.25 !important;
}

.opacity-state-25:hover, .opacity-state-25.active {
  opacity: 0.25 !important;
}

.opacity-active-50.active {
  opacity: 0.5 !important;
}

.opacity-state-50:hover, .opacity-state-50.active {
  opacity: 0.5 !important;
}

.opacity-active-75.active {
  opacity: 0.75 !important;
}

.opacity-state-75:hover, .opacity-state-75.active {
  opacity: 0.75 !important;
}

.opacity-active-100.active {
  opacity: 1 !important;
}

.opacity-state-100:hover, .opacity-state-100.active {
  opacity: 1 !important;
}

.transform-90 {
  transform: rotate(90deg);
  transform-origin: right top;
}

.animation {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes animationSlideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animation-slide-in-down {
  animation-name: animationSlideInDown;
}

@keyframes animationSlideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animation-slide-in-up {
  animation-name: animationSlideInUp;
}

@keyframes animationFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animation-fade-in {
  animation-name: animationFadeIn;
}

@keyframes animationFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animation-fade-out {
  animation-name: animationFadeOut;
}

.animation-blink {
  animation: animationBlink 1s steps(5, start) infinite;
}

@keyframes animationBlink {
  to {
    visibility: hidden;
  }
}
.nav-line-tabs {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EFF2F5;
}
.nav-line-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-line-tabs .nav-item .nav-link {
  color: #A1A5B7;
  border: 0;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, background-color 0.2s ease;
  padding: 0.5rem 0;
  margin: 0 1rem;
}
.nav-line-tabs .nav-item:first-child .nav-link {
  margin-left: 0;
}
.nav-line-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}
.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item.show .nav-link,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--bs-primary);
  transition: color 0.2s ease, background-color 0.2s ease;
}
.nav-line-tabs.nav-line-tabs-2x {
  border-bottom-width: 2px;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item {
  margin-bottom: -2px;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
  border-bottom-width: 2px;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active,
.nav-line-tabs.nav-line-tabs-2x .nav-item.show .nav-link,
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:not(.disabled) {
  border-bottom-width: 2px;
}

.nav-pills .nav-item {
  margin-right: 0.5rem;
}
.nav-pills .nav-item:last-child {
  margin-right: 0;
}

.nav-stretch {
  align-items: stretch;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nav-stretch .nav-item {
  display: flex;
  align-items: stretch;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nav-stretch .nav-link {
  display: flex;
  align-items: center;
}

.nav-group {
  padding: 0.35rem;
  border-radius: 0.475rem;
  background-color: #F5F8FA;
}
.nav-group.nav-group-outline {
  background-color: transparent;
  border: 1px solid #EFF2F5;
}
.nav-group.nav-group-fluid {
  display: flex;
}
.nav-group.nav-group-fluid > label,
.nav-group.nav-group-fluid > .btn {
  position: relative;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 0;
}
.nav-group.nav-group-fluid > label {
  margin-right: 0.1rem;
}
.nav-group.nav-group-fluid > label > .btn {
  width: 100%;
}
.nav-group.nav-group-fluid > label:last-child {
  margin-right: 0;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.page-item {
  margin-right: 0.5rem;
}
.page-item:last-child {
  margin-right: 0;
}
.page-item .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.475rem;
  height: 2.5rem;
  min-width: 2.5rem;
  font-weight: 500;
  font-size: 1.075rem;
}
.page-item .page-link i {
  font-size: 0.85rem;
}
.page-item .page-link .previous,
.page-item .page-link .next {
  display: block;
  height: 0.875rem;
  width: 0.875rem;
}
.page-item.next:not(:hover):not(:focus):not(.disabled) .page-link, .page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link {
  background-color: #ffffff;
}
.page-item.next:not(:hover):not(:focus):not(.disabled) .page-link i, .page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link i {
  color: #5E6278;
}
.page-item.next:not(:hover):not(:focus):not(.disabled) .page-link .svg-icon svg [fill]:not(.permanent):not(g), .page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #5E6278;
}
.page-item.next:not(:hover):not(:focus):not(.disabled) .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g), .page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.page-item.next:not(:hover):not(:focus):not(.disabled) .page-link .previous, .page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link .previous {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e");
}
.page-item.next:not(:hover):not(:focus):not(.disabled) .page-link .next, .page-item.previous:not(:hover):not(:focus):not(.disabled) .page-link .next {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.page-item:focus:not(.disabled) .page-link i {
  color: var(--bs-primary);
}
.page-item:focus:not(.disabled) .page-link .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.page-item:focus:not(.disabled) .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.page-item:focus:not(.disabled) .page-link .previous {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e");
}
.page-item:focus:not(.disabled) .page-link .next {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.page-item:hover:not(.disabled) .page-link i {
  color: var(--bs-primary);
}
.page-item:hover:not(.disabled) .page-link .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.page-item:hover:not(.disabled) .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.page-item:hover:not(.disabled) .page-link .previous {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e");
}
.page-item:hover:not(.disabled) .page-link .next {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.page-item.active .page-link i {
  color: #FFFFFF;
}
.page-item.active .page-link .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.page-item.active .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.page-item.active .page-link .previous {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e");
}
.page-item.active .page-link .next {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.page-item.disabled .page-link i {
  color: #B5B5C3;
}
.page-item.disabled .page-link .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}
.page-item.disabled .page-link .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.page-item.disabled .page-link .previous {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e");
}
.page-item.disabled .page-link .next {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.separator {
  display: block;
  height: 0;
  border-bottom: 1px solid #EFF2F5;
}
.separator.separator-dotted {
  border-bottom-style: dotted;
  border-bottom-color: #E4E6EF;
}
.separator.separator-dashed {
  border-bottom-style: dashed;
  border-bottom-color: #E4E6EF;
}

.carousel.carousel-custom .carousel-indicators {
  align-items: center;
  position: static;
  margin: 0;
  padding: 0;
  list-style: none;
}
.carousel.carousel-custom .carousel-indicators li {
  transform: none;
  opacity: 1;
}
.carousel.carousel-custom .carousel-indicators li.active {
  transform: none;
  opacity: 1;
}
.carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li {
  border-radius: 0;
  background-color: transparent;
  height: 13px;
  width: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li:after {
  display: inline-block;
  content: " ";
  border-radius: 50%;
  transition: all 0.3s ease;
  background-color: #EFF2F5;
  height: 9px;
  width: 9px;
}
.carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li.active {
  background-color: transparent;
}
.carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li.active:after {
  transition: all 0.3s ease;
  height: 13px;
  width: 13px;
  background-color: #E4E6EF;
}
.carousel.carousel-custom.carousel-stretch {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.carousel.carousel-custom.carousel-stretch .carousel-inner {
  flex-grow: 1;
}
.carousel.carousel-custom.carousel-stretch .carousel-item {
  height: 100%;
}
.carousel.carousel-custom.carousel-stretch .carousel-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.menu-group {
  display: flex;
}

.menu,
.menu-wrapper {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-sub {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
}

.menu-item {
  display: block;
  padding: 0;
}
.menu-item .menu-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
  flex: 0 0 100%;
  padding: 0.65rem 1rem;
  transition: none;
  outline: none !important;
}
.menu-item .menu-link .menu-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  margin-right: 0.5rem;
}
.menu-item .menu-link .menu-icon .svg-icon {
  line-height: 1;
}
.menu-item .menu-link .menu-bullet {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  margin-right: 0.5rem;
}
.menu-item .menu-link .menu-title {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.menu-item .menu-link .menu-badge {
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.menu-item .menu-link .menu-arrow {
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
}
.menu-item .menu-link .menu-arrow:after {
  display: block;
  width: 100%;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.menu-item .menu-content {
  padding: 0.65rem 1rem;
}

.menu-item.show .menu-link .menu-arrow:after {
  -webkit-backface-visibility: hidden;
  transition: transform 0.3s ease;
}

.menu-center {
  justify-content: center;
}

.menu-item.menu-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
  transform: rotateZ(90deg) /*rtl:ignore*/;
  transition: transform 0.3s ease;
}
[direction=rtl] .menu-item.menu-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, [direction=rtl] .menu-item.menu-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
  transform: rotateZ(-90deg) /*rtl:ignore*/;
}

.menu-sub-dropdown {
  display: none;
  border-radius: 0.475rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  z-index: 105;
}
.show.menu-dropdown > .menu-sub-dropdown, .menu-sub-dropdown.menu.show, .menu-sub-dropdown.show[data-popper-placement] {
  display: flex;
  animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
}
.show.menu-dropdown > .menu-sub-dropdown[data-popper-placement=top], .show.menu-dropdown > .menu-sub-dropdown[data-popper-placement=top-start], .show.menu-dropdown > .menu-sub-dropdown[data-popper-placement=top-end], .menu-sub-dropdown.menu.show[data-popper-placement=top], .menu-sub-dropdown.menu.show[data-popper-placement=top-start], .menu-sub-dropdown.menu.show[data-popper-placement=top-end], .menu-sub-dropdown.show[data-popper-placement][data-popper-placement=top], .menu-sub-dropdown.show[data-popper-placement][data-popper-placement=top-start], .menu-sub-dropdown.show[data-popper-placement][data-popper-placement=top-end] {
  animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-down 0.3s ease 1;
}

.menu-sub-accordion {
  display: none;
}
.show:not(.menu-dropdown) > .menu-sub-accordion, .menu-sub-accordion.show {
  display: flex;
}

.menu-inline {
  display: flex;
}

.menu-fit > .menu-item > .menu-content,
.menu-fit > .menu-item > .menu-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.menu-column {
  flex-direction: column;
  width: 100%;
}

.menu-row {
  flex-direction: row;
}
.menu-row > .menu-item {
  display: flex;
  align-items: center;
}
.menu-row > .menu-item > .menu-link .menu-arrow:after {
  transform: rotateZ(90deg) /*rtl:ignore*/;
  transition: transform 0.3s ease;
}
[direction=rtl] .menu-row > .menu-item > .menu-link .menu-arrow:after {
  transform: rotateZ(-90deg) /*rtl:ignore*/;
}

.menu-rounded .menu-link {
  border-radius: 0.475rem;
}

.menu-pill .menu-link {
  border-radius: 50px;
}

.menu-rounded-0 .menu-link {
  border-radius: 0 !important;
}

@media (min-width: 576px) {
  .menu-item.menu-sm-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-sm-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-item.menu-sm-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, [direction=rtl] .menu-item.menu-sm-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-sub-sm-dropdown {
    display: none;
    border-radius: 0.475rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    z-index: 105;
  }
  .show.menu-dropdown > .menu-sub-sm-dropdown, .menu-sub-sm-dropdown.menu.show, .menu-sub-sm-dropdown.show[data-popper-placement] {
    display: flex;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  .show.menu-dropdown > .menu-sub-sm-dropdown[data-popper-placement=top], .show.menu-dropdown > .menu-sub-sm-dropdown[data-popper-placement=top-start], .show.menu-dropdown > .menu-sub-sm-dropdown[data-popper-placement=top-end], .menu-sub-sm-dropdown.menu.show[data-popper-placement=top], .menu-sub-sm-dropdown.menu.show[data-popper-placement=top-start], .menu-sub-sm-dropdown.menu.show[data-popper-placement=top-end], .menu-sub-sm-dropdown.show[data-popper-placement][data-popper-placement=top], .menu-sub-sm-dropdown.show[data-popper-placement][data-popper-placement=top-start], .menu-sub-sm-dropdown.show[data-popper-placement][data-popper-placement=top-end] {
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-down 0.3s ease 1;
  }

  .menu-sub-sm-accordion {
    display: none;
  }
  .show:not(.menu-dropdown) > .menu-sub-sm-accordion, .menu-sub-sm-accordion.show {
    display: flex;
  }

  .menu-sm-inline {
    display: flex;
  }

  .menu-sm-fit > .menu-item > .menu-content,
.menu-sm-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .menu-sm-column {
    flex-direction: column;
    width: 100%;
  }

  .menu-sm-row {
    flex-direction: row;
  }
  .menu-sm-row > .menu-item {
    display: flex;
    align-items: center;
  }
  .menu-sm-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-sm-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-sm-rounded .menu-link {
    border-radius: 0.475rem;
  }

  .menu-sm-pill .menu-link {
    border-radius: 50px;
  }

  .menu-sm-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}
@media (min-width: 768px) {
  .menu-item.menu-md-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-md-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-item.menu-md-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, [direction=rtl] .menu-item.menu-md-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-sub-md-dropdown {
    display: none;
    border-radius: 0.475rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    z-index: 105;
  }
  .show.menu-dropdown > .menu-sub-md-dropdown, .menu-sub-md-dropdown.menu.show, .menu-sub-md-dropdown.show[data-popper-placement] {
    display: flex;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  .show.menu-dropdown > .menu-sub-md-dropdown[data-popper-placement=top], .show.menu-dropdown > .menu-sub-md-dropdown[data-popper-placement=top-start], .show.menu-dropdown > .menu-sub-md-dropdown[data-popper-placement=top-end], .menu-sub-md-dropdown.menu.show[data-popper-placement=top], .menu-sub-md-dropdown.menu.show[data-popper-placement=top-start], .menu-sub-md-dropdown.menu.show[data-popper-placement=top-end], .menu-sub-md-dropdown.show[data-popper-placement][data-popper-placement=top], .menu-sub-md-dropdown.show[data-popper-placement][data-popper-placement=top-start], .menu-sub-md-dropdown.show[data-popper-placement][data-popper-placement=top-end] {
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-down 0.3s ease 1;
  }

  .menu-sub-md-accordion {
    display: none;
  }
  .show:not(.menu-dropdown) > .menu-sub-md-accordion, .menu-sub-md-accordion.show {
    display: flex;
  }

  .menu-md-inline {
    display: flex;
  }

  .menu-md-fit > .menu-item > .menu-content,
.menu-md-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .menu-md-column {
    flex-direction: column;
    width: 100%;
  }

  .menu-md-row {
    flex-direction: row;
  }
  .menu-md-row > .menu-item {
    display: flex;
    align-items: center;
  }
  .menu-md-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-md-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-md-rounded .menu-link {
    border-radius: 0.475rem;
  }

  .menu-md-pill .menu-link {
    border-radius: 50px;
  }

  .menu-md-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}
@media (min-width: 992px) {
  .menu-item.menu-lg-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-lg-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-item.menu-lg-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, [direction=rtl] .menu-item.menu-lg-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-sub-lg-dropdown {
    display: none;
    border-radius: 0.475rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    z-index: 105;
  }
  .show.menu-dropdown > .menu-sub-lg-dropdown, .menu-sub-lg-dropdown.menu.show, .menu-sub-lg-dropdown.show[data-popper-placement] {
    display: flex;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  .show.menu-dropdown > .menu-sub-lg-dropdown[data-popper-placement=top], .show.menu-dropdown > .menu-sub-lg-dropdown[data-popper-placement=top-start], .show.menu-dropdown > .menu-sub-lg-dropdown[data-popper-placement=top-end], .menu-sub-lg-dropdown.menu.show[data-popper-placement=top], .menu-sub-lg-dropdown.menu.show[data-popper-placement=top-start], .menu-sub-lg-dropdown.menu.show[data-popper-placement=top-end], .menu-sub-lg-dropdown.show[data-popper-placement][data-popper-placement=top], .menu-sub-lg-dropdown.show[data-popper-placement][data-popper-placement=top-start], .menu-sub-lg-dropdown.show[data-popper-placement][data-popper-placement=top-end] {
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-down 0.3s ease 1;
  }

  .menu-sub-lg-accordion {
    display: none;
  }
  .show:not(.menu-dropdown) > .menu-sub-lg-accordion, .menu-sub-lg-accordion.show {
    display: flex;
  }

  .menu-lg-inline {
    display: flex;
  }

  .menu-lg-fit > .menu-item > .menu-content,
.menu-lg-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .menu-lg-column {
    flex-direction: column;
    width: 100%;
  }

  .menu-lg-row {
    flex-direction: row;
  }
  .menu-lg-row > .menu-item {
    display: flex;
    align-items: center;
  }
  .menu-lg-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-lg-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-lg-rounded .menu-link {
    border-radius: 0.475rem;
  }

  .menu-lg-pill .menu-link {
    border-radius: 50px;
  }

  .menu-lg-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}
@media (min-width: 1200px) {
  .menu-item.menu-xl-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-xl-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-item.menu-xl-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, [direction=rtl] .menu-item.menu-xl-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-sub-xl-dropdown {
    display: none;
    border-radius: 0.475rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    z-index: 105;
  }
  .show.menu-dropdown > .menu-sub-xl-dropdown, .menu-sub-xl-dropdown.menu.show, .menu-sub-xl-dropdown.show[data-popper-placement] {
    display: flex;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  .show.menu-dropdown > .menu-sub-xl-dropdown[data-popper-placement=top], .show.menu-dropdown > .menu-sub-xl-dropdown[data-popper-placement=top-start], .show.menu-dropdown > .menu-sub-xl-dropdown[data-popper-placement=top-end], .menu-sub-xl-dropdown.menu.show[data-popper-placement=top], .menu-sub-xl-dropdown.menu.show[data-popper-placement=top-start], .menu-sub-xl-dropdown.menu.show[data-popper-placement=top-end], .menu-sub-xl-dropdown.show[data-popper-placement][data-popper-placement=top], .menu-sub-xl-dropdown.show[data-popper-placement][data-popper-placement=top-start], .menu-sub-xl-dropdown.show[data-popper-placement][data-popper-placement=top-end] {
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-down 0.3s ease 1;
  }

  .menu-sub-xl-accordion {
    display: none;
  }
  .show:not(.menu-dropdown) > .menu-sub-xl-accordion, .menu-sub-xl-accordion.show {
    display: flex;
  }

  .menu-xl-inline {
    display: flex;
  }

  .menu-xl-fit > .menu-item > .menu-content,
.menu-xl-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .menu-xl-column {
    flex-direction: column;
    width: 100%;
  }

  .menu-xl-row {
    flex-direction: row;
  }
  .menu-xl-row > .menu-item {
    display: flex;
    align-items: center;
  }
  .menu-xl-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-xl-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-xl-rounded .menu-link {
    border-radius: 0.475rem;
  }

  .menu-xl-pill .menu-link {
    border-radius: 50px;
  }

  .menu-xl-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}
@media (min-width: 1400px) {
  .menu-item.menu-xxl-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-xxl-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-item.menu-xxl-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, [direction=rtl] .menu-item.menu-xxl-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-sub-xxl-dropdown {
    display: none;
    border-radius: 0.475rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    z-index: 105;
  }
  .show.menu-dropdown > .menu-sub-xxl-dropdown, .menu-sub-xxl-dropdown.menu.show, .menu-sub-xxl-dropdown.show[data-popper-placement] {
    display: flex;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  .show.menu-dropdown > .menu-sub-xxl-dropdown[data-popper-placement=top], .show.menu-dropdown > .menu-sub-xxl-dropdown[data-popper-placement=top-start], .show.menu-dropdown > .menu-sub-xxl-dropdown[data-popper-placement=top-end], .menu-sub-xxl-dropdown.menu.show[data-popper-placement=top], .menu-sub-xxl-dropdown.menu.show[data-popper-placement=top-start], .menu-sub-xxl-dropdown.menu.show[data-popper-placement=top-end], .menu-sub-xxl-dropdown.show[data-popper-placement][data-popper-placement=top], .menu-sub-xxl-dropdown.show[data-popper-placement][data-popper-placement=top-start], .menu-sub-xxl-dropdown.show[data-popper-placement][data-popper-placement=top-end] {
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-down 0.3s ease 1;
  }

  .menu-sub-xxl-accordion {
    display: none;
  }
  .show:not(.menu-dropdown) > .menu-sub-xxl-accordion, .menu-sub-xxl-accordion.show {
    display: flex;
  }

  .menu-xxl-inline {
    display: flex;
  }

  .menu-xxl-fit > .menu-item > .menu-content,
.menu-xxl-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .menu-xxl-column {
    flex-direction: column;
    width: 100%;
  }

  .menu-xxl-row {
    flex-direction: row;
  }
  .menu-xxl-row > .menu-item {
    display: flex;
    align-items: center;
  }
  .menu-xxl-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-xxl-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-xxl-rounded .menu-link {
    border-radius: 0.475rem;
  }

  .menu-xxl-pill .menu-link {
    border-radius: 50px;
  }

  .menu-xxl-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .menu-item.menu-sm-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-sm-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-item.menu-sm-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, [direction=rtl] .menu-item.menu-sm-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-sub-sm-down-dropdown {
    display: none;
    border-radius: 0.475rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    z-index: 105;
  }
  .show.menu-dropdown > .menu-sub-sm-down-dropdown, .menu-sub-sm-down-dropdown.menu.show, .menu-sub-sm-down-dropdown.show[data-popper-placement] {
    display: flex;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  .show.menu-dropdown > .menu-sub-sm-down-dropdown[data-popper-placement=top], .show.menu-dropdown > .menu-sub-sm-down-dropdown[data-popper-placement=top-start], .show.menu-dropdown > .menu-sub-sm-down-dropdown[data-popper-placement=top-end], .menu-sub-sm-down-dropdown.menu.show[data-popper-placement=top], .menu-sub-sm-down-dropdown.menu.show[data-popper-placement=top-start], .menu-sub-sm-down-dropdown.menu.show[data-popper-placement=top-end], .menu-sub-sm-down-dropdown.show[data-popper-placement][data-popper-placement=top], .menu-sub-sm-down-dropdown.show[data-popper-placement][data-popper-placement=top-start], .menu-sub-sm-down-dropdown.show[data-popper-placement][data-popper-placement=top-end] {
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-down 0.3s ease 1;
  }

  .menu-sub-sm-down-accordion {
    display: none;
  }
  .show:not(.menu-dropdown) > .menu-sub-sm-down-accordion, .menu-sub-sm-down-accordion.show {
    display: flex;
  }

  .menu-sm-down-inline {
    display: flex;
  }

  .menu-sm-down-fit > .menu-item > .menu-content,
.menu-sm-down-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .menu-sm-down-column {
    flex-direction: column;
    width: 100%;
  }

  .menu-sm-down-row {
    flex-direction: row;
  }
  .menu-sm-down-row > .menu-item {
    display: flex;
    align-items: center;
  }
  .menu-sm-down-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-sm-down-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-sm-down-rounded .menu-link {
    border-radius: 0.475rem;
  }

  .menu-sm-down-pill .menu-link {
    border-radius: 50px;
  }

  .menu-sm-down-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .menu-item.menu-md-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-md-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-item.menu-md-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, [direction=rtl] .menu-item.menu-md-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-sub-md-down-dropdown {
    display: none;
    border-radius: 0.475rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    z-index: 105;
  }
  .show.menu-dropdown > .menu-sub-md-down-dropdown, .menu-sub-md-down-dropdown.menu.show, .menu-sub-md-down-dropdown.show[data-popper-placement] {
    display: flex;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  .show.menu-dropdown > .menu-sub-md-down-dropdown[data-popper-placement=top], .show.menu-dropdown > .menu-sub-md-down-dropdown[data-popper-placement=top-start], .show.menu-dropdown > .menu-sub-md-down-dropdown[data-popper-placement=top-end], .menu-sub-md-down-dropdown.menu.show[data-popper-placement=top], .menu-sub-md-down-dropdown.menu.show[data-popper-placement=top-start], .menu-sub-md-down-dropdown.menu.show[data-popper-placement=top-end], .menu-sub-md-down-dropdown.show[data-popper-placement][data-popper-placement=top], .menu-sub-md-down-dropdown.show[data-popper-placement][data-popper-placement=top-start], .menu-sub-md-down-dropdown.show[data-popper-placement][data-popper-placement=top-end] {
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-down 0.3s ease 1;
  }

  .menu-sub-md-down-accordion {
    display: none;
  }
  .show:not(.menu-dropdown) > .menu-sub-md-down-accordion, .menu-sub-md-down-accordion.show {
    display: flex;
  }

  .menu-md-down-inline {
    display: flex;
  }

  .menu-md-down-fit > .menu-item > .menu-content,
.menu-md-down-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .menu-md-down-column {
    flex-direction: column;
    width: 100%;
  }

  .menu-md-down-row {
    flex-direction: row;
  }
  .menu-md-down-row > .menu-item {
    display: flex;
    align-items: center;
  }
  .menu-md-down-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-md-down-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-md-down-rounded .menu-link {
    border-radius: 0.475rem;
  }

  .menu-md-down-pill .menu-link {
    border-radius: 50px;
  }

  .menu-md-down-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .menu-item.menu-lg-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-lg-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-item.menu-lg-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, [direction=rtl] .menu-item.menu-lg-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-sub-lg-down-dropdown {
    display: none;
    border-radius: 0.475rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    z-index: 105;
  }
  .show.menu-dropdown > .menu-sub-lg-down-dropdown, .menu-sub-lg-down-dropdown.menu.show, .menu-sub-lg-down-dropdown.show[data-popper-placement] {
    display: flex;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  .show.menu-dropdown > .menu-sub-lg-down-dropdown[data-popper-placement=top], .show.menu-dropdown > .menu-sub-lg-down-dropdown[data-popper-placement=top-start], .show.menu-dropdown > .menu-sub-lg-down-dropdown[data-popper-placement=top-end], .menu-sub-lg-down-dropdown.menu.show[data-popper-placement=top], .menu-sub-lg-down-dropdown.menu.show[data-popper-placement=top-start], .menu-sub-lg-down-dropdown.menu.show[data-popper-placement=top-end], .menu-sub-lg-down-dropdown.show[data-popper-placement][data-popper-placement=top], .menu-sub-lg-down-dropdown.show[data-popper-placement][data-popper-placement=top-start], .menu-sub-lg-down-dropdown.show[data-popper-placement][data-popper-placement=top-end] {
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-down 0.3s ease 1;
  }

  .menu-sub-lg-down-accordion {
    display: none;
  }
  .show:not(.menu-dropdown) > .menu-sub-lg-down-accordion, .menu-sub-lg-down-accordion.show {
    display: flex;
  }

  .menu-lg-down-inline {
    display: flex;
  }

  .menu-lg-down-fit > .menu-item > .menu-content,
.menu-lg-down-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .menu-lg-down-column {
    flex-direction: column;
    width: 100%;
  }

  .menu-lg-down-row {
    flex-direction: row;
  }
  .menu-lg-down-row > .menu-item {
    display: flex;
    align-items: center;
  }
  .menu-lg-down-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-lg-down-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-lg-down-rounded .menu-link {
    border-radius: 0.475rem;
  }

  .menu-lg-down-pill .menu-link {
    border-radius: 50px;
  }

  .menu-lg-down-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .menu-item.menu-xl-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-xl-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-item.menu-xl-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, [direction=rtl] .menu-item.menu-xl-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-sub-xl-down-dropdown {
    display: none;
    border-radius: 0.475rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    z-index: 105;
  }
  .show.menu-dropdown > .menu-sub-xl-down-dropdown, .menu-sub-xl-down-dropdown.menu.show, .menu-sub-xl-down-dropdown.show[data-popper-placement] {
    display: flex;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  .show.menu-dropdown > .menu-sub-xl-down-dropdown[data-popper-placement=top], .show.menu-dropdown > .menu-sub-xl-down-dropdown[data-popper-placement=top-start], .show.menu-dropdown > .menu-sub-xl-down-dropdown[data-popper-placement=top-end], .menu-sub-xl-down-dropdown.menu.show[data-popper-placement=top], .menu-sub-xl-down-dropdown.menu.show[data-popper-placement=top-start], .menu-sub-xl-down-dropdown.menu.show[data-popper-placement=top-end], .menu-sub-xl-down-dropdown.show[data-popper-placement][data-popper-placement=top], .menu-sub-xl-down-dropdown.show[data-popper-placement][data-popper-placement=top-start], .menu-sub-xl-down-dropdown.show[data-popper-placement][data-popper-placement=top-end] {
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-down 0.3s ease 1;
  }

  .menu-sub-xl-down-accordion {
    display: none;
  }
  .show:not(.menu-dropdown) > .menu-sub-xl-down-accordion, .menu-sub-xl-down-accordion.show {
    display: flex;
  }

  .menu-xl-down-inline {
    display: flex;
  }

  .menu-xl-down-fit > .menu-item > .menu-content,
.menu-xl-down-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .menu-xl-down-column {
    flex-direction: column;
    width: 100%;
  }

  .menu-xl-down-row {
    flex-direction: row;
  }
  .menu-xl-down-row > .menu-item {
    display: flex;
    align-items: center;
  }
  .menu-xl-down-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-xl-down-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-xl-down-rounded .menu-link {
    border-radius: 0.475rem;
  }

  .menu-xl-down-pill .menu-link {
    border-radius: 50px;
  }

  .menu-xl-down-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}
@media (max-width: 1399.98px) {
  .menu-item.menu-xxl-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-xxl-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-item.menu-xxl-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, [direction=rtl] .menu-item.menu-xxl-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-sub-xxl-down-dropdown {
    display: none;
    border-radius: 0.475rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    z-index: 105;
  }
  .show.menu-dropdown > .menu-sub-xxl-down-dropdown, .menu-sub-xxl-down-dropdown.menu.show, .menu-sub-xxl-down-dropdown.show[data-popper-placement] {
    display: flex;
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  .show.menu-dropdown > .menu-sub-xxl-down-dropdown[data-popper-placement=top], .show.menu-dropdown > .menu-sub-xxl-down-dropdown[data-popper-placement=top-start], .show.menu-dropdown > .menu-sub-xxl-down-dropdown[data-popper-placement=top-end], .menu-sub-xxl-down-dropdown.menu.show[data-popper-placement=top], .menu-sub-xxl-down-dropdown.menu.show[data-popper-placement=top-start], .menu-sub-xxl-down-dropdown.menu.show[data-popper-placement=top-end], .menu-sub-xxl-down-dropdown.show[data-popper-placement][data-popper-placement=top], .menu-sub-xxl-down-dropdown.show[data-popper-placement][data-popper-placement=top-start], .menu-sub-xxl-down-dropdown.show[data-popper-placement][data-popper-placement=top-end] {
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-down 0.3s ease 1;
  }

  .menu-sub-xxl-down-accordion {
    display: none;
  }
  .show:not(.menu-dropdown) > .menu-sub-xxl-down-accordion, .menu-sub-xxl-down-accordion.show {
    display: flex;
  }

  .menu-xxl-down-inline {
    display: flex;
  }

  .menu-xxl-down-fit > .menu-item > .menu-content,
.menu-xxl-down-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .menu-xxl-down-column {
    flex-direction: column;
    width: 100%;
  }

  .menu-xxl-down-row {
    flex-direction: row;
  }
  .menu-xxl-down-row > .menu-item {
    display: flex;
    align-items: center;
  }
  .menu-xxl-down-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg) /*rtl:ignore*/;
    transition: transform 0.3s ease;
  }
  [direction=rtl] .menu-xxl-down-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }

  .menu-xxl-down-rounded .menu-link {
    border-radius: 0.475rem;
  }

  .menu-xxl-down-pill .menu-link {
    border-radius: 50px;
  }

  .menu-xxl-down-rounded-0 .menu-link {
    border-radius: 0 !important;
  }
}
.menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(1rem + 1rem);
}
.menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(2rem + 1rem);
}
.menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(3rem + 1rem);
}
.menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(4rem + 1rem);
}
.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: 1rem;
  padding-right: 0;
}
.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(2rem);
  padding-right: 0;
}
.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(3rem);
  padding-right: 0;
}
.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(4rem);
  padding-right: 0;
}

@keyframes menu-sub-dropdown-animation-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menu-sub-dropdown-animation-move-up {
  from {
    margin-top: 0.75rem;
  }
  to {
    margin-top: 0;
  }
}
@keyframes menu-sub-dropdown-animation-move-down {
  from {
    margin-bottom: 0.75rem;
  }
  to {
    margin-bottom: 0;
  }
}
.menu-white .menu-item .menu-link {
  color: #ffffff;
}
.menu-white .menu-item .menu-link .menu-title {
  color: #ffffff;
}
.menu-white .menu-item .menu-link .menu-icon i {
  color: #ffffff;
}
.menu-white .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.menu-white .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-white .menu-item .menu-link .menu-bullet .bullet {
  background-color: #ffffff;
}
.menu-white .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-white .menu-item .menu-link {
  color: #ffffff;
}
.menu-title-white .menu-item .menu-link .menu-title {
  color: #ffffff;
}

.menu-icon-white .menu-item .menu-link .menu-icon i {
  color: #ffffff;
}
.menu-icon-white .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.menu-icon-white .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-white .menu-item .menu-link .menu-bullet .bullet {
  background-color: #ffffff;
}

.menu-arrow-white .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-primary .menu-item .menu-link {
  color: var(--bs-primary);
}
.menu-primary .menu-item .menu-link .menu-title {
  color: var(--bs-primary);
}
.menu-primary .menu-item .menu-link .menu-icon i {
  color: var(--bs-primary);
}
.menu-primary .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-primary .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-primary .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.menu-primary .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-primary .menu-item .menu-link {
  color: var(--bs-primary);
}
.menu-title-primary .menu-item .menu-link .menu-title {
  color: var(--bs-primary);
}

.menu-icon-primary .menu-item .menu-link .menu-icon i {
  color: var(--bs-primary);
}
.menu-icon-primary .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-icon-primary .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-primary .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

.menu-arrow-primary .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-secondary .menu-item .menu-link {
  color: #E4E6EF;
}
.menu-secondary .menu-item .menu-link .menu-title {
  color: #E4E6EF;
}
.menu-secondary .menu-item .menu-link .menu-icon i {
  color: #E4E6EF;
}
.menu-secondary .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.menu-secondary .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-secondary .menu-item .menu-link .menu-bullet .bullet {
  background-color: #E4E6EF;
}
.menu-secondary .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23E4E6EF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-secondary .menu-item .menu-link {
  color: #E4E6EF;
}
.menu-title-secondary .menu-item .menu-link .menu-title {
  color: #E4E6EF;
}

.menu-icon-secondary .menu-item .menu-link .menu-icon i {
  color: #E4E6EF;
}
.menu-icon-secondary .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.menu-icon-secondary .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-secondary .menu-item .menu-link .menu-bullet .bullet {
  background-color: #E4E6EF;
}

.menu-arrow-secondary .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23E4E6EF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-light .menu-item .menu-link {
  color: #F5F8FA;
}
.menu-light .menu-item .menu-link .menu-title {
  color: #F5F8FA;
}
.menu-light .menu-item .menu-link .menu-icon i {
  color: #F5F8FA;
}
.menu-light .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.menu-light .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-light .menu-item .menu-link .menu-bullet .bullet {
  background-color: #F5F8FA;
}
.menu-light .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F5F8FA'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-light .menu-item .menu-link {
  color: #F5F8FA;
}
.menu-title-light .menu-item .menu-link .menu-title {
  color: #F5F8FA;
}

.menu-icon-light .menu-item .menu-link .menu-icon i {
  color: #F5F8FA;
}
.menu-icon-light .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.menu-icon-light .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-light .menu-item .menu-link .menu-bullet .bullet {
  background-color: #F5F8FA;
}

.menu-arrow-light .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F5F8FA'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-success .menu-item .menu-link {
  color: var(--bs-success);
}
.menu-success .menu-item .menu-link .menu-title {
  color: var(--bs-success);
}
.menu-success .menu-item .menu-link .menu-icon i {
  color: var(--bs-success);
}
.menu-success .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-success);
}
.menu-success .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-success .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-success);
}
.menu-success .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%2350CD89'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-success .menu-item .menu-link {
  color: var(--bs-success);
}
.menu-title-success .menu-item .menu-link .menu-title {
  color: var(--bs-success);
}

.menu-icon-success .menu-item .menu-link .menu-icon i {
  color: var(--bs-success);
}
.menu-icon-success .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-success);
}
.menu-icon-success .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-success .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-success);
}

.menu-arrow-success .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%2350CD89'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-info .menu-item .menu-link {
  color: #7239EA;
}
.menu-info .menu-item .menu-link .menu-title {
  color: #7239EA;
}
.menu-info .menu-item .menu-link .menu-icon i {
  color: #7239EA;
}
.menu-info .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7239EA;
}
.menu-info .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-info .menu-item .menu-link .menu-bullet .bullet {
  background-color: #7239EA;
}
.menu-info .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%237239EA'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-info .menu-item .menu-link {
  color: #7239EA;
}
.menu-title-info .menu-item .menu-link .menu-title {
  color: #7239EA;
}

.menu-icon-info .menu-item .menu-link .menu-icon i {
  color: #7239EA;
}
.menu-icon-info .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7239EA;
}
.menu-icon-info .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-info .menu-item .menu-link .menu-bullet .bullet {
  background-color: #7239EA;
}

.menu-arrow-info .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%237239EA'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-warning .menu-item .menu-link {
  color: var(--bs-warning);
}
.menu-warning .menu-item .menu-link .menu-title {
  color: var(--bs-warning);
}
.menu-warning .menu-item .menu-link .menu-icon i {
  color: var(--bs-warning);
}
.menu-warning .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-warning);
}
.menu-warning .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-warning .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-warning);
}
.menu-warning .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFC700'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-warning .menu-item .menu-link {
  color: var(--bs-warning);
}
.menu-title-warning .menu-item .menu-link .menu-title {
  color: var(--bs-warning);
}

.menu-icon-warning .menu-item .menu-link .menu-icon i {
  color: var(--bs-warning);
}
.menu-icon-warning .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-warning);
}
.menu-icon-warning .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-warning .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-warning);
}

.menu-arrow-warning .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFC700'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-danger .menu-item .menu-link {
  color: var(--bs-danger);
}
.menu-danger .menu-item .menu-link .menu-title {
  color: var(--bs-danger);
}
.menu-danger .menu-item .menu-link .menu-icon i {
  color: var(--bs-danger);
}
.menu-danger .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-danger);
}
.menu-danger .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-danger .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-danger);
}
.menu-danger .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F1416C'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-danger .menu-item .menu-link {
  color: var(--bs-danger);
}
.menu-title-danger .menu-item .menu-link .menu-title {
  color: var(--bs-danger);
}

.menu-icon-danger .menu-item .menu-link .menu-icon i {
  color: var(--bs-danger);
}
.menu-icon-danger .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-danger);
}
.menu-icon-danger .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-danger .menu-item .menu-link .menu-bullet .bullet {
  background-color: var(--bs-danger);
}

.menu-arrow-danger .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F1416C'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-dark .menu-item .menu-link {
  color: #181C32;
}
.menu-dark .menu-item .menu-link .menu-title {
  color: #181C32;
}
.menu-dark .menu-item .menu-link .menu-icon i {
  color: #181C32;
}
.menu-dark .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.menu-dark .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-dark .menu-item .menu-link .menu-bullet .bullet {
  background-color: #181C32;
}
.menu-dark .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23181C32'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-dark .menu-item .menu-link {
  color: #181C32;
}
.menu-title-dark .menu-item .menu-link .menu-title {
  color: #181C32;
}

.menu-icon-dark .menu-item .menu-link .menu-icon i {
  color: #181C32;
}
.menu-icon-dark .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.menu-icon-dark .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-dark .menu-item .menu-link .menu-bullet .bullet {
  background-color: #181C32;
}

.menu-arrow-dark .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23181C32'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-muted .menu-item .menu-link {
  color: #A1A5B7;
}
.menu-muted .menu-item .menu-link .menu-title {
  color: #A1A5B7;
}
.menu-muted .menu-item .menu-link .menu-icon i {
  color: #A1A5B7;
}
.menu-muted .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.menu-muted .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-muted .menu-item .menu-link .menu-bullet .bullet {
  background-color: #A1A5B7;
}
.menu-muted .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-muted .menu-item .menu-link {
  color: #A1A5B7;
}
.menu-title-muted .menu-item .menu-link .menu-title {
  color: #A1A5B7;
}

.menu-icon-muted .menu-item .menu-link .menu-icon i {
  color: #A1A5B7;
}
.menu-icon-muted .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.menu-icon-muted .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-muted .menu-item .menu-link .menu-bullet .bullet {
  background-color: #A1A5B7;
}

.menu-arrow-muted .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-gray-100 .menu-item .menu-link {
  color: #F5F8FA;
}
.menu-gray-100 .menu-item .menu-link .menu-title {
  color: #F5F8FA;
}
.menu-gray-100 .menu-item .menu-link .menu-icon i {
  color: #F5F8FA;
}
.menu-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.menu-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-gray-100 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #F5F8FA;
}
.menu-gray-100 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F5F8FA'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-gray-100 .menu-item .menu-link {
  color: #F5F8FA;
}
.menu-title-gray-100 .menu-item .menu-link .menu-title {
  color: #F5F8FA;
}

.menu-icon-gray-100 .menu-item .menu-link .menu-icon i {
  color: #F5F8FA;
}
.menu-icon-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.menu-icon-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-gray-100 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #F5F8FA;
}

.menu-arrow-gray-100 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F5F8FA'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-gray-200 .menu-item .menu-link {
  color: #EFF2F5;
}
.menu-gray-200 .menu-item .menu-link .menu-title {
  color: #EFF2F5;
}
.menu-gray-200 .menu-item .menu-link .menu-icon i {
  color: #EFF2F5;
}
.menu-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #EFF2F5;
}
.menu-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-gray-200 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #EFF2F5;
}
.menu-gray-200 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23EFF2F5'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-gray-200 .menu-item .menu-link {
  color: #EFF2F5;
}
.menu-title-gray-200 .menu-item .menu-link .menu-title {
  color: #EFF2F5;
}

.menu-icon-gray-200 .menu-item .menu-link .menu-icon i {
  color: #EFF2F5;
}
.menu-icon-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #EFF2F5;
}
.menu-icon-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-gray-200 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #EFF2F5;
}

.menu-arrow-gray-200 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23EFF2F5'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-gray-300 .menu-item .menu-link {
  color: #E4E6EF;
}
.menu-gray-300 .menu-item .menu-link .menu-title {
  color: #E4E6EF;
}
.menu-gray-300 .menu-item .menu-link .menu-icon i {
  color: #E4E6EF;
}
.menu-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.menu-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-gray-300 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #E4E6EF;
}
.menu-gray-300 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23E4E6EF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-gray-300 .menu-item .menu-link {
  color: #E4E6EF;
}
.menu-title-gray-300 .menu-item .menu-link .menu-title {
  color: #E4E6EF;
}

.menu-icon-gray-300 .menu-item .menu-link .menu-icon i {
  color: #E4E6EF;
}
.menu-icon-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.menu-icon-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-gray-300 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #E4E6EF;
}

.menu-arrow-gray-300 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23E4E6EF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-gray-400 .menu-item .menu-link {
  color: #B5B5C3;
}
.menu-gray-400 .menu-item .menu-link .menu-title {
  color: #B5B5C3;
}
.menu-gray-400 .menu-item .menu-link .menu-icon i {
  color: #B5B5C3;
}
.menu-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}
.menu-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-gray-400 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #B5B5C3;
}
.menu-gray-400 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-gray-400 .menu-item .menu-link {
  color: #B5B5C3;
}
.menu-title-gray-400 .menu-item .menu-link .menu-title {
  color: #B5B5C3;
}

.menu-icon-gray-400 .menu-item .menu-link .menu-icon i {
  color: #B5B5C3;
}
.menu-icon-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}
.menu-icon-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-gray-400 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #B5B5C3;
}

.menu-arrow-gray-400 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-gray-500 .menu-item .menu-link {
  color: #A1A5B7;
}
.menu-gray-500 .menu-item .menu-link .menu-title {
  color: #A1A5B7;
}
.menu-gray-500 .menu-item .menu-link .menu-icon i {
  color: #A1A5B7;
}
.menu-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.menu-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-gray-500 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #A1A5B7;
}
.menu-gray-500 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-gray-500 .menu-item .menu-link {
  color: #A1A5B7;
}
.menu-title-gray-500 .menu-item .menu-link .menu-title {
  color: #A1A5B7;
}

.menu-icon-gray-500 .menu-item .menu-link .menu-icon i {
  color: #A1A5B7;
}
.menu-icon-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.menu-icon-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-gray-500 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #A1A5B7;
}

.menu-arrow-gray-500 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-gray-600 .menu-item .menu-link {
  color: #7E8299;
}
.menu-gray-600 .menu-item .menu-link .menu-title {
  color: #7E8299;
}
.menu-gray-600 .menu-item .menu-link .menu-icon i {
  color: #7E8299;
}
.menu-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.menu-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-gray-600 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #7E8299;
}
.menu-gray-600 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%237E8299'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-gray-600 .menu-item .menu-link {
  color: #7E8299;
}
.menu-title-gray-600 .menu-item .menu-link .menu-title {
  color: #7E8299;
}

.menu-icon-gray-600 .menu-item .menu-link .menu-icon i {
  color: #7E8299;
}
.menu-icon-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.menu-icon-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-gray-600 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #7E8299;
}

.menu-arrow-gray-600 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%237E8299'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-gray-700 .menu-item .menu-link {
  color: #5E6278;
}
.menu-gray-700 .menu-item .menu-link .menu-title {
  color: #5E6278;
}
.menu-gray-700 .menu-item .menu-link .menu-icon i {
  color: #5E6278;
}
.menu-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #5E6278;
}
.menu-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-gray-700 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #5E6278;
}
.menu-gray-700 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-gray-700 .menu-item .menu-link {
  color: #5E6278;
}
.menu-title-gray-700 .menu-item .menu-link .menu-title {
  color: #5E6278;
}

.menu-icon-gray-700 .menu-item .menu-link .menu-icon i {
  color: #5E6278;
}
.menu-icon-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #5E6278;
}
.menu-icon-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-gray-700 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #5E6278;
}

.menu-arrow-gray-700 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-gray-800 .menu-item .menu-link {
  color: #3F4254;
}
.menu-gray-800 .menu-item .menu-link .menu-title {
  color: #3F4254;
}
.menu-gray-800 .menu-item .menu-link .menu-icon i {
  color: #3F4254;
}
.menu-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.menu-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-gray-800 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #3F4254;
}
.menu-gray-800 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%233F4254'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-gray-800 .menu-item .menu-link {
  color: #3F4254;
}
.menu-title-gray-800 .menu-item .menu-link .menu-title {
  color: #3F4254;
}

.menu-icon-gray-800 .menu-item .menu-link .menu-icon i {
  color: #3F4254;
}
.menu-icon-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.menu-icon-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-gray-800 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #3F4254;
}

.menu-arrow-gray-800 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%233F4254'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-gray-900 .menu-item .menu-link {
  color: #181C32;
}
.menu-gray-900 .menu-item .menu-link .menu-title {
  color: #181C32;
}
.menu-gray-900 .menu-item .menu-link .menu-icon i {
  color: #181C32;
}
.menu-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.menu-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-gray-900 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #181C32;
}
.menu-gray-900 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23181C32'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-title-gray-900 .menu-item .menu-link {
  color: #181C32;
}
.menu-title-gray-900 .menu-item .menu-link .menu-title {
  color: #181C32;
}

.menu-icon-gray-900 .menu-item .menu-link .menu-icon i {
  color: #181C32;
}
.menu-icon-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.menu-icon-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-bullet-gray-900 .menu-item .menu-link .menu-bullet .bullet {
  background-color: #181C32;
}

.menu-arrow-gray-900 .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23181C32'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-hover-bg .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-hover-bg .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: rgba(245, 248, 250, 0.8);
}

.menu-show-bg .menu-item.here > .menu-link, .menu-show-bg .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: rgba(245, 248, 250, 0.8);
}

.menu-active-bg .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: rgba(245, 248, 250, 0.8);
}

.menu-state-bg .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-state-bg .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: rgba(245, 248, 250, 0.8);
}
.menu-state-bg .menu-item.here > .menu-link, .menu-state-bg .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: rgba(245, 248, 250, 0.8);
}
.menu-state-bg .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: rgba(245, 248, 250, 0.8);
}

.menu-hover-primary .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary);
}
.menu-hover-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-title,
.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title {
  color: var(--bs-primary);
}
.menu-hover-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon i,
.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i {
  color: var(--bs-primary);
}
.menu-hover-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-hover-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-hover-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-bullet .bullet,
.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.menu-hover-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-arrow:after,
.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-show-primary .menu-item.here > .menu-link, .menu-show-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary);
}
.menu-show-primary .menu-item.here > .menu-link .menu-title, .menu-show-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}
.menu-show-primary .menu-item.here > .menu-link .menu-icon i, .menu-show-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}
.menu-show-primary .menu-item.here > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g), .menu-show-primary .menu-item.show > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-show-primary .menu-item.here > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g), .menu-show-primary .menu-item.show > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-show-primary .menu-item.here > .menu-link .menu-bullet .bullet, .menu-show-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.menu-show-primary .menu-item.here > .menu-link .menu-arrow:after, .menu-show-primary .menu-item.show > .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-active-primary .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary);
}
.menu-active-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}
.menu-active-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}
.menu-active-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-active-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-active-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.menu-active-primary .menu-item .menu-link.active .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-state-primary .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary);
}
.menu-state-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-title,
.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title {
  color: var(--bs-primary);
}
.menu-state-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon i,
.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i {
  color: var(--bs-primary);
}
.menu-state-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-state-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-state-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-bullet .bullet,
.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.menu-state-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-arrow:after,
.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.menu-state-primary .menu-item.here > .menu-link, .menu-state-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary);
}
.menu-state-primary .menu-item.here > .menu-link .menu-title, .menu-state-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}
.menu-state-primary .menu-item.here > .menu-link .menu-icon i, .menu-state-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}
.menu-state-primary .menu-item.here > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g), .menu-state-primary .menu-item.show > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-state-primary .menu-item.here > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g), .menu-state-primary .menu-item.show > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-state-primary .menu-item.here > .menu-link .menu-bullet .bullet, .menu-state-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.menu-state-primary .menu-item.here > .menu-link .menu-arrow:after, .menu-state-primary .menu-item.show > .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.menu-state-primary .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary);
}
.menu-state-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}
.menu-state-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}
.menu-state-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-state-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-state-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.menu-state-primary .menu-item .menu-link.active .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-hover-bg-primary .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: var(--bs-primary);
  color: #FFFFFF;
}
.menu-hover-bg-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-title,
.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title {
  color: #FFFFFF;
}
.menu-hover-bg-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon i,
.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i {
  color: #FFFFFF;
}
.menu-hover-bg-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.menu-hover-bg-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-hover-bg-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-bullet .bullet,
.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet {
  background-color: #FFFFFF;
}
.menu-hover-bg-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-arrow:after,
.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-show-bg-primary .menu-item.here > .menu-link, .menu-show-bg-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: var(--bs-primary);
  color: #FFFFFF;
}
.menu-show-bg-primary .menu-item.here > .menu-link .menu-title, .menu-show-bg-primary .menu-item.show > .menu-link .menu-title {
  color: #FFFFFF;
}
.menu-show-bg-primary .menu-item.here > .menu-link .menu-icon i, .menu-show-bg-primary .menu-item.show > .menu-link .menu-icon i {
  color: #FFFFFF;
}
.menu-show-bg-primary .menu-item.here > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g), .menu-show-bg-primary .menu-item.show > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.menu-show-bg-primary .menu-item.here > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g), .menu-show-bg-primary .menu-item.show > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-show-bg-primary .menu-item.here > .menu-link .menu-bullet .bullet, .menu-show-bg-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: #FFFFFF;
}
.menu-show-bg-primary .menu-item.here > .menu-link .menu-arrow:after, .menu-show-bg-primary .menu-item.show > .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-active-bg-primary .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: var(--bs-primary);
  color: #FFFFFF;
}
.menu-active-bg-primary .menu-item .menu-link.active .menu-title {
  color: #FFFFFF;
}
.menu-active-bg-primary .menu-item .menu-link.active .menu-icon i {
  color: #FFFFFF;
}
.menu-active-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.menu-active-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-active-bg-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: #FFFFFF;
}
.menu-active-bg-primary .menu-item .menu-link.active .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-state-bg-primary .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: var(--bs-primary);
  color: #FFFFFF;
}
.menu-state-bg-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-title,
.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title {
  color: #FFFFFF;
}
.menu-state-bg-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon i,
.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i {
  color: #FFFFFF;
}
.menu-state-bg-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.menu-state-bg-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-state-bg-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-bullet .bullet,
.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet {
  background-color: #FFFFFF;
}
.menu-state-bg-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-arrow:after,
.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.menu-state-bg-primary .menu-item.here > .menu-link, .menu-state-bg-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: var(--bs-primary);
  color: #FFFFFF;
}
.menu-state-bg-primary .menu-item.here > .menu-link .menu-title, .menu-state-bg-primary .menu-item.show > .menu-link .menu-title {
  color: #FFFFFF;
}
.menu-state-bg-primary .menu-item.here > .menu-link .menu-icon i, .menu-state-bg-primary .menu-item.show > .menu-link .menu-icon i {
  color: #FFFFFF;
}
.menu-state-bg-primary .menu-item.here > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g), .menu-state-bg-primary .menu-item.show > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.menu-state-bg-primary .menu-item.here > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g), .menu-state-bg-primary .menu-item.show > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-state-bg-primary .menu-item.here > .menu-link .menu-bullet .bullet, .menu-state-bg-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: #FFFFFF;
}
.menu-state-bg-primary .menu-item.here > .menu-link .menu-arrow:after, .menu-state-bg-primary .menu-item.show > .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.menu-state-bg-primary .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: var(--bs-primary);
  color: #FFFFFF;
}
.menu-state-bg-primary .menu-item .menu-link.active .menu-title {
  color: #FFFFFF;
}
.menu-state-bg-primary .menu-item .menu-link.active .menu-icon i {
  color: #FFFFFF;
}
.menu-state-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.menu-state-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-state-bg-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: #FFFFFF;
}
.menu-state-bg-primary .menu-item .menu-link.active .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-show-bg-light-primary .menu-item.here > .menu-link, .menu-show-bg-light-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: #ECF8FF;
  color: var(--bs-primary);
}
.menu-show-bg-light-primary .menu-item.here > .menu-link .menu-title, .menu-show-bg-light-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}
.menu-show-bg-light-primary .menu-item.here > .menu-link .menu-icon i, .menu-show-bg-light-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}
.menu-show-bg-light-primary .menu-item.here > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g), .menu-show-bg-light-primary .menu-item.show > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-show-bg-light-primary .menu-item.here > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g), .menu-show-bg-light-primary .menu-item.show > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-show-bg-light-primary .menu-item.here > .menu-link .menu-bullet .bullet, .menu-show-bg-light-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.menu-show-bg-light-primary .menu-item.here > .menu-link .menu-arrow:after, .menu-show-bg-light-primary .menu-item.show > .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-hover-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: #ECF8FF;
  color: var(--bs-primary);
}
.menu-hover-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-title,
.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title {
  color: var(--bs-primary);
}
.menu-hover-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon i,
.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i {
  color: var(--bs-primary);
}
.menu-hover-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-hover-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-hover-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-bullet .bullet,
.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.menu-hover-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-arrow:after,
.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-active-bg-light-primary .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: #ECF8FF;
  color: var(--bs-primary);
}
.menu-active-bg-light-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}
.menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}
.menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-active-bg-light-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.menu-active-bg-light-primary .menu-item .menu-link.active .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-state-bg-light-primary .menu-item.here > .menu-link, .menu-state-bg-light-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: #ECF8FF;
  color: var(--bs-primary);
}
.menu-state-bg-light-primary .menu-item.here > .menu-link .menu-title, .menu-state-bg-light-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}
.menu-state-bg-light-primary .menu-item.here > .menu-link .menu-icon i, .menu-state-bg-light-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}
.menu-state-bg-light-primary .menu-item.here > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g), .menu-state-bg-light-primary .menu-item.show > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-state-bg-light-primary .menu-item.here > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g), .menu-state-bg-light-primary .menu-item.show > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-state-bg-light-primary .menu-item.here > .menu-link .menu-bullet .bullet, .menu-state-bg-light-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.menu-state-bg-light-primary .menu-item.here > .menu-link .menu-arrow:after, .menu-state-bg-light-primary .menu-item.show > .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.menu-state-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: #ECF8FF;
  color: var(--bs-primary);
}
.menu-state-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-title,
.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title {
  color: var(--bs-primary);
}
.menu-state-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon i,
.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i {
  color: var(--bs-primary);
}
.menu-state-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-state-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-state-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-bullet .bullet,
.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.menu-state-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-arrow:after,
.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.menu-state-bg-light-primary .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: #ECF8FF;
  color: var(--bs-primary);
}
.menu-state-bg-light-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}
.menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}
.menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-state-bg-light-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.menu-state-bg-light-primary .menu-item .menu-link.active .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-hover-title-primary .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-hover-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary);
}
.menu-hover-title-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-title,
.menu-hover-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title {
  color: var(--bs-primary);
}

.menu-show-title-primary .menu-item.here > .menu-link, .menu-show-title-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary);
}
.menu-show-title-primary .menu-item.here > .menu-link .menu-title, .menu-show-title-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}

.menu-active-title-primary .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary);
}
.menu-active-title-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}

.menu-state-title-primary .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-state-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary);
}
.menu-state-title-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-title,
.menu-state-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title {
  color: var(--bs-primary);
}
.menu-state-title-primary .menu-item.here > .menu-link, .menu-state-title-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary);
}
.menu-state-title-primary .menu-item.here > .menu-link .menu-title, .menu-state-title-primary .menu-item.show > .menu-link .menu-title {
  color: var(--bs-primary);
}
.menu-state-title-primary .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary);
}
.menu-state-title-primary .menu-item .menu-link.active .menu-title {
  color: var(--bs-primary);
}

.menu-hover-icon-primary .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-hover-icon-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon i,
.menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i {
  color: var(--bs-primary);
}
.menu-hover-icon-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-hover-icon-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-show-icon-primary .menu-item.here > .menu-link, .menu-show-icon-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-show-icon-primary .menu-item.here > .menu-link .menu-icon i, .menu-show-icon-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}
.menu-show-icon-primary .menu-item.here > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g), .menu-show-icon-primary .menu-item.show > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-show-icon-primary .menu-item.here > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g), .menu-show-icon-primary .menu-item.show > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-active-icon-primary .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-active-icon-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}
.menu-active-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-active-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-state-icon-primary .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-state-icon-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon i,
.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i {
  color: var(--bs-primary);
}
.menu-state-icon-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-state-icon-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-state-icon-primary .menu-item.here > .menu-link, .menu-state-icon-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-state-icon-primary .menu-item.here > .menu-link .menu-icon i, .menu-state-icon-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}
.menu-state-icon-primary .menu-item.here > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g), .menu-state-icon-primary .menu-item.show > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-state-icon-primary .menu-item.here > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g), .menu-state-icon-primary .menu-item.show > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.menu-state-icon-primary .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-state-icon-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}
.menu-state-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.menu-state-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.menu-hover-bullet-primary .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-hover-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-hover-bullet-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-bullet .bullet,
.menu-hover-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

.menu-show-bullet-primary .menu-item.here > .menu-link, .menu-show-bullet-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-show-bullet-primary .menu-item.here > .menu-link .menu-bullet .bullet, .menu-show-bullet-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

.menu-active-bullet-primary .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-active-bullet-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

.menu-state-bullet-primary .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-state-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-state-bullet-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-bullet .bullet,
.menu-state-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.menu-state-bullet-primary .menu-item.here > .menu-link, .menu-state-bullet-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-state-bullet-primary .menu-item.here > .menu-link .menu-bullet .bullet, .menu-state-bullet-primary .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.menu-state-bullet-primary .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-state-bullet-primary .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}

.menu-hover-arrow-primary .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-hover-arrow-primary .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-hover-arrow-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-arrow:after,
.menu-hover-arrow-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-show-arrow-primary .menu-item.here > .menu-link, .menu-show-arrow-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-show-arrow-primary .menu-item.here > .menu-link .menu-arrow:after, .menu-show-arrow-primary .menu-item.show > .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-active-arrow-primary .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-active-arrow-primary .menu-item .menu-link.active .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.menu-state-arrow-primary .menu-item.hover > .menu-link:not(.disabled):not(.active),
.menu-state-arrow-primary .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-state-arrow-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-arrow:after,
.menu-state-arrow-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.menu-state-arrow-primary .menu-item.here > .menu-link, .menu-state-arrow-primary .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-state-arrow-primary .menu-item.here > .menu-link .menu-arrow:after, .menu-state-arrow-primary .menu-item.show > .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.menu-state-arrow-primary .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.menu-state-arrow-primary .menu-item .menu-link.active .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23009EF7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.anchor {
  display: flex;
  align-items: center;
}
.anchor a {
  position: relative;
  display: none;
  align-items: center;
  justify-content: flex-start;
  height: 1em;
  width: 1.25em;
  margin-left: -1.25em;
  font-weight: 500;
  font-size: 0.8em;
  color: #A1A5B7;
  transition: all 0.2s ease;
}
.anchor a:before {
  content: "#";
}
.anchor:hover a {
  display: flex;
}
.anchor:hover a:hover {
  color: var(--bs-primary);
  transition: all 0.2s ease;
}

.card {
  box-shadow: 0 0 0.875rem 0 rgb(33 37 41 / 10%);
  border: 0;
}
.card > .card-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 50px;
  padding: 0 2.25rem;
  background-color: transparent;
}
.card > .card-header .card-title {
  display: flex;
  align-items: center;
  margin: 0.5rem;
  margin-left: 0;
}
.card > .card-header .card-title.flex-column {
  align-items: flex-start;
  justify-content: center;
}
.card > .card-header .card-title .card-icon {
  margin-right: 0.75rem;
  line-height: 0;
}
.card > .card-header .card-title .card-icon i {
  font-size: 1.25rem;
  color: #7E8299;
  line-height: 0;
}
.card > .card-header .card-title .card-icon i:after, .card > .card-header .card-title .card-icon i:before {
  line-height: 0;
}
.card > .card-header .card-title .card-icon .svg-icon svg {
  height: 24px;
  width: 24px;
}
.card > .card-header .card-title .card-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.card > .card-header .card-title .card-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.card > .card-header .card-title,
.card > .card-header .card-title .card-label {
  font-weight: 500;
  font-size: 1.275rem;
  color: #181C32;
}
.card > .card-header .card-title .card-label {
  margin: 0 0.75rem 0 0;
  flex-wrap: wrap;
}
.card > .card-header .card-title small, .card > .card-header .card-title .small {
  color: #A1A5B7;
  font-size: 1rem;
}
.card > .card-header .card-title h1, .card > .card-header .card-title .h1, .card > .card-header .card-title h2, .card > .card-header .card-title .h2, .card > .card-header .card-title h3, .card > .card-header .card-title .h3, .card > .card-header .card-title h4, .card > .card-header .card-title .h4, .card > .card-header .card-title h5, .card > .card-header .card-title .h5, .card > .card-header .card-title h6, .card > .card-header .card-title .h6 {
  margin-bottom: 0;
}
.card > .card-header .card-toolbar {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  flex-wrap: wrap;
}
.card > .card-body {
  padding: 2rem 2.25rem;
}
.card > .card-footer {
  padding: 2rem 2.25rem;
  background-color: transparent;
}
.card .card-scroll {
  position: relative;
  overflow: auto;
}
.card.card-flush > .card-header {
  border-bottom: 0;
}
.card.card-flush > .card-footer {
  border-top: 0;
}
.card.card-px-0 .card-header,
.card.card-px-0 .card-body,
.card.card-px-0 .card-footer {
  padding-left: 0;
  padding-right: 0;
}
.card.card-outline {
  box-shadow: none;
  border: 1px solid #EFF2F5;
}
.card.card-dashed {
  box-shadow: none;
  border: 1px dashed #E4E6EF;
}

.card.card-stretch {
  height: calc(100% - var(--bs-gutter-y));
}
.card.card-stretch-75 {
  height: calc(75% - var(--bs-gutter-y));
}
.card.card-stretch-50 {
  height: calc(50% - var(--bs-gutter-y));
}
.card.card-stretch-33 {
  height: calc(33.333% - var(--bs-gutter-y));
}
.card.card-stretch-25 {
  height: calc(25% - var(--bs-gutter-y));
}
.card .card-header-stretch {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: stretch;
}
.card .card-header-stretch .card-toolbar {
  margin: 0;
  align-items: stretch;
}
@media (min-width: 576px) {
  .card.card-sm-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
  .card.card-sm-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
  .card.card-sm-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
  .card.card-sm-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
  .card.card-sm-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
  .card .card-header-sm-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
  .card .card-header-sm-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .card.card-md-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
  .card.card-md-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
  .card.card-md-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
  .card.card-md-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
  .card.card-md-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
  .card .card-header-md-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
  .card .card-header-md-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .card.card-lg-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
  .card.card-lg-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
  .card.card-lg-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
  .card.card-lg-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
  .card.card-lg-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
  .card .card-header-lg-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
  .card .card-header-lg-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .card.card-xl-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
  .card.card-xl-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
  .card.card-xl-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
  .card.card-xl-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
  .card.card-xl-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
  .card .card-header-xl-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
  .card .card-header-xl-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}
@media (min-width: 1400px) {
  .card.card-xxl-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
  .card.card-xxl-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
  .card.card-xxl-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
  .card.card-xxl-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
  .card.card-xxl-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
  .card .card-header-xxl-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
  .card .card-header-xxl-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}

.card-p {
  padding: 2rem 2.25rem !important;
}

.card-px {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.card-py {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.card-rounded {
  border-radius: 0.475rem;
}

.card-rounded-start {
  border-top-left-radius: 0.475rem;
  border-bottom-left-radius: 0.475rem;
}

.card-rounded-end {
  border-top-right-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
}

.card-rounded-top {
  border-top-left-radius: 0.475rem;
  border-top-right-radius: 0.475rem;
}

.card-rounded-bottom {
  border-bottom-left-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
}

@media (max-width: 767.98px) {
  .card > .card-header:not(.flex-nowrap) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.breadcrumb {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0.5rem;
}
.breadcrumb .breadcrumb-item:last-child {
  padding-right: 0;
}
.breadcrumb .breadcrumb-item:after {
  content: "/";
  padding-left: 0.5rem;
}
.breadcrumb .breadcrumb-item:before {
  display: none;
}
.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

.breadcrumb-line .breadcrumb-item:after {
  content: "-";
}

.breadcrumb-dot .breadcrumb-item:after {
  content: "•";
}

.breadcrumb-separatorless .breadcrumb-item:after {
  display: none;
}

.btn {
  outline: none !important;
}
.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg) {
  box-shadow: none !important;
}
.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
  padding: calc(0.75rem + 1px) calc(1.5rem + 1px);
}
.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-lg, .btn-group-lg > .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
  padding: calc(0.825rem + 1px) calc(1.75rem + 1px);
}
.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-sm, .btn-group-sm > .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
  padding: calc(0.55rem + 1px) calc(1.25rem + 1px);
}
.btn.btn-link {
  border: 0;
  border-radius: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-decoration: none;
  font-weight: 500;
}
.btn.btn-outline-dashed {
  border: 1px dashed #E4E6EF;
}
.btn.btn-flush {
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  outline: none !important;
  margin: 0;
  padding: 0;
}
.btn.btn-flex {
  display: inline-flex;
  align-items: center;
}

.btn i {
  display: inline-flex;
  font-size: 1rem;
  line-height: 0;
}
.btn .svg-icon {
  flex-shrink: 0;
  line-height: 0;
  margin-right: 0.5rem;
}
.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 1.5rem + 2px);
  width: calc(1.5em + 1.5rem + 2px);
}
.btn.btn-icon:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush) {
  border: 0;
}
.btn.btn-icon.btn-sm, .btn-group-sm > .btn.btn-icon {
  height: calc(1.5em + 1.1rem + 2px);
  width: calc(1.5em + 1.1rem + 2px);
}
.btn.btn-icon.btn-lg, .btn-group-lg > .btn.btn-icon {
  height: calc(1.5em + 1.65rem + 2px);
  width: calc(1.5em + 1.65rem + 2px);
}
.btn.btn-icon.btn-circle {
  border-radius: 50%;
}
.btn.btn-icon i,
.btn.btn-icon .svg-icon {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.btn.btn-white {
  color: #7E8299;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn.btn-white i {
  color: #7E8299;
}
.btn.btn-white .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.btn.btn-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-white.dropdown-toggle:after {
  color: #7E8299;
}
.btn-check:checked + .btn.btn-white, .btn-check:active + .btn.btn-white, .btn.btn-white:focus:not(.btn-active), .btn.btn-white:hover:not(.btn-active), .btn.btn-white:active:not(.btn-active), .btn.btn-white.active, .btn.btn-white.show, .show > .btn.btn-white {
  color: #7E8299;
  border-color: #F5F8FA;
  background-color: #F5F8FA;
}
.btn-check:checked + .btn.btn-white i, .btn-check:active + .btn.btn-white i, .btn.btn-white:focus:not(.btn-active) i, .btn.btn-white:hover:not(.btn-active) i, .btn.btn-white:active:not(.btn-active) i, .btn.btn-white.active i, .btn.btn-white.show i, .show > .btn.btn-white i {
  color: #7E8299;
}
.btn-check:checked + .btn.btn-white .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-white .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-white:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-white:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-white:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-white.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-white.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-white .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.btn-check:checked + .btn.btn-white .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-white .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-white:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-white:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-white:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-white.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-white.dropdown-toggle:after, .btn-check:active + .btn.btn-white.dropdown-toggle:after, .btn.btn-white:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-white:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-white:active:not(.btn-active).dropdown-toggle:after, .btn.btn-white.active.dropdown-toggle:after, .btn.btn-white.show.dropdown-toggle:after, .show > .btn.btn-white.dropdown-toggle:after {
  color: #7E8299;
}

.btn.btn-bg-white {
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn-check:checked + .btn.btn-active-white, .btn-check:active + .btn.btn-active-white, .btn.btn-active-white:focus:not(.btn-active), .btn.btn-active-white:hover:not(.btn-active), .btn.btn-active-white:active:not(.btn-active), .btn.btn-active-white.active, .btn.btn-active-white.show, .show > .btn.btn-active-white {
  color: #7E8299;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn-check:checked + .btn.btn-active-white i, .btn-check:active + .btn.btn-active-white i, .btn.btn-active-white:focus:not(.btn-active) i, .btn.btn-active-white:hover:not(.btn-active) i, .btn.btn-active-white:active:not(.btn-active) i, .btn.btn-active-white.active i, .btn.btn-active-white.show i, .show > .btn.btn-active-white i {
  color: #7E8299;
}
.btn-check:checked + .btn.btn-active-white .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-white .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-white:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-white:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-white:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-white.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-white.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-white .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.btn-check:checked + .btn.btn-active-white .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-white .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-white:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-white:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-white:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-white.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-white.dropdown-toggle:after, .btn-check:active + .btn.btn-active-white.dropdown-toggle:after, .btn.btn-active-white:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-white:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-white:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-white.active.dropdown-toggle:after, .btn.btn-active-white.show.dropdown-toggle:after, .show > .btn.btn-active-white.dropdown-toggle:after {
  color: #7E8299;
}

.btn.btn-light {
  color: #7E8299;
  border-color: #F5F8FA;
  background-color: #F5F8FA;
}
.btn.btn-light i {
  color: #7E8299;
}
.btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.btn.btn-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-light.dropdown-toggle:after {
  color: #7E8299;
}
.btn-check:checked + .btn.btn-light, .btn-check:active + .btn.btn-light, .btn.btn-light:focus:not(.btn-active), .btn.btn-light:hover:not(.btn-active), .btn.btn-light:active:not(.btn-active), .btn.btn-light.active, .btn.btn-light.show, .show > .btn.btn-light {
  color: #7E8299;
  border-color: #E4E6EF;
  background-color: #E4E6EF;
}
.btn-check:checked + .btn.btn-light i, .btn-check:active + .btn.btn-light i, .btn.btn-light:focus:not(.btn-active) i, .btn.btn-light:hover:not(.btn-active) i, .btn.btn-light:active:not(.btn-active) i, .btn.btn-light.active i, .btn.btn-light.show i, .show > .btn.btn-light i {
  color: #7E8299;
}
.btn-check:checked + .btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-light .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.btn-check:checked + .btn.btn-light .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-light.dropdown-toggle:after, .btn-check:active + .btn.btn-light.dropdown-toggle:after, .btn.btn-light:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light.active.dropdown-toggle:after, .btn.btn-light.show.dropdown-toggle:after, .show > .btn.btn-light.dropdown-toggle:after {
  color: #7E8299;
}

.btn.btn-bg-light {
  border-color: #F5F8FA;
  background-color: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-light, .btn-check:active + .btn.btn-active-light, .btn.btn-active-light:focus:not(.btn-active), .btn.btn-active-light:hover:not(.btn-active), .btn.btn-active-light:active:not(.btn-active), .btn.btn-active-light.active, .btn.btn-active-light.show, .show > .btn.btn-active-light {
  color: #7E8299;
  border-color: #F5F8FA;
  background-color: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-light i, .btn-check:active + .btn.btn-active-light i, .btn.btn-active-light:focus:not(.btn-active) i, .btn.btn-active-light:hover:not(.btn-active) i, .btn.btn-active-light:active:not(.btn-active) i, .btn.btn-active-light.active i, .btn.btn-active-light.show i, .show > .btn.btn-active-light i {
  color: #7E8299;
}
.btn-check:checked + .btn.btn-active-light .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-light .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-light .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.btn-check:checked + .btn.btn-active-light .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-light .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-light.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light.dropdown-toggle:after, .btn.btn-active-light:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light.active.dropdown-toggle:after, .btn.btn-active-light.show.dropdown-toggle:after, .show > .btn.btn-active-light.dropdown-toggle:after {
  color: #7E8299;
}

.btn.btn-primary {
  color: #FFFFFF;
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}
.btn.btn-primary i {
  color: #FFFFFF;
}
.btn.btn-primary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn.btn-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-primary.dropdown-toggle:after {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-primary, .btn-check:active + .btn.btn-primary, .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .btn.btn-primary:active:not(.btn-active), .btn.btn-primary.active, .btn.btn-primary.show, .show > .btn.btn-primary {
  color: #FFFFFF;
  border-color: #0095E8;
  background-color: #0095E8;
}
.btn-check:checked + .btn.btn-primary i, .btn-check:active + .btn.btn-primary i, .btn.btn-primary:focus:not(.btn-active) i, .btn.btn-primary:hover:not(.btn-active) i, .btn.btn-primary:active:not(.btn-active) i, .btn.btn-primary.active i, .btn.btn-primary.show i, .show > .btn.btn-primary i {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-primary.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-primary.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-primary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn-check:checked + .btn.btn-primary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-primary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-primary.dropdown-toggle:after, .btn.btn-primary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-primary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-primary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-primary.active.dropdown-toggle:after, .btn.btn-primary.show.dropdown-toggle:after, .show > .btn.btn-primary.dropdown-toggle:after {
  color: #FFFFFF;
}

.btn.btn-light-primary {
  color: var(--bs-primary);
  border-color: #ECF8FF;
  background-color: #ECF8FF;
}
.btn.btn-light-primary i {
  color: var(--bs-primary);
}
.btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.btn.btn-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-light-primary.dropdown-toggle:after {
  color: var(--bs-primary);
}
.btn-check:checked + .btn.btn-light-primary, .btn-check:active + .btn.btn-light-primary, .btn.btn-light-primary:focus:not(.btn-active), .btn.btn-light-primary:hover:not(.btn-active), .btn.btn-light-primary:active:not(.btn-active), .btn.btn-light-primary.active, .btn.btn-light-primary.show, .show > .btn.btn-light-primary {
  color: #FFFFFF;
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}
.btn-check:checked + .btn.btn-light-primary i, .btn-check:active + .btn.btn-light-primary i, .btn.btn-light-primary:focus:not(.btn-active) i, .btn.btn-light-primary:hover:not(.btn-active) i, .btn.btn-light-primary:active:not(.btn-active) i, .btn.btn-light-primary.active i, .btn.btn-light-primary.show i, .show > .btn.btn-light-primary i {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-primary.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-primary.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn-check:checked + .btn.btn-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-light-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-light-primary.dropdown-toggle:after, .btn.btn-light-primary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-primary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-primary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-primary.active.dropdown-toggle:after, .btn.btn-light-primary.show.dropdown-toggle:after, .show > .btn.btn-light-primary.dropdown-toggle:after {
  color: #FFFFFF;
}

.btn.btn-bg-primary {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}
.btn-check:checked + .btn.btn-active-primary, .btn-check:active + .btn.btn-active-primary, .btn.btn-active-primary:focus:not(.btn-active), .btn.btn-active-primary:hover:not(.btn-active), .btn.btn-active-primary:active:not(.btn-active), .btn.btn-active-primary.active, .btn.btn-active-primary.show, .show > .btn.btn-active-primary {
  color: #FFFFFF;
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}
.btn-check:checked + .btn.btn-active-primary i, .btn-check:active + .btn.btn-active-primary i, .btn.btn-active-primary:focus:not(.btn-active) i, .btn.btn-active-primary:hover:not(.btn-active) i, .btn.btn-active-primary:active:not(.btn-active) i, .btn.btn-active-primary.active i, .btn.btn-active-primary.show i, .show > .btn.btn-active-primary i {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-active-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-primary.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-primary.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-primary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn-check:checked + .btn.btn-active-primary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-primary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-primary.dropdown-toggle:after, .btn.btn-active-primary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-primary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-primary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-primary.active.dropdown-toggle:after, .btn.btn-active-primary.show.dropdown-toggle:after, .show > .btn.btn-active-primary.dropdown-toggle:after {
  color: #FFFFFF;
}

.btn-check:checked + .btn.btn-active-light-primary, .btn-check:active + .btn.btn-active-light-primary, .btn.btn-active-light-primary:focus:not(.btn-active), .btn.btn-active-light-primary:hover:not(.btn-active), .btn.btn-active-light-primary:active:not(.btn-active), .btn.btn-active-light-primary.active, .btn.btn-active-light-primary.show, .show > .btn.btn-active-light-primary {
  color: var(--bs-primary);
  border-color: #ECF8FF;
  background-color: #ECF8FF;
}
.btn-check:checked + .btn.btn-active-light-primary i, .btn-check:active + .btn.btn-active-light-primary i, .btn.btn-active-light-primary:focus:not(.btn-active) i, .btn.btn-active-light-primary:hover:not(.btn-active) i, .btn.btn-active-light-primary:active:not(.btn-active) i, .btn.btn-active-light-primary.active i, .btn.btn-active-light-primary.show i, .show > .btn.btn-active-light-primary i {
  color: var(--bs-primary);
}
.btn-check:checked + .btn.btn-active-light-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-light-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-primary.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-primary.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-light-primary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.btn-check:checked + .btn.btn-active-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-light-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-light-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-primary.dropdown-toggle:after, .btn.btn-active-light-primary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-primary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-primary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-primary.active.dropdown-toggle:after, .btn.btn-active-light-primary.show.dropdown-toggle:after, .show > .btn.btn-active-light-primary.dropdown-toggle:after {
  color: var(--bs-primary);
}
.btn.btn-active-light-primary.btn-outline {
  border-color: var(--bs-primary) !important;
}

.btn.btn-secondary {
  color: #3F4254;
  border-color: #E4E6EF;
  background-color: #E4E6EF;
}
.btn.btn-secondary i {
  color: #3F4254;
}
.btn.btn-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.btn.btn-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-secondary.dropdown-toggle:after {
  color: #3F4254;
}
.btn-check:checked + .btn.btn-secondary, .btn-check:active + .btn.btn-secondary, .btn.btn-secondary:focus:not(.btn-active), .btn.btn-secondary:hover:not(.btn-active), .btn.btn-secondary:active:not(.btn-active), .btn.btn-secondary.active, .btn.btn-secondary.show, .show > .btn.btn-secondary {
  color: #3F4254;
  border-color: #B5B5C3;
  background-color: #B5B5C3;
}
.btn-check:checked + .btn.btn-secondary i, .btn-check:active + .btn.btn-secondary i, .btn.btn-secondary:focus:not(.btn-active) i, .btn.btn-secondary:hover:not(.btn-active) i, .btn.btn-secondary:active:not(.btn-active) i, .btn.btn-secondary.active i, .btn.btn-secondary.show i, .show > .btn.btn-secondary i {
  color: #3F4254;
}
.btn-check:checked + .btn.btn-secondary .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-secondary .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-secondary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-secondary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-secondary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-secondary.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-secondary.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.btn-check:checked + .btn.btn-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-secondary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-secondary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-secondary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-secondary.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-secondary.dropdown-toggle:after, .btn.btn-secondary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-secondary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-secondary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-secondary.active.dropdown-toggle:after, .btn.btn-secondary.show.dropdown-toggle:after, .show > .btn.btn-secondary.dropdown-toggle:after {
  color: #3F4254;
}

.btn.btn-bg-secondary {
  border-color: #E4E6EF;
  background-color: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-secondary, .btn-check:active + .btn.btn-active-secondary, .btn.btn-active-secondary:focus:not(.btn-active), .btn.btn-active-secondary:hover:not(.btn-active), .btn.btn-active-secondary:active:not(.btn-active), .btn.btn-active-secondary.active, .btn.btn-active-secondary.show, .show > .btn.btn-active-secondary {
  color: #3F4254;
  border-color: #E4E6EF;
  background-color: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-secondary i, .btn-check:active + .btn.btn-active-secondary i, .btn.btn-active-secondary:focus:not(.btn-active) i, .btn.btn-active-secondary:hover:not(.btn-active) i, .btn.btn-active-secondary:active:not(.btn-active) i, .btn.btn-active-secondary.active i, .btn.btn-active-secondary.show i, .show > .btn.btn-active-secondary i {
  color: #3F4254;
}
.btn-check:checked + .btn.btn-active-secondary .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-secondary .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-secondary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-secondary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-secondary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-secondary.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-secondary.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.btn-check:checked + .btn.btn-active-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-secondary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-secondary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-secondary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-secondary.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-secondary.dropdown-toggle:after, .btn.btn-active-secondary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-secondary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-secondary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-secondary.active.dropdown-toggle:after, .btn.btn-active-secondary.show.dropdown-toggle:after, .show > .btn.btn-active-secondary.dropdown-toggle:after {
  color: #3F4254;
}

.btn.btn-success {
  color: #FFFFFF;
  border-color: var(--bs-success);
  background-color: var(--bs-success);
}
.btn.btn-success i {
  color: #FFFFFF;
}
.btn.btn-success .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn.btn-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-success.dropdown-toggle:after {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-success, .btn-check:active + .btn.btn-success, .btn.btn-success:focus:not(.btn-active), .btn.btn-success:hover:not(.btn-active), .btn.btn-success:active:not(.btn-active), .btn.btn-success.active, .btn.btn-success.show, .show > .btn.btn-success {
  color: #FFFFFF;
  border-color: #47BE7D;
  background-color: #47BE7D;
}
.btn-check:checked + .btn.btn-success i, .btn-check:active + .btn.btn-success i, .btn.btn-success:focus:not(.btn-active) i, .btn.btn-success:hover:not(.btn-active) i, .btn.btn-success:active:not(.btn-active) i, .btn.btn-success.active i, .btn.btn-success.show i, .show > .btn.btn-success i {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-success .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-success .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-success.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-success.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-success .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn-check:checked + .btn.btn-success .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-success .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-success.dropdown-toggle:after, .btn-check:active + .btn.btn-success.dropdown-toggle:after, .btn.btn-success:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-success:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-success:active:not(.btn-active).dropdown-toggle:after, .btn.btn-success.active.dropdown-toggle:after, .btn.btn-success.show.dropdown-toggle:after, .show > .btn.btn-success.dropdown-toggle:after {
  color: #FFFFFF;
}

.btn.btn-light-success {
  color: var(--bs-success);
  border-color: #E8FFF3;
  background-color: #E8FFF3;
}
.btn.btn-light-success i {
  color: var(--bs-success);
}
.btn.btn-light-success .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-success);
}
.btn.btn-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-light-success.dropdown-toggle:after {
  color: var(--bs-success);
}
.btn-check:checked + .btn.btn-light-success, .btn-check:active + .btn.btn-light-success, .btn.btn-light-success:focus:not(.btn-active), .btn.btn-light-success:hover:not(.btn-active), .btn.btn-light-success:active:not(.btn-active), .btn.btn-light-success.active, .btn.btn-light-success.show, .show > .btn.btn-light-success {
  color: #FFFFFF;
  border-color: var(--bs-success);
  background-color: var(--bs-success);
}
.btn-check:checked + .btn.btn-light-success i, .btn-check:active + .btn.btn-light-success i, .btn.btn-light-success:focus:not(.btn-active) i, .btn.btn-light-success:hover:not(.btn-active) i, .btn.btn-light-success:active:not(.btn-active) i, .btn.btn-light-success.active i, .btn.btn-light-success.show i, .show > .btn.btn-light-success i {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-light-success .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-success .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-success.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-success.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-light-success .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn-check:checked + .btn.btn-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-light-success.dropdown-toggle:after, .btn-check:active + .btn.btn-light-success.dropdown-toggle:after, .btn.btn-light-success:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-success:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-success:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-success.active.dropdown-toggle:after, .btn.btn-light-success.show.dropdown-toggle:after, .show > .btn.btn-light-success.dropdown-toggle:after {
  color: #FFFFFF;
}

.btn.btn-bg-success {
  border-color: var(--bs-success);
  background-color: var(--bs-success);
}
.btn-check:checked + .btn.btn-active-success, .btn-check:active + .btn.btn-active-success, .btn.btn-active-success:focus:not(.btn-active), .btn.btn-active-success:hover:not(.btn-active), .btn.btn-active-success:active:not(.btn-active), .btn.btn-active-success.active, .btn.btn-active-success.show, .show > .btn.btn-active-success {
  color: #FFFFFF;
  border-color: var(--bs-success);
  background-color: var(--bs-success);
}
.btn-check:checked + .btn.btn-active-success i, .btn-check:active + .btn.btn-active-success i, .btn.btn-active-success:focus:not(.btn-active) i, .btn.btn-active-success:hover:not(.btn-active) i, .btn.btn-active-success:active:not(.btn-active) i, .btn.btn-active-success.active i, .btn.btn-active-success.show i, .show > .btn.btn-active-success i {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-active-success .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-success .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-success.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-success.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-success .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn-check:checked + .btn.btn-active-success .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-success .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-success.dropdown-toggle:after, .btn-check:active + .btn.btn-active-success.dropdown-toggle:after, .btn.btn-active-success:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-success:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-success:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-success.active.dropdown-toggle:after, .btn.btn-active-success.show.dropdown-toggle:after, .show > .btn.btn-active-success.dropdown-toggle:after {
  color: #FFFFFF;
}

.btn-check:checked + .btn.btn-active-light-success, .btn-check:active + .btn.btn-active-light-success, .btn.btn-active-light-success:focus:not(.btn-active), .btn.btn-active-light-success:hover:not(.btn-active), .btn.btn-active-light-success:active:not(.btn-active), .btn.btn-active-light-success.active, .btn.btn-active-light-success.show, .show > .btn.btn-active-light-success {
  color: var(--bs-success);
  border-color: #E8FFF3;
  background-color: #E8FFF3;
}
.btn-check:checked + .btn.btn-active-light-success i, .btn-check:active + .btn.btn-active-light-success i, .btn.btn-active-light-success:focus:not(.btn-active) i, .btn.btn-active-light-success:hover:not(.btn-active) i, .btn.btn-active-light-success:active:not(.btn-active) i, .btn.btn-active-light-success.active i, .btn.btn-active-light-success.show i, .show > .btn.btn-active-light-success i {
  color: var(--bs-success);
}
.btn-check:checked + .btn.btn-active-light-success .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-light-success .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-success.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-success.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-light-success .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-success);
}
.btn-check:checked + .btn.btn-active-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-light-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-light-success.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-success.dropdown-toggle:after, .btn.btn-active-light-success:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-success:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-success:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-success.active.dropdown-toggle:after, .btn.btn-active-light-success.show.dropdown-toggle:after, .show > .btn.btn-active-light-success.dropdown-toggle:after {
  color: var(--bs-success);
}
.btn.btn-active-light-success.btn-outline {
  border-color: var(--bs-success) !important;
}

.btn.btn-info {
  color: #FFFFFF;
  border-color: #7239EA;
  background-color: #7239EA;
}
.btn.btn-info i {
  color: #FFFFFF;
}
.btn.btn-info .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn.btn-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-info.dropdown-toggle:after {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-info, .btn-check:active + .btn.btn-info, .btn.btn-info:focus:not(.btn-active), .btn.btn-info:hover:not(.btn-active), .btn.btn-info:active:not(.btn-active), .btn.btn-info.active, .btn.btn-info.show, .show > .btn.btn-info {
  color: #FFFFFF;
  border-color: #5014D0;
  background-color: #5014D0;
}
.btn-check:checked + .btn.btn-info i, .btn-check:active + .btn.btn-info i, .btn.btn-info:focus:not(.btn-active) i, .btn.btn-info:hover:not(.btn-active) i, .btn.btn-info:active:not(.btn-active) i, .btn.btn-info.active i, .btn.btn-info.show i, .show > .btn.btn-info i {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-info .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-info .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-info.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-info.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-info .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn-check:checked + .btn.btn-info .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-info .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-info.dropdown-toggle:after, .btn-check:active + .btn.btn-info.dropdown-toggle:after, .btn.btn-info:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-info:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-info:active:not(.btn-active).dropdown-toggle:after, .btn.btn-info.active.dropdown-toggle:after, .btn.btn-info.show.dropdown-toggle:after, .show > .btn.btn-info.dropdown-toggle:after {
  color: #FFFFFF;
}

.btn.btn-light-info {
  color: #7239EA;
  border-color: #F8F5FF;
  background-color: #F8F5FF;
}
.btn.btn-light-info i {
  color: #7239EA;
}
.btn.btn-light-info .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7239EA;
}
.btn.btn-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-light-info.dropdown-toggle:after {
  color: #7239EA;
}
.btn-check:checked + .btn.btn-light-info, .btn-check:active + .btn.btn-light-info, .btn.btn-light-info:focus:not(.btn-active), .btn.btn-light-info:hover:not(.btn-active), .btn.btn-light-info:active:not(.btn-active), .btn.btn-light-info.active, .btn.btn-light-info.show, .show > .btn.btn-light-info {
  color: #FFFFFF;
  border-color: #7239EA;
  background-color: #7239EA;
}
.btn-check:checked + .btn.btn-light-info i, .btn-check:active + .btn.btn-light-info i, .btn.btn-light-info:focus:not(.btn-active) i, .btn.btn-light-info:hover:not(.btn-active) i, .btn.btn-light-info:active:not(.btn-active) i, .btn.btn-light-info.active i, .btn.btn-light-info.show i, .show > .btn.btn-light-info i {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-light-info .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-info .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-info.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-info.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-light-info .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn-check:checked + .btn.btn-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-light-info.dropdown-toggle:after, .btn-check:active + .btn.btn-light-info.dropdown-toggle:after, .btn.btn-light-info:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-info:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-info:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-info.active.dropdown-toggle:after, .btn.btn-light-info.show.dropdown-toggle:after, .show > .btn.btn-light-info.dropdown-toggle:after {
  color: #FFFFFF;
}

.btn.btn-bg-info {
  border-color: #7239EA;
  background-color: #7239EA;
}
.btn-check:checked + .btn.btn-active-info, .btn-check:active + .btn.btn-active-info, .btn.btn-active-info:focus:not(.btn-active), .btn.btn-active-info:hover:not(.btn-active), .btn.btn-active-info:active:not(.btn-active), .btn.btn-active-info.active, .btn.btn-active-info.show, .show > .btn.btn-active-info {
  color: #FFFFFF;
  border-color: #7239EA;
  background-color: #7239EA;
}
.btn-check:checked + .btn.btn-active-info i, .btn-check:active + .btn.btn-active-info i, .btn.btn-active-info:focus:not(.btn-active) i, .btn.btn-active-info:hover:not(.btn-active) i, .btn.btn-active-info:active:not(.btn-active) i, .btn.btn-active-info.active i, .btn.btn-active-info.show i, .show > .btn.btn-active-info i {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-active-info .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-info .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-info.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-info.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-info .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn-check:checked + .btn.btn-active-info .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-info .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-info.dropdown-toggle:after, .btn-check:active + .btn.btn-active-info.dropdown-toggle:after, .btn.btn-active-info:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-info:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-info:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-info.active.dropdown-toggle:after, .btn.btn-active-info.show.dropdown-toggle:after, .show > .btn.btn-active-info.dropdown-toggle:after {
  color: #FFFFFF;
}

.btn-check:checked + .btn.btn-active-light-info, .btn-check:active + .btn.btn-active-light-info, .btn.btn-active-light-info:focus:not(.btn-active), .btn.btn-active-light-info:hover:not(.btn-active), .btn.btn-active-light-info:active:not(.btn-active), .btn.btn-active-light-info.active, .btn.btn-active-light-info.show, .show > .btn.btn-active-light-info {
  color: #7239EA;
  border-color: #F8F5FF;
  background-color: #F8F5FF;
}
.btn-check:checked + .btn.btn-active-light-info i, .btn-check:active + .btn.btn-active-light-info i, .btn.btn-active-light-info:focus:not(.btn-active) i, .btn.btn-active-light-info:hover:not(.btn-active) i, .btn.btn-active-light-info:active:not(.btn-active) i, .btn.btn-active-light-info.active i, .btn.btn-active-light-info.show i, .show > .btn.btn-active-light-info i {
  color: #7239EA;
}
.btn-check:checked + .btn.btn-active-light-info .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-light-info .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-info.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-info.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-light-info .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7239EA;
}
.btn-check:checked + .btn.btn-active-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-light-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-light-info.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-info.dropdown-toggle:after, .btn.btn-active-light-info:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-info:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-info:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-info.active.dropdown-toggle:after, .btn.btn-active-light-info.show.dropdown-toggle:after, .show > .btn.btn-active-light-info.dropdown-toggle:after {
  color: #7239EA;
}
.btn.btn-active-light-info.btn-outline {
  border-color: #7239EA !important;
}

.btn.btn-warning {
  color: #FFFFFF;
  border-color: var(--bs-warning);
  background-color: var(--bs-warning);
}
.btn.btn-warning i {
  color: #FFFFFF;
}
.btn.btn-warning .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn.btn-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-warning.dropdown-toggle:after {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-warning, .btn-check:active + .btn.btn-warning, .btn.btn-warning:focus:not(.btn-active), .btn.btn-warning:hover:not(.btn-active), .btn.btn-warning:active:not(.btn-active), .btn.btn-warning.active, .btn.btn-warning.show, .show > .btn.btn-warning {
  color: #FFFFFF;
  border-color: #F1BC00;
  background-color: #F1BC00;
}
.btn-check:checked + .btn.btn-warning i, .btn-check:active + .btn.btn-warning i, .btn.btn-warning:focus:not(.btn-active) i, .btn.btn-warning:hover:not(.btn-active) i, .btn.btn-warning:active:not(.btn-active) i, .btn.btn-warning.active i, .btn.btn-warning.show i, .show > .btn.btn-warning i {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-warning .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-warning .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-warning.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-warning.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-warning .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn-check:checked + .btn.btn-warning .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-warning .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-warning.dropdown-toggle:after, .btn.btn-warning:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-warning:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-warning:active:not(.btn-active).dropdown-toggle:after, .btn.btn-warning.active.dropdown-toggle:after, .btn.btn-warning.show.dropdown-toggle:after, .show > .btn.btn-warning.dropdown-toggle:after {
  color: #FFFFFF;
}

.btn.btn-light-warning {
  color: var(--bs-warning);
  border-color: #FFF8DD;
  background-color: #FFF8DD;
}
.btn.btn-light-warning i {
  color: var(--bs-warning);
}
.btn.btn-light-warning .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-warning);
}
.btn.btn-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-light-warning.dropdown-toggle:after {
  color: var(--bs-warning);
}
.btn-check:checked + .btn.btn-light-warning, .btn-check:active + .btn.btn-light-warning, .btn.btn-light-warning:focus:not(.btn-active), .btn.btn-light-warning:hover:not(.btn-active), .btn.btn-light-warning:active:not(.btn-active), .btn.btn-light-warning.active, .btn.btn-light-warning.show, .show > .btn.btn-light-warning {
  color: #FFFFFF;
  border-color: var(--bs-warning);
  background-color: var(--bs-warning);
}
.btn-check:checked + .btn.btn-light-warning i, .btn-check:active + .btn.btn-light-warning i, .btn.btn-light-warning:focus:not(.btn-active) i, .btn.btn-light-warning:hover:not(.btn-active) i, .btn.btn-light-warning:active:not(.btn-active) i, .btn.btn-light-warning.active i, .btn.btn-light-warning.show i, .show > .btn.btn-light-warning i {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-light-warning .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-warning .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-warning.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-warning.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-light-warning .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn-check:checked + .btn.btn-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-light-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-light-warning.dropdown-toggle:after, .btn.btn-light-warning:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-warning:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-warning:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-warning.active.dropdown-toggle:after, .btn.btn-light-warning.show.dropdown-toggle:after, .show > .btn.btn-light-warning.dropdown-toggle:after {
  color: #FFFFFF;
}

.btn.btn-bg-warning {
  border-color: var(--bs-warning);
  background-color: var(--bs-warning);
}
.btn-check:checked + .btn.btn-active-warning, .btn-check:active + .btn.btn-active-warning, .btn.btn-active-warning:focus:not(.btn-active), .btn.btn-active-warning:hover:not(.btn-active), .btn.btn-active-warning:active:not(.btn-active), .btn.btn-active-warning.active, .btn.btn-active-warning.show, .show > .btn.btn-active-warning {
  color: #FFFFFF;
  border-color: var(--bs-warning);
  background-color: var(--bs-warning);
}
.btn-check:checked + .btn.btn-active-warning i, .btn-check:active + .btn.btn-active-warning i, .btn.btn-active-warning:focus:not(.btn-active) i, .btn.btn-active-warning:hover:not(.btn-active) i, .btn.btn-active-warning:active:not(.btn-active) i, .btn.btn-active-warning.active i, .btn.btn-active-warning.show i, .show > .btn.btn-active-warning i {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-active-warning .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-warning .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-warning.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-warning.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-warning .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn-check:checked + .btn.btn-active-warning .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-warning .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-active-warning.dropdown-toggle:after, .btn.btn-active-warning:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-warning:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-warning:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-warning.active.dropdown-toggle:after, .btn.btn-active-warning.show.dropdown-toggle:after, .show > .btn.btn-active-warning.dropdown-toggle:after {
  color: #FFFFFF;
}

.btn-check:checked + .btn.btn-active-light-warning, .btn-check:active + .btn.btn-active-light-warning, .btn.btn-active-light-warning:focus:not(.btn-active), .btn.btn-active-light-warning:hover:not(.btn-active), .btn.btn-active-light-warning:active:not(.btn-active), .btn.btn-active-light-warning.active, .btn.btn-active-light-warning.show, .show > .btn.btn-active-light-warning {
  color: var(--bs-warning);
  border-color: #FFF8DD;
  background-color: #FFF8DD;
}
.btn-check:checked + .btn.btn-active-light-warning i, .btn-check:active + .btn.btn-active-light-warning i, .btn.btn-active-light-warning:focus:not(.btn-active) i, .btn.btn-active-light-warning:hover:not(.btn-active) i, .btn.btn-active-light-warning:active:not(.btn-active) i, .btn.btn-active-light-warning.active i, .btn.btn-active-light-warning.show i, .show > .btn.btn-active-light-warning i {
  color: var(--bs-warning);
}
.btn-check:checked + .btn.btn-active-light-warning .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-light-warning .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-warning.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-warning.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-light-warning .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-warning);
}
.btn-check:checked + .btn.btn-active-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-light-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-light-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-warning.dropdown-toggle:after, .btn.btn-active-light-warning:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-warning:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-warning:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-warning.active.dropdown-toggle:after, .btn.btn-active-light-warning.show.dropdown-toggle:after, .show > .btn.btn-active-light-warning.dropdown-toggle:after {
  color: var(--bs-warning);
}
.btn.btn-active-light-warning.btn-outline {
  border-color: var(--bs-warning) !important;
}

.btn.btn-danger {
  color: #FFFFFF;
  border-color: var(--bs-danger);
  background-color: var(--bs-danger);
}
.btn.btn-danger i {
  color: #FFFFFF;
}
.btn.btn-danger .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn.btn-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-danger.dropdown-toggle:after {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-danger, .btn-check:active + .btn.btn-danger, .btn.btn-danger:focus:not(.btn-active), .btn.btn-danger:hover:not(.btn-active), .btn.btn-danger:active:not(.btn-active), .btn.btn-danger.active, .btn.btn-danger.show, .show > .btn.btn-danger {
  color: #FFFFFF;
  border-color: #D9214E;
  background-color: #D9214E;
}
.btn-check:checked + .btn.btn-danger i, .btn-check:active + .btn.btn-danger i, .btn.btn-danger:focus:not(.btn-active) i, .btn.btn-danger:hover:not(.btn-active) i, .btn.btn-danger:active:not(.btn-active) i, .btn.btn-danger.active i, .btn.btn-danger.show i, .show > .btn.btn-danger i {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-danger .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-danger .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-danger.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-danger.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-danger .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn-check:checked + .btn.btn-danger .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-danger .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-danger.dropdown-toggle:after, .btn.btn-danger:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-danger:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-danger:active:not(.btn-active).dropdown-toggle:after, .btn.btn-danger.active.dropdown-toggle:after, .btn.btn-danger.show.dropdown-toggle:after, .show > .btn.btn-danger.dropdown-toggle:after {
  color: #FFFFFF;
}

.btn.btn-light-danger {
  color: var(--bs-danger);
  border-color: #FFF5F8;
  background-color: #FFF5F8;
}
.btn.btn-light-danger i {
  color: var(--bs-danger);
}
.btn.btn-light-danger .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-danger);
}
.btn.btn-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-light-danger.dropdown-toggle:after {
  color: var(--bs-danger);
}
.btn-check:checked + .btn.btn-light-danger, .btn-check:active + .btn.btn-light-danger, .btn.btn-light-danger:focus:not(.btn-active), .btn.btn-light-danger:hover:not(.btn-active), .btn.btn-light-danger:active:not(.btn-active), .btn.btn-light-danger.active, .btn.btn-light-danger.show, .show > .btn.btn-light-danger {
  color: #FFFFFF;
  border-color: var(--bs-danger);
  background-color: var(--bs-danger);
}
.btn-check:checked + .btn.btn-light-danger i, .btn-check:active + .btn.btn-light-danger i, .btn.btn-light-danger:focus:not(.btn-active) i, .btn.btn-light-danger:hover:not(.btn-active) i, .btn.btn-light-danger:active:not(.btn-active) i, .btn.btn-light-danger.active i, .btn.btn-light-danger.show i, .show > .btn.btn-light-danger i {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-light-danger .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-danger .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-danger.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-danger.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-light-danger .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn-check:checked + .btn.btn-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-light-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-light-danger.dropdown-toggle:after, .btn.btn-light-danger:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-danger:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-danger:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-danger.active.dropdown-toggle:after, .btn.btn-light-danger.show.dropdown-toggle:after, .show > .btn.btn-light-danger.dropdown-toggle:after {
  color: #FFFFFF;
}

.btn.btn-bg-danger {
  border-color: var(--bs-danger);
  background-color: var(--bs-danger);
}
.btn-check:checked + .btn.btn-active-danger, .btn-check:active + .btn.btn-active-danger, .btn.btn-active-danger:focus:not(.btn-active), .btn.btn-active-danger:hover:not(.btn-active), .btn.btn-active-danger:active:not(.btn-active), .btn.btn-active-danger.active, .btn.btn-active-danger.show, .show > .btn.btn-active-danger {
  color: #FFFFFF;
  border-color: var(--bs-danger);
  background-color: var(--bs-danger);
}
.btn-check:checked + .btn.btn-active-danger i, .btn-check:active + .btn.btn-active-danger i, .btn.btn-active-danger:focus:not(.btn-active) i, .btn.btn-active-danger:hover:not(.btn-active) i, .btn.btn-active-danger:active:not(.btn-active) i, .btn.btn-active-danger.active i, .btn.btn-active-danger.show i, .show > .btn.btn-active-danger i {
  color: #FFFFFF;
}
.btn-check:checked + .btn.btn-active-danger .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-danger .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-danger.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-danger.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-danger .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFFFFF;
}
.btn-check:checked + .btn.btn-active-danger .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-danger .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-active-danger.dropdown-toggle:after, .btn.btn-active-danger:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-danger:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-danger:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-danger.active.dropdown-toggle:after, .btn.btn-active-danger.show.dropdown-toggle:after, .show > .btn.btn-active-danger.dropdown-toggle:after {
  color: #FFFFFF;
}

.btn-check:checked + .btn.btn-active-light-danger, .btn-check:active + .btn.btn-active-light-danger, .btn.btn-active-light-danger:focus:not(.btn-active), .btn.btn-active-light-danger:hover:not(.btn-active), .btn.btn-active-light-danger:active:not(.btn-active), .btn.btn-active-light-danger.active, .btn.btn-active-light-danger.show, .show > .btn.btn-active-light-danger {
  color: var(--bs-danger);
  border-color: #FFF5F8;
  background-color: #FFF5F8;
}
.btn-check:checked + .btn.btn-active-light-danger i, .btn-check:active + .btn.btn-active-light-danger i, .btn.btn-active-light-danger:focus:not(.btn-active) i, .btn.btn-active-light-danger:hover:not(.btn-active) i, .btn.btn-active-light-danger:active:not(.btn-active) i, .btn.btn-active-light-danger.active i, .btn.btn-active-light-danger.show i, .show > .btn.btn-active-light-danger i {
  color: var(--bs-danger);
}
.btn-check:checked + .btn.btn-active-light-danger .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-light-danger .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-danger.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-danger.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-light-danger .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-danger);
}
.btn-check:checked + .btn.btn-active-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-light-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-light-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-danger.dropdown-toggle:after, .btn.btn-active-light-danger:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-danger:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-danger:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-danger.active.dropdown-toggle:after, .btn.btn-active-light-danger.show.dropdown-toggle:after, .show > .btn.btn-active-light-danger.dropdown-toggle:after {
  color: var(--bs-danger);
}
.btn.btn-active-light-danger.btn-outline {
  border-color: var(--bs-danger) !important;
}

.btn.btn-dark {
  color: #ffffff;
  border-color: #181C32;
  background-color: #181C32;
}
.btn.btn-dark i {
  color: #ffffff;
}
.btn.btn-dark .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-dark.dropdown-toggle:after {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-dark, .btn-check:active + .btn.btn-dark, .btn.btn-dark:focus:not(.btn-active), .btn.btn-dark:hover:not(.btn-active), .btn.btn-dark:active:not(.btn-active), .btn.btn-dark.active, .btn.btn-dark.show, .show > .btn.btn-dark {
  color: #ffffff;
  border-color: #131628;
  background-color: #131628;
}
.btn-check:checked + .btn.btn-dark i, .btn-check:active + .btn.btn-dark i, .btn.btn-dark:focus:not(.btn-active) i, .btn.btn-dark:hover:not(.btn-active) i, .btn.btn-dark:active:not(.btn-active) i, .btn.btn-dark.active i, .btn.btn-dark.show i, .show > .btn.btn-dark i {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-dark .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-dark .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-dark.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-dark.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-dark .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn-check:checked + .btn.btn-dark .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-dark .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-dark.dropdown-toggle:after, .btn.btn-dark:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-dark:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-dark:active:not(.btn-active).dropdown-toggle:after, .btn.btn-dark.active.dropdown-toggle:after, .btn.btn-dark.show.dropdown-toggle:after, .show > .btn.btn-dark.dropdown-toggle:after {
  color: #ffffff;
}

.btn.btn-light-dark {
  color: #181C32;
  border-color: #EFF2F5;
  background-color: #EFF2F5;
}
.btn.btn-light-dark i {
  color: #181C32;
}
.btn.btn-light-dark .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.btn.btn-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-light-dark.dropdown-toggle:after {
  color: #181C32;
}
.btn-check:checked + .btn.btn-light-dark, .btn-check:active + .btn.btn-light-dark, .btn.btn-light-dark:focus:not(.btn-active), .btn.btn-light-dark:hover:not(.btn-active), .btn.btn-light-dark:active:not(.btn-active), .btn.btn-light-dark.active, .btn.btn-light-dark.show, .show > .btn.btn-light-dark {
  color: #ffffff;
  border-color: #181C32;
  background-color: #181C32;
}
.btn-check:checked + .btn.btn-light-dark i, .btn-check:active + .btn.btn-light-dark i, .btn.btn-light-dark:focus:not(.btn-active) i, .btn.btn-light-dark:hover:not(.btn-active) i, .btn.btn-light-dark:active:not(.btn-active) i, .btn.btn-light-dark.active i, .btn.btn-light-dark.show i, .show > .btn.btn-light-dark i {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-light-dark .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-dark .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-dark.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-dark.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-light-dark .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn-check:checked + .btn.btn-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-light-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-light-dark.dropdown-toggle:after, .btn.btn-light-dark:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-dark:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-dark:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-dark.active.dropdown-toggle:after, .btn.btn-light-dark.show.dropdown-toggle:after, .show > .btn.btn-light-dark.dropdown-toggle:after {
  color: #ffffff;
}

.btn.btn-bg-dark {
  border-color: #181C32;
  background-color: #181C32;
}
.btn-check:checked + .btn.btn-active-dark, .btn-check:active + .btn.btn-active-dark, .btn.btn-active-dark:focus:not(.btn-active), .btn.btn-active-dark:hover:not(.btn-active), .btn.btn-active-dark:active:not(.btn-active), .btn.btn-active-dark.active, .btn.btn-active-dark.show, .show > .btn.btn-active-dark {
  color: #ffffff;
  border-color: #181C32;
  background-color: #181C32;
}
.btn-check:checked + .btn.btn-active-dark i, .btn-check:active + .btn.btn-active-dark i, .btn.btn-active-dark:focus:not(.btn-active) i, .btn.btn-active-dark:hover:not(.btn-active) i, .btn.btn-active-dark:active:not(.btn-active) i, .btn.btn-active-dark.active i, .btn.btn-active-dark.show i, .show > .btn.btn-active-dark i {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-active-dark .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-dark .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-dark.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-dark.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-dark .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn-check:checked + .btn.btn-active-dark .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-dark .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-active-dark.dropdown-toggle:after, .btn.btn-active-dark:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-dark:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-dark:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-dark.active.dropdown-toggle:after, .btn.btn-active-dark.show.dropdown-toggle:after, .show > .btn.btn-active-dark.dropdown-toggle:after {
  color: #ffffff;
}

.btn-check:checked + .btn.btn-active-light-dark, .btn-check:active + .btn.btn-active-light-dark, .btn.btn-active-light-dark:focus:not(.btn-active), .btn.btn-active-light-dark:hover:not(.btn-active), .btn.btn-active-light-dark:active:not(.btn-active), .btn.btn-active-light-dark.active, .btn.btn-active-light-dark.show, .show > .btn.btn-active-light-dark {
  color: #181C32;
  border-color: #EFF2F5;
  background-color: #EFF2F5;
}
.btn-check:checked + .btn.btn-active-light-dark i, .btn-check:active + .btn.btn-active-light-dark i, .btn.btn-active-light-dark:focus:not(.btn-active) i, .btn.btn-active-light-dark:hover:not(.btn-active) i, .btn.btn-active-light-dark:active:not(.btn-active) i, .btn.btn-active-light-dark.active i, .btn.btn-active-light-dark.show i, .show > .btn.btn-active-light-dark i {
  color: #181C32;
}
.btn-check:checked + .btn.btn-active-light-dark .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-light-dark .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-dark.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-dark.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-light-dark .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.btn-check:checked + .btn.btn-active-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-light-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-light-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-dark.dropdown-toggle:after, .btn.btn-active-light-dark:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-dark:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-dark:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-dark.active.dropdown-toggle:after, .btn.btn-active-light-dark.show.dropdown-toggle:after, .show > .btn.btn-active-light-dark.dropdown-toggle:after {
  color: #181C32;
}
.btn.btn-active-light-dark.btn-outline {
  border-color: #181C32 !important;
}

.btn.btn-color-white {
  color: #ffffff;
}
.btn.btn-color-white i {
  color: #ffffff;
}
.btn.btn-color-white .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-color-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-white.dropdown-toggle:after {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-active-color-white, .btn-check:active + .btn.btn-active-color-white, .btn.btn-active-color-white:focus:not(.btn-active), .btn.btn-active-color-white:hover:not(.btn-active), .btn.btn-active-color-white:active:not(.btn-active), .btn.btn-active-color-white.active, .btn.btn-active-color-white.show, .show > .btn.btn-active-color-white {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-active-color-white i, .btn-check:active + .btn.btn-active-color-white i, .btn.btn-active-color-white:focus:not(.btn-active) i, .btn.btn-active-color-white:hover:not(.btn-active) i, .btn.btn-active-color-white:active:not(.btn-active) i, .btn.btn-active-color-white.active i, .btn.btn-active-color-white.show i, .show > .btn.btn-active-color-white i {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-active-color-white .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-white .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-white:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-white:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-white:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-white.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-white.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-white .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn-check:checked + .btn.btn-active-color-white .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-white .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-white:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-white:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-white:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-white.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-white.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-white.dropdown-toggle:after, .btn.btn-active-color-white:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-white:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-white:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-white.active.dropdown-toggle:after, .btn.btn-active-color-white.show.dropdown-toggle:after, .show > .btn.btn-active-color-white.dropdown-toggle:after {
  color: #ffffff;
}

.btn.btn-icon-white i {
  color: #ffffff;
}
.btn.btn-icon-white .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-icon-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-white.dropdown-toggle:after {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-active-icon-white i, .btn-check:active + .btn.btn-active-icon-white i, .btn.btn-active-icon-white:focus:not(.btn-active) i, .btn.btn-active-icon-white:hover:not(.btn-active) i, .btn.btn-active-icon-white:active:not(.btn-active) i, .btn.btn-active-icon-white.active i, .btn.btn-active-icon-white.show i, .show > .btn.btn-active-icon-white i {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-active-icon-white .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-white .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-white:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-white:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-white:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-white.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-white.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-white .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn-check:checked + .btn.btn-active-icon-white .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-white .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-white:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-white:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-white:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-white.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-white .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-white.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-white.dropdown-toggle:after, .btn.btn-active-icon-white:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-white:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-white:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-white.active.dropdown-toggle:after, .btn.btn-active-icon-white.show.dropdown-toggle:after, .show > .btn.btn-active-icon-white.dropdown-toggle:after {
  color: #ffffff;
}

.btn.btn-text-white {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-active-text-white, .btn-check:active + .btn.btn-active-text-white, .btn.btn-active-text-white:focus:not(.btn-active), .btn.btn-active-text-white:hover:not(.btn-active), .btn.btn-active-text-white:active:not(.btn-active), .btn.btn-active-text-white.active, .btn.btn-active-text-white.show, .show > .btn.btn-active-text-white {
  color: #ffffff;
}

.btn.btn-color-primary {
  color: var(--bs-primary);
}
.btn.btn-color-primary i {
  color: var(--bs-primary);
}
.btn.btn-color-primary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.btn.btn-color-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-primary.dropdown-toggle:after {
  color: var(--bs-primary);
}
.btn-check:checked + .btn.btn-active-color-primary, .btn-check:active + .btn.btn-active-color-primary, .btn.btn-active-color-primary:focus:not(.btn-active), .btn.btn-active-color-primary:hover:not(.btn-active), .btn.btn-active-color-primary:active:not(.btn-active), .btn.btn-active-color-primary.active, .btn.btn-active-color-primary.show, .show > .btn.btn-active-color-primary {
  color: var(--bs-primary);
}
.btn-check:checked + .btn.btn-active-color-primary i, .btn-check:active + .btn.btn-active-color-primary i, .btn.btn-active-color-primary:focus:not(.btn-active) i, .btn.btn-active-color-primary:hover:not(.btn-active) i, .btn.btn-active-color-primary:active:not(.btn-active) i, .btn.btn-active-color-primary.active i, .btn.btn-active-color-primary.show i, .show > .btn.btn-active-color-primary i {
  color: var(--bs-primary);
}
.btn-check:checked + .btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.btn-check:checked + .btn.btn-active-color-primary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-primary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-primary.dropdown-toggle:after, .btn.btn-active-color-primary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-primary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-primary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-primary.active.dropdown-toggle:after, .btn.btn-active-color-primary.show.dropdown-toggle:after, .show > .btn.btn-active-color-primary.dropdown-toggle:after {
  color: var(--bs-primary);
}

.btn.btn-icon-primary i {
  color: var(--bs-primary);
}
.btn.btn-icon-primary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.btn.btn-icon-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-primary.dropdown-toggle:after {
  color: var(--bs-primary);
}
.btn-check:checked + .btn.btn-active-icon-primary i, .btn-check:active + .btn.btn-active-icon-primary i, .btn.btn-active-icon-primary:focus:not(.btn-active) i, .btn.btn-active-icon-primary:hover:not(.btn-active) i, .btn.btn-active-icon-primary:active:not(.btn-active) i, .btn.btn-active-icon-primary.active i, .btn.btn-active-icon-primary.show i, .show > .btn.btn-active-icon-primary i {
  color: var(--bs-primary);
}
.btn-check:checked + .btn.btn-active-icon-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-primary.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-primary.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-primary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.btn-check:checked + .btn.btn-active-icon-primary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-primary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-primary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-primary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-primary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-primary.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-primary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-primary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-primary.dropdown-toggle:after, .btn.btn-active-icon-primary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-primary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-primary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-primary.active.dropdown-toggle:after, .btn.btn-active-icon-primary.show.dropdown-toggle:after, .show > .btn.btn-active-icon-primary.dropdown-toggle:after {
  color: var(--bs-primary);
}

.btn.btn-text-primary {
  color: var(--bs-primary);
}
.btn-check:checked + .btn.btn-active-text-primary, .btn-check:active + .btn.btn-active-text-primary, .btn.btn-active-text-primary:focus:not(.btn-active), .btn.btn-active-text-primary:hover:not(.btn-active), .btn.btn-active-text-primary:active:not(.btn-active), .btn.btn-active-text-primary.active, .btn.btn-active-text-primary.show, .show > .btn.btn-active-text-primary {
  color: var(--bs-primary);
}

.btn.btn-color-secondary {
  color: #E4E6EF;
}
.btn.btn-color-secondary i {
  color: #E4E6EF;
}
.btn.btn-color-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn.btn-color-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-secondary.dropdown-toggle:after {
  color: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-color-secondary, .btn-check:active + .btn.btn-active-color-secondary, .btn.btn-active-color-secondary:focus:not(.btn-active), .btn.btn-active-color-secondary:hover:not(.btn-active), .btn.btn-active-color-secondary:active:not(.btn-active), .btn.btn-active-color-secondary.active, .btn.btn-active-color-secondary.show, .show > .btn.btn-active-color-secondary {
  color: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-color-secondary i, .btn-check:active + .btn.btn-active-color-secondary i, .btn.btn-active-color-secondary:focus:not(.btn-active) i, .btn.btn-active-color-secondary:hover:not(.btn-active) i, .btn.btn-active-color-secondary:active:not(.btn-active) i, .btn.btn-active-color-secondary.active i, .btn.btn-active-color-secondary.show i, .show > .btn.btn-active-color-secondary i {
  color: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-color-secondary .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-secondary .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-secondary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-secondary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-secondary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-secondary.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-secondary.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-color-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-secondary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-secondary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-secondary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-secondary.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-secondary.dropdown-toggle:after, .btn.btn-active-color-secondary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-secondary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-secondary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-secondary.active.dropdown-toggle:after, .btn.btn-active-color-secondary.show.dropdown-toggle:after, .show > .btn.btn-active-color-secondary.dropdown-toggle:after {
  color: #E4E6EF;
}

.btn.btn-icon-secondary i {
  color: #E4E6EF;
}
.btn.btn-icon-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn.btn-icon-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-secondary.dropdown-toggle:after {
  color: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-icon-secondary i, .btn-check:active + .btn.btn-active-icon-secondary i, .btn.btn-active-icon-secondary:focus:not(.btn-active) i, .btn.btn-active-icon-secondary:hover:not(.btn-active) i, .btn.btn-active-icon-secondary:active:not(.btn-active) i, .btn.btn-active-icon-secondary.active i, .btn.btn-active-icon-secondary.show i, .show > .btn.btn-active-icon-secondary i {
  color: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-icon-secondary .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-secondary .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-secondary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-secondary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-secondary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-secondary.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-secondary.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-secondary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-icon-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-secondary:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-secondary:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-secondary:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-secondary.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-secondary .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-secondary.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-secondary.dropdown-toggle:after, .btn.btn-active-icon-secondary:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-secondary:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-secondary:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-secondary.active.dropdown-toggle:after, .btn.btn-active-icon-secondary.show.dropdown-toggle:after, .show > .btn.btn-active-icon-secondary.dropdown-toggle:after {
  color: #E4E6EF;
}

.btn.btn-text-secondary {
  color: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-text-secondary, .btn-check:active + .btn.btn-active-text-secondary, .btn.btn-active-text-secondary:focus:not(.btn-active), .btn.btn-active-text-secondary:hover:not(.btn-active), .btn.btn-active-text-secondary:active:not(.btn-active), .btn.btn-active-text-secondary.active, .btn.btn-active-text-secondary.show, .show > .btn.btn-active-text-secondary {
  color: #E4E6EF;
}

.btn.btn-color-light {
  color: #F5F8FA;
}
.btn.btn-color-light i {
  color: #F5F8FA;
}
.btn.btn-color-light .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.btn.btn-color-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-light.dropdown-toggle:after {
  color: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-color-light, .btn-check:active + .btn.btn-active-color-light, .btn.btn-active-color-light:focus:not(.btn-active), .btn.btn-active-color-light:hover:not(.btn-active), .btn.btn-active-color-light:active:not(.btn-active), .btn.btn-active-color-light.active, .btn.btn-active-color-light.show, .show > .btn.btn-active-color-light {
  color: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-color-light i, .btn-check:active + .btn.btn-active-color-light i, .btn.btn-active-color-light:focus:not(.btn-active) i, .btn.btn-active-color-light:hover:not(.btn-active) i, .btn.btn-active-color-light:active:not(.btn-active) i, .btn.btn-active-color-light.active i, .btn.btn-active-color-light.show i, .show > .btn.btn-active-color-light i {
  color: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-color-light .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-light .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-light:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-light:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-light:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-light.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-light.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-light .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-color-light .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-light .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-light:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-light:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-light:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-light.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-light.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-light.dropdown-toggle:after, .btn.btn-active-color-light:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-light:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-light:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-light.active.dropdown-toggle:after, .btn.btn-active-color-light.show.dropdown-toggle:after, .show > .btn.btn-active-color-light.dropdown-toggle:after {
  color: #F5F8FA;
}

.btn.btn-icon-light i {
  color: #F5F8FA;
}
.btn.btn-icon-light .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.btn.btn-icon-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-light.dropdown-toggle:after {
  color: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-icon-light i, .btn-check:active + .btn.btn-active-icon-light i, .btn.btn-active-icon-light:focus:not(.btn-active) i, .btn.btn-active-icon-light:hover:not(.btn-active) i, .btn.btn-active-icon-light:active:not(.btn-active) i, .btn.btn-active-icon-light.active i, .btn.btn-active-icon-light.show i, .show > .btn.btn-active-icon-light i {
  color: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-icon-light .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-light .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-light:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-light:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-light:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-light.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-light.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-light .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-icon-light .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-light .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-light:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-light:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-light:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-light.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-light .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-light.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-light.dropdown-toggle:after, .btn.btn-active-icon-light:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-light:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-light:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-light.active.dropdown-toggle:after, .btn.btn-active-icon-light.show.dropdown-toggle:after, .show > .btn.btn-active-icon-light.dropdown-toggle:after {
  color: #F5F8FA;
}

.btn.btn-text-light {
  color: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-text-light, .btn-check:active + .btn.btn-active-text-light, .btn.btn-active-text-light:focus:not(.btn-active), .btn.btn-active-text-light:hover:not(.btn-active), .btn.btn-active-text-light:active:not(.btn-active), .btn.btn-active-text-light.active, .btn.btn-active-text-light.show, .show > .btn.btn-active-text-light {
  color: #F5F8FA;
}

.btn.btn-color-success {
  color: var(--bs-success);
}
.btn.btn-color-success i {
  color: var(--bs-success);
}
.btn.btn-color-success .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-success);
}
.btn.btn-color-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-success.dropdown-toggle:after {
  color: var(--bs-success);
}
.btn-check:checked + .btn.btn-active-color-success, .btn-check:active + .btn.btn-active-color-success, .btn.btn-active-color-success:focus:not(.btn-active), .btn.btn-active-color-success:hover:not(.btn-active), .btn.btn-active-color-success:active:not(.btn-active), .btn.btn-active-color-success.active, .btn.btn-active-color-success.show, .show > .btn.btn-active-color-success {
  color: var(--bs-success);
}
.btn-check:checked + .btn.btn-active-color-success i, .btn-check:active + .btn.btn-active-color-success i, .btn.btn-active-color-success:focus:not(.btn-active) i, .btn.btn-active-color-success:hover:not(.btn-active) i, .btn.btn-active-color-success:active:not(.btn-active) i, .btn.btn-active-color-success.active i, .btn.btn-active-color-success.show i, .show > .btn.btn-active-color-success i {
  color: var(--bs-success);
}
.btn-check:checked + .btn.btn-active-color-success .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-success .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-success.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-success.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-success .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-success);
}
.btn-check:checked + .btn.btn-active-color-success .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-success .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-success.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-success.dropdown-toggle:after, .btn.btn-active-color-success:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-success:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-success:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-success.active.dropdown-toggle:after, .btn.btn-active-color-success.show.dropdown-toggle:after, .show > .btn.btn-active-color-success.dropdown-toggle:after {
  color: var(--bs-success);
}

.btn.btn-icon-success i {
  color: var(--bs-success);
}
.btn.btn-icon-success .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-success);
}
.btn.btn-icon-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-success.dropdown-toggle:after {
  color: var(--bs-success);
}
.btn-check:checked + .btn.btn-active-icon-success i, .btn-check:active + .btn.btn-active-icon-success i, .btn.btn-active-icon-success:focus:not(.btn-active) i, .btn.btn-active-icon-success:hover:not(.btn-active) i, .btn.btn-active-icon-success:active:not(.btn-active) i, .btn.btn-active-icon-success.active i, .btn.btn-active-icon-success.show i, .show > .btn.btn-active-icon-success i {
  color: var(--bs-success);
}
.btn-check:checked + .btn.btn-active-icon-success .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-success .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-success:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-success:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-success:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-success.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-success.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-success .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-success);
}
.btn-check:checked + .btn.btn-active-icon-success .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-success .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-success:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-success:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-success:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-success.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-success .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-success.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-success.dropdown-toggle:after, .btn.btn-active-icon-success:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-success:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-success:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-success.active.dropdown-toggle:after, .btn.btn-active-icon-success.show.dropdown-toggle:after, .show > .btn.btn-active-icon-success.dropdown-toggle:after {
  color: var(--bs-success);
}

.btn.btn-text-success {
  color: var(--bs-success);
}
.btn-check:checked + .btn.btn-active-text-success, .btn-check:active + .btn.btn-active-text-success, .btn.btn-active-text-success:focus:not(.btn-active), .btn.btn-active-text-success:hover:not(.btn-active), .btn.btn-active-text-success:active:not(.btn-active), .btn.btn-active-text-success.active, .btn.btn-active-text-success.show, .show > .btn.btn-active-text-success {
  color: var(--bs-success);
}

.btn.btn-color-info {
  color: #7239EA;
}
.btn.btn-color-info i {
  color: #7239EA;
}
.btn.btn-color-info .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7239EA;
}
.btn.btn-color-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-info.dropdown-toggle:after {
  color: #7239EA;
}
.btn-check:checked + .btn.btn-active-color-info, .btn-check:active + .btn.btn-active-color-info, .btn.btn-active-color-info:focus:not(.btn-active), .btn.btn-active-color-info:hover:not(.btn-active), .btn.btn-active-color-info:active:not(.btn-active), .btn.btn-active-color-info.active, .btn.btn-active-color-info.show, .show > .btn.btn-active-color-info {
  color: #7239EA;
}
.btn-check:checked + .btn.btn-active-color-info i, .btn-check:active + .btn.btn-active-color-info i, .btn.btn-active-color-info:focus:not(.btn-active) i, .btn.btn-active-color-info:hover:not(.btn-active) i, .btn.btn-active-color-info:active:not(.btn-active) i, .btn.btn-active-color-info.active i, .btn.btn-active-color-info.show i, .show > .btn.btn-active-color-info i {
  color: #7239EA;
}
.btn-check:checked + .btn.btn-active-color-info .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-info .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-info.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-info.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-info .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7239EA;
}
.btn-check:checked + .btn.btn-active-color-info .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-info .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-info.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-info.dropdown-toggle:after, .btn.btn-active-color-info:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-info:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-info:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-info.active.dropdown-toggle:after, .btn.btn-active-color-info.show.dropdown-toggle:after, .show > .btn.btn-active-color-info.dropdown-toggle:after {
  color: #7239EA;
}

.btn.btn-icon-info i {
  color: #7239EA;
}
.btn.btn-icon-info .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7239EA;
}
.btn.btn-icon-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-info.dropdown-toggle:after {
  color: #7239EA;
}
.btn-check:checked + .btn.btn-active-icon-info i, .btn-check:active + .btn.btn-active-icon-info i, .btn.btn-active-icon-info:focus:not(.btn-active) i, .btn.btn-active-icon-info:hover:not(.btn-active) i, .btn.btn-active-icon-info:active:not(.btn-active) i, .btn.btn-active-icon-info.active i, .btn.btn-active-icon-info.show i, .show > .btn.btn-active-icon-info i {
  color: #7239EA;
}
.btn-check:checked + .btn.btn-active-icon-info .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-info .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-info:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-info:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-info:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-info.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-info.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-info .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7239EA;
}
.btn-check:checked + .btn.btn-active-icon-info .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-info .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-info:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-info:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-info:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-info.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-info .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-info.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-info.dropdown-toggle:after, .btn.btn-active-icon-info:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-info:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-info:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-info.active.dropdown-toggle:after, .btn.btn-active-icon-info.show.dropdown-toggle:after, .show > .btn.btn-active-icon-info.dropdown-toggle:after {
  color: #7239EA;
}

.btn.btn-text-info {
  color: #7239EA;
}
.btn-check:checked + .btn.btn-active-text-info, .btn-check:active + .btn.btn-active-text-info, .btn.btn-active-text-info:focus:not(.btn-active), .btn.btn-active-text-info:hover:not(.btn-active), .btn.btn-active-text-info:active:not(.btn-active), .btn.btn-active-text-info.active, .btn.btn-active-text-info.show, .show > .btn.btn-active-text-info {
  color: #7239EA;
}

.btn.btn-color-warning {
  color: var(--bs-warning);
}
.btn.btn-color-warning i {
  color: var(--bs-warning);
}
.btn.btn-color-warning .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-warning);
}
.btn.btn-color-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-warning.dropdown-toggle:after {
  color: var(--bs-warning);
}
.btn-check:checked + .btn.btn-active-color-warning, .btn-check:active + .btn.btn-active-color-warning, .btn.btn-active-color-warning:focus:not(.btn-active), .btn.btn-active-color-warning:hover:not(.btn-active), .btn.btn-active-color-warning:active:not(.btn-active), .btn.btn-active-color-warning.active, .btn.btn-active-color-warning.show, .show > .btn.btn-active-color-warning {
  color: var(--bs-warning);
}
.btn-check:checked + .btn.btn-active-color-warning i, .btn-check:active + .btn.btn-active-color-warning i, .btn.btn-active-color-warning:focus:not(.btn-active) i, .btn.btn-active-color-warning:hover:not(.btn-active) i, .btn.btn-active-color-warning:active:not(.btn-active) i, .btn.btn-active-color-warning.active i, .btn.btn-active-color-warning.show i, .show > .btn.btn-active-color-warning i {
  color: var(--bs-warning);
}
.btn-check:checked + .btn.btn-active-color-warning .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-warning .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-warning.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-warning.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-warning .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-warning);
}
.btn-check:checked + .btn.btn-active-color-warning .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-warning .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-warning.dropdown-toggle:after, .btn.btn-active-color-warning:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-warning:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-warning:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-warning.active.dropdown-toggle:after, .btn.btn-active-color-warning.show.dropdown-toggle:after, .show > .btn.btn-active-color-warning.dropdown-toggle:after {
  color: var(--bs-warning);
}

.btn.btn-icon-warning i {
  color: var(--bs-warning);
}
.btn.btn-icon-warning .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-warning);
}
.btn.btn-icon-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-warning.dropdown-toggle:after {
  color: var(--bs-warning);
}
.btn-check:checked + .btn.btn-active-icon-warning i, .btn-check:active + .btn.btn-active-icon-warning i, .btn.btn-active-icon-warning:focus:not(.btn-active) i, .btn.btn-active-icon-warning:hover:not(.btn-active) i, .btn.btn-active-icon-warning:active:not(.btn-active) i, .btn.btn-active-icon-warning.active i, .btn.btn-active-icon-warning.show i, .show > .btn.btn-active-icon-warning i {
  color: var(--bs-warning);
}
.btn-check:checked + .btn.btn-active-icon-warning .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-warning .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-warning:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-warning:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-warning:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-warning.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-warning.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-warning .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-warning);
}
.btn-check:checked + .btn.btn-active-icon-warning .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-warning .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-warning:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-warning:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-warning:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-warning.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-warning .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-warning.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-warning.dropdown-toggle:after, .btn.btn-active-icon-warning:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-warning:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-warning:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-warning.active.dropdown-toggle:after, .btn.btn-active-icon-warning.show.dropdown-toggle:after, .show > .btn.btn-active-icon-warning.dropdown-toggle:after {
  color: var(--bs-warning);
}

.btn.btn-text-warning {
  color: var(--bs-warning);
}
.btn-check:checked + .btn.btn-active-text-warning, .btn-check:active + .btn.btn-active-text-warning, .btn.btn-active-text-warning:focus:not(.btn-active), .btn.btn-active-text-warning:hover:not(.btn-active), .btn.btn-active-text-warning:active:not(.btn-active), .btn.btn-active-text-warning.active, .btn.btn-active-text-warning.show, .show > .btn.btn-active-text-warning {
  color: var(--bs-warning);
}

.btn.btn-color-danger {
  color: var(--bs-danger);
}
.btn.btn-color-danger i {
  color: var(--bs-danger);
}
.btn.btn-color-danger .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-danger);
}
.btn.btn-color-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-danger.dropdown-toggle:after {
  color: var(--bs-danger);
}
.btn-check:checked + .btn.btn-active-color-danger, .btn-check:active + .btn.btn-active-color-danger, .btn.btn-active-color-danger:focus:not(.btn-active), .btn.btn-active-color-danger:hover:not(.btn-active), .btn.btn-active-color-danger:active:not(.btn-active), .btn.btn-active-color-danger.active, .btn.btn-active-color-danger.show, .show > .btn.btn-active-color-danger {
  color: var(--bs-danger);
}
.btn-check:checked + .btn.btn-active-color-danger i, .btn-check:active + .btn.btn-active-color-danger i, .btn.btn-active-color-danger:focus:not(.btn-active) i, .btn.btn-active-color-danger:hover:not(.btn-active) i, .btn.btn-active-color-danger:active:not(.btn-active) i, .btn.btn-active-color-danger.active i, .btn.btn-active-color-danger.show i, .show > .btn.btn-active-color-danger i {
  color: var(--bs-danger);
}
.btn-check:checked + .btn.btn-active-color-danger .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-danger .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-danger.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-danger.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-danger .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-danger);
}
.btn-check:checked + .btn.btn-active-color-danger .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-danger .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-danger.dropdown-toggle:after, .btn.btn-active-color-danger:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-danger:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-danger:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-danger.active.dropdown-toggle:after, .btn.btn-active-color-danger.show.dropdown-toggle:after, .show > .btn.btn-active-color-danger.dropdown-toggle:after {
  color: var(--bs-danger);
}

.btn.btn-icon-danger i {
  color: var(--bs-danger);
}
.btn.btn-icon-danger .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-danger);
}
.btn.btn-icon-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-danger.dropdown-toggle:after {
  color: var(--bs-danger);
}
.btn-check:checked + .btn.btn-active-icon-danger i, .btn-check:active + .btn.btn-active-icon-danger i, .btn.btn-active-icon-danger:focus:not(.btn-active) i, .btn.btn-active-icon-danger:hover:not(.btn-active) i, .btn.btn-active-icon-danger:active:not(.btn-active) i, .btn.btn-active-icon-danger.active i, .btn.btn-active-icon-danger.show i, .show > .btn.btn-active-icon-danger i {
  color: var(--bs-danger);
}
.btn-check:checked + .btn.btn-active-icon-danger .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-danger .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-danger:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-danger:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-danger:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-danger.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-danger.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-danger .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-danger);
}
.btn-check:checked + .btn.btn-active-icon-danger .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-danger .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-danger:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-danger:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-danger:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-danger.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-danger .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-danger.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-danger.dropdown-toggle:after, .btn.btn-active-icon-danger:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-danger:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-danger:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-danger.active.dropdown-toggle:after, .btn.btn-active-icon-danger.show.dropdown-toggle:after, .show > .btn.btn-active-icon-danger.dropdown-toggle:after {
  color: var(--bs-danger);
}

.btn.btn-text-danger {
  color: var(--bs-danger);
}
.btn-check:checked + .btn.btn-active-text-danger, .btn-check:active + .btn.btn-active-text-danger, .btn.btn-active-text-danger:focus:not(.btn-active), .btn.btn-active-text-danger:hover:not(.btn-active), .btn.btn-active-text-danger:active:not(.btn-active), .btn.btn-active-text-danger.active, .btn.btn-active-text-danger.show, .show > .btn.btn-active-text-danger {
  color: var(--bs-danger);
}

.btn.btn-color-dark {
  color: #181C32;
}
.btn.btn-color-dark i {
  color: #181C32;
}
.btn.btn-color-dark .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.btn.btn-color-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-dark.dropdown-toggle:after {
  color: #181C32;
}
.btn-check:checked + .btn.btn-active-color-dark, .btn-check:active + .btn.btn-active-color-dark, .btn.btn-active-color-dark:focus:not(.btn-active), .btn.btn-active-color-dark:hover:not(.btn-active), .btn.btn-active-color-dark:active:not(.btn-active), .btn.btn-active-color-dark.active, .btn.btn-active-color-dark.show, .show > .btn.btn-active-color-dark {
  color: #181C32;
}
.btn-check:checked + .btn.btn-active-color-dark i, .btn-check:active + .btn.btn-active-color-dark i, .btn.btn-active-color-dark:focus:not(.btn-active) i, .btn.btn-active-color-dark:hover:not(.btn-active) i, .btn.btn-active-color-dark:active:not(.btn-active) i, .btn.btn-active-color-dark.active i, .btn.btn-active-color-dark.show i, .show > .btn.btn-active-color-dark i {
  color: #181C32;
}
.btn-check:checked + .btn.btn-active-color-dark .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-dark .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-dark.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-dark.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-dark .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.btn-check:checked + .btn.btn-active-color-dark .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-dark .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-dark.dropdown-toggle:after, .btn.btn-active-color-dark:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-dark:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-dark:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-dark.active.dropdown-toggle:after, .btn.btn-active-color-dark.show.dropdown-toggle:after, .show > .btn.btn-active-color-dark.dropdown-toggle:after {
  color: #181C32;
}

.btn.btn-icon-dark i {
  color: #181C32;
}
.btn.btn-icon-dark .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.btn.btn-icon-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-dark.dropdown-toggle:after {
  color: #181C32;
}
.btn-check:checked + .btn.btn-active-icon-dark i, .btn-check:active + .btn.btn-active-icon-dark i, .btn.btn-active-icon-dark:focus:not(.btn-active) i, .btn.btn-active-icon-dark:hover:not(.btn-active) i, .btn.btn-active-icon-dark:active:not(.btn-active) i, .btn.btn-active-icon-dark.active i, .btn.btn-active-icon-dark.show i, .show > .btn.btn-active-icon-dark i {
  color: #181C32;
}
.btn-check:checked + .btn.btn-active-icon-dark .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-dark .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-dark:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-dark:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-dark:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-dark.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-dark.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-dark .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.btn-check:checked + .btn.btn-active-icon-dark .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-dark .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-dark:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-dark:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-dark:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-dark.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-dark .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-dark.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-dark.dropdown-toggle:after, .btn.btn-active-icon-dark:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-dark:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-dark:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-dark.active.dropdown-toggle:after, .btn.btn-active-icon-dark.show.dropdown-toggle:after, .show > .btn.btn-active-icon-dark.dropdown-toggle:after {
  color: #181C32;
}

.btn.btn-text-dark {
  color: #181C32;
}
.btn-check:checked + .btn.btn-active-text-dark, .btn-check:active + .btn.btn-active-text-dark, .btn.btn-active-text-dark:focus:not(.btn-active), .btn.btn-active-text-dark:hover:not(.btn-active), .btn.btn-active-text-dark:active:not(.btn-active), .btn.btn-active-text-dark.active, .btn.btn-active-text-dark.show, .show > .btn.btn-active-text-dark {
  color: #181C32;
}

.btn.btn-color-muted {
  color: #A1A5B7;
}
.btn.btn-color-muted i {
  color: #A1A5B7;
}
.btn.btn-color-muted .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.btn.btn-color-muted .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-muted.dropdown-toggle:after {
  color: #A1A5B7;
}
.btn-check:checked + .btn.btn-active-color-muted, .btn-check:active + .btn.btn-active-color-muted, .btn.btn-active-color-muted:focus:not(.btn-active), .btn.btn-active-color-muted:hover:not(.btn-active), .btn.btn-active-color-muted:active:not(.btn-active), .btn.btn-active-color-muted.active, .btn.btn-active-color-muted.show, .show > .btn.btn-active-color-muted {
  color: #A1A5B7;
}
.btn-check:checked + .btn.btn-active-color-muted i, .btn-check:active + .btn.btn-active-color-muted i, .btn.btn-active-color-muted:focus:not(.btn-active) i, .btn.btn-active-color-muted:hover:not(.btn-active) i, .btn.btn-active-color-muted:active:not(.btn-active) i, .btn.btn-active-color-muted.active i, .btn.btn-active-color-muted.show i, .show > .btn.btn-active-color-muted i {
  color: #A1A5B7;
}
.btn-check:checked + .btn.btn-active-color-muted .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-muted .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-muted:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-muted:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-muted:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-muted.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-muted.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-muted .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.btn-check:checked + .btn.btn-active-color-muted .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-muted .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-muted:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-muted:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-muted:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-muted.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-muted.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-muted .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-muted.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-muted.dropdown-toggle:after, .btn.btn-active-color-muted:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-muted:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-muted:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-muted.active.dropdown-toggle:after, .btn.btn-active-color-muted.show.dropdown-toggle:after, .show > .btn.btn-active-color-muted.dropdown-toggle:after {
  color: #A1A5B7;
}

.btn.btn-icon-muted i {
  color: #A1A5B7;
}
.btn.btn-icon-muted .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.btn.btn-icon-muted .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-muted.dropdown-toggle:after {
  color: #A1A5B7;
}
.btn-check:checked + .btn.btn-active-icon-muted i, .btn-check:active + .btn.btn-active-icon-muted i, .btn.btn-active-icon-muted:focus:not(.btn-active) i, .btn.btn-active-icon-muted:hover:not(.btn-active) i, .btn.btn-active-icon-muted:active:not(.btn-active) i, .btn.btn-active-icon-muted.active i, .btn.btn-active-icon-muted.show i, .show > .btn.btn-active-icon-muted i {
  color: #A1A5B7;
}
.btn-check:checked + .btn.btn-active-icon-muted .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-muted .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-muted:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-muted:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-muted:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-muted.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-muted.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-muted .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.btn-check:checked + .btn.btn-active-icon-muted .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-muted .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-muted:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-muted:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-muted:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-muted.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-muted.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-muted .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-muted.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-muted.dropdown-toggle:after, .btn.btn-active-icon-muted:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-muted:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-muted:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-muted.active.dropdown-toggle:after, .btn.btn-active-icon-muted.show.dropdown-toggle:after, .show > .btn.btn-active-icon-muted.dropdown-toggle:after {
  color: #A1A5B7;
}

.btn.btn-text-muted {
  color: #A1A5B7;
}
.btn-check:checked + .btn.btn-active-text-muted, .btn-check:active + .btn.btn-active-text-muted, .btn.btn-active-text-muted:focus:not(.btn-active), .btn.btn-active-text-muted:hover:not(.btn-active), .btn.btn-active-text-muted:active:not(.btn-active), .btn.btn-active-text-muted.active, .btn.btn-active-text-muted.show, .show > .btn.btn-active-text-muted {
  color: #A1A5B7;
}

.btn.btn-color-gray-100 {
  color: #F5F8FA;
}
.btn.btn-color-gray-100 i {
  color: #F5F8FA;
}
.btn.btn-color-gray-100 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.btn.btn-color-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-gray-100.dropdown-toggle:after {
  color: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-color-gray-100, .btn-check:active + .btn.btn-active-color-gray-100, .btn.btn-active-color-gray-100:focus:not(.btn-active), .btn.btn-active-color-gray-100:hover:not(.btn-active), .btn.btn-active-color-gray-100:active:not(.btn-active), .btn.btn-active-color-gray-100.active, .btn.btn-active-color-gray-100.show, .show > .btn.btn-active-color-gray-100 {
  color: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-color-gray-100 i, .btn-check:active + .btn.btn-active-color-gray-100 i, .btn.btn-active-color-gray-100:focus:not(.btn-active) i, .btn.btn-active-color-gray-100:hover:not(.btn-active) i, .btn.btn-active-color-gray-100:active:not(.btn-active) i, .btn.btn-active-color-gray-100.active i, .btn.btn-active-color-gray-100.show i, .show > .btn.btn-active-color-gray-100 i {
  color: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-color-gray-100 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-100 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-100:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-100:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-100:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-100.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-100.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-100 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-color-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-100:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-100:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-100:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-100.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-100.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-gray-100.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-100.dropdown-toggle:after, .btn.btn-active-color-gray-100:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-100:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-100:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-100.active.dropdown-toggle:after, .btn.btn-active-color-gray-100.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-100.dropdown-toggle:after {
  color: #F5F8FA;
}

.btn.btn-icon-gray-100 i {
  color: #F5F8FA;
}
.btn.btn-icon-gray-100 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.btn.btn-icon-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-gray-100.dropdown-toggle:after {
  color: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-icon-gray-100 i, .btn-check:active + .btn.btn-active-icon-gray-100 i, .btn.btn-active-icon-gray-100:focus:not(.btn-active) i, .btn.btn-active-icon-gray-100:hover:not(.btn-active) i, .btn.btn-active-icon-gray-100:active:not(.btn-active) i, .btn.btn-active-icon-gray-100.active i, .btn.btn-active-icon-gray-100.show i, .show > .btn.btn-active-icon-gray-100 i {
  color: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-icon-gray-100 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-100 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-100:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-100:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-100:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-100.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-100.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-100 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-icon-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-100:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-100:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-100:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-100.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-100.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-100 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-gray-100.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-100.dropdown-toggle:after, .btn.btn-active-icon-gray-100:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-100:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-100:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-100.active.dropdown-toggle:after, .btn.btn-active-icon-gray-100.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-100.dropdown-toggle:after {
  color: #F5F8FA;
}

.btn.btn-text-gray-100 {
  color: #F5F8FA;
}
.btn-check:checked + .btn.btn-active-text-gray-100, .btn-check:active + .btn.btn-active-text-gray-100, .btn.btn-active-text-gray-100:focus:not(.btn-active), .btn.btn-active-text-gray-100:hover:not(.btn-active), .btn.btn-active-text-gray-100:active:not(.btn-active), .btn.btn-active-text-gray-100.active, .btn.btn-active-text-gray-100.show, .show > .btn.btn-active-text-gray-100 {
  color: #F5F8FA;
}

.btn.btn-color-gray-200 {
  color: #EFF2F5;
}
.btn.btn-color-gray-200 i {
  color: #EFF2F5;
}
.btn.btn-color-gray-200 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #EFF2F5;
}
.btn.btn-color-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-gray-200.dropdown-toggle:after {
  color: #EFF2F5;
}
.btn-check:checked + .btn.btn-active-color-gray-200, .btn-check:active + .btn.btn-active-color-gray-200, .btn.btn-active-color-gray-200:focus:not(.btn-active), .btn.btn-active-color-gray-200:hover:not(.btn-active), .btn.btn-active-color-gray-200:active:not(.btn-active), .btn.btn-active-color-gray-200.active, .btn.btn-active-color-gray-200.show, .show > .btn.btn-active-color-gray-200 {
  color: #EFF2F5;
}
.btn-check:checked + .btn.btn-active-color-gray-200 i, .btn-check:active + .btn.btn-active-color-gray-200 i, .btn.btn-active-color-gray-200:focus:not(.btn-active) i, .btn.btn-active-color-gray-200:hover:not(.btn-active) i, .btn.btn-active-color-gray-200:active:not(.btn-active) i, .btn.btn-active-color-gray-200.active i, .btn.btn-active-color-gray-200.show i, .show > .btn.btn-active-color-gray-200 i {
  color: #EFF2F5;
}
.btn-check:checked + .btn.btn-active-color-gray-200 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-200 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-200:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-200:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-200:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-200.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-200.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-200 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #EFF2F5;
}
.btn-check:checked + .btn.btn-active-color-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-200:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-200:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-200:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-200.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-200.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-gray-200.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-200.dropdown-toggle:after, .btn.btn-active-color-gray-200:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-200:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-200:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-200.active.dropdown-toggle:after, .btn.btn-active-color-gray-200.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-200.dropdown-toggle:after {
  color: #EFF2F5;
}

.btn.btn-icon-gray-200 i {
  color: #EFF2F5;
}
.btn.btn-icon-gray-200 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #EFF2F5;
}
.btn.btn-icon-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-gray-200.dropdown-toggle:after {
  color: #EFF2F5;
}
.btn-check:checked + .btn.btn-active-icon-gray-200 i, .btn-check:active + .btn.btn-active-icon-gray-200 i, .btn.btn-active-icon-gray-200:focus:not(.btn-active) i, .btn.btn-active-icon-gray-200:hover:not(.btn-active) i, .btn.btn-active-icon-gray-200:active:not(.btn-active) i, .btn.btn-active-icon-gray-200.active i, .btn.btn-active-icon-gray-200.show i, .show > .btn.btn-active-icon-gray-200 i {
  color: #EFF2F5;
}
.btn-check:checked + .btn.btn-active-icon-gray-200 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-200 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-200:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-200:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-200:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-200.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-200.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-200 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #EFF2F5;
}
.btn-check:checked + .btn.btn-active-icon-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-200:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-200:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-200:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-200.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-200.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-200 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-gray-200.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-200.dropdown-toggle:after, .btn.btn-active-icon-gray-200:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-200:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-200:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-200.active.dropdown-toggle:after, .btn.btn-active-icon-gray-200.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-200.dropdown-toggle:after {
  color: #EFF2F5;
}

.btn.btn-text-gray-200 {
  color: #EFF2F5;
}
.btn-check:checked + .btn.btn-active-text-gray-200, .btn-check:active + .btn.btn-active-text-gray-200, .btn.btn-active-text-gray-200:focus:not(.btn-active), .btn.btn-active-text-gray-200:hover:not(.btn-active), .btn.btn-active-text-gray-200:active:not(.btn-active), .btn.btn-active-text-gray-200.active, .btn.btn-active-text-gray-200.show, .show > .btn.btn-active-text-gray-200 {
  color: #EFF2F5;
}

.btn.btn-color-gray-300 {
  color: #E4E6EF;
}
.btn.btn-color-gray-300 i {
  color: #E4E6EF;
}
.btn.btn-color-gray-300 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn.btn-color-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-gray-300.dropdown-toggle:after {
  color: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-color-gray-300, .btn-check:active + .btn.btn-active-color-gray-300, .btn.btn-active-color-gray-300:focus:not(.btn-active), .btn.btn-active-color-gray-300:hover:not(.btn-active), .btn.btn-active-color-gray-300:active:not(.btn-active), .btn.btn-active-color-gray-300.active, .btn.btn-active-color-gray-300.show, .show > .btn.btn-active-color-gray-300 {
  color: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-color-gray-300 i, .btn-check:active + .btn.btn-active-color-gray-300 i, .btn.btn-active-color-gray-300:focus:not(.btn-active) i, .btn.btn-active-color-gray-300:hover:not(.btn-active) i, .btn.btn-active-color-gray-300:active:not(.btn-active) i, .btn.btn-active-color-gray-300.active i, .btn.btn-active-color-gray-300.show i, .show > .btn.btn-active-color-gray-300 i {
  color: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-color-gray-300 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-300 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-300:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-300:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-300:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-300.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-300.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-300 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-color-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-300:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-300:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-300:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-300.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-300.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-gray-300.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-300.dropdown-toggle:after, .btn.btn-active-color-gray-300:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-300:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-300:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-300.active.dropdown-toggle:after, .btn.btn-active-color-gray-300.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-300.dropdown-toggle:after {
  color: #E4E6EF;
}

.btn.btn-icon-gray-300 i {
  color: #E4E6EF;
}
.btn.btn-icon-gray-300 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn.btn-icon-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-gray-300.dropdown-toggle:after {
  color: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-icon-gray-300 i, .btn-check:active + .btn.btn-active-icon-gray-300 i, .btn.btn-active-icon-gray-300:focus:not(.btn-active) i, .btn.btn-active-icon-gray-300:hover:not(.btn-active) i, .btn.btn-active-icon-gray-300:active:not(.btn-active) i, .btn.btn-active-icon-gray-300.active i, .btn.btn-active-icon-gray-300.show i, .show > .btn.btn-active-icon-gray-300 i {
  color: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-icon-gray-300 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-300 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-300:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-300:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-300:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-300.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-300.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-300 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-icon-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-300:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-300:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-300:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-300.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-300.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-300 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-gray-300.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-300.dropdown-toggle:after, .btn.btn-active-icon-gray-300:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-300:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-300:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-300.active.dropdown-toggle:after, .btn.btn-active-icon-gray-300.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-300.dropdown-toggle:after {
  color: #E4E6EF;
}

.btn.btn-text-gray-300 {
  color: #E4E6EF;
}
.btn-check:checked + .btn.btn-active-text-gray-300, .btn-check:active + .btn.btn-active-text-gray-300, .btn.btn-active-text-gray-300:focus:not(.btn-active), .btn.btn-active-text-gray-300:hover:not(.btn-active), .btn.btn-active-text-gray-300:active:not(.btn-active), .btn.btn-active-text-gray-300.active, .btn.btn-active-text-gray-300.show, .show > .btn.btn-active-text-gray-300 {
  color: #E4E6EF;
}

.btn.btn-color-gray-400 {
  color: #B5B5C3;
}
.btn.btn-color-gray-400 i {
  color: #B5B5C3;
}
.btn.btn-color-gray-400 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}
.btn.btn-color-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-gray-400.dropdown-toggle:after {
  color: #B5B5C3;
}
.btn-check:checked + .btn.btn-active-color-gray-400, .btn-check:active + .btn.btn-active-color-gray-400, .btn.btn-active-color-gray-400:focus:not(.btn-active), .btn.btn-active-color-gray-400:hover:not(.btn-active), .btn.btn-active-color-gray-400:active:not(.btn-active), .btn.btn-active-color-gray-400.active, .btn.btn-active-color-gray-400.show, .show > .btn.btn-active-color-gray-400 {
  color: #B5B5C3;
}
.btn-check:checked + .btn.btn-active-color-gray-400 i, .btn-check:active + .btn.btn-active-color-gray-400 i, .btn.btn-active-color-gray-400:focus:not(.btn-active) i, .btn.btn-active-color-gray-400:hover:not(.btn-active) i, .btn.btn-active-color-gray-400:active:not(.btn-active) i, .btn.btn-active-color-gray-400.active i, .btn.btn-active-color-gray-400.show i, .show > .btn.btn-active-color-gray-400 i {
  color: #B5B5C3;
}
.btn-check:checked + .btn.btn-active-color-gray-400 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-400 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-400:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-400:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-400:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-400.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-400.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-400 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}
.btn-check:checked + .btn.btn-active-color-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-400:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-400:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-400:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-400.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-400.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-gray-400.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-400.dropdown-toggle:after, .btn.btn-active-color-gray-400:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-400:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-400:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-400.active.dropdown-toggle:after, .btn.btn-active-color-gray-400.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-400.dropdown-toggle:after {
  color: #B5B5C3;
}

.btn.btn-icon-gray-400 i {
  color: #B5B5C3;
}
.btn.btn-icon-gray-400 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}
.btn.btn-icon-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-gray-400.dropdown-toggle:after {
  color: #B5B5C3;
}
.btn-check:checked + .btn.btn-active-icon-gray-400 i, .btn-check:active + .btn.btn-active-icon-gray-400 i, .btn.btn-active-icon-gray-400:focus:not(.btn-active) i, .btn.btn-active-icon-gray-400:hover:not(.btn-active) i, .btn.btn-active-icon-gray-400:active:not(.btn-active) i, .btn.btn-active-icon-gray-400.active i, .btn.btn-active-icon-gray-400.show i, .show > .btn.btn-active-icon-gray-400 i {
  color: #B5B5C3;
}
.btn-check:checked + .btn.btn-active-icon-gray-400 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-400 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-400:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-400:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-400:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-400.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-400.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-400 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}
.btn-check:checked + .btn.btn-active-icon-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-400:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-400:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-400:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-400.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-400.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-400 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-gray-400.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-400.dropdown-toggle:after, .btn.btn-active-icon-gray-400:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-400:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-400:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-400.active.dropdown-toggle:after, .btn.btn-active-icon-gray-400.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-400.dropdown-toggle:after {
  color: #B5B5C3;
}

.btn.btn-text-gray-400 {
  color: #B5B5C3;
}
.btn-check:checked + .btn.btn-active-text-gray-400, .btn-check:active + .btn.btn-active-text-gray-400, .btn.btn-active-text-gray-400:focus:not(.btn-active), .btn.btn-active-text-gray-400:hover:not(.btn-active), .btn.btn-active-text-gray-400:active:not(.btn-active), .btn.btn-active-text-gray-400.active, .btn.btn-active-text-gray-400.show, .show > .btn.btn-active-text-gray-400 {
  color: #B5B5C3;
}

.btn.btn-color-gray-500 {
  color: #A1A5B7;
}
.btn.btn-color-gray-500 i {
  color: #A1A5B7;
}
.btn.btn-color-gray-500 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.btn.btn-color-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-gray-500.dropdown-toggle:after {
  color: #A1A5B7;
}
.btn-check:checked + .btn.btn-active-color-gray-500, .btn-check:active + .btn.btn-active-color-gray-500, .btn.btn-active-color-gray-500:focus:not(.btn-active), .btn.btn-active-color-gray-500:hover:not(.btn-active), .btn.btn-active-color-gray-500:active:not(.btn-active), .btn.btn-active-color-gray-500.active, .btn.btn-active-color-gray-500.show, .show > .btn.btn-active-color-gray-500 {
  color: #A1A5B7;
}
.btn-check:checked + .btn.btn-active-color-gray-500 i, .btn-check:active + .btn.btn-active-color-gray-500 i, .btn.btn-active-color-gray-500:focus:not(.btn-active) i, .btn.btn-active-color-gray-500:hover:not(.btn-active) i, .btn.btn-active-color-gray-500:active:not(.btn-active) i, .btn.btn-active-color-gray-500.active i, .btn.btn-active-color-gray-500.show i, .show > .btn.btn-active-color-gray-500 i {
  color: #A1A5B7;
}
.btn-check:checked + .btn.btn-active-color-gray-500 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-500 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-500:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-500:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-500:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-500.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-500.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-500 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.btn-check:checked + .btn.btn-active-color-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-500:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-500:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-500:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-500.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-500.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-gray-500.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-500.dropdown-toggle:after, .btn.btn-active-color-gray-500:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-500:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-500:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-500.active.dropdown-toggle:after, .btn.btn-active-color-gray-500.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-500.dropdown-toggle:after {
  color: #A1A5B7;
}

.btn.btn-icon-gray-500 i {
  color: #A1A5B7;
}
.btn.btn-icon-gray-500 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.btn.btn-icon-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-gray-500.dropdown-toggle:after {
  color: #A1A5B7;
}
.btn-check:checked + .btn.btn-active-icon-gray-500 i, .btn-check:active + .btn.btn-active-icon-gray-500 i, .btn.btn-active-icon-gray-500:focus:not(.btn-active) i, .btn.btn-active-icon-gray-500:hover:not(.btn-active) i, .btn.btn-active-icon-gray-500:active:not(.btn-active) i, .btn.btn-active-icon-gray-500.active i, .btn.btn-active-icon-gray-500.show i, .show > .btn.btn-active-icon-gray-500 i {
  color: #A1A5B7;
}
.btn-check:checked + .btn.btn-active-icon-gray-500 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-500 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-500:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-500:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-500:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-500.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-500.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-500 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.btn-check:checked + .btn.btn-active-icon-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-500:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-500:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-500:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-500.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-500.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-500 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-gray-500.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-500.dropdown-toggle:after, .btn.btn-active-icon-gray-500:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-500:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-500:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-500.active.dropdown-toggle:after, .btn.btn-active-icon-gray-500.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-500.dropdown-toggle:after {
  color: #A1A5B7;
}

.btn.btn-text-gray-500 {
  color: #A1A5B7;
}
.btn-check:checked + .btn.btn-active-text-gray-500, .btn-check:active + .btn.btn-active-text-gray-500, .btn.btn-active-text-gray-500:focus:not(.btn-active), .btn.btn-active-text-gray-500:hover:not(.btn-active), .btn.btn-active-text-gray-500:active:not(.btn-active), .btn.btn-active-text-gray-500.active, .btn.btn-active-text-gray-500.show, .show > .btn.btn-active-text-gray-500 {
  color: #A1A5B7;
}

.btn.btn-color-gray-600 {
  color: #7E8299;
}
.btn.btn-color-gray-600 i {
  color: #7E8299;
}
.btn.btn-color-gray-600 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.btn.btn-color-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-gray-600.dropdown-toggle:after {
  color: #7E8299;
}
.btn-check:checked + .btn.btn-active-color-gray-600, .btn-check:active + .btn.btn-active-color-gray-600, .btn.btn-active-color-gray-600:focus:not(.btn-active), .btn.btn-active-color-gray-600:hover:not(.btn-active), .btn.btn-active-color-gray-600:active:not(.btn-active), .btn.btn-active-color-gray-600.active, .btn.btn-active-color-gray-600.show, .show > .btn.btn-active-color-gray-600 {
  color: #7E8299;
}
.btn-check:checked + .btn.btn-active-color-gray-600 i, .btn-check:active + .btn.btn-active-color-gray-600 i, .btn.btn-active-color-gray-600:focus:not(.btn-active) i, .btn.btn-active-color-gray-600:hover:not(.btn-active) i, .btn.btn-active-color-gray-600:active:not(.btn-active) i, .btn.btn-active-color-gray-600.active i, .btn.btn-active-color-gray-600.show i, .show > .btn.btn-active-color-gray-600 i {
  color: #7E8299;
}
.btn-check:checked + .btn.btn-active-color-gray-600 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-600 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-600:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-600:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-600:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-600.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-600.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-600 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.btn-check:checked + .btn.btn-active-color-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-600:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-600:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-600:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-600.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-600.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-gray-600.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-600.dropdown-toggle:after, .btn.btn-active-color-gray-600:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-600:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-600:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-600.active.dropdown-toggle:after, .btn.btn-active-color-gray-600.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-600.dropdown-toggle:after {
  color: #7E8299;
}

.btn.btn-icon-gray-600 i {
  color: #7E8299;
}
.btn.btn-icon-gray-600 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.btn.btn-icon-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-gray-600.dropdown-toggle:after {
  color: #7E8299;
}
.btn-check:checked + .btn.btn-active-icon-gray-600 i, .btn-check:active + .btn.btn-active-icon-gray-600 i, .btn.btn-active-icon-gray-600:focus:not(.btn-active) i, .btn.btn-active-icon-gray-600:hover:not(.btn-active) i, .btn.btn-active-icon-gray-600:active:not(.btn-active) i, .btn.btn-active-icon-gray-600.active i, .btn.btn-active-icon-gray-600.show i, .show > .btn.btn-active-icon-gray-600 i {
  color: #7E8299;
}
.btn-check:checked + .btn.btn-active-icon-gray-600 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-600 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-600:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-600:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-600:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-600.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-600.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-600 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.btn-check:checked + .btn.btn-active-icon-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-600:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-600:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-600:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-600.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-600.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-600 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-gray-600.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-600.dropdown-toggle:after, .btn.btn-active-icon-gray-600:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-600:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-600:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-600.active.dropdown-toggle:after, .btn.btn-active-icon-gray-600.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-600.dropdown-toggle:after {
  color: #7E8299;
}

.btn.btn-text-gray-600 {
  color: #7E8299;
}
.btn-check:checked + .btn.btn-active-text-gray-600, .btn-check:active + .btn.btn-active-text-gray-600, .btn.btn-active-text-gray-600:focus:not(.btn-active), .btn.btn-active-text-gray-600:hover:not(.btn-active), .btn.btn-active-text-gray-600:active:not(.btn-active), .btn.btn-active-text-gray-600.active, .btn.btn-active-text-gray-600.show, .show > .btn.btn-active-text-gray-600 {
  color: #7E8299;
}

.btn.btn-color-gray-700 {
  color: #5E6278;
}
.btn.btn-color-gray-700 i {
  color: #5E6278;
}
.btn.btn-color-gray-700 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #5E6278;
}
.btn.btn-color-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-gray-700.dropdown-toggle:after {
  color: #5E6278;
}
.btn-check:checked + .btn.btn-active-color-gray-700, .btn-check:active + .btn.btn-active-color-gray-700, .btn.btn-active-color-gray-700:focus:not(.btn-active), .btn.btn-active-color-gray-700:hover:not(.btn-active), .btn.btn-active-color-gray-700:active:not(.btn-active), .btn.btn-active-color-gray-700.active, .btn.btn-active-color-gray-700.show, .show > .btn.btn-active-color-gray-700 {
  color: #5E6278;
}
.btn-check:checked + .btn.btn-active-color-gray-700 i, .btn-check:active + .btn.btn-active-color-gray-700 i, .btn.btn-active-color-gray-700:focus:not(.btn-active) i, .btn.btn-active-color-gray-700:hover:not(.btn-active) i, .btn.btn-active-color-gray-700:active:not(.btn-active) i, .btn.btn-active-color-gray-700.active i, .btn.btn-active-color-gray-700.show i, .show > .btn.btn-active-color-gray-700 i {
  color: #5E6278;
}
.btn-check:checked + .btn.btn-active-color-gray-700 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-700 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-700:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-700:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-700:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-700.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-700.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-700 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #5E6278;
}
.btn-check:checked + .btn.btn-active-color-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-700:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-700:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-700:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-700.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-700.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-gray-700.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-700.dropdown-toggle:after, .btn.btn-active-color-gray-700:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-700:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-700:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-700.active.dropdown-toggle:after, .btn.btn-active-color-gray-700.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-700.dropdown-toggle:after {
  color: #5E6278;
}

.btn.btn-icon-gray-700 i {
  color: #5E6278;
}
.btn.btn-icon-gray-700 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #5E6278;
}
.btn.btn-icon-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-gray-700.dropdown-toggle:after {
  color: #5E6278;
}
.btn-check:checked + .btn.btn-active-icon-gray-700 i, .btn-check:active + .btn.btn-active-icon-gray-700 i, .btn.btn-active-icon-gray-700:focus:not(.btn-active) i, .btn.btn-active-icon-gray-700:hover:not(.btn-active) i, .btn.btn-active-icon-gray-700:active:not(.btn-active) i, .btn.btn-active-icon-gray-700.active i, .btn.btn-active-icon-gray-700.show i, .show > .btn.btn-active-icon-gray-700 i {
  color: #5E6278;
}
.btn-check:checked + .btn.btn-active-icon-gray-700 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-700 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-700:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-700:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-700:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-700.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-700.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-700 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #5E6278;
}
.btn-check:checked + .btn.btn-active-icon-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-700:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-700:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-700:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-700.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-700.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-700 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-gray-700.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-700.dropdown-toggle:after, .btn.btn-active-icon-gray-700:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-700:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-700:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-700.active.dropdown-toggle:after, .btn.btn-active-icon-gray-700.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-700.dropdown-toggle:after {
  color: #5E6278;
}

.btn.btn-text-gray-700 {
  color: #5E6278;
}
.btn-check:checked + .btn.btn-active-text-gray-700, .btn-check:active + .btn.btn-active-text-gray-700, .btn.btn-active-text-gray-700:focus:not(.btn-active), .btn.btn-active-text-gray-700:hover:not(.btn-active), .btn.btn-active-text-gray-700:active:not(.btn-active), .btn.btn-active-text-gray-700.active, .btn.btn-active-text-gray-700.show, .show > .btn.btn-active-text-gray-700 {
  color: #5E6278;
}

.btn.btn-color-gray-800 {
  color: #3F4254;
}
.btn.btn-color-gray-800 i {
  color: #3F4254;
}
.btn.btn-color-gray-800 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.btn.btn-color-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-gray-800.dropdown-toggle:after {
  color: #3F4254;
}
.btn-check:checked + .btn.btn-active-color-gray-800, .btn-check:active + .btn.btn-active-color-gray-800, .btn.btn-active-color-gray-800:focus:not(.btn-active), .btn.btn-active-color-gray-800:hover:not(.btn-active), .btn.btn-active-color-gray-800:active:not(.btn-active), .btn.btn-active-color-gray-800.active, .btn.btn-active-color-gray-800.show, .show > .btn.btn-active-color-gray-800 {
  color: #3F4254;
}
.btn-check:checked + .btn.btn-active-color-gray-800 i, .btn-check:active + .btn.btn-active-color-gray-800 i, .btn.btn-active-color-gray-800:focus:not(.btn-active) i, .btn.btn-active-color-gray-800:hover:not(.btn-active) i, .btn.btn-active-color-gray-800:active:not(.btn-active) i, .btn.btn-active-color-gray-800.active i, .btn.btn-active-color-gray-800.show i, .show > .btn.btn-active-color-gray-800 i {
  color: #3F4254;
}
.btn-check:checked + .btn.btn-active-color-gray-800 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-800 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-800:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-800:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-800:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-800.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-800.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-800 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.btn-check:checked + .btn.btn-active-color-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-800:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-800:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-800:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-800.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-800.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-gray-800.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-800.dropdown-toggle:after, .btn.btn-active-color-gray-800:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-800:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-800:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-800.active.dropdown-toggle:after, .btn.btn-active-color-gray-800.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-800.dropdown-toggle:after {
  color: #3F4254;
}

.btn.btn-icon-gray-800 i {
  color: #3F4254;
}
.btn.btn-icon-gray-800 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.btn.btn-icon-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-gray-800.dropdown-toggle:after {
  color: #3F4254;
}
.btn-check:checked + .btn.btn-active-icon-gray-800 i, .btn-check:active + .btn.btn-active-icon-gray-800 i, .btn.btn-active-icon-gray-800:focus:not(.btn-active) i, .btn.btn-active-icon-gray-800:hover:not(.btn-active) i, .btn.btn-active-icon-gray-800:active:not(.btn-active) i, .btn.btn-active-icon-gray-800.active i, .btn.btn-active-icon-gray-800.show i, .show > .btn.btn-active-icon-gray-800 i {
  color: #3F4254;
}
.btn-check:checked + .btn.btn-active-icon-gray-800 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-800 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-800:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-800:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-800:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-800.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-800.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-800 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.btn-check:checked + .btn.btn-active-icon-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-800:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-800:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-800:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-800.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-800.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-800 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-gray-800.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-800.dropdown-toggle:after, .btn.btn-active-icon-gray-800:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-800:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-800:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-800.active.dropdown-toggle:after, .btn.btn-active-icon-gray-800.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-800.dropdown-toggle:after {
  color: #3F4254;
}

.btn.btn-text-gray-800 {
  color: #3F4254;
}
.btn-check:checked + .btn.btn-active-text-gray-800, .btn-check:active + .btn.btn-active-text-gray-800, .btn.btn-active-text-gray-800:focus:not(.btn-active), .btn.btn-active-text-gray-800:hover:not(.btn-active), .btn.btn-active-text-gray-800:active:not(.btn-active), .btn.btn-active-text-gray-800.active, .btn.btn-active-text-gray-800.show, .show > .btn.btn-active-text-gray-800 {
  color: #3F4254;
}

.btn.btn-color-gray-900 {
  color: #181C32;
}
.btn.btn-color-gray-900 i {
  color: #181C32;
}
.btn.btn-color-gray-900 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.btn.btn-color-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-color-gray-900.dropdown-toggle:after {
  color: #181C32;
}
.btn-check:checked + .btn.btn-active-color-gray-900, .btn-check:active + .btn.btn-active-color-gray-900, .btn.btn-active-color-gray-900:focus:not(.btn-active), .btn.btn-active-color-gray-900:hover:not(.btn-active), .btn.btn-active-color-gray-900:active:not(.btn-active), .btn.btn-active-color-gray-900.active, .btn.btn-active-color-gray-900.show, .show > .btn.btn-active-color-gray-900 {
  color: #181C32;
}
.btn-check:checked + .btn.btn-active-color-gray-900 i, .btn-check:active + .btn.btn-active-color-gray-900 i, .btn.btn-active-color-gray-900:focus:not(.btn-active) i, .btn.btn-active-color-gray-900:hover:not(.btn-active) i, .btn.btn-active-color-gray-900:active:not(.btn-active) i, .btn.btn-active-color-gray-900.active i, .btn.btn-active-color-gray-900.show i, .show > .btn.btn-active-color-gray-900 i {
  color: #181C32;
}
.btn-check:checked + .btn.btn-active-color-gray-900 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-900 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-900:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-900:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-900:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-900.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-900.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-900 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.btn-check:checked + .btn.btn-active-color-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-color-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-900:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-900:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-900:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-900.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-color-gray-900.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-color-gray-900.dropdown-toggle:after, .btn-check:active + .btn.btn-active-color-gray-900.dropdown-toggle:after, .btn.btn-active-color-gray-900:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-900:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-900:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-color-gray-900.active.dropdown-toggle:after, .btn.btn-active-color-gray-900.show.dropdown-toggle:after, .show > .btn.btn-active-color-gray-900.dropdown-toggle:after {
  color: #181C32;
}

.btn.btn-icon-gray-900 i {
  color: #181C32;
}
.btn.btn-icon-gray-900 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.btn.btn-icon-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-icon-gray-900.dropdown-toggle:after {
  color: #181C32;
}
.btn-check:checked + .btn.btn-active-icon-gray-900 i, .btn-check:active + .btn.btn-active-icon-gray-900 i, .btn.btn-active-icon-gray-900:focus:not(.btn-active) i, .btn.btn-active-icon-gray-900:hover:not(.btn-active) i, .btn.btn-active-icon-gray-900:active:not(.btn-active) i, .btn.btn-active-icon-gray-900.active i, .btn.btn-active-icon-gray-900.show i, .show > .btn.btn-active-icon-gray-900 i {
  color: #181C32;
}
.btn-check:checked + .btn.btn-active-icon-gray-900 .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-900 .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-900:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-900:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-900:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-900.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-900.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-900 .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.btn-check:checked + .btn.btn-active-icon-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-icon-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-900:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-900:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-900:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-900.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-icon-gray-900.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-icon-gray-900 .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-active-icon-gray-900.dropdown-toggle:after, .btn-check:active + .btn.btn-active-icon-gray-900.dropdown-toggle:after, .btn.btn-active-icon-gray-900:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-900:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-900:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-icon-gray-900.active.dropdown-toggle:after, .btn.btn-active-icon-gray-900.show.dropdown-toggle:after, .show > .btn.btn-active-icon-gray-900.dropdown-toggle:after {
  color: #181C32;
}

.btn.btn-text-gray-900 {
  color: #181C32;
}
.btn-check:checked + .btn.btn-active-text-gray-900, .btn-check:active + .btn.btn-active-text-gray-900, .btn.btn-active-text-gray-900:focus:not(.btn-active), .btn.btn-active-text-gray-900:hover:not(.btn-active), .btn.btn-active-text-gray-900:active:not(.btn-active), .btn.btn-active-text-gray-900.active, .btn.btn-active-text-gray-900.show, .show > .btn.btn-active-text-gray-900 {
  color: #181C32;
}

.btn.btn-facebook {
  color: #ffffff;
  border-color: #3b5998;
  background-color: #3b5998;
}
.btn.btn-facebook i {
  color: #ffffff;
}
.btn.btn-facebook .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-facebook.dropdown-toggle:after {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-facebook, .btn-check:active + .btn.btn-facebook, .btn.btn-facebook:focus:not(.btn-active), .btn.btn-facebook:hover:not(.btn-active), .btn.btn-facebook:active:not(.btn-active), .btn.btn-facebook.active, .btn.btn-facebook.show, .show > .btn.btn-facebook {
  border-color: #30497c;
  background-color: #30497c;
}

.btn.btn-light-facebook {
  color: #3b5998;
  border-color: rgba(59, 89, 152, 0.1);
  background-color: rgba(59, 89, 152, 0.1);
}
.btn.btn-light-facebook i {
  color: #3b5998;
}
.btn.btn-light-facebook .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3b5998;
}
.btn.btn-light-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-light-facebook.dropdown-toggle:after {
  color: #3b5998;
}
.btn-check:checked + .btn.btn-light-facebook, .btn-check:active + .btn.btn-light-facebook, .btn.btn-light-facebook:focus:not(.btn-active), .btn.btn-light-facebook:hover:not(.btn-active), .btn.btn-light-facebook:active:not(.btn-active), .btn.btn-light-facebook.active, .btn.btn-light-facebook.show, .show > .btn.btn-light-facebook {
  color: #ffffff;
  border-color: #3b5998;
  background-color: #3b5998;
}
.btn-check:checked + .btn.btn-light-facebook i, .btn-check:active + .btn.btn-light-facebook i, .btn.btn-light-facebook:focus:not(.btn-active) i, .btn.btn-light-facebook:hover:not(.btn-active) i, .btn.btn-light-facebook:active:not(.btn-active) i, .btn.btn-light-facebook.active i, .btn.btn-light-facebook.show i, .show > .btn.btn-light-facebook i {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-light-facebook .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-facebook .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-facebook:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-facebook:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-facebook:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-facebook.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-facebook.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-light-facebook .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn-check:checked + .btn.btn-light-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-facebook:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-facebook:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-facebook:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-facebook.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-facebook.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-light-facebook .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-light-facebook.dropdown-toggle:after, .btn-check:active + .btn.btn-light-facebook.dropdown-toggle:after, .btn.btn-light-facebook:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-facebook:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-facebook:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-facebook.active.dropdown-toggle:after, .btn.btn-light-facebook.show.dropdown-toggle:after, .show > .btn.btn-light-facebook.dropdown-toggle:after {
  color: #ffffff;
}

.btn.btn-google {
  color: #ffffff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}
.btn.btn-google i {
  color: #ffffff;
}
.btn.btn-google .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-google .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-google.dropdown-toggle:after {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-google, .btn-check:active + .btn.btn-google, .btn.btn-google:focus:not(.btn-active), .btn.btn-google:hover:not(.btn-active), .btn.btn-google:active:not(.btn-active), .btn.btn-google.active, .btn.btn-google.show, .show > .btn.btn-google {
  border-color: #cd3623;
  background-color: #cd3623;
}

.btn.btn-light-google {
  color: #dd4b39;
  border-color: rgba(221, 75, 57, 0.1);
  background-color: rgba(221, 75, 57, 0.1);
}
.btn.btn-light-google i {
  color: #dd4b39;
}
.btn.btn-light-google .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #dd4b39;
}
.btn.btn-light-google .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-light-google.dropdown-toggle:after {
  color: #dd4b39;
}
.btn-check:checked + .btn.btn-light-google, .btn-check:active + .btn.btn-light-google, .btn.btn-light-google:focus:not(.btn-active), .btn.btn-light-google:hover:not(.btn-active), .btn.btn-light-google:active:not(.btn-active), .btn.btn-light-google.active, .btn.btn-light-google.show, .show > .btn.btn-light-google {
  color: #ffffff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}
.btn-check:checked + .btn.btn-light-google i, .btn-check:active + .btn.btn-light-google i, .btn.btn-light-google:focus:not(.btn-active) i, .btn.btn-light-google:hover:not(.btn-active) i, .btn.btn-light-google:active:not(.btn-active) i, .btn.btn-light-google.active i, .btn.btn-light-google.show i, .show > .btn.btn-light-google i {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-light-google .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-google .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-google:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-google:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-google:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-google.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-google.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-light-google .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn-check:checked + .btn.btn-light-google .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-google .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-google:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-google:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-google:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-google.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-google.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-light-google .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-light-google.dropdown-toggle:after, .btn-check:active + .btn.btn-light-google.dropdown-toggle:after, .btn.btn-light-google:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-google:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-google:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-google.active.dropdown-toggle:after, .btn.btn-light-google.show.dropdown-toggle:after, .show > .btn.btn-light-google.dropdown-toggle:after {
  color: #ffffff;
}

.btn.btn-twitter {
  color: #ffffff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}
.btn.btn-twitter i {
  color: #ffffff;
}
.btn.btn-twitter .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-twitter.dropdown-toggle:after {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-twitter, .btn-check:active + .btn.btn-twitter, .btn.btn-twitter:focus:not(.btn-active), .btn.btn-twitter:hover:not(.btn-active), .btn.btn-twitter:active:not(.btn-active), .btn.btn-twitter.active, .btn.btn-twitter.show, .show > .btn.btn-twitter {
  border-color: #0d8ddc;
  background-color: #0d8ddc;
}

.btn.btn-light-twitter {
  color: #1da1f2;
  border-color: rgba(29, 161, 242, 0.1);
  background-color: rgba(29, 161, 242, 0.1);
}
.btn.btn-light-twitter i {
  color: #1da1f2;
}
.btn.btn-light-twitter .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #1da1f2;
}
.btn.btn-light-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-light-twitter.dropdown-toggle:after {
  color: #1da1f2;
}
.btn-check:checked + .btn.btn-light-twitter, .btn-check:active + .btn.btn-light-twitter, .btn.btn-light-twitter:focus:not(.btn-active), .btn.btn-light-twitter:hover:not(.btn-active), .btn.btn-light-twitter:active:not(.btn-active), .btn.btn-light-twitter.active, .btn.btn-light-twitter.show, .show > .btn.btn-light-twitter {
  color: #ffffff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}
.btn-check:checked + .btn.btn-light-twitter i, .btn-check:active + .btn.btn-light-twitter i, .btn.btn-light-twitter:focus:not(.btn-active) i, .btn.btn-light-twitter:hover:not(.btn-active) i, .btn.btn-light-twitter:active:not(.btn-active) i, .btn.btn-light-twitter.active i, .btn.btn-light-twitter.show i, .show > .btn.btn-light-twitter i {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-light-twitter .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-twitter .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-twitter:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-twitter:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-twitter:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-twitter.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-twitter.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-light-twitter .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn-check:checked + .btn.btn-light-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-twitter:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-twitter:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-twitter:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-twitter.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-twitter.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-light-twitter .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-light-twitter.dropdown-toggle:after, .btn-check:active + .btn.btn-light-twitter.dropdown-toggle:after, .btn.btn-light-twitter:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-twitter:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-twitter:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-twitter.active.dropdown-toggle:after, .btn.btn-light-twitter.show.dropdown-toggle:after, .show > .btn.btn-light-twitter.dropdown-toggle:after {
  color: #ffffff;
}

.btn.btn-instagram {
  color: #ffffff;
  border-color: #e1306c;
  background-color: #e1306c;
}
.btn.btn-instagram i {
  color: #ffffff;
}
.btn.btn-instagram .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-instagram.dropdown-toggle:after {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-instagram, .btn-check:active + .btn.btn-instagram, .btn.btn-instagram:focus:not(.btn-active), .btn.btn-instagram:hover:not(.btn-active), .btn.btn-instagram:active:not(.btn-active), .btn.btn-instagram.active, .btn.btn-instagram.show, .show > .btn.btn-instagram {
  border-color: #cd1e59;
  background-color: #cd1e59;
}

.btn.btn-light-instagram {
  color: #e1306c;
  border-color: rgba(225, 48, 108, 0.1);
  background-color: rgba(225, 48, 108, 0.1);
}
.btn.btn-light-instagram i {
  color: #e1306c;
}
.btn.btn-light-instagram .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #e1306c;
}
.btn.btn-light-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-light-instagram.dropdown-toggle:after {
  color: #e1306c;
}
.btn-check:checked + .btn.btn-light-instagram, .btn-check:active + .btn.btn-light-instagram, .btn.btn-light-instagram:focus:not(.btn-active), .btn.btn-light-instagram:hover:not(.btn-active), .btn.btn-light-instagram:active:not(.btn-active), .btn.btn-light-instagram.active, .btn.btn-light-instagram.show, .show > .btn.btn-light-instagram {
  color: #ffffff;
  border-color: #e1306c;
  background-color: #e1306c;
}
.btn-check:checked + .btn.btn-light-instagram i, .btn-check:active + .btn.btn-light-instagram i, .btn.btn-light-instagram:focus:not(.btn-active) i, .btn.btn-light-instagram:hover:not(.btn-active) i, .btn.btn-light-instagram:active:not(.btn-active) i, .btn.btn-light-instagram.active i, .btn.btn-light-instagram.show i, .show > .btn.btn-light-instagram i {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-light-instagram .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-instagram .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-instagram:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-instagram:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-instagram:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-instagram.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-instagram.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-light-instagram .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn-check:checked + .btn.btn-light-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-instagram:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-instagram:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-instagram:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-instagram.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-instagram.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-light-instagram .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-light-instagram.dropdown-toggle:after, .btn-check:active + .btn.btn-light-instagram.dropdown-toggle:after, .btn.btn-light-instagram:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-instagram:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-instagram:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-instagram.active.dropdown-toggle:after, .btn.btn-light-instagram.show.dropdown-toggle:after, .show > .btn.btn-light-instagram.dropdown-toggle:after {
  color: #ffffff;
}

.btn.btn-youtube {
  color: #ffffff;
  border-color: #ff0000;
  background-color: #ff0000;
}
.btn.btn-youtube i {
  color: #ffffff;
}
.btn.btn-youtube .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-youtube.dropdown-toggle:after {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-youtube, .btn-check:active + .btn.btn-youtube, .btn.btn-youtube:focus:not(.btn-active), .btn.btn-youtube:hover:not(.btn-active), .btn.btn-youtube:active:not(.btn-active), .btn.btn-youtube.active, .btn.btn-youtube.show, .show > .btn.btn-youtube {
  border-color: #d90000;
  background-color: #d90000;
}

.btn.btn-light-youtube {
  color: #ff0000;
  border-color: rgba(255, 0, 0, 0.1);
  background-color: rgba(255, 0, 0, 0.1);
}
.btn.btn-light-youtube i {
  color: #ff0000;
}
.btn.btn-light-youtube .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ff0000;
}
.btn.btn-light-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-light-youtube.dropdown-toggle:after {
  color: #ff0000;
}
.btn-check:checked + .btn.btn-light-youtube, .btn-check:active + .btn.btn-light-youtube, .btn.btn-light-youtube:focus:not(.btn-active), .btn.btn-light-youtube:hover:not(.btn-active), .btn.btn-light-youtube:active:not(.btn-active), .btn.btn-light-youtube.active, .btn.btn-light-youtube.show, .show > .btn.btn-light-youtube {
  color: #ffffff;
  border-color: #ff0000;
  background-color: #ff0000;
}
.btn-check:checked + .btn.btn-light-youtube i, .btn-check:active + .btn.btn-light-youtube i, .btn.btn-light-youtube:focus:not(.btn-active) i, .btn.btn-light-youtube:hover:not(.btn-active) i, .btn.btn-light-youtube:active:not(.btn-active) i, .btn.btn-light-youtube.active i, .btn.btn-light-youtube.show i, .show > .btn.btn-light-youtube i {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-light-youtube .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-youtube .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-youtube:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-youtube:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-youtube:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-youtube.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-youtube.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-light-youtube .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn-check:checked + .btn.btn-light-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-youtube:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-youtube:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-youtube:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-youtube.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-youtube.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-light-youtube .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-light-youtube.dropdown-toggle:after, .btn-check:active + .btn.btn-light-youtube.dropdown-toggle:after, .btn.btn-light-youtube:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-youtube:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-youtube:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-youtube.active.dropdown-toggle:after, .btn.btn-light-youtube.show.dropdown-toggle:after, .show > .btn.btn-light-youtube.dropdown-toggle:after {
  color: #ffffff;
}

.btn.btn-linkedin {
  color: #ffffff;
  border-color: #0077b5;
  background-color: #0077b5;
}
.btn.btn-linkedin i {
  color: #ffffff;
}
.btn.btn-linkedin .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn.btn-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-linkedin.dropdown-toggle:after {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-linkedin, .btn-check:active + .btn.btn-linkedin, .btn.btn-linkedin:focus:not(.btn-active), .btn.btn-linkedin:hover:not(.btn-active), .btn.btn-linkedin:active:not(.btn-active), .btn.btn-linkedin.active, .btn.btn-linkedin.show, .show > .btn.btn-linkedin {
  border-color: #005e8f;
  background-color: #005e8f;
}

.btn.btn-light-linkedin {
  color: #0077b5;
  border-color: rgba(0, 119, 181, 0.1);
  background-color: rgba(0, 119, 181, 0.1);
}
.btn.btn-light-linkedin i {
  color: #0077b5;
}
.btn.btn-light-linkedin .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #0077b5;
}
.btn.btn-light-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-light-linkedin.dropdown-toggle:after {
  color: #0077b5;
}
.btn-check:checked + .btn.btn-light-linkedin, .btn-check:active + .btn.btn-light-linkedin, .btn.btn-light-linkedin:focus:not(.btn-active), .btn.btn-light-linkedin:hover:not(.btn-active), .btn.btn-light-linkedin:active:not(.btn-active), .btn.btn-light-linkedin.active, .btn.btn-light-linkedin.show, .show > .btn.btn-light-linkedin {
  color: #ffffff;
  border-color: #0077b5;
  background-color: #0077b5;
}
.btn-check:checked + .btn.btn-light-linkedin i, .btn-check:active + .btn.btn-light-linkedin i, .btn.btn-light-linkedin:focus:not(.btn-active) i, .btn.btn-light-linkedin:hover:not(.btn-active) i, .btn.btn-light-linkedin:active:not(.btn-active) i, .btn.btn-light-linkedin.active i, .btn.btn-light-linkedin.show i, .show > .btn.btn-light-linkedin i {
  color: #ffffff;
}
.btn-check:checked + .btn.btn-light-linkedin .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-linkedin .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-linkedin:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-linkedin:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-linkedin:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-linkedin.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-light-linkedin.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-light-linkedin .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.btn-check:checked + .btn.btn-light-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-light-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-linkedin:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-linkedin:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-linkedin:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-linkedin.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-light-linkedin.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-light-linkedin .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-light-linkedin.dropdown-toggle:after, .btn-check:active + .btn.btn-light-linkedin.dropdown-toggle:after, .btn.btn-light-linkedin:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-light-linkedin:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-light-linkedin:active:not(.btn-active).dropdown-toggle:after, .btn.btn-light-linkedin.active.dropdown-toggle:after, .btn.btn-light-linkedin.show.dropdown-toggle:after, .show > .btn.btn-light-linkedin.dropdown-toggle:after {
  color: #ffffff;
}

.btn.btn-outline-dashed.btn-outline-default {
  border-width: 1px;
  border-style: dashed;
  color: #7E8299;
  border-color: #E4E6EF;
  background-color: rgba(245, 248, 250, 0.6);
}
.btn.btn-outline-dashed.btn-outline-default i {
  color: #7E8299;
}
.btn.btn-outline-dashed.btn-outline-default .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.btn.btn-outline-dashed.btn-outline-default .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn.btn-outline-dashed.btn-outline-default.dropdown-toggle:after {
  color: #7E8299;
}
.btn-check:checked + .btn.btn-outline-dashed.btn-outline-default, .btn-check:active + .btn.btn-outline-dashed.btn-outline-default, .btn.btn-outline-dashed.btn-outline-default:focus:not(.btn-active), .btn.btn-outline-dashed.btn-outline-default:hover:not(.btn-active), .btn.btn-outline-dashed.btn-outline-default:active:not(.btn-active), .btn.btn-outline-dashed.btn-outline-default.active, .btn.btn-outline-dashed.btn-outline-default.show, .show > .btn.btn-outline-dashed.btn-outline-default {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
  background-color: #ECF8FF;
}
.btn-check:checked + .btn.btn-outline-dashed.btn-outline-default i, .btn-check:active + .btn.btn-outline-dashed.btn-outline-default i, .btn.btn-outline-dashed.btn-outline-default:focus:not(.btn-active) i, .btn.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) i, .btn.btn-outline-dashed.btn-outline-default:active:not(.btn-active) i, .btn.btn-outline-dashed.btn-outline-default.active i, .btn.btn-outline-dashed.btn-outline-default.show i, .show > .btn.btn-outline-dashed.btn-outline-default i {
  color: var(--bs-primary);
}
.btn-check:checked + .btn.btn-outline-dashed.btn-outline-default .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-outline-dashed.btn-outline-default .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-outline-dashed.btn-outline-default:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-outline-dashed.btn-outline-default:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-outline-dashed.btn-outline-default.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-outline-dashed.btn-outline-default.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-outline-dashed.btn-outline-default .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.btn-check:checked + .btn.btn-outline-dashed.btn-outline-default .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-outline-dashed.btn-outline-default .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-outline-dashed.btn-outline-default:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-outline-dashed.btn-outline-default:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-outline-dashed.btn-outline-default.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-outline-dashed.btn-outline-default.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-outline-dashed.btn-outline-default .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.btn-check:checked + .btn.btn-outline-dashed.btn-outline-default.dropdown-toggle:after, .btn-check:active + .btn.btn-outline-dashed.btn-outline-default.dropdown-toggle:after, .btn.btn-outline-dashed.btn-outline-default:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-outline-dashed.btn-outline-default:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-outline-dashed.btn-outline-default:active:not(.btn-active).dropdown-toggle:after, .btn.btn-outline-dashed.btn-outline-default.active.dropdown-toggle:after, .btn.btn-outline-dashed.btn-outline-default.show.dropdown-toggle:after, .show > .btn.btn-outline-dashed.btn-outline-default.dropdown-toggle:after {
  color: var(--bs-primary);
}

code:not([class*=language-]) {
  font-weight: 400;
  color: #b93993;
  line-height: inherit;
  font-size: inherit;
  background-color: #F5F8FA;
  padding: 1px 0.4rem;
  margin: 0 0.5rem;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
  border-radius: 0.3rem;
}

.form-control {
  box-shadow: none !important;
}
.dropdown.show > .form-control {
  color: #181C32;
  background-color: #ffffff;
  border-color: #B5B5C3;
}
.form-control[readonly] {
  background-color: #ffffff;
}
.form-control.form-control-solid {
  background-color: #F5F8FA;
  border-color: #F5F8FA;
  color: #5E6278;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.form-control.form-control-solid::placeholder {
  color: #A1A5B7;
}
.form-control.form-control-solid::-moz-placeholder {
  color: #A1A5B7;
  opacity: 1;
}
.dropdown.show > .form-control.form-control-solid, .form-control.form-control-solid:active, .form-control.form-control-solid.active, .form-control.form-control-solid:focus, .form-control.form-control-solid.focus {
  background-color: #eef3f7;
  border-color: #eef3f7;
  color: #5E6278;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.form-control.form-control-white {
  background-color: #ffffff;
  border-color: #ffffff;
}
.dropdown.show > .form-control.form-control-white, .form-control.form-control-white:active, .form-control.form-control-white.active, .form-control.form-control-white:focus, .form-control.form-control-white.focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.form-control.form-control-flush {
  border: 0;
  background-color: transparent;
  outline: none !important;
  box-shadow: none;
  border-radius: 0;
}

.placeholder-gray-500::placeholder {
  color: #A1A5B7;
}
.placeholder-gray-500::-moz-placeholder {
  color: #A1A5B7;
  opacity: 1;
}

.placeholder-white::placeholder {
  color: #ffffff;
}
.placeholder-white::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.resize-none {
  resize: none;
}

.form-select {
  box-shadow: none !important;
}
.form-select.form-select-solid {
  background-color: #F5F8FA;
  border-color: #F5F8FA;
  color: #5E6278;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.form-select.form-select-solid::placeholder {
  color: #A1A5B7;
}
.form-select.form-select-solid::-moz-placeholder {
  color: #A1A5B7;
  opacity: 1;
}
.dropdown.show > .form-select.form-select-solid, .form-select.form-select-solid:active, .form-select.form-select-solid.active, .form-select.form-select-solid:focus, .form-select.form-select-solid.focus {
  background-color: #eef3f7;
  border-color: #eef3f7 !important;
  color: #5E6278;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.form-select.form-select-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #181C32;
}
.form-select.form-select-white::placeholder {
  color: #A1A5B7;
}
.form-select.form-select-white::-moz-placeholder {
  color: #A1A5B7;
  opacity: 1;
}
.dropdown.show > .form-select.form-select-white, .form-select.form-select-white:active, .form-select.form-select-white.active, .form-select.form-select-white:focus, .form-select.form-select-white.focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #181C32;
}

.form-check .form-check-label {
  cursor: pointer;
}
.form-check .form-check-input {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-check.form-check-custom {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
}
.form-check.form-check-custom .form-check-input {
  margin: 0;
  float: none;
  flex-shrink: 0;
}
.form-check.form-check-custom .form-check-label {
  margin-left: 0.55rem;
}
.form-check:not(.form-switch) .form-check-input[type=checkbox] {
  background-size: 60% 60%;
}
.form-check.form-check-solid .form-check-input {
  border: 0;
  background-color: #EFF2F5;
}
.form-check.form-check-solid .form-check-input:active, .form-check.form-check-solid .form-check-input:focus {
  filter: none;
  background-color: #EFF2F5;
}
.form-check.form-check-solid .form-check-input:checked {
  background-color: var(--bs-primary);
}
.form-check.form-check-solid .form-check-input[type=radio], .form-check.form-check-solid .form-check-input[type=radio]:active, .form-check.form-check-solid .form-check-input[type=radio]:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check.form-check-success .form-check-input:checked {
  background-color: var(--bs-success);
}
.form-check.form-check-danger .form-check-input:checked {
  background-color: var(--bs-danger);
}
.form-check.form-check-warning .form-check-input:checked {
  background-color: var(--bs-warning);
}

.form-check.form-check-custom.form-check-sm .form-check-input {
  height: 1.5rem;
  width: 1.5rem;
}
.form-check.form-check-custom.form-check-lg .form-check-input {
  height: 2.25rem;
  width: 2.25rem;
}

.form-switch.form-check-solid .form-check-input {
  height: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-switch.form-check-solid .form-check-input:active, .form-switch.form-check-solid .form-check-input:checked, .form-switch.form-check-solid .form-check-input:focus {
  filter: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-switch.form-check-solid.form-switch-sm .form-check-input {
  height: 1.5rem;
  width: 2.5rem;
}
.form-switch.form-check-solid.form-switch-lg .form-check-input {
  height: 2.75rem;
  width: 3.75rem;
}

.input-group.input-group-solid {
  background-color: #F5F8FA;
  border-color: #F5F8FA;
  border-radius: 0.475rem;
}
.input-group.input-group-solid.input-group-sm {
  border-radius: 0.475rem;
}
.input-group.input-group-solid.input-group-lg {
  border-radius: 0.475rem;
}
.input-group.input-group-solid .input-group-text {
  background-color: transparent;
  border-color: transparent;
}
.input-group.input-group-solid .form-control {
  background-color: transparent;
  border-color: transparent;
}

label.required:after {
  content: "*";
  position: relative;
  font-size: inherit;
  color: var(--bs-danger);
  padding-left: 0.25rem;
  font-weight: bold;
}

.modal .modal-header {
  align-items: center;
  justify-content: space-between;
}
.modal .modal-header h1, .modal .modal-header .h1, .modal .modal-header h2, .modal .modal-header .h2, .modal .modal-header h3, .modal .modal-header .h3, .modal .modal-header h4, .modal .modal-header .h4, .modal .modal-header h5, .modal .modal-header .h5, .modal .modal-header h6, .modal .modal-header .h6 {
  margin-bottom: 0;
}
.modal .modal-dialog {
  outline: none !important;
}

.modal.modal-sticky.modal-sticky-bottom-end {
  padding: 0 !important;
  max-width: 500px;
  height: auto;
  position: fixed;
  left: auto;
  top: auto;
  bottom: 25px;
  right: 25px;
  margin: 0;
  box-shadow: 0px 0px 60px -15px rgba(0, 0, 0, 0.2);
  border-radius: 0.475rem;
}
.modal.modal-sticky.modal-sticky-bottom-end .modal-dialog {
  position: static;
  max-width: 500px;
  width: auto;
  margin: 0;
  border-radius: 0.475rem;
}
.modal.modal-sticky.modal-sticky-bottom-end .modal-dialog .modal-content {
  border: 0;
  border-radius: 0.475rem;
}
.modal.modal-sticky.modal-sticky-bottom-end.modal-sticky-lg {
  max-width: 600px;
}
.modal.modal-sticky.modal-sticky-bottom-end.modal-sticky-lg .modal-dialog {
  max-width: 600px;
}
@media (max-width: 767.98px) {
  .modal.modal-sticky.modal-sticky-bottom-end {
    bottom: 10px;
    right: 10px;
    left: 10px;
    width: auto;
  }
}

.progress-vertical {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.progress-vertical .progress {
  height: 100%;
  border-radius: 0.475rem;
  display: flex;
  align-items: flex-end;
  margin-right: 1rem;
}
.progress-vertical .progress:last-child {
  margin-right: 0;
}
.progress-vertical .progress .progress-bar {
  width: 8px;
  border-radius: 0.475rem;
}
.table.table-rounded {
  border-radius: 0.475rem;
  border-spacing: 0;
  border-collapse: separate;
}
.table.table-flush tr, .table.table-flush th, .table.table-flush td {
  padding: inherit;
}
.table.table-row-bordered tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EFF2F5;
}
.table.table-row-bordered tfoot th, .table.table-row-bordered tfoot td {
  border-top-width: 1px !important;
}
.table.table-row-dashed tr {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #EFF2F5;
}
.table.table-row-dashed tfoot th, .table.table-row-dashed tfoot td {
  border-top-width: 1px !important;
}
.table.table-row-gray-100 tr {
  border-bottom-color: #F5F8FA;
}
.table.table-row-gray-200 tr {
  border-bottom-color: #EFF2F5;
}
.table.table-row-gray-300 tr {
  border-bottom-color: #E4E6EF;
}
.table.table-row-gray-400 tr {
  border-bottom-color: #B5B5C3;
}
.table.table-row-gray-500 tr {
  border-bottom-color: #A1A5B7;
}
.table.table-row-gray-600 tr {
  border-bottom-color: #7E8299;
}
.table.table-row-gray-700 tr {
  border-bottom-color: #5E6278;
}
.table.table-row-gray-800 tr {
  border-bottom-color: #3F4254;
}
.table.table-row-gray-900 tr {
  border-bottom-color: #181C32;
}

.table.g-0 th, .table.g-0 td {
  padding: 0;
}

.table.gy-0 th, .table.gy-0 td {
  padding-top: 0;
  padding-bottom: 0;
}

.table.gx-0 th, .table.gx-0 td {
  padding-left: 0;
  padding-right: 0;
}

.table.gs-0 th:first-child, .table.gs-0 td:first-child {
  padding-left: 0;
}
.table.gs-0 th:last-child, .table.gs-0 td:last-child {
  padding-right: 0;
}

.table.g-1 th, .table.g-1 td {
  padding: 0.25rem;
}

.table.gy-1 th, .table.gy-1 td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.table.gx-1 th, .table.gx-1 td {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.table.gs-1 th:first-child, .table.gs-1 td:first-child {
  padding-left: 0.25rem;
}
.table.gs-1 th:last-child, .table.gs-1 td:last-child {
  padding-right: 0.25rem;
}

.table.g-2 th, .table.g-2 td {
  padding: 0.5rem;
}

.table.gy-2 th, .table.gy-2 td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.table.gx-2 th, .table.gx-2 td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.table.gs-2 th:first-child, .table.gs-2 td:first-child {
  padding-left: 0.5rem;
}
.table.gs-2 th:last-child, .table.gs-2 td:last-child {
  padding-right: 0.5rem;
}

.table.g-3 th, .table.g-3 td {
  padding: 0.75rem;
}

.table.gy-3 th, .table.gy-3 td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.table.gx-3 th, .table.gx-3 td {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.table.gs-3 th:first-child, .table.gs-3 td:first-child {
  padding-left: 0.75rem;
}
.table.gs-3 th:last-child, .table.gs-3 td:last-child {
  padding-right: 0.75rem;
}

.table.g-4 th, .table.g-4 td {
  padding: 1rem;
}

.table.gy-4 th, .table.gy-4 td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.table.gx-4 th, .table.gx-4 td {
  padding-left: 1rem;
  padding-right: 1rem;
}

.table.gs-4 th:first-child, .table.gs-4 td:first-child {
  padding-left: 1rem;
}
.table.gs-4 th:last-child, .table.gs-4 td:last-child {
  padding-right: 1rem;
}

.table.g-5 th, .table.g-5 td {
  padding: 1.25rem;
}

.table.gy-5 th, .table.gy-5 td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.table.gx-5 th, .table.gx-5 td {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.table.gs-5 th:first-child, .table.gs-5 td:first-child {
  padding-left: 1.25rem;
}
.table.gs-5 th:last-child, .table.gs-5 td:last-child {
  padding-right: 1.25rem;
}

.table.g-6 th, .table.g-6 td {
  padding: 1.5rem;
}

.table.gy-6 th, .table.gy-6 td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.table.gx-6 th, .table.gx-6 td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.table.gs-6 th:first-child, .table.gs-6 td:first-child {
  padding-left: 1.5rem;
}
.table.gs-6 th:last-child, .table.gs-6 td:last-child {
  padding-right: 1.5rem;
}

.table.g-7 th, .table.g-7 td {
  padding: 1.75rem;
}

.table.gy-7 th, .table.gy-7 td {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.table.gx-7 th, .table.gx-7 td {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.table.gs-7 th:first-child, .table.gs-7 td:first-child {
  padding-left: 1.75rem;
}
.table.gs-7 th:last-child, .table.gs-7 td:last-child {
  padding-right: 1.75rem;
}

.table.g-8 th, .table.g-8 td {
  padding: 2rem;
}

.table.gy-8 th, .table.gy-8 td {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.table.gx-8 th, .table.gx-8 td {
  padding-left: 2rem;
  padding-right: 2rem;
}

.table.gs-8 th:first-child, .table.gs-8 td:first-child {
  padding-left: 2rem;
}
.table.gs-8 th:last-child, .table.gs-8 td:last-child {
  padding-right: 2rem;
}

.table.g-9 th, .table.g-9 td {
  padding: 2.25rem;
}

.table.gy-9 th, .table.gy-9 td {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.table.gx-9 th, .table.gx-9 td {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.table.gs-9 th:first-child, .table.gs-9 td:first-child {
  padding-left: 2.25rem;
}
.table.gs-9 th:last-child, .table.gs-9 td:last-child {
  padding-right: 2.25rem;
}

.table.g-10 th, .table.g-10 td {
  padding: 2.5rem;
}

.table.gy-10 th, .table.gy-10 td {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.table.gx-10 th, .table.gx-10 td {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.table.gs-10 th:first-child, .table.gs-10 td:first-child {
  padding-left: 2.5rem;
}
.table.gs-10 th:last-child, .table.gs-10 td:last-child {
  padding-right: 2.5rem;
}

@media (min-width: 576px) {
  .table.g-sm-0 th, .table.g-sm-0 td {
    padding: 0;
  }

  .table.gy-sm-0 th, .table.gy-sm-0 td {
    padding-top: 0;
    padding-bottom: 0;
  }

  .table.gx-sm-0 th, .table.gx-sm-0 td {
    padding-left: 0;
    padding-right: 0;
  }

  .table.gs-sm-0 th:first-child, .table.gs-sm-0 td:first-child {
    padding-left: 0;
  }
  .table.gs-sm-0 th:last-child, .table.gs-sm-0 td:last-child {
    padding-right: 0;
  }

  .table.g-sm-1 th, .table.g-sm-1 td {
    padding: 0.25rem;
  }

  .table.gy-sm-1 th, .table.gy-sm-1 td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .table.gx-sm-1 th, .table.gx-sm-1 td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .table.gs-sm-1 th:first-child, .table.gs-sm-1 td:first-child {
    padding-left: 0.25rem;
  }
  .table.gs-sm-1 th:last-child, .table.gs-sm-1 td:last-child {
    padding-right: 0.25rem;
  }

  .table.g-sm-2 th, .table.g-sm-2 td {
    padding: 0.5rem;
  }

  .table.gy-sm-2 th, .table.gy-sm-2 td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .table.gx-sm-2 th, .table.gx-sm-2 td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .table.gs-sm-2 th:first-child, .table.gs-sm-2 td:first-child {
    padding-left: 0.5rem;
  }
  .table.gs-sm-2 th:last-child, .table.gs-sm-2 td:last-child {
    padding-right: 0.5rem;
  }

  .table.g-sm-3 th, .table.g-sm-3 td {
    padding: 0.75rem;
  }

  .table.gy-sm-3 th, .table.gy-sm-3 td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .table.gx-sm-3 th, .table.gx-sm-3 td {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .table.gs-sm-3 th:first-child, .table.gs-sm-3 td:first-child {
    padding-left: 0.75rem;
  }
  .table.gs-sm-3 th:last-child, .table.gs-sm-3 td:last-child {
    padding-right: 0.75rem;
  }

  .table.g-sm-4 th, .table.g-sm-4 td {
    padding: 1rem;
  }

  .table.gy-sm-4 th, .table.gy-sm-4 td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .table.gx-sm-4 th, .table.gx-sm-4 td {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table.gs-sm-4 th:first-child, .table.gs-sm-4 td:first-child {
    padding-left: 1rem;
  }
  .table.gs-sm-4 th:last-child, .table.gs-sm-4 td:last-child {
    padding-right: 1rem;
  }

  .table.g-sm-5 th, .table.g-sm-5 td {
    padding: 1.25rem;
  }

  .table.gy-sm-5 th, .table.gy-sm-5 td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .table.gx-sm-5 th, .table.gx-sm-5 td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .table.gs-sm-5 th:first-child, .table.gs-sm-5 td:first-child {
    padding-left: 1.25rem;
  }
  .table.gs-sm-5 th:last-child, .table.gs-sm-5 td:last-child {
    padding-right: 1.25rem;
  }

  .table.g-sm-6 th, .table.g-sm-6 td {
    padding: 1.5rem;
  }

  .table.gy-sm-6 th, .table.gy-sm-6 td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .table.gx-sm-6 th, .table.gx-sm-6 td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .table.gs-sm-6 th:first-child, .table.gs-sm-6 td:first-child {
    padding-left: 1.5rem;
  }
  .table.gs-sm-6 th:last-child, .table.gs-sm-6 td:last-child {
    padding-right: 1.5rem;
  }

  .table.g-sm-7 th, .table.g-sm-7 td {
    padding: 1.75rem;
  }

  .table.gy-sm-7 th, .table.gy-sm-7 td {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .table.gx-sm-7 th, .table.gx-sm-7 td {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .table.gs-sm-7 th:first-child, .table.gs-sm-7 td:first-child {
    padding-left: 1.75rem;
  }
  .table.gs-sm-7 th:last-child, .table.gs-sm-7 td:last-child {
    padding-right: 1.75rem;
  }

  .table.g-sm-8 th, .table.g-sm-8 td {
    padding: 2rem;
  }

  .table.gy-sm-8 th, .table.gy-sm-8 td {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .table.gx-sm-8 th, .table.gx-sm-8 td {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .table.gs-sm-8 th:first-child, .table.gs-sm-8 td:first-child {
    padding-left: 2rem;
  }
  .table.gs-sm-8 th:last-child, .table.gs-sm-8 td:last-child {
    padding-right: 2rem;
  }

  .table.g-sm-9 th, .table.g-sm-9 td {
    padding: 2.25rem;
  }

  .table.gy-sm-9 th, .table.gy-sm-9 td {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .table.gx-sm-9 th, .table.gx-sm-9 td {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .table.gs-sm-9 th:first-child, .table.gs-sm-9 td:first-child {
    padding-left: 2.25rem;
  }
  .table.gs-sm-9 th:last-child, .table.gs-sm-9 td:last-child {
    padding-right: 2.25rem;
  }

  .table.g-sm-10 th, .table.g-sm-10 td {
    padding: 2.5rem;
  }

  .table.gy-sm-10 th, .table.gy-sm-10 td {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .table.gx-sm-10 th, .table.gx-sm-10 td {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .table.gs-sm-10 th:first-child, .table.gs-sm-10 td:first-child {
    padding-left: 2.5rem;
  }
  .table.gs-sm-10 th:last-child, .table.gs-sm-10 td:last-child {
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px) {
  .table.g-md-0 th, .table.g-md-0 td {
    padding: 0;
  }

  .table.gy-md-0 th, .table.gy-md-0 td {
    padding-top: 0;
    padding-bottom: 0;
  }

  .table.gx-md-0 th, .table.gx-md-0 td {
    padding-left: 0;
    padding-right: 0;
  }

  .table.gs-md-0 th:first-child, .table.gs-md-0 td:first-child {
    padding-left: 0;
  }
  .table.gs-md-0 th:last-child, .table.gs-md-0 td:last-child {
    padding-right: 0;
  }

  .table.g-md-1 th, .table.g-md-1 td {
    padding: 0.25rem;
  }

  .table.gy-md-1 th, .table.gy-md-1 td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .table.gx-md-1 th, .table.gx-md-1 td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .table.gs-md-1 th:first-child, .table.gs-md-1 td:first-child {
    padding-left: 0.25rem;
  }
  .table.gs-md-1 th:last-child, .table.gs-md-1 td:last-child {
    padding-right: 0.25rem;
  }

  .table.g-md-2 th, .table.g-md-2 td {
    padding: 0.5rem;
  }

  .table.gy-md-2 th, .table.gy-md-2 td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .table.gx-md-2 th, .table.gx-md-2 td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .table.gs-md-2 th:first-child, .table.gs-md-2 td:first-child {
    padding-left: 0.5rem;
  }
  .table.gs-md-2 th:last-child, .table.gs-md-2 td:last-child {
    padding-right: 0.5rem;
  }

  .table.g-md-3 th, .table.g-md-3 td {
    padding: 0.75rem;
  }

  .table.gy-md-3 th, .table.gy-md-3 td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .table.gx-md-3 th, .table.gx-md-3 td {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .table.gs-md-3 th:first-child, .table.gs-md-3 td:first-child {
    padding-left: 0.75rem;
  }
  .table.gs-md-3 th:last-child, .table.gs-md-3 td:last-child {
    padding-right: 0.75rem;
  }

  .table.g-md-4 th, .table.g-md-4 td {
    padding: 1rem;
  }

  .table.gy-md-4 th, .table.gy-md-4 td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .table.gx-md-4 th, .table.gx-md-4 td {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table.gs-md-4 th:first-child, .table.gs-md-4 td:first-child {
    padding-left: 1rem;
  }
  .table.gs-md-4 th:last-child, .table.gs-md-4 td:last-child {
    padding-right: 1rem;
  }

  .table.g-md-5 th, .table.g-md-5 td {
    padding: 1.25rem;
  }

  .table.gy-md-5 th, .table.gy-md-5 td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .table.gx-md-5 th, .table.gx-md-5 td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .table.gs-md-5 th:first-child, .table.gs-md-5 td:first-child {
    padding-left: 1.25rem;
  }
  .table.gs-md-5 th:last-child, .table.gs-md-5 td:last-child {
    padding-right: 1.25rem;
  }

  .table.g-md-6 th, .table.g-md-6 td {
    padding: 1.5rem;
  }

  .table.gy-md-6 th, .table.gy-md-6 td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .table.gx-md-6 th, .table.gx-md-6 td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .table.gs-md-6 th:first-child, .table.gs-md-6 td:first-child {
    padding-left: 1.5rem;
  }
  .table.gs-md-6 th:last-child, .table.gs-md-6 td:last-child {
    padding-right: 1.5rem;
  }

  .table.g-md-7 th, .table.g-md-7 td {
    padding: 1.75rem;
  }

  .table.gy-md-7 th, .table.gy-md-7 td {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .table.gx-md-7 th, .table.gx-md-7 td {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .table.gs-md-7 th:first-child, .table.gs-md-7 td:first-child {
    padding-left: 1.75rem;
  }
  .table.gs-md-7 th:last-child, .table.gs-md-7 td:last-child {
    padding-right: 1.75rem;
  }

  .table.g-md-8 th, .table.g-md-8 td {
    padding: 2rem;
  }

  .table.gy-md-8 th, .table.gy-md-8 td {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .table.gx-md-8 th, .table.gx-md-8 td {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .table.gs-md-8 th:first-child, .table.gs-md-8 td:first-child {
    padding-left: 2rem;
  }
  .table.gs-md-8 th:last-child, .table.gs-md-8 td:last-child {
    padding-right: 2rem;
  }

  .table.g-md-9 th, .table.g-md-9 td {
    padding: 2.25rem;
  }

  .table.gy-md-9 th, .table.gy-md-9 td {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .table.gx-md-9 th, .table.gx-md-9 td {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .table.gs-md-9 th:first-child, .table.gs-md-9 td:first-child {
    padding-left: 2.25rem;
  }
  .table.gs-md-9 th:last-child, .table.gs-md-9 td:last-child {
    padding-right: 2.25rem;
  }

  .table.g-md-10 th, .table.g-md-10 td {
    padding: 2.5rem;
  }

  .table.gy-md-10 th, .table.gy-md-10 td {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .table.gx-md-10 th, .table.gx-md-10 td {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .table.gs-md-10 th:first-child, .table.gs-md-10 td:first-child {
    padding-left: 2.5rem;
  }
  .table.gs-md-10 th:last-child, .table.gs-md-10 td:last-child {
    padding-right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .table.g-lg-0 th, .table.g-lg-0 td {
    padding: 0;
  }

  .table.gy-lg-0 th, .table.gy-lg-0 td {
    padding-top: 0;
    padding-bottom: 0;
  }

  .table.gx-lg-0 th, .table.gx-lg-0 td {
    padding-left: 0;
    padding-right: 0;
  }

  .table.gs-lg-0 th:first-child, .table.gs-lg-0 td:first-child {
    padding-left: 0;
  }
  .table.gs-lg-0 th:last-child, .table.gs-lg-0 td:last-child {
    padding-right: 0;
  }

  .table.g-lg-1 th, .table.g-lg-1 td {
    padding: 0.25rem;
  }

  .table.gy-lg-1 th, .table.gy-lg-1 td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .table.gx-lg-1 th, .table.gx-lg-1 td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .table.gs-lg-1 th:first-child, .table.gs-lg-1 td:first-child {
    padding-left: 0.25rem;
  }
  .table.gs-lg-1 th:last-child, .table.gs-lg-1 td:last-child {
    padding-right: 0.25rem;
  }

  .table.g-lg-2 th, .table.g-lg-2 td {
    padding: 0.5rem;
  }

  .table.gy-lg-2 th, .table.gy-lg-2 td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .table.gx-lg-2 th, .table.gx-lg-2 td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .table.gs-lg-2 th:first-child, .table.gs-lg-2 td:first-child {
    padding-left: 0.5rem;
  }
  .table.gs-lg-2 th:last-child, .table.gs-lg-2 td:last-child {
    padding-right: 0.5rem;
  }

  .table.g-lg-3 th, .table.g-lg-3 td {
    padding: 0.75rem;
  }

  .table.gy-lg-3 th, .table.gy-lg-3 td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .table.gx-lg-3 th, .table.gx-lg-3 td {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .table.gs-lg-3 th:first-child, .table.gs-lg-3 td:first-child {
    padding-left: 0.75rem;
  }
  .table.gs-lg-3 th:last-child, .table.gs-lg-3 td:last-child {
    padding-right: 0.75rem;
  }

  .table.g-lg-4 th, .table.g-lg-4 td {
    padding: 1rem;
  }

  .table.gy-lg-4 th, .table.gy-lg-4 td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .table.gx-lg-4 th, .table.gx-lg-4 td {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table.gs-lg-4 th:first-child, .table.gs-lg-4 td:first-child {
    padding-left: 1rem;
  }
  .table.gs-lg-4 th:last-child, .table.gs-lg-4 td:last-child {
    padding-right: 1rem;
  }

  .table.g-lg-5 th, .table.g-lg-5 td {
    padding: 1.25rem;
  }

  .table.gy-lg-5 th, .table.gy-lg-5 td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .table.gx-lg-5 th, .table.gx-lg-5 td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .table.gs-lg-5 th:first-child, .table.gs-lg-5 td:first-child {
    padding-left: 1.25rem;
  }
  .table.gs-lg-5 th:last-child, .table.gs-lg-5 td:last-child {
    padding-right: 1.25rem;
  }

  .table.g-lg-6 th, .table.g-lg-6 td {
    padding: 1.5rem;
  }

  .table.gy-lg-6 th, .table.gy-lg-6 td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .table.gx-lg-6 th, .table.gx-lg-6 td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .table.gs-lg-6 th:first-child, .table.gs-lg-6 td:first-child {
    padding-left: 1.5rem;
  }
  .table.gs-lg-6 th:last-child, .table.gs-lg-6 td:last-child {
    padding-right: 1.5rem;
  }

  .table.g-lg-7 th, .table.g-lg-7 td {
    padding: 1.75rem;
  }

  .table.gy-lg-7 th, .table.gy-lg-7 td {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .table.gx-lg-7 th, .table.gx-lg-7 td {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .table.gs-lg-7 th:first-child, .table.gs-lg-7 td:first-child {
    padding-left: 1.75rem;
  }
  .table.gs-lg-7 th:last-child, .table.gs-lg-7 td:last-child {
    padding-right: 1.75rem;
  }

  .table.g-lg-8 th, .table.g-lg-8 td {
    padding: 2rem;
  }

  .table.gy-lg-8 th, .table.gy-lg-8 td {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .table.gx-lg-8 th, .table.gx-lg-8 td {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .table.gs-lg-8 th:first-child, .table.gs-lg-8 td:first-child {
    padding-left: 2rem;
  }
  .table.gs-lg-8 th:last-child, .table.gs-lg-8 td:last-child {
    padding-right: 2rem;
  }

  .table.g-lg-9 th, .table.g-lg-9 td {
    padding: 2.25rem;
  }

  .table.gy-lg-9 th, .table.gy-lg-9 td {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .table.gx-lg-9 th, .table.gx-lg-9 td {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .table.gs-lg-9 th:first-child, .table.gs-lg-9 td:first-child {
    padding-left: 2.25rem;
  }
  .table.gs-lg-9 th:last-child, .table.gs-lg-9 td:last-child {
    padding-right: 2.25rem;
  }

  .table.g-lg-10 th, .table.g-lg-10 td {
    padding: 2.5rem;
  }

  .table.gy-lg-10 th, .table.gy-lg-10 td {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .table.gx-lg-10 th, .table.gx-lg-10 td {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .table.gs-lg-10 th:first-child, .table.gs-lg-10 td:first-child {
    padding-left: 2.5rem;
  }
  .table.gs-lg-10 th:last-child, .table.gs-lg-10 td:last-child {
    padding-right: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .table.g-xl-0 th, .table.g-xl-0 td {
    padding: 0;
  }

  .table.gy-xl-0 th, .table.gy-xl-0 td {
    padding-top: 0;
    padding-bottom: 0;
  }

  .table.gx-xl-0 th, .table.gx-xl-0 td {
    padding-left: 0;
    padding-right: 0;
  }

  .table.gs-xl-0 th:first-child, .table.gs-xl-0 td:first-child {
    padding-left: 0;
  }
  .table.gs-xl-0 th:last-child, .table.gs-xl-0 td:last-child {
    padding-right: 0;
  }

  .table.g-xl-1 th, .table.g-xl-1 td {
    padding: 0.25rem;
  }

  .table.gy-xl-1 th, .table.gy-xl-1 td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .table.gx-xl-1 th, .table.gx-xl-1 td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .table.gs-xl-1 th:first-child, .table.gs-xl-1 td:first-child {
    padding-left: 0.25rem;
  }
  .table.gs-xl-1 th:last-child, .table.gs-xl-1 td:last-child {
    padding-right: 0.25rem;
  }

  .table.g-xl-2 th, .table.g-xl-2 td {
    padding: 0.5rem;
  }

  .table.gy-xl-2 th, .table.gy-xl-2 td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .table.gx-xl-2 th, .table.gx-xl-2 td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .table.gs-xl-2 th:first-child, .table.gs-xl-2 td:first-child {
    padding-left: 0.5rem;
  }
  .table.gs-xl-2 th:last-child, .table.gs-xl-2 td:last-child {
    padding-right: 0.5rem;
  }

  .table.g-xl-3 th, .table.g-xl-3 td {
    padding: 0.75rem;
  }

  .table.gy-xl-3 th, .table.gy-xl-3 td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .table.gx-xl-3 th, .table.gx-xl-3 td {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .table.gs-xl-3 th:first-child, .table.gs-xl-3 td:first-child {
    padding-left: 0.75rem;
  }
  .table.gs-xl-3 th:last-child, .table.gs-xl-3 td:last-child {
    padding-right: 0.75rem;
  }

  .table.g-xl-4 th, .table.g-xl-4 td {
    padding: 1rem;
  }

  .table.gy-xl-4 th, .table.gy-xl-4 td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .table.gx-xl-4 th, .table.gx-xl-4 td {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table.gs-xl-4 th:first-child, .table.gs-xl-4 td:first-child {
    padding-left: 1rem;
  }
  .table.gs-xl-4 th:last-child, .table.gs-xl-4 td:last-child {
    padding-right: 1rem;
  }

  .table.g-xl-5 th, .table.g-xl-5 td {
    padding: 1.25rem;
  }

  .table.gy-xl-5 th, .table.gy-xl-5 td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .table.gx-xl-5 th, .table.gx-xl-5 td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .table.gs-xl-5 th:first-child, .table.gs-xl-5 td:first-child {
    padding-left: 1.25rem;
  }
  .table.gs-xl-5 th:last-child, .table.gs-xl-5 td:last-child {
    padding-right: 1.25rem;
  }

  .table.g-xl-6 th, .table.g-xl-6 td {
    padding: 1.5rem;
  }

  .table.gy-xl-6 th, .table.gy-xl-6 td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .table.gx-xl-6 th, .table.gx-xl-6 td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .table.gs-xl-6 th:first-child, .table.gs-xl-6 td:first-child {
    padding-left: 1.5rem;
  }
  .table.gs-xl-6 th:last-child, .table.gs-xl-6 td:last-child {
    padding-right: 1.5rem;
  }

  .table.g-xl-7 th, .table.g-xl-7 td {
    padding: 1.75rem;
  }

  .table.gy-xl-7 th, .table.gy-xl-7 td {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .table.gx-xl-7 th, .table.gx-xl-7 td {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .table.gs-xl-7 th:first-child, .table.gs-xl-7 td:first-child {
    padding-left: 1.75rem;
  }
  .table.gs-xl-7 th:last-child, .table.gs-xl-7 td:last-child {
    padding-right: 1.75rem;
  }

  .table.g-xl-8 th, .table.g-xl-8 td {
    padding: 2rem;
  }

  .table.gy-xl-8 th, .table.gy-xl-8 td {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .table.gx-xl-8 th, .table.gx-xl-8 td {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .table.gs-xl-8 th:first-child, .table.gs-xl-8 td:first-child {
    padding-left: 2rem;
  }
  .table.gs-xl-8 th:last-child, .table.gs-xl-8 td:last-child {
    padding-right: 2rem;
  }

  .table.g-xl-9 th, .table.g-xl-9 td {
    padding: 2.25rem;
  }

  .table.gy-xl-9 th, .table.gy-xl-9 td {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .table.gx-xl-9 th, .table.gx-xl-9 td {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .table.gs-xl-9 th:first-child, .table.gs-xl-9 td:first-child {
    padding-left: 2.25rem;
  }
  .table.gs-xl-9 th:last-child, .table.gs-xl-9 td:last-child {
    padding-right: 2.25rem;
  }

  .table.g-xl-10 th, .table.g-xl-10 td {
    padding: 2.5rem;
  }

  .table.gy-xl-10 th, .table.gy-xl-10 td {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .table.gx-xl-10 th, .table.gx-xl-10 td {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .table.gs-xl-10 th:first-child, .table.gs-xl-10 td:first-child {
    padding-left: 2.5rem;
  }
  .table.gs-xl-10 th:last-child, .table.gs-xl-10 td:last-child {
    padding-right: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .table.g-xxl-0 th, .table.g-xxl-0 td {
    padding: 0;
  }

  .table.gy-xxl-0 th, .table.gy-xxl-0 td {
    padding-top: 0;
    padding-bottom: 0;
  }

  .table.gx-xxl-0 th, .table.gx-xxl-0 td {
    padding-left: 0;
    padding-right: 0;
  }

  .table.gs-xxl-0 th:first-child, .table.gs-xxl-0 td:first-child {
    padding-left: 0;
  }
  .table.gs-xxl-0 th:last-child, .table.gs-xxl-0 td:last-child {
    padding-right: 0;
  }

  .table.g-xxl-1 th, .table.g-xxl-1 td {
    padding: 0.25rem;
  }

  .table.gy-xxl-1 th, .table.gy-xxl-1 td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .table.gx-xxl-1 th, .table.gx-xxl-1 td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .table.gs-xxl-1 th:first-child, .table.gs-xxl-1 td:first-child {
    padding-left: 0.25rem;
  }
  .table.gs-xxl-1 th:last-child, .table.gs-xxl-1 td:last-child {
    padding-right: 0.25rem;
  }

  .table.g-xxl-2 th, .table.g-xxl-2 td {
    padding: 0.5rem;
  }

  .table.gy-xxl-2 th, .table.gy-xxl-2 td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .table.gx-xxl-2 th, .table.gx-xxl-2 td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .table.gs-xxl-2 th:first-child, .table.gs-xxl-2 td:first-child {
    padding-left: 0.5rem;
  }
  .table.gs-xxl-2 th:last-child, .table.gs-xxl-2 td:last-child {
    padding-right: 0.5rem;
  }

  .table.g-xxl-3 th, .table.g-xxl-3 td {
    padding: 0.75rem;
  }

  .table.gy-xxl-3 th, .table.gy-xxl-3 td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .table.gx-xxl-3 th, .table.gx-xxl-3 td {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .table.gs-xxl-3 th:first-child, .table.gs-xxl-3 td:first-child {
    padding-left: 0.75rem;
  }
  .table.gs-xxl-3 th:last-child, .table.gs-xxl-3 td:last-child {
    padding-right: 0.75rem;
  }

  .table.g-xxl-4 th, .table.g-xxl-4 td {
    padding: 1rem;
  }

  .table.gy-xxl-4 th, .table.gy-xxl-4 td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .table.gx-xxl-4 th, .table.gx-xxl-4 td {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table.gs-xxl-4 th:first-child, .table.gs-xxl-4 td:first-child {
    padding-left: 1rem;
  }
  .table.gs-xxl-4 th:last-child, .table.gs-xxl-4 td:last-child {
    padding-right: 1rem;
  }

  .table.g-xxl-5 th, .table.g-xxl-5 td {
    padding: 1.25rem;
  }

  .table.gy-xxl-5 th, .table.gy-xxl-5 td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .table.gx-xxl-5 th, .table.gx-xxl-5 td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .table.gs-xxl-5 th:first-child, .table.gs-xxl-5 td:first-child {
    padding-left: 1.25rem;
  }
  .table.gs-xxl-5 th:last-child, .table.gs-xxl-5 td:last-child {
    padding-right: 1.25rem;
  }

  .table.g-xxl-6 th, .table.g-xxl-6 td {
    padding: 1.5rem;
  }

  .table.gy-xxl-6 th, .table.gy-xxl-6 td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .table.gx-xxl-6 th, .table.gx-xxl-6 td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .table.gs-xxl-6 th:first-child, .table.gs-xxl-6 td:first-child {
    padding-left: 1.5rem;
  }
  .table.gs-xxl-6 th:last-child, .table.gs-xxl-6 td:last-child {
    padding-right: 1.5rem;
  }

  .table.g-xxl-7 th, .table.g-xxl-7 td {
    padding: 1.75rem;
  }

  .table.gy-xxl-7 th, .table.gy-xxl-7 td {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .table.gx-xxl-7 th, .table.gx-xxl-7 td {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .table.gs-xxl-7 th:first-child, .table.gs-xxl-7 td:first-child {
    padding-left: 1.75rem;
  }
  .table.gs-xxl-7 th:last-child, .table.gs-xxl-7 td:last-child {
    padding-right: 1.75rem;
  }

  .table.g-xxl-8 th, .table.g-xxl-8 td {
    padding: 2rem;
  }

  .table.gy-xxl-8 th, .table.gy-xxl-8 td {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .table.gx-xxl-8 th, .table.gx-xxl-8 td {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .table.gs-xxl-8 th:first-child, .table.gs-xxl-8 td:first-child {
    padding-left: 2rem;
  }
  .table.gs-xxl-8 th:last-child, .table.gs-xxl-8 td:last-child {
    padding-right: 2rem;
  }

  .table.g-xxl-9 th, .table.g-xxl-9 td {
    padding: 2.25rem;
  }

  .table.gy-xxl-9 th, .table.gy-xxl-9 td {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .table.gx-xxl-9 th, .table.gx-xxl-9 td {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .table.gs-xxl-9 th:first-child, .table.gs-xxl-9 td:first-child {
    padding-left: 2.25rem;
  }
  .table.gs-xxl-9 th:last-child, .table.gs-xxl-9 td:last-child {
    padding-right: 2.25rem;
  }

  .table.g-xxl-10 th, .table.g-xxl-10 td {
    padding: 2.5rem;
  }

  .table.gy-xxl-10 th, .table.gy-xxl-10 td {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .table.gx-xxl-10 th, .table.gx-xxl-10 td {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .table.gs-xxl-10 th:first-child, .table.gs-xxl-10 td:first-child {
    padding-left: 2.5rem;
  }
  .table.gs-xxl-10 th:last-child, .table.gs-xxl-10 td:last-child {
    padding-right: 2.5rem;
  }
}
.popover {
  /*rtl:raw:
  left: 0 !important;
  right: auto !important;
  */
}
.popover .popover-header {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #F5F8FA;
}
.popover.bs-popover-right {
  margin-right: auto/*rtl:ignore*/;
  margin-left: 0.5rem /*rtl:ignore*/;
}
.popover.bs-popover-right > .arrow {
  right: auto/*rtl:ignore*/;
  left: calc(-0.5rem - 1px) /*rtl:ignore*/;
}
.popover.bs-popover-right > .arrow::before {
  right: auto/*rtl:ignore*/;
  left: 0 /*rtl:ignore*/;
  border-width: 0.5rem 0.5rem 0.5rem 0 /*rtl:ignore*/;
  border-right-color: white /*rtl:ignore*/;
}
.popover.bs-popover-right > .arrow::after {
  right: auto/*rtl:ignore*/;
  left: 1px /*rtl:ignore*/;
  border-width: 0.5rem 0.5rem 0.5rem 0 /*rtl:ignore*/;
  border-right-color: #ffffff /*rtl:ignore*/;
}
.popover.bs-popover-left {
  margin-left: auto/*rtl:ignore*/;
  margin-right: 0.5rem /*rtl:ignore*/;
}
.popover.bs-popover-left > .arrow {
  left: auto/*rtl:ignore*/;
  right: calc(-0.5rem - 1px) /*rtl:ignore*/;
}
.popover.bs-popover-left > .arrow::before {
  left: auto/*rtl:ignore*/;
  right: 0 /*rtl:ignore*/;
  border-width: 0.5rem 0 0.5rem 0.5rem /*rtl:ignore*/;
  border-left-color: white /*rtl:ignore*/;
}
.popover.bs-popover-left > .arrow::after {
  left: auto/*rtl:ignore*/;
  right: 1px /*rtl:ignore*/;
  border-width: 0.5rem 0 0.5rem 0.5rem /*rtl:ignore*/;
  border-left-color: #ffffff /*rtl:ignore*/;
}

.popover-dark {
  background-color: #181C32;
  border: 0;
}
.popover-dark .popover-header {
  background-color: #181C32;
  color: #EFF2F5;
  border-bottom-color: #3F4254;
}
.popover-dark .popover-body {
  color: #B5B5C3;
}
.popover-dark.bs-popover-top > .popover-arrow::before, .popover-dark.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  border-top-color: #F5F8FA;
}
.popover-dark.bs-popover-top > .popover-arrow::after, .popover-dark.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-top-color: #181C32;
}
.popover-dark.bs-popover-end > .popover-arrow::before, .popover-dark.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  border-right-color: #F5F8FA;
}
.popover-dark.bs-popover-end > .popover-arrow::after, .popover-dark.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-right-color: #181C32;
}
.popover-dark.bs-popover-bottom > .popover-arrow::before, .popover-dark.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  border-bottom-color: #F5F8FA;
}
.popover-dark.bs-popover-bottom > .popover-arrow::after, .popover-dark.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-bottom-color: #181C32;
}
.popover-dark.bs-popover-bottom .popover-header::before, .popover-dark.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: #181C32;
}
.popover-dark.bs-popover-start > .popover-arrow::before, .popover-dark.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  border-left-color: #F5F8FA;
}
.popover-dark.bs-popover-start > .popover-arrow::after, .popover-dark.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-left-color: #181C32;
}

.tooltip .tooltip-inner {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.tooltip.tooltop-auto-width .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.tooltip.tooltip-dark .tooltip-inner {
  color: #ffffff;
  background-color: #181C32;
}
.tooltip.tooltip-dark.bs-tooltip-top .tooltip-arrow:before, .tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before {
  border-top-color: #181C32;
}
.tooltip.tooltip-dark.bs-tooltip-right .tooltip-arrow:before {
  border-right-color: #181C32;
}
.tooltip.tooltip-dark.bs-tooltip-bottom .tooltip-arrow:before, .tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before {
  border-bottom-color: #181C32;
}
.tooltip.tooltip-dark.bs-tooltip-left .tooltip-arrow:before {
  border-left-color: #181C32;
}

.accordion .accordion-header {
  cursor: pointer;
}
.accordion.accordion-icon-toggle .accordion-icon {
  display: flex;
  flex-shrink: 0;
  transition: all 0.2s ease;
  transform: rotate(90deg);
  align-items: center;
  justify-content: center;
}
.accordion.accordion-icon-toggle .accordion-icon i {
  color: var(--bs-primary);
}
.accordion.accordion-icon-toggle .accordion-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.accordion.accordion-icon-toggle .accordion-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.accordion.accordion-icon-toggle .collapsed .accordion-icon {
  transition: all 0.2s ease;
  transform: rotate(0);
}
.accordion.accordion-icon-toggle .collapsed .accordion-icon i {
  color: #A1A5B7;
}
.accordion.accordion-icon-toggle .collapsed .accordion-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.accordion.accordion-icon-toggle .collapsed .accordion-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.accordion.accordion-borderless .accordion-item {
  border: 0;
}
.accordion.accordion-flush .accordion-item {
  background-color: transparent;
  border: 0;
  border-radius: none;
  padding-left: 0;
  padding-right: 0;
}

.feedback {
  display: none;
}

.feedback-popup {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: fixed;
  z-index: 1000;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  background-color: #ffffff;
  border-radius: 0.475rem;
  padding: 1rem 1.25rem;
}

.feedback-top-center {
  display: flex;
  transition: top 0.6s ease;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.feedback-top-center.feedback-shown {
  top: 0px;
  transition: top 0.6s ease;
}

.image-input {
  position: relative;
  display: inline-block;
  border-radius: 0.475rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-input:not(.image-input-empty) {
  background-image: none !important;
}
.image-input .image-input-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 0.475rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-input [data-kt-image-input-action=change] {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
}
.image-input [data-kt-image-input-action=change] input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}
.image-input [data-kt-image-input-action=cancel],
.image-input [data-kt-image-input-action=remove] {
  position: absolute;
  right: -10px;
  bottom: -5px;
}
.image-input [data-kt-image-input-action=cancel] {
  display: none;
}
.image-input.image-input-changed [data-kt-image-input-action=cancel] {
  display: flex;
}
.image-input.image-input-changed [data-kt-image-input-action=remove] {
  display: none;
}
.image-input.image-input-empty [data-kt-image-input-action=remove],
.image-input.image-input-empty [data-kt-image-input-action=cancel] {
  display: none;
}
.image-input.image-input-circle {
  border-radius: 50%;
}
.image-input.image-input-circle .image-input-wrapper {
  border-radius: 50%;
}
.image-input.image-input-circle [data-action=change] {
  right: 5px;
  top: 5px;
}
.image-input.image-input-circle [data-action=cancel],
.image-input.image-input-circle [data-action=remove] {
  right: 5px;
  bottom: 5px;
}
.image-input.image-input-outline .image-input-wrapper {
  border: 3px solid #ffffff;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}

.symbol {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.475rem;
}
.symbol .symbol-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #3F4254;
  background-color: #F5F8FA;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.475rem;
}
.symbol .symbol-badge {
  position: absolute;
  border: 2px solid #ffffff;
  border-radius: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
}
.symbol > img {
  width: 100%;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 0.475rem;
}
.symbol.symbol-square,
.symbol.symbol-square > img,
.symbol.symbol-square .symbol-label {
  border-radius: 0 !important;
}
.symbol.symbol-circle,
.symbol.symbol-circle > img,
.symbol.symbol-circle .symbol-label {
  border-radius: 50%;
}
.symbol > img {
  width: 50px;
  height: 50px;
}
.symbol .symbol-label {
  width: 50px;
  height: 50px;
}
.symbol.symbol-fixed .symbol-label {
  width: 50px;
  height: 50px;
}
.symbol.symbol-fixed > img {
  width: 50px;
  height: 50px;
  max-width: auto;
}
.symbol.symbol-2by3 .symbol-label {
  height: 50px;
  width: 75px;
}
.symbol.symbol-2by3 > img {
  height: 50px;
  width: 75px;
  max-width: auto;
}
.symbol.symbol-20px > img {
  width: 20px;
  height: 20px;
}
.symbol.symbol-20px .symbol-label {
  width: 20px;
  height: 20px;
}
.symbol.symbol-20px.symbol-fixed .symbol-label {
  width: 20px;
  height: 20px;
}
.symbol.symbol-20px.symbol-fixed > img {
  width: 20px;
  height: 20px;
  max-width: auto;
}
.symbol.symbol-20px.symbol-2by3 .symbol-label {
  height: 20px;
  width: 30px;
}
.symbol.symbol-20px.symbol-2by3 > img {
  height: 20px;
  width: 30px;
  max-width: auto;
}
.symbol.symbol-25px > img {
  width: 25px;
  height: 25px;
}
.symbol.symbol-25px .symbol-label {
  width: 25px;
  height: 25px;
}
.symbol.symbol-25px.symbol-fixed .symbol-label {
  width: 25px;
  height: 25px;
}
.symbol.symbol-25px.symbol-fixed > img {
  width: 25px;
  height: 25px;
  max-width: auto;
}
.symbol.symbol-25px.symbol-2by3 .symbol-label {
  height: 25px;
  width: 37.5px;
}
.symbol.symbol-25px.symbol-2by3 > img {
  height: 25px;
  width: 37.5px;
  max-width: auto;
}
.symbol.symbol-30px > img {
  width: 30px;
  height: 30px;
}
.symbol.symbol-30px .symbol-label {
  width: 30px;
  height: 30px;
}
.symbol.symbol-30px.symbol-fixed .symbol-label {
  width: 30px;
  height: 30px;
}
.symbol.symbol-30px.symbol-fixed > img {
  width: 30px;
  height: 30px;
  max-width: auto;
}
.symbol.symbol-30px.symbol-2by3 .symbol-label {
  height: 30px;
  width: 45px;
}
.symbol.symbol-30px.symbol-2by3 > img {
  height: 30px;
  width: 45px;
  max-width: auto;
}
.symbol.symbol-35px > img {
  width: 35px;
  height: 35px;
}
.symbol.symbol-35px .symbol-label {
  width: 35px;
  height: 35px;
}
.symbol.symbol-35px.symbol-fixed .symbol-label {
  width: 35px;
  height: 35px;
}
.symbol.symbol-35px.symbol-fixed > img {
  width: 35px;
  height: 35px;
  max-width: auto;
}
.symbol.symbol-35px.symbol-2by3 .symbol-label {
  height: 35px;
  width: 52.5px;
}
.symbol.symbol-35px.symbol-2by3 > img {
  height: 35px;
  width: 52.5px;
  max-width: auto;
}
.symbol.symbol-40px > img {
  width: 40px;
  height: 40px;
}
.symbol.symbol-40px .symbol-label {
  width: 40px;
  height: 40px;
}
.symbol.symbol-40px.symbol-fixed .symbol-label {
  width: 40px;
  height: 40px;
}
.symbol.symbol-40px.symbol-fixed > img {
  width: 40px;
  height: 40px;
  max-width: auto;
}
.symbol.symbol-40px.symbol-2by3 .symbol-label {
  height: 40px;
  width: 60px;
}
.symbol.symbol-40px.symbol-2by3 > img {
  height: 40px;
  width: 60px;
  max-width: auto;
}
.symbol.symbol-45px > img {
  width: 45px;
  height: 45px;
}
.symbol.symbol-45px .symbol-label {
  width: 45px;
  height: 45px;
}
.symbol.symbol-45px.symbol-fixed .symbol-label {
  width: 45px;
  height: 45px;
}
.symbol.symbol-45px.symbol-fixed > img {
  width: 45px;
  height: 45px;
  max-width: auto;
}
.symbol.symbol-45px.symbol-2by3 .symbol-label {
  height: 45px;
  width: 67.5px;
}
.symbol.symbol-45px.symbol-2by3 > img {
  height: 45px;
  width: 67.5px;
  max-width: auto;
}
.symbol.symbol-50px > img {
  width: 50px;
  height: 50px;
}
.symbol.symbol-50px .symbol-label {
  width: 50px;
  height: 50px;
}
.symbol.symbol-50px.symbol-fixed .symbol-label {
  width: 50px;
  height: 50px;
}
.symbol.symbol-50px.symbol-fixed > img {
  width: 50px;
  height: 50px;
  max-width: auto;
}
.symbol.symbol-50px.symbol-2by3 .symbol-label {
  height: 50px;
  width: 75px;
}
.symbol.symbol-50px.symbol-2by3 > img {
  height: 50px;
  width: 75px;
  max-width: auto;
}
.symbol.symbol-55px > img {
  width: 55px;
  height: 55px;
}
.symbol.symbol-55px .symbol-label {
  width: 55px;
  height: 55px;
}
.symbol.symbol-55px.symbol-fixed .symbol-label {
  width: 55px;
  height: 55px;
}
.symbol.symbol-55px.symbol-fixed > img {
  width: 55px;
  height: 55px;
  max-width: auto;
}
.symbol.symbol-55px.symbol-2by3 .symbol-label {
  height: 55px;
  width: 82.5px;
}
.symbol.symbol-55px.symbol-2by3 > img {
  height: 55px;
  width: 82.5px;
  max-width: auto;
}
.symbol.symbol-60px > img {
  width: 60px;
  height: 60px;
}
.symbol.symbol-60px .symbol-label {
  width: 60px;
  height: 60px;
}
.symbol.symbol-60px.symbol-fixed .symbol-label {
  width: 60px;
  height: 60px;
}
.symbol.symbol-60px.symbol-fixed > img {
  width: 60px;
  height: 60px;
  max-width: auto;
}
.symbol.symbol-60px.symbol-2by3 .symbol-label {
  height: 60px;
  width: 90px;
}
.symbol.symbol-60px.symbol-2by3 > img {
  height: 60px;
  width: 90px;
  max-width: auto;
}
.symbol.symbol-65px > img {
  width: 65px;
  height: 65px;
}
.symbol.symbol-65px .symbol-label {
  width: 65px;
  height: 65px;
}
.symbol.symbol-65px.symbol-fixed .symbol-label {
  width: 65px;
  height: 65px;
}
.symbol.symbol-65px.symbol-fixed > img {
  width: 65px;
  height: 65px;
  max-width: auto;
}
.symbol.symbol-65px.symbol-2by3 .symbol-label {
  height: 65px;
  width: 97.5px;
}
.symbol.symbol-65px.symbol-2by3 > img {
  height: 65px;
  width: 97.5px;
  max-width: auto;
}
.symbol.symbol-70px > img {
  width: 70px;
  height: 70px;
}
.symbol.symbol-70px .symbol-label {
  width: 70px;
  height: 70px;
}
.symbol.symbol-70px.symbol-fixed .symbol-label {
  width: 70px;
  height: 70px;
}
.symbol.symbol-70px.symbol-fixed > img {
  width: 70px;
  height: 70px;
  max-width: auto;
}
.symbol.symbol-70px.symbol-2by3 .symbol-label {
  height: 70px;
  width: 105px;
}
.symbol.symbol-70px.symbol-2by3 > img {
  height: 70px;
  width: 105px;
  max-width: auto;
}
.symbol.symbol-75px > img {
  width: 75px;
  height: 75px;
}
.symbol.symbol-75px .symbol-label {
  width: 75px;
  height: 75px;
}
.symbol.symbol-75px.symbol-fixed .symbol-label {
  width: 75px;
  height: 75px;
}
.symbol.symbol-75px.symbol-fixed > img {
  width: 75px;
  height: 75px;
  max-width: auto;
}
.symbol.symbol-75px.symbol-2by3 .symbol-label {
  height: 75px;
  width: 112.5px;
}
.symbol.symbol-75px.symbol-2by3 > img {
  height: 75px;
  width: 112.5px;
  max-width: auto;
}
.symbol.symbol-100px > img {
  width: 100px;
  height: 100px;
}
.symbol.symbol-100px .symbol-label {
  width: 100px;
  height: 100px;
}
.symbol.symbol-100px.symbol-fixed .symbol-label {
  width: 100px;
  height: 100px;
}
.symbol.symbol-100px.symbol-fixed > img {
  width: 100px;
  height: 100px;
  max-width: auto;
}
.symbol.symbol-100px.symbol-2by3 .symbol-label {
  height: 100px;
  width: 150px;
}
.symbol.symbol-100px.symbol-2by3 > img {
  height: 100px;
  width: 150px;
  max-width: auto;
}
.symbol.symbol-125px > img {
  width: 125px;
  height: 125px;
}
.symbol.symbol-125px .symbol-label {
  width: 125px;
  height: 125px;
}
.symbol.symbol-125px.symbol-fixed .symbol-label {
  width: 125px;
  height: 125px;
}
.symbol.symbol-125px.symbol-fixed > img {
  width: 125px;
  height: 125px;
  max-width: auto;
}
.symbol.symbol-125px.symbol-2by3 .symbol-label {
  height: 125px;
  width: 187.5px;
}
.symbol.symbol-125px.symbol-2by3 > img {
  height: 125px;
  width: 187.5px;
  max-width: auto;
}
.symbol.symbol-150px > img {
  width: 150px;
  height: 150px;
}
.symbol.symbol-150px .symbol-label {
  width: 150px;
  height: 150px;
}
.symbol.symbol-150px.symbol-fixed .symbol-label {
  width: 150px;
  height: 150px;
}
.symbol.symbol-150px.symbol-fixed > img {
  width: 150px;
  height: 150px;
  max-width: auto;
}
.symbol.symbol-150px.symbol-2by3 .symbol-label {
  height: 150px;
  width: 225px;
}
.symbol.symbol-150px.symbol-2by3 > img {
  height: 150px;
  width: 225px;
  max-width: auto;
}
.symbol.symbol-160px > img {
  width: 160px;
  height: 160px;
}
.symbol.symbol-160px .symbol-label {
  width: 160px;
  height: 160px;
}
.symbol.symbol-160px.symbol-fixed .symbol-label {
  width: 160px;
  height: 160px;
}
.symbol.symbol-160px.symbol-fixed > img {
  width: 160px;
  height: 160px;
  max-width: auto;
}
.symbol.symbol-160px.symbol-2by3 .symbol-label {
  height: 160px;
  width: 240px;
}
.symbol.symbol-160px.symbol-2by3 > img {
  height: 160px;
  width: 240px;
  max-width: auto;
}
.symbol.symbol-175px > img {
  width: 175px;
  height: 175px;
}
.symbol.symbol-175px .symbol-label {
  width: 175px;
  height: 175px;
}
.symbol.symbol-175px.symbol-fixed .symbol-label {
  width: 175px;
  height: 175px;
}
.symbol.symbol-175px.symbol-fixed > img {
  width: 175px;
  height: 175px;
  max-width: auto;
}
.symbol.symbol-175px.symbol-2by3 .symbol-label {
  height: 175px;
  width: 262.5px;
}
.symbol.symbol-175px.symbol-2by3 > img {
  height: 175px;
  width: 262.5px;
  max-width: auto;
}
.symbol.symbol-200px > img {
  width: 200px;
  height: 200px;
}
.symbol.symbol-200px .symbol-label {
  width: 200px;
  height: 200px;
}
.symbol.symbol-200px.symbol-fixed .symbol-label {
  width: 200px;
  height: 200px;
}
.symbol.symbol-200px.symbol-fixed > img {
  width: 200px;
  height: 200px;
  max-width: auto;
}
.symbol.symbol-200px.symbol-2by3 .symbol-label {
  height: 200px;
  width: 300px;
}
.symbol.symbol-200px.symbol-2by3 > img {
  height: 200px;
  width: 300px;
  max-width: auto;
}
@media (min-width: 576px) {
  .symbol.symbol-sm-20px > img {
    width: 20px;
    height: 20px;
  }
  .symbol.symbol-sm-20px .symbol-label {
    width: 20px;
    height: 20px;
  }
  .symbol.symbol-sm-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
  }
  .symbol.symbol-sm-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: auto;
  }
  .symbol.symbol-sm-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
  }
  .symbol.symbol-sm-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: auto;
  }
  .symbol.symbol-sm-25px > img {
    width: 25px;
    height: 25px;
  }
  .symbol.symbol-sm-25px .symbol-label {
    width: 25px;
    height: 25px;
  }
  .symbol.symbol-sm-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
  }
  .symbol.symbol-sm-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: auto;
  }
  .symbol.symbol-sm-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
  }
  .symbol.symbol-sm-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: auto;
  }
  .symbol.symbol-sm-30px > img {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-sm-30px .symbol-label {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-sm-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-sm-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: auto;
  }
  .symbol.symbol-sm-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
  }
  .symbol.symbol-sm-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: auto;
  }
  .symbol.symbol-sm-35px > img {
    width: 35px;
    height: 35px;
  }
  .symbol.symbol-sm-35px .symbol-label {
    width: 35px;
    height: 35px;
  }
  .symbol.symbol-sm-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
  }
  .symbol.symbol-sm-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: auto;
  }
  .symbol.symbol-sm-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
  }
  .symbol.symbol-sm-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: auto;
  }
  .symbol.symbol-sm-40px > img {
    width: 40px;
    height: 40px;
  }
  .symbol.symbol-sm-40px .symbol-label {
    width: 40px;
    height: 40px;
  }
  .symbol.symbol-sm-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
  }
  .symbol.symbol-sm-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: auto;
  }
  .symbol.symbol-sm-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
  }
  .symbol.symbol-sm-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: auto;
  }
  .symbol.symbol-sm-45px > img {
    width: 45px;
    height: 45px;
  }
  .symbol.symbol-sm-45px .symbol-label {
    width: 45px;
    height: 45px;
  }
  .symbol.symbol-sm-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
  }
  .symbol.symbol-sm-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: auto;
  }
  .symbol.symbol-sm-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
  }
  .symbol.symbol-sm-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: auto;
  }
  .symbol.symbol-sm-50px > img {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-sm-50px .symbol-label {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-sm-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-sm-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: auto;
  }
  .symbol.symbol-sm-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
  }
  .symbol.symbol-sm-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: auto;
  }
  .symbol.symbol-sm-55px > img {
    width: 55px;
    height: 55px;
  }
  .symbol.symbol-sm-55px .symbol-label {
    width: 55px;
    height: 55px;
  }
  .symbol.symbol-sm-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
  }
  .symbol.symbol-sm-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: auto;
  }
  .symbol.symbol-sm-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
  }
  .symbol.symbol-sm-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: auto;
  }
  .symbol.symbol-sm-60px > img {
    width: 60px;
    height: 60px;
  }
  .symbol.symbol-sm-60px .symbol-label {
    width: 60px;
    height: 60px;
  }
  .symbol.symbol-sm-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
  }
  .symbol.symbol-sm-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: auto;
  }
  .symbol.symbol-sm-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
  }
  .symbol.symbol-sm-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: auto;
  }
  .symbol.symbol-sm-65px > img {
    width: 65px;
    height: 65px;
  }
  .symbol.symbol-sm-65px .symbol-label {
    width: 65px;
    height: 65px;
  }
  .symbol.symbol-sm-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
  }
  .symbol.symbol-sm-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: auto;
  }
  .symbol.symbol-sm-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px;
  }
  .symbol.symbol-sm-65px.symbol-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: auto;
  }
  .symbol.symbol-sm-70px > img {
    width: 70px;
    height: 70px;
  }
  .symbol.symbol-sm-70px .symbol-label {
    width: 70px;
    height: 70px;
  }
  .symbol.symbol-sm-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px;
  }
  .symbol.symbol-sm-70px.symbol-fixed > img {
    width: 70px;
    height: 70px;
    max-width: auto;
  }
  .symbol.symbol-sm-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px;
  }
  .symbol.symbol-sm-70px.symbol-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: auto;
  }
  .symbol.symbol-sm-75px > img {
    width: 75px;
    height: 75px;
  }
  .symbol.symbol-sm-75px .symbol-label {
    width: 75px;
    height: 75px;
  }
  .symbol.symbol-sm-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px;
  }
  .symbol.symbol-sm-75px.symbol-fixed > img {
    width: 75px;
    height: 75px;
    max-width: auto;
  }
  .symbol.symbol-sm-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px;
  }
  .symbol.symbol-sm-75px.symbol-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: auto;
  }
  .symbol.symbol-sm-100px > img {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-sm-100px .symbol-label {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-sm-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-sm-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: auto;
  }
  .symbol.symbol-sm-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
  }
  .symbol.symbol-sm-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: auto;
  }
  .symbol.symbol-sm-125px > img {
    width: 125px;
    height: 125px;
  }
  .symbol.symbol-sm-125px .symbol-label {
    width: 125px;
    height: 125px;
  }
  .symbol.symbol-sm-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px;
  }
  .symbol.symbol-sm-125px.symbol-fixed > img {
    width: 125px;
    height: 125px;
    max-width: auto;
  }
  .symbol.symbol-sm-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px;
  }
  .symbol.symbol-sm-125px.symbol-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: auto;
  }
  .symbol.symbol-sm-150px > img {
    width: 150px;
    height: 150px;
  }
  .symbol.symbol-sm-150px .symbol-label {
    width: 150px;
    height: 150px;
  }
  .symbol.symbol-sm-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px;
  }
  .symbol.symbol-sm-150px.symbol-fixed > img {
    width: 150px;
    height: 150px;
    max-width: auto;
  }
  .symbol.symbol-sm-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px;
  }
  .symbol.symbol-sm-150px.symbol-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: auto;
  }
  .symbol.symbol-sm-160px > img {
    width: 160px;
    height: 160px;
  }
  .symbol.symbol-sm-160px .symbol-label {
    width: 160px;
    height: 160px;
  }
  .symbol.symbol-sm-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px;
  }
  .symbol.symbol-sm-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: auto;
  }
  .symbol.symbol-sm-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px;
  }
  .symbol.symbol-sm-160px.symbol-2by3 > img {
    height: 160px;
    width: 240px;
    max-width: auto;
  }
  .symbol.symbol-sm-175px > img {
    width: 175px;
    height: 175px;
  }
  .symbol.symbol-sm-175px .symbol-label {
    width: 175px;
    height: 175px;
  }
  .symbol.symbol-sm-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px;
  }
  .symbol.symbol-sm-175px.symbol-fixed > img {
    width: 175px;
    height: 175px;
    max-width: auto;
  }
  .symbol.symbol-sm-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px;
  }
  .symbol.symbol-sm-175px.symbol-2by3 > img {
    height: 175px;
    width: 262.5px;
    max-width: auto;
  }
  .symbol.symbol-sm-200px > img {
    width: 200px;
    height: 200px;
  }
  .symbol.symbol-sm-200px .symbol-label {
    width: 200px;
    height: 200px;
  }
  .symbol.symbol-sm-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px;
  }
  .symbol.symbol-sm-200px.symbol-fixed > img {
    width: 200px;
    height: 200px;
    max-width: auto;
  }
  .symbol.symbol-sm-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px;
  }
  .symbol.symbol-sm-200px.symbol-2by3 > img {
    height: 200px;
    width: 300px;
    max-width: auto;
  }
}
@media (min-width: 768px) {
  .symbol.symbol-md-20px > img {
    width: 20px;
    height: 20px;
  }
  .symbol.symbol-md-20px .symbol-label {
    width: 20px;
    height: 20px;
  }
  .symbol.symbol-md-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
  }
  .symbol.symbol-md-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: auto;
  }
  .symbol.symbol-md-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
  }
  .symbol.symbol-md-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: auto;
  }
  .symbol.symbol-md-25px > img {
    width: 25px;
    height: 25px;
  }
  .symbol.symbol-md-25px .symbol-label {
    width: 25px;
    height: 25px;
  }
  .symbol.symbol-md-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
  }
  .symbol.symbol-md-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: auto;
  }
  .symbol.symbol-md-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
  }
  .symbol.symbol-md-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: auto;
  }
  .symbol.symbol-md-30px > img {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-md-30px .symbol-label {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-md-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-md-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: auto;
  }
  .symbol.symbol-md-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
  }
  .symbol.symbol-md-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: auto;
  }
  .symbol.symbol-md-35px > img {
    width: 35px;
    height: 35px;
  }
  .symbol.symbol-md-35px .symbol-label {
    width: 35px;
    height: 35px;
  }
  .symbol.symbol-md-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
  }
  .symbol.symbol-md-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: auto;
  }
  .symbol.symbol-md-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
  }
  .symbol.symbol-md-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: auto;
  }
  .symbol.symbol-md-40px > img {
    width: 40px;
    height: 40px;
  }
  .symbol.symbol-md-40px .symbol-label {
    width: 40px;
    height: 40px;
  }
  .symbol.symbol-md-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
  }
  .symbol.symbol-md-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: auto;
  }
  .symbol.symbol-md-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
  }
  .symbol.symbol-md-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: auto;
  }
  .symbol.symbol-md-45px > img {
    width: 45px;
    height: 45px;
  }
  .symbol.symbol-md-45px .symbol-label {
    width: 45px;
    height: 45px;
  }
  .symbol.symbol-md-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
  }
  .symbol.symbol-md-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: auto;
  }
  .symbol.symbol-md-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
  }
  .symbol.symbol-md-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: auto;
  }
  .symbol.symbol-md-50px > img {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-md-50px .symbol-label {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-md-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-md-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: auto;
  }
  .symbol.symbol-md-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
  }
  .symbol.symbol-md-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: auto;
  }
  .symbol.symbol-md-55px > img {
    width: 55px;
    height: 55px;
  }
  .symbol.symbol-md-55px .symbol-label {
    width: 55px;
    height: 55px;
  }
  .symbol.symbol-md-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
  }
  .symbol.symbol-md-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: auto;
  }
  .symbol.symbol-md-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
  }
  .symbol.symbol-md-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: auto;
  }
  .symbol.symbol-md-60px > img {
    width: 60px;
    height: 60px;
  }
  .symbol.symbol-md-60px .symbol-label {
    width: 60px;
    height: 60px;
  }
  .symbol.symbol-md-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
  }
  .symbol.symbol-md-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: auto;
  }
  .symbol.symbol-md-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
  }
  .symbol.symbol-md-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: auto;
  }
  .symbol.symbol-md-65px > img {
    width: 65px;
    height: 65px;
  }
  .symbol.symbol-md-65px .symbol-label {
    width: 65px;
    height: 65px;
  }
  .symbol.symbol-md-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
  }
  .symbol.symbol-md-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: auto;
  }
  .symbol.symbol-md-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px;
  }
  .symbol.symbol-md-65px.symbol-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: auto;
  }
  .symbol.symbol-md-70px > img {
    width: 70px;
    height: 70px;
  }
  .symbol.symbol-md-70px .symbol-label {
    width: 70px;
    height: 70px;
  }
  .symbol.symbol-md-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px;
  }
  .symbol.symbol-md-70px.symbol-fixed > img {
    width: 70px;
    height: 70px;
    max-width: auto;
  }
  .symbol.symbol-md-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px;
  }
  .symbol.symbol-md-70px.symbol-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: auto;
  }
  .symbol.symbol-md-75px > img {
    width: 75px;
    height: 75px;
  }
  .symbol.symbol-md-75px .symbol-label {
    width: 75px;
    height: 75px;
  }
  .symbol.symbol-md-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px;
  }
  .symbol.symbol-md-75px.symbol-fixed > img {
    width: 75px;
    height: 75px;
    max-width: auto;
  }
  .symbol.symbol-md-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px;
  }
  .symbol.symbol-md-75px.symbol-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: auto;
  }
  .symbol.symbol-md-100px > img {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-md-100px .symbol-label {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-md-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-md-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: auto;
  }
  .symbol.symbol-md-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
  }
  .symbol.symbol-md-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: auto;
  }
  .symbol.symbol-md-125px > img {
    width: 125px;
    height: 125px;
  }
  .symbol.symbol-md-125px .symbol-label {
    width: 125px;
    height: 125px;
  }
  .symbol.symbol-md-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px;
  }
  .symbol.symbol-md-125px.symbol-fixed > img {
    width: 125px;
    height: 125px;
    max-width: auto;
  }
  .symbol.symbol-md-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px;
  }
  .symbol.symbol-md-125px.symbol-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: auto;
  }
  .symbol.symbol-md-150px > img {
    width: 150px;
    height: 150px;
  }
  .symbol.symbol-md-150px .symbol-label {
    width: 150px;
    height: 150px;
  }
  .symbol.symbol-md-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px;
  }
  .symbol.symbol-md-150px.symbol-fixed > img {
    width: 150px;
    height: 150px;
    max-width: auto;
  }
  .symbol.symbol-md-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px;
  }
  .symbol.symbol-md-150px.symbol-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: auto;
  }
  .symbol.symbol-md-160px > img {
    width: 160px;
    height: 160px;
  }
  .symbol.symbol-md-160px .symbol-label {
    width: 160px;
    height: 160px;
  }
  .symbol.symbol-md-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px;
  }
  .symbol.symbol-md-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: auto;
  }
  .symbol.symbol-md-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px;
  }
  .symbol.symbol-md-160px.symbol-2by3 > img {
    height: 160px;
    width: 240px;
    max-width: auto;
  }
  .symbol.symbol-md-175px > img {
    width: 175px;
    height: 175px;
  }
  .symbol.symbol-md-175px .symbol-label {
    width: 175px;
    height: 175px;
  }
  .symbol.symbol-md-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px;
  }
  .symbol.symbol-md-175px.symbol-fixed > img {
    width: 175px;
    height: 175px;
    max-width: auto;
  }
  .symbol.symbol-md-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px;
  }
  .symbol.symbol-md-175px.symbol-2by3 > img {
    height: 175px;
    width: 262.5px;
    max-width: auto;
  }
  .symbol.symbol-md-200px > img {
    width: 200px;
    height: 200px;
  }
  .symbol.symbol-md-200px .symbol-label {
    width: 200px;
    height: 200px;
  }
  .symbol.symbol-md-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px;
  }
  .symbol.symbol-md-200px.symbol-fixed > img {
    width: 200px;
    height: 200px;
    max-width: auto;
  }
  .symbol.symbol-md-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px;
  }
  .symbol.symbol-md-200px.symbol-2by3 > img {
    height: 200px;
    width: 300px;
    max-width: auto;
  }
}
@media (min-width: 992px) {
  .symbol.symbol-lg-20px > img {
    width: 20px;
    height: 20px;
  }
  .symbol.symbol-lg-20px .symbol-label {
    width: 20px;
    height: 20px;
  }
  .symbol.symbol-lg-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
  }
  .symbol.symbol-lg-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: auto;
  }
  .symbol.symbol-lg-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
  }
  .symbol.symbol-lg-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: auto;
  }
  .symbol.symbol-lg-25px > img {
    width: 25px;
    height: 25px;
  }
  .symbol.symbol-lg-25px .symbol-label {
    width: 25px;
    height: 25px;
  }
  .symbol.symbol-lg-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
  }
  .symbol.symbol-lg-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: auto;
  }
  .symbol.symbol-lg-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
  }
  .symbol.symbol-lg-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: auto;
  }
  .symbol.symbol-lg-30px > img {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-lg-30px .symbol-label {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-lg-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-lg-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: auto;
  }
  .symbol.symbol-lg-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
  }
  .symbol.symbol-lg-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: auto;
  }
  .symbol.symbol-lg-35px > img {
    width: 35px;
    height: 35px;
  }
  .symbol.symbol-lg-35px .symbol-label {
    width: 35px;
    height: 35px;
  }
  .symbol.symbol-lg-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
  }
  .symbol.symbol-lg-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: auto;
  }
  .symbol.symbol-lg-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
  }
  .symbol.symbol-lg-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: auto;
  }
  .symbol.symbol-lg-40px > img {
    width: 40px;
    height: 40px;
  }
  .symbol.symbol-lg-40px .symbol-label {
    width: 40px;
    height: 40px;
  }
  .symbol.symbol-lg-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
  }
  .symbol.symbol-lg-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: auto;
  }
  .symbol.symbol-lg-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
  }
  .symbol.symbol-lg-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: auto;
  }
  .symbol.symbol-lg-45px > img {
    width: 45px;
    height: 45px;
  }
  .symbol.symbol-lg-45px .symbol-label {
    width: 45px;
    height: 45px;
  }
  .symbol.symbol-lg-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
  }
  .symbol.symbol-lg-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: auto;
  }
  .symbol.symbol-lg-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
  }
  .symbol.symbol-lg-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: auto;
  }
  .symbol.symbol-lg-50px > img {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-lg-50px .symbol-label {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-lg-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-lg-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: auto;
  }
  .symbol.symbol-lg-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
  }
  .symbol.symbol-lg-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: auto;
  }
  .symbol.symbol-lg-55px > img {
    width: 55px;
    height: 55px;
  }
  .symbol.symbol-lg-55px .symbol-label {
    width: 55px;
    height: 55px;
  }
  .symbol.symbol-lg-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
  }
  .symbol.symbol-lg-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: auto;
  }
  .symbol.symbol-lg-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
  }
  .symbol.symbol-lg-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: auto;
  }
  .symbol.symbol-lg-60px > img {
    width: 60px;
    height: 60px;
  }
  .symbol.symbol-lg-60px .symbol-label {
    width: 60px;
    height: 60px;
  }
  .symbol.symbol-lg-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
  }
  .symbol.symbol-lg-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: auto;
  }
  .symbol.symbol-lg-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
  }
  .symbol.symbol-lg-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: auto;
  }
  .symbol.symbol-lg-65px > img {
    width: 65px;
    height: 65px;
  }
  .symbol.symbol-lg-65px .symbol-label {
    width: 65px;
    height: 65px;
  }
  .symbol.symbol-lg-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
  }
  .symbol.symbol-lg-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: auto;
  }
  .symbol.symbol-lg-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px;
  }
  .symbol.symbol-lg-65px.symbol-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: auto;
  }
  .symbol.symbol-lg-70px > img {
    width: 70px;
    height: 70px;
  }
  .symbol.symbol-lg-70px .symbol-label {
    width: 70px;
    height: 70px;
  }
  .symbol.symbol-lg-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px;
  }
  .symbol.symbol-lg-70px.symbol-fixed > img {
    width: 70px;
    height: 70px;
    max-width: auto;
  }
  .symbol.symbol-lg-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px;
  }
  .symbol.symbol-lg-70px.symbol-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: auto;
  }
  .symbol.symbol-lg-75px > img {
    width: 75px;
    height: 75px;
  }
  .symbol.symbol-lg-75px .symbol-label {
    width: 75px;
    height: 75px;
  }
  .symbol.symbol-lg-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px;
  }
  .symbol.symbol-lg-75px.symbol-fixed > img {
    width: 75px;
    height: 75px;
    max-width: auto;
  }
  .symbol.symbol-lg-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px;
  }
  .symbol.symbol-lg-75px.symbol-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: auto;
  }
  .symbol.symbol-lg-100px > img {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-lg-100px .symbol-label {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-lg-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-lg-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: auto;
  }
  .symbol.symbol-lg-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
  }
  .symbol.symbol-lg-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: auto;
  }
  .symbol.symbol-lg-125px > img {
    width: 125px;
    height: 125px;
  }
  .symbol.symbol-lg-125px .symbol-label {
    width: 125px;
    height: 125px;
  }
  .symbol.symbol-lg-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px;
  }
  .symbol.symbol-lg-125px.symbol-fixed > img {
    width: 125px;
    height: 125px;
    max-width: auto;
  }
  .symbol.symbol-lg-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px;
  }
  .symbol.symbol-lg-125px.symbol-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: auto;
  }
  .symbol.symbol-lg-150px > img {
    width: 150px;
    height: 150px;
  }
  .symbol.symbol-lg-150px .symbol-label {
    width: 150px;
    height: 150px;
  }
  .symbol.symbol-lg-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px;
  }
  .symbol.symbol-lg-150px.symbol-fixed > img {
    width: 150px;
    height: 150px;
    max-width: auto;
  }
  .symbol.symbol-lg-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px;
  }
  .symbol.symbol-lg-150px.symbol-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: auto;
  }
  .symbol.symbol-lg-160px > img {
    width: 160px;
    height: 160px;
  }
  .symbol.symbol-lg-160px .symbol-label {
    width: 160px;
    height: 160px;
  }
  .symbol.symbol-lg-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px;
  }
  .symbol.symbol-lg-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: auto;
  }
  .symbol.symbol-lg-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px;
  }
  .symbol.symbol-lg-160px.symbol-2by3 > img {
    height: 160px;
    width: 240px;
    max-width: auto;
  }
  .symbol.symbol-lg-175px > img {
    width: 175px;
    height: 175px;
  }
  .symbol.symbol-lg-175px .symbol-label {
    width: 175px;
    height: 175px;
  }
  .symbol.symbol-lg-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px;
  }
  .symbol.symbol-lg-175px.symbol-fixed > img {
    width: 175px;
    height: 175px;
    max-width: auto;
  }
  .symbol.symbol-lg-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px;
  }
  .symbol.symbol-lg-175px.symbol-2by3 > img {
    height: 175px;
    width: 262.5px;
    max-width: auto;
  }
  .symbol.symbol-lg-200px > img {
    width: 200px;
    height: 200px;
  }
  .symbol.symbol-lg-200px .symbol-label {
    width: 200px;
    height: 200px;
  }
  .symbol.symbol-lg-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px;
  }
  .symbol.symbol-lg-200px.symbol-fixed > img {
    width: 200px;
    height: 200px;
    max-width: auto;
  }
  .symbol.symbol-lg-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px;
  }
  .symbol.symbol-lg-200px.symbol-2by3 > img {
    height: 200px;
    width: 300px;
    max-width: auto;
  }
}
@media (min-width: 1200px) {
  .symbol.symbol-xl-20px > img {
    width: 20px;
    height: 20px;
  }
  .symbol.symbol-xl-20px .symbol-label {
    width: 20px;
    height: 20px;
  }
  .symbol.symbol-xl-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
  }
  .symbol.symbol-xl-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: auto;
  }
  .symbol.symbol-xl-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
  }
  .symbol.symbol-xl-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: auto;
  }
  .symbol.symbol-xl-25px > img {
    width: 25px;
    height: 25px;
  }
  .symbol.symbol-xl-25px .symbol-label {
    width: 25px;
    height: 25px;
  }
  .symbol.symbol-xl-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
  }
  .symbol.symbol-xl-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: auto;
  }
  .symbol.symbol-xl-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
  }
  .symbol.symbol-xl-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: auto;
  }
  .symbol.symbol-xl-30px > img {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-xl-30px .symbol-label {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-xl-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-xl-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: auto;
  }
  .symbol.symbol-xl-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
  }
  .symbol.symbol-xl-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: auto;
  }
  .symbol.symbol-xl-35px > img {
    width: 35px;
    height: 35px;
  }
  .symbol.symbol-xl-35px .symbol-label {
    width: 35px;
    height: 35px;
  }
  .symbol.symbol-xl-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
  }
  .symbol.symbol-xl-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: auto;
  }
  .symbol.symbol-xl-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
  }
  .symbol.symbol-xl-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: auto;
  }
  .symbol.symbol-xl-40px > img {
    width: 40px;
    height: 40px;
  }
  .symbol.symbol-xl-40px .symbol-label {
    width: 40px;
    height: 40px;
  }
  .symbol.symbol-xl-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
  }
  .symbol.symbol-xl-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: auto;
  }
  .symbol.symbol-xl-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
  }
  .symbol.symbol-xl-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: auto;
  }
  .symbol.symbol-xl-45px > img {
    width: 45px;
    height: 45px;
  }
  .symbol.symbol-xl-45px .symbol-label {
    width: 45px;
    height: 45px;
  }
  .symbol.symbol-xl-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
  }
  .symbol.symbol-xl-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: auto;
  }
  .symbol.symbol-xl-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
  }
  .symbol.symbol-xl-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: auto;
  }
  .symbol.symbol-xl-50px > img {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-xl-50px .symbol-label {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-xl-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-xl-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: auto;
  }
  .symbol.symbol-xl-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
  }
  .symbol.symbol-xl-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: auto;
  }
  .symbol.symbol-xl-55px > img {
    width: 55px;
    height: 55px;
  }
  .symbol.symbol-xl-55px .symbol-label {
    width: 55px;
    height: 55px;
  }
  .symbol.symbol-xl-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
  }
  .symbol.symbol-xl-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: auto;
  }
  .symbol.symbol-xl-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
  }
  .symbol.symbol-xl-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: auto;
  }
  .symbol.symbol-xl-60px > img {
    width: 60px;
    height: 60px;
  }
  .symbol.symbol-xl-60px .symbol-label {
    width: 60px;
    height: 60px;
  }
  .symbol.symbol-xl-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
  }
  .symbol.symbol-xl-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: auto;
  }
  .symbol.symbol-xl-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
  }
  .symbol.symbol-xl-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: auto;
  }
  .symbol.symbol-xl-65px > img {
    width: 65px;
    height: 65px;
  }
  .symbol.symbol-xl-65px .symbol-label {
    width: 65px;
    height: 65px;
  }
  .symbol.symbol-xl-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
  }
  .symbol.symbol-xl-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: auto;
  }
  .symbol.symbol-xl-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px;
  }
  .symbol.symbol-xl-65px.symbol-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: auto;
  }
  .symbol.symbol-xl-70px > img {
    width: 70px;
    height: 70px;
  }
  .symbol.symbol-xl-70px .symbol-label {
    width: 70px;
    height: 70px;
  }
  .symbol.symbol-xl-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px;
  }
  .symbol.symbol-xl-70px.symbol-fixed > img {
    width: 70px;
    height: 70px;
    max-width: auto;
  }
  .symbol.symbol-xl-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px;
  }
  .symbol.symbol-xl-70px.symbol-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: auto;
  }
  .symbol.symbol-xl-75px > img {
    width: 75px;
    height: 75px;
  }
  .symbol.symbol-xl-75px .symbol-label {
    width: 75px;
    height: 75px;
  }
  .symbol.symbol-xl-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px;
  }
  .symbol.symbol-xl-75px.symbol-fixed > img {
    width: 75px;
    height: 75px;
    max-width: auto;
  }
  .symbol.symbol-xl-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px;
  }
  .symbol.symbol-xl-75px.symbol-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: auto;
  }
  .symbol.symbol-xl-100px > img {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-xl-100px .symbol-label {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-xl-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-xl-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: auto;
  }
  .symbol.symbol-xl-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
  }
  .symbol.symbol-xl-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: auto;
  }
  .symbol.symbol-xl-125px > img {
    width: 125px;
    height: 125px;
  }
  .symbol.symbol-xl-125px .symbol-label {
    width: 125px;
    height: 125px;
  }
  .symbol.symbol-xl-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px;
  }
  .symbol.symbol-xl-125px.symbol-fixed > img {
    width: 125px;
    height: 125px;
    max-width: auto;
  }
  .symbol.symbol-xl-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px;
  }
  .symbol.symbol-xl-125px.symbol-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: auto;
  }
  .symbol.symbol-xl-150px > img {
    width: 150px;
    height: 150px;
  }
  .symbol.symbol-xl-150px .symbol-label {
    width: 150px;
    height: 150px;
  }
  .symbol.symbol-xl-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px;
  }
  .symbol.symbol-xl-150px.symbol-fixed > img {
    width: 150px;
    height: 150px;
    max-width: auto;
  }
  .symbol.symbol-xl-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px;
  }
  .symbol.symbol-xl-150px.symbol-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: auto;
  }
  .symbol.symbol-xl-160px > img {
    width: 160px;
    height: 160px;
  }
  .symbol.symbol-xl-160px .symbol-label {
    width: 160px;
    height: 160px;
  }
  .symbol.symbol-xl-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px;
  }
  .symbol.symbol-xl-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: auto;
  }
  .symbol.symbol-xl-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px;
  }
  .symbol.symbol-xl-160px.symbol-2by3 > img {
    height: 160px;
    width: 240px;
    max-width: auto;
  }
  .symbol.symbol-xl-175px > img {
    width: 175px;
    height: 175px;
  }
  .symbol.symbol-xl-175px .symbol-label {
    width: 175px;
    height: 175px;
  }
  .symbol.symbol-xl-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px;
  }
  .symbol.symbol-xl-175px.symbol-fixed > img {
    width: 175px;
    height: 175px;
    max-width: auto;
  }
  .symbol.symbol-xl-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px;
  }
  .symbol.symbol-xl-175px.symbol-2by3 > img {
    height: 175px;
    width: 262.5px;
    max-width: auto;
  }
  .symbol.symbol-xl-200px > img {
    width: 200px;
    height: 200px;
  }
  .symbol.symbol-xl-200px .symbol-label {
    width: 200px;
    height: 200px;
  }
  .symbol.symbol-xl-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px;
  }
  .symbol.symbol-xl-200px.symbol-fixed > img {
    width: 200px;
    height: 200px;
    max-width: auto;
  }
  .symbol.symbol-xl-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px;
  }
  .symbol.symbol-xl-200px.symbol-2by3 > img {
    height: 200px;
    width: 300px;
    max-width: auto;
  }
}
@media (min-width: 1400px) {
  .symbol.symbol-xxl-20px > img {
    width: 20px;
    height: 20px;
  }
  .symbol.symbol-xxl-20px .symbol-label {
    width: 20px;
    height: 20px;
  }
  .symbol.symbol-xxl-20px.symbol-fixed .symbol-label {
    width: 20px;
    height: 20px;
  }
  .symbol.symbol-xxl-20px.symbol-fixed > img {
    width: 20px;
    height: 20px;
    max-width: auto;
  }
  .symbol.symbol-xxl-20px.symbol-2by3 .symbol-label {
    height: 20px;
    width: 30px;
  }
  .symbol.symbol-xxl-20px.symbol-2by3 > img {
    height: 20px;
    width: 30px;
    max-width: auto;
  }
  .symbol.symbol-xxl-25px > img {
    width: 25px;
    height: 25px;
  }
  .symbol.symbol-xxl-25px .symbol-label {
    width: 25px;
    height: 25px;
  }
  .symbol.symbol-xxl-25px.symbol-fixed .symbol-label {
    width: 25px;
    height: 25px;
  }
  .symbol.symbol-xxl-25px.symbol-fixed > img {
    width: 25px;
    height: 25px;
    max-width: auto;
  }
  .symbol.symbol-xxl-25px.symbol-2by3 .symbol-label {
    height: 25px;
    width: 37.5px;
  }
  .symbol.symbol-xxl-25px.symbol-2by3 > img {
    height: 25px;
    width: 37.5px;
    max-width: auto;
  }
  .symbol.symbol-xxl-30px > img {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-xxl-30px .symbol-label {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-xxl-30px.symbol-fixed .symbol-label {
    width: 30px;
    height: 30px;
  }
  .symbol.symbol-xxl-30px.symbol-fixed > img {
    width: 30px;
    height: 30px;
    max-width: auto;
  }
  .symbol.symbol-xxl-30px.symbol-2by3 .symbol-label {
    height: 30px;
    width: 45px;
  }
  .symbol.symbol-xxl-30px.symbol-2by3 > img {
    height: 30px;
    width: 45px;
    max-width: auto;
  }
  .symbol.symbol-xxl-35px > img {
    width: 35px;
    height: 35px;
  }
  .symbol.symbol-xxl-35px .symbol-label {
    width: 35px;
    height: 35px;
  }
  .symbol.symbol-xxl-35px.symbol-fixed .symbol-label {
    width: 35px;
    height: 35px;
  }
  .symbol.symbol-xxl-35px.symbol-fixed > img {
    width: 35px;
    height: 35px;
    max-width: auto;
  }
  .symbol.symbol-xxl-35px.symbol-2by3 .symbol-label {
    height: 35px;
    width: 52.5px;
  }
  .symbol.symbol-xxl-35px.symbol-2by3 > img {
    height: 35px;
    width: 52.5px;
    max-width: auto;
  }
  .symbol.symbol-xxl-40px > img {
    width: 40px;
    height: 40px;
  }
  .symbol.symbol-xxl-40px .symbol-label {
    width: 40px;
    height: 40px;
  }
  .symbol.symbol-xxl-40px.symbol-fixed .symbol-label {
    width: 40px;
    height: 40px;
  }
  .symbol.symbol-xxl-40px.symbol-fixed > img {
    width: 40px;
    height: 40px;
    max-width: auto;
  }
  .symbol.symbol-xxl-40px.symbol-2by3 .symbol-label {
    height: 40px;
    width: 60px;
  }
  .symbol.symbol-xxl-40px.symbol-2by3 > img {
    height: 40px;
    width: 60px;
    max-width: auto;
  }
  .symbol.symbol-xxl-45px > img {
    width: 45px;
    height: 45px;
  }
  .symbol.symbol-xxl-45px .symbol-label {
    width: 45px;
    height: 45px;
  }
  .symbol.symbol-xxl-45px.symbol-fixed .symbol-label {
    width: 45px;
    height: 45px;
  }
  .symbol.symbol-xxl-45px.symbol-fixed > img {
    width: 45px;
    height: 45px;
    max-width: auto;
  }
  .symbol.symbol-xxl-45px.symbol-2by3 .symbol-label {
    height: 45px;
    width: 67.5px;
  }
  .symbol.symbol-xxl-45px.symbol-2by3 > img {
    height: 45px;
    width: 67.5px;
    max-width: auto;
  }
  .symbol.symbol-xxl-50px > img {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-xxl-50px .symbol-label {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-xxl-50px.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-xxl-50px.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: auto;
  }
  .symbol.symbol-xxl-50px.symbol-2by3 .symbol-label {
    height: 50px;
    width: 75px;
  }
  .symbol.symbol-xxl-50px.symbol-2by3 > img {
    height: 50px;
    width: 75px;
    max-width: auto;
  }
  .symbol.symbol-xxl-55px > img {
    width: 55px;
    height: 55px;
  }
  .symbol.symbol-xxl-55px .symbol-label {
    width: 55px;
    height: 55px;
  }
  .symbol.symbol-xxl-55px.symbol-fixed .symbol-label {
    width: 55px;
    height: 55px;
  }
  .symbol.symbol-xxl-55px.symbol-fixed > img {
    width: 55px;
    height: 55px;
    max-width: auto;
  }
  .symbol.symbol-xxl-55px.symbol-2by3 .symbol-label {
    height: 55px;
    width: 82.5px;
  }
  .symbol.symbol-xxl-55px.symbol-2by3 > img {
    height: 55px;
    width: 82.5px;
    max-width: auto;
  }
  .symbol.symbol-xxl-60px > img {
    width: 60px;
    height: 60px;
  }
  .symbol.symbol-xxl-60px .symbol-label {
    width: 60px;
    height: 60px;
  }
  .symbol.symbol-xxl-60px.symbol-fixed .symbol-label {
    width: 60px;
    height: 60px;
  }
  .symbol.symbol-xxl-60px.symbol-fixed > img {
    width: 60px;
    height: 60px;
    max-width: auto;
  }
  .symbol.symbol-xxl-60px.symbol-2by3 .symbol-label {
    height: 60px;
    width: 90px;
  }
  .symbol.symbol-xxl-60px.symbol-2by3 > img {
    height: 60px;
    width: 90px;
    max-width: auto;
  }
  .symbol.symbol-xxl-65px > img {
    width: 65px;
    height: 65px;
  }
  .symbol.symbol-xxl-65px .symbol-label {
    width: 65px;
    height: 65px;
  }
  .symbol.symbol-xxl-65px.symbol-fixed .symbol-label {
    width: 65px;
    height: 65px;
  }
  .symbol.symbol-xxl-65px.symbol-fixed > img {
    width: 65px;
    height: 65px;
    max-width: auto;
  }
  .symbol.symbol-xxl-65px.symbol-2by3 .symbol-label {
    height: 65px;
    width: 97.5px;
  }
  .symbol.symbol-xxl-65px.symbol-2by3 > img {
    height: 65px;
    width: 97.5px;
    max-width: auto;
  }
  .symbol.symbol-xxl-70px > img {
    width: 70px;
    height: 70px;
  }
  .symbol.symbol-xxl-70px .symbol-label {
    width: 70px;
    height: 70px;
  }
  .symbol.symbol-xxl-70px.symbol-fixed .symbol-label {
    width: 70px;
    height: 70px;
  }
  .symbol.symbol-xxl-70px.symbol-fixed > img {
    width: 70px;
    height: 70px;
    max-width: auto;
  }
  .symbol.symbol-xxl-70px.symbol-2by3 .symbol-label {
    height: 70px;
    width: 105px;
  }
  .symbol.symbol-xxl-70px.symbol-2by3 > img {
    height: 70px;
    width: 105px;
    max-width: auto;
  }
  .symbol.symbol-xxl-75px > img {
    width: 75px;
    height: 75px;
  }
  .symbol.symbol-xxl-75px .symbol-label {
    width: 75px;
    height: 75px;
  }
  .symbol.symbol-xxl-75px.symbol-fixed .symbol-label {
    width: 75px;
    height: 75px;
  }
  .symbol.symbol-xxl-75px.symbol-fixed > img {
    width: 75px;
    height: 75px;
    max-width: auto;
  }
  .symbol.symbol-xxl-75px.symbol-2by3 .symbol-label {
    height: 75px;
    width: 112.5px;
  }
  .symbol.symbol-xxl-75px.symbol-2by3 > img {
    height: 75px;
    width: 112.5px;
    max-width: auto;
  }
  .symbol.symbol-xxl-100px > img {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-xxl-100px .symbol-label {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-xxl-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-xxl-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: auto;
  }
  .symbol.symbol-xxl-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
  }
  .symbol.symbol-xxl-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: auto;
  }
  .symbol.symbol-xxl-125px > img {
    width: 125px;
    height: 125px;
  }
  .symbol.symbol-xxl-125px .symbol-label {
    width: 125px;
    height: 125px;
  }
  .symbol.symbol-xxl-125px.symbol-fixed .symbol-label {
    width: 125px;
    height: 125px;
  }
  .symbol.symbol-xxl-125px.symbol-fixed > img {
    width: 125px;
    height: 125px;
    max-width: auto;
  }
  .symbol.symbol-xxl-125px.symbol-2by3 .symbol-label {
    height: 125px;
    width: 187.5px;
  }
  .symbol.symbol-xxl-125px.symbol-2by3 > img {
    height: 125px;
    width: 187.5px;
    max-width: auto;
  }
  .symbol.symbol-xxl-150px > img {
    width: 150px;
    height: 150px;
  }
  .symbol.symbol-xxl-150px .symbol-label {
    width: 150px;
    height: 150px;
  }
  .symbol.symbol-xxl-150px.symbol-fixed .symbol-label {
    width: 150px;
    height: 150px;
  }
  .symbol.symbol-xxl-150px.symbol-fixed > img {
    width: 150px;
    height: 150px;
    max-width: auto;
  }
  .symbol.symbol-xxl-150px.symbol-2by3 .symbol-label {
    height: 150px;
    width: 225px;
  }
  .symbol.symbol-xxl-150px.symbol-2by3 > img {
    height: 150px;
    width: 225px;
    max-width: auto;
  }
  .symbol.symbol-xxl-160px > img {
    width: 160px;
    height: 160px;
  }
  .symbol.symbol-xxl-160px .symbol-label {
    width: 160px;
    height: 160px;
  }
  .symbol.symbol-xxl-160px.symbol-fixed .symbol-label {
    width: 160px;
    height: 160px;
  }
  .symbol.symbol-xxl-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: auto;
  }
  .symbol.symbol-xxl-160px.symbol-2by3 .symbol-label {
    height: 160px;
    width: 240px;
  }
  .symbol.symbol-xxl-160px.symbol-2by3 > img {
    height: 160px;
    width: 240px;
    max-width: auto;
  }
  .symbol.symbol-xxl-175px > img {
    width: 175px;
    height: 175px;
  }
  .symbol.symbol-xxl-175px .symbol-label {
    width: 175px;
    height: 175px;
  }
  .symbol.symbol-xxl-175px.symbol-fixed .symbol-label {
    width: 175px;
    height: 175px;
  }
  .symbol.symbol-xxl-175px.symbol-fixed > img {
    width: 175px;
    height: 175px;
    max-width: auto;
  }
  .symbol.symbol-xxl-175px.symbol-2by3 .symbol-label {
    height: 175px;
    width: 262.5px;
  }
  .symbol.symbol-xxl-175px.symbol-2by3 > img {
    height: 175px;
    width: 262.5px;
    max-width: auto;
  }
  .symbol.symbol-xxl-200px > img {
    width: 200px;
    height: 200px;
  }
  .symbol.symbol-xxl-200px .symbol-label {
    width: 200px;
    height: 200px;
  }
  .symbol.symbol-xxl-200px.symbol-fixed .symbol-label {
    width: 200px;
    height: 200px;
  }
  .symbol.symbol-xxl-200px.symbol-fixed > img {
    width: 200px;
    height: 200px;
    max-width: auto;
  }
  .symbol.symbol-xxl-200px.symbol-2by3 .symbol-label {
    height: 200px;
    width: 300px;
  }
  .symbol.symbol-xxl-200px.symbol-2by3 > img {
    height: 200px;
    width: 300px;
    max-width: auto;
  }
}

.symbol-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 10px;
}
.symbol-group .symbol {
  position: relative;
  z-index: 0;
  margin-left: -10px;
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
}
.symbol-group .symbol:hover {
  transition: all 0.3s ease;
  z-index: 1;
}
.symbol-group.symbol-hover .symbol {
  cursor: pointer;
}

.pulse {
  position: relative;
}
.pulse.pulse-white .pulse-ring {
  border-color: #ffffff;
}
.pulse.pulse-light .pulse-ring {
  border-color: #F5F8FA;
}
.pulse.pulse-primary .pulse-ring {
  border-color: var(--bs-primary);
}
.pulse.pulse-secondary .pulse-ring {
  border-color: #E4E6EF;
}
.pulse.pulse-success .pulse-ring {
  border-color: var(--bs-success);
}
.pulse.pulse-info .pulse-ring {
  border-color: #7239EA;
}
.pulse.pulse-warning .pulse-ring {
  border-color: var(--bs-warning);
}
.pulse.pulse-danger .pulse-ring {
  border-color: var(--bs-danger);
}
.pulse.pulse-dark .pulse-ring {
  border-color: #181C32;
}

.pulse-ring {
  display: block;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  position: absolute;
  animation: animation-pulse 3.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #A1A5B7;
}

@keyframes animation-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.page-loading * {
  transition: none !important;
}

.page-loader {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}
.page-loading .page-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrolltop {
  display: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
  background-color: var(--bs-primary);
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  opacity: 0;
  transition: color 0.2s ease, background-color 0.2s ease;
  border-radius: 0.475rem !important;
}
.scrolltop .svg-icon svg {
  height: 24px;
  width: 24px;
}
.scrolltop .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.scrolltop .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.scrolltop > i {
  font-size: 1.3rem;
  color: #ffffff;
}
.scrolltop:hover > i {
  color: #ffffff;
}
.scrolltop:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.scrolltop:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
[data-kt-scrolltop=on] .scrolltop {
  opacity: 0.3;
  animation: animation-scrolltop 0.4s ease-out 1;
  display: flex;
}
[data-kt-scrolltop=on] .scrolltop:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .scrolltop {
    bottom: 30px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}

@keyframes animation-scrolltop {
  from {
    margin-bottom: -15px;
  }
  to {
    margin-bottom: 0;
  }
}
.svg-icon {
  line-height: 1;
}
.svg-icon svg {
  height: 1.15rem;
  width: 1.15rem;
}
.svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-white svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.svg-icon.svg-icon-white svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.svg-icon.svg-icon-primary svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-secondary svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.svg-icon.svg-icon-secondary svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-light svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.svg-icon.svg-icon-light svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-success svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-success);
}
.svg-icon.svg-icon-success svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-info svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7239EA;
}
.svg-icon.svg-icon-info svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-warning svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-warning);
}
.svg-icon.svg-icon-warning svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-danger svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-danger);
}
.svg-icon.svg-icon-danger svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-dark svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.svg-icon.svg-icon-dark svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-muted svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.svg-icon.svg-icon-muted svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-gray-100 svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #F5F8FA;
}
.svg-icon.svg-icon-gray-100 svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-gray-200 svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #EFF2F5;
}
.svg-icon.svg-icon-gray-200 svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-gray-300 svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #E4E6EF;
}
.svg-icon.svg-icon-gray-300 svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-gray-400 svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}
.svg-icon.svg-icon-gray-400 svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-gray-500 svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #A1A5B7;
}
.svg-icon.svg-icon-gray-500 svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-gray-600 svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7E8299;
}
.svg-icon.svg-icon-gray-600 svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-gray-700 svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #5E6278;
}
.svg-icon.svg-icon-gray-700 svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-gray-800 svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3F4254;
}
.svg-icon.svg-icon-gray-800 svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-gray-900 svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181C32;
}
.svg-icon.svg-icon-gray-900 svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-1 svg {
  height: 1.75rem !important;
  width: 1.75rem !important;
}
.svg-icon.svg-icon-2 svg {
  height: 1.5rem !important;
  width: 1.5rem !important;
}
.svg-icon.svg-icon-3 svg {
  height: 1.35rem !important;
  width: 1.35rem !important;
}
.svg-icon.svg-icon-4 svg {
  height: 1.25rem !important;
  width: 1.25rem !important;
}
.svg-icon.svg-icon-5 svg {
  height: 1.15rem !important;
  width: 1.15rem !important;
}
.svg-icon.svg-icon-6 svg {
  height: 1.075rem !important;
  width: 1.075rem !important;
}
.svg-icon.svg-icon-7 svg {
  height: 0.95rem !important;
  width: 0.95rem !important;
}
.svg-icon.svg-icon-8 svg {
  height: 0.85rem !important;
  width: 0.85rem !important;
}
.svg-icon.svg-icon-9 svg {
  height: 0.75rem !important;
  width: 0.75rem !important;
}
.svg-icon.svg-icon-10 svg {
  height: 0.5rem !important;
  width: 0.5rem !important;
}
.svg-icon.svg-icon-base svg {
  height: 1rem !important;
  width: 1rem !important;
}
.svg-icon.svg-icon-fluid svg {
  height: 100% !important;
  width: 100% !important;
}
.svg-icon.svg-icon-2x svg {
  height: 2rem !important;
  width: 2rem !important;
}
.svg-icon.svg-icon-2qx svg {
  height: 2.25rem !important;
  width: 2.25rem !important;
}
.svg-icon.svg-icon-2hx svg {
  height: 2.5rem !important;
  width: 2.5rem !important;
}
.svg-icon.svg-icon-2tx svg {
  height: 2.75rem !important;
  width: 2.75rem !important;
}
.svg-icon.svg-icon-3x svg {
  height: 3rem !important;
  width: 3rem !important;
}
.svg-icon.svg-icon-3qx svg {
  height: 3.25rem !important;
  width: 3.25rem !important;
}
.svg-icon.svg-icon-3hx svg {
  height: 3.5rem !important;
  width: 3.5rem !important;
}
.svg-icon.svg-icon-3tx svg {
  height: 3.75rem !important;
  width: 3.75rem !important;
}
.svg-icon.svg-icon-4x svg {
  height: 4rem !important;
  width: 4rem !important;
}
.svg-icon.svg-icon-4qx svg {
  height: 4.25rem !important;
  width: 4.25rem !important;
}
.svg-icon.svg-icon-4hx svg {
  height: 4.5rem !important;
  width: 4.5rem !important;
}
.svg-icon.svg-icon-4tx svg {
  height: 4.75rem !important;
  width: 4.75rem !important;
}
.svg-icon.svg-icon-5x svg {
  height: 5rem !important;
  width: 5rem !important;
}
.svg-icon.svg-icon-5qx svg {
  height: 5.25rem !important;
  width: 5.25rem !important;
}
.svg-icon.svg-icon-5hx svg {
  height: 5.5rem !important;
  width: 5.5rem !important;
}
.svg-icon.svg-icon-5tx svg {
  height: 5.75rem !important;
  width: 5.75rem !important;
}
@media (min-width: 576px) {
  .svg-icon.svg-icon-sm-1 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  .svg-icon.svg-icon-sm-2 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  .svg-icon.svg-icon-sm-3 svg {
    height: 1.35rem !important;
    width: 1.35rem !important;
  }
  .svg-icon.svg-icon-sm-4 svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
  .svg-icon.svg-icon-sm-5 svg {
    height: 1.15rem !important;
    width: 1.15rem !important;
  }
  .svg-icon.svg-icon-sm-6 svg {
    height: 1.075rem !important;
    width: 1.075rem !important;
  }
  .svg-icon.svg-icon-sm-7 svg {
    height: 0.95rem !important;
    width: 0.95rem !important;
  }
  .svg-icon.svg-icon-sm-8 svg {
    height: 0.85rem !important;
    width: 0.85rem !important;
  }
  .svg-icon.svg-icon-sm-9 svg {
    height: 0.75rem !important;
    width: 0.75rem !important;
  }
  .svg-icon.svg-icon-sm-10 svg {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  .svg-icon.svg-icon-sm-base svg {
    height: 1rem !important;
    width: 1rem !important;
  }
  .svg-icon.svg-icon-sm-fluid svg {
    height: 100% !important;
    width: 100% !important;
  }
  .svg-icon.svg-icon-sm-2x svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  .svg-icon.svg-icon-sm-2qx svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  .svg-icon.svg-icon-sm-2hx svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .svg-icon.svg-icon-sm-2tx svg {
    height: 2.75rem !important;
    width: 2.75rem !important;
  }
  .svg-icon.svg-icon-sm-3x svg {
    height: 3rem !important;
    width: 3rem !important;
  }
  .svg-icon.svg-icon-sm-3qx svg {
    height: 3.25rem !important;
    width: 3.25rem !important;
  }
  .svg-icon.svg-icon-sm-3hx svg {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
  .svg-icon.svg-icon-sm-3tx svg {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  .svg-icon.svg-icon-sm-4x svg {
    height: 4rem !important;
    width: 4rem !important;
  }
  .svg-icon.svg-icon-sm-4qx svg {
    height: 4.25rem !important;
    width: 4.25rem !important;
  }
  .svg-icon.svg-icon-sm-4hx svg {
    height: 4.5rem !important;
    width: 4.5rem !important;
  }
  .svg-icon.svg-icon-sm-4tx svg {
    height: 4.75rem !important;
    width: 4.75rem !important;
  }
  .svg-icon.svg-icon-sm-5x svg {
    height: 5rem !important;
    width: 5rem !important;
  }
  .svg-icon.svg-icon-sm-5qx svg {
    height: 5.25rem !important;
    width: 5.25rem !important;
  }
  .svg-icon.svg-icon-sm-5hx svg {
    height: 5.5rem !important;
    width: 5.5rem !important;
  }
  .svg-icon.svg-icon-sm-5tx svg {
    height: 5.75rem !important;
    width: 5.75rem !important;
  }
}
@media (min-width: 768px) {
  .svg-icon.svg-icon-md-1 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  .svg-icon.svg-icon-md-2 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  .svg-icon.svg-icon-md-3 svg {
    height: 1.35rem !important;
    width: 1.35rem !important;
  }
  .svg-icon.svg-icon-md-4 svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
  .svg-icon.svg-icon-md-5 svg {
    height: 1.15rem !important;
    width: 1.15rem !important;
  }
  .svg-icon.svg-icon-md-6 svg {
    height: 1.075rem !important;
    width: 1.075rem !important;
  }
  .svg-icon.svg-icon-md-7 svg {
    height: 0.95rem !important;
    width: 0.95rem !important;
  }
  .svg-icon.svg-icon-md-8 svg {
    height: 0.85rem !important;
    width: 0.85rem !important;
  }
  .svg-icon.svg-icon-md-9 svg {
    height: 0.75rem !important;
    width: 0.75rem !important;
  }
  .svg-icon.svg-icon-md-10 svg {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  .svg-icon.svg-icon-md-base svg {
    height: 1rem !important;
    width: 1rem !important;
  }
  .svg-icon.svg-icon-md-fluid svg {
    height: 100% !important;
    width: 100% !important;
  }
  .svg-icon.svg-icon-md-2x svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  .svg-icon.svg-icon-md-2qx svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  .svg-icon.svg-icon-md-2hx svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .svg-icon.svg-icon-md-2tx svg {
    height: 2.75rem !important;
    width: 2.75rem !important;
  }
  .svg-icon.svg-icon-md-3x svg {
    height: 3rem !important;
    width: 3rem !important;
  }
  .svg-icon.svg-icon-md-3qx svg {
    height: 3.25rem !important;
    width: 3.25rem !important;
  }
  .svg-icon.svg-icon-md-3hx svg {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
  .svg-icon.svg-icon-md-3tx svg {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  .svg-icon.svg-icon-md-4x svg {
    height: 4rem !important;
    width: 4rem !important;
  }
  .svg-icon.svg-icon-md-4qx svg {
    height: 4.25rem !important;
    width: 4.25rem !important;
  }
  .svg-icon.svg-icon-md-4hx svg {
    height: 4.5rem !important;
    width: 4.5rem !important;
  }
  .svg-icon.svg-icon-md-4tx svg {
    height: 4.75rem !important;
    width: 4.75rem !important;
  }
  .svg-icon.svg-icon-md-5x svg {
    height: 5rem !important;
    width: 5rem !important;
  }
  .svg-icon.svg-icon-md-5qx svg {
    height: 5.25rem !important;
    width: 5.25rem !important;
  }
  .svg-icon.svg-icon-md-5hx svg {
    height: 5.5rem !important;
    width: 5.5rem !important;
  }
  .svg-icon.svg-icon-md-5tx svg {
    height: 5.75rem !important;
    width: 5.75rem !important;
  }
}
@media (min-width: 992px) {
  .svg-icon.svg-icon-lg-1 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  .svg-icon.svg-icon-lg-2 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  .svg-icon.svg-icon-lg-3 svg {
    height: 1.35rem !important;
    width: 1.35rem !important;
  }
  .svg-icon.svg-icon-lg-4 svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
  .svg-icon.svg-icon-lg-5 svg {
    height: 1.15rem !important;
    width: 1.15rem !important;
  }
  .svg-icon.svg-icon-lg-6 svg {
    height: 1.075rem !important;
    width: 1.075rem !important;
  }
  .svg-icon.svg-icon-lg-7 svg {
    height: 0.95rem !important;
    width: 0.95rem !important;
  }
  .svg-icon.svg-icon-lg-8 svg {
    height: 0.85rem !important;
    width: 0.85rem !important;
  }
  .svg-icon.svg-icon-lg-9 svg {
    height: 0.75rem !important;
    width: 0.75rem !important;
  }
  .svg-icon.svg-icon-lg-10 svg {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  .svg-icon.svg-icon-lg-base svg {
    height: 1rem !important;
    width: 1rem !important;
  }
  .svg-icon.svg-icon-lg-fluid svg {
    height: 100% !important;
    width: 100% !important;
  }
  .svg-icon.svg-icon-lg-2x svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  .svg-icon.svg-icon-lg-2qx svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  .svg-icon.svg-icon-lg-2hx svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .svg-icon.svg-icon-lg-2tx svg {
    height: 2.75rem !important;
    width: 2.75rem !important;
  }
  .svg-icon.svg-icon-lg-3x svg {
    height: 3rem !important;
    width: 3rem !important;
  }
  .svg-icon.svg-icon-lg-3qx svg {
    height: 3.25rem !important;
    width: 3.25rem !important;
  }
  .svg-icon.svg-icon-lg-3hx svg {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
  .svg-icon.svg-icon-lg-3tx svg {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  .svg-icon.svg-icon-lg-4x svg {
    height: 4rem !important;
    width: 4rem !important;
  }
  .svg-icon.svg-icon-lg-4qx svg {
    height: 4.25rem !important;
    width: 4.25rem !important;
  }
  .svg-icon.svg-icon-lg-4hx svg {
    height: 4.5rem !important;
    width: 4.5rem !important;
  }
  .svg-icon.svg-icon-lg-4tx svg {
    height: 4.75rem !important;
    width: 4.75rem !important;
  }
  .svg-icon.svg-icon-lg-5x svg {
    height: 5rem !important;
    width: 5rem !important;
  }
  .svg-icon.svg-icon-lg-5qx svg {
    height: 5.25rem !important;
    width: 5.25rem !important;
  }
  .svg-icon.svg-icon-lg-5hx svg {
    height: 5.5rem !important;
    width: 5.5rem !important;
  }
  .svg-icon.svg-icon-lg-5tx svg {
    height: 5.75rem !important;
    width: 5.75rem !important;
  }
}
@media (min-width: 1200px) {
  .svg-icon.svg-icon-xl-1 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  .svg-icon.svg-icon-xl-2 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  .svg-icon.svg-icon-xl-3 svg {
    height: 1.35rem !important;
    width: 1.35rem !important;
  }
  .svg-icon.svg-icon-xl-4 svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
  .svg-icon.svg-icon-xl-5 svg {
    height: 1.15rem !important;
    width: 1.15rem !important;
  }
  .svg-icon.svg-icon-xl-6 svg {
    height: 1.075rem !important;
    width: 1.075rem !important;
  }
  .svg-icon.svg-icon-xl-7 svg {
    height: 0.95rem !important;
    width: 0.95rem !important;
  }
  .svg-icon.svg-icon-xl-8 svg {
    height: 0.85rem !important;
    width: 0.85rem !important;
  }
  .svg-icon.svg-icon-xl-9 svg {
    height: 0.75rem !important;
    width: 0.75rem !important;
  }
  .svg-icon.svg-icon-xl-10 svg {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  .svg-icon.svg-icon-xl-base svg {
    height: 1rem !important;
    width: 1rem !important;
  }
  .svg-icon.svg-icon-xl-fluid svg {
    height: 100% !important;
    width: 100% !important;
  }
  .svg-icon.svg-icon-xl-2x svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  .svg-icon.svg-icon-xl-2qx svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  .svg-icon.svg-icon-xl-2hx svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .svg-icon.svg-icon-xl-2tx svg {
    height: 2.75rem !important;
    width: 2.75rem !important;
  }
  .svg-icon.svg-icon-xl-3x svg {
    height: 3rem !important;
    width: 3rem !important;
  }
  .svg-icon.svg-icon-xl-3qx svg {
    height: 3.25rem !important;
    width: 3.25rem !important;
  }
  .svg-icon.svg-icon-xl-3hx svg {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
  .svg-icon.svg-icon-xl-3tx svg {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  .svg-icon.svg-icon-xl-4x svg {
    height: 4rem !important;
    width: 4rem !important;
  }
  .svg-icon.svg-icon-xl-4qx svg {
    height: 4.25rem !important;
    width: 4.25rem !important;
  }
  .svg-icon.svg-icon-xl-4hx svg {
    height: 4.5rem !important;
    width: 4.5rem !important;
  }
  .svg-icon.svg-icon-xl-4tx svg {
    height: 4.75rem !important;
    width: 4.75rem !important;
  }
  .svg-icon.svg-icon-xl-5x svg {
    height: 5rem !important;
    width: 5rem !important;
  }
  .svg-icon.svg-icon-xl-5qx svg {
    height: 5.25rem !important;
    width: 5.25rem !important;
  }
  .svg-icon.svg-icon-xl-5hx svg {
    height: 5.5rem !important;
    width: 5.5rem !important;
  }
  .svg-icon.svg-icon-xl-5tx svg {
    height: 5.75rem !important;
    width: 5.75rem !important;
  }
}
@media (min-width: 1400px) {
  .svg-icon.svg-icon-xxl-1 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  .svg-icon.svg-icon-xxl-2 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  .svg-icon.svg-icon-xxl-3 svg {
    height: 1.35rem !important;
    width: 1.35rem !important;
  }
  .svg-icon.svg-icon-xxl-4 svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
  }
  .svg-icon.svg-icon-xxl-5 svg {
    height: 1.15rem !important;
    width: 1.15rem !important;
  }
  .svg-icon.svg-icon-xxl-6 svg {
    height: 1.075rem !important;
    width: 1.075rem !important;
  }
  .svg-icon.svg-icon-xxl-7 svg {
    height: 0.95rem !important;
    width: 0.95rem !important;
  }
  .svg-icon.svg-icon-xxl-8 svg {
    height: 0.85rem !important;
    width: 0.85rem !important;
  }
  .svg-icon.svg-icon-xxl-9 svg {
    height: 0.75rem !important;
    width: 0.75rem !important;
  }
  .svg-icon.svg-icon-xxl-10 svg {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  .svg-icon.svg-icon-xxl-base svg {
    height: 1rem !important;
    width: 1rem !important;
  }
  .svg-icon.svg-icon-xxl-fluid svg {
    height: 100% !important;
    width: 100% !important;
  }
  .svg-icon.svg-icon-xxl-2x svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  .svg-icon.svg-icon-xxl-2qx svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  .svg-icon.svg-icon-xxl-2hx svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .svg-icon.svg-icon-xxl-2tx svg {
    height: 2.75rem !important;
    width: 2.75rem !important;
  }
  .svg-icon.svg-icon-xxl-3x svg {
    height: 3rem !important;
    width: 3rem !important;
  }
  .svg-icon.svg-icon-xxl-3qx svg {
    height: 3.25rem !important;
    width: 3.25rem !important;
  }
  .svg-icon.svg-icon-xxl-3hx svg {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
  .svg-icon.svg-icon-xxl-3tx svg {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  .svg-icon.svg-icon-xxl-4x svg {
    height: 4rem !important;
    width: 4rem !important;
  }
  .svg-icon.svg-icon-xxl-4qx svg {
    height: 4.25rem !important;
    width: 4.25rem !important;
  }
  .svg-icon.svg-icon-xxl-4hx svg {
    height: 4.5rem !important;
    width: 4.5rem !important;
  }
  .svg-icon.svg-icon-xxl-4tx svg {
    height: 4.75rem !important;
    width: 4.75rem !important;
  }
  .svg-icon.svg-icon-xxl-5x svg {
    height: 5rem !important;
    width: 5rem !important;
  }
  .svg-icon.svg-icon-xxl-5qx svg {
    height: 5.25rem !important;
    width: 5.25rem !important;
  }
  .svg-icon.svg-icon-xxl-5hx svg {
    height: 5.5rem !important;
    width: 5.5rem !important;
  }
  .svg-icon.svg-icon-xxl-5tx svg {
    height: 5.75rem !important;
    width: 5.75rem !important;
  }
}

.timeline .timeline-item {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.timeline .timeline-item:last-child .timeline-line {
  bottom: 100%;
}
.timeline .timeline-line {
  display: block;
  content: " ";
  justify-content: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translate(50%);
  border-left-width: 1px;
  border-left-style: dashed;
  border-left-color: #E4E6EF;
}
.timeline .timeline-icon {
  z-index: 1;
  flex-shrink: 0;
  margin-right: 1rem;
}
.timeline .timeline-content {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.5rem;
}
.timeline.timeline-center .timeline-item {
  align-items: center;
}
.timeline.timeline-center .timeline-item:first-child .timeline-line {
  top: 50%;
}
.timeline.timeline-center .timeline-item:last-child .timeline-line {
  bottom: 50%;
}

.overlay {
  position: relative;
}
.overlay .overlay-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  opacity: 0;
}
.overlay.overlay-show .overlay-layer, .overlay.overlay-block .overlay-layer, .overlay:hover .overlay-layer {
  transition: all 0.3s ease;
  opacity: 1;
}
.overlay.overlay-block {
  cursor: wait;
}

.bullet {
  display: inline-block;
  background-color: #B5B5C3;
  border-radius: 6px;
  width: 8px;
  height: 4px;
  flex-shrink: 0;
}

.bullet-dot {
  width: 4px;
  height: 4px;
  border-radius: 100% !important;
}

.bullet-vertical {
  width: 4px;
  height: 8px;
}

.bullet-line {
  width: 5px;
  height: 1px;
  border-radius: none;
}

.drawer {
  display: flex !important;
  overflow: auto;
  z-index: 110;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  transition: transform 0.3s ease-in-out;
}
.drawer.drawer-start {
  left: 0;
  transform: translateX(-100%);
}
.drawer.drawer-end {
  right: 0;
  transform: translateX(100%);
}
.drawer.drawer-on {
  transform: none;
  box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease-in-out;
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 109;
  background-color: rgba(0, 0, 0, 0.1);
  animation: animation-drawer-fade-in 0.3s ease-in-out 1;
}

[data-kt-drawer=true] {
  display: none;
}

@keyframes animation-drawer-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  body[data-kt-drawer=on] {
    overflow: hidden;
  }
}
.badge.badge-circle, .badge.badge-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  min-width: 1.75rem;
  padding: 0 0.1rem;
}
.badge.badge-circle {
  border-radius: 50%;
  padding: 0;
  min-width: unset;
  width: 1.75rem;
}
.badge.badge-sm {
  height: 1.5rem;
  min-width: 1.5rem;
  font-size: 0.85rem;
}
.badge.badge-sm.badge-circle {
  width: 1.5rem;
}
.badge.badge-lg {
  height: 2rem;
  min-width: 2rem;
  font-size: 1rem;
}
.badge.badge-lg.badge-circle {
  width: 2rem;
}

.badge-white {
  color: #7E8299;
  background-color: #ffffff;
}

.badge-light-white {
  color: #ffffff;
}

.badge-light {
  color: #7E8299;
  background-color: #F5F8FA;
}

.badge-light-light {
  color: #F5F8FA;
}

.badge-primary {
  color: #FFFFFF;
  background-color: var(--bs-primary);
}

.badge-light-primary {
  color: var(--bs-primary);
  background-color: #ECF8FF;
}

.badge-secondary {
  color: #3F4254;
  background-color: #E4E6EF;
}

.badge-light-secondary {
  color: #E4E6EF;
}

.badge-success {
  color: #FFFFFF;
  background-color: var(--bs-success);
}

.badge-light-success {
  color: var(--bs-success);
  background-color: #E8FFF3;
}

.badge-info {
  color: #FFFFFF;
  background-color: #7239EA;
}

.badge-light-info {
  color: #7239EA;
  background-color: #F8F5FF;
}

.badge-warning {
  color: #FFFFFF;
  background-color: var(--bs-warning);
}

.badge-light-warning {
  color: var(--bs-warning);
  background-color: #FFF8DD;
}

.badge-danger {
  color: #FFFFFF;
  background-color: var(--bs-danger);
}

.badge-light-danger {
  color: var(--bs-danger);
  background-color: #FFF5F8;
}

.badge-dark {
  color: #ffffff;
  background-color: #181C32;
}

.badge-light-dark {
  color: #181C32;
  background-color: #EFF2F5;
}

.indicator-progress {
  display: none;
}
[data-kt-indicator=on] > .indicator-progress {
  display: inline-block;
}

[data-kt-indicator=on] > .indicator-label {
  display: none;
}

.rotate {
  display: inline-flex;
  align-items: center;
}

.rotate-90 {
  transition: transform 0.3s ease;
  -webkit-backface-visibility: hidden;
}
.collapsible:not(.collapsed) > .rotate-90, .active > .rotate-90 {
  transform: rotateZ(90deg) /*rtl:ignore*/;
  transition: transform 0.3s ease;
}
[direction=rtl] .collapsible:not(.collapsed) > .rotate-90, [direction=rtl] .active > .rotate-90 {
  transform: rotateZ(-90deg) /*rtl:ignore*/;
}

.rotate-n90 {
  transition: transform 0.3s ease;
  -webkit-backface-visibility: hidden;
}
.collapsible:not(.collapsed) > .rotate-n90, .active > .rotate-n90 {
  transform: rotateZ(-90deg) /*rtl:ignore*/;
  transition: transform 0.3s ease;
}
[direction=rtl] .collapsible:not(.collapsed) > .rotate-n90, [direction=rtl] .active > .rotate-n90 {
  transform: rotateZ(90deg) /*rtl:ignore*/;
}

.rotate-180 {
  transition: transform 0.3s ease;
  -webkit-backface-visibility: hidden;
}
.collapsible:not(.collapsed) > .rotate-180, .active > .rotate-180 {
  transform: rotateZ(180deg) /*rtl:ignore*/;
  transition: transform 0.3s ease;
}
[direction=rtl] .collapsible:not(.collapsed) > .rotate-180, [direction=rtl] .active > .rotate-180 {
  transform: rotateZ(-180deg) /*rtl:ignore*/;
}

.rotate-n180 {
  transition: transform 0.3s ease;
  -webkit-backface-visibility: hidden;
}
.collapsible:not(.collapsed) > .rotate-n180, .active > .rotate-n180 {
  transform: rotateZ(-180deg) /*rtl:ignore*/;
  transition: transform 0.3s ease;
}
[direction=rtl] .collapsible:not(.collapsed) > .rotate-n180, [direction=rtl] .active > .rotate-n180 {
  transform: rotateZ(180deg) /*rtl:ignore*/;
}

.rotate-270 {
  transition: transform 0.3s ease;
  -webkit-backface-visibility: hidden;
}
.collapsible:not(.collapsed) > .rotate-270, .active > .rotate-270 {
  transform: rotateZ(270deg) /*rtl:ignore*/;
  transition: transform 0.3s ease;
}
[direction=rtl] .collapsible:not(.collapsed) > .rotate-270, [direction=rtl] .active > .rotate-270 {
  transform: rotateZ(-270deg) /*rtl:ignore*/;
}

.rotate-n270 {
  transition: transform 0.3s ease;
  -webkit-backface-visibility: hidden;
}
.collapsible:not(.collapsed) > .rotate-n270, .active > .rotate-n270 {
  transform: rotateZ(-270deg) /*rtl:ignore*/;
  transition: transform 0.3s ease;
}
[direction=rtl] .collapsible:not(.collapsed) > .rotate-n270, [direction=rtl] .active > .rotate-n270 {
  transform: rotateZ(270deg) /*rtl:ignore*/;
}

@media (min-width: 992px) {
  span,
ol,
ul,
pre,
div {
    scrollbar-width: thin;
    scrollbar-color: #EFF2F5 transparent;
  }
  span::-webkit-scrollbar,
ol::-webkit-scrollbar,
ul::-webkit-scrollbar,
pre::-webkit-scrollbar,
div::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
  }
  span::-webkit-scrollbar-thumb,
ol::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
pre::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
    background-color: #EFF2F5;
  }
}
.scroll {
  overflow: scroll;
  position: relative;
}
@media (max-width: 991.98px) {
  .scroll {
    overflow: auto;
  }
}

.scroll-x {
  overflow-x: scroll;
  position: relative;
}
@media (max-width: 991.98px) {
  .scroll-x {
    overflow-x: auto;
  }
}

.scroll-y {
  overflow-y: scroll;
  position: relative;
}
@media (max-width: 991.98px) {
  .scroll-y {
    overflow-y: auto;
  }
}

.hover-scroll {
  position: relative;
}
@media (min-width: 992px) {
  .hover-scroll {
    overflow: hidden;
    border-right: 0.4rem solid transparent;
    border-bottom: 0.4rem solid transparent;
    margin-right: -0.4rem;
    margin-bottom: -0.4rem;
  }
  .hover-scroll:hover {
    overflow: scroll;
    border-right: 0;
    border-bottom: 0;
  }
  @-moz-document url-prefix() {
    .hover-scroll {
      overflow: scroll;
      position: relative;
      border-right: 0;
      border-bottom: 0;
    }
  }
}
@media (max-width: 991.98px) {
  .hover-scroll {
    overflow: auto;
  }
}

.hover-scroll-y {
  position: relative;
}
@media (min-width: 992px) {
  .hover-scroll-y {
    overflow-y: hidden;
    border-right: 0.4rem solid transparent;
    margin-right: -0.4rem;
  }
  .hover-scroll-y:hover {
    overflow-y: scroll;
    border-right: 0;
  }
  @-moz-document url-prefix() {
    .hover-scroll-y {
      overflow-y: scroll;
      position: relative;
      border-right: 0;
    }
  }
}
@media (max-width: 991.98px) {
  .hover-scroll-y {
    overflow-y: auto;
  }
}

.hover-scroll-x {
  position: relative;
}
@media (min-width: 992px) {
  .hover-scroll-x {
    overflow-x: hidden;
    border-bottom: 0.4rem solid transparent;
  }
  .hover-scroll-x:hover {
    overflow-x: scroll;
    border-bottom: 0;
  }
  @-moz-document url-prefix() {
    .hover-scroll-x {
      overflow-x: scroll;
      position: relative;
      border-bottom: 0;
    }
  }
}
@media (max-width: 991.98px) {
  .hover-scroll-x {
    overflow-x: auto;
  }
}

.hover-scroll-overlay-y {
  overflow-y: hidden;
  position: relative;
  --scrollbar-space: 0.25rem;
}
.hover-scroll-overlay-y::-webkit-scrollbar {
  width: calc(0.4rem + var(--scrollbar-space));
}
.hover-scroll-overlay-y::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border-right: var(--scrollbar-space) solid transparent;
}
.hover-scroll-overlay-y:hover {
  overflow-y: overlay;
}
@-moz-document url-prefix() {
  .hover-scroll-overlay-y {
    overflow-y: scroll;
    position: relative;
  }
}

.rating {
  display: flex;
  align-items: center;
}

.rating-input {
  position: absolute !important;
  left: -9999px !important;
}
.rating-input[disabled] {
  display: none;
}

.rating-label {
  padding: 0;
  margin: 0;
}
.rating-label > i {
  line-height: 1;
  color: #B5B5C3;
}
.rating-label > .svg-icon {
  line-height: 1;
}
.rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}
.rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

label.rating-label {
  cursor: pointer;
}

div.rating-label.checked > i,
label.rating-label > i {
  color: #FFAD0F;
}
div.rating-label.checked > .svg-icon svg [fill]:not(.permanent):not(g),
label.rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFAD0F;
}
div.rating-label.checked > .svg-icon svg:hover [fill]:not(.permanent):not(g),
label.rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.rating-input:checked ~ .rating-label > i {
  color: #B5B5C3;
}

.rating-input:checked ~ .rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}
.rating-input:checked ~ .rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.rating:hover label.rating-label > i {
  color: #FFAD0F;
}

.rating:hover label.rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #FFAD0F;
}
.rating:hover label.rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

label.rating-label:hover ~ .rating-label > i {
  color: #B5B5C3;
}

label.rating-label:hover ~ .rating-label > .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #B5B5C3;
}
label.rating-label:hover ~ .rating-label > .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.stepper [data-kt-stepper-element=info],
.stepper [data-kt-stepper-element=content] {
  display: none;
}
.stepper [data-kt-stepper-element=info].current,
.stepper [data-kt-stepper-element=content].current {
  display: flex;
}
.stepper .stepper-item[data-kt-stepper-action=step] {
  cursor: pointer;
}
.stepper [data-kt-stepper-action=previous] {
  display: none;
}
.stepper [data-kt-stepper-action=next] {
  display: inline-block;
}
.stepper [data-kt-stepper-action=submit] {
  display: none;
}
.stepper.first [data-kt-stepper-action=previous] {
  display: none;
}
.stepper.first [data-kt-stepper-action=next] {
  display: inline-block;
}
.stepper.first [data-kt-stepper-action=submit] {
  display: none;
}
.stepper.between [data-kt-stepper-action=previous] {
  display: inline-block;
}
.stepper.between [data-kt-stepper-action=next] {
  display: inline-block;
}
.stepper.between [data-kt-stepper-action=submit] {
  display: none;
}
.stepper.last [data-kt-stepper-action=previous] {
  display: inline-block;
}
.stepper.last [data-kt-stepper-action=next] {
  display: none;
}
.stepper.last [data-kt-stepper-action=submit] {
  display: inline-block;
}

.stepper.stepper-pills .stepper-nav {
  display: flex;
}
.stepper.stepper-pills .stepper-item {
  display: flex;
  align-items: center;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.stepper.stepper-pills .stepper-item .stepper-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, background-color 0.2s ease;
  width: 40px;
  height: 40px;
  border-radius: 0.475rem;
  background-color: #ECF8FF;
  margin-right: 1.5rem;
}
.stepper.stepper-pills .stepper-item .stepper-icon .stepper-check {
  display: none;
  font-size: 1rem;
}
.stepper.stepper-pills .stepper-item .stepper-icon .stepper-number {
  font-weight: 600;
  color: var(--bs-primary) !important;
  font-size: 1.25rem;
}
.stepper.stepper-pills .stepper-item .stepper-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
  color: #3F4254;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.3rem;
}
.stepper.stepper-pills .stepper-item .stepper-label .stepper-desc {
  color: #A1A5B7;
}
.stepper.stepper-pills .stepper-item.current {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.stepper.stepper-pills .stepper-item.current .stepper-icon {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: var(--bs-primary);
}
.stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-check {
  color: var(--bs-primary);
  display: none;
}
.stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-number {
  color: #ffffff !important;
  font-size: 1.35rem;
}
.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
  color: #7E8299;
}
.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-desc {
  color: #B5B5C3;
}
.stepper.stepper-pills .stepper-item.current:last-child .stepper-icon, .stepper.stepper-pills .stepper-item.completed .stepper-icon {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: #ECF8FF;
}
.stepper.stepper-pills .stepper-item.current:last-child .stepper-icon .stepper-check, .stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check {
  color: var(--bs-primary) !important;
  display: inline-block;
}
.stepper.stepper-pills .stepper-item.current:last-child .stepper-icon .stepper-number, .stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-number {
  display: none;
}
.stepper.stepper-pills .stepper-item.current:last-child .stepper-label .stepper-title, .stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-title {
  color: #A1A5B7;
}
.stepper.stepper-pills .stepper-item.current:last-child .stepper-label .stepper-desc, .stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-desc {
  color: #B5B5C3;
}
.stepper.stepper-pills.stepper-column .stepper-nav {
  flex-direction: column;
}
.stepper.stepper-pills.stepper-column .stepper-item {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 2.5rem;
}
.stepper.stepper-pills.stepper-column .stepper-icon {
  z-index: 1;
}
.stepper.stepper-pills.stepper-column .stepper-line {
  display: block;
  content: " ";
  justify-content: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  transform: translate(50%);
  border-left-width: 1px;
  border-left-style: dashed;
  border-left-color: #E4E6EF;
}
.stepper.stepper-pills.stepper-column .stepper-item:first-child .stepper-line {
  top: 50%;
}
.stepper.stepper-pills.stepper-column .stepper-item:last-child .stepper-line {
  bottom: 50%;
}

.toggle.collapsible:not(.collapsed) .toggle-off, .toggle.active .toggle-off {
  display: none;
}
.toggle.collapsible.collapsed .toggle-on, .toggle:not(.collapsible):not(.active) .toggle-on {
  display: none;
}

.stepper.stepper-links .stepper-nav {
  display: flex;
  margin: 0 auto;
  padding-top: 4.25rem;
  overflow: auto;
}
.stepper.stepper-links .stepper-nav .stepper-item {
  margin-right: 3rem;
  position: relative;
  flex-shrink: 0;
}
.stepper.stepper-links .stepper-nav .stepper-item:last-child {
  margin-right: 0;
}
.stepper.stepper-links .stepper-nav .stepper-item:after {
  content: " ";
  position: absolute;
  top: 2.3rem;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: transparent;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.stepper.stepper-links .stepper-nav .stepper-item .stepper-title {
  color: #181C32;
  font-weight: 600;
  font-size: 1.25rem;
}
.stepper.stepper-links .stepper-nav .stepper-item.current {
  transition: color 0.2s ease, background-color 0.2s ease;
}
.stepper.stepper-links .stepper-nav .stepper-item.current .stepper-title {
  color: var(--bs-primary);
}
.stepper.stepper-links .stepper-nav .stepper-item.current:after {
  background-color: var(--bs-primary);
}
.stepper.stepper-links .stepper-nav .stepper-item.completed .stepper-title {
  color: #B5B5C3;
}

.timeline-label {
  position: relative;
}
.timeline-label:before {
  content: "";
  position: absolute;
  left: 51px;
  width: 3px;
  top: 0;
  bottom: 0;
  background-color: #EFF2F5;
}
.timeline-label .timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 1.7rem;
}
.timeline-label .timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-label .timeline-label {
  width: 50px;
  flex-shrink: 0;
  position: relative;
  color: #3F4254;
}
.timeline-label .timeline-badge {
  flex-shrink: 0;
  background: #ffffff;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  margin-top: 1px;
  margin-left: -0.5rem;
  padding: 3px !important;
  border: 6px solid #ffffff !important;
}
.timeline-label .timeline-badge span {
  display: block;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #EFF2F5;
}
.timeline-label .timeline-content {
  flex-grow: 1;
}

.placeholder-white-opacity-75::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.placeholder-white-opacity-75::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}

.item-border-hover {
  border: 1px solid #fff;
  border-radius: 6px;
}
.item-border-hover:hover {
  border: 1px solid #EFF2F5;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: rgba(245, 248, 250, 0.3);
}
.item-border-hover:hover .label {
  background-color: #00A3FF !important;
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff;
}
.item-border-hover .label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.noUi-target.noUi-target-success .noUi-connects {
  background: #E8FFF3;
}
.noUi-target.noUi-target-success .noUi-connects .noUi-connect {
  background: var(--bs-success);
}
.noUi-target.noUi-target-success .noUi-handle {
  border: 1px solid var(--bs-success);
  box-shadow: 0 3px 6px -3px rgba(80, 205, 137, 0.7);
  background: var(--bs-success);
}

html {
  font-family: sans-serif;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 13px !important;
  font-weight: 400;
  font-family: Poppins, Helvetica, "sans-serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991.98px) {
  html,
body {
    font-size: 13px !important;
  }
}
@media (max-width: 767.98px) {
  html,
body {
    font-size: 12px !important;
  }
}
html a:hover,
html a:active,
html a:focus,
body a:hover,
body a:active,
body a:focus {
  text-decoration: none !important;
}

body {
  display: flex;
  flex-direction: column;
  color: #181C32;
}

router-outlet {
  display: none;
}

canvas {
  user-select: none;
}

@media print {
  .print-content-only {
    padding: 0 !important;
    background: none !important;
  }
  .print-content-only .wrapper,
.print-content-only .page,
.print-content-only .content,
.print-content-only .container,
.print-content-only .container-fluid,
.print-content-only .container-sm,
.print-content-only .container-md,
.print-content-only .container-lg,
.print-content-only .container-xl,
.print-content-only .container-xxl {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .print-content-only .aside,
.print-content-only .sidebar,
.print-content-only .sticky-toolbar,
.print-content-only .scrolltop,
.print-content-only .header,
.print-content-only .footer,
.print-content-only .toolbar,
.print-content-only .offcanvas,
.print-content-only .btn {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    padding: 0 30px;
  }

  .wrapper {
    transition: padding-left 0.3s ease, margin-right 0.3s ease;
  }
  .aside-enabled.aside-fixed .wrapper {
    transition: padding-left 0.3s ease;
    padding-left: 265px;
  }
  .aside-enabled.aside-fixed[data-kt-aside-minimize=on] .wrapper {
    transition: padding-left 0.3s ease;
    padding-left: 75px;
  }
  .header-fixed .wrapper {
    padding-top: 75px;
  }
  .header-fixed.toolbar-fixed .wrapper {
    padding-top: calc(75px + var(--kt-toolbar-height));
  }
}
@media (max-width: 991.98px) {
  .container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: none;
    padding: 0 15px;
  }

  .header-tablet-and-mobile-fixed .wrapper {
    padding-top: 55px;
  }
  .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .wrapper {
    padding-top: calc(55px + var(--kt-toolbar-height-tablet-and-mobile));
  }
}
@media (min-width: 992px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    height: 65px;
    transition: left 0.3s ease;
  }
  .header-fixed .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
    height: 65px;
    padding: 0;
  }
  .header-fixed.toolbar-fixed .header {
    box-shadow: none;
  }
  .aside-enabled.aside-fixed.header-fixed .header {
    left: 265px;
    transition: left 0.3s ease;
  }
  .aside-enabled.aside-fixed.header-fixed[data-kt-aside-minimize=on] .header {
    left: 75px;
    transition: left 0.3s ease;
  }
  .header .header-menu {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    position: relative;
    z-index: 3;
  }
  .header-tablet-and-mobile-fixed .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: 55px;
    min-height: 55px;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
  }
  .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .header {
    box-shadow: none;
  }
  .header .header-menu {
    display: none;
    z-index: 99;
  }
}
@media (min-width: 992px) {
  .toolbar {
    display: flex;
    align-items: center;
  }
  .toolbar-fixed .toolbar {
    height: var(--kt-toolbar-height);
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
  }
  .toolbar-enabled:not(.toolbar-fixed) .toolbar {
    padding-bottom: 30px;
  }
  .header-fixed.toolbar-fixed .toolbar {
    top: 75px;
    border-top: 1px solid #EFF2F5;
  }
  .aside-enabled.aside-fixed.toolbar-fixed .toolbar {
    left: 265px;
    transition: left 0.3s ease;
    margin: 0 30px 15px 30px;
    border-radius: 4px;
  }
  .aside-enabled.aside-fixed.toolbar-fixed[data-kt-aside-minimize=on] .toolbar {
    left: 75px;
    transition: left 0.3s ease;
  }
}
@media (max-width: 991.98px) {
  .toolbar {
    display: flex;
    align-items: center;
  }
  .toolbar-tablet-and-mobile-fixed .toolbar {
    height: var(--kt-toolbar-height-tablet-and-mobile);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
  }
  .toolbar-enabled:not(.toolbar-tablet-and-mobile-fixed) .toolbar {
    padding-bottom: 15px;
  }
  .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .toolbar {
    top: 55px;
    border-top: 1px solid #EFF2F5;
  }
}
.aside {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 28px 0 rgba(82, 63, 105, 0.05);
  padding: 0;
}
.aside.aside-dark {
  background-color: #1e1e2d;
}
.aside.aside-dark .aside-logo {
  background-color: #181824;
}
.aside.aside-dark .aside-toggle svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #494b74;
}
.aside.aside-dark .aside-toggle svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.aside.aside-dark .separator {
  border-bottom-color: #282a3d;
}
.aside.aside-light {
  background-color: #ffffff;
}
.aside.aside-light .separator {
  border-bottom-color: rgba(245, 248, 250, 0.5);
}

@media (min-width: 992px) {
  .aside {
    width: 265px;
    transition: width 0.3s ease;
  }
  .aside .aside-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    padding: 0 25px;
  }
  .aside .aside-menu {
    width: 265px;
  }
  .aside-fixed .aside {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
  }
  .aside-static .aside {
    position: relative;
    z-index: 1;
  }
  [data-kt-aside-minimize=on] .aside {
    width: 75px;
    transition: width 0.3s ease;
  }
  [data-kt-aside-minimize=on] .aside .aside-logo .logo-default {
    display: inline-block;
  }
  [data-kt-aside-minimize=on] .aside .aside-logo .logo-minimize {
    display: none;
  }
  [data-kt-aside-minimize=on] .aside.aside-hoverable:hover:not(.animating) {
    transition: width 0.3s ease;
    width: 265px;
    box-shadow: 5px 0px 10px rgba(70, 78, 95, 0.075);
  }
  [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-logo, [data-kt-aside-minimize=on] .aside:not(:hover) .aside-logo {
    justify-content: center;
  }
  [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-logo .logo, [data-kt-aside-minimize=on] .aside:not(:hover) .aside-logo .logo {
    display: none;
  }
  [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-logo .logo-default, [data-kt-aside-minimize=on] .aside:not(:hover) .aside-logo .logo-default {
    display: none;
  }
  [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-logo .logo-minimize, [data-kt-aside-minimize=on] .aside:not(:hover) .aside-logo .logo-minimize {
    display: inline-block;
  }
  [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-menu .menu-content,
[data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-menu .menu-title, [data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-content,
[data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-title {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  [data-kt-aside-minimize=on] .aside:not(.aside-hoverable) .aside-menu .menu-item.show > .menu-sub, [data-kt-aside-minimize=on] .aside:not(:hover) .aside-menu .menu-item.show > .menu-sub {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
}
@media (max-width: 991.98px) {
  .aside {
    display: none;
  }
  .aside .aside-logo {
    display: none;
  }
}
.aside-menu .menu .menu-item .menu-link,
.aside-menu .menu .menu-item .menu-content {
  padding-left: 25px;
  padding-right: 25px;
}
.aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(0.75rem + 25px);
}
.aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(1.5rem + 25px);
}
.aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(2.25rem + 25px);
}
.aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(3rem + 25px);
}
.menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: 0.75rem;
  padding-right: 0;
}
.menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(1.5rem);
  padding-right: 0;
}
.menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(2.25rem);
  padding-right: 0;
}
.menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-fit .aside-menu .menu .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link {
  padding-left: calc(3rem);
  padding-right: 0;
}
.aside-menu .menu-item {
  padding: 0;
}
.aside-menu .menu-item .menu-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.aside-menu .menu-item .menu-icon {
  justify-content: flex-start;
}

.aside-dark .hover-scroll-overlay-y {
  --scrollbar-space: 0.4rem;
  scrollbar-color: #3b3b64 transparent;
}
.aside-dark .hover-scroll-overlay-y::-webkit-scrollbar-thumb {
  background-color: #3b3b64;
}
.aside-dark .menu .menu-item .menu-section {
  color: #4c4e6f !important;
}
.aside-dark .menu .menu-item .menu-link {
  color: #c1c2ce;
}
.aside-dark .menu .menu-item .menu-link .menu-title {
  color: #c1c2ce;
}
.aside-dark .menu .menu-item .menu-link .menu-icon i {
  color: #494b74;
}
.aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #494b74;
}
.aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.aside-dark .menu .menu-item .menu-link .menu-bullet .bullet {
  background-color: #c1c2ce;
}
.aside-dark .menu .menu-item .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%239899ac'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active),
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: #1b1b28;
  color: #ffffff;
}
.aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-title,
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title {
  color: #ffffff;
}
.aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon i,
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i {
  color: var(--bs-primary);
}
.aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g),
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-bullet .bullet,
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-arrow:after,
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.aside-dark .menu .menu-item.here > .menu-link, .aside-dark .menu .menu-item.show > .menu-link {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: #1b1b28;
  color: #ffffff;
}
.aside-dark .menu .menu-item.here > .menu-link .menu-title, .aside-dark .menu .menu-item.show > .menu-link .menu-title {
  color: #ffffff;
}
.aside-dark .menu .menu-item.here > .menu-link .menu-icon i, .aside-dark .menu .menu-item.show > .menu-link .menu-icon i {
  color: var(--bs-primary);
}
.aside-dark .menu .menu-item.here > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g), .aside-dark .menu .menu-item.show > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.aside-dark .menu .menu-item.here > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g), .aside-dark .menu .menu-item.show > .menu-link .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.aside-dark .menu .menu-item.here > .menu-link .menu-bullet .bullet, .aside-dark .menu .menu-item.show > .menu-link .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.aside-dark .menu .menu-item.here > .menu-link .menu-arrow:after, .aside-dark .menu .menu-item.show > .menu-link .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}
.aside-dark .menu .menu-item .menu-link.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: #1b1b28;
  color: #ffffff;
}
.aside-dark .menu .menu-item .menu-link.active .menu-title {
  color: #ffffff;
}
.aside-dark .menu .menu-item .menu-link.active .menu-icon i {
  color: var(--bs-primary);
}
.aside-dark .menu .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}
.aside-dark .menu .menu-item .menu-link.active .menu-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}
.aside-dark .menu .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: var(--bs-primary);
}
.aside-dark .menu .menu-item .menu-link.active .menu-arrow:after {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.aside-light .menu .menu-title {
  font-weight: 500;
}

.content {
  background-color: #F7F7FC;
}

@media (min-width: 992px) {
  .content {
    padding: 30px 0;
  }
}
@media (max-width: 991.98px) {
  .content {
    padding: 15px 0;
  }
}

.aside.aside-dark, .aside.aside-dark .aside-logo {background-color: #14172d;}

.aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active),
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active),
.show:not(.menu-dropdown) > .menu-sub-accordion, .menu-sub-accordion.show,
.aside-dark .menu .menu-item.here > .menu-link, .aside-dark .menu .menu-item.show > .menu-link,
.aside-dark .menu .menu-item .menu-link.active {
  background-color: #252842;
}
.aside-dark .menu .menu-item .menu-section {color: #c1c2ce!important}
.aside.aside-dark .separator {border-bottom-color: #3f4165;}
.aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {fill: #c1c2ce;}
.aside-dark .menu .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.aside-dark .menu .menu-item .menu-link.active .menu-bullet .bullet,
.aside-dark .menu .menu-item.here > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g), .aside-dark .menu .menu-item.show > .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet,
aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  fill: #ffffff;
  background-color: #ffffff;
  }
  
.noti-indicator {
  background: #3b7ddd;
    box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 5%);
    border-radius: 50%;
    display: block;
    height: 18px;
    width: 18px;
    padding: 5px;
    position: absolute;
    top: -5px;
    right: -8px;
    text-align: center;
    transition: top .1s ease-out;
    font-size: .675rem;
    color: #fff;
}
.menu-state-bg .menu-item .menu-link.active {background-color:none}
.ribbon.ribbon-triangle.ribbon-top-end.ribbon-lg {
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    border-bottom: solid 2rem transparent!important;
    border-left: solid 2rem transparent!important;
    border-right: solid 2rem red;
    border-top: solid 2rem red;
}
.ribbon.ribbon-triangle.ribbon-top-end.ribbon-md {
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    border-bottom: solid 1rem transparent!important;
    border-left: solid 1rem transparent!important;
    border-right: solid 1rem red;
    border-top: solid 1rem red;
}
.ribbon.ribbon-triangle.ribbon-top-end.ribbon-sm {
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-bottom: solid 10px transparent!important;
    border-left: solid 10px transparent!important;
    border-right: solid 10px red;
    border-top: solid 10px red;
}
.ribbon.ribbon-triangle {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.form-check.form-check-custom.form-check-xs .form-check-input {
    height: 1rem;
    width: 1rem;
}