@keyframes spin {
    0% {
        transform: translateZ(0) rotate(0deg);
    }

    100% {
        transform: translateZ(0) rotate(360deg);
    }
}

.abp-block-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    background-color: #fff;
    opacity: .8;
    transition: opacity .25s;
}

    .abp-block-area.abp-block-area-disappearing {
        opacity: 0;
    }

    .abp-block-area.abp-block-area-busy:after {
        content: attr(data-text);
        display: block;
        max-width: 125px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        font-family: sans-serif;
        color: #343a40;
        text-align: center;
        text-transform: uppercase;
    }

    .abp-block-area.abp-block-area-busy:before {
        content: "";
        display: block;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border-width: 2px;
        border-style: solid;
        border-color: transparent #228ae6 #228ae6 #228ae6;
        position: absolute;
        top: calc(50% - 75px);
        left: calc(50% - 75px);
        will-change: transform;
        animation: spin .75s infinite ease-in-out;
    }
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot");
  src: url("../libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff") format("woff"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot");
  src: url("../libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff") format("woff"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot");
  src: url("../libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff") format("woff"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
  content: "\f000"; }

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-o:before {
  content: "\f005"; }

.fa.fa-remove:before {
  content: "\f00d"; }

.fa.fa-close:before {
  content: "\f00d"; }

.fa.fa-gear:before {
  content: "\f013"; }

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-trash-o:before {
  content: "\f2ed"; }

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-o:before {
  content: "\f15b"; }

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-clock-o:before {
  content: "\f017"; }

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-down:before {
  content: "\f358"; }

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b"; }

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-play-circle-o:before {
  content: "\f144"; }

.fa.fa-repeat:before {
  content: "\f01e"; }

.fa.fa-rotate-right:before {
  content: "\f01e"; }

.fa.fa-refresh:before {
  content: "\f021"; }

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-dedent:before {
  content: "\f03b"; }

.fa.fa-video-camera:before {
  content: "\f03d"; }

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-picture-o:before {
  content: "\f03e"; }

.fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-photo:before {
  content: "\f03e"; }

.fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-image:before {
  content: "\f03e"; }

.fa.fa-pencil:before {
  content: "\f303"; }

.fa.fa-map-marker:before {
  content: "\f3c5"; }

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-pencil-square-o:before {
  content: "\f044"; }

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-share-square-o:before {
  content: "\f14d"; }

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-check-square-o:before {
  content: "\f14a"; }

.fa.fa-arrows:before {
  content: "\f0b2"; }

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-circle-o:before {
  content: "\f057"; }

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-check-circle-o:before {
  content: "\f058"; }

.fa.fa-mail-forward:before {
  content: "\f064"; }

.fa.fa-expand:before {
  content: "\f424"; }

.fa.fa-compress:before {
  content: "\f422"; }

.fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-warning:before {
  content: "\f071"; }

.fa.fa-calendar:before {
  content: "\f073"; }

.fa.fa-arrows-v:before {
  content: "\f338"; }

.fa.fa-arrows-h:before {
  content: "\f337"; }

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bar-chart:before {
  content: "\f080"; }

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bar-chart-o:before {
  content: "\f080"; }

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gears:before {
  content: "\f085"; }

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-up:before {
  content: "\f164"; }

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-down:before {
  content: "\f165"; }

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-heart-o:before {
  content: "\f004"; }

.fa.fa-sign-out:before {
  content: "\f2f5"; }

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin-square:before {
  content: "\f08c"; }

.fa.fa-thumb-tack:before {
  content: "\f08d"; }

.fa.fa-external-link:before {
  content: "\f35d"; }

.fa.fa-sign-in:before {
  content: "\f2f6"; }

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-lemon-o:before {
  content: "\f094"; }

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-square-o:before {
  content: "\f0c8"; }

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bookmark-o:before {
  content: "\f02e"; }

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook:before {
  content: "\f39e"; }

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-f:before {
  content: "\f39e"; }

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-feed:before {
  content: "\f09e"; }

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hdd-o:before {
  content: "\f0a0"; }

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa.fa-arrows-alt:before {
  content: "\f31e"; }

.fa.fa-group:before {
  content: "\f0c0"; }

.fa.fa-chain:before {
  content: "\f0c1"; }

.fa.fa-scissors:before {
  content: "\f0c4"; }

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-files-o:before {
  content: "\f0c5"; }

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-floppy-o:before {
  content: "\f0c7"; }

.fa.fa-navicon:before {
  content: "\f0c9"; }

.fa.fa-reorder:before {
  content: "\f0c9"; }

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus:before {
  content: "\f0d5"; }

.fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-money:before {
  content: "\f3d1"; }

.fa.fa-unsorted:before {
  content: "\f0dc"; }

.fa.fa-sort-desc:before {
  content: "\f0dd"; }

.fa.fa-sort-asc:before {
  content: "\f0de"; }

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin:before {
  content: "\f0e1"; }

.fa.fa-rotate-left:before {
  content: "\f0e2"; }

.fa.fa-legal:before {
  content: "\f0e3"; }

.fa.fa-tachometer:before {
  content: "\f3fd"; }

.fa.fa-dashboard:before {
  content: "\f3fd"; }

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-comment-o:before {
  content: "\f075"; }

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-comments-o:before {
  content: "\f086"; }

.fa.fa-flash:before {
  content: "\f0e7"; }

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paste:before {
  content: "\f328"; }

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa.fa-exchange:before {
  content: "\f362"; }

.fa.fa-cloud-download:before {
  content: "\f381"; }

.fa.fa-cloud-upload:before {
  content: "\f382"; }

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bell-o:before {
  content: "\f0f3"; }

.fa.fa-cutlery:before {
  content: "\f2e7"; }

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-text-o:before {
  content: "\f15c"; }

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-building-o:before {
  content: "\f1ad"; }

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hospital-o:before {
  content: "\f0f8"; }

.fa.fa-tablet:before {
  content: "\f3fa"; }

.fa.fa-mobile:before {
  content: "\f3cd"; }

.fa.fa-mobile-phone:before {
  content: "\f3cd"; }

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-circle-o:before {
  content: "\f111"; }

.fa.fa-mail-reply:before {
  content: "\f3e5"; }

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-folder-o:before {
  content: "\f07b"; }

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-folder-open-o:before {
  content: "\f07c"; }

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-smile-o:before {
  content: "\f118"; }

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-frown-o:before {
  content: "\f119"; }

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-meh-o:before {
  content: "\f11a"; }

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-keyboard-o:before {
  content: "\f11c"; }

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-flag-o:before {
  content: "\f024"; }

.fa.fa-mail-reply-all:before {
  content: "\f122"; }

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-o:before {
  content: "\f089"; }

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-empty:before {
  content: "\f089"; }

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-full:before {
  content: "\f089"; }

.fa.fa-code-fork:before {
  content: "\f126"; }

.fa.fa-chain-broken:before {
  content: "\f127"; }

.fa.fa-shield:before {
  content: "\f3ed"; }

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-o:before {
  content: "\f133"; }

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ticket:before {
  content: "\f3ff"; }

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-minus-square-o:before {
  content: "\f146"; }

.fa.fa-level-up:before {
  content: "\f3bf"; }

.fa.fa-level-down:before {
  content: "\f3be"; }

.fa.fa-pencil-square:before {
  content: "\f14b"; }

.fa.fa-external-link-square:before {
  content: "\f360"; }

.fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-down:before {
  content: "\f150"; }

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-up:before {
  content: "\f151"; }

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-right:before {
  content: "\f152"; }

.fa.fa-eur:before {
  content: "\f153"; }

.fa.fa-euro:before {
  content: "\f153"; }

.fa.fa-gbp:before {
  content: "\f154"; }

.fa.fa-usd:before {
  content: "\f155"; }

.fa.fa-dollar:before {
  content: "\f155"; }

.fa.fa-inr:before {
  content: "\f156"; }

.fa.fa-rupee:before {
  content: "\f156"; }

.fa.fa-jpy:before {
  content: "\f157"; }

.fa.fa-cny:before {
  content: "\f157"; }

.fa.fa-rmb:before {
  content: "\f157"; }

.fa.fa-yen:before {
  content: "\f157"; }

.fa.fa-rub:before {
  content: "\f158"; }

.fa.fa-ruble:before {
  content: "\f158"; }

.fa.fa-rouble:before {
  content: "\f158"; }

.fa.fa-krw:before {
  content: "\f159"; }

.fa.fa-won:before {
  content: "\f159"; }

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin:before {
  content: "\f15a"; }

.fa.fa-file-text:before {
  content: "\f15c"; }

.fa.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa.fa-sort-alpha-desc:before {
  content: "\f881"; }

.fa.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa.fa-sort-amount-desc:before {
  content: "\f884"; }

.fa.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa.fa-sort-numeric-desc:before {
  content: "\f886"; }

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play:before {
  content: "\f167"; }

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square:before {
  content: "\f171"; }

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-long-arrow-down:before {
  content: "\f309"; }

.fa.fa-long-arrow-up:before {
  content: "\f30c"; }

.fa.fa-long-arrow-left:before {
  content: "\f30a"; }

.fa.fa-long-arrow-right:before {
  content: "\f30b"; }

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip:before {
  content: "\f184"; }

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sun-o:before {
  content: "\f185"; }

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-moon-o:before {
  content: "\f186"; }

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a"; }

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-left:before {
  content: "\f359"; }

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-left:before {
  content: "\f191"; }

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-dot-circle-o:before {
  content: "\f192"; }

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-try:before {
  content: "\f195"; }

.fa.fa-turkish-lira:before {
  content: "\f195"; }

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-plus-square-o:before {
  content: "\f0fe"; }

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-institution:before {
  content: "\f19c"; }

.fa.fa-bank:before {
  content: "\f19c"; }

.fa.fa-mortar-board:before {
  content: "\f19d"; }

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-spoon:before {
  content: "\f2e5"; }

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-automobile:before {
  content: "\f1b9"; }

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-o:before {
  content: "\f0e0"; }

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-word-o:before {
  content: "\f1c2"; }

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-image-o:before {
  content: "\f1c5"; }

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-photo-o:before {
  content: "\f1c5"; }

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-picture-o:before {
  content: "\f1c5"; }

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-zip-o:before {
  content: "\f1c6"; }

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-sound-o:before {
  content: "\f1c7"; }

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-video-o:before {
  content: "\f1c8"; }

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-movie-o:before {
  content: "\f1c8"; }

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-code-o:before {
  content: "\f1c9"; }

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-bouy:before {
  content: "\f1cd"; }

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-buoy:before {
  content: "\f1cd"; }

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-saver:before {
  content: "\f1cd"; }

.fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-support:before {
  content: "\f1cd"; }

.fa.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra:before {
  content: "\f1d0"; }

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-resistance:before {
  content: "\f1d0"; }

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge:before {
  content: "\f1d1"; }

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square:before {
  content: "\f1d4"; }

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc-square:before {
  content: "\f1d4"; }

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat:before {
  content: "\f1d7"; }

.fa.fa-send:before {
  content: "\f1d8"; }

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paper-plane-o:before {
  content: "\f1d8"; }

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-send-o:before {
  content: "\f1d8"; }

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-circle-thin:before {
  content: "\f111"; }

.fa.fa-header:before {
  content: "\f1dc"; }

.fa.fa-sliders:before {
  content: "\f1de"; }

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-futbol-o:before {
  content: "\f1e3"; }

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-soccer-ball-o:before {
  content: "\f1e3"; }

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bell-slash-o:before {
  content: "\f1f6"; }

.fa.fa-trash:before {
  content: "\f2ed"; }

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-eyedropper:before {
  content: "\f1fb"; }

.fa.fa-area-chart:before {
  content: "\f1fe"; }

.fa.fa-pie-chart:before {
  content: "\f200"; }

.fa.fa-line-chart:before {
  content: "\f201"; }

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-cc:before {
  content: "\f20a"; }

.fa.fa-ils:before {
  content: "\f20b"; }

.fa.fa-shekel:before {
  content: "\f20b"; }

.fa.fa-sheqel:before {
  content: "\f20b"; }

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-meanpath:before {
  content: "\f2b4"; }

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-diamond:before {
  content: "\f3a5"; }

.fa.fa-intersex:before {
  content: "\f224"; }

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-official:before {
  content: "\f09a"; }

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hotel:before {
  content: "\f236"; }

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc:before {
  content: "\f23b"; }

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-battery-4:before {
  content: "\f240"; }

.fa.fa-battery:before {
  content: "\f240"; }

.fa.fa-battery-3:before {
  content: "\f241"; }

.fa.fa-battery-2:before {
  content: "\f242"; }

.fa.fa-battery-1:before {
  content: "\f243"; }

.fa.fa-battery-0:before {
  content: "\f244"; }

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o:before {
  content: "\f249"; }

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hourglass-o:before {
  content: "\f254"; }

.fa.fa-hourglass-1:before {
  content: "\f251"; }

.fa.fa-hourglass-2:before {
  content: "\f252"; }

.fa.fa-hourglass-3:before {
  content: "\f253"; }

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-rock-o:before {
  content: "\f255"; }

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-grab-o:before {
  content: "\f255"; }

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-paper-o:before {
  content: "\f256"; }

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-stop-o:before {
  content: "\f256"; }

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-spock-o:before {
  content: "\f259"; }

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-television:before {
  content: "\f26c"; }

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-times-o:before {
  content: "\f273"; }

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-check-o:before {
  content: "\f274"; }

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-map-o:before {
  content: "\f279"; }

.fa.fa-commenting:before {
  content: "\f4ad"; }

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-commenting-o:before {
  content: "\f4ad"; }

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo:before {
  content: "\f27d"; }

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card-alt:before {
  content: "\f09d"; }

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-pause-circle-o:before {
  content: "\f28b"; }

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-stop-circle-o:before {
  content: "\f28d"; }

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt:before {
  content: "\f368"; }

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-question-circle-o:before {
  content: "\f059"; }

.fa.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa.fa-asl-interpreting:before {
  content: "\f2a3"; }

.fa.fa-deafness:before {
  content: "\f2a4"; }

.fa.fa-hard-of-hearing:before {
  content: "\f2a4"; }

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-signing:before {
  content: "\f2a7"; }

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-circle:before {
  content: "\f2b3"; }

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa:before {
  content: "\f2b4"; }

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-handshake-o:before {
  content: "\f2b5"; }

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-open-o:before {
  content: "\f2b6"; }

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-address-book-o:before {
  content: "\f2b9"; }

.fa.fa-vcard:before {
  content: "\f2bb"; }

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-address-card-o:before {
  content: "\f2bb"; }

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-vcard-o:before {
  content: "\f2bb"; }

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-user-circle-o:before {
  content: "\f2bd"; }

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-user-o:before {
  content: "\f007"; }

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-drivers-license:before {
  content: "\f2c2"; }

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-id-card-o:before {
  content: "\f2c2"; }

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-drivers-license-o:before {
  content: "\f2c2"; }

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-thermometer-4:before {
  content: "\f2c7"; }

.fa.fa-thermometer:before {
  content: "\f2c7"; }

.fa.fa-thermometer-3:before {
  content: "\f2c8"; }

.fa.fa-thermometer-2:before {
  content: "\f2c9"; }

.fa.fa-thermometer-1:before {
  content: "\f2ca"; }

.fa.fa-thermometer-0:before {
  content: "\f2cb"; }

.fa.fa-bathtub:before {
  content: "\f2cd"; }

.fa.fa-s15:before {
  content: "\f2cd"; }

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-rectangle:before {
  content: "\f410"; }

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-window-close-o:before {
  content: "\f410"; }

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-rectangle-o:before {
  content: "\f410"; }

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast:before {
  content: "\f2da"; }

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cab:before {
  content: "\f1ba"; }
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(../libs/malihu-custom-scrollbar-plugin/mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */
@charset "UTF-8";
:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}
:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "▶";
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "▼";
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼"/"";
}
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dataTables_scrollBody > table.dataTable > thead > tr > th:before, div.dataTables_scrollBody > table.dataTable > thead > tr > th:after,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: none;
}
table.dataTable > tbody > tr {
  background-color: transparent;
}
table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgb(13, 110, 253);
  box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}
table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}
table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
}
table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95);
}
table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.075);
}
table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.975);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975);
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dt-row {
  position: relative;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:before,
div.dataTables_scrollBody > table > thead .sorting_asc:before,
div.dataTables_scrollBody > table > thead .sorting_desc:before,
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody > table > tbody tr:first-child th,
div.dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled):before, table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled):after {
  right: 5px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}
table.table-bordered.dataTable thead tr:first-child th,
table.table-bordered.dataTable thead tr:first-child td {
  border-top-width: 1px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable td:first-child,
table.table-bordered.dataTable td:first-child {
  border-left-width: 1px;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-bottom-width: 1px;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

:root[data-bs-theme=dark] {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}
/*!
 * Datepicker for Bootstrap v1.10.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.dataTable {
  width: 100% !important;
  border-spacing: 0 !important; }

.table td, .table th {
  padding: 8px 10px; }

.dataTable tbody tr td button {
  cursor: pointer; }

.dataTable tbody tr td div.dropdown ul.dropdown-menu li {
  cursor: pointer; }
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    color: #1b1b1b;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    color: #fff;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{
    color: #999;
}/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}@font-face {
  font-family: "bootstrap-icons";
  src: url("../Themes/LeptonX/Global/side-menu/libs/bootstrap-icons/font/fonts/bootstrap-icons.woff2?30af91bf14e37666a085fb8a161ff36d") format("woff2"),
url("../Themes/LeptonX/Global/side-menu/libs/bootstrap-icons/font/fonts/bootstrap-icons.woff?30af91bf14e37666a085fb8a161ff36d") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before { content: "\f67f"; }
.bi-alarm-fill::before { content: "\f101"; }
.bi-alarm::before { content: "\f102"; }
.bi-align-bottom::before { content: "\f103"; }
.bi-align-center::before { content: "\f104"; }
.bi-align-end::before { content: "\f105"; }
.bi-align-middle::before { content: "\f106"; }
.bi-align-start::before { content: "\f107"; }
.bi-align-top::before { content: "\f108"; }
.bi-alt::before { content: "\f109"; }
.bi-app-indicator::before { content: "\f10a"; }
.bi-app::before { content: "\f10b"; }
.bi-archive-fill::before { content: "\f10c"; }
.bi-archive::before { content: "\f10d"; }
.bi-arrow-90deg-down::before { content: "\f10e"; }
.bi-arrow-90deg-left::before { content: "\f10f"; }
.bi-arrow-90deg-right::before { content: "\f110"; }
.bi-arrow-90deg-up::before { content: "\f111"; }
.bi-arrow-bar-down::before { content: "\f112"; }
.bi-arrow-bar-left::before { content: "\f113"; }
.bi-arrow-bar-right::before { content: "\f114"; }
.bi-arrow-bar-up::before { content: "\f115"; }
.bi-arrow-clockwise::before { content: "\f116"; }
.bi-arrow-counterclockwise::before { content: "\f117"; }
.bi-arrow-down-circle-fill::before { content: "\f118"; }
.bi-arrow-down-circle::before { content: "\f119"; }
.bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
.bi-arrow-down-left-circle::before { content: "\f11b"; }
.bi-arrow-down-left-square-fill::before { content: "\f11c"; }
.bi-arrow-down-left-square::before { content: "\f11d"; }
.bi-arrow-down-left::before { content: "\f11e"; }
.bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
.bi-arrow-down-right-circle::before { content: "\f120"; }
.bi-arrow-down-right-square-fill::before { content: "\f121"; }
.bi-arrow-down-right-square::before { content: "\f122"; }
.bi-arrow-down-right::before { content: "\f123"; }
.bi-arrow-down-short::before { content: "\f124"; }
.bi-arrow-down-square-fill::before { content: "\f125"; }
.bi-arrow-down-square::before { content: "\f126"; }
.bi-arrow-down-up::before { content: "\f127"; }
.bi-arrow-down::before { content: "\f128"; }
.bi-arrow-left-circle-fill::before { content: "\f129"; }
.bi-arrow-left-circle::before { content: "\f12a"; }
.bi-arrow-left-right::before { content: "\f12b"; }
.bi-arrow-left-short::before { content: "\f12c"; }
.bi-arrow-left-square-fill::before { content: "\f12d"; }
.bi-arrow-left-square::before { content: "\f12e"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-repeat::before { content: "\f130"; }
.bi-arrow-return-left::before { content: "\f131"; }
.bi-arrow-return-right::before { content: "\f132"; }
.bi-arrow-right-circle-fill::before { content: "\f133"; }
.bi-arrow-right-circle::before { content: "\f134"; }
.bi-arrow-right-short::before { content: "\f135"; }
.bi-arrow-right-square-fill::before { content: "\f136"; }
.bi-arrow-right-square::before { content: "\f137"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up-circle-fill::before { content: "\f139"; }
.bi-arrow-up-circle::before { content: "\f13a"; }
.bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
.bi-arrow-up-left-circle::before { content: "\f13c"; }
.bi-arrow-up-left-square-fill::before { content: "\f13d"; }
.bi-arrow-up-left-square::before { content: "\f13e"; }
.bi-arrow-up-left::before { content: "\f13f"; }
.bi-arrow-up-right-circle-fill::before { content: "\f140"; }
.bi-arrow-up-right-circle::before { content: "\f141"; }
.bi-arrow-up-right-square-fill::before { content: "\f142"; }
.bi-arrow-up-right-square::before { content: "\f143"; }
.bi-arrow-up-right::before { content: "\f144"; }
.bi-arrow-up-short::before { content: "\f145"; }
.bi-arrow-up-square-fill::before { content: "\f146"; }
.bi-arrow-up-square::before { content: "\f147"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-arrows-angle-contract::before { content: "\f149"; }
.bi-arrows-angle-expand::before { content: "\f14a"; }
.bi-arrows-collapse::before { content: "\f14b"; }
.bi-arrows-expand::before { content: "\f14c"; }
.bi-arrows-fullscreen::before { content: "\f14d"; }
.bi-arrows-move::before { content: "\f14e"; }
.bi-aspect-ratio-fill::before { content: "\f14f"; }
.bi-aspect-ratio::before { content: "\f150"; }
.bi-asterisk::before { content: "\f151"; }
.bi-at::before { content: "\f152"; }
.bi-award-fill::before { content: "\f153"; }
.bi-award::before { content: "\f154"; }
.bi-back::before { content: "\f155"; }
.bi-backspace-fill::before { content: "\f156"; }
.bi-backspace-reverse-fill::before { content: "\f157"; }
.bi-backspace-reverse::before { content: "\f158"; }
.bi-backspace::before { content: "\f159"; }
.bi-badge-3d-fill::before { content: "\f15a"; }
.bi-badge-3d::before { content: "\f15b"; }
.bi-badge-4k-fill::before { content: "\f15c"; }
.bi-badge-4k::before { content: "\f15d"; }
.bi-badge-8k-fill::before { content: "\f15e"; }
.bi-badge-8k::before { content: "\f15f"; }
.bi-badge-ad-fill::before { content: "\f160"; }
.bi-badge-ad::before { content: "\f161"; }
.bi-badge-ar-fill::before { content: "\f162"; }
.bi-badge-ar::before { content: "\f163"; }
.bi-badge-cc-fill::before { content: "\f164"; }
.bi-badge-cc::before { content: "\f165"; }
.bi-badge-hd-fill::before { content: "\f166"; }
.bi-badge-hd::before { content: "\f167"; }
.bi-badge-tm-fill::before { content: "\f168"; }
.bi-badge-tm::before { content: "\f169"; }
.bi-badge-vo-fill::before { content: "\f16a"; }
.bi-badge-vo::before { content: "\f16b"; }
.bi-badge-vr-fill::before { content: "\f16c"; }
.bi-badge-vr::before { content: "\f16d"; }
.bi-badge-wc-fill::before { content: "\f16e"; }
.bi-badge-wc::before { content: "\f16f"; }
.bi-bag-check-fill::before { content: "\f170"; }
.bi-bag-check::before { content: "\f171"; }
.bi-bag-dash-fill::before { content: "\f172"; }
.bi-bag-dash::before { content: "\f173"; }
.bi-bag-fill::before { content: "\f174"; }
.bi-bag-plus-fill::before { content: "\f175"; }
.bi-bag-plus::before { content: "\f176"; }
.bi-bag-x-fill::before { content: "\f177"; }
.bi-bag-x::before { content: "\f178"; }
.bi-bag::before { content: "\f179"; }
.bi-bar-chart-fill::before { content: "\f17a"; }
.bi-bar-chart-line-fill::before { content: "\f17b"; }
.bi-bar-chart-line::before { content: "\f17c"; }
.bi-bar-chart-steps::before { content: "\f17d"; }
.bi-bar-chart::before { content: "\f17e"; }
.bi-basket-fill::before { content: "\f17f"; }
.bi-basket::before { content: "\f180"; }
.bi-basket2-fill::before { content: "\f181"; }
.bi-basket2::before { content: "\f182"; }
.bi-basket3-fill::before { content: "\f183"; }
.bi-basket3::before { content: "\f184"; }
.bi-battery-charging::before { content: "\f185"; }
.bi-battery-full::before { content: "\f186"; }
.bi-battery-half::before { content: "\f187"; }
.bi-battery::before { content: "\f188"; }
.bi-bell-fill::before { content: "\f189"; }
.bi-bell::before { content: "\f18a"; }
.bi-bezier::before { content: "\f18b"; }
.bi-bezier2::before { content: "\f18c"; }
.bi-bicycle::before { content: "\f18d"; }
.bi-binoculars-fill::before { content: "\f18e"; }
.bi-binoculars::before { content: "\f18f"; }
.bi-blockquote-left::before { content: "\f190"; }
.bi-blockquote-right::before { content: "\f191"; }
.bi-book-fill::before { content: "\f192"; }
.bi-book-half::before { content: "\f193"; }
.bi-book::before { content: "\f194"; }
.bi-bookmark-check-fill::before { content: "\f195"; }
.bi-bookmark-check::before { content: "\f196"; }
.bi-bookmark-dash-fill::before { content: "\f197"; }
.bi-bookmark-dash::before { content: "\f198"; }
.bi-bookmark-fill::before { content: "\f199"; }
.bi-bookmark-heart-fill::before { content: "\f19a"; }
.bi-bookmark-heart::before { content: "\f19b"; }
.bi-bookmark-plus-fill::before { content: "\f19c"; }
.bi-bookmark-plus::before { content: "\f19d"; }
.bi-bookmark-star-fill::before { content: "\f19e"; }
.bi-bookmark-star::before { content: "\f19f"; }
.bi-bookmark-x-fill::before { content: "\f1a0"; }
.bi-bookmark-x::before { content: "\f1a1"; }
.bi-bookmark::before { content: "\f1a2"; }
.bi-bookmarks-fill::before { content: "\f1a3"; }
.bi-bookmarks::before { content: "\f1a4"; }
.bi-bookshelf::before { content: "\f1a5"; }
.bi-bootstrap-fill::before { content: "\f1a6"; }
.bi-bootstrap-reboot::before { content: "\f1a7"; }
.bi-bootstrap::before { content: "\f1a8"; }
.bi-border-all::before { content: "\f1a9"; }
.bi-border-bottom::before { content: "\f1aa"; }
.bi-border-center::before { content: "\f1ab"; }
.bi-border-inner::before { content: "\f1ac"; }
.bi-border-left::before { content: "\f1ad"; }
.bi-border-middle::before { content: "\f1ae"; }
.bi-border-outer::before { content: "\f1af"; }
.bi-border-right::before { content: "\f1b0"; }
.bi-border-style::before { content: "\f1b1"; }
.bi-border-top::before { content: "\f1b2"; }
.bi-border-width::before { content: "\f1b3"; }
.bi-border::before { content: "\f1b4"; }
.bi-bounding-box-circles::before { content: "\f1b5"; }
.bi-bounding-box::before { content: "\f1b6"; }
.bi-box-arrow-down-left::before { content: "\f1b7"; }
.bi-box-arrow-down-right::before { content: "\f1b8"; }
.bi-box-arrow-down::before { content: "\f1b9"; }
.bi-box-arrow-in-down-left::before { content: "\f1ba"; }
.bi-box-arrow-in-down-right::before { content: "\f1bb"; }
.bi-box-arrow-in-down::before { content: "\f1bc"; }
.bi-box-arrow-in-left::before { content: "\f1bd"; }
.bi-box-arrow-in-right::before { content: "\f1be"; }
.bi-box-arrow-in-up-left::before { content: "\f1bf"; }
.bi-box-arrow-in-up-right::before { content: "\f1c0"; }
.bi-box-arrow-in-up::before { content: "\f1c1"; }
.bi-box-arrow-left::before { content: "\f1c2"; }
.bi-box-arrow-right::before { content: "\f1c3"; }
.bi-box-arrow-up-left::before { content: "\f1c4"; }
.bi-box-arrow-up-right::before { content: "\f1c5"; }
.bi-box-arrow-up::before { content: "\f1c6"; }
.bi-box-seam::before { content: "\f1c7"; }
.bi-box::before { content: "\f1c8"; }
.bi-braces::before { content: "\f1c9"; }
.bi-bricks::before { content: "\f1ca"; }
.bi-briefcase-fill::before { content: "\f1cb"; }
.bi-briefcase::before { content: "\f1cc"; }
.bi-brightness-alt-high-fill::before { content: "\f1cd"; }
.bi-brightness-alt-high::before { content: "\f1ce"; }
.bi-brightness-alt-low-fill::before { content: "\f1cf"; }
.bi-brightness-alt-low::before { content: "\f1d0"; }
.bi-brightness-high-fill::before { content: "\f1d1"; }
.bi-brightness-high::before { content: "\f1d2"; }
.bi-brightness-low-fill::before { content: "\f1d3"; }
.bi-brightness-low::before { content: "\f1d4"; }
.bi-broadcast-pin::before { content: "\f1d5"; }
.bi-broadcast::before { content: "\f1d6"; }
.bi-brush-fill::before { content: "\f1d7"; }
.bi-brush::before { content: "\f1d8"; }
.bi-bucket-fill::before { content: "\f1d9"; }
.bi-bucket::before { content: "\f1da"; }
.bi-bug-fill::before { content: "\f1db"; }
.bi-bug::before { content: "\f1dc"; }
.bi-building::before { content: "\f1dd"; }
.bi-bullseye::before { content: "\f1de"; }
.bi-calculator-fill::before { content: "\f1df"; }
.bi-calculator::before { content: "\f1e0"; }
.bi-calendar-check-fill::before { content: "\f1e1"; }
.bi-calendar-check::before { content: "\f1e2"; }
.bi-calendar-date-fill::before { content: "\f1e3"; }
.bi-calendar-date::before { content: "\f1e4"; }
.bi-calendar-day-fill::before { content: "\f1e5"; }
.bi-calendar-day::before { content: "\f1e6"; }
.bi-calendar-event-fill::before { content: "\f1e7"; }
.bi-calendar-event::before { content: "\f1e8"; }
.bi-calendar-fill::before { content: "\f1e9"; }
.bi-calendar-minus-fill::before { content: "\f1ea"; }
.bi-calendar-minus::before { content: "\f1eb"; }
.bi-calendar-month-fill::before { content: "\f1ec"; }
.bi-calendar-month::before { content: "\f1ed"; }
.bi-calendar-plus-fill::before { content: "\f1ee"; }
.bi-calendar-plus::before { content: "\f1ef"; }
.bi-calendar-range-fill::before { content: "\f1f0"; }
.bi-calendar-range::before { content: "\f1f1"; }
.bi-calendar-week-fill::before { content: "\f1f2"; }
.bi-calendar-week::before { content: "\f1f3"; }
.bi-calendar-x-fill::before { content: "\f1f4"; }
.bi-calendar-x::before { content: "\f1f5"; }
.bi-calendar::before { content: "\f1f6"; }
.bi-calendar2-check-fill::before { content: "\f1f7"; }
.bi-calendar2-check::before { content: "\f1f8"; }
.bi-calendar2-date-fill::before { content: "\f1f9"; }
.bi-calendar2-date::before { content: "\f1fa"; }
.bi-calendar2-day-fill::before { content: "\f1fb"; }
.bi-calendar2-day::before { content: "\f1fc"; }
.bi-calendar2-event-fill::before { content: "\f1fd"; }
.bi-calendar2-event::before { content: "\f1fe"; }
.bi-calendar2-fill::before { content: "\f1ff"; }
.bi-calendar2-minus-fill::before { content: "\f200"; }
.bi-calendar2-minus::before { content: "\f201"; }
.bi-calendar2-month-fill::before { content: "\f202"; }
.bi-calendar2-month::before { content: "\f203"; }
.bi-calendar2-plus-fill::before { content: "\f204"; }
.bi-calendar2-plus::before { content: "\f205"; }
.bi-calendar2-range-fill::before { content: "\f206"; }
.bi-calendar2-range::before { content: "\f207"; }
.bi-calendar2-week-fill::before { content: "\f208"; }
.bi-calendar2-week::before { content: "\f209"; }
.bi-calendar2-x-fill::before { content: "\f20a"; }
.bi-calendar2-x::before { content: "\f20b"; }
.bi-calendar2::before { content: "\f20c"; }
.bi-calendar3-event-fill::before { content: "\f20d"; }
.bi-calendar3-event::before { content: "\f20e"; }
.bi-calendar3-fill::before { content: "\f20f"; }
.bi-calendar3-range-fill::before { content: "\f210"; }
.bi-calendar3-range::before { content: "\f211"; }
.bi-calendar3-week-fill::before { content: "\f212"; }
.bi-calendar3-week::before { content: "\f213"; }
.bi-calendar3::before { content: "\f214"; }
.bi-calendar4-event::before { content: "\f215"; }
.bi-calendar4-range::before { content: "\f216"; }
.bi-calendar4-week::before { content: "\f217"; }
.bi-calendar4::before { content: "\f218"; }
.bi-camera-fill::before { content: "\f219"; }
.bi-camera-reels-fill::before { content: "\f21a"; }
.bi-camera-reels::before { content: "\f21b"; }
.bi-camera-video-fill::before { content: "\f21c"; }
.bi-camera-video-off-fill::before { content: "\f21d"; }
.bi-camera-video-off::before { content: "\f21e"; }
.bi-camera-video::before { content: "\f21f"; }
.bi-camera::before { content: "\f220"; }
.bi-camera2::before { content: "\f221"; }
.bi-capslock-fill::before { content: "\f222"; }
.bi-capslock::before { content: "\f223"; }
.bi-card-checklist::before { content: "\f224"; }
.bi-card-heading::before { content: "\f225"; }
.bi-card-image::before { content: "\f226"; }
.bi-card-list::before { content: "\f227"; }
.bi-card-text::before { content: "\f228"; }
.bi-caret-down-fill::before { content: "\f229"; }
.bi-caret-down-square-fill::before { content: "\f22a"; }
.bi-caret-down-square::before { content: "\f22b"; }
.bi-caret-down::before { content: "\f22c"; }
.bi-caret-left-fill::before { content: "\f22d"; }
.bi-caret-left-square-fill::before { content: "\f22e"; }
.bi-caret-left-square::before { content: "\f22f"; }
.bi-caret-left::before { content: "\f230"; }
.bi-caret-right-fill::before { content: "\f231"; }
.bi-caret-right-square-fill::before { content: "\f232"; }
.bi-caret-right-square::before { content: "\f233"; }
.bi-caret-right::before { content: "\f234"; }
.bi-caret-up-fill::before { content: "\f235"; }
.bi-caret-up-square-fill::before { content: "\f236"; }
.bi-caret-up-square::before { content: "\f237"; }
.bi-caret-up::before { content: "\f238"; }
.bi-cart-check-fill::before { content: "\f239"; }
.bi-cart-check::before { content: "\f23a"; }
.bi-cart-dash-fill::before { content: "\f23b"; }
.bi-cart-dash::before { content: "\f23c"; }
.bi-cart-fill::before { content: "\f23d"; }
.bi-cart-plus-fill::before { content: "\f23e"; }
.bi-cart-plus::before { content: "\f23f"; }
.bi-cart-x-fill::before { content: "\f240"; }
.bi-cart-x::before { content: "\f241"; }
.bi-cart::before { content: "\f242"; }
.bi-cart2::before { content: "\f243"; }
.bi-cart3::before { content: "\f244"; }
.bi-cart4::before { content: "\f245"; }
.bi-cash-stack::before { content: "\f246"; }
.bi-cash::before { content: "\f247"; }
.bi-cast::before { content: "\f248"; }
.bi-chat-dots-fill::before { content: "\f249"; }
.bi-chat-dots::before { content: "\f24a"; }
.bi-chat-fill::before { content: "\f24b"; }
.bi-chat-left-dots-fill::before { content: "\f24c"; }
.bi-chat-left-dots::before { content: "\f24d"; }
.bi-chat-left-fill::before { content: "\f24e"; }
.bi-chat-left-quote-fill::before { content: "\f24f"; }
.bi-chat-left-quote::before { content: "\f250"; }
.bi-chat-left-text-fill::before { content: "\f251"; }
.bi-chat-left-text::before { content: "\f252"; }
.bi-chat-left::before { content: "\f253"; }
.bi-chat-quote-fill::before { content: "\f254"; }
.bi-chat-quote::before { content: "\f255"; }
.bi-chat-right-dots-fill::before { content: "\f256"; }
.bi-chat-right-dots::before { content: "\f257"; }
.bi-chat-right-fill::before { content: "\f258"; }
.bi-chat-right-quote-fill::before { content: "\f259"; }
.bi-chat-right-quote::before { content: "\f25a"; }
.bi-chat-right-text-fill::before { content: "\f25b"; }
.bi-chat-right-text::before { content: "\f25c"; }
.bi-chat-right::before { content: "\f25d"; }
.bi-chat-square-dots-fill::before { content: "\f25e"; }
.bi-chat-square-dots::before { content: "\f25f"; }
.bi-chat-square-fill::before { content: "\f260"; }
.bi-chat-square-quote-fill::before { content: "\f261"; }
.bi-chat-square-quote::before { content: "\f262"; }
.bi-chat-square-text-fill::before { content: "\f263"; }
.bi-chat-square-text::before { content: "\f264"; }
.bi-chat-square::before { content: "\f265"; }
.bi-chat-text-fill::before { content: "\f266"; }
.bi-chat-text::before { content: "\f267"; }
.bi-chat::before { content: "\f268"; }
.bi-check-all::before { content: "\f269"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-check-square-fill::before { content: "\f26c"; }
.bi-check-square::before { content: "\f26d"; }
.bi-check::before { content: "\f26e"; }
.bi-check2-all::before { content: "\f26f"; }
.bi-check2-circle::before { content: "\f270"; }
.bi-check2-square::before { content: "\f271"; }
.bi-check2::before { content: "\f272"; }
.bi-chevron-bar-contract::before { content: "\f273"; }
.bi-chevron-bar-down::before { content: "\f274"; }
.bi-chevron-bar-expand::before { content: "\f275"; }
.bi-chevron-bar-left::before { content: "\f276"; }
.bi-chevron-bar-right::before { content: "\f277"; }
.bi-chevron-bar-up::before { content: "\f278"; }
.bi-chevron-compact-down::before { content: "\f279"; }
.bi-chevron-compact-left::before { content: "\f27a"; }
.bi-chevron-compact-right::before { content: "\f27b"; }
.bi-chevron-compact-up::before { content: "\f27c"; }
.bi-chevron-contract::before { content: "\f27d"; }
.bi-chevron-double-down::before { content: "\f27e"; }
.bi-chevron-double-left::before { content: "\f27f"; }
.bi-chevron-double-right::before { content: "\f280"; }
.bi-chevron-double-up::before { content: "\f281"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-expand::before { content: "\f283"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-chevron-up::before { content: "\f286"; }
.bi-circle-fill::before { content: "\f287"; }
.bi-circle-half::before { content: "\f288"; }
.bi-circle-square::before { content: "\f289"; }
.bi-circle::before { content: "\f28a"; }
.bi-clipboard-check::before { content: "\f28b"; }
.bi-clipboard-data::before { content: "\f28c"; }
.bi-clipboard-minus::before { content: "\f28d"; }
.bi-clipboard-plus::before { content: "\f28e"; }
.bi-clipboard-x::before { content: "\f28f"; }
.bi-clipboard::before { content: "\f290"; }
.bi-clock-fill::before { content: "\f291"; }
.bi-clock-history::before { content: "\f292"; }
.bi-clock::before { content: "\f293"; }
.bi-cloud-arrow-down-fill::before { content: "\f294"; }
.bi-cloud-arrow-down::before { content: "\f295"; }
.bi-cloud-arrow-up-fill::before { content: "\f296"; }
.bi-cloud-arrow-up::before { content: "\f297"; }
.bi-cloud-check-fill::before { content: "\f298"; }
.bi-cloud-check::before { content: "\f299"; }
.bi-cloud-download-fill::before { content: "\f29a"; }
.bi-cloud-download::before { content: "\f29b"; }
.bi-cloud-drizzle-fill::before { content: "\f29c"; }
.bi-cloud-drizzle::before { content: "\f29d"; }
.bi-cloud-fill::before { content: "\f29e"; }
.bi-cloud-fog-fill::before { content: "\f29f"; }
.bi-cloud-fog::before { content: "\f2a0"; }
.bi-cloud-fog2-fill::before { content: "\f2a1"; }
.bi-cloud-fog2::before { content: "\f2a2"; }
.bi-cloud-hail-fill::before { content: "\f2a3"; }
.bi-cloud-hail::before { content: "\f2a4"; }
.bi-cloud-haze-1::before { content: "\f2a5"; }
.bi-cloud-haze-fill::before { content: "\f2a6"; }
.bi-cloud-haze::before { content: "\f2a7"; }
.bi-cloud-haze2-fill::before { content: "\f2a8"; }
.bi-cloud-lightning-fill::before { content: "\f2a9"; }
.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
.bi-cloud-lightning-rain::before { content: "\f2ab"; }
.bi-cloud-lightning::before { content: "\f2ac"; }
.bi-cloud-minus-fill::before { content: "\f2ad"; }
.bi-cloud-minus::before { content: "\f2ae"; }
.bi-cloud-moon-fill::before { content: "\f2af"; }
.bi-cloud-moon::before { content: "\f2b0"; }
.bi-cloud-plus-fill::before { content: "\f2b1"; }
.bi-cloud-plus::before { content: "\f2b2"; }
.bi-cloud-rain-fill::before { content: "\f2b3"; }
.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
.bi-cloud-rain-heavy::before { content: "\f2b5"; }
.bi-cloud-rain::before { content: "\f2b6"; }
.bi-cloud-slash-fill::before { content: "\f2b7"; }
.bi-cloud-slash::before { content: "\f2b8"; }
.bi-cloud-sleet-fill::before { content: "\f2b9"; }
.bi-cloud-sleet::before { content: "\f2ba"; }
.bi-cloud-snow-fill::before { content: "\f2bb"; }
.bi-cloud-snow::before { content: "\f2bc"; }
.bi-cloud-sun-fill::before { content: "\f2bd"; }
.bi-cloud-sun::before { content: "\f2be"; }
.bi-cloud-upload-fill::before { content: "\f2bf"; }
.bi-cloud-upload::before { content: "\f2c0"; }
.bi-cloud::before { content: "\f2c1"; }
.bi-clouds-fill::before { content: "\f2c2"; }
.bi-clouds::before { content: "\f2c3"; }
.bi-cloudy-fill::before { content: "\f2c4"; }
.bi-cloudy::before { content: "\f2c5"; }
.bi-code-slash::before { content: "\f2c6"; }
.bi-code-square::before { content: "\f2c7"; }
.bi-code::before { content: "\f2c8"; }
.bi-collection-fill::before { content: "\f2c9"; }
.bi-collection-play-fill::before { content: "\f2ca"; }
.bi-collection-play::before { content: "\f2cb"; }
.bi-collection::before { content: "\f2cc"; }
.bi-columns-gap::before { content: "\f2cd"; }
.bi-columns::before { content: "\f2ce"; }
.bi-command::before { content: "\f2cf"; }
.bi-compass-fill::before { content: "\f2d0"; }
.bi-compass::before { content: "\f2d1"; }
.bi-cone-striped::before { content: "\f2d2"; }
.bi-cone::before { content: "\f2d3"; }
.bi-controller::before { content: "\f2d4"; }
.bi-cpu-fill::before { content: "\f2d5"; }
.bi-cpu::before { content: "\f2d6"; }
.bi-credit-card-2-back-fill::before { content: "\f2d7"; }
.bi-credit-card-2-back::before { content: "\f2d8"; }
.bi-credit-card-2-front-fill::before { content: "\f2d9"; }
.bi-credit-card-2-front::before { content: "\f2da"; }
.bi-credit-card-fill::before { content: "\f2db"; }
.bi-credit-card::before { content: "\f2dc"; }
.bi-crop::before { content: "\f2dd"; }
.bi-cup-fill::before { content: "\f2de"; }
.bi-cup-straw::before { content: "\f2df"; }
.bi-cup::before { content: "\f2e0"; }
.bi-cursor-fill::before { content: "\f2e1"; }
.bi-cursor-text::before { content: "\f2e2"; }
.bi-cursor::before { content: "\f2e3"; }
.bi-dash-circle-dotted::before { content: "\f2e4"; }
.bi-dash-circle-fill::before { content: "\f2e5"; }
.bi-dash-circle::before { content: "\f2e6"; }
.bi-dash-square-dotted::before { content: "\f2e7"; }
.bi-dash-square-fill::before { content: "\f2e8"; }
.bi-dash-square::before { content: "\f2e9"; }
.bi-dash::before { content: "\f2ea"; }
.bi-diagram-2-fill::before { content: "\f2eb"; }
.bi-diagram-2::before { content: "\f2ec"; }
.bi-diagram-3-fill::before { content: "\f2ed"; }
.bi-diagram-3::before { content: "\f2ee"; }
.bi-diamond-fill::before { content: "\f2ef"; }
.bi-diamond-half::before { content: "\f2f0"; }
.bi-diamond::before { content: "\f2f1"; }
.bi-dice-1-fill::before { content: "\f2f2"; }
.bi-dice-1::before { content: "\f2f3"; }
.bi-dice-2-fill::before { content: "\f2f4"; }
.bi-dice-2::before { content: "\f2f5"; }
.bi-dice-3-fill::before { content: "\f2f6"; }
.bi-dice-3::before { content: "\f2f7"; }
.bi-dice-4-fill::before { content: "\f2f8"; }
.bi-dice-4::before { content: "\f2f9"; }
.bi-dice-5-fill::before { content: "\f2fa"; }
.bi-dice-5::before { content: "\f2fb"; }
.bi-dice-6-fill::before { content: "\f2fc"; }
.bi-dice-6::before { content: "\f2fd"; }
.bi-disc-fill::before { content: "\f2fe"; }
.bi-disc::before { content: "\f2ff"; }
.bi-discord::before { content: "\f300"; }
.bi-display-fill::before { content: "\f301"; }
.bi-display::before { content: "\f302"; }
.bi-distribute-horizontal::before { content: "\f303"; }
.bi-distribute-vertical::before { content: "\f304"; }
.bi-door-closed-fill::before { content: "\f305"; }
.bi-door-closed::before { content: "\f306"; }
.bi-door-open-fill::before { content: "\f307"; }
.bi-door-open::before { content: "\f308"; }
.bi-dot::before { content: "\f309"; }
.bi-download::before { content: "\f30a"; }
.bi-droplet-fill::before { content: "\f30b"; }
.bi-droplet-half::before { content: "\f30c"; }
.bi-droplet::before { content: "\f30d"; }
.bi-earbuds::before { content: "\f30e"; }
.bi-easel-fill::before { content: "\f30f"; }
.bi-easel::before { content: "\f310"; }
.bi-egg-fill::before { content: "\f311"; }
.bi-egg-fried::before { content: "\f312"; }
.bi-egg::before { content: "\f313"; }
.bi-eject-fill::before { content: "\f314"; }
.bi-eject::before { content: "\f315"; }
.bi-emoji-angry-fill::before { content: "\f316"; }
.bi-emoji-angry::before { content: "\f317"; }
.bi-emoji-dizzy-fill::before { content: "\f318"; }
.bi-emoji-dizzy::before { content: "\f319"; }
.bi-emoji-expressionless-fill::before { content: "\f31a"; }
.bi-emoji-expressionless::before { content: "\f31b"; }
.bi-emoji-frown-fill::before { content: "\f31c"; }
.bi-emoji-frown::before { content: "\f31d"; }
.bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
.bi-emoji-heart-eyes::before { content: "\f31f"; }
.bi-emoji-laughing-fill::before { content: "\f320"; }
.bi-emoji-laughing::before { content: "\f321"; }
.bi-emoji-neutral-fill::before { content: "\f322"; }
.bi-emoji-neutral::before { content: "\f323"; }
.bi-emoji-smile-fill::before { content: "\f324"; }
.bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
.bi-emoji-smile-upside-down::before { content: "\f326"; }
.bi-emoji-smile::before { content: "\f327"; }
.bi-emoji-sunglasses-fill::before { content: "\f328"; }
.bi-emoji-sunglasses::before { content: "\f329"; }
.bi-emoji-wink-fill::before { content: "\f32a"; }
.bi-emoji-wink::before { content: "\f32b"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-envelope-open-fill::before { content: "\f32d"; }
.bi-envelope-open::before { content: "\f32e"; }
.bi-envelope::before { content: "\f32f"; }
.bi-eraser-fill::before { content: "\f330"; }
.bi-eraser::before { content: "\f331"; }
.bi-exclamation-circle-fill::before { content: "\f332"; }
.bi-exclamation-circle::before { content: "\f333"; }
.bi-exclamation-diamond-fill::before { content: "\f334"; }
.bi-exclamation-diamond::before { content: "\f335"; }
.bi-exclamation-octagon-fill::before { content: "\f336"; }
.bi-exclamation-octagon::before { content: "\f337"; }
.bi-exclamation-square-fill::before { content: "\f338"; }
.bi-exclamation-square::before { content: "\f339"; }
.bi-exclamation-triangle-fill::before { content: "\f33a"; }
.bi-exclamation-triangle::before { content: "\f33b"; }
.bi-exclamation::before { content: "\f33c"; }
.bi-exclude::before { content: "\f33d"; }
.bi-eye-fill::before { content: "\f33e"; }
.bi-eye-slash-fill::before { content: "\f33f"; }
.bi-eye-slash::before { content: "\f340"; }
.bi-eye::before { content: "\f341"; }
.bi-eyedropper::before { content: "\f342"; }
.bi-eyeglasses::before { content: "\f343"; }
.bi-facebook::before { content: "\f344"; }
.bi-file-arrow-down-fill::before { content: "\f345"; }
.bi-file-arrow-down::before { content: "\f346"; }
.bi-file-arrow-up-fill::before { content: "\f347"; }
.bi-file-arrow-up::before { content: "\f348"; }
.bi-file-bar-graph-fill::before { content: "\f349"; }
.bi-file-bar-graph::before { content: "\f34a"; }
.bi-file-binary-fill::before { content: "\f34b"; }
.bi-file-binary::before { content: "\f34c"; }
.bi-file-break-fill::before { content: "\f34d"; }
.bi-file-break::before { content: "\f34e"; }
.bi-file-check-fill::before { content: "\f34f"; }
.bi-file-check::before { content: "\f350"; }
.bi-file-code-fill::before { content: "\f351"; }
.bi-file-code::before { content: "\f352"; }
.bi-file-diff-fill::before { content: "\f353"; }
.bi-file-diff::before { content: "\f354"; }
.bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
.bi-file-earmark-arrow-down::before { content: "\f356"; }
.bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
.bi-file-earmark-arrow-up::before { content: "\f358"; }
.bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
.bi-file-earmark-bar-graph::before { content: "\f35a"; }
.bi-file-earmark-binary-fill::before { content: "\f35b"; }
.bi-file-earmark-binary::before { content: "\f35c"; }
.bi-file-earmark-break-fill::before { content: "\f35d"; }
.bi-file-earmark-break::before { content: "\f35e"; }
.bi-file-earmark-check-fill::before { content: "\f35f"; }
.bi-file-earmark-check::before { content: "\f360"; }
.bi-file-earmark-code-fill::before { content: "\f361"; }
.bi-file-earmark-code::before { content: "\f362"; }
.bi-file-earmark-diff-fill::before { content: "\f363"; }
.bi-file-earmark-diff::before { content: "\f364"; }
.bi-file-earmark-easel-fill::before { content: "\f365"; }
.bi-file-earmark-easel::before { content: "\f366"; }
.bi-file-earmark-excel-fill::before { content: "\f367"; }
.bi-file-earmark-excel::before { content: "\f368"; }
.bi-file-earmark-fill::before { content: "\f369"; }
.bi-file-earmark-font-fill::before { content: "\f36a"; }
.bi-file-earmark-font::before { content: "\f36b"; }
.bi-file-earmark-image-fill::before { content: "\f36c"; }
.bi-file-earmark-image::before { content: "\f36d"; }
.bi-file-earmark-lock-fill::before { content: "\f36e"; }
.bi-file-earmark-lock::before { content: "\f36f"; }
.bi-file-earmark-lock2-fill::before { content: "\f370"; }
.bi-file-earmark-lock2::before { content: "\f371"; }
.bi-file-earmark-medical-fill::before { content: "\f372"; }
.bi-file-earmark-medical::before { content: "\f373"; }
.bi-file-earmark-minus-fill::before { content: "\f374"; }
.bi-file-earmark-minus::before { content: "\f375"; }
.bi-file-earmark-music-fill::before { content: "\f376"; }
.bi-file-earmark-music::before { content: "\f377"; }
.bi-file-earmark-person-fill::before { content: "\f378"; }
.bi-file-earmark-person::before { content: "\f379"; }
.bi-file-earmark-play-fill::before { content: "\f37a"; }
.bi-file-earmark-play::before { content: "\f37b"; }
.bi-file-earmark-plus-fill::before { content: "\f37c"; }
.bi-file-earmark-plus::before { content: "\f37d"; }
.bi-file-earmark-post-fill::before { content: "\f37e"; }
.bi-file-earmark-post::before { content: "\f37f"; }
.bi-file-earmark-ppt-fill::before { content: "\f380"; }
.bi-file-earmark-ppt::before { content: "\f381"; }
.bi-file-earmark-richtext-fill::before { content: "\f382"; }
.bi-file-earmark-richtext::before { content: "\f383"; }
.bi-file-earmark-ruled-fill::before { content: "\f384"; }
.bi-file-earmark-ruled::before { content: "\f385"; }
.bi-file-earmark-slides-fill::before { content: "\f386"; }
.bi-file-earmark-slides::before { content: "\f387"; }
.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
.bi-file-earmark-spreadsheet::before { content: "\f389"; }
.bi-file-earmark-text-fill::before { content: "\f38a"; }
.bi-file-earmark-text::before { content: "\f38b"; }
.bi-file-earmark-word-fill::before { content: "\f38c"; }
.bi-file-earmark-word::before { content: "\f38d"; }
.bi-file-earmark-x-fill::before { content: "\f38e"; }
.bi-file-earmark-x::before { content: "\f38f"; }
.bi-file-earmark-zip-fill::before { content: "\f390"; }
.bi-file-earmark-zip::before { content: "\f391"; }
.bi-file-earmark::before { content: "\f392"; }
.bi-file-easel-fill::before { content: "\f393"; }
.bi-file-easel::before { content: "\f394"; }
.bi-file-excel-fill::before { content: "\f395"; }
.bi-file-excel::before { content: "\f396"; }
.bi-file-fill::before { content: "\f397"; }
.bi-file-font-fill::before { content: "\f398"; }
.bi-file-font::before { content: "\f399"; }
.bi-file-image-fill::before { content: "\f39a"; }
.bi-file-image::before { content: "\f39b"; }
.bi-file-lock-fill::before { content: "\f39c"; }
.bi-file-lock::before { content: "\f39d"; }
.bi-file-lock2-fill::before { content: "\f39e"; }
.bi-file-lock2::before { content: "\f39f"; }
.bi-file-medical-fill::before { content: "\f3a0"; }
.bi-file-medical::before { content: "\f3a1"; }
.bi-file-minus-fill::before { content: "\f3a2"; }
.bi-file-minus::before { content: "\f3a3"; }
.bi-file-music-fill::before { content: "\f3a4"; }
.bi-file-music::before { content: "\f3a5"; }
.bi-file-person-fill::before { content: "\f3a6"; }
.bi-file-person::before { content: "\f3a7"; }
.bi-file-play-fill::before { content: "\f3a8"; }
.bi-file-play::before { content: "\f3a9"; }
.bi-file-plus-fill::before { content: "\f3aa"; }
.bi-file-plus::before { content: "\f3ab"; }
.bi-file-post-fill::before { content: "\f3ac"; }
.bi-file-post::before { content: "\f3ad"; }
.bi-file-ppt-fill::before { content: "\f3ae"; }
.bi-file-ppt::before { content: "\f3af"; }
.bi-file-richtext-fill::before { content: "\f3b0"; }
.bi-file-richtext::before { content: "\f3b1"; }
.bi-file-ruled-fill::before { content: "\f3b2"; }
.bi-file-ruled::before { content: "\f3b3"; }
.bi-file-slides-fill::before { content: "\f3b4"; }
.bi-file-slides::before { content: "\f3b5"; }
.bi-file-spreadsheet-fill::before { content: "\f3b6"; }
.bi-file-spreadsheet::before { content: "\f3b7"; }
.bi-file-text-fill::before { content: "\f3b8"; }
.bi-file-text::before { content: "\f3b9"; }
.bi-file-word-fill::before { content: "\f3ba"; }
.bi-file-word::before { content: "\f3bb"; }
.bi-file-x-fill::before { content: "\f3bc"; }
.bi-file-x::before { content: "\f3bd"; }
.bi-file-zip-fill::before { content: "\f3be"; }
.bi-file-zip::before { content: "\f3bf"; }
.bi-file::before { content: "\f3c0"; }
.bi-files-alt::before { content: "\f3c1"; }
.bi-files::before { content: "\f3c2"; }
.bi-film::before { content: "\f3c3"; }
.bi-filter-circle-fill::before { content: "\f3c4"; }
.bi-filter-circle::before { content: "\f3c5"; }
.bi-filter-left::before { content: "\f3c6"; }
.bi-filter-right::before { content: "\f3c7"; }
.bi-filter-square-fill::before { content: "\f3c8"; }
.bi-filter-square::before { content: "\f3c9"; }
.bi-filter::before { content: "\f3ca"; }
.bi-flag-fill::before { content: "\f3cb"; }
.bi-flag::before { content: "\f3cc"; }
.bi-flower1::before { content: "\f3cd"; }
.bi-flower2::before { content: "\f3ce"; }
.bi-flower3::before { content: "\f3cf"; }
.bi-folder-check::before { content: "\f3d0"; }
.bi-folder-fill::before { content: "\f3d1"; }
.bi-folder-minus::before { content: "\f3d2"; }
.bi-folder-plus::before { content: "\f3d3"; }
.bi-folder-symlink-fill::before { content: "\f3d4"; }
.bi-folder-symlink::before { content: "\f3d5"; }
.bi-folder-x::before { content: "\f3d6"; }
.bi-folder::before { content: "\f3d7"; }
.bi-folder2-open::before { content: "\f3d8"; }
.bi-folder2::before { content: "\f3d9"; }
.bi-fonts::before { content: "\f3da"; }
.bi-forward-fill::before { content: "\f3db"; }
.bi-forward::before { content: "\f3dc"; }
.bi-front::before { content: "\f3dd"; }
.bi-fullscreen-exit::before { content: "\f3de"; }
.bi-fullscreen::before { content: "\f3df"; }
.bi-funnel-fill::before { content: "\f3e0"; }
.bi-funnel::before { content: "\f3e1"; }
.bi-gear-fill::before { content: "\f3e2"; }
.bi-gear-wide-connected::before { content: "\f3e3"; }
.bi-gear-wide::before { content: "\f3e4"; }
.bi-gear::before { content: "\f3e5"; }
.bi-gem::before { content: "\f3e6"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-geo-fill::before { content: "\f3e9"; }
.bi-geo::before { content: "\f3ea"; }
.bi-gift-fill::before { content: "\f3eb"; }
.bi-gift::before { content: "\f3ec"; }
.bi-github::before { content: "\f3ed"; }
.bi-globe::before { content: "\f3ee"; }
.bi-globe2::before { content: "\f3ef"; }
.bi-google::before { content: "\f3f0"; }
.bi-graph-down::before { content: "\f3f1"; }
.bi-graph-up::before { content: "\f3f2"; }
.bi-grid-1x2-fill::before { content: "\f3f3"; }
.bi-grid-1x2::before { content: "\f3f4"; }
.bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
.bi-grid-3x2-gap::before { content: "\f3f6"; }
.bi-grid-3x2::before { content: "\f3f7"; }
.bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
.bi-grid-3x3-gap::before { content: "\f3f9"; }
.bi-grid-3x3::before { content: "\f3fa"; }
.bi-grid-fill::before { content: "\f3fb"; }
.bi-grid::before { content: "\f3fc"; }
.bi-grip-horizontal::before { content: "\f3fd"; }
.bi-grip-vertical::before { content: "\f3fe"; }
.bi-hammer::before { content: "\f3ff"; }
.bi-hand-index-fill::before { content: "\f400"; }
.bi-hand-index-thumb-fill::before { content: "\f401"; }
.bi-hand-index-thumb::before { content: "\f402"; }
.bi-hand-index::before { content: "\f403"; }
.bi-hand-thumbs-down-fill::before { content: "\f404"; }
.bi-hand-thumbs-down::before { content: "\f405"; }
.bi-hand-thumbs-up-fill::before { content: "\f406"; }
.bi-hand-thumbs-up::before { content: "\f407"; }
.bi-handbag-fill::before { content: "\f408"; }
.bi-handbag::before { content: "\f409"; }
.bi-hash::before { content: "\f40a"; }
.bi-hdd-fill::before { content: "\f40b"; }
.bi-hdd-network-fill::before { content: "\f40c"; }
.bi-hdd-network::before { content: "\f40d"; }
.bi-hdd-rack-fill::before { content: "\f40e"; }
.bi-hdd-rack::before { content: "\f40f"; }
.bi-hdd-stack-fill::before { content: "\f410"; }
.bi-hdd-stack::before { content: "\f411"; }
.bi-hdd::before { content: "\f412"; }
.bi-headphones::before { content: "\f413"; }
.bi-headset::before { content: "\f414"; }
.bi-heart-fill::before { content: "\f415"; }
.bi-heart-half::before { content: "\f416"; }
.bi-heart::before { content: "\f417"; }
.bi-heptagon-fill::before { content: "\f418"; }
.bi-heptagon-half::before { content: "\f419"; }
.bi-heptagon::before { content: "\f41a"; }
.bi-hexagon-fill::before { content: "\f41b"; }
.bi-hexagon-half::before { content: "\f41c"; }
.bi-hexagon::before { content: "\f41d"; }
.bi-hourglass-bottom::before { content: "\f41e"; }
.bi-hourglass-split::before { content: "\f41f"; }
.bi-hourglass-top::before { content: "\f420"; }
.bi-hourglass::before { content: "\f421"; }
.bi-house-door-fill::before { content: "\f422"; }
.bi-house-door::before { content: "\f423"; }
.bi-house-fill::before { content: "\f424"; }
.bi-house::before { content: "\f425"; }
.bi-hr::before { content: "\f426"; }
.bi-hurricane::before { content: "\f427"; }
.bi-image-alt::before { content: "\f428"; }
.bi-image-fill::before { content: "\f429"; }
.bi-image::before { content: "\f42a"; }
.bi-images::before { content: "\f42b"; }
.bi-inbox-fill::before { content: "\f42c"; }
.bi-inbox::before { content: "\f42d"; }
.bi-inboxes-fill::before { content: "\f42e"; }
.bi-inboxes::before { content: "\f42f"; }
.bi-info-circle-fill::before { content: "\f430"; }
.bi-info-circle::before { content: "\f431"; }
.bi-info-square-fill::before { content: "\f432"; }
.bi-info-square::before { content: "\f433"; }
.bi-info::before { content: "\f434"; }
.bi-input-cursor-text::before { content: "\f435"; }
.bi-input-cursor::before { content: "\f436"; }
.bi-instagram::before { content: "\f437"; }
.bi-intersect::before { content: "\f438"; }
.bi-journal-album::before { content: "\f439"; }
.bi-journal-arrow-down::before { content: "\f43a"; }
.bi-journal-arrow-up::before { content: "\f43b"; }
.bi-journal-bookmark-fill::before { content: "\f43c"; }
.bi-journal-bookmark::before { content: "\f43d"; }
.bi-journal-check::before { content: "\f43e"; }
.bi-journal-code::before { content: "\f43f"; }
.bi-journal-medical::before { content: "\f440"; }
.bi-journal-minus::before { content: "\f441"; }
.bi-journal-plus::before { content: "\f442"; }
.bi-journal-richtext::before { content: "\f443"; }
.bi-journal-text::before { content: "\f444"; }
.bi-journal-x::before { content: "\f445"; }
.bi-journal::before { content: "\f446"; }
.bi-journals::before { content: "\f447"; }
.bi-joystick::before { content: "\f448"; }
.bi-justify-left::before { content: "\f449"; }
.bi-justify-right::before { content: "\f44a"; }
.bi-justify::before { content: "\f44b"; }
.bi-kanban-fill::before { content: "\f44c"; }
.bi-kanban::before { content: "\f44d"; }
.bi-key-fill::before { content: "\f44e"; }
.bi-key::before { content: "\f44f"; }
.bi-keyboard-fill::before { content: "\f450"; }
.bi-keyboard::before { content: "\f451"; }
.bi-ladder::before { content: "\f452"; }
.bi-lamp-fill::before { content: "\f453"; }
.bi-lamp::before { content: "\f454"; }
.bi-laptop-fill::before { content: "\f455"; }
.bi-laptop::before { content: "\f456"; }
.bi-layer-backward::before { content: "\f457"; }
.bi-layer-forward::before { content: "\f458"; }
.bi-layers-fill::before { content: "\f459"; }
.bi-layers-half::before { content: "\f45a"; }
.bi-layers::before { content: "\f45b"; }
.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
.bi-layout-sidebar-inset::before { content: "\f45d"; }
.bi-layout-sidebar-reverse::before { content: "\f45e"; }
.bi-layout-sidebar::before { content: "\f45f"; }
.bi-layout-split::before { content: "\f460"; }
.bi-layout-text-sidebar-reverse::before { content: "\f461"; }
.bi-layout-text-sidebar::before { content: "\f462"; }
.bi-layout-text-window-reverse::before { content: "\f463"; }
.bi-layout-text-window::before { content: "\f464"; }
.bi-layout-three-columns::before { content: "\f465"; }
.bi-layout-wtf::before { content: "\f466"; }
.bi-life-preserver::before { content: "\f467"; }
.bi-lightbulb-fill::before { content: "\f468"; }
.bi-lightbulb-off-fill::before { content: "\f469"; }
.bi-lightbulb-off::before { content: "\f46a"; }
.bi-lightbulb::before { content: "\f46b"; }
.bi-lightning-charge-fill::before { content: "\f46c"; }
.bi-lightning-charge::before { content: "\f46d"; }
.bi-lightning-fill::before { content: "\f46e"; }
.bi-lightning::before { content: "\f46f"; }
.bi-link-45deg::before { content: "\f470"; }
.bi-link::before { content: "\f471"; }
.bi-linkedin::before { content: "\f472"; }
.bi-list-check::before { content: "\f473"; }
.bi-list-nested::before { content: "\f474"; }
.bi-list-ol::before { content: "\f475"; }
.bi-list-stars::before { content: "\f476"; }
.bi-list-task::before { content: "\f477"; }
.bi-list-ul::before { content: "\f478"; }
.bi-list::before { content: "\f479"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-lock::before { content: "\f47b"; }
.bi-mailbox::before { content: "\f47c"; }
.bi-mailbox2::before { content: "\f47d"; }
.bi-map-fill::before { content: "\f47e"; }
.bi-map::before { content: "\f47f"; }
.bi-markdown-fill::before { content: "\f480"; }
.bi-markdown::before { content: "\f481"; }
.bi-mask::before { content: "\f482"; }
.bi-megaphone-fill::before { content: "\f483"; }
.bi-megaphone::before { content: "\f484"; }
.bi-menu-app-fill::before { content: "\f485"; }
.bi-menu-app::before { content: "\f486"; }
.bi-menu-button-fill::before { content: "\f487"; }
.bi-menu-button-wide-fill::before { content: "\f488"; }
.bi-menu-button-wide::before { content: "\f489"; }
.bi-menu-button::before { content: "\f48a"; }
.bi-menu-down::before { content: "\f48b"; }
.bi-menu-up::before { content: "\f48c"; }
.bi-mic-fill::before { content: "\f48d"; }
.bi-mic-mute-fill::before { content: "\f48e"; }
.bi-mic-mute::before { content: "\f48f"; }
.bi-mic::before { content: "\f490"; }
.bi-minecart-loaded::before { content: "\f491"; }
.bi-minecart::before { content: "\f492"; }
.bi-moisture::before { content: "\f493"; }
.bi-moon-fill::before { content: "\f494"; }
.bi-moon-stars-fill::before { content: "\f495"; }
.bi-moon-stars::before { content: "\f496"; }
.bi-moon::before { content: "\f497"; }
.bi-mouse-fill::before { content: "\f498"; }
.bi-mouse::before { content: "\f499"; }
.bi-mouse2-fill::before { content: "\f49a"; }
.bi-mouse2::before { content: "\f49b"; }
.bi-mouse3-fill::before { content: "\f49c"; }
.bi-mouse3::before { content: "\f49d"; }
.bi-music-note-beamed::before { content: "\f49e"; }
.bi-music-note-list::before { content: "\f49f"; }
.bi-music-note::before { content: "\f4a0"; }
.bi-music-player-fill::before { content: "\f4a1"; }
.bi-music-player::before { content: "\f4a2"; }
.bi-newspaper::before { content: "\f4a3"; }
.bi-node-minus-fill::before { content: "\f4a4"; }
.bi-node-minus::before { content: "\f4a5"; }
.bi-node-plus-fill::before { content: "\f4a6"; }
.bi-node-plus::before { content: "\f4a7"; }
.bi-nut-fill::before { content: "\f4a8"; }
.bi-nut::before { content: "\f4a9"; }
.bi-octagon-fill::before { content: "\f4aa"; }
.bi-octagon-half::before { content: "\f4ab"; }
.bi-octagon::before { content: "\f4ac"; }
.bi-option::before { content: "\f4ad"; }
.bi-outlet::before { content: "\f4ae"; }
.bi-paint-bucket::before { content: "\f4af"; }
.bi-palette-fill::before { content: "\f4b0"; }
.bi-palette::before { content: "\f4b1"; }
.bi-palette2::before { content: "\f4b2"; }
.bi-paperclip::before { content: "\f4b3"; }
.bi-paragraph::before { content: "\f4b4"; }
.bi-patch-check-fill::before { content: "\f4b5"; }
.bi-patch-check::before { content: "\f4b6"; }
.bi-patch-exclamation-fill::before { content: "\f4b7"; }
.bi-patch-exclamation::before { content: "\f4b8"; }
.bi-patch-minus-fill::before { content: "\f4b9"; }
.bi-patch-minus::before { content: "\f4ba"; }
.bi-patch-plus-fill::before { content: "\f4bb"; }
.bi-patch-plus::before { content: "\f4bc"; }
.bi-patch-question-fill::before { content: "\f4bd"; }
.bi-patch-question::before { content: "\f4be"; }
.bi-pause-btn-fill::before { content: "\f4bf"; }
.bi-pause-btn::before { content: "\f4c0"; }
.bi-pause-circle-fill::before { content: "\f4c1"; }
.bi-pause-circle::before { content: "\f4c2"; }
.bi-pause-fill::before { content: "\f4c3"; }
.bi-pause::before { content: "\f4c4"; }
.bi-peace-fill::before { content: "\f4c5"; }
.bi-peace::before { content: "\f4c6"; }
.bi-pen-fill::before { content: "\f4c7"; }
.bi-pen::before { content: "\f4c8"; }
.bi-pencil-fill::before { content: "\f4c9"; }
.bi-pencil-square::before { content: "\f4ca"; }
.bi-pencil::before { content: "\f4cb"; }
.bi-pentagon-fill::before { content: "\f4cc"; }
.bi-pentagon-half::before { content: "\f4cd"; }
.bi-pentagon::before { content: "\f4ce"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-people::before { content: "\f4d0"; }
.bi-percent::before { content: "\f4d1"; }
.bi-person-badge-fill::before { content: "\f4d2"; }
.bi-person-badge::before { content: "\f4d3"; }
.bi-person-bounding-box::before { content: "\f4d4"; }
.bi-person-check-fill::before { content: "\f4d5"; }
.bi-person-check::before { content: "\f4d6"; }
.bi-person-circle::before { content: "\f4d7"; }
.bi-person-dash-fill::before { content: "\f4d8"; }
.bi-person-dash::before { content: "\f4d9"; }
.bi-person-fill::before { content: "\f4da"; }
.bi-person-lines-fill::before { content: "\f4db"; }
.bi-person-plus-fill::before { content: "\f4dc"; }
.bi-person-plus::before { content: "\f4dd"; }
.bi-person-square::before { content: "\f4de"; }
.bi-person-x-fill::before { content: "\f4df"; }
.bi-person-x::before { content: "\f4e0"; }
.bi-person::before { content: "\f4e1"; }
.bi-phone-fill::before { content: "\f4e2"; }
.bi-phone-landscape-fill::before { content: "\f4e3"; }
.bi-phone-landscape::before { content: "\f4e4"; }
.bi-phone-vibrate-fill::before { content: "\f4e5"; }
.bi-phone-vibrate::before { content: "\f4e6"; }
.bi-phone::before { content: "\f4e7"; }
.bi-pie-chart-fill::before { content: "\f4e8"; }
.bi-pie-chart::before { content: "\f4e9"; }
.bi-pin-angle-fill::before { content: "\f4ea"; }
.bi-pin-angle::before { content: "\f4eb"; }
.bi-pin-fill::before { content: "\f4ec"; }
.bi-pin::before { content: "\f4ed"; }
.bi-pip-fill::before { content: "\f4ee"; }
.bi-pip::before { content: "\f4ef"; }
.bi-play-btn-fill::before { content: "\f4f0"; }
.bi-play-btn::before { content: "\f4f1"; }
.bi-play-circle-fill::before { content: "\f4f2"; }
.bi-play-circle::before { content: "\f4f3"; }
.bi-play-fill::before { content: "\f4f4"; }
.bi-play::before { content: "\f4f5"; }
.bi-plug-fill::before { content: "\f4f6"; }
.bi-plug::before { content: "\f4f7"; }
.bi-plus-circle-dotted::before { content: "\f4f8"; }
.bi-plus-circle-fill::before { content: "\f4f9"; }
.bi-plus-circle::before { content: "\f4fa"; }
.bi-plus-square-dotted::before { content: "\f4fb"; }
.bi-plus-square-fill::before { content: "\f4fc"; }
.bi-plus-square::before { content: "\f4fd"; }
.bi-plus::before { content: "\f4fe"; }
.bi-power::before { content: "\f4ff"; }
.bi-printer-fill::before { content: "\f500"; }
.bi-printer::before { content: "\f501"; }
.bi-puzzle-fill::before { content: "\f502"; }
.bi-puzzle::before { content: "\f503"; }
.bi-question-circle-fill::before { content: "\f504"; }
.bi-question-circle::before { content: "\f505"; }
.bi-question-diamond-fill::before { content: "\f506"; }
.bi-question-diamond::before { content: "\f507"; }
.bi-question-octagon-fill::before { content: "\f508"; }
.bi-question-octagon::before { content: "\f509"; }
.bi-question-square-fill::before { content: "\f50a"; }
.bi-question-square::before { content: "\f50b"; }
.bi-question::before { content: "\f50c"; }
.bi-rainbow::before { content: "\f50d"; }
.bi-receipt-cutoff::before { content: "\f50e"; }
.bi-receipt::before { content: "\f50f"; }
.bi-reception-0::before { content: "\f510"; }
.bi-reception-1::before { content: "\f511"; }
.bi-reception-2::before { content: "\f512"; }
.bi-reception-3::before { content: "\f513"; }
.bi-reception-4::before { content: "\f514"; }
.bi-record-btn-fill::before { content: "\f515"; }
.bi-record-btn::before { content: "\f516"; }
.bi-record-circle-fill::before { content: "\f517"; }
.bi-record-circle::before { content: "\f518"; }
.bi-record-fill::before { content: "\f519"; }
.bi-record::before { content: "\f51a"; }
.bi-record2-fill::before { content: "\f51b"; }
.bi-record2::before { content: "\f51c"; }
.bi-reply-all-fill::before { content: "\f51d"; }
.bi-reply-all::before { content: "\f51e"; }
.bi-reply-fill::before { content: "\f51f"; }
.bi-reply::before { content: "\f520"; }
.bi-rss-fill::before { content: "\f521"; }
.bi-rss::before { content: "\f522"; }
.bi-rulers::before { content: "\f523"; }
.bi-save-fill::before { content: "\f524"; }
.bi-save::before { content: "\f525"; }
.bi-save2-fill::before { content: "\f526"; }
.bi-save2::before { content: "\f527"; }
.bi-scissors::before { content: "\f528"; }
.bi-screwdriver::before { content: "\f529"; }
.bi-search::before { content: "\f52a"; }
.bi-segmented-nav::before { content: "\f52b"; }
.bi-server::before { content: "\f52c"; }
.bi-share-fill::before { content: "\f52d"; }
.bi-share::before { content: "\f52e"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-shield-exclamation::before { content: "\f530"; }
.bi-shield-fill-check::before { content: "\f531"; }
.bi-shield-fill-exclamation::before { content: "\f532"; }
.bi-shield-fill-minus::before { content: "\f533"; }
.bi-shield-fill-plus::before { content: "\f534"; }
.bi-shield-fill-x::before { content: "\f535"; }
.bi-shield-fill::before { content: "\f536"; }
.bi-shield-lock-fill::before { content: "\f537"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-shield-minus::before { content: "\f539"; }
.bi-shield-plus::before { content: "\f53a"; }
.bi-shield-shaded::before { content: "\f53b"; }
.bi-shield-slash-fill::before { content: "\f53c"; }
.bi-shield-slash::before { content: "\f53d"; }
.bi-shield-x::before { content: "\f53e"; }
.bi-shield::before { content: "\f53f"; }
.bi-shift-fill::before { content: "\f540"; }
.bi-shift::before { content: "\f541"; }
.bi-shop-window::before { content: "\f542"; }
.bi-shop::before { content: "\f543"; }
.bi-shuffle::before { content: "\f544"; }
.bi-signpost-2-fill::before { content: "\f545"; }
.bi-signpost-2::before { content: "\f546"; }
.bi-signpost-fill::before { content: "\f547"; }
.bi-signpost-split-fill::before { content: "\f548"; }
.bi-signpost-split::before { content: "\f549"; }
.bi-signpost::before { content: "\f54a"; }
.bi-sim-fill::before { content: "\f54b"; }
.bi-sim::before { content: "\f54c"; }
.bi-skip-backward-btn-fill::before { content: "\f54d"; }
.bi-skip-backward-btn::before { content: "\f54e"; }
.bi-skip-backward-circle-fill::before { content: "\f54f"; }
.bi-skip-backward-circle::before { content: "\f550"; }
.bi-skip-backward-fill::before { content: "\f551"; }
.bi-skip-backward::before { content: "\f552"; }
.bi-skip-end-btn-fill::before { content: "\f553"; }
.bi-skip-end-btn::before { content: "\f554"; }
.bi-skip-end-circle-fill::before { content: "\f555"; }
.bi-skip-end-circle::before { content: "\f556"; }
.bi-skip-end-fill::before { content: "\f557"; }
.bi-skip-end::before { content: "\f558"; }
.bi-skip-forward-btn-fill::before { content: "\f559"; }
.bi-skip-forward-btn::before { content: "\f55a"; }
.bi-skip-forward-circle-fill::before { content: "\f55b"; }
.bi-skip-forward-circle::before { content: "\f55c"; }
.bi-skip-forward-fill::before { content: "\f55d"; }
.bi-skip-forward::before { content: "\f55e"; }
.bi-skip-start-btn-fill::before { content: "\f55f"; }
.bi-skip-start-btn::before { content: "\f560"; }
.bi-skip-start-circle-fill::before { content: "\f561"; }
.bi-skip-start-circle::before { content: "\f562"; }
.bi-skip-start-fill::before { content: "\f563"; }
.bi-skip-start::before { content: "\f564"; }
.bi-slack::before { content: "\f565"; }
.bi-slash-circle-fill::before { content: "\f566"; }
.bi-slash-circle::before { content: "\f567"; }
.bi-slash-square-fill::before { content: "\f568"; }
.bi-slash-square::before { content: "\f569"; }
.bi-slash::before { content: "\f56a"; }
.bi-sliders::before { content: "\f56b"; }
.bi-smartwatch::before { content: "\f56c"; }
.bi-snow::before { content: "\f56d"; }
.bi-snow2::before { content: "\f56e"; }
.bi-snow3::before { content: "\f56f"; }
.bi-sort-alpha-down-alt::before { content: "\f570"; }
.bi-sort-alpha-down::before { content: "\f571"; }
.bi-sort-alpha-up-alt::before { content: "\f572"; }
.bi-sort-alpha-up::before { content: "\f573"; }
.bi-sort-down-alt::before { content: "\f574"; }
.bi-sort-down::before { content: "\f575"; }
.bi-sort-numeric-down-alt::before { content: "\f576"; }
.bi-sort-numeric-down::before { content: "\f577"; }
.bi-sort-numeric-up-alt::before { content: "\f578"; }
.bi-sort-numeric-up::before { content: "\f579"; }
.bi-sort-up-alt::before { content: "\f57a"; }
.bi-sort-up::before { content: "\f57b"; }
.bi-soundwave::before { content: "\f57c"; }
.bi-speaker-fill::before { content: "\f57d"; }
.bi-speaker::before { content: "\f57e"; }
.bi-speedometer::before { content: "\f57f"; }
.bi-speedometer2::before { content: "\f580"; }
.bi-spellcheck::before { content: "\f581"; }
.bi-square-fill::before { content: "\f582"; }
.bi-square-half::before { content: "\f583"; }
.bi-square::before { content: "\f584"; }
.bi-stack::before { content: "\f585"; }
.bi-star-fill::before { content: "\f586"; }
.bi-star-half::before { content: "\f587"; }
.bi-star::before { content: "\f588"; }
.bi-stars::before { content: "\f589"; }
.bi-stickies-fill::before { content: "\f58a"; }
.bi-stickies::before { content: "\f58b"; }
.bi-sticky-fill::before { content: "\f58c"; }
.bi-sticky::before { content: "\f58d"; }
.bi-stop-btn-fill::before { content: "\f58e"; }
.bi-stop-btn::before { content: "\f58f"; }
.bi-stop-circle-fill::before { content: "\f590"; }
.bi-stop-circle::before { content: "\f591"; }
.bi-stop-fill::before { content: "\f592"; }
.bi-stop::before { content: "\f593"; }
.bi-stoplights-fill::before { content: "\f594"; }
.bi-stoplights::before { content: "\f595"; }
.bi-stopwatch-fill::before { content: "\f596"; }
.bi-stopwatch::before { content: "\f597"; }
.bi-subtract::before { content: "\f598"; }
.bi-suit-club-fill::before { content: "\f599"; }
.bi-suit-club::before { content: "\f59a"; }
.bi-suit-diamond-fill::before { content: "\f59b"; }
.bi-suit-diamond::before { content: "\f59c"; }
.bi-suit-heart-fill::before { content: "\f59d"; }
.bi-suit-heart::before { content: "\f59e"; }
.bi-suit-spade-fill::before { content: "\f59f"; }
.bi-suit-spade::before { content: "\f5a0"; }
.bi-sun-fill::before { content: "\f5a1"; }
.bi-sun::before { content: "\f5a2"; }
.bi-sunglasses::before { content: "\f5a3"; }
.bi-sunrise-fill::before { content: "\f5a4"; }
.bi-sunrise::before { content: "\f5a5"; }
.bi-sunset-fill::before { content: "\f5a6"; }
.bi-sunset::before { content: "\f5a7"; }
.bi-symmetry-horizontal::before { content: "\f5a8"; }
.bi-symmetry-vertical::before { content: "\f5a9"; }
.bi-table::before { content: "\f5aa"; }
.bi-tablet-fill::before { content: "\f5ab"; }
.bi-tablet-landscape-fill::before { content: "\f5ac"; }
.bi-tablet-landscape::before { content: "\f5ad"; }
.bi-tablet::before { content: "\f5ae"; }
.bi-tag-fill::before { content: "\f5af"; }
.bi-tag::before { content: "\f5b0"; }
.bi-tags-fill::before { content: "\f5b1"; }
.bi-tags::before { content: "\f5b2"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-telephone-forward-fill::before { content: "\f5b5"; }
.bi-telephone-forward::before { content: "\f5b6"; }
.bi-telephone-inbound-fill::before { content: "\f5b7"; }
.bi-telephone-inbound::before { content: "\f5b8"; }
.bi-telephone-minus-fill::before { content: "\f5b9"; }
.bi-telephone-minus::before { content: "\f5ba"; }
.bi-telephone-outbound-fill::before { content: "\f5bb"; }
.bi-telephone-outbound::before { content: "\f5bc"; }
.bi-telephone-plus-fill::before { content: "\f5bd"; }
.bi-telephone-plus::before { content: "\f5be"; }
.bi-telephone-x-fill::before { content: "\f5bf"; }
.bi-telephone-x::before { content: "\f5c0"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-terminal-fill::before { content: "\f5c2"; }
.bi-terminal::before { content: "\f5c3"; }
.bi-text-center::before { content: "\f5c4"; }
.bi-text-indent-left::before { content: "\f5c5"; }
.bi-text-indent-right::before { content: "\f5c6"; }
.bi-text-left::before { content: "\f5c7"; }
.bi-text-paragraph::before { content: "\f5c8"; }
.bi-text-right::before { content: "\f5c9"; }
.bi-textarea-resize::before { content: "\f5ca"; }
.bi-textarea-t::before { content: "\f5cb"; }
.bi-textarea::before { content: "\f5cc"; }
.bi-thermometer-half::before { content: "\f5cd"; }
.bi-thermometer-high::before { content: "\f5ce"; }
.bi-thermometer-low::before { content: "\f5cf"; }
.bi-thermometer-snow::before { content: "\f5d0"; }
.bi-thermometer-sun::before { content: "\f5d1"; }
.bi-thermometer::before { content: "\f5d2"; }
.bi-three-dots-vertical::before { content: "\f5d3"; }
.bi-three-dots::before { content: "\f5d4"; }
.bi-toggle-off::before { content: "\f5d5"; }
.bi-toggle-on::before { content: "\f5d6"; }
.bi-toggle2-off::before { content: "\f5d7"; }
.bi-toggle2-on::before { content: "\f5d8"; }
.bi-toggles::before { content: "\f5d9"; }
.bi-toggles2::before { content: "\f5da"; }
.bi-tools::before { content: "\f5db"; }
.bi-tornado::before { content: "\f5dc"; }
.bi-trash-fill::before { content: "\f5dd"; }
.bi-trash::before { content: "\f5de"; }
.bi-trash2-fill::before { content: "\f5df"; }
.bi-trash2::before { content: "\f5e0"; }
.bi-tree-fill::before { content: "\f5e1"; }
.bi-tree::before { content: "\f5e2"; }
.bi-triangle-fill::before { content: "\f5e3"; }
.bi-triangle-half::before { content: "\f5e4"; }
.bi-triangle::before { content: "\f5e5"; }
.bi-trophy-fill::before { content: "\f5e6"; }
.bi-trophy::before { content: "\f5e7"; }
.bi-tropical-storm::before { content: "\f5e8"; }
.bi-truck-flatbed::before { content: "\f5e9"; }
.bi-truck::before { content: "\f5ea"; }
.bi-tsunami::before { content: "\f5eb"; }
.bi-tv-fill::before { content: "\f5ec"; }
.bi-tv::before { content: "\f5ed"; }
.bi-twitch::before { content: "\f5ee"; }
.bi-twitter::before { content: "\f5ef"; }
.bi-type-bold::before { content: "\f5f0"; }
.bi-type-h1::before { content: "\f5f1"; }
.bi-type-h2::before { content: "\f5f2"; }
.bi-type-h3::before { content: "\f5f3"; }
.bi-type-italic::before { content: "\f5f4"; }
.bi-type-strikethrough::before { content: "\f5f5"; }
.bi-type-underline::before { content: "\f5f6"; }
.bi-type::before { content: "\f5f7"; }
.bi-ui-checks-grid::before { content: "\f5f8"; }
.bi-ui-checks::before { content: "\f5f9"; }
.bi-ui-radios-grid::before { content: "\f5fa"; }
.bi-ui-radios::before { content: "\f5fb"; }
.bi-umbrella-fill::before { content: "\f5fc"; }
.bi-umbrella::before { content: "\f5fd"; }
.bi-union::before { content: "\f5fe"; }
.bi-unlock-fill::before { content: "\f5ff"; }
.bi-unlock::before { content: "\f600"; }
.bi-upc-scan::before { content: "\f601"; }
.bi-upc::before { content: "\f602"; }
.bi-upload::before { content: "\f603"; }
.bi-vector-pen::before { content: "\f604"; }
.bi-view-list::before { content: "\f605"; }
.bi-view-stacked::before { content: "\f606"; }
.bi-vinyl-fill::before { content: "\f607"; }
.bi-vinyl::before { content: "\f608"; }
.bi-voicemail::before { content: "\f609"; }
.bi-volume-down-fill::before { content: "\f60a"; }
.bi-volume-down::before { content: "\f60b"; }
.bi-volume-mute-fill::before { content: "\f60c"; }
.bi-volume-mute::before { content: "\f60d"; }
.bi-volume-off-fill::before { content: "\f60e"; }
.bi-volume-off::before { content: "\f60f"; }
.bi-volume-up-fill::before { content: "\f610"; }
.bi-volume-up::before { content: "\f611"; }
.bi-vr::before { content: "\f612"; }
.bi-wallet-fill::before { content: "\f613"; }
.bi-wallet::before { content: "\f614"; }
.bi-wallet2::before { content: "\f615"; }
.bi-watch::before { content: "\f616"; }
.bi-water::before { content: "\f617"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-wifi-1::before { content: "\f619"; }
.bi-wifi-2::before { content: "\f61a"; }
.bi-wifi-off::before { content: "\f61b"; }
.bi-wifi::before { content: "\f61c"; }
.bi-wind::before { content: "\f61d"; }
.bi-window-dock::before { content: "\f61e"; }
.bi-window-sidebar::before { content: "\f61f"; }
.bi-window::before { content: "\f620"; }
.bi-wrench::before { content: "\f621"; }
.bi-x-circle-fill::before { content: "\f622"; }
.bi-x-circle::before { content: "\f623"; }
.bi-x-diamond-fill::before { content: "\f624"; }
.bi-x-diamond::before { content: "\f625"; }
.bi-x-octagon-fill::before { content: "\f626"; }
.bi-x-octagon::before { content: "\f627"; }
.bi-x-square-fill::before { content: "\f628"; }
.bi-x-square::before { content: "\f629"; }
.bi-x::before { content: "\f62a"; }
.bi-youtube::before { content: "\f62b"; }
.bi-zoom-in::before { content: "\f62c"; }
.bi-zoom-out::before { content: "\f62d"; }
.bi-bank::before { content: "\f62e"; }
.bi-bank2::before { content: "\f62f"; }
.bi-bell-slash-fill::before { content: "\f630"; }
.bi-bell-slash::before { content: "\f631"; }
.bi-cash-coin::before { content: "\f632"; }
.bi-check-lg::before { content: "\f633"; }
.bi-coin::before { content: "\f634"; }
.bi-currency-bitcoin::before { content: "\f635"; }
.bi-currency-dollar::before { content: "\f636"; }
.bi-currency-euro::before { content: "\f637"; }
.bi-currency-exchange::before { content: "\f638"; }
.bi-currency-pound::before { content: "\f639"; }
.bi-currency-yen::before { content: "\f63a"; }
.bi-dash-lg::before { content: "\f63b"; }
.bi-exclamation-lg::before { content: "\f63c"; }
.bi-file-earmark-pdf-fill::before { content: "\f63d"; }
.bi-file-earmark-pdf::before { content: "\f63e"; }
.bi-file-pdf-fill::before { content: "\f63f"; }
.bi-file-pdf::before { content: "\f640"; }
.bi-gender-ambiguous::before { content: "\f641"; }
.bi-gender-female::before { content: "\f642"; }
.bi-gender-male::before { content: "\f643"; }
.bi-gender-trans::before { content: "\f644"; }
.bi-headset-vr::before { content: "\f645"; }
.bi-info-lg::before { content: "\f646"; }
.bi-mastodon::before { content: "\f647"; }
.bi-messenger::before { content: "\f648"; }
.bi-piggy-bank-fill::before { content: "\f649"; }
.bi-piggy-bank::before { content: "\f64a"; }
.bi-pin-map-fill::before { content: "\f64b"; }
.bi-pin-map::before { content: "\f64c"; }
.bi-plus-lg::before { content: "\f64d"; }
.bi-question-lg::before { content: "\f64e"; }
.bi-recycle::before { content: "\f64f"; }
.bi-reddit::before { content: "\f650"; }
.bi-safe-fill::before { content: "\f651"; }
.bi-safe2-fill::before { content: "\f652"; }
.bi-safe2::before { content: "\f653"; }
.bi-sd-card-fill::before { content: "\f654"; }
.bi-sd-card::before { content: "\f655"; }
.bi-skype::before { content: "\f656"; }
.bi-slash-lg::before { content: "\f657"; }
.bi-translate::before { content: "\f658"; }
.bi-x-lg::before { content: "\f659"; }
.bi-safe::before { content: "\f65a"; }
.bi-apple::before { content: "\f65b"; }
.bi-microsoft::before { content: "\f65d"; }
.bi-windows::before { content: "\f65e"; }
.bi-behance::before { content: "\f65c"; }
.bi-dribbble::before { content: "\f65f"; }
.bi-line::before { content: "\f660"; }
.bi-medium::before { content: "\f661"; }
.bi-paypal::before { content: "\f662"; }
.bi-pinterest::before { content: "\f663"; }
.bi-signal::before { content: "\f664"; }
.bi-snapchat::before { content: "\f665"; }
.bi-spotify::before { content: "\f666"; }
.bi-stack-overflow::before { content: "\f667"; }
.bi-strava::before { content: "\f668"; }
.bi-wordpress::before { content: "\f669"; }
.bi-vimeo::before { content: "\f66a"; }
.bi-activity::before { content: "\f66b"; }
.bi-easel2-fill::before { content: "\f66c"; }
.bi-easel2::before { content: "\f66d"; }
.bi-easel3-fill::before { content: "\f66e"; }
.bi-easel3::before { content: "\f66f"; }
.bi-fan::before { content: "\f670"; }
.bi-fingerprint::before { content: "\f671"; }
.bi-graph-down-arrow::before { content: "\f672"; }
.bi-graph-up-arrow::before { content: "\f673"; }
.bi-hypnotize::before { content: "\f674"; }
.bi-magic::before { content: "\f675"; }
.bi-person-rolodex::before { content: "\f676"; }
.bi-person-video::before { content: "\f677"; }
.bi-person-video2::before { content: "\f678"; }
.bi-person-video3::before { content: "\f679"; }
.bi-person-workspace::before { content: "\f67a"; }
.bi-radioactive::before { content: "\f67b"; }
.bi-webcam-fill::before { content: "\f67c"; }
.bi-webcam::before { content: "\f67d"; }
.bi-yin-yang::before { content: "\f67e"; }
.bi-bandaid-fill::before { content: "\f680"; }
.bi-bandaid::before { content: "\f681"; }
.bi-bluetooth::before { content: "\f682"; }
.bi-body-text::before { content: "\f683"; }
.bi-boombox::before { content: "\f684"; }
.bi-boxes::before { content: "\f685"; }
.bi-dpad-fill::before { content: "\f686"; }
.bi-dpad::before { content: "\f687"; }
.bi-ear-fill::before { content: "\f688"; }
.bi-ear::before { content: "\f689"; }
.bi-envelope-check-1::before { content: "\f68a"; }
.bi-envelope-check-fill::before { content: "\f68b"; }
.bi-envelope-check::before { content: "\f68c"; }
.bi-envelope-dash-1::before { content: "\f68d"; }
.bi-envelope-dash-fill::before { content: "\f68e"; }
.bi-envelope-dash::before { content: "\f68f"; }
.bi-envelope-exclamation-1::before { content: "\f690"; }
.bi-envelope-exclamation-fill::before { content: "\f691"; }
.bi-envelope-exclamation::before { content: "\f692"; }
.bi-envelope-plus-fill::before { content: "\f693"; }
.bi-envelope-plus::before { content: "\f694"; }
.bi-envelope-slash-1::before { content: "\f695"; }
.bi-envelope-slash-fill::before { content: "\f696"; }
.bi-envelope-slash::before { content: "\f697"; }
.bi-envelope-x-1::before { content: "\f698"; }
.bi-envelope-x-fill::before { content: "\f699"; }
.bi-envelope-x::before { content: "\f69a"; }
.bi-explicit-fill::before { content: "\f69b"; }
.bi-explicit::before { content: "\f69c"; }
.bi-git::before { content: "\f69d"; }
.bi-infinity::before { content: "\f69e"; }
.bi-list-columns-reverse::before { content: "\f69f"; }
.bi-list-columns::before { content: "\f6a0"; }
.bi-meta::before { content: "\f6a1"; }
.bi-mortorboard-fill::before { content: "\f6a2"; }
.bi-mortorboard::before { content: "\f6a3"; }
.bi-nintendo-switch::before { content: "\f6a4"; }
.bi-pc-display-horizontal::before { content: "\f6a5"; }
.bi-pc-display::before { content: "\f6a6"; }
.bi-pc-horizontal::before { content: "\f6a7"; }
.bi-pc::before { content: "\f6a8"; }
.bi-playstation::before { content: "\f6a9"; }
.bi-plus-slash-minus::before { content: "\f6aa"; }
.bi-projector-fill::before { content: "\f6ab"; }
.bi-projector::before { content: "\f6ac"; }
.bi-qr-code-scan::before { content: "\f6ad"; }
.bi-qr-code::before { content: "\f6ae"; }
.bi-quora::before { content: "\f6af"; }
.bi-quote::before { content: "\f6b0"; }
.bi-robot::before { content: "\f6b1"; }
.bi-send-check-fill::before { content: "\f6b2"; }
.bi-send-check::before { content: "\f6b3"; }
.bi-send-dash-fill::before { content: "\f6b4"; }
.bi-send-dash::before { content: "\f6b5"; }
.bi-send-exclamation-1::before { content: "\f6b6"; }
.bi-send-exclamation-fill::before { content: "\f6b7"; }
.bi-send-exclamation::before { content: "\f6b8"; }
.bi-send-fill::before { content: "\f6b9"; }
.bi-send-plus-fill::before { content: "\f6ba"; }
.bi-send-plus::before { content: "\f6bb"; }
.bi-send-slash-fill::before { content: "\f6bc"; }
.bi-send-slash::before { content: "\f6bd"; }
.bi-send-x-fill::before { content: "\f6be"; }
.bi-send-x::before { content: "\f6bf"; }
.bi-send::before { content: "\f6c0"; }
.bi-steam::before { content: "\f6c1"; }
.bi-terminal-dash-1::before { content: "\f6c2"; }
.bi-terminal-dash::before { content: "\f6c3"; }
.bi-terminal-plus::before { content: "\f6c4"; }
.bi-terminal-split::before { content: "\f6c5"; }
.bi-ticket-detailed-fill::before { content: "\f6c6"; }
.bi-ticket-detailed::before { content: "\f6c7"; }
.bi-ticket-fill::before { content: "\f6c8"; }
.bi-ticket-perforated-fill::before { content: "\f6c9"; }
.bi-ticket-perforated::before { content: "\f6ca"; }
.bi-ticket::before { content: "\f6cb"; }
.bi-tiktok::before { content: "\f6cc"; }
.bi-window-dash::before { content: "\f6cd"; }
.bi-window-desktop::before { content: "\f6ce"; }
.bi-window-fullscreen::before { content: "\f6cf"; }
.bi-window-plus::before { content: "\f6d0"; }
.bi-window-split::before { content: "\f6d1"; }
.bi-window-stack::before { content: "\f6d2"; }
.bi-window-x::before { content: "\f6d3"; }
.bi-xbox::before { content: "\f6d4"; }
.bi-ethernet::before { content: "\f6d5"; }
.bi-hdmi-fill::before { content: "\f6d6"; }
.bi-hdmi::before { content: "\f6d7"; }
.bi-usb-c-fill::before { content: "\f6d8"; }
.bi-usb-c::before { content: "\f6d9"; }
.bi-usb-fill::before { content: "\f6da"; }
.bi-usb-plug-fill::before { content: "\f6db"; }
.bi-usb-plug::before { content: "\f6dc"; }
.bi-usb-symbol::before { content: "\f6dd"; }
.bi-usb::before { content: "\f6de"; }
.bi-boombox-fill::before { content: "\f6df"; }
.bi-displayport-1::before { content: "\f6e0"; }
.bi-displayport::before { content: "\f6e1"; }
.bi-gpu-card::before { content: "\f6e2"; }
.bi-memory::before { content: "\f6e3"; }
.bi-modem-fill::before { content: "\f6e4"; }
.bi-modem::before { content: "\f6e5"; }
.bi-motherboard-fill::before { content: "\f6e6"; }
.bi-motherboard::before { content: "\f6e7"; }
.bi-optical-audio-fill::before { content: "\f6e8"; }
.bi-optical-audio::before { content: "\f6e9"; }
.bi-pci-card::before { content: "\f6ea"; }
.bi-router-fill::before { content: "\f6eb"; }
.bi-router::before { content: "\f6ec"; }
.bi-ssd-fill::before { content: "\f6ed"; }
.bi-ssd::before { content: "\f6ee"; }
.bi-thunderbolt-fill::before { content: "\f6ef"; }
.bi-thunderbolt::before { content: "\f6f0"; }
.bi-usb-drive-fill::before { content: "\f6f1"; }
.bi-usb-drive::before { content: "\f6f2"; }
.bi-usb-micro-fill::before { content: "\f6f3"; }
.bi-usb-micro::before { content: "\f6f4"; }
.bi-usb-mini-fill::before { content: "\f6f5"; }
.bi-usb-mini::before { content: "\f6f6"; }
.bi-cloud-haze2::before { content: "\f6f7"; }
.bi-device-hdd-fill::before { content: "\f6f8"; }
.bi-device-hdd::before { content: "\f6f9"; }
.bi-device-ssd-fill::before { content: "\f6fa"; }
.bi-device-ssd::before { content: "\f6fb"; }
.bi-displayport-fill::before { content: "\f6fc"; }
.bi-mortarboard-fill::before { content: "\f6fd"; }
.bi-mortarboard::before { content: "\f6fe"; }
.bi-terminal-x::before { content: "\f6ff"; }
table.dataTable {
  width: 100%;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  display: inline-block !important;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 5px;
  transition: color 0.3s;
  position: relative !important;
  bottom: 0px !important;
  left: 0.125rem !important;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
  display: none !important;
}
table.dataTable thead .sorting:after {
  content: "\f282" !important;
  color: var(--lpx-content-text) !important;
}
table.dataTable thead .sorting_asc:after {
  content: "\f282" !important;
  color: var(--lpx-brand) !important;
  opacity: 1 !important;
}
table.dataTable thead .sorting_desc:after {
  content: "\f286" !important;
  color: var(--lpx-brand) !important;
  opacity: 1 !important;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  content: "\f282" !important;
  color: var(--lpx-content-text) !important;
  opacity: 0.15 !important;
}
table.dataTable thead .sorting {
  cursor: pointer !important;
}
table.dataTable thead th {
  border-bottom: 1px solid var(--lpx-border-color);
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  color: rgba(var(--lpx-content-text-rgb), 0.65);
  transition: color 0.3s;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.75px;
}
table.dataTable thead th.sorting:hover, table.dataTable thead th.sorting.sorting_asc, table.dataTable thead th.sorting.sorting_desc {
  color: var(--lpx-content-text);
}
table.dataTable thead th .form-check-input {
  width: 18px;
  height: 18px;
}
table.dataTable thead td {
  padding: 0.5rem 1rem !important;
  border-bottom: 1px solid var(--lpx-border-color);
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer !important;
  *cursor: hand !important;
  background: none !important;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: 1px solid var(--lpx-border-color);
  padding: 0.5rem 1rem;
  font-weight: 400;
  opacity: 0.5;
  transition: opacity 0.3s, color 0.3s;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.75px;
}
table.dataTable tbody tr {
  background-color: var(--lpx-card-bg);
}
table.dataTable tbody tr.selected {
  background-color: var(--lpx-content-bg);
}
table.dataTable tbody tr th,
table.dataTable tbody tr td {
  border-color: var(--lpx-border-color);
  padding: 0.875rem 1rem;
}
table.dataTable tbody tr th .btn,
table.dataTable tbody tr td .btn {
  padding: 0.375rem 0.75rem;
  font-size: 0.8em;
}
table.dataTable tbody tr td i.fa.fa-check {
  color: var(--lpx-success);
}
table.dataTable tbody tr td i.fa.fa-times {
  color: var(--lpx-danger);
}
table.dataTable td.dt-control {
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  background-color: var(--lpx-success);
  color: var(--lpx-content-text);
  border: 0.15em solid var(--lpx-border-color);
  border-radius: var(--lpx-radius);
  box-shadow: var(--lpx-shadow);
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: var(--lpx-danger);
}
table.dataTable.row-border tbody tr {
  transition: background-color 0.2s;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.row-border tbody tr th,
table.dataTable.row-border tbody tr td {
  border-top: 1px solid var(--lpx-border-color);
  transition: background-color 0.2s;
}
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid var(--lpx-border-color);
}
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background: none;
  font-weight: 400;
  color: var(--lpx-card-title-text-color);
}
table.dataTable.display tbody tr:hover {
  background-color: var(--lpx-content-bg) !important;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr:hover > .sorting_3 {
  background: none;
  color: var(--lpx-card-title-text-color);
}
table.dataTable.display tbody tr:hover.selected {
  background-color: var(--lpx-content-bg) !important;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr:hover.selected > .sorting_3 {
  background: none;
  color: var(--lpx-card-title-text-color);
}
table.dataTable.display tbody tr.odd {
  background-color: rgba(var(--lpx-content-bg-rgb), 0.35);
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.display tbody tr.odd > .sorting_3 {
  background: none;
  color: var(--lpx-card-title-text-color);
}
table.dataTable.display tbody tr.odd.selected {
  background-color: rgba(var(--lpx-content-bg-rgb), 0.65);
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.display tbody tr.odd.selected > .sorting_3 {
  background: none;
  color: var(--lpx-card-title-text-color);
}
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background: none;
  color: var(--lpx-card-title-text-color);
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.display tbody tr.even > .sorting_3 {
  background: none;
  color: var(--lpx-card-title-text-color);
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.display tbody tr.even.selected > .sorting_3 {
  background: none;
  color: var(--lpx-card-title-text-color);
}
table.dataTable.cell-border tbody tr th,
table.dataTable.cell-border tbody tr td {
  border-top: 1px solid var(--lpx-border-color);
  border-right: 1px solid var(--lpx-border-color);
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid var(--lpx-border-color);
}
table.dataTable.stripe tbody tr.odd {
  background-color: rgba(var(--lpx-content-bg-rgb), 0.35);
}
table.dataTable.stripe tbody tr.odd.selected {
  background-color: rgba(var(--lpx-content-bg-rgb), 0.35);
}
table.dataTable.hover tbody tr:hover {
  background-color: rgba(var(--lpx-content-bg-rgb), 0.35);
}
table.dataTable.hover tbody tr:hover.selected {
  background-color: var(--lpx-content-bg);
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3 {
  background-color: var(--lpx-card-bg);
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3 {
  background-color: var(--lpx-content-bg);
}
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: rgba(var(--lpx-content-bg-rgb), 0.35);
}
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: rgba(var(--lpx-content-bg-rgb), 0.5);
}
table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: var(--lpx-card-bg);
}
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: rgba(var(--lpx-content-bg-rgb), 0.5);
}
table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: rgba(var(--lpx-content-bg-rgb), 0.35);
}
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: rgba(var(--lpx-content-bg-rgb), 0.5);
}
table.dataTable.no-footer {
  border-bottom: 1px solid var(--lpx-border-color);
}
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 0.5rem 1rem;
}

.dataTables_wrapper {
  border-radius: var(--lpx-radius);
  background: var(--lpx-card-bg);
  box-shadow: var(--lpx-shadow);
  padding: 1.5rem !important;
  width: 100%;
}
.dataTables_wrapper .dataTables_length {
  color: var(--lpx-content-text);
}
.dataTables_wrapper .dataTables_length select {
  background-color: var(--lpx-content-bg);
  border-radius: var(--lpx-radius);
  transition: background-color 0.2s, border-color 0.4s;
  border-color: var(--lpx-content-bg);
  padding: 0.375rem 3rem 0.375rem 0.75rem !important;
}
.dataTables_wrapper .dataTables_length select:hover, .dataTables_wrapper .dataTables_length select:focus {
  border-color: var(--lpx-border-color);
}
.dataTables_wrapper .dataTables_length label {
  font-size: 0.875em;
}
.dataTables_wrapper .dataTables_filter {
  color: var(--lpx-content-text);
  margin-bottom: 0;
}
.dataTables_wrapper .dataTables_filter input {
  background-color: var(--lpx-content-bg);
  border-radius: var(--lpx-radius);
  transition: background-color 0.2s, border-color 0.4s;
  border-color: var(--lpx-content-bg);
  padding: 0.375rem 0.75rem !important;
}
.dataTables_wrapper .dataTables_filter input:hover, .dataTables_wrapper .dataTables_filter input:focus {
  border-color: var(--lpx-border-color);
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding: 0.5rem 1rem !important;
  color: var(--lpx-content-text);
  opacity: 0.65;
  font-size: 0.875em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0;
  color: var(--lpx-content-text);
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: var(--lpx-content-text);
  border: 1px solid transparent;
  border-radius: var(--lpx-radius);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  border: 1px solid var(--lpx-border-color);
  background-color: var(--lpx-card-bg);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  border: 1px solid var(--lpx-border-color);
  background-color: var(--lpx-card-bg);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: var(--lpx-content-text);
  border: 1px solid var(--lpx-border-color);
  background-color: var(--lpx-card-bg);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: var(--lpx-content-text);
  border: 1px solid var(--lpx-border-color);
  background-color: var(--lpx-card-bg);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: var(--lpx-content-bg);
  color: var(--lpx-content-text);
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
  min-height: 285px;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_scroll th,
.dataTables_wrapper .dataTables_scroll td {
  white-space: nowrap;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable {
  border-bottom: none;
  table-layout: fixed;
}
.dataTables_wrapper.no-footer div.dataTables_scrollBody {
  border-bottom: 0 !important;
}
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
    margin-top: 0.5em;
  }
}

.dataTables_scrollBody table.dataTable thead th {
  border: 0px !important;
  height: 0px !important;
  overflow: hidden !important;
}
.dataTables_scrollBody table.dataTable thead th:after {
  display: none !important;
}

.tab-content .dataTables_wrapper,
.card .dataTables_wrapper,
.modal-body .dataTables_wrapper {
  background: none;
  box-shadow: none;
  padding: 0 !important;
}

.dataTable tbody tr td div.dropdown ul.dropdown-menu li:hover {
  background: var(--lpx-content-bg);
  color: var(--lpx-card-title-text-color);
}
.dataTable tbody tr td div.dropdown ul.dropdown-menu li:hover a {
  color: var(--lpx-card-title-text-color);
}

.dataTable_footer {
  margin-top: 1em !important;
}

.dataTables_scroll {
  margin-bottom: 1em !important;
}

.swal-modal {
  border-radius: var(--lpx-radius);
  box-shadow: var(--lpx-shadow);
  border: 0;
  animation: none !important;
  transition: all 0.2s ease-in-out;
}
.swal-modal .swal-footer {
  padding: 1rem;
  margin-top: 30px;
  background: var(--lpx-content-bg);
}
.swal-modal .swal-footer .swal-button-container {
  margin: 0;
}
.swal-modal .swal-footer .swal-button-container .swal-button {
  padding: 4px 12px;
  margin-left: 10px;
  color: #fff;
  background-color: var(--lpx-primary);
  border-color: var(--lpx-primary);
  border-radius: var(--lpx-radius);
}
.swal-modal .swal-footer .swal-button-container .swal-button:hover, .swal-modal .swal-footer .swal-button-container .swal-button:focus, .swal-modal .swal-footer .swal-button-container .swal-button:active, .swal-modal .swal-footer .swal-button-container .swal-button:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: rgba(var(--lpx-content-text-rgb), 0.1);
  border-color: rgba(var(--lpx-content-text-rgb), 0.1);
  box-shadow: none;
}
.swal-modal .swal-title {
  font-size: 18px;
  color: var(--lpx-content-text);
  word-break: break-word;
}
.swal-modal .swal-text {
  font-size: 14px;
  color: var(--lpx-content-text);
  word-break: break-word;
}
.swal-modal .swal-icon {
  transform: scale(0.6);
  margin-bottom: -5px;
}

.swal-overlay {
  background: rgba(var(--lpx-content-text-rgb), 0.1);
}

.datepicker table td {
  width: 40px;
  height: 40px;
  background: var(--lpx-card-bg);
  border-radius: var(--lpx-radius);
  font-size: 0.925em;
  border: none;
}
.datepicker table td:hover {
  background: var(--lpx-border-color) !important;
}
.datepicker table td.active, .datepicker table td.selected {
  background: var(--lpx-brand) !important;
  color: var(--lpx-brand-text) !important;
}
.datepicker table td.active:hover, .datepicker table td.selected:hover {
  background: var(--lpx-brand) !important;
}
.datepicker table td.range {
  background: var(--lpx-border-color) !important;
  color: var(--lpx-content-text) !important;
}
.datepicker table td.range:hover {
  background: var(--lpx-border-color) !important;
}
.datepicker table th {
  width: 40px;
  height: 40px;
  border-radius: var(--lpx-radius);
  border: none;
  font-size: 0.95em;
}

.swal2-popup {
  border-radius: var(--lpx-radius) !important;
  background: var(--lpx-card-bg) !important;
  color: var(--lpx-content-text) !important;
}
.swal2-popup .swal2-title {
  color: var(--lpx-card-title-text-color);
}
.swal2-popup .swal2-styled {
  border-radius: var(--lpx-radius) !important;
}

#toast-container > div {
  opacity: 0.95 !important;
}
#toast-container .toast {
  border-radius: var(--lpx-radius);
  box-shadow: var(--lpx-shadow);
  color: var(--lpx-content-text);
}
#toast-container .toast:hover {
  box-shadow: var(--lpx-shadow);
}
#toast-container .toast.toast-success {
  background-color: var(--lpx-success);
}
#toast-container .toast.toast-info {
  background-color: var(--lpx-info);
}
#toast-container .toast.toast-error {
  background-color: var(--lpx-danger);
}
#toast-container .toast.toast-warning {
  background-color: var(--lpx-warning);
}
#toast-container .toast .toast-title {
  color: white;
  font-size: 1rem;
}
#toast-container .toast .toast-message {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
}
#toast-container .toast .toast-message a,
#toast-container .toast .toast-message a:hover {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}
#toast-container .toast .toast-message .btn {
  background: var(--lpx-light);
  border-color: var(--lpx-light);
  color: var(--lpx-dark);
  padding: 0.5rem 1rem;
  margin-top: 0.5rem !important;
  font-size: 0.875rem;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: rgba(var(--lpx-navbar-text-color-rgb), 0.75);
}

.ps__thumb-y {
  background-color: rgba(var(--lpx-navbar-text-color-rgb), 0.5);
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: var(--lpx-navbar-color);
}

.ps__rail-y {
  left: auto !important;
}

.lpx-scroll-container.ps > .ps__rail-x,
.lpx-scroll-container.ps > .ps__rail-y, .lpx-scroll-container.ps:hover > .ps__rail-x,
.lpx-scroll-container.ps:hover > .ps__rail-y, .lpx-scroll-container.ps--focus > .ps__rail-x,
.lpx-scroll-container.ps--focus > .ps__rail-y, .lpx-scroll-container.ps--scrolling-x > .ps__rail-x,
.lpx-scroll-container.ps--scrolling-x > .ps__rail-y, .lpx-scroll-container.ps--scrolling-y > .ps__rail-x,
.lpx-scroll-container.ps--scrolling-y > .ps__rail-y {
  opacity: 0.9 !important;
  z-index: 1022;
}

.select2 {
  width: 100% !important;
}
.select2.select2-container--open .select2-selection {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'%20width%3D%22150%22%20height%3D%22150%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-chevron-up%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.646%204.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201-.708.708L8%205.707l-5.646%205.647a.5.5%200%200%201-.708-.708l6-6z%22%2F%3E%0A%3C%2Fsvg%3E");
}
.select2 .select2-selection {
  background-color: var(--lpx-content-bg);
  border: 2px solid var(--lpx-content-bg);
  border-radius: var(--lpx-radius);
  height: 46px !important;
  color: var(--lpx-content-text) !important;
  z-index: 1056;
  padding: 0.675rem 3.75rem 0.675rem 1.25rem !important;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 500;
  background-repeat: no-repeat;
  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='%23343a40' 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 1.25rem center;
  background-size: 16px 12px;
}
.select2 .select2-selection .select2-selection__arrow {
  display: none;
}
.select2 .select2-selection .select2-selection__rendered {
  display: inline-block !important;
  padding-left: 0 !important;
}
.select2 .select2-selection .select2-selection__rendered .select2-selection__choice {
  display: inline-block;
  margin-right: 10px;
  padding-right: 6px;
}
.select2 .select2-selection .select2-selection__rendered button.select2-selection__choice__remove {
  border: none;
  background-color: transparent;
}
.select2 .select2-selection span.select2-search.select2-search--inline {
  display: inline-block;
}
.select2 .select2-selection span.select2-search.select2-search--inline .select2-search__field {
  margin-top: 0 !important;
  height: 20px !important;
}
.select2 .select2-selection span.select2-search.select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: var(--lpx-content-text) !important;
}
.select2 .select2-selection__clear {
  position: absolute;
  right: 40px;
}

.select2-search__field {
  outline: none !important;
  background-color: transparent !important;
}

.select2-dropdown {
  padding: 1rem 0 !important;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15) !important;
  border: 0 !important;
  border-radius: 0.475rem !important;
  padding: 1rem 0 !important;
  z-index: 1056;
}
.select2-dropdown .select2-search--dropdown {
  padding: 4px 15px !important;
}
.select2-dropdown .select2-search--dropdown .select2-search__field {
  border-radius: var(--lpx-radius) !important;
  border: 2px solid var(--lpx-border-color) !important;
  background-color: var(--lpx-card-bg) !important;
  padding-left: 10px !important;
}

.select2-results {
  padding-top: 1rem;
}
.select2-results .select2-results__options .select2-results__option {
  padding: 8px 18px !important;
}
.select2-results .select2-results__options .select2-results__option.select2-results__option--disabled {
  color: rgb(153, 153, 153);
}
.select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: rgba(var(--lpx-brand-rgb), 0.1) !important;
  color: var(--lpx-brand) !important;
}

.input-group .input-group-text {
  padding: 0.4rem 0.9rem !important;
  font-size: 0.875rem;
  color: var(--lpx-content-text) !important;
  background-color: var(--lpx-card-bg) !important;
  border-radius: 0.475rem;
}
.input-group .select2-selection--single {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: none !important;
}
.input-group.multiple .select2-selection {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: var(--lpx-radius) !important;
  border-bottom-left-radius: var(--lpx-radius) !important;
}

body.lpx-theme-dark .input-group .input-group-text {
  background-color: var(--lpx-card-bg) !important;
}

.dropzone {
  min-height: auto !important;
  text-align: center;
  border: 1px dashed var(--lpx-primary) !important;
  background-color: rgba(var(--lpx-primary-rgb), 0.03) !important;
  border-radius: 0.475rem !important;
}
.dropzone .dz-message {
  display: flex;
  align-items: center;
  margin: 0 !important;
}
.dropzone .dz-preview {
  margin: 0;
  border-radius: 15px;
}
.dropzone .dz-preview .dz-image {
  border-radius: 15px;
}
.dropzone .dz-remove {
  position: absolute;
  z-index: 25;
  top: -10px;
  right: -10px;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  text-indent: -9999px;
  white-space: nowrap;
  background-size: 50%;
  background-color: var(--lpx-text-white) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("../Themes/assets/img/png/icon-close.png");
  box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
}

.jstree-default .jstree-anchor, .jstree-default .jstree-wholerow {
  border-radius: var(--lpx-radius) !important;
}
.jstree-default .jstree-icon {
  background-image: url("/assets/img/backgrounds/32px.png") !important;
}
.jstree-default .jstree-hovered, .jstree-default .jstree-wholerow-hovered {
  background: var(--lpx-secondary) !important;
  color: white !important;
}
.jstree-default .jstree-hovered .text-dark, .jstree-default .jstree-wholerow-hovered .text-dark {
  color: white !important;
}
.jstree-default .jstree-clicked, .jstree-default .jstree-wholerow-clicked {
  background: var(--lpx-primary) !important;
  color: white !important;
}
.jstree-default .jstree-clicked .text-dark, .jstree-default .jstree-wholerow-clicked .text-dark {
  color: white !important;
}
.jstree-default .jstree-clicked:hover, .jstree-default .jstree-wholerow-clicked:hover {
  background: var(--lpx-primary) !important;
  color: white !important;
}

.jstree-icon.bi {
  background-image: none !important;
}

.jstree-default > .jstree-no-dots .jstree-node, .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent !important;
}

.apexcharts-yaxistooltip,
.apexcharts-xaxistooltip,
.apexcharts-tooltip,
.apexcharts-tooltip-title {
  color: var(--lpx-content-text) !important;
  border-radius: var(--lpx-radius) !important;
  background: var(--lpx-content-bg) !important;
  border: 1px solid var(--lpx-border-color) !important;
  box-shadow: none !important;
}

#pieChart .apexcharts-tooltip-y-group {
  color: var(--lpx-text-white);
}

@media only screen and (max-width: 991px) {
  #lpx-calendar .fc-header-toolbar {
    flex-direction: column;
  }
  #lpx-calendar .fc-header-toolbar .fc-toolbar-title {
    margin: 20px 0;
  }
}
#lpx-calendar .fc-toolbar-chunk:nth-child(2) div {
  display: flex;
  align-items: center;
}
#lpx-calendar .fc-toolbar-chunk:nth-child(2) div button {
  background-color: transparent;
  border-color: transparent;
  color: var(--lpx-dark);
  box-shadow: none;
}
#lpx-calendar .fc-toolbar-chunk .fc-button-group {
  background-color: var(--lpx-content-bg);
  border-radius: var(--lpx-radius);
}
#lpx-calendar .fc-toolbar-chunk .fc-button-group button.fc-timeGridWeek-button, #lpx-calendar .fc-toolbar-chunk .fc-button-group button.fc-timeGridDay-button, #lpx-calendar .fc-toolbar-chunk .fc-button-group button.fc-dayGridMonth-button {
  border-radius: var(--lpx-radius);
  color: var(--lpx-dark);
  background-color: var(--lpx-content-bg);
  border-color: var(--lpx-content-bg);
  padding: 11px 17px;
  box-shadow: none;
}
#lpx-calendar .fc-toolbar-chunk .fc-button-group button.fc-timeGridWeek-button.fc-button-active, #lpx-calendar .fc-toolbar-chunk .fc-button-group button.fc-timeGridDay-button.fc-button-active, #lpx-calendar .fc-toolbar-chunk .fc-button-group button.fc-dayGridMonth-button.fc-button-active {
  background: rgba(var(--lpx-content-text-rgb), 0.1);
}
#lpx-calendar .fc-toolbar-chunk .fc-addEvent-button {
  background-color: var(--lpx-brand);
  border-color: var(--lpx-brand);
  box-shadow: none;
  padding: 5px 12px;
}
#lpx-calendar table[role=grid] {
  border: none;
}
#lpx-calendar table[role=grid] a {
  color: var(--lpx-dark);
  text-decoration: none;
}
#lpx-calendar table[role=grid] thead {
  background-color: var(--lpx-content-bg);
}
#lpx-calendar table[role=grid] thead th[role=columnheader] {
  border-color: var(--lpx-content-bg);
}
#lpx-calendar table[role=grid] thead th[role=presentation] {
  border-color: var(--lpx-content-bg);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 7px 0;
  overflow: hidden;
}
#lpx-calendar table[role=grid] thead .fc-scrollgrid-sync-inner {
  padding: 10px 0;
}
#lpx-calendar table[role=grid] tbody td {
  border: 1px solid var(--lpx-content-bg);
}
#lpx-calendar table[role=grid] tbody .fc-scroller {
  border-left: 1px solid var(--lpx-content-bg);
}
#lpx-calendar table[role=grid] tbody .fc-h-event .fc-event-title-container {
  padding: 2px 10px;
}
#lpx-calendar table[role=grid] tbody .fc-daygrid-day-number {
  padding: 10px;
}

.editor-toolbar {
  border-color: var(--lpx-border-color);
  background-color: var(--lpx-content-bg);
  color: var(--lpx-content-text);
  border-top-left-radius: var(--lpx-radius);
  border-top-right-radius: var(--lpx-radius);
}
.editor-toolbar button {
  color: var(--lpx-content-text);
  background-color: var(--lpx-content-bg);
}
.editor-toolbar button:hover {
  border-color: var(--lpx-border-color);
  background-color: var(--lpx-card-bg);
  color: var(--lpx-card-title-text-color);
}
.editor-toolbar button.active {
  border-color: var(--lpx-border-color);
  background-color: var(--lpx-card-bg);
  color: var(--lpx-card-title-text-color);
}
.editor-toolbar i.separator {
  border-color: var(--lpx-border-color) !important;
  border-width: 0 1px 0 0 !important;
}

.editor-statusbar {
  color: var(--lpx-content-text);
}

.EasyMDEContainer .CodeMirror {
  border-color: var(--lpx-border-color) !important;
  border-bottom-left-radius: var(--lpx-radius);
  border-bottom-right-radius: var(--lpx-radius);
  color: var(--lpx-card-title-text-color);
  background-color: var(--lpx-card-bg);
}

.CodeMirror-gutters {
  border-color: var(--lpx-border-color);
  background-color: var(--lpx-card-bg);
}

.CodeMirror > * {
  caret-color: var(--lpx-content-text);
}
.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

html,
body {
  min-height: 100vh;
  background-color: var(--lpx-navbar-color);
}

.lpx-breadcrumb li, .lpx-nav-menu li {
  list-style-type: none;
}

.bg-brand {
  background: var(--lpx-brand) !important;
}

.bg-brand-gradient {
  background: linear-gradient(120deg, var(--lpx-brand) 0%, var(--lpx-primary) 100%) !important;
}

#lpx-wrapper {
  margin: 0 auto;
  max-width: 100% !important;
  position: relative;
  min-height: 100vh;
}
#lpx-wrapper.full .lpx-content {
  max-width: 100% !important;
}
#lpx-wrapper.fixed .lpx-content {
  max-width: 1280px !important;
}

.lpx-content-container {
  min-height: 100vh;
  background-color: var(--lpx-content-bg);
  box-shadow: var(--lpx-shadow);
}
@media only screen and (max-width: 767px) {
  .lpx-content-container {
    margin: 0;
    max-width: 100%;
  }
}
.lpx-content-container .lpx-content {
  padding: 1.25em 2em 3em;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lpx-content-container .lpx-content {
    padding: 3em 2em 4em 2em;
  }
}

.lpx-ellipsis-inline {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.lpx-heading {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.modal-header,
.alert-heading,
.lpx-nav-menu .menu-item .menu-item-text,
.lpx-topbar,
.lpx-mobile-navbar,
.lpx-mobile-menu {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.lpx-main-title {
  font-size: 1.25rem !important;
  font-weight: 500;
  color: var(--lpx-card-title-text-color);
  margin-bottom: 0.875rem;
  margin-top: 0.875rem;
}

.login-section-wrapper {
  height: 100vh;
}

.lpx-brand-logo.lpx-login-logo {
  background-size: auto 3.6em;
  height: 3.6em;
  background-position: center;
}

.lpx-login-nav {
  color: var(--lpx-navbar-text-color);
}
.lpx-login-nav .lpx-brand-logo.lpx-login-logo {
  background-size: auto 3em;
  height: 3em;
}
.lpx-login-nav .text-dark {
  color: var(--lpx-navbar-active-text-color) !important;
}
.lpx-login-nav h1, .lpx-login-nav h2, .lpx-login-nav h3, .lpx-login-nav h4, .lpx-login-nav h5, .lpx-login-nav h6, .lpx-login-nav p {
  color: var(--lpx-navbar-active-text-color);
}

.lpx-login-area {
  min-height: 100vh;
  position: relative;
}
.lpx-login-area .lpx-login-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.lpx-login-area .lpx-login-bg.lpx-login-bg-half {
  background-position: top;
  height: 36%;
  min-height: 36%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 992px) {
  .lpx-login-area .lpx-login-bg.lpx-login-bg-half {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.lpx-login-area .lpx-language-selection {
  z-index: 2;
  position: absolute;
  right: 35px;
  top: 35px;
}

.lpx-layout-login {
  background-color: rgba(var(--lpx-navbar-color-rgb), 0.7);
  backdrop-filter: blur(10px);
}

.lpx-login-title {
  font-size: 1.75em !important;
}

.lpx-login-area {
  background-color: var(--lpx-navbar-color);
}

.lpx-theme-light .lpx-login-bg {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU2MCIgaGVpZ2h0PSIxNjAwIiB2aWV3Qm94PSIwIDAgMjU2MCAxNjAwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDAxNF8zNDcwMSkiPgo8cmVjdCB3aWR0aD0iMjU2MCIgaGVpZ2h0PSIxNjAwIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNDAxNF8zNDcwMSkiLz4KPHJlY3Qgb3BhY2l0eT0iMC45IiB3aWR0aD0iMjU2MCIgaGVpZ2h0PSIxNjg2IiBmaWxsPSJ1cmwoI3BhaW50MV9saW5lYXJfNDAxNF8zNDcwMSkiLz4KPGcgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm92ZXJsYXkiPgo8cGF0aCBkPSJNMS43NDA3MiAxMzM3LjYzQzY4MC43NjMgMTQxNC40MiA0NjUuOTU1IDQwMS4xOTggODA1LjQ0OCA0MDcuMjEyQzExMzguMjMgNDEzLjEzIDc5Ni44NTIgMTIxNS43IDEyMjguMSAxMTY4LjIyQzE0NDIuOTQgMTE0NC41OCAxMTU1LjAzIDUyOS4wODMgMTQzMi45NiA0MjcuMzIyQzE4MDYuODggMjkwLjQzMiAyMDA4LjkgMTE1MS41NSAyNTYwIDMzOC4zNTMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjc0MDcyIDEzMjMuNDRDNDE5LjkxNyAxMzcyLjI1IDQ5OC43NDMgMTAwNC45MiA1ODAuNTg4IDcyMC4yMjRDNjMwLjI4NSA1NDcuNDQxIDY3OS41MTkgNDA2LjIyMyA4MDcuMjYgNDA5LjAyNEMxMTM4LjA5IDQxNi4xNTEgODAzLjQ5NSAxMjA5Ljc4IDEyMzMuNDYgMTE2MS40MUMxMjc5Ljc1IDExNTYuMjIgMTMwMi41MiAxMTIzLjYxIDEzMTMuMjUgMTA3NC43M0MxMzUyLjI1IDg5Ni45MjIgMTIyNy42IDUwNy4wOTMgMTQ0My42OSA0MjguNDY2QzE4MTguMTcgMjkzLjM1NyAyMDEwLjIxIDExNTEuMjkgMjU2MCAzNDkuNjc5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS43MDUwOCAxMzA5LjIyQzQxNS44MzIgMTM1OS4wOCA0OTYuODI1IDk5OC4xNzYgNTgxLjMzNCA3MTYuODIyQzYzMi41MjIgNTQ2LjQyNSA2ODEuODk5IDQwNy40OTggODA4Ljk2NSA0MTAuODA3QzExMzcuODQgNDE5LjE0NCA4MDkuOTk1IDEyMDMuOCAxMjM4LjY5IDExNTQuNTdDMTI4NC42OSAxMTQ5LjM1IDEzMDcuMzUgMTExNi45OSAxMzE4LjU4IDEwNjguNjlDMTM1OS42NCA4OTEuODMzIDEyMzkuNjEgNTA2LjU4NiAxNDU0LjMxIDQyOS41ODFDMTgyOC45NCAyOTUuMjY4IDIwMTEuNDIgMTE1MS4wNCAyNTU5Ljg2IDM2MC45NzciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjY2OTQzIDEyOTUuMDNDNDExLjc0NyAxMzQ1Ljk3IDQ5NC45MDYgOTkxLjQ5NSA1ODIuMTE1IDcxMy40ODJDNjM0Ljc5NiA1NDUuNTAzIDY4NC4zMTUgNDA4LjgzNiA4MTAuNzQxIDQxMi42NTRDMTEzNy42NiA0MjIuMjMyIDgxNi42MDIgMTE5Ny45MSAxMjQ0LjAxIDExNDcuODNDMTI4OS43MyAxMTQyLjU0IDEzMTIuMjUgMTExMC40NyAxMzIzLjk4IDEwNjIuNzFDMTM2Ny4xIDg4Ni43NzUgMTI1MS43OSA1MDYuMzk2IDE0NjUgNDMwLjc5MkMxODQwLjAyIDI5Ny43NTIgMjAxMi43IDExNTAuODUgMjU1OS44MiAzNzIuMzciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjY2OTQzIDEyODAuOEM0MDcuNjk3IDEzMzIuODMgNDkzLjAyNCA5ODQuNzggNTgyLjg5NyA3MTAuMDc3QzYzNy4wNjkgNTQ0LjQ4NSA2ODYuNzMgNDEwLjA3NiA4MTIuNTE3IDQxNC40MzZDMTEzNy40OCA0MjUuMjIzIDgyMy4yMSAxMTkxLjkzIDEyNDkuMzQgMTE0MC45OUMxMjk0LjgxIDExMzUuNjcgMTMxNy4xOSAxMTAzLjg1IDEzMjkuMzggMTA1Ni42NkMxMzc0LjYgODgxLjY1MSAxMjY0LjAxIDUwNi4xNzMgMTQ3NS43IDQzMS45MDVDMTg1MS4wNyAzMDAuMTY5IDIwMTMuOTggMTE1MC41NiAyNTU5Ljc5IDM4My42NjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjYzNDI4IDEyNjYuNjFDNDAzLjYxMyAxMzE5LjY5IDQ5MS4wNyA5NzguMTMgNTgzLjY3OSA3MDYuNzA0QzYzOS4zNDMgNTQzLjUzIDY4OS4xNDYgNDExLjM4MSA4MTQuMjk0IDQxNi4yNDlDMTEzNy4zIDQyOC4yNzcgODI5Ljc4MiAxMTg2LjAxIDEyNTQuNjcgMTEzNC4xOEMxMjk5Ljg2IDExMjguOCAxMzIyLjEzIDEwOTcuMjYgMTMzNC44MSAxMDUwLjY1QzEzODIuMTYgODc2LjUyOCAxMjc2LjI3IDUwNi4wMTQgMTQ4Ni40MiA0MzMuMDVDMTg2Mi4xOSAzMDIuNjIgMjAxNS4yOSAxMTUwLjM0IDI1NTkuNzUgMzk0Ljk5NCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuNTk4NjMgMTI1Mi4zOUMzOTkuNTI3IDEzMDYuNTUgNDg5LjExNiA5NzEuNDQ5IDU4NC40MjQgNzAzLjMwMUM2NDEuNTQ1IDU0Mi41NDUgNjkxLjUyNiA0MTIuNjIzIDgxNi4wMzQgNDE4LjAzM0MxMTM3LjA5IDQzMS4yNyA4MzYuMzUzIDExODAuMDYgMTI1OS45NyAxMTI3LjM0QzEzMDQuODcgMTEyMS44OSAxMzI3LjAzIDEwOTAuNjIgMTM0MC4xOCAxMDQ0LjU3QzEzODkuNjYgODcxLjM0MyAxMjg4LjQ1IDUwNS43NjEgMTQ5Ny4wOCA0MzQuMTMzQzE4NzMuMjMgMzA1LjAwNyAyMDE2LjUzIDExNTAuMDIgMjU1OS42OCA0MDYuMjI4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS41OTg2MyAxMjM4LjE5QzM5NS40NDIgMTI5My40IDQ4Ny4xOTggOTY0Ljc5NiA1ODUuMjQxIDY5OS45NTZDNjQzLjg1NCA1NDEuNjUxIDY5My45NzcgNDEzLjk1NyA4MTcuODEgNDE5Ljg3NUMxMTM2LjkxIDQzNC4zMjIgODQyLjgxOSAxMTczLjI4IDEyNjUuMjkgMTEyMC41NkMxMzA5LjkxIDExMTQuOTkgMTMzMS45NyAxMDg0LjA2IDEzNDUuNTggMTAzOC41OUMxMzk3LjE5IDg2Ni4yMTcgMTMwMC42NyA1MDUuNjMxIDE1MDcuNzcgNDM1LjM0QzE4ODQuMzIgMzA3LjUxOCAyMDE3LjgxIDExNDkuODMgMjU1OS42NCA0MTcuNjE2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS41NjI5OSAxMjIzLjk3QzM5MS4zNTcgMTI4MC4yNiA0ODUuMjA5IDk1OC4xNzcgNTg1Ljk4NyA2OTYuNTUxQzY0Ni4wMjEgNTQwLjY2NCA2OTYuMzU3IDQxNS4yMjkgODE5LjU1MSA0MjEuNjU3QzExMzYuNyA0MzcuMzQ0IDg0OS4zNTUgMTE2Ny4yIDEyNzAuNTkgMTExMy43NUMxMzE0Ljk1IDExMDguMTEgMTMzNi45MSAxMDc3LjQ0IDEzNTAuOTcgMTAzMi41N0MxNDA0Ljc2IDg2MS4wMyAxMzEyLjg5IDUwNS40NzEgMTUxOC40MyA0MzYuNDg1QzE4OTUuMzYgMzEwIDIwMTkuMDkgMTE0OS42MSAyNTU5LjU3IDQyOC45NDMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjUyNzM0IDEyMDkuNzhDMzg3LjI3MSAxMjY3LjEyIDQ4My4yMTkgOTUxLjU1OCA1ODYuNzMzIDY5My4xNzhDNjQ4LjIyMyA1MzkuNzQxIDY5OC43MzcgNDE2LjUwMiA4MjEuMjkxIDQyMy41MDJDMTEzNi40OSA0NDAuMzk5IDg1NS44OTEgMTE2MS4yMiAxMjc1Ljg4IDExMDYuOTdDMTMxOS45NiAxMTAxLjI3IDEzNDEuODEgMTA3MC44OCAxMzU2LjM0IDEwMjYuNTlDMTQxMi4yOSA4NTUuODc0IDEzMjUuMDggNTA1LjM0NCAxNTI5LjA5IDQzNy42NjJDMTkwNi40NSAzMTIuNDgyIDIwMjAuMzMgMTE0OS4zOCAyNTU5LjQ3IDQ0MC4zMDMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjQ5MTcgMTE5NS41OUMzODMuMTg2IDEyNTQuMDEgNDgxLjE5NCA5NDUuMDAzIDU4Ny41MTUgNjg5LjgwNUM2NTAuNDI2IDUzOC44MTkgNzAxLjE1MyA0MTguMDMgODIzLjA2NyA0MjUuMzE2QzExMzYuMjQgNDQzLjk5NSA4NjIuNDYyIDExNTUuMTggMTI4MS4yMSAxMTAwLjE2QzEzMjUuMDEgMTA5NC40IDEzNDYuNzggMTA2NC4yNiAxMzYxLjc3IDEwMjAuNTRDMTQxOS45MiA4NTAuNjU2IDEzMzcuMzcgNTA1LjE1MyAxNTM5LjgxIDQzOC43NzZDMTkxNy42IDMxNC45MzIgMjAyMS42NSAxMTQ5LjEgMjU1OS40NyA0NTEuNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuNDkxNyAxMTgxLjM3QzM3OS4xMzcgMTI0MC44NCA0NzkuMTY5IDkzOC4zODcgNTg4LjI5NiA2ODYuNDM1QzY1Mi42MjggNTM3Ljg5OCA3MDMuNTY4IDQxOS4zMzYgODI0Ljg0NCA0MjcuMTMyQzExMzYuMDYgNDQ3LjA4MyA4NjkuMDM0IDExNDkuMTMgMTI4Ni41NCAxMDkzLjM1QzEzMzAuMDUgMTA4Ny41MyAxMzUxLjc2IDEwNTcuNjggMTM2Ny4xNyAxMDE0LjUzQzE0MjcuNTMgODQ1LjQ0IDEzNDkuNjIgNTA1LjAyOCAxNTUwLjUxIDQzOS45NTZDMTkyOC43MiAzMTcuNDQ4IDIwMjIuOTMgMTE0OC45MSAyNTU5LjQzIDQ2Mi45NjIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjQ1NjA1IDExNjcuMTdDMzc1LjA1MSAxMjI3LjczIDQ3Ny4xNDQgOTMxLjg2NSA1ODkuMDc3IDY4My4wNjNDNjU0Ljc5NSA1MzYuOTc2IDcwNS45ODQgNDIwLjY0MiA4MjYuNTg0IDQyOC45NDdDMTEzNS44NSA0NTAuMTcxIDg3NS41NyAxMTQzLjA5IDEyOTEuODMgMTA4Ni41NEMxMzM1LjEgMTA4MC42NiAxMzU2LjczIDEwNTEuMDYgMTM3Mi41NCAxMDA4LjUyQzE0MzUuMTMgODQwLjIyMiAxMzYxLjgxIDUwNC45MDIgMTU2MS4xNiA0NDEuMTAyQzE5MzkuOCAzMTkuOTMxIDIwMjQuMTcgMTE0OC42NSAyNTU5LjM2IDQ3NC4yOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuNDIwOSAxMTUyLjk1QzM3MC45NjcgMTIxNC41NSA0NzUuMDQ5IDkyNS4yNzYgNTg5LjgyNCA2NzkuNjU2QzY1Ni45MjcgNTM2LjA1MiA3MDguMzY0IDQyMS45MTMgODI4LjMyNSA0MzAuNzI3QzExMzUuNiA0NTMuMjI0IDg4Mi4xMDcgMTEzNy4wNCAxMjk3LjEyIDEwNzkuNzNDMTM0MC4xIDEwNzMuNzggMTM2MS42NyAxMDQ0LjQ3IDEzNzcuOTQgMTAwMi41QzE0NDIuOCA4MzQuOTcgMTM3NC4wNiA1MDQuNzcyIDE1NzEuODYgNDQyLjI0NkMxOTUwLjkyIDMyMi40MTEgMjAyNS40NSAxMTQ4LjQzIDI1NTkuMjkgNDg1LjYxNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuNDIwOSAxMTM4Ljc2QzM2Ni45MTcgMTIwMS40NCA0NzIuOTg5IDkxOC43ODQgNTkwLjY0MSA2NzYuMjgzQzY1OS4xMjkgNTM1LjEyOSA3MTAuODE1IDQyMy4yNDkgODMwLjEzNyA0MzIuNTRDMTEzNS40NiA0NTYuMzEgODg4LjcxNCAxMTMwLjk5IDEzMDIuNDkgMTA3Mi45MkMxMzQ1LjE4IDEwNjYuOTQgMTM2Ni43MSAxMDM3Ljg2IDEzODMuMzcgOTk2LjQ1N0MxNDUwLjUxIDgyOS42ODggMTM4Ni4zNiA1MDQuNjEzIDE1ODIuNTggNDQzLjM5MUMxOTYyLjExIDMyNC45MjUgMjAyNi43NiAxMTQ4LjE4IDI1NTkuMjkgNDk2Ljk0NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuMzg1NzQgMTEyNC41M0MzNjIuODMyIDExODguMjcgNDcwLjg1OCA5MTIuMjI3IDU5MS4zODcgNjcyLjkwOEM2NjEuMjI1IDUzNC4yMzYgNzEzLjE5NSA0MjQuNTUyIDgzMS44NzggNDM0LjM1MkMxMTM1LjI0IDQ1OS4zOTUgODk1LjI4NiAxMTI0Ljk4IDEzMDcuNzggMTA2Ni4xMUMxMzUwLjIzIDEwNjAuMDYgMTM3MS42OSAxMDMxLjIzIDEzODguNzcgOTkwLjQ0MUMxNDU4LjE4IDgyNC40MzUgMTM5OC42NSA1MDQuNTE1IDE1OTMuMjggNDQ0LjUzNEMxOTczLjI3IDMyNy40MzYgMjAyOC4wNCAxMTQ3LjkyIDI1NTkuMjUgNTA4LjI3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4zNTAxIDExMTAuMzRDMzU4Ljc0NyAxMTc1LjE2IDQ2OC43MjYgOTA1LjczOCA1OTIuMTMzIDY2OS41MzdDNjYzLjI4NiA1MzMuMzQ3IDcxNS41NzUgNDI1Ljg1OCA4MzMuNTgzIDQzNi4xNjhDMTEzNSA0NjIuNDgzIDkwMS43ODcgMTExOC45NiAxMzEzLjA0IDEwNTkuM0MxMzU1LjIgMTA1My4xOSAxMzc2LjY2IDEwMjQuNjIgMTM5NC4xIDk4NC40MjlDMTQ2NS44NiA4MTkuMTU1IDE0MTAuODMgNTA0LjQyMiAxNjAzLjg2IDQ0NS42ODJDMTk4NC4zMSAzMjkuOTUyIDIwMjkuMjIgMTE0Ny43IDI1NTkuMTEgNTE5LjYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjM1MDEgMTA5Ni4xMkMzNTQuNjYyIDExNjEuOTkgNDY2LjU5NSA4OTkuMjQ3IDU5Mi45NSA2NjYuMTMyQzY2NS40MTcgNTMyLjQyNCA3MTguMDI3IDQyNy4xMzEgODM1LjM5NSA0MzcuOTVDMTEzNC44MiA0NjUuNTA2IDkwOC4zOTQgMTExMi45MiAxMzE4LjQgMTA1Mi40NkMxMzYwLjI4IDEwNDYuMjkgMTM4MS43IDEwMTggMTM5OS41NCA5NzguMzUyQzE0NzMuNjQgODEzLjgxIDE0MjMuMTIgNTA0LjI2MyAxNjE0LjU5IDQ0Ni43NjRDMTk5NS41IDMzMi40MDIgMjAzMC41MyAxMTQ3LjM4IDI1NTkuMDggNTMwLjg2NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuMzE0NDUgMTA4MS45M0MzNTAuNTc3IDExNDguODggNDY0LjM5MiA4OTIuNzU1IDU5My42OTYgNjYyLjc1OUM2NjcuNDc3IDUzMS41MzMgNzIwLjQwNiA0MjguNDM1IDgzNy4xMzUgNDM5Ljc2M0MxMTM0LjYgNDY4LjU5MiA5MTQuOTMgMTEwNi45IDEzMjMuNjkgMTA0NS42OEMxMzY1LjMzIDEwMzkuNDUgMTM4Ni43MSAxMDExLjQxIDE0MDQuOTMgOTcyLjM2OUMxNDgxLjQyIDgwOC41NTkgMTQzNS40MSA1MDQuMTk5IDE2MjUuMjggNDQ3Ljk3M0MyMDA2LjY5IDMzNS4wMTIgMjAzMS44MSAxMTQ3LjE5IDI1NTkuMDQgNTQyLjI1NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuMjc4ODEgMTA2Ny43M0MzNDYuNDkxIDExMzUuNzMgNDYyLjE1NCA4ODYuMzI3IDU5NC40NzcgNjU5LjQxOEM2NjkuNTM3IDUzMC43MDUgNzIyLjc4NiA0MjkuNzcyIDgzOC45MTEgNDQxLjYwOUMxMTM0LjQzIDQ3MS42NzkgOTIxLjUwMiAxMTAwLjkyIDEzMjkuMDIgMTAzOC45QzEzNzAuMzcgMTAzMi42IDEzOTEuNzYgMTAwNC44MyAxNDEwLjMzIDk2Ni4zODdDMTQ4OS4xOSA4MDMuMjc2IDE0NDcuNyA1MDQuMTY3IDE2MzUuOTggNDQ5LjE1QzIwMTcuODUgMzM3LjU1NyAyMDMzLjA5IDExNDcgMjU1OS4wMSA1NTMuNjE2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4yNzg4MSAxMDUzLjUxQzM0Mi40NDIgMTEyMi41OSA0NTkuOTUyIDg3OS44MzcgNTk1LjI1OSA2NTYuMDE0QzY3MS41NjIgNTI5Ljc4MyA3MjUuMjAyIDQzMS4wNDUgODQwLjY4NyA0NDMuMzkxQzExMzQuMjEgNDc0LjczNCA5MjguMDc0IDEwOTQuODggMTMzNC4zNSAxMDMyLjA2QzEzNzUuNDEgMTAyNS43MyAxMzk2LjggOTk4LjE3NiAxNDE1LjczIDk2MC4zNDJDMTQ5Ny4wMSA3OTcuOTYzIDE0NTkuOTkgNTA0LjA3MyAxNjQ2LjY3IDQ1MC4yNjVDMjAyOS4wNCAzNDAuMTAzIDIwMzQuMzcgMTE0Ni43MSAyNTU4Ljk3IDU2NC45MTMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjI0MzE2IDEwMzkuMzJDMzM4LjM1NiAxMTA5LjQ1IDQ1Ny42NDMgODczLjQxIDU5Ni4wMDUgNjUyLjY0MkM2NzMuNTUxIDUyOC44OTMgNzI3LjU4MiA0MzIuMzUxIDg0Mi4zOTIgNDQ1LjIwN0MxMTMzLjk2IDQ3Ny43OSA5MzQuNTc0IDEwODguODYgMTMzOS42MSAxMDI1LjI2QzEzODAuMzkgMTAxOC44NiAxNDAxLjc3IDk5MS41OSAxNDIxLjEgOTU0LjI5N0MxNTA0LjgyIDc5Mi42MTkgMTQ3Mi4yNSA1MDMuOTc4IDE2NTcuMzMgNDUxLjM3OUMyMDQwLjE5IDM0Mi42MTggMjAzNS42MSAxMTQ2LjQzIDI1NTguODYgNTc2LjIxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4yMDgwMSAxMDI1LjFDMzM0LjI3MiAxMDk2LjMxIDQ1NS4zMzQgODY2Ljk1IDU5Ni43ODcgNjQ5LjIzNkM2NzUuNTc3IDUyOC4wMDIgNzI5Ljk5OCA0MzMuNjIzIDg0NC4xNjkgNDQ2Ljk4N0MxMTMzLjc1IDQ4MC44NDQgOTQxLjE0NiAxMDgyLjgyIDEzNDQuOTQgMTAxOC40MUMxMzg1LjQ3IDEwMTEuOTUgMTQwNi44NSA5ODQuOTM5IDE0MjYuNSA5NDguMjVDMTUxMi43MSA3ODcuMjcyIDE0ODQuNTQgNTAzLjg4MiAxNjY4LjAyIDQ1Mi41MjRDMjA1MS4zOCAzNDUuMTk1IDIwMzYuOTIgMTE0Ni4yIDI1NTguODMgNTg3LjUzNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuMTcyMzYgMTAxMC45QzMzMC4xODYgMTA4My4xNyA0NTIuOTg5IDg2MC41MjEgNTk3LjUzMiA2NDUuODk0QzY3Ny40OTUgNTI3LjE0MSA3MzIuMzc4IDQzNC45NTggODQ1LjkwOSA0NDguODMxQzExMzMuNTQgNDgzLjkyOSA5NDcuNjgyIDEwNzYuODcgMTM1MC4yMyAxMDExLjY3QzEzOTAuNDggMTAwNS4xNCAxNDExLjkgOTc4LjM4MyAxNDMxLjkgOTQyLjI5OUMxNTIwLjYzIDc4Mi4wMjEgMTQ5Ni44MyA1MDMuOTEyIDE2NzguNzEgNDUzLjczMkMyMDYyLjYxIDM0Ny44MzQgMjAzOC4yIDExNDYuMDEgMjU1OC43OSA1OTguOTI3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4xNzIzNiA5OTYuNjgxQzMyNi4xMzcgMTA3MC4wMyA0NTAuNjQ1IDg1NC4wOTUgNTk4LjM0OSA2NDIuNDkxQzY3OS40ODQgNTI2LjIyIDczNC44MjkgNDM2LjIzMyA4NDcuNzIxIDQ1MC42MTVDMTEzMy40IDQ4Ni45NTQgOTU0LjI5IDEwNzAuODIgMTM1NS41OSAxMDA0LjgzQzEzOTUuNTYgOTk4LjI0IDE0MTcuMDEgOTcxLjc2NiAxNDM3LjMzIDkzNi4yNTRDMTUyOC41OSA3NzYuNjc2IDE1MDkuMTYgNTAzLjg1IDE2ODkuNCA0NTQuODQ3QzIwNzMuODMgMzUwLjM4MiAyMDM5LjQ4IDExNDUuNzYgMjU1OC43NiA2MTAuMjI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4xMzY3MiA5ODIuNDg5QzMyMi4wNTEgMTA1Ni44OCA0NDguMjI5IDg0Ny42NjcgNTk5LjA5NSA2MzkuMTE3QzY4MS40MDIgNTI1LjM2IDczNy4yMDkgNDM3LjUzNiA4NDkuNDYxIDQ1Mi40MjhDMTEzMy4xNSA0OTAuMDQgOTYwLjgyNiAxMDY0Ljg0IDEzNjAuODkgOTk4LjAxN0MxNDAwLjYgOTkxLjM5OCAxNDIyLjA5IDk2NS4xNDYgMTQ0Mi43IDkzMC4yMDhDMTUzNi41MSA3NzEuMjk4IDE1MjEuNDUgNTAzLjc4NiAxNzAwLjA2IDQ1NS45OTJDMjA4NS4wMiAzNTIuOTkgMjA0MC43MyAxMTQ1LjUgMjU1OC42NSA2MjEuNTUyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4xMDEwNyA5NjguMjY3QzMxNy45NjYgMTA0My43NCA0NDUuNzc4IDg0MS4yNDEgNTk5Ljg3NyA2MzUuNzE0QzY4My4zMiA1MjQuNDM5IDczOS42MjQgNDM4LjgxMSA4NTEuMjAyIDQ1NC4yMTJDMTEzMi45MyA0OTMuMDY0IDk2Ny4zNjIgMTA1OC44MyAxMzY2LjE4IDk5MS4xNzdDMTQwNS42MSA5ODQuNDk1IDE0MjcuMTcgOTU4LjQ5OCAxNDQ4LjA5IDkyNC4xNjRDMTU0NC41IDc2NS45NTQgMTUzMy43NCA1MDMuNzI0IDE3MTAuNzUgNDU3LjEwOEMyMDk2LjI1IDM1NS41NyAyMDQyIDExNDUuMjIgMjU1OC42MSA2MzIuODE5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4xMDEwNyA5NTQuMDcyQzMxMy44ODEgMTAzMC42IDQ0My4zMjcgODM0LjgxIDYwMC42NTggNjMyLjM3MUM2ODUuMjAzIDUyMy41NzcgNzQyLjA0IDQ0MC4xNDUgODUyLjk3OCA0NTYuMDU1QzExMzIuNzYgNDk2LjE0OCA5NzMuOTM0IDEwNTIuODcgMTM3MS41MSA5ODQuNDI5QzE0MTAuNjUgOTc3LjY4MyAxNDMyLjI1IDk1MS45NzIgMTQ1My40OSA5MTguMjExQzE1NTIuNTMgNzYwLjcwMSAxNTQ2LjA3IDUwMy43ODUgMTcyMS40NCA0NTguMzE0QzIxMDcuNDcgMzU4LjI0IDIwNDMuMjggMTE0NS4wNiAyNTU4LjU4IDY0NC4yMDgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjA2NTQzIDkzOS44NDhDMzA5Ljc5NiAxMDE3LjQ2IDQ0MC44MDUgODI4LjM4MiA2MDEuNDA0IDYyOC45NjVDNjg3LjAxNCA1MjIuNjU0IDc0NC40MiA0NDEuNDE3IDg1NC43MTggNDU3LjgzNkMxMTMyLjUxIDQ5OS4xNzEgOTgwLjUwNSAxMDQ2Ljg2IDEzNzYuOCA5NzcuNTg3QzE0MTUuNjYgOTcwLjc3NyAxNDM3LjM3IDk0NS4zNTMgMTQ1OC44OSA5MTIuMTMzQzE1NjAuNiA3NTUuMzIzIDE1NTguMzkgNTAzLjcyMSAxNzMyLjE0IDQ1OS4zOTVDMjExOC43IDM2MC44MTYgMjA0NC41NiAxMTQ0Ljc0IDI1NTguNTQgNjU1LjQ3MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuMDMwMjcgOTI1LjY1OEMzMDUuNzExIDEwMDQuMzIgNDM4LjI0NyA4MjEuOTU2IDYwMi4xODYgNjI1LjU5NEM2ODguODYyIDUyMS43NjUgNzQ2LjgzNiA0NDIuNzIzIDg1Ni40OTUgNDU5LjY1MkMxMTMyLjMzIDUwMi4yMjcgOTg3LjA3OCAxMDQwLjg4IDEzODIuMTMgOTcwLjc3OUMxNDIwLjc0IDk2My45MzggMTQ0Mi40OCA5MzguNzM2IDE0NjQuMjkgOTA2LjEyMUMxNTY4LjY2IDc1MC4wNDMgMTU3MC43MiA1MDMuNzIzIDE3NDIuODMgNDYwLjU3NUMyMTI5Ljk2IDM2My40OTEgMjA0NS44NCAxMTQ0LjUyIDI1NTguNDcgNjY2LjgzMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuMDMwMjcgOTExLjQ2NEMzMDEuNjYxIDk5MS4yMDYgNDM1LjY1NCA4MTUuNTU5IDYwMi45NjcgNjIyLjIxOUM2OTAuNzA5IDUyMC44NzIgNzQ5LjI1MSA0NDQuMDI2IDg1OC4yMzYgNDYxLjQ2NEMxMTMyLjA4IDUwNS4yOCA5OTMuNjE0IDEwMzQuODkgMTM4Ny40MiA5NjMuOTY4QzE0MjUuNzUgOTU3LjA2MyAxNDQ3LjYgOTMyLjE0OCAxNDY5LjY2IDkwMC4xMDVDMTU3Ni43NiA3NDQuNzI3IDE1ODMuMDEgNTAzLjcyMSAxNzUzLjQ5IDQ2MS43MThDMjE0MS4xOCAzNjYuMTYyIDIwNDcuMDggMTE0NC4yOSAyNTU4LjQgNjc4LjE1OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuOTk0NjI5IDg5Ny4yNDJDMjk3LjU3NiA5NzguMDMzIDQzMy4wMjUgODA5LjEgNjAzLjc0OSA2MTguODQ3QzY5Mi40ODUgNTE5Ljk1IDc1MS42NjcgNDQ1LjMzMiA4NjAuMDEyIDQ2My4yNzlDMTEzMS45IDUwOC4zMzYgMTAwMC4xOSAxMDI4LjkxIDEzOTIuNzUgOTU3LjE1OUMxNDMwLjggOTUwLjE5MSAxNDUyLjcxIDkyNS41NjIgMTQ3NS4wOSA4OTQuMDkyQzE1ODQuOTMgNzM5LjQ0NiAxNTk1LjM3IDUwMy43NTQgMTc2NC4xOCA0NjIuODY1QzIxNTIuNDQgMzY4LjgzNiAyMDQ4LjM2IDExNDQuMDQgMjU1OC4zNyA2ODkuNDg4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC45NTg5ODQgODgzLjA1MUMyOTMuNDkxIDk2NC45MjQgNDMwLjM2MSA4MDIuNjQyIDYwNC40OTUgNjE1LjQ3NkM2OTQuMjI2IDUxOS4wMjkgNzU0LjA0NiA0NDYuNjA2IDg2MS43NTIgNDY1LjA5M0MxMTMxLjY5IDUxMS4zOTIgMTAwNi43MiAxMDIyLjk2IDEzOTguMDQgOTUwLjM4M0MxNDM1Ljg0IDk0My4zODIgMTQ1Ny44MyA5MTkuMDA4IDE0ODAuNDYgODg4LjA3OUMxNTkzLjEgNzM0LjE2NCAxNjA3LjY2IDUwMy43ODYgMTc3NC44NCA0NjQuMDExQzIxNjMuNjcgMzcxLjUxIDIwNDkuNjEgMTE0My43OSAyNTU4LjI5IDcwMC44MTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjk1ODk4NCA4NjguODI3QzI4OS40NDEgOTUxLjc1MSA0MjcuNjYxIDc5Ni4xNSA2MDUuMzEyIDYxMi4wN0M2OTYuMDAyIDUxOC4wNzMgNzU2LjQ2MiA0NDcuODc4IDg2My41NjQgNDY2Ljg3NUMxMTMxLjUxIDUxNC4zODIgMTAxMy4zMyAxMDE2Ljk1IDE0MDMuNDEgOTQzLjU0MUMxNDQwLjkyIDkzNi40NzcgMTQ2My4wNSA5MTIuMzg5IDE0ODUuOTMgODgyLjAzMkMxNjAxLjM4IDcyOC44ODIgMTYyMC4wNiA1MDMuNzg2IDE3ODUuNiA0NjUuMTU2QzIxNzUuMDQgMzc0LjIxNCAyMDUwLjk2IDExNDMuNTYgMjU1OC4yOSA3MTIuMTQ0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC45MjM4MjggODU0LjYzNUMyODUuMzU2IDkzOC42NDEgNDI0Ljg5MSA3ODkuNjkxIDYwNi4wNTggNjA4LjY5OEM2OTcuNzA3IDUxNy4xNTEgNzU4Ljg0MiA0NDkuMTgzIDg2NS4zMDUgNDY4LjY4OUMxMTMxLjMgNTE3LjQzNyAxMDE5LjkgMTAxMSAxNDA4LjY2IDkzNi43MzFDMTQ0NS44OSA5MjkuNjA0IDE0NjguMTMgOTA1LjgwMiAxNDkxLjI2IDg3Ni4wMThDMTYwOS41NSA3MjMuNiAxNjMyLjM1IDUwMy44NSAxNzk2LjIyIDQ2Ni4zMDJDMjE4Ni4yNiAzNzYuOTUxIDIwNTIuMTYgMTE0My4zMSAyNTU4LjE5IDcyMy40NzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjg4ODE4NCA4NDAuNDEyQzI4MS4yNzEgOTI1LjQ2NyA0MjIuMDg0IDc4My4xNjcgNjA2LjgwNCA2MDUuMzI0QzY5OS4zNzcgNTE2LjE5NiA3NjEuMjIyIDQ1MC40ODggODY3LjAxIDQ3MC41MDJDMTEzMS4wMiA1MjAuNDkyIDEwMjYuNCAxMDA1LjA1IDE0MTMuOTIgOTI5LjkyMkMxNDUwLjkgOTIyLjc2MiAxNDczLjI1IDg5OS4yMTYgMTQ5Ni41OCA4NzAuMDA1QzE2MTcuNzUgNzE4LjM4MiAxNjQ0LjYxIDUwMy45MTQgMTgwNi44NCA0NjcuNDQ4QzIxOTcuNDUgMzc5LjY4OCAyMDUzLjQxIDExNDMuMDUgMjU1OC4wOCA3MzQuODAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC44NTI1MzkgODI2LjIyMUMyNzcuMTg2IDkxMi4zNTggNDE5LjI0MiA3NzYuNjQ1IDYwNy41ODUgNjAxLjk1MkM3MDEuMDQ2IDUxNS4yNDIgNzYzLjYzOCA0NTEuNzYxIDg2OC43ODYgNDcyLjMxN0MxMTMwLjg0IDUyMy41MTUgMTAzMi45NyA5OTkuMSAxNDE5LjI1IDkyMy4xMTNDMTQ1NS45NSA5MTUuODkgMTQ3OC40MyA4OTIuNjI5IDE1MDIuMDIgODYzLjk1OUMxNjI2LjEgNzEzLjEzMiAxNjU3LjAxIDUwMy45NDYgMTgxNy41NyA0NjguNTk0QzIyMDguNzggMzgyLjQ1NyAyMDU0LjcyIDExNDIuODMgMjU1OC4wNSA3NDYuMTI5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC44NTI1MzkgODExLjk5OEMyNzMuMTAxIDg5OS4xODUgNDE2LjQwMSA3NzAuMDkxIDYwOC4zNjcgNTk4LjU0OEM3MDIuNzE2IDUxNC4yMjUgNzY2LjA1MyA0NTMuMDM1IDg3MC41NjIgNDc0LjA5OUMxMTMwLjY2IDUyNi41MzkgMTAzOS41NCA5OTMuMTE4IDE0MjQuNTggOTE2LjMwNEMxNDYwLjk5IDkwOS4wNDkgMTQ4My42MiA4ODYuMDc1IDE1MDcuNDIgODU3Ljk0NkMxNjM0LjQ1IDcwNy45MTQgMTY2OS4zMyA1MDQuMDEgMTgyOC4yNiA0NjkuNzRDMjIyMC4xMiAzODUuMjI2IDIwNTYgMTE0Mi41OCAyNTU4LjAxIDc1Ny40NTgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjgxNjg5NSA3OTcuODAyQzI2OS4wMTUgODg2LjA3MSA0MTMuNDg3IDc2My41MzIgNjA5LjE0OCA1OTUuMTcxQzcwNC4zODUgNTEzLjIzNCA3NjguNDY5IDQ1NC4zMzUgODcyLjMzOCA0NzUuOTA5QzExMzAuNDUgNTI5LjU1OCAxMDQ2LjE1IDk4Ny4xNjMgMTQyOS45MSA5MDkuNDlDMTQ2Ni4wNyA5MDIuMTcyIDE0ODguOCA4NzkuNDg0IDE1MTIuODIgODUxLjkyOEMxNjQyLjgzIDcwMi43NTUgMTY4MS42OSA1MDQuMTAyIDE4MzguOTUgNDcwLjg4MkMyMjMxLjQxIDM4Ny45OSAyMDU3LjI4IDExNDIuMzUgMjU1Ny45OCA3NjguNzgyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC43ODEyNSA3ODMuNTgxQzI2NC45MyA4NzIuOSA0MTAuNTM5IDc1Ni45MTYgNjA5Ljg5NCA1OTEuODAxQzcwNS45NDggNTEyLjIxOSA3NzAuODQ5IDQ1NS42MTEgODc0LjA3OCA0NzcuNzI2QzExMzAuMjMgNTMyLjYxNiAxMDUyLjY5IDk4MS4yNDggMTQzNS4yIDkwMi42ODRDMTQ3MS4wOCA4OTUuMzAyIDE0OTMuOTUgODcyLjkzMiAxNTE4LjIyIDg0NS44ODVDMTY1MS4yMiA2OTcuNTcxIDE2OTQuMDYgNTA0LjE2OCAxODQ5LjYxIDQ3MS45OThDMjI0Mi43MSAzOTAuNzkzIDIwNTguNTIgMTE0Mi4wNyAyNTU3LjkgNzgwLjA4MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuNzgxMjUgNzY5LjM5MUMyNjAuODgxIDg1OS43OTIgNDA3LjU5MSA3NTAuMjk5IDYxMC43MTEgNTg4LjQzQzcwNy42MTggNTExLjIwMiA3NzMuMyA0NTYuOTE3IDg3NS44NTUgNDc5LjU0MUMxMTMwLjA2IDUzNS42NCAxMDU5LjI2IDk3NS4yOTkgMTQ0MC41MyA4OTUuODc2QzE0NzYuMTIgODg4LjQ2MiAxNDk5LjE4IDg2Ni4zNzkgMTUyMy42MiA4MzkuODczQzE2NTkuNjcgNjkyLjQ1IDE3MDYuNDIgNTA0LjI2NSAxODYwLjMgNDczLjE3N0MyMjU0IDM5My42NTggMjA1OS44IDExNDEuODUgMjU1Ny44MyA3OTEuNDQyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC43NDYwOTQgNzU1LjE5NkMyNTYuNzk2IDg0Ni42NDggNDA0LjU3MSA3NDMuNjE0IDYxMS40NTcgNTg1LjA1NEM3MDkuMTQ2IDUxMC4xODEgNzc1LjY4IDQ1OC4xODcgODc3LjU5NiA0ODEuMzUyQzExMjkuODEgNTM4LjY2IDEwNjUuODMgOTY5LjM3OCAxNDQ1LjgyIDg4OS4wNjRDMTQ4MS4xNyA4ODEuNTg2IDE1MDQuMzYgODU5LjgyMSAxNTI5LjAyIDgzMy44NTZDMTY2OC4xNiA2ODcuMzI0IDE3MTguNzggNTA0LjM1OCAxODcxIDQ3NC4zMkMyMjY1LjM0IDM5Ni40ODggMjA2MS4wOCAxMTQxLjYyIDI1NTcuOCA4MDIuNzY4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC43MTA0NDkgNzQwLjk3NEMyNTIuNzExIDgzMy41MDcgNDAxLjUxNiA3MzYuOTAxIDYxMi4yMDMgNTgxLjY1MUM3MTAuNzA5IDUwOS4xMDEgNzc4LjA2IDQ1OS40NjEgODc5LjMzNiA0ODMuMTM1QzExMjkuNiA1NDEuNjUzIDEwNzIuMzcgOTYzLjQyOSAxNDUxLjExIDg4Mi4yNTZDMTQ4Ni4xOCA4NzQuNzQ2IDE1MDkuNTEgODUzLjI2OCAxNTM0LjM4IDgyNy44NDNDMTY3Ni42MSA2ODIuMjY2IDE3MzEuMTEgNTA0LjQ4NyAxODgxLjY1IDQ3NS40NjdDMjI3Ni42MyAzOTkuMzUzIDIwNjIuMzIgMTE0MS4zNyAyNTU3LjczIDgxNC4wOTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjcxMDQ0OSA3MjYuNzhDMjQ4LjY2MSA4MjAuMzYzIDM5OC40NjEgNzMwLjE1MyA2MTMuMDIgNTc4LjMwN0M3MTIuMzA3IDUwOC4wNDggNzgwLjUxMSA0NjAuNzY0IDg4MS4xNDggNDg0Ljk3OUMxMTI5LjQ1IDU0NC43MDUgMTA3OS4wMSA5NTcuNTQgMTQ1Ni40OCA4NzUuNDc2QzE0OTEuMjYgODY3LjkwMyAxNTE0Ljc3IDg0Ni43NDIgMTUzOS44MiA4MjEuODI3QzE2ODUuMTggNjc3LjIwNCAxNzQzLjUgNTA0LjYxMiAxODkyLjM4IDQ3Ni42MUMyMjg4LjA0IDQwMi4yNDcgMjA2My42NCAxMTQxLjExIDI1NTcuNzMgODI1LjQyMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuNjc0ODA1IDcxMi41NTlDMjQ0LjU3NiA4MDcuMjI0IDM5NS4zMzUgNzIzLjM0NyA2MTMuNzY2IDU3NC45MDZDNzEzLjc5OSA1MDYuOTM4IDc4Mi44OTEgNDYyLjAzOSA4ODIuODUzIDQ4Ni43NjNDMTEyOS4yIDU0Ny42OTkgMTA4NS41MSA5NTEuNTkyIDE0NjEuNzQgODY4LjYzN0MxNDk2LjI2IDg2MS4wMzIgMTUxOS45NiA4NDAuMTkgMTU0NS4xOCA4MTUuNzg0QzE2OTMuNyA2NzIuMTQ4IDE3NTUuODMgNTA0LjcxIDE5MDMuMDQgNDc3Ljc1OEMyMjk5LjMzIDQwNS4xNzcgMjA2NC44OCAxMTQwLjg5IDI1NTcuNjIgODM2Ljc1MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuNjM5MTYgNjk4LjM2N0MyNDAuNDkgNzk0LjA4MiAzOTIuMTc0IDcxNi41MDQgNjE0LjU0NyA1NzEuNTMyQzcxNS4zNjIgNTA1LjgyMyA3ODUuMzA2IDQ2My4zMTIgODg0LjYyOSA0ODguNTc3QzExMjguOTkgNTUwLjcyMiAxMDkyLjEyIDk0NS42NzMgMTQ2Ny4wNiA4NjEuODI3QzE1MDEuMzEgODU0LjE1OCAxNTI1LjE4IDgzMy42MzQgMTU1MC41OCA4MDkuNzY5QzE3MDIuMyA2NjcuMTgzIDE3NjguMTkgNTA0LjgzNyAxOTEzLjczIDQ3OC45MDNDMjMxMC42NiA0MDguMTM1IDIwNjYuMTYgMTE0MC42NCAyNTU3LjU4IDg0OC4wODEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjYzOTE2IDY4NC4xNDNDMjM2LjQ0MSA3ODAuOTQgMzg5LjA0NyA3MDkuNTk5IDYxNS4zMjkgNTY4LjEyN0M3MTYuODg5IDUwNC42NDUgNzg3LjcyMiA0NjQuNTg0IDg4Ni40MDUgNDkwLjM1OEMxMTI4LjgxIDU1My43MTIgMTA5OC42OSA5MzkuNzU0IDE0NzIuMzkgODU0Ljk4NUMxNTA2LjM1IDg0Ny4yODQgMTUzMC40IDgyNy4wNzkgMTU1Ni4wMSA4MDMuNzIzQzE3MTAuOTYgNjYyLjIxOCAxNzgwLjU5IDUwNC45NjMgMTkyNC40NiA0ODAuMDE2QzIzMjIuMDcgNDExLjA2MiAyMDY3LjQ3IDExNDAuMzUgMjU1Ny41OCA4NTkuMzc2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC42MDQwMDQgNjY5Ljk1M0MyMzIuMzIgNzY3LjggMzg1Ljg1MSA3MDIuNjk1IDYxNi4wNzUgNTY0Ljc4N0M3MTguMzQ2IDUwMy41MzMgNzkwLjEwMiA0NjUuODg5IDg4OC4xNDYgNDkyLjIwNUMxMTI4LjYgNTU2Ljc2OCAxMTA1LjI2IDkzMy45MDEgMTQ3Ny42OSA4NDguMjQxQzE1MTEuNCA4NDAuNDc3IDE1MzUuNTkgODIwLjYyMSAxNTYxLjM4IDc5Ny43NDJDMTcxOS42IDY1Ny4zMiAxNzkyLjkyIDUwNS4xNTYgMTkzNS4wOCA0ODEuMjI3QzIzMzMuMzYgNDE0LjExOCAyMDY4LjY4IDExNDAuMTkgMjU1Ny40OCA4NzAuNzM4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC41NjgzNTkgNjU1LjcyOEMyMjguMjM1IDc1NC42NTYgMzgyLjYxOCA2OTUuNjYyIDYxNi44NTcgNTYxLjM4MUM3MTkuODczIDUwMi4zMjMgNzkyLjUxOCA0NjcuMTMgODg5LjkyMiA0OTMuOTg2QzExMjguNDIgNTU5LjcyNiAxMTExLjg3IDkyNy45NDkgMTQ4My4wMSA4NDEuMzk5QzE1MTYuNDQgODMzLjYwMyAxNTQwLjg1IDgxNC4wNjUgMTU2Ni43OCA3OTEuNjk1QzE3MjguMjYgNjUyLjQxOCAxODA1LjMxIDUwNS4zMTQgMTk0NS43NyA0ODIuMzRDMjM0NC43MyA0MTcuMTA4IDIwNzAgMTEzOS45IDI1NTcuNDEgODgyLjAzMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuNTMzMjAzIDY0MS41MzZDMjI0LjE1IDc0MS41MTUgMzc5LjM4NiA2ODguNjMgNjE3LjYwMyA1NTguMDA4QzcyMS4zMyA1MDEuMTE0IDc5NC44OTggNDY4LjQzNCA4OTEuNjI3IDQ5NS43OTlDMTEyOC4xNyA1NjIuNzQ5IDExMTguMzcgOTIyLjA2MyAxNDg4LjI3IDgzNC41ODlDMTUyMS40MSA4MjYuNzYxIDE1NDYgODA3LjU0MiAxNTcyLjE0IDc4NS42ODFDMTczNi45MyA2NDcuNjE0IDE4MTcuNjQgNTA1LjQ3MyAxOTU2LjQzIDQ4My40ODVDMjM1Ni4wNiA0MjAuMTYzIDIwNzEuMjQgMTEzOS42NSAyNTU3LjM0IDg5My4zNjEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjUzMzIwMyA2MjcuMzQzQzIyMC4xMDEgNzI4LjQwNCAzNzYuMTUzIDY4MS41NjQgNjE4LjQyIDU1NC42MzRDNzIyLjg5MyA0OTkuOTAzIDc5Ny4zNDkgNDY5LjcwNiA4OTMuNDM5IDQ5Ny42MTJDMTEyOC4wMyA1NjUuNzcxIDExMjUuMDEgOTE2LjIwNiAxNDkzLjY0IDgyNy43NzhDMTUyNi41MyA4MTkuODg3IDE1NTEuMjkgODAxLjA0OSAxNTc3LjU4IDc3OS42MzRDMTc0NS43MSA2NDIuNzc2IDE4MzAuMDQgNTA1LjYzMSAxOTY3LjE2IDQ4NC41OThDMjM2Ny40NyA0MjMuMjE3IDIwNzIuNTUgMTEzOS4zOSAyNTU3LjM0IDkwNC42NTUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjQ5NzU1OSA2MTMuMTE5QzIxNi4wMTYgNzE1LjIyOSAzNzIuODg1IDY3NC4zNzMgNjE5LjE2NiA1NTEuMjZDNzI0LjM0OSA0OTguNjYyIDc5OS43MjkgNDcwLjk3OCA4OTUuMTggNDk5LjQyNUMxMTI3LjgyIDU2OC43NjEgMTEzMS41OCA5MTAuMzE5IDE0OTguOTMgODIwLjk2OEMxNTMxLjU0IDgxMy4wNDUgMTU1Ni41MSA3OTQuNTI1IDE1ODIuOTQgNzczLjYyQzE3NTQuNDUgNjM4LjAzNCAxODQyLjQgNTA1LjgyMSAxOTc3LjgxIDQ4NS43NzVDMjM3OC44IDQyNi4zMzUgMjA3My44IDExMzkuMTcgMjU1Ny4yNiA5MTYuMDE1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC40NjE5MTQgNTk4LjkyN0MyMTEuOTMgNzAyLjEyIDM2OS42MTcgNjY3LjE4MSA2MTkuOTQ3IDU0Ny44ODdDNzI1Ljg0MSA0OTcuNDIxIDgwMi4xNDUgNDcyLjI1MSA4OTYuOTU2IDUwMS4yMzlDMTEyNy42MSA1NzEuNzUzIDExMzguMTkgOTA0LjQzMyAxNTA0LjI2IDgxNC4xOTFDMTUzNi42MiA4MDYuMjA0IDE1NjEuNzcgNzg4LjA2NiAxNTg4LjM4IDc2Ny42MzhDMTc2My4yNSA2MzMuMzU3IDE4NTQuOCA1MDYuMDc2IDE5ODguNTQgNDg2Ljk1MkMyMzkwLjI0IDQyOS41MTcgMjA3NS4xMSAxMTM4Ljk4IDI1NTcuMjMgOTI3LjM3NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuNDYxOTE0IDU4NC43MDVDMjA3Ljg4MSA2ODguOTggMzY2LjM4NCA2NTkuODk2IDYyMC43MjkgNTQ0LjQ4NUM3MjcuMzMzIDQ5Ni4xMTggODA0LjU2IDQ3My41MjYgODk4LjczMiA1MDMuMDIzQzExMjcuNDYgNTc0Ljc0NSAxMTQ0LjggODk4LjU0NyAxNTA5LjU5IDgwNy4zNTFDMTU0MS42NiA3OTkuMzMyIDE1NjYuOTkgNzgxLjU0NSAxNTkzLjc3IDc2MS41OTNDMTc3Mi4wNiA2MjguNjgxIDE4NjcuMiA1MDYuMjM3IDE5OTkuMjMgNDg4LjA2OEMyNDAxLjYgNDMyLjY2OSAyMDc2LjM5IDExMzguNjkgMjU1Ny4xOSA5MzguNjczIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC40MjYyNyA1NzAuNTExQzIwMy43OTUgNjc1LjgzNiAzNjMuMTE2IDY1Mi41NzUgNjIxLjQ3NSA1NDEuMTA5QzcyOC44MjUgNDk0LjgxIDgwNi45NCA0NzQuNzk2IDkwMC40MzcgNTA0LjgzNEMxMTI3LjIyIDU3Ny43MzQgMTE1MS4zNCA4OTIuNjkgMTUxNC44NCA4MDAuNTM5QzE1NDYuNjQgNzkyLjQ4OCAxNTcyLjE4IDc3NS4wNTEgMTU5OS4xNCA3NTUuNTQ1QzE3ODAuODQgNjI0LjAzMiAxODc5LjUyIDUwNi40MjUgMjAwOS44NiA0ODkuMTc4QzI0MTIuOTMgNDM1Ljg0OCAyMDc3LjYgMTEzOC40MSAyNTU3LjA5IDk0OS45NjYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjM5MDYyNSA1NTYuMjkxQzE5OS43MSA2NjIuNjk4IDM1OS44MTIgNjQ1LjE2NSA2MjIuMjU2IDUzNy43NEM3MzAuMzE3IDQ5My41MSA4MDkuMzU2IDQ3Ni4wNzMgOTAyLjIxMyA1MDYuNjUyQzExMjcuMDQgNTgwLjcyOSAxMTU3Ljk0IDg4Ni44MzkgMTUyMC4xNyA3OTMuNzMzQzE1NTEuNzIgNzg1LjYxOSAxNTc3LjQzIDc2OC41OTUgMTYwNC41NCA3NDkuNTM1QzE3ODkuNjggNjE5LjQ4NiAxODkxLjkyIDUwNi42ODQgMjAyMC41NSA0OTAuMzZDMjQyNC4zIDQzOS4xMyAyMDc4Ljg4IDExMzguMjIgMjU1Ny4wNSA5NjEuMzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjM5MDYyNSA1NDIuMDk4QzE5NS42NjEgNjQ5LjU1NSAzNTYuNTggNjM3LjcxOCA2MjMuMDM4IDUzNC4zNjZDNzMxLjg0NSA0OTIuMTcyIDgxMS44MDcgNDc3LjM0NCA5MDMuOTg5IDUwOC40NjRDMTEyNi44NiA1ODMuNzE5IDExNjQuNTUgODgwLjk4MyAxNTI1LjUgNzg2LjkyMkMxNTU2Ljc2IDc3OC43NzYgMTU4Mi42OSA3NjIuMTAzIDE2MDkuOTQgNzQzLjUyQzE3OTguNTMgNjE0Ljk2NyAxOTA0LjI4IDUwNi45MDUgMjAzMS4yNCA0OTEuNTA0QzI0MzUuNyA0NDIuNDA2IDIwODAuMTYgMTEzNy45NiAyNTU2Ljk4IDk3Mi42NTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjM1NDk4IDUyNy44NzNDMTkxLjU0IDYzNi40MTIgMzUzLjMxMSA2MzAuMjA3IDYyMy44MTkgNTMwLjk2QzczMy4zNzIgNDkwLjc3MSA4MTQuMjIyIDQ3OC41ODQgOTA1Ljc2NSA1MTAuMjQ1QzExMjYuNjggNTg2LjY3NyAxMTcxLjE5IDg3NS4xMjcgMTUzMC44MyA3ODAuMTEyQzE1NjEuODQgNzcxLjkzNCAxNTg3LjkxIDc1NS42NDIgMTYxNS4zNyA3MzcuNTA0QzE4MDcuNDQgNjEwLjUxIDE5MTYuNjggNTA3LjE1OCAyMDQxLjk3IDQ5Mi42NDhDMjQ0Ny4xMSA0NDUuNzQ1IDIwODEuNDcgMTEzNy43MSAyNTU2Ljk4IDk4My45ODMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjMxOTgyNCA1MTMuNjgzQzE4Ny40NTUgNjIzLjI3MSAzNTAuMDc5IDYyMi42NjcgNjI0LjU2NSA1MjcuNTg4QzczNC44NjQgNDg5LjQwNCA4MTYuNjAzIDQ3OS44NTggOTA3LjQ3IDUxMi4wNkMxMTI2LjQzIDU4OS42NyAxMTc3LjczIDg2OS4yNzMgMTUzNi4wOSA3NzMuMzA0QzE1NjYuODEgNzY1LjA2MiAxNTkzLjEgNzQ5LjE4NCAxNjIwLjcgNzMxLjQ2QzE4MTYuMjYgNjA2LjA4OSAxOTI5LjAxIDUwNy4zODIgMjA1Mi41OSA0OTMuNzk1QzI0NTguNDQgNDQ5LjEyIDIwODIuNjggMTEzNy40OSAyNTU2Ljg3IDk5NS4zMTMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjMxOTgyNCA0OTkuNDU4QzE4My40MDUgNjEwLjEyOSAzNDYuODQ3IDYxNS4wMjkgNjI1LjM4MiA1MjQuMjE1QzczNi40MjcgNDg4LjAwMyA4MTkuMDU0IDQ4MS4xMyA5MDkuMjgyIDUxMy45MDVDMTEyNi4zMyA1OTIuNjkyIDExODQuMzcgODYzLjQ4MSAxNTQxLjQ1IDc2Ni41MjVDMTU3MS44OSA3NTguMjUyIDE1OTguMzkgNzQyLjcyNCAxNjI2LjE3IDcyNS40NzdDMTgyNS4yMSA2MDEuNzYgMTk0MS40NCA1MDcuNyAyMDYzLjM1IDQ5NC45NzJDMjQ2OS44OCA0NTIuNTU1IDIwODQuMDMgMTEzNy4yNiAyNTU2LjkxIDEwMDYuNjciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjI4NDE4IDQ4NS4yNjhDMTc5LjMyIDU5Ni45ODggMzQzLjY0OSA2MDcuMzYyIDYyNi4xMjggNTIwLjg0M0M3MzcuOTU1IDQ4Ni41NzIgODIxLjQzNCA0ODIuNDA0IDkxMS4wMjMgNTE1LjcyQzExMjYuMTEgNTk1LjY4NCAxMTkwLjk4IDg1Ny42NTkgMTU0Ni43NCA3NTkuNzE3QzE1NzYuOTQgNzUxLjQxMiAxNjAzLjYxIDczNi4yOTcgMTYzMS41NCA3MTkuNDY0QzE4MzQuMDkgNTk3LjQzNCAxOTUzLjc2IDUwNy45NTYgMjA3NC4wMSA0OTYuMTE5QzI0ODEuMjUgNDU2LjAyNSAyMDg1LjI3IDExMzcuMDEgMjU1Ni44IDEwMTgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjI0ODUzNSA0NzEuMDc2QzE3NS4yMzUgNTgzLjg3OSAzNDAuNDUyIDU5OS42NjEgNjI2Ljg3NCA1MTcuNDdDNzM5LjQ4MiA0ODUuMTcyIDgyMy44NDkgNDgzLjY3NyA5MTIuNzYzIDUxNy41MzRDMTEyNS45IDU5OC42NzUgMTE5Ny41OSA4NTEuODY4IDE1NTIuMDMgNzUyLjkwN0MxNTgxLjk1IDc0NC41NyAxNjA4LjggNzI5LjgzNyAxNjM2LjkgNzEzLjQxOEMxODQyLjk3IDU5My4xMzggMTk2Ni4xMyA1MDguMjEgMjA4NC42NyA0OTcuMjMyQzI0OTIuNjEgNDU5LjQ5NCAyMDg2LjUxIDExMzYuNzUgMjU1Ni43MyAxMDI5LjMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjIxMjg5MSA0NTYuODUxQzE3MS4xNSA1NzAuNzAzIDMzNy4yNTUgNTkxLjg2NCA2MjcuNjU1IDUxNC4wNjNDNzQxLjA4IDQ4My42NzUgODI2LjI2NSA0ODQuOTE2IDkxNC41MzkgNTE5LjMxNEMxMTI1Ljc2IDYwMS42MDEgMTIwNC4xOSA4NDYuMDExIDE1NTcuMzYgNzQ2LjA5NkMxNTg3LjAyIDczNy42OTYgMTYxNC4wNiA3MjMuMzc2IDE2NDIuMzMgNzA3LjQwM0MxODUxLjkyIDU4OC45MzYgMTk3OC41MiA1MDguNDk1IDIwOTUuMzYgNDk4LjQwOEMyNTAzLjk4IDQ2My4wODggMjA4Ny44MyAxMTM2LjUzIDI1NTYuNyAxMDQwLjY2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC4yMTI4OTEgNDQyLjY2QzE2Ny4xIDU1Ny41OTUgMzM0LjEyOSA1ODQuMDY5IDYyOC40MzcgNTEwLjcyNEM3NDIuNjc5IDQ4Mi4yNDUgODI4LjY4IDQ4Ni4yMjIgOTE2LjI4IDUyMS4xNjFDMTEyNS41NSA2MDQuNjI1IDEyMTAuOCA4NDAuMjUzIDE1NjIuNjYgNzM5LjMxOUMxNTkyLjAzIDczMC44ODcgMTYxOS4yNCA3MTYuOTgyIDE2NDcuNyA3MDEuNDIyQzE4NjAuOCA1ODQuODMyIDE5OTAuODUgNTA4Ljg0NiAyMTA2LjAyIDQ5OS41ODdDMjUxNS4zMSA0NjYuNzE2IDIwODkuMDcgMTEzNi4zMSAyNTU2LjU5IDEwNTIuMDIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjE3NzczNCA0MjguNDM3QzE2My4wMTUgNTQ0LjQyMiAzMzEuMDAzIDU3Ni4xNzggNjI5LjIxOSA1MDcuMzE5Qzc0NC4yNzggNDgwLjc0OSA4MzEuMTMyIDQ4Ny40NjMgOTE4LjA1NiA1MjIuOTQzQzExMjUuNCA2MDcuNTUzIDEyMTcuNDQgODM0LjQzIDE1NjcuOTggNzMyLjQ3OUMxNTk3LjExIDcyNC4wMTQgMTYyNC41IDcxMC41MjMgMTY1My4xIDY5NS4zNzdDMTg2OS43MiA1ODAuNjk3IDIwMDMuMjEgNTA5LjEwMSAyMTE2LjcxIDUwMC43MDFDMjUyNi43MiA0NzAuMzQ0IDIwOTAuMzUgMTEzNi4wNSAyNTU2LjU1IDEwNjMuMzEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjE0MjA5IDQxNC4yNDVDMTU4LjkzIDUzMS4zMTEgMzI3LjkxMyA1NjguMjU1IDYyOS45NjUgNTAzLjk0NkM3NDUuODc2IDQ3OS4yNTQgODMzLjUxMSA0ODguNzA0IDkxOS43OTcgNTI0Ljc1N0MxMTI1LjIzIDYxMC41NDQgMTIyNC4wNSA4MjguNjM5IDE1NzMuMjggNzI1LjY2OUMxNjAyLjEyIDcxNy4xNzMgMTYyOS42OSA3MDQuMDk1IDE2NTguNSA2ODkuMzNDMTg3OC42NyA1NzYuNTkyIDIwMTUuNTcgNTA5LjM4NyAyMTI3LjQgNTAxLjgxNEMyNTM4LjA4IDQ3NC4wMzUgMjA5MS42MyAxMTM1Ljc3IDI1NTYuNTIgMTA3NC42MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuMTQyMDkgNDAwLjAyQzE1NC44OCA1MTguMTM3IDMyNC44OTMgNTYwLjI5OCA2MzAuNzgyIDUwMC41NEM3NDcuNTgxIDQ3Ny43MjUgODM2LjA2OSA0ODkuNzg1IDkyMS42MDggNTI2LjUzN0MxMTI1LjMgNjEzLjEyIDEyMzAuNzMgODIyLjgxNSAxNTc4LjY0IDcxOC44MjdDMTYwNy4yIDcxMC4yOTkgMTYzNC45NSA2OTcuNjM0IDE2NjMuOTMgNjgzLjI4M0MxODg3LjYyIDU3Mi41ODEgMjAyNy45NyA1MDkuNzA0IDIxMzguMTMgNTAyLjk1OEMyNTQ5LjQ5IDQ3Ny43ODkgMjA5Mi45NCAxMTM1LjU0IDI1NTYuNTIgMTA4NS45NCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuMTA2OTM0IDM4NS44MjlDMTUwLjc2IDUwNS4wMjcgMzIxLjg3NCA1NTIuMzEyIDYzMS41MjggNDk3LjE5OUM3NDkuMjE2IDQ3Ni4yNjEgODM4LjQ0OSA0OTEuMTIxIDkyMy4zNDkgNTI4LjM4M0MxMTI1LjA4IDYxNi4xNzQgMTIzNy4zNyA4MTcuMDg3IDE1ODMuOSA3MTIuMDgxQzE2MTIuMjEgNzAzLjQ4OSAxNjQwLjEzIDY5MS4yNyAxNjY5LjMgNjc3LjMzM0MxODk2LjUgNTY4LjY2NyAyMDQwLjI2IDUxMC4wODYgMjE0OC43OSA1MDQuMTY4QzI1NjAuNzggNDgxLjcwMyAyMDk0LjE5IDExMzUuMzUgMjU1Ni40MSAxMDk3LjMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjA3MTI4OTEgMzcxLjYwNEMxNDYuNjc1IDQ5MS44NTMgMzE4Ljg1NSA1NDQuMjYgNjMyLjI3NCA0OTMuNzkzQzc1MC44NSA0NzQuNzAxIDg0MC44MjkgNDkyLjM5MyA5MjUuMDU0IDUzMC4xNjRDMTEyNC44NCA2MTkuMTk3IDEyNDQuMTYgODExLjg2OCAxNTg5LjE2IDcwNS4yMzhDMTYxNy4yMiA2OTYuNjc5IDE2NDUuMjggNjg0Ljg0MiAxNjc0LjYzIDY3MS4yODZDMTkwNS4zNSA1NjQuNzUyIDIwNTIuNTUgNTEwLjQwNCAyMTU5LjQxIDUwNS4yODFDMjU3Mi4wOCA0ODUuNTUyIDIwOTUuMzkgMTEzNS4wNyAyNTU2LjMxIDExMDguNTkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjA3MTI4OTEgMzU3LjQxMUMxNDIuNjI1IDQ3OC43NDIgMzE1Ljk0MiA1MzYuMjA5IDYzMy4wOTEgNDkwLjQyQzc1Mi41OSA0NzMuMTczIDg0My4yODEgNDkzLjY2NSA5MjYuODY2IDUzMS45NzdDMTEyNC42OSA2MjIuMjE5IDEyNTAuOCA4MDUuOTE3IDE1OTQuNTIgNjk4LjQyOEMxNjIyLjMgNjg5LjgwNSAxNjUwLjU0IDY3OC40MTMgMTY4MC4wNiA2NjUuMjRDMTkxNC4yNiA1NjAuODY5IDIwNjQuOTIgNTEwLjcyMSAyMTcwLjE0IDUwNi40MjVDMjU4My40NSA0ODkuNTI5IDIwOTYuNzEgMTEzNC44NCAyNTU2LjMxIDExMTkuOTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjAzNTY0NDUgMzQzLjE5MkMxMzguNTQgNDY1LjU3MiAzMTMuMDI5IDUyOC4wOTkgNjMzLjgzNyA0ODcuMDE5Qzc1NC4yNiA0NzEuNTg2IDg0NS42NjEgNDk0Ljk0MyA5MjguNjA3IDUzMy43NjNDMTEyNC40OCA2MjUuMjQ2IDEyNTcuMzQgNzk5Ljk3IDE1OTkuODEgNjkxLjU5MUMxNjI3LjM0IDY4Mi45MDQgMTY1NS42OSA2NzEuOTkgMTY4NS40NiA2NTkuMTk4QzE5MjMuMTggNTU3LjAyNCAyMDc3LjI4IDUxMS4wNDQgMjE4MC43OSA1MDcuNTQzQzI1OTQuNzQgNDkzLjUxMSAyMDk3Ljk1IDExMzQuNTYgMjU1Ni4yMyAxMTMxLjIyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMCAzMjlDMTM0LjQ1NSA0NTIuNDYyIDMxMC4xNTEgNTE5Ljk4NSA2MzQuNjE4IDQ4My42NDZDMTA2NC44NyA0MzUuNDcgMTEyNi43MiA4ODYuOTAzIDE2OTAuODYgNjUzLjE4NEMyOTEzLjM4IDE0Ni43MDMgMTk4Ni45NCAxMTMyLjMgMjU1Ni4yIDExNDIuNTUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjwvZz4KPGcgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm92ZXJsYXkiPgo8cGF0aCBkPSJNMjg3MC45NCAxNTEzLjQ4QzE1NjAuMDMgMTYxMS42NCAxOTc0LjczIDMxNi4yOTkgMTMxOS4zMSAzMjMuOTg4QzY3Ni44NTEgMzMxLjU1NCAxMzM1LjkxIDEzNTcuNTkgNTAzLjM0NCAxMjk2Ljg5Qzg4LjU3MTEgMTI2Ni42NyA2NDQuNDEzIDQ3OS43OTMgMTA3Ljg0MiAzNDkuNjk4Qy02MTQuMDMzIDE3NC42OTIgLTEwMDQuMDUgMTI3NS41OCAtMjA2OCAyMzUuOTU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MC45NCAxNDk1LjMzQzIwNjMuNjEgMTU1Ny43MyAxOTExLjQzIDEwODguMTIgMTc1My40MiA3MjQuMTU2QzE2NTcuNDggNTAzLjI2MyAxNTYyLjQzIDMyMi43MjQgMTMxNS44MSAzMjYuMzA0QzY3Ny4xMjYgMzM1LjQxNyAxMzIzLjA4IDEzNTAuMDIgNDkyLjk4OCAxMjg4LjE5QzQwMy42MjggMTI4MS41NiAzNTkuNjY4IDEyMzkuODYgMzM4Ljk1NyAxMTc3LjM3QzI2My42NTYgOTUwLjA1MyA1MDQuMzA0IDQ1MS42ODEgODcuMTMwOSAzNTEuMTZDLTYzNS44NDEgMTc4LjQzMiAtMTAwNi41OSAxMjc1LjI1IC0yMDY4IDI1MC40MzYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxIDE0NzcuMTVDMjA3MS41IDE1NDAuODkgMTkxNS4xMyAxMDc5LjUgMTc1MS45OCA3MTkuODA1QzE2NTMuMTYgNTAxLjk2MyAxNTU3LjgzIDMyNC4zNTMgMTMxMi41MiAzMjguNTg0QzY3Ny42MDYgMzM5LjI0MiAxMzEwLjUzIDEzNDIuMzcgNDgyLjkwNyAxMjc5LjQ0QzM5NC4wOTYgMTI3Mi43NyAzNTAuMzQyIDEyMzEuNCAzMjguNjcgMTE2OS42NUMyNDkuMzkyIDk0My41NDYgNDgxLjEyNCA0NTEuMDMyIDY2LjYyNTcgMzUyLjU4NkMtNjU2LjYyIDE4MC44NzUgLTEwMDguOTIgMTI3NC45MyAtMjA2Ny43MyAyNjQuODc5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS4wNyAxNDU5LjAxQzIwNzkuMzggMTUyNC4xNCAxOTE4Ljg0IDEwNzAuOTYgMTc1MC40NyA3MTUuNTM2QzE2NDguNzcgNTAwLjc4NiAxNTUzLjE3IDMyNi4wNjQgMTMwOS4wOSAzMzAuOTQ2QzY3Ny45NDkgMzQzLjE5IDEyOTcuNzggMTMzNC44NSA0NzIuNjIgMTI3MC44MkMzODQuMzU3IDEyNjQuMDcgMzQwLjg3OCAxMjIzLjA2IDMxOC4yNDYgMTE2MkMyMzQuOTkgOTM3LjA4IDQ1Ny42MDEgNDUwLjc5IDQ1Ljk4MzEgMzU0LjEzNEMtNjc4LjAxNyAxODQuMDUgLTEwMTEuMzggMTI3NC42OCAtMjA2Ny42NiAyNzkuNDQ1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS4wNyAxNDQwLjgyQzIwODcuMiAxNTA3LjMzIDE5MjIuNDcgMTA2Mi4zNyAxNzQ4Ljk2IDcxMS4xODJDMTY0NC4zOCA0OTkuNDgzIDE1NDguNSAzMjcuNjQ5IDEzMDUuNjYgMzMzLjIyM0M2NzguMjkxIDM0Ny4wMTMgMTI4NS4wMiAxMzI3LjIgNDYyLjMzMiAxMjYyLjA3QzM3NC41NSAxMjU1LjI4IDMzMS4zNDQgMTIxNC42IDMwNy44MjEgMTE1NC4yN0MyMjAuNTE5IDkzMC41MjkgNDM0LjAwOSA0NTAuNTA0IDI1LjMzOTYgMzU1LjU1NkMtNjk5LjM0NyAxODcuMTQgLTEwMTMuODUgMTI3NC4zMiAtMjA2Ny41OSAyOTMuODg1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS4xNCAxNDIyLjY4QzIwOTUuMDkgMTQ5MC41MyAxOTI2LjI0IDEwNTMuODcgMTc0Ny40NiA3MDYuODdDMTYzOS45OSA0OTguMjYyIDE1NDMuODQgMzI5LjMxNyAxMzAyLjIzIDMzNS41NDJDNjc4LjYzNCAzNTAuOTE5IDEyNzIuMzMgMTMxOS42NCA0NTIuMDQ1IDEyNTMuMzdDMzY0LjgxMSAxMjQ2LjQ5IDMyMS44MTIgMTIwNi4xOCAyOTcuMzI5IDExNDYuNThDMjA1LjkxMSA5MjMuOTggNDEwLjM0OSA0NTAuMyA0LjYyODYyIDM1Ny4wMjFDLTcyMC44MTIgMTkwLjI3MyAtMTAxNi4zOSAxMjc0LjAzIC0yMDY3LjUyIDMwOC4zNjciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjIxIDE0MDQuNUMyMTAyLjk3IDE0NzMuNzMgMTkzMC4wMiAxMDQ1LjMzIDE3NDYuMDEgNzAyLjUyQzE2MzUuNzQgNDk3LjAwNCAxNTM5LjI1IDMzMC45MDYgMTI5OC44NyAzMzcuODIyQzY3OS4wNDUgMzU0Ljc0NSAxMjU5LjY0IDEzMTIuMDMgNDQxLjgyNyAxMjQ0LjYyQzM1NS4xNDIgMTIzNy42NyAzMTIuMzQ3IDExOTcuNjggMjg2Ljk3MyAxMTM4LjgxQzE5MS40NDEgOTE3LjM1MiAzODYuODI2IDQ0OS45NzcgLTE1Ljk0NTUgMzU4LjQwNkMtNzQyLjE0IDE5My4zMjYgLTEwMTguNzkgMTI3My42MyAtMjA2Ny4zOCAzMjIuNzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjIxIDEzODYuMzVDMjExMC44NiAxNDU2LjkzIDE5MzMuNzIgMTAzNi44MiAxNzQ0LjQ0IDY5OC4yNDRDMTYzMS4yOCA0OTUuODYgMTUzNC41MSAzMzIuNjEgMTI5NS40NCAzNDAuMTc3QzY3OS4zODggMzU4LjY0NiAxMjQ3LjE2IDEzMDMuMzYgNDMxLjU0IDEyMzUuOTVDMzQ1LjQwMyAxMjI4Ljg0IDMwMi44MTUgMTE4OS4yOSAyNzYuNTQ5IDExMzEuMTZDMTc2LjkwMiA5MTAuNzk4IDM2My4yMzQgNDQ5LjgxIC0zNi41ODgyIDM1OS45NDhDLTc2My41MzcgMTk2LjUzNSAtMTAyMS4yNiAxMjczLjM4IC0yMDY3LjMxIDMzNy4yODkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjI4IDEzNjguMTZDMjExOC43NSAxNDQwLjEzIDE5MzcuNTYgMTAyOC4zNiAxNzQzIDY5My44OTFDMTYyNy4xIDQ5NC41OTkgMTUyOS45MiAzMzQuMjM4IDEyOTIuMDggMzQyLjQ1NUM2NzkuOCAzNjIuNTEgMTIzNC41NCAxMjk1LjU5IDQyMS4zMjIgMTIyNy4yNUMzMzUuNjY1IDEyMjAuMDUgMjkzLjI4MyAxMTgwLjgzIDI2Ni4xMjUgMTEyMy40N0MxNjIuMjk1IDkwNC4xNjcgMzM5LjY0MyA0NDkuNjA3IC01Ny4xNjE4IDM2MS40MTJDLTc4NC44NjUgMTk5LjcwOSAtMTAyMy43MyAxMjczLjA5IC0yMDY3LjE4IDM1MS43NzEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjM1IDEzNTAuMDJDMjEyNi42NCAxNDIzLjMzIDE5NDEuNCAxMDE5LjkgMTc0MS41NiA2ODkuNTc5QzE2MjIuODUgNDkzLjQxOSAxNTI1LjMyIDMzNS44NjUgMTI4OC43MiAzNDQuODE0QzY4MC4yMTIgMzY2LjQxNSAxMjIxLjkzIDEyODcuOTQgNDExLjEwMyAxMjE4LjU4QzMyNS45OTUgMTIxMS4zIDI4My44MTkgMTE3Mi40NSAyNTUuNzY5IDExMTUuODNDMTQ3Ljc1NiA4OTcuNTc2IDMxNi4xMiA0NDkuNDQ0IC03Ny43MzU5IDM2Mi45MTdDLTgwNi4yNjMgMjAyLjg4MSAtMTAyNi4xMyAxMjcyLjgxIC0yMDY2Ljk3IDM2Ni4yOTMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjQyIDEzMzEuODhDMjEzNC41MiAxNDA2LjU3IDE5NDUuMzEgMTAxMS41MiAxNzQwLjA1IDY4NS4yNjZDMTYxOC41OSA0OTIuMjM5IDE1MjAuNjYgMzM3LjgxNyAxMjg1LjI5IDM0Ny4xMzNDNjgwLjY5MSAzNzEuMDEyIDEyMDkuMjQgMTI4MC4yMSA0MDAuODE2IDEyMDkuODhDMzE2LjI1NiAxMjAyLjUxIDI3NC4yMTcgMTE2My45OSAyNDUuMjc2IDExMDguMUMxMzMuMDEgODkwLjkwNCAyOTIuMzkxIDQ0OS4xOTkgLTk4LjQ0NzUgMzY0LjM0MUMtODI3Ljc5NyAyMDYuMDEzIC0xMDI4LjY3IDEyNzIuNDQgLTIwNjYuOTcgMzgwLjczNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzEuNDIgMTMxMy43QzIxNDIuMzQgMTM4OS43MyAxOTQ5LjIyIDEwMDMuMDYgMTczOC41NCA2ODAuOTU4QzE2MTQuMzQgNDkxLjA2MyAxNTE2IDMzOS40ODkgMTI4MS44NiAzNDkuNDU1QzY4MS4wMzUgMzc0Ljk2MiAxMTk2LjU1IDEyNzIuNDkgMzkwLjUyOSAxMjAxLjE4QzMwNi41MTggMTE5My43MyAyNjQuNjE2IDExNTUuNTcgMjM0Ljg1MiAxMTAwLjQxQzExOC4zMzUgODg0LjIzNyAyNjguNzMxIDQ0OS4wNDEgLTExOS4wOSAzNjUuODVDLTg0OS4yNjIgMjA5LjIzMSAtMTAzMS4xNCAxMjcyLjIgLTIwNjYuOSAzOTUuMjYxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS40OCAxMjk1LjU1QzIxNTAuMjMgMTM3Mi45NyAxOTUzLjEzIDk5NC43MjUgMTczNy4wMyA2NzYuNjQ2QzE2MTAuMTYgNDg5Ljg4NCAxNTExLjMzIDM0MS4xNTcgMTI3OC41IDM1MS43NzRDNjgxLjQ0NiAzNzguOTA4IDExODMuOTMgMTI2NC43NiAzODAuMzExIDExOTIuNDdDMjk2Ljc4IDExODQuOTQgMjU1LjAxNSAxMTQ3LjExIDIyNC40OTcgMTA5Mi43MkMxMDMuNjU5IDg3Ny41NjUgMjQ1LjIwOCA0NDguODc4IC0xMzkuNjY0IDM2Ny4zMTRDLTg3MC42NTkgMjEyLjQwNCAtMTAzMy41NCAxMjcxLjg4IC0yMDY2Ljc2IDQwOS43NDMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjU1IDEyNzcuMzdDMjE1OC4xMSAxMzU2LjEzIDE5NTcuMTcgOTg2LjMwMyAxNzM1LjU5IDY3Mi4yOTNDMTYwNi4wNCA0ODguNzAzIDE1MDYuNzQgMzQyLjc4NCAxMjc1LjE0IDM1NC4wNTJDNjgxLjkyNiAzODIuODEzIDExNzEuMzEgMTI1Ny4wMyAzNzAuMDkyIDExODMuNzZDMjg3LjExIDExNzYuMTYgMjQ1LjQ4MiAxMTM4LjY5IDIxNC4wNzIgMTA4NS4wM0M4OC44NDQ3IDg3MC44NTMgMjIxLjU0NyA0NDguNzE1IC0xNjAuMzA3IDM2OC43NzhDLTg5Mi4xMjUgMjE1LjU3NyAtMTAzNi4wMSAxMjcxLjU5IC0yMDY2LjYzIDQyNC4yMjYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjU1IDEyNTkuMjJDMjE2NS45MyAxMzM5LjM2IDE5NjEuMTUgOTc4LjAwMiAxNzM0LjAxIDY2Ny45NzhDMTYwMS43OSA0ODcuNTIxIDE1MDIuMDEgMzQ0LjQ4OSAxMjcxLjY1IDM1Ni4zNjhDNjgyLjIgMzg2Ljc1NiAxMTU4LjU2IDEyNDkuMyAzNTkuNzM2IDExNzUuMDZDMjc3LjMwMyAxMTY3LjQxIDIzNS43NDMgMTEzMC4yMyAyMDMuNTc5IDEwNzcuM0M3My45NjI5IDg2NC4wOTcgMTk3LjgxOCA0NDguNTA4IC0xODEuMDE4IDM3MC4yNEMtOTEzLjcyOCAyMTguNzg3IC0xMDM4LjU0IDEyNzEuMjcgLTIwNjYuNjMgNDM4LjcwNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzEuNjIgMTI0MS4wNEMyMTczLjgyIDEzMjIuNTIgMTk2NS4yNyA5NjkuNjIgMTczMi41NyA2NjMuNjY1QzE1OTcuNzQgNDg2LjM4IDE0OTcuNDEgMzQ2LjE1NiAxMjY4LjI5IDM1OC42ODZDNjgyLjYxMiAzOTAuNzAxIDExNDUuODcgMTI0MS42MSAzNDkuNTE4IDExNjYuMzVDMjY3LjU2NSAxMTU4LjYyIDIyNi4xNDIgMTEyMS43NiAxOTMuMTU1IDEwNjkuNjFDNTkuMTQ5OCA4NTcuMzg0IDE3NC4wOSA0NDguMzg1IC0yMDEuNjYgMzcxLjcwM0MtOTM1LjI2MiAyMjIgLTEwNDEuMDEgMTI3MC45NCAtMjA2Ni41NiA0NTMuMTg1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS42OSAxMjIyLjlDMjE4MS43IDEzMDUuNzYgMTk2OS4zOCA5NjEuMzIzIDE3MzEuMTMgNjU5LjM1NEMxNTkzLjc3IDQ4NS4yNDMgMTQ5Mi44MiAzNDcuODI1IDEyNjQuOTkgMzYxLjAwNUM2ODMuMDkyIDM5NC42NDggMTEzMy4zMiAxMjMzLjkyIDMzOS4zNjggMTE1Ny42NUMyNTcuOTY0IDExNDkuODMgMjE2LjU0MSAxMTEzLjMgMTgyLjg2OCAxMDYxLjkyQzQ0LjMzNjUgODUwLjYzMiAxNTAuNTY3IDQ0OC4yNjQgLTIyMi4wOTcgMzczLjE2OUMtOTU2LjU5IDIyNS4yMTUgLTEwNDMuMjggMTI3MC42NSAtMjA2Ni4yOSA0NjcuNjY5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS42OSAxMjA0LjcxQzIxODkuNTkgMTI4OC45MiAxOTczLjUgOTUzLjAyNSAxNzI5LjU2IDY1NS4wMDJDMTU4OS42NSA0ODQuMDY0IDE0ODguMDkgMzQ5LjQ1MyAxMjYxLjUgMzYzLjI4NUM2ODMuNDM1IDM5OC41MTQgMTEyMC41NiAxMjI2LjE5IDMyOS4wMTMgMTE0OC45QzI0OC4xNTcgMTE0MS4wMSAyMDYuODAzIDExMDQuODQgMTcyLjM3NiAxMDU0LjE2QzI5LjMxNzUgODQzLjc5OSAxMjYuODM4IDQ0OC4wNjIgLTI0Mi44MDkgMzc0LjU1M0MtOTc4LjE5MyAyMjguMzQ5IC0xMDQ1LjgxIDEyNzAuMjUgLTIwNjYuMjIgNDgyLjA3MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzEuNzYgMTE4Ni41N0MyMTk3LjQ4IDEyNzIuMTYgMTk3Ny43NSA5NDQuNzI2IDE3MjguMTIgNjUwLjY5QzE1ODUuNjcgNDgyLjkyNSAxNDgzLjQ5IDM1MS4xMjEgMTI1OC4xNCAzNjUuNjAzQzY4My44NDYgNDAyLjQ1OSAxMTA3Ljk1IDEyMTguNSAzMTguNzk0IDExNDAuMjNDMjM4LjQxOCAxMTMyLjI2IDE5Ny4xMzMgMTA5Ni40MiAxNjEuOTUxIDEwNDYuNTFDMTQuMjk4MiA4MzcuMDg2IDEwMy4xMDkgNDQ3Ljk4MSAtMjYzLjQ1MSAzNzYuMDk5Qy05OTkuNzk2IDIzMS42ODQgLTEwNDguMjggMTI3MCAtMjA2Ni4xNSA0OTYuNjM0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS44MyAxMTY4LjQzQzIyMDUuMzYgMTI1NS4zNiAxOTgyLjA3IDkzNi41MDggMTcyNi42MSA2NDYuNDE3QzE1ODEuNyA0ODEuODY2IDE0NzguOSAzNTIuODI5IDEyNTQuNzEgMzY3Ljk2MkM2ODQuMTg5IDQwNi40MDUgMTA5NS4yNiAxMjEwLjg1IDMwOC41MDcgMTEzMS41N0MyMjguNjggMTEyMy41MSAxODcuMzk0IDEwODggMTUxLjUyNyAxMDM4Ljg2Qy0wLjcyMTA0OCA4MzAuMzMyIDc5LjM4MDYgNDQ3LjkzOSAtMjg0LjA5NCAzNzcuNjAzQy0xMDIxLjMzIDIzNC45MzggLTEwNTAuNzUgMTI2OS43NiAtMjA2Ni4wOCA1MTEuMTU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS44MyAxMTUwLjI0QzIyMTMuMTggMTIzOC41NiAxOTg2LjMyIDkyOC4yMTEgMTcyNS4xIDY0Mi4wNjdDMTU3Ny43OSA0ODAuNjg5IDE0NzQuMjMgMzU0LjQ1OCAxMjUxLjI4IDM3MC4yNDJDNjg0LjYgNDEwLjMxMiAxMDgyLjU3IDEyMDMuMTMgMjk4LjIyIDExMjIuODJDMjE4Ljk0MSAxMTE0LjczIDE3Ny42NTYgMTA3OS41IDE0MS4xMDMgMTAzMS4xM0MtMTUuODA4NCA4MjMuNTQgNTUuNjUyIDQ0Ny44MTkgLTMwNC43MzcgMzc5LjAyOUMtMTA0Mi45MyAyMzguMTk0IC0xMDUzLjIyIDEyNjkuNCAtMjA2Ni4wMSA1MjUuNTk5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS45IDExMzIuMUMyMjIxLjA3IDEyMjEuNzYgMTk5MC43OCA5MTkuOTk1IDE3MjMuNjYgNjM3Ljc1NkMxNTczLjk1IDQ3OS41NTEgMTQ2OS42NCAzNTYuMTI4IDEyNDcuOTkgMzcyLjU2M0M2ODUuMDgxIDQxNC4yMTkgMTA3MC4wMiAxMTk1LjQ0IDI4OC4wNzEgMTExNC4xMkMyMDkuMzQxIDExMDUuOTQgMTY4LjA1NiAxMDcxLjA4IDEzMC43NDggMTAyMy40Qy0zMC44OTU0IDgxNi43MDkgMzEuOTkyNiA0NDcuNjk5IC0zMjUuMzEgMzgwLjQ1NEMtMTA2NC40NyAyNDEuNDA5IC0xMDU1LjYyIDEyNjkuMDMgLTIwNjUuOCA1NDAuMDQyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS45NiAxMTEzLjkyQzIyMjguOTYgMTIwNC45NiAxOTk1LjI0IDkxMS43MzUgMTcyMi4xNSA2MzMuNDAyQzE1NzAuMDQgNDc4LjQxIDE0NjQuOTcgMzU3Ljc1MyAxMjQ0LjU2IDM3NC44MzhDNjg1LjQ5MiA0MTguMTIyIDEwNTcuMzMgMTE4Ny43MSAyNzcuNzgzIDExMDUuMzdDMTk5LjUzNCAxMDk3LjExIDE1OC4yNDggMTA2Mi41OCAxMjAuMzI0IDEwMTUuNjdDLTQ2LjEyMDQgODA5Ljg3MiA4LjI2MzcyIDQ0Ny41NzQgLTM0NS45NTMgMzgxLjkxN0MtMTA4Ni4wNyAyNDQuNzAyIC0xMDU4LjE2IDEyNjguNzQgLTIwNjUuNzQgNTU0LjUyMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuMDMgMTA5NS43N0MyMjM2Ljg0IDExODguMTUgMTk5OS43NiA5MDMuNTE1IDE3MjAuNzEgNjI5LjEyN0MxNTY2LjM0IDQ3Ny4zMDkgMTQ2MC4zOCAzNTkuNDU4IDEyNDEuMiAzNzcuMTk1QzY4NS45MDQgNDIyLjA2NSAxMDQ0LjcxIDExODAuMSAyNjcuNTY1IDEwOTYuNzVDMTg5Ljg2NCAxMDg4LjQxIDE0OC41MSAxMDU0LjE5IDEwOS44OTkgMTAwOC4wNkMtNjEuNDEzOCA4MDMuMTU3IC0xNS40NjUyIDQ0Ny42MTIgLTM2Ni41OTUgMzgzLjQ2Qy0xMTA3Ljc0IDI0OC4wNzYgLTEwNjAuNjMgMTI2OC41IC0yMDY1LjY3IDU2OS4wODMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjAzIDEwNzcuNTlDMjI0NC42NiAxMTcxLjM2IDIwMDQuMjkgODk1LjMwMSAxNzE5LjEzIDYyNC43NzhDMTU2Mi40OSA0NzYuMTMzIDE0NTUuNjUgMzYxLjA4OSAxMjM3LjcgMzc5LjQ3N0M2ODYuMTc4IDQyNS45MzMgMTAzMS45NiAxMTcyLjM3IDI1Ny4yMDkgMTA4OEMxODAuMDU3IDEwNzkuNTggMTM4LjYzNCAxMDQ1Ljc0IDk5LjQwNjQgMTAwMC4zNEMtNzYuNzc1OSA3OTYuMzI2IC0zOS4yNjI3IDQ0Ny41MzQgLTM4Ny4yMzggMzg0Ljg4N0MtMTEyOS40MSAyNTEuMzM0IC0xMDYzLjEgMTI2OC4xOCAtMjA2NS42IDU4My41MjgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjEgMTA1OS40NEMyMjUyLjU1IDExNTQuNTYgMjAwOC45NSA4ODcuMDgzIDE3MTcuNjkgNjIwLjQ2NUMxNTU4Ljc5IDQ3NS4wMzMgMTQ1MS4wNSAzNjIuNzU2IDEyMzQuMzQgMzgxLjc5NEM2ODYuNjU4IDQyOS44NzggMTAxOS4zNCAxMTY0LjczIDI0Ni45OTEgMTA3OS4zQzE3MC4zMTggMTA3MC44NCAxMjguODI3IDEwMzcuMjcgODkuMDUxIDk5Mi42MDdDLTkyLjA2OTEgNzg5LjQ1IC02Mi45OTEzIDQ0Ny40NTIgLTQwNy44MTIgMzg2LjM1MUMtMTE1MS4wMSAyNTQuNjY5IC0xMDY1LjUgMTI2Ny44NSAtMjA2NS4zOSA1OTguMDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjE3IDEwNDEuMjZDMjI2MC40MyAxMTM3Ljc2IDIwMTMuNjggODc4Ljg2NyAxNzE2LjE4IDYxNi4xMTRDMTU1NS4wOSA0NzMuODU1IDE0NDYuMzkgMzY0LjM4NCAxMjMwLjk4IDM4NC4wNzRDNjg3LjA2OSA0MzMuNzQ0IDEwMDYuNzIgMTE1Ny4wNCAyMzYuNzcyIDEwNzAuNTVDMTYwLjY0OCAxMDYyLjAxIDExOS4wMiAxMDI4Ljc3IDc4LjYyNjYgOTg0Ljg3OUMtMTA3LjUgNzgyLjYxNyAtODYuNzIwMyA0NDcuMzcyIC00MjguNDU1IDM4Ny43NzZDLTExNzIuNjkgMjU3Ljk2NSAtMTA2Ny45NiAxMjY3LjQ4IC0yMDY1LjMzIDYxMi40MTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjE3IDEwMjMuMTJDMjI2OC4zMiAxMTIwLjk1IDIwMTguNDIgODcwLjY0NiAxNzE0LjY3IDYxMS44MzlDMTU1MS40NSA0NzIuNzU0IDE0NDEuNzMgMzY2LjA5IDEyMjcuNTUgMzg2LjQzQzY4Ny40MTMgNDM3LjY4NyA5OTQuMDM0IDExNDkuNDMgMjI2LjQ4NiAxMDYxLjkyQzE1MC45MSAxMDUzLjMgMTA5LjIxNCAxMDIwLjQzIDY4LjIwMjcgOTc3LjI2OUMtMTIyLjk5OSA3NzUuOTAyIC0xMTAuNTE3IDQ0Ny40NTEgLTQ0OS4wOTcgMzg5LjMxOUMtMTE5NC4zNiAyNjEuMzggLTEwNzAuNDMgMTI2Ny4yOCAtMjA2NS4yNiA2MjYuOTcyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi4yNCAxMDA0LjkzQzIyNzYuMjEgMTEwNC4xNSAyMDIzLjI5IDg2Mi40MjkgMTcxMy4yMyA2MDcuNDg2QzE1NDcuOTYgNDcxLjU3NCAxNDM3LjEzIDM2Ny43MTcgMTIyNC4xOSAzODguNzA4QzY4Ny44OTMgNDQxLjU1MSA5ODEuMzQ3IDExNDEuNzQgMjE2LjI2NyAxMDUzLjE4QzE0MS4yNDEgMTA0NC40NyA5OS4zMzgzIDEwMTEuOTcgNTcuNzc4NyA5NjkuNDk5Qy0xMzguNTY2IDc2OS4wMjcgLTEzNC4zMTQgNDQ3LjM2OSAtNDY5LjczOSAzOTAuNzAxQy0xMjE2LjAzIDI2NC42NzQgLTEwNzIuOSAxMjY2Ljg3IC0yMDY1LjE5IDY0MS4zNzIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjMxIDk4Ni43OUMyMjg0LjA5IDEwODcuMzUgMjAyOC4yMiA4NTQuMjE0IDE3MTEuNzMgNjAzLjE3NkMxNTQ0LjM5IDQ3MC40MzcgMTQzMi40NyAzNjkuMzg3IDEyMjAuNzYgMzkxLjAyOUM2ODguMjM1IDQ0NS40NTkgOTY4LjY2IDExMzQuMDkgMjA1Ljk4IDEwNDQuNDdDMTMxLjQzMyAxMDM1LjczIDg5LjQ2MjYgMTAwMy41MSA0Ny4zNTQ0IDk2MS44MTNDLTE1NC4xMzQgNzYyLjI3NyAtMTU4LjExMiA0NDcuMzcyIC00OTAuMzgyIDM5Mi4yMDlDLTEyMzcuNzcgMjY4LjA5NCAtMTA3NS4zNyAxMjY2LjU5IC0yMDY1LjA1IDY1NS44OTgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjMxIDk2OC42NDRDMjI5MS45MSAxMDcwLjU5IDIwMzMuMjMgODQ2LjAzNSAxNzEwLjIyIDU5OC44NjJDMTU0MC44MiA0NjkuMjk2IDE0MjcuOCAzNzEuMDUzIDEyMTcuNCAzOTMuMzQ2QzY4OC43MTUgNDQ5LjM2MiA5NTYuMDQxIDExMjYuNDQgMTk1Ljc2MSAxMDM1Ljc3QzEyMS43NjMgMTAyNi45NCA3OS41ODY2IDk5NS4wODcgMzYuOTk4MyA5NTQuMTIyQy0xNjkuNzcxIDc1NS40OCAtMTgxLjg0MSA0NDcuMzY5IC01MTAuOTU3IDM5My42NzFDLTEyNTkuNDQgMjcxLjUwOCAtMTA3Ny43NyAxMjY2LjMgLTIwNjQuOTEgNjcwLjM3OCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuMzggOTUwLjQ2QzIyOTkuOCAxMDUzLjc1IDIwMzguMyA4MzcuNzc2IDE3MDguNzEgNTk0LjU1QzE1MzcuMzkgNDY4LjExNiAxNDIzLjE0IDM3Mi43MiAxMjEzLjk3IDM5NS42NjRDNjg5LjA1OCA0NTMuMjY3IDk0My4zNTMgMTExOC43OSAxODUuNDc0IDEwMjcuMDZDMTEyLjAyNSAxMDE4LjE1IDY5LjcxMSA5ODYuNjY2IDI2LjUwNTUgOTQ2LjQzM0MtMTg1LjU0NCA3NDguNzI3IC0yMDUuNzA3IDQ0Ny40MDkgLTUzMS42IDM5NS4xMzVDLTEyODEuMTggMjc0LjkyNSAtMTA4MC4yNCAxMjY1Ljk4IC0yMDY0Ljg1IDY4NC44NTkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjQ0IDkzMi4zMTlDMjMwNy42OSAxMDM2Ljk5IDIwNDMuNDUgODI5LjUyIDE3MDcuMjcgNTkwLjI0QzE1MzQuMDMgNDY2LjkzOCAxNDE4LjU0IDM3NC4zNSAxMjEwLjYxIDM5Ny45ODVDNjg5LjQ3IDQ1Ny4xNzUgOTMwLjczNSAxMTExLjE5IDE3NS4yNTYgMTAxOC40QzEwMi4yODcgMTAwOS40NSA1OS44MzU1IDk3OC4yODcgMTYuMTQ5OSA5MzguNzQ2Qy0yMDEuMzE4IDc0MS45NzYgLTIyOS40MzUgNDQ3LjQ1MiAtNTUyLjE3NCAzOTYuNjAyQy0xMzAyLjg1IDI3OC4zNDQgLTEwODIuNjQgMTI2NS42NSAtMjA2NC43MSA2OTkuMzQ0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi40NCA5MTQuMTM2QzIzMTUuNSAxMDIwLjE1IDIwNDguNjYgODIxLjIyMiAxNzA1LjY5IDU4NS44ODhDMTUzMC42IDQ2NS43MTggMTQxMy44OCAzNzUuOTc4IDEyMDcuMTEgNDAwLjI2NEM2ODkuODEyIDQ2MC45OTkgOTE3Ljk3OSAxMTAzLjUgMTY0LjkgMTAwOS42NUM5Mi40Nzk2IDEwMDAuNjIgNDkuNzUzOSA5NjkuODI3IDUuNTg4MzIgOTMxLjAxOEMtMjE3LjI5NyA3MzUuMjI0IC0yNTMuMzcgNDQ3LjQ1MyAtNTcyLjk1MyAzOTguMDY3Qy0xMzI0LjggMjgxLjgwMyAtMTA4NS4yNSAxMjY1LjM3IC0yMDY0LjcxIDcxMy44MjYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjUxIDg5NS45OTFDMjMyMy4zOSAxMDAzLjM5IDIwNTQuMDEgODEyLjk2MyAxNzA0LjI1IDU4MS41NzVDMTUyNy4zMSA0NjQuNTM4IDE0MDkuMjkgMzc3LjY0NSAxMjAzLjc1IDQwMi41ODJDNjkwLjIyNSA0NjQuOTA0IDkwNS4yOTIgMTA5NS44OSAxNTQuNzUxIDEwMDAuOTVDODIuODc5IDk5MS44MzQgMzkuOTQ3OSA5NjEuNDA1IC00LjY5NzggOTIzLjMyOEMtMjMzLjA3IDcyOC40NyAtMjc3LjA5OCA0NDcuNTMzIC01OTMuNDU4IDM5OS41MzFDLTEzNDYuNDcgMjg1LjMwMSAtMTA4Ny41OCAxMjY1LjA0IC0yMDY0LjUgNzI4LjMwOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuNTggODc3LjgwOEMyMzMxLjI4IDk4Ni41NDYgMjA1OS40MyA4MDQuNjI0IDE3MDIuODEgNTc3LjI2M0MxNTI0LjA5IDQ2My4zMTggMTQwNC42OSAzNzkuMzEzIDEyMDAuNDYgNDA0LjkwMUM2OTAuNzczIDQ2OC44MSA4OTIuNzQyIDEwODguMjkgMTQ0LjYwMSA5OTIuMjQxQzczLjIwOTMgOTgzLjA4OCAzMC4wNzIyIDk1Mi45ODUgLTE0Ljk4NDkgOTE1LjY0MUMtMjQ4LjkxMiA3MjEuOCAtMzAwLjc1OCA0NDcuNjE1IC02MTMuOTY0IDQwMC45OTZDLTEzNjguMDcgMjg4LjggLTEwODkuOTggMTI2NC43MiAtMjA2NC4zIDc0Mi43OTEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjY1IDg1OS42NjZDMjMzOS4xNiA5NjkuNzg3IDIwNjQuOTEgNzk2LjI4NiAxNzAxLjMgNTcyLjk1MkMxNTIwLjg3IDQ2Mi4wOTkgMTQwMC4wMyAzODAuOTQxIDExOTcuMDMgNDA3LjIyMUM2OTEuMTE2IDQ3Mi42NzUgODgwLjA1NCAxMDgwLjY4IDEzNC4zMTQgOTgzLjUzN0M2My40NzA4IDk3NC4zMDIgMjAuMDU5MyA5NDQuNTY1IC0yNS40Nzc5IDkwNy45MTNDLTI2NS4wMjggNzE1LjA4OSAtMzI0LjY5MyA0NDcuNjU3IC02MzQuNjc1IDQwMi40NjJDLTEzODkuOTUgMjkyLjM0IC0xMDkyLjUyIDEyNjQuNDMgLTIwNjQuMjMgNzU3LjI3NCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuNjUgODQxLjQ4MkMyMzQ3LjA1IDk1Mi45NDYgMjA3MC40IDc4Ny45MDcgMTY5OS43OSA1NjguNkMxNTE3LjY0IDQ2MC43OTcgMTM5NS4zNiAzODIuNTY5IDExOTMuNiA0MDkuNUM2OTEuNDU4IDQ3Ni41NDEgODY3LjM2NyAxMDczLjAzIDEyNC4wMjYgOTc0LjgzMkM1My43MzE4IDk2NS41NTcgMTAuMDQ2MiA5MzYuMTg2IC0zNS45MDI0IDkwMC4yMjVDLTI4MS4xNDUgNzA4LjQxOCAtMzQ4LjQ5MSA0NDcuNzM5IC02NTUuMzE4IDQwMy45MjdDLTE0MTEuODMgMjk1Ljg4IC0xMDk0Ljk5IDEyNjQuMTEgLTIwNjQuMTYgNzcxLjc1NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuNzIgODIzLjMzNEMyMzU0Ljk0IDkzNi4xODEgMjA3Ni4wMiA3NzkuNTIyIDE2OTguMjggNTY0LjI4M0MxNTE0LjQyIDQ1OS41MzIgMTM5MC43IDM4NC4yMzMgMTE5MC4xNyA0MTEuODE0QzY5MS44NyA0ODAuNDAxIDg1NC42MTEgMTA2NS40MiAxMTMuNzQgOTY2LjEyMkM0My45MjU1IDk1Ni43NjUgMC4wMzQyMjIgOTI3Ljc2IC00Ni4zMjU5IDg5Mi41MzFDLTI5Ny4zMjkgNzAxLjgyMyAtMzcyLjM1NiA0NDcuODU3IC02NzUuOTYgNDA1LjM4NkMtMTQzMy42MyAyOTkuNDE1IC0xMDk3LjQ1IDEyNjMuODIgLTIwNjQuMDkgNzg2LjIzNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuNzkgODA1LjE1M0MyMzYyLjgyIDkxOS4zNDIgMjA4MS43MSA3NzEuMDYzIDE2OTYuODQgNTU5Ljk3NEMxNTExLjQgNDU4LjIzMyAxMzg2LjExIDM4NS44NjMgMTE4Ni44MSA0MTQuMTM2QzY5Mi4yODIgNDg0LjMwOSA4NDEuOTkyIDEwNTcuODYgMTAzLjUyMSA5NTcuNDE5QzM0LjI1NSA5NDcuOTgxIC05LjkxMDUyIDkxOS4zODMgLTU2Ljc1MDcgODg0LjgwNUMtMzEzLjUxNSA2OTUuMTk1IC0zOTYuMjIyIDQ0Ny45NDEgLTY5Ni41MzQgNDA2LjgxM0MtMTQ1NS40NCAzMDIuOTk3IC0xMDk5Ljg1IDEyNjMuNDYgLTIwNjMuOTUgODAwLjY3OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuNzkgNzg3LjAxMkMyMzcwLjY0IDkwMi41ODUgMjA4Ny40MSA3NjIuNjA0IDE2OTUuMjcgNTU1LjY2NEMxNTA4LjE4IDQ1Ni45MzMgMTM4MS4zNyAzODcuNTMzIDExODMuMzggNDE2LjQ1NkM2OTIuNjI0IDQ4OC4xNzUgODI5LjMwNCAxMDUwLjI1IDkzLjIzNCA5NDguNzE2QzI0LjUxNjcgOTM5LjIzNyAtMTkuOTkxNyA5MTEuMDA1IC02Ny4xNzQ4IDg3Ny4xMThDLTMyOS44MzcgNjg4LjY0NyAtNDIwLjA4OCA0NDguMDY1IC03MTcuMTc3IDQwOC4zMkMtMTQ3Ny4yNSAzMDYuNjYgLTExMDIuMzIgMTI2My4xNyAtMjA2My44MiA4MTUuMjAzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi44NSA3NjguODY1QzIzNzguNTMgODg1Ljc3OSAyMDkzLjI0IDc1NC4wNTcgMTY5My44MyA1NTEuMzQ4QzE1MDUuMjMgNDU1LjYyOCAxMzc2Ljc4IDM4OS4xNTYgMTE4MC4wMiA0MTguNzcxQzY5My4xMDQgNDkyLjAzNiA4MTYuNjE3IDEwNDIuNjggODMuMDE1NSA5NDAuMDA2QzE0Ljc3ODMgOTMwLjQ0NyAtMzAuMDA0NCA5MDIuNjIxIC03Ny41OTkgODY5LjQyNkMtMzQ2LjIyNyA2ODIuMDk0IC00NDMuOTU0IDQ0OC4xODMgLTczNy44MiA0MDkuNzgxQy0xNDk5LjEzIDMxMC4yNzcgLTExMDQuNzkgMTI2Mi44OCAtMjA2My43NSA4MjkuNjgyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi45MiA3NTAuNjgzQzIzODYuNDIgODY4Ljk4MSAyMDk5LjEzIDc0NS40NzYgMTY5Mi4zOSA1NDYuOTk3QzE1MDIuMjEgNDU0LjI0NyAxMzcyLjE5IDM5MC43ODUgMTE3Ni42NiA0MjEuMDUxQzY5My41MTYgNDk1Ljg2MiA4MDMuOTk5IDEwMzUuMDggNzIuNzk3NyA5MzEuMzAzQzUuMTA5MTUgOTIxLjcwMiAtMzkuOTQ4IDg5NC4yNDMgLTg3Ljk1NDEgODYxLjc0Qy0zNjIuNTQ5IDY3NS42MjggLTQ2Ny43NTEgNDQ4LjM0OCAtNzU4LjM5MyA0MTEuMjQ4Qy0xNTIwLjk0IDMxMy45NDEgLTExMDcuMTkgMTI2Mi41NiAtMjA2My42MSA4NDQuMTY2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi45MiA3MzIuNTM2QzIzOTQuMjMgODUyLjE3NiAyMTA1LjAzIDczNi44NDggMTY5MC44MSA1NDIuNzIyQzE0OTkuMTMgNDUyLjkwMSAxMzY3LjQ1IDM5Mi40NSAxMTczLjE3IDQyMy40MDhDNjkzLjc5MSA0OTkuNzY0IDc5MS4xNzQgMTAyNy41NSA2Mi40NDIxIDkyMi42MzRDLTQuNjk3ODcgOTEyLjk1MyAtNTAuMDk3OSA4ODUuOSAtOTguNDQ2OCA4NTQuMDQ4Qy0zNzkuMDc3IDY2OS4xNTYgLTQ5MS42ODUgNDQ4LjUwNyAtNzc5LjEwNSA0MTIuNzA5Qy0xNTQyLjk1IDMxNy42MzkgLTExMDkuNzMgMTI2Mi4yMyAtMjA2My42MSA4NTguNjQ1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi45OSA3MTQuMzU2QzI0MDIuMTIgODM1LjM3OSAyMTExLjA3IDcyOC4xNDcgMTY4OS4zNyA1MzguMzc0QzE0OTYuMjUgNDUxLjQ4MSAxMzYyLjg2IDM5NC4wODEgMTE2OS44NyA0MjUuNjlDNjk0LjI3MSA1MDMuNTkyIDc3OC42MjQgMTAxOS45NSA1Mi4yOTIyIDkxMy44OTJDLTE0LjM2NzYgOTA0LjE3IC02MC4xMTA3IDg3Ny41MjQgLTEwOC44MDMgODQ2LjMyMkMtMzk1LjUzNiA2NjIuNjkyIC01MTUuNDgzIDQ0OC42MzMgLTc5OS42NzkgNDE0LjE3N0MtMTU2NC43NiAzMjEuMzg2IC0xMTEyLjEzIDEyNjEuOTUgLTIwNjMuNCA4NzMuMTMxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My4wNiA2OTYuMjEyQzI0MTAuMDEgODE4LjU3OCAyMTE3LjE3IDcxOS40IDE2ODcuODYgNTM0LjA2MUMxNDkzLjIzIDQ1MC4wNTcgMTM1OC4xOSAzOTUuNzA4IDExNjYuNDQgNDI4LjAwOEM2OTQuNjgyIDUwNy40NTYgNzY1Ljg2OSAxMDEyLjM4IDQyLjAwNTQgOTA1LjE4NkMtMjQuMTA1OCA4OTUuMzgyIC03MC4xOTE3IDg2OS4xNDQgLTExOS4yMjYgODM4LjYzM0MtNDEyLjEzMiA2NTYuMzQ2IC01MzkuMzQ4IDQ0OC43OTUgLTgyMC4zMjEgNDE1LjY0MUMtMTU4Ni42MyAzMjUuMTY4IC0xMTE0LjYgMTI2MS42MyAtMjA2My4zNCA4ODcuNjEzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My4wNiA2NzguMDI2QzI0MTcuODMgODAxLjc3NSAyMTIzLjIxIDcxMC41NzEgMTY4Ni4zNSA1MjkuNzA3QzE0OTAuMjggNDQ4LjU1IDEzNTMuNTMgMzk3LjMzMyAxMTYzLjAyIDQzMC4yODRDNjk1LjAyNSA1MTEuMjc4IDc1My4xODEgMTAwNC44MSAzMS43MTg0IDg5Ni40MzhDLTMzLjg0NDIgODg2LjU5MyAtODAuMjczIDg2MC43NjEgLTEyOS43MTkgODMwLjkwMkMtNDI4Ljg2NiA2NDkuOTk3IC01NjMuMjgzIDQ0OC45NTYgLTg0MS4wMzIgNDE3LjA2M0MtMTYwOC42NSAzMjguOTA5IC0xMTE3LjE0IDEyNjEuMjYgLTIwNjMuMzQgOTAyLjA1MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuMTMgNjU5Ljg4N0MyNDI1Ljc4IDc4NC45NzggMjEyOS4zOCA3MDEuNzQ3IDE2ODQuOTEgNTI1LjQzOUMxNDg3LjQ3IDQ0Ny4xMjkgMTM0OC45NCAzOTkuMDA1IDExNTkuNjYgNDMyLjY0N0M2OTUuNDM3IDUxNS4xODcgNzQwLjQ5NCA5OTcuMzI4IDIxLjUgODg3LjgxN0MtNDMuNTgyNSA4NzcuODkyIC05MC4yODU1IDg1Mi41MDcgLTE0MC4wNzUgODIzLjI1OEMtNDQ1LjUzMSA2NDMuNzM2IC01ODcuMDggNDQ5LjIwNCAtODYxLjUzOCA0MTguNjEzQy0xNjMwLjQ2IDMzMi44MTggLTExMTkuNDcgMTI2MS4wNiAtMjA2My4xMyA5MTYuNTc5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My4yIDY0MS42OTlDMjQzMy42NyA3NjguMTc0IDIxMzUuNjIgNjkyLjc1NCAxNjgzLjQgNTIxLjA4M0MxNDg0LjUyIDQ0NS41ODEgMTM0NC4yNyA0MDAuNTg4IDExNTYuMjMgNDM0LjkyMkM2OTUuNzc5IDUxOC45NjggNzI3LjczOCA5ODkuNzE5IDExLjIxMjUgODc5LjA2OUMtNTMuMzIxNCA4NjkuMTAyIC0xMDAuNDM2IDg0NC4xMjQgLTE1MC40OTkgODE1LjUyNkMtNDYyLjI2NSA2MzcuNDY5IC02MTEuMDE1IDQ0OS40MDQgLTg4Mi4xOCA0MjAuMDMzQy0xNjUyLjQgMzM2LjYzOSAtMTEyMi4wMSAxMjYwLjY5IC0yMDYyLjk5IDkzMS4wMTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODczLjI3IDYyMy41NTdDMjQ0MS41NSA3NTEuMzc0IDIxNDEuODYgNjgzLjc2MyAxNjgxLjk2IDUxNi43NzFDMTQ4MS43MSA0NDQuMDM1IDEzMzkuNjggNDAyLjI1NyAxMTUyLjkzIDQzNy4yNDFDNjk2LjI1OSA1MjIuODMzIDcxNS4xODcgOTgyLjE5MyAxLjA2MjUzIDg3MC4zNjRDLTYyLjkyMjcgODYwLjM1NiAtMTEwLjM4IDgzNS43ODUgLTE2MC44NTUgODA3LjgzOEMtNDc4Ljk5OCA2MzEuMzI3IC02MzQuODEyIDQ0OS42MDggLTkwMi43NTUgNDIxLjQ5OEMtMTY3NC4yOCAzNDAuNTQ1IC0xMTI0LjQxIDEyNjAuMzYgLTIwNjIuODYgOTQ1LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODczLjI3IDYwNS40MTFDMjQ0OS4zNyA3MzQuNjEyIDIxNDguMSA2NzQuNzMgMTY4MC4zOCA1MTIuNDU3QzE0NzguNjkgNDQyLjQ4NyAxMzM0Ljk1IDQwMy44ODIgMTE0OS40NCA0MzkuNTU4QzY5Ni41MzQgNTI2LjY5NSA3MDIuMzYzIDk3NC43MDYgLTkuMjkzMTQgODYxLjY1NkMtNzIuNzk4MyA4NTEuNTY3IC0xMjAuNTk5IDgyNy40ODQgLTE3MS4zNDggODAwLjEwN0MtNDk1LjkzOCA2MjUuMTQxIC02NTguNzQ3IDQ0OS44MSAtOTIzLjQ2NiA0MjIuOTJDLTE2OTYuMyAzNDQuNDQ4IC0xMTI2Ljk0IDEyNjAuMDQgLTIwNjIuODYgOTU5LjkzOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuMzMgNTg3LjIyN0MyNDU3LjI2IDcxNy43NjkgMjE1NC40MSA2NjUuNTM2IDE2NzguOTQgNTA4LjE0NUMxNDc1Ljg4IDQ0MC45IDEzMzAuMzUgNDA1LjUwOSAxMTQ2LjA4IDQ0MS44NzdDNjk2Ljk0NSA1MzAuNTE5IDY4OS42NzUgOTY3LjE4IC0xOS41MTE2IDg1Mi45NUMtODIuNDY4MSA4NDIuODIxIC0xMzAuNjggODE5LjE0NSAtMTgxLjcwNCA3OTIuNDE4Qy01MTIuODA5IDYxOS4wOCAtNjgyLjYxMyA0NTAuMDU0IC05NDQuMDQgNDI0LjQyNUMtMTcxOC4xNyAzNDguNDM1IC0xMTI5LjM0IDEyNTkuNzUgLTIwNjIuNzIgOTc0LjQ2MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuNCA1NjkuMDg0QzI0NjUuMTUgNzAxLjAxIDIxNjAuNzIgNjU2LjM0MyAxNjc3LjQ0IDUwMy44MzNDMTQ3MyA0MzkuMzE0IDEzMjUuNjkgNDA3LjEzNiAxMTQyLjY1IDQ0NC4xOTZDNjk3LjM1NyA1MzQuMzQzIDY3Ni45MiA5NTkuNjU0IC0yOS43OTg0IDg0NC4yODVDLTkyLjI3NDkgODM0LjA3NCAtMTQwLjgzIDgxMC44ODcgLTE5Mi4xOTYgNzg0Ljc3Qy01MjkuODE2IDYxMy4xIC03MDYuNTQ3IDQ1MC4zNzkgLTk2NC43NTEgNDI1LjkzMUMtMTc0MC4yNiAzNTIuNTAzIC0xMTMxLjg4IDEyNTkuNTEgLTIwNjIuNjUgOTg4Ljk4NCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuNCA1NTAuOTAzQzI0NzIuOTYgNjg0LjIxMiAyMTY2Ljk2IDY0Ny4wMyAxNjc1LjkzIDQ5OS40ODNDMTQ3MC4xMiA0MzcuNjQ5IDEzMjEuMDIgNDA4Ljc2NiAxMTM5LjIyIDQ0Ni40NzdDNjk3LjYzMSA1MzguMTcgNjY0LjE2NCA5NTIuMTMxIC00MC4wODU2IDgzNS41NDJDLTEwMi4wMTMgODI1LjI5IC0xNTAuOTExIDgwMi41NSAtMjAyLjYyMSA3NzcuMDQ0Qy01NDYuODI0IDYwNy4xMjMgLTczMC40ODIgNDUwLjU4NiAtOTg1LjM5NCA0MjcuMzU3Qy0xNzYyLjIgMzU2LjUzMyAtMTEzNC4zNSAxMjU5LjE0IC0yMDYyLjU4IDEwMDMuNDMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODczLjQ3IDUzMi43NTdDMjQ4MC44NSA2NjcuNDA4IDIxNzMuMjcgNjM3LjY3MSAxNjc0LjQ5IDQ5NS4xNjhDMTQ2Ny4yNCA0MzUuOTc4IDEzMTYuNDMgNDEwLjM5MSAxMTM1LjkzIDQ0OC43OTNDNjk4LjExMSA1NDEuOTkxIDY1MS41NDUgOTQ0LjY0MyAtNTAuMjM1NCA4MjYuODMzQy0xMTEuNjE1IDgxNi41NDEgLTE2MC45MjQgNzk0LjI0OSAtMjEyLjk3NiA3NjkuMzEyQy01NjMuNzYzIDYwMS4xODEgLTc1NC4yNzkgNDUwLjgyNyAtMTAwNS45IDQyOC43NzhDLTE3ODQuMDggMzYwLjU5OCAtMTEzNi42OCAxMjU4Ljc4IC0yMDYyLjM4IDEwMTcuODciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODczLjU0IDUxNC41NzdDMjQ4OC43NCA2NTAuNjExIDIxNzkuNjUgNjI4LjE5NyAxNjcyLjk4IDQ5MC44NkMxNDY0LjM2IDQzNC4zMTUgMTMxMS43NyA0MTIuMDIyIDExMzIuNSA0NTEuMTE2QzY5OC40NTQgNTQ1LjgxOSA2MzguNzg5IDkzNy4xNjIgLTYwLjUyMjUgODE4LjEzMkMtMTIxLjQyMiA4MDcuNzU5IC0xNzEuMDc0IDc4NS45OTUgLTIyMy40IDc2MS42MjdDLTU4MC44NCA1OTUuMzY4IC03NzguMjE0IDQ1MS4xNTcgLTEwMjYuNTQgNDMwLjI4OEMtMTgwNi4wMiAzNjQuNzkzIC0xMTM5LjE1IDEyNTguNTQgLTIwNjIuMzEgMTAzMi4zOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuNTQgNDk2LjQzM0MyNDk2LjU2IDYzMy44MSAyMTg1Ljg5IDYxOC42NzcgMTY3MS40NyA0ODYuNTQ4QzE0NjEuNDEgNDMyLjYwNiAxMzA3LjAzIDQxMy42NDkgMTEyOS4wNyA0NTMuNDM1QzY5OC43OTcgNTQ5LjY0MyA2MjYuMDMzIDkyOS42NzcgLTcwLjgwOTMgODA5LjQyNkMtMTMxLjE2IDc5OS4wMTIgLTE4MS4yMjMgNzc3LjY5NiAtMjMzLjgyNCA3NTMuOTM5Qy01OTcuOTE2IDU4OS41OTEgLTgwMi4wNzkgNDUxLjQ0MSAtMTA0Ny4xOCA0MzEuNzUyQy0xODI4LjA0IDM2OC45ODIgLTExNDEuNjIgMTI1OC4yMSAtMjA2Mi4xNyAxMDQ2Ljg4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My42MSA0NzguMjQ2QzI1MDQuNTEgNjE3LjAwNiAyMTkyLjIgNjA5LjA3MyAxNjY5Ljk2IDQ4Mi4xOTJDMTQ1OC40NiA0MzAuODEzIDEzMDIuMzcgNDE1LjIzMiAxMTI1LjY0IDQ1NS43MDlDNjk5LjE0IDU1My40MjMgNjEzLjIwOSA5MjIuMTg5IC04MS4wOTYxIDgwMC43MThDLTE0MC45NjcgNzkwLjI2MyAtMTkxLjMwNCA3NjkuNDM1IC0yNDQuMzE3IDc0Ni4yNDdDLTYxNS4xMjkgNTgzLjg5MiAtODI2LjAxMyA0NTEuNzYzIC0xMDY3LjkgNDMzLjIxM0MtMTg1MC4wNSAzNzMuMjUgLTExNDQuMTYgMTI1Ny44OCAtMjA2Mi4xNyAxMDYxLjM2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My42OCA0NjAuMTA2QzI1MTIuNCA2MDAuMjA4IDIxOTguNDQgNTk5LjQzNSAxNjY4LjUyIDQ3Ny44ODNDMTQ1NS41OCA0MjkuMDY3IDEyOTcuNzggNDE2Ljg2MyAxMTIyLjM1IDQ1OC4wMzFDNjk5LjYxOSA1NTcuMjUgNjAwLjU5IDkxNC43MDcgLTkxLjI0NjYgNzkyLjAxNUMtMTUwLjU2OCA3ODEuNDc5IC0yMDEuMzE4IDc2MS4xOCAtMjU0LjYwNCA3MzguNTIxQy02MzIuMTM4IDU3OC4yNDEgLTg0OS44MTEgNDUyLjA1MSAtMTA4OC40IDQzNC42OEMtMTg3MS45MyAzNzcuNTY1IC0xMTQ2LjQ5IDEyNTcuNiAtMjA2MS45NiAxMDc1Ljg0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My42OCA0NDEuOTJDMjUyMC4yMiA1ODMuNDA2IDIyMDQuNjggNTg5LjY3MSAxNjY2Ljk0IDQ3My41N0MxNDUyLjU2IDQyNy4yNzUgMTI5My4wNCA0MTguNDg5IDExMTguODUgNDYwLjM4OUM2OTkuODI1IDU2MS4xMTMgNTg3Ljc2NSA5MDcuMzAxIC0xMDEuNjAyIDc4My4zNDlDLTE2MC4zNzUgNzcyLjc3MiAtMjExLjUzNiA3NTIuOTIgLTI2NS4xNjYgNzMwLjg3MUMtNjQ5LjQyIDU3Mi43MDcgLTg3My44MTQgNDUyLjQ1NiAtMTEwOS4xOCA0MzYuMTg0Qy0xODk0LjAxIDM4MS45NTggLTExNDkuMDkgMTI1Ny4zMSAtMjA2Mi4wMyAxMDkwLjM2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My43NSA0MjMuNzc3QzI1MjguMSA1NjYuNjA1IDIyMTAuODUgNTc5Ljg2NiAxNjY1LjUgNDY5LjI1N0MxNDQ5LjYxIDQyNS40NDUgMTI4OC40NSA0MjAuMTE2IDExMTUuNDkgNDYyLjcwOEM3MDAuMjM3IDU2NC45MzcgNTc1LjAwOSA4OTkuODU3IC0xMTEuODIxIDc3NC42NDNDLTE3MC4xMTQgNzY0LjAyNiAtMjIxLjYxOCA3NDQuNzAzIC0yNzUuNTIyIDcyMy4xODNDLTY2Ni41NjUgNTY3LjE3NCAtODk3LjYxMiA0NTIuNzgyIC0xMTI5Ljc2IDQzNy42NDlDLTE5MTUuOTYgMzg2LjM5MiAtMTE1MS41IDEyNTYuOTkgLTIwNjEuODMgMTEwNC44NCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuODIgNDA1LjYzNEMyNTM1Ljk5IDU0OS44NDUgMjIxNy4wMiA1NzAuMDIyIDE2NjQuMDYgNDY0Ljk0NkMxNDQ2LjY2IDQyMy42NTUgMTI4My43OSA0MjEuNzQzIDExMTIuMTMgNDY1LjAyN0M3MDAuNjQ5IDU2OC43NjEgNTYyLjI1NCA4OTIuNDUzIC0xMjIuMDM4IDc2NS45MzhDLTE3OS43ODMgNzU1LjI4IC0yMzEuNjI5IDczNi40NDUgLTI4NS44NzYgNzE1LjQ1NEMtNjgzLjcwOSA1NjEuNjgzIC05MjEuNDc2IDQ1My4xMDggLTExNTAuMzMgNDM5LjA3M0MtMTkzNy45IDM5MC44MjYgLTExNTMuODkgMTI1Ni42NiAtMjA2MS42OSAxMTE5LjI5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My44OCAzODcuNDQ3QzI1NDMuODggNTMzLjAwMSAyMjIzLjIgNTYwLjA1MyAxNjYyLjU1IDQ2MC41OUMxNDQzLjU4IDQyMS43NCAxMjc5LjEyIDQyMy4zMjcgMTEwOC43IDQ2Ny4zMDJDNzAwLjkyMyA1NzIuNTAxIDU0OS40OTggODg0Ljk2NiAtMTMyLjMyNSA3NTcuMjNDLTE4OS41OSA3NDYuNDkgLTI0MS43NzkgNzI4LjE4NCAtMjk2LjM2OSA3MDcuNzYzQy03MDAuOTkyIDU1Ni4zMSAtOTQ1LjQxMSA0NTMuNDcxIC0xMTcwLjk3IDQ0MC41NzZDLTE5NTkuODUgMzk1LjQyMSAtMTE1Ni40MyAxMjU2LjM4IC0yMDYxLjYyIDExMzMuODEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODczLjg4IDM2OS4zMDdDMjU1MS42OSA1MTYuMjQ0IDIyMjkuMjMgNTUwLjA5IDE2NjEuMDQgNDU2LjMyMkMxNDQwLjQ5IDQxOS45MTMgMTI3NC40NiA0MjQuOTk4IDExMDUuMzQgNDY5LjY2NUM3MDEuMzM0IDU3Ni4zNjkgNTM2Ljc0MiA4NzcuNjA1IC0xNDIuNTQ0IDc0OC41NjhDLTE5OS4yNiA3MzcuNzg4IC0yNTEuNzkyIDcyMC4wMSAtMzA2LjcyNSA3MDAuMTE4Qy03MTguMTM3IDU1MS4wNjYgLTk2OS4yMDkgNDUzLjkyMiAtMTE5MS41NSA0NDIuMDg0Qy0xOTgxLjczIDQwMC4wNjEgLTExNTguODMgMTI1Ni4wOSAtMjA2MS40MiAxMTQ4LjMzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My45NSAzNTEuMTIyQzI1NTkuNTggNDk5LjQwMiAyMjM1LjI3IDU0MCAxNjU5LjU0IDQ1MS45NjhDMTQzNy40MSA0MTggMTI2OS43MyA0MjYuNTg0IDExMDEuOTEgNDcxLjk0MkM3MDEuNjA5IDU4MC4xMTEgNTIzLjkxOCA4NzAuMTYgLTE1Mi44MyA3MzkuODIxQy0yMDkuMDY2IDcyOSAtMjYxLjk0MSA3MTEuNzUyIC0zMTcuMTQ4IDY5Mi4zODhDLTczNS4zNSA1NDUuNzc3IC05OTMuMDc0IDQ1NC4yNDcgLTEyMTIuMTkgNDQzLjUwN0MtMjAwMy43NCA0MDQuNjk4IC0xMTYxLjMgMTI1NS43NyAtMjA2MS4zNSAxMTYyLjc3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3NC4wMiAzMzIuOThDMjU2Ny40NyA0ODIuNjQyIDIyNDEuMjMgNTI5Ljg3MiAxNjU4LjEgNDQ3LjY1N0MxNDM0LjMyIDQxNi4wOSAxMjY1LjEzIDQyOC4xNzIgMTA5OC41NSA0NzQuMjYyQzcwMS45NTIgNTgzLjkzNiA1MTEuMTYyIDg2Mi43NTcgLTE2My4wNSA3MzEuMTE2Qy0yMTguNzM3IDcyMC4yNTUgLTI3MS45NTUgNzAzLjUzNiAtMzI3LjU3MyA2ODQuNjZDLTc1Mi42MzMgNTQwLjUzIC0xMDE2Ljk0IDQ1NC42MTMgLTEyMzIuODMgNDQ0LjkzMkMtMjAyNS42OSA0MDkuNDE4IC0xMTYzLjc3IDEyNTUuNCAtMjA2MS4yOCAxMTc3LjIyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3NC4wMiAzMTQuNzk0QzI1NzUuMjkgNDY1Ljc5OSAyMjQ3LjA2IDUxOS43IDE2NTYuNTIgNDQzLjMwMkMxNDMxLjAzIDQxNC4xMzUgMTI2MC4xOSA0MjkuNTUzIDEwOTUuMDUgNDc2LjUzOEM3MDEuODE0IDU4Ny4yMjkgNDk4LjI2OSA4NTUuMzExIC0xNzMuNDA1IDcyMi4zNjlDLTIyOC41NDMgNzExLjQ2NiAtMjgyLjEwNSA2OTUuMjc1IC0zMzguMDY2IDY3Ni45MjlDLTc2OS45MTUgNTM1LjQwMiAtMTA0MC44OCA0NTUuMDE4IC0xMjUzLjU0IDQ0Ni4zOTRDLTIwNDcuNyA0MTQuMjE2IC0xMTY2LjMxIDEyNTUuMTIgLTIwNjEuMjggMTE5MS43IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3NC4wOSAyOTYuNjVDMjU4My4yNCA0NDkuMDM4IDIyNTIuODkgNTA5LjQ4OSAxNjU1LjA4IDQzOS4wMzFDMTQyNy44NyA0MTIuMjY0IDEyNTUuNiA0MzEuMjYxIDEwOTEuNjkgNDc4Ljg5N0M3MDIuMjI2IDU5MS4xMzQgNDg1LjQ0NCA4NDcuOTg5IC0xODMuNTU1IDcxMy43NDRDLTIzOC4yMTQgNzAyLjc2MSAtMjkyLjExOCA2ODcuMTM5IC0zNDguNDIyIDY2OS4zMjFDLTc4Ny4wNjEgNTMwLjM5OSAtMTA2NC42IDQ1NS41MDYgLTEyNzQuMTIgNDQ3Ljk0Qy0yMDY5LjUxIDQxOS4yMiAtMTE2OC43MSAxMjU0Ljg3IC0yMDYxLjA3IDEyMDYuMjIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODc0LjE2IDI3OC40NjVDMjU5MS4xMyA0MzIuMTk2IDIyNTguNzIgNDk5LjE5NiAxNjUzLjY0IDQzNC42NzdDMTQyNC43MiA0MTAuMjY5IDEyNTEgNDMyLjg4NyAxMDg4LjQgNDgxLjE3NEM3MDIuNzA2IDU5NC45OTggNDcyLjM0NSA4NDEuMzE2IC0xOTMuNzA1IDcwNC45OTdDLTI0Ny44ODMgNjk0LjA1NCAtMzAyLjA2MiA2NzguOTIxIC0zNTguNzA5IDY2MS41OTFDLTgwNC4xMzcgNTI1LjM5NCAtMTA4OC4zMyA0NTUuOTEyIC0xMjk0LjYyIDQ0OS4zNjNDLTIwOTEuMzIgNDI0LjE0MSAtMTE3MS4wNCAxMjU0LjUgLTIwNjAuODcgMTIyMC42NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzQuMTYgMjYwLjMyMUMyNTk4Ljk1IDQxNS40MzQgMjI2NC4zNCA0ODguOTAzIDE2NTIuMDYgNDMwLjM2NEMxNDIxLjM2IDQwOC4zMTYgMTI0Ni4yNyA0MzQuNTEzIDEwODQuOSA0ODMuNDkyQzcwMi45OCA1OTguODYxIDQ1OS41MjEgODMzLjcwOCAtMjA0LjA2IDY5Ni4yOTFDLTI1Ny42OSA2ODUuMjY2IC0zMTIuMjExIDY3MC43MDIgLTM2OS4yMDEgNjUzLjg2MUMtODIxLjM1IDUyMC40MyAtMTExMi4yIDQ1Ni4zMTggLTEzMTUuMzMgNDUwLjgyNkMtMjExMy4yNiA0MjkuMjI1IC0xMTczLjU4IDEyNTQuMjIgLTIwNjAuODcgMTIzNS4xNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzQuMjMgMjQyLjE0M0MyNjA2LjgzIDM5OC41OTggMjI2OS45NyA0NzguNTM1IDE2NTAuNjIgNDI2LjAxN0MxNDE4LjEzIDQwNi4yODcgMTI0MS42OCA0MzYuMTQ2IDEwODEuNTQgNDg1Ljc3NkM3MDMuMzkxIDYwMi43MzIgNDQ2LjkwMSA4MjYuMTA2IC0yMTQuMjggNjg3LjU1Qy0yNjcuNDI5IDY3Ni40NDQgLTMyMi4xNTYgNjYyLjQ5MSAtMzc5LjYyNiA2NDYuMTM4Qy04MzguNTY1IDUxNS41MTQgLTExMzYuMDcgNDU2LjczMSAtMTMzNS45MSA0NTIuMjU2Qy0yMTM1LjA3IDQzNC4zMTYgLTExNzUuOTggMTI1My44NiAtMjA2MC43MyAxMjQ5LjU5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3NC4zIDIyNEMyNjE0LjcyIDM4MS44MzkgMjI3NS41MiA0NjguMTYyIDE2NDkuMTEgNDIxLjcwNUM4MTguNDY5IDM2MC4xMTYgNjk5LjA3MSA5MzcuMjQ1IC0zOTAuMDUgNjM4LjQ0OUMtMjc1MC4yMyAtOS4wNTY2MiAtOTYxLjY2NiAxMjUwLjk3IC0yMDYwLjY2IDEyNjQuMDciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzQwMTRfMzQ3MDEiIHgxPSIwIiB5MT0iMCIgeDI9IjI1NjAiIHkyPSIxNjAwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiM3MThBRkYiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQjNFREZGIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl80MDE0XzM0NzAxIiB4MT0iMTI4MCIgeTE9IjAiIHgyPSIxMjgwIiB5Mj0iMTY4NiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSJ3aGl0ZSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjAiLz4KPC9saW5lYXJHcmFkaWVudD4KPGNsaXBQYXRoIGlkPSJjbGlwMF80MDE0XzM0NzAxIj4KPHJlY3Qgd2lkdGg9IjI1NjAiIGhlaWdodD0iMTYwMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
}

.lpx-theme-dark .lpx-login-bg {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU2MCIgaGVpZ2h0PSIxNjAwIiB2aWV3Qm94PSIwIDAgMjU2MCAxNjAwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDAxNF8zNDY5MykiPgo8cmVjdCB3aWR0aD0iMjU2MCIgaGVpZ2h0PSIxNjAwIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNDAxNF8zNDY5MykiLz4KPHJlY3Qgd2lkdGg9IjI1NjAiIGhlaWdodD0iMTYwMCIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMCAxNjAwKSIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzQwMTRfMzQ2OTMpIi8+CjxnIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpoYXJkLWxpZ2h0IiBvcGFjaXR5PSIwLjUiPgo8cmVjdCB3aWR0aD0iMjU2MCIgaGVpZ2h0PSIxNjAwIiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDE2MDApIiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfNDAxNF8zNDY5MykiLz4KPC9nPgo8ZyBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6b3ZlcmxheSI+CjxwYXRoIGQ9Ik0xLjc0MDYgMTMzNy42M0M2ODAuNzYzIDE0MTQuNDIgNDY1Ljk1NSA0MDEuMTk4IDgwNS40NDggNDA3LjIxMkMxMTM4LjIzIDQxMy4xMyA3OTYuODUyIDEyMTUuNyAxMjI4LjEgMTE2OC4yMkMxNDQyLjk0IDExNDQuNTggMTE1NS4wMyA1MjkuMDgzIDE0MzIuOTYgNDI3LjMyMkMxODA2Ljg4IDI5MC40MzIgMjAwOC45IDExNTEuNTUgMjU2MCAzMzguMzUzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS43NDA2IDEzMjMuNDRDNDE5LjkxNyAxMzcyLjI1IDQ5OC43NDMgMTAwNC45MiA1ODAuNTg4IDcyMC4yMjRDNjMwLjI4NCA1NDcuNDQxIDY3OS41MTkgNDA2LjIyMyA4MDcuMjYgNDA5LjAyNEMxMTM4LjA5IDQxNi4xNTEgODAzLjQ5NSAxMjA5Ljc4IDEyMzMuNDYgMTE2MS40MUMxMjc5Ljc1IDExNTYuMjIgMTMwMi41MiAxMTIzLjYxIDEzMTMuMjUgMTA3NC43M0MxMzUyLjI1IDg5Ni45MjIgMTIyNy42IDUwNy4wOTMgMTQ0My42OSA0MjguNDY2QzE4MTguMTcgMjkzLjM1NyAyMDEwLjIxIDExNTEuMjkgMjU2MCAzNDkuNjc5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS43MDUwMiAxMzA5LjIyQzQxNS44MzIgMTM1OS4wOCA0OTYuODI1IDk5OC4xNzYgNTgxLjMzNCA3MTYuODIyQzYzMi41MjIgNTQ2LjQyNSA2ODEuODk5IDQwNy40OTggODA4Ljk2NSA0MTAuODA3QzExMzcuODQgNDE5LjE0NCA4MDkuOTk1IDEyMDMuOCAxMjM4LjY5IDExNTQuNTdDMTI4NC42OSAxMTQ5LjM1IDEzMDcuMzUgMTExNi45OSAxMzE4LjU4IDEwNjguNjlDMTM1OS42NCA4OTEuODMzIDEyMzkuNjEgNTA2LjU4NiAxNDU0LjMxIDQyOS41ODFDMTgyOC45NCAyOTUuMjY4IDIwMTEuNDIgMTE1MS4wNCAyNTU5Ljg2IDM2MC45NzciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjY2OTQzIDEyOTUuMDNDNDExLjc0NyAxMzQ1Ljk3IDQ5NC45MDYgOTkxLjQ5NSA1ODIuMTE1IDcxMy40ODJDNjM0Ljc5NiA1NDUuNTAzIDY4NC4zMTUgNDA4LjgzNiA4MTAuNzQxIDQxMi42NTRDMTEzNy42NiA0MjIuMjMyIDgxNi42MDIgMTE5Ny45MSAxMjQ0LjAxIDExNDcuODNDMTI4OS43MyAxMTQyLjU0IDEzMTIuMjUgMTExMC40NyAxMzIzLjk4IDEwNjIuNzFDMTM2Ny4xIDg4Ni43NzUgMTI1MS43OSA1MDYuMzk2IDE0NjUgNDMwLjc5MkMxODQwLjAyIDI5Ny43NTIgMjAxMi43IDExNTAuODUgMjU1OS44MiAzNzIuMzciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjY2OTQzIDEyODAuOEM0MDcuNjk3IDEzMzIuODMgNDkzLjAyNCA5ODQuNzggNTgyLjg5NyA3MTAuMDc3QzYzNy4wNjkgNTQ0LjQ4NSA2ODYuNzMgNDEwLjA3NiA4MTIuNTE3IDQxNC40MzZDMTEzNy40OCA0MjUuMjIzIDgyMy4yMSAxMTkxLjkzIDEyNDkuMzQgMTE0MC45OUMxMjk0LjgxIDExMzUuNjcgMTMxNy4xOSAxMTAzLjg1IDEzMjkuMzggMTA1Ni42NkMxMzc0LjYgODgxLjY1MSAxMjY0LjAxIDUwNi4xNzMgMTQ3NS43IDQzMS45MDVDMTg1MS4wNyAzMDAuMTY5IDIwMTMuOTggMTE1MC41NiAyNTU5Ljc5IDM4My42NjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjYzNDA5IDEyNjYuNjFDNDAzLjYxMiAxMzE5LjY5IDQ5MS4wNyA5NzguMTMgNTgzLjY3OCA3MDYuNzA0QzYzOS4zNDMgNTQzLjUzIDY4OS4xNDYgNDExLjM4MSA4MTQuMjk0IDQxNi4yNDlDMTEzNy4zIDQyOC4yNzcgODI5Ljc4MiAxMTg2LjAxIDEyNTQuNjcgMTEzNC4xOEMxMjk5Ljg2IDExMjguOCAxMzIyLjEzIDEwOTcuMjYgMTMzNC44MSAxMDUwLjY1QzEzODIuMTYgODc2LjUyOCAxMjc2LjI3IDUwNi4wMTQgMTQ4Ni40MiA0MzMuMDVDMTg2Mi4xOSAzMDIuNjIgMjAxNS4yOSAxMTUwLjM0IDI1NTkuNzUgMzk0Ljk5NCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuNTk4NjMgMTI1Mi4zOUMzOTkuNTI3IDEzMDYuNTUgNDg5LjExNiA5NzEuNDQ5IDU4NC40MjQgNzAzLjMwMUM2NDEuNTQ1IDU0Mi41NDUgNjkxLjUyNiA0MTIuNjIzIDgxNi4wMzQgNDE4LjAzM0MxMTM3LjA5IDQzMS4yNyA4MzYuMzUzIDExODAuMDYgMTI1OS45NyAxMTI3LjM0QzEzMDQuODcgMTEyMS44OSAxMzI3LjAzIDEwOTAuNjIgMTM0MC4xOCAxMDQ0LjU3QzEzODkuNjYgODcxLjM0MyAxMjg4LjQ1IDUwNS43NjEgMTQ5Ny4wOCA0MzQuMTMzQzE4NzMuMjMgMzA1LjAwNyAyMDE2LjUzIDExNTAuMDIgMjU1OS42OCA0MDYuMjI4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS41OTg2MyAxMjM4LjE5QzM5NS40NDIgMTI5My40IDQ4Ny4xOTggOTY0Ljc5NiA1ODUuMjQxIDY5OS45NTZDNjQzLjg1NCA1NDEuNjUxIDY5My45NzcgNDEzLjk1NyA4MTcuODEgNDE5Ljg3NUMxMTM2LjkxIDQzNC4zMjIgODQyLjgxOSAxMTczLjI4IDEyNjUuMjkgMTEyMC41NkMxMzA5LjkxIDExMTQuOTkgMTMzMS45NyAxMDg0LjA2IDEzNDUuNTggMTAzOC41OUMxMzk3LjE5IDg2Ni4yMTcgMTMwMC42NyA1MDUuNjMxIDE1MDcuNzcgNDM1LjM0QzE4ODQuMzIgMzA3LjUxOCAyMDE3LjgxIDExNDkuODMgMjU1OS42NCA0MTcuNjE2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS41NjMwNSAxMjIzLjk3QzM5MS4zNTcgMTI4MC4yNiA0ODUuMjA5IDk1OC4xNzcgNTg1Ljk4NyA2OTYuNTUxQzY0Ni4wMjEgNTQwLjY2NCA2OTYuMzU3IDQxNS4yMjkgODE5LjU1MSA0MjEuNjU3QzExMzYuNyA0MzcuMzQ0IDg0OS4zNTUgMTE2Ny4yIDEyNzAuNTkgMTExMy43NUMxMzE0Ljk1IDExMDguMTEgMTMzNi45MSAxMDc3LjQ0IDEzNTAuOTcgMTAzMi41N0MxNDA0Ljc2IDg2MS4wMyAxMzEyLjg5IDUwNS40NzEgMTUxOC40MyA0MzYuNDg1QzE4OTUuMzYgMzEwIDIwMTkuMDkgMTE0OS42MSAyNTU5LjU3IDQyOC45NDMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjUyNzQ3IDEyMDkuNzhDMzg3LjI3MiAxMjY3LjEyIDQ4My4yMTkgOTUxLjU1OCA1ODYuNzMzIDY5My4xNzhDNjQ4LjIyMyA1MzkuNzQxIDY5OC43MzcgNDE2LjUwMiA4MjEuMjkxIDQyMy41MDJDMTEzNi40OSA0NDAuMzk5IDg1NS44OTEgMTE2MS4yMiAxMjc1Ljg4IDExMDYuOTdDMTMxOS45NiAxMTAxLjI3IDEzNDEuODEgMTA3MC44OCAxMzU2LjM0IDEwMjYuNTlDMTQxMi4yOSA4NTUuODc0IDEzMjUuMDggNTA1LjM0NCAxNTI5LjA5IDQzNy42NjJDMTkwNi40NSAzMTIuNDgyIDIwMjAuMzMgMTE0OS4zOCAyNTU5LjQ3IDQ0MC4zMDMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjQ5MTg4IDExOTUuNTlDMzgzLjE4NiAxMjU0LjAxIDQ4MS4xOTQgOTQ1LjAwMyA1ODcuNTE1IDY4OS44MDVDNjUwLjQyNiA1MzguODE5IDcwMS4xNTMgNDE4LjAzIDgyMy4wNjggNDI1LjMxNkMxMTM2LjI0IDQ0My45OTUgODYyLjQ2MyAxMTU1LjE4IDEyODEuMjEgMTEwMC4xNkMxMzI1LjAxIDEwOTQuNCAxMzQ2Ljc4IDEwNjQuMjYgMTM2MS43NyAxMDIwLjU0QzE0MTkuOTIgODUwLjY1NiAxMzM3LjM3IDUwNS4xNTMgMTUzOS44MiA0MzguNzc2QzE5MTcuNiAzMTQuOTMyIDIwMjEuNjUgMTE0OS4xIDI1NTkuNDcgNDUxLjYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjQ5MTg4IDExODEuMzdDMzc5LjEzNyAxMjQwLjg0IDQ3OS4xNyA5MzguMzg3IDU4OC4yOTYgNjg2LjQzNUM2NTIuNjI4IDUzNy44OTggNzAzLjU2OCA0MTkuMzM2IDgyNC44NDQgNDI3LjEzMkMxMTM2LjA2IDQ0Ny4wODMgODY5LjAzNCAxMTQ5LjEzIDEyODYuNTQgMTA5My4zNUMxMzMwLjA1IDEwODcuNTMgMTM1MS43NiAxMDU3LjY4IDEzNjcuMTcgMTAxNC41M0MxNDI3LjUzIDg0NS40NCAxMzQ5LjYyIDUwNS4wMjggMTU1MC41MSA0MzkuOTU2QzE5MjguNzIgMzE3LjQ0OCAyMDIyLjkzIDExNDguOTEgMjU1OS40MyA0NjIuOTYyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS40NTYzIDExNjcuMTdDMzc1LjA1MiAxMjI3LjczIDQ3Ny4xNDUgOTMxLjg2NSA1ODkuMDc4IDY4My4wNjNDNjU0Ljc5NSA1MzYuOTc2IDcwNS45ODQgNDIwLjY0MiA4MjYuNTg0IDQyOC45NDdDMTEzNS44NSA0NTAuMTcxIDg3NS41NzEgMTE0My4wOSAxMjkxLjgzIDEwODYuNTRDMTMzNS4xIDEwODAuNjYgMTM1Ni43MyAxMDUxLjA2IDEzNzIuNTQgMTAwOC41MkMxNDM1LjEzIDg0MC4yMjIgMTM2MS44MSA1MDQuOTAyIDE1NjEuMTYgNDQxLjEwMkMxOTM5LjggMzE5LjkzMSAyMDI0LjE3IDExNDguNjUgMjU1OS4zNiA0NzQuMjkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjQyMTA4IDExNTIuOTVDMzcwLjk2NyAxMjE0LjU1IDQ3NS4wNDkgOTI1LjI3NiA1ODkuODI0IDY3OS42NTZDNjU2LjkyNyA1MzYuMDUyIDcwOC4zNjQgNDIxLjkxMyA4MjguMzI1IDQzMC43MjdDMTEzNS42IDQ1My4yMjQgODgyLjEwNyAxMTM3LjA0IDEyOTcuMTIgMTA3OS43M0MxMzQwLjExIDEwNzMuNzggMTM2MS42NyAxMDQ0LjQ3IDEzNzcuOTQgMTAwMi41QzE0NDIuOCA4MzQuOTcgMTM3NC4wNyA1MDQuNzcyIDE1NzEuODYgNDQyLjI0NkMxOTUwLjkyIDMyMi40MTEgMjAyNS40NSAxMTQ4LjQzIDI1NTkuMjkgNDg1LjYxNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuNDIxMDggMTEzOC43NkMzNjYuOTE3IDEyMDEuNDQgNDcyLjk4OSA5MTguNzg0IDU5MC42NDEgNjc2LjI4M0M2NTkuMTI5IDUzNS4xMjkgNzEwLjgxNSA0MjMuMjQ5IDgzMC4xMzcgNDMyLjU0QzExMzUuNDYgNDU2LjMxIDg4OC43MTQgMTEzMC45OSAxMzAyLjQ5IDEwNzIuOTJDMTM0NS4xOCAxMDY2Ljk0IDEzNjYuNzEgMTAzNy44NiAxMzgzLjM3IDk5Ni40NTdDMTQ1MC41MSA4MjkuNjg4IDEzODYuMzYgNTA0LjYxMyAxNTgyLjU5IDQ0My4zOTFDMTk2Mi4xMSAzMjQuOTI1IDIwMjYuNzYgMTE0OC4xOCAyNTU5LjI5IDQ5Ni45NDUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjM4NTUgMTEyNC41M0MzNjIuODMyIDExODguMjcgNDcwLjg1NyA5MTIuMjI3IDU5MS4zODcgNjcyLjkwOEM2NjEuMjI1IDUzNC4yMzYgNzEzLjE5NSA0MjQuNTUyIDgzMS44NzggNDM0LjM1MkMxMTM1LjI0IDQ1OS4zOTUgODk1LjI4NiAxMTI0Ljk4IDEzMDcuNzggMTA2Ni4xMUMxMzUwLjIzIDEwNjAuMDYgMTM3MS42OCAxMDMxLjIzIDEzODguNzcgOTkwLjQ0MUMxNDU4LjE4IDgyNC40MzUgMTM5OC42NSA1MDQuNTE1IDE1OTMuMjggNDQ0LjUzNEMxOTczLjI3IDMyNy40MzYgMjAyOC4wNCAxMTQ3LjkyIDI1NTkuMjUgNTA4LjI3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4zNDk5MSAxMTEwLjM0QzM1OC43NDcgMTE3NS4xNiA0NjguNzI2IDkwNS43MzggNTkyLjEzMyA2NjkuNTM3QzY2My4yODUgNTMzLjM0NyA3MTUuNTc1IDQyNS44NTggODMzLjU4MyA0MzYuMTY4QzExMzUgNDYyLjQ4MyA5MDEuNzg3IDExMTguOTYgMTMxMy4wNCAxMDU5LjNDMTM1NS4yIDEwNTMuMTkgMTM3Ni42NiAxMDI0LjYyIDEzOTQuMSA5ODQuNDI5QzE0NjUuODYgODE5LjE1NSAxNDEwLjgzIDUwNC40MjIgMTYwMy44NiA0NDUuNjgyQzE5ODQuMzEgMzI5Ljk1MiAyMDI5LjIyIDExNDcuNyAyNTU5LjExIDUxOS42IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4zNDk5MSAxMDk2LjEyQzM1NC42NjIgMTE2MS45OSA0NjYuNTk1IDg5OS4yNDcgNTkyLjk1IDY2Ni4xMzJDNjY1LjQxNyA1MzIuNDI0IDcxOC4wMjYgNDI3LjEzMSA4MzUuMzk0IDQzNy45NUMxMTM0LjgyIDQ2NS41MDYgOTA4LjM5NCAxMTEyLjkyIDEzMTguNCAxMDUyLjQ2QzEzNjAuMjggMTA0Ni4yOSAxMzgxLjcgMTAxOCAxMzk5LjU0IDk3OC4zNTJDMTQ3My42NCA4MTMuODEgMTQyMy4xMiA1MDQuMjYzIDE2MTQuNTkgNDQ2Ljc2NEMxOTk1LjUgMzMyLjQwMiAyMDMwLjUzIDExNDcuMzggMjU1OS4wOCA1MzAuODY1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4zMTQzMyAxMDgxLjkzQzM1MC41NzYgMTE0OC44OCA0NjQuMzkyIDg5Mi43NTUgNTkzLjY5NiA2NjIuNzU5QzY2Ny40NzcgNTMxLjUzMyA3MjAuNDA2IDQyOC40MzUgODM3LjEzNSA0MzkuNzYzQzExMzQuNiA0NjguNTkyIDkxNC45MyAxMTA2LjkgMTMyMy42OSAxMDQ1LjY4QzEzNjUuMzMgMTAzOS40NSAxMzg2LjcxIDEwMTEuNDEgMTQwNC45MyA5NzIuMzY5QzE0ODEuNDIgODA4LjU1OSAxNDM1LjQxIDUwNC4xOTkgMTYyNS4yOCA0NDcuOTczQzIwMDYuNjkgMzM1LjAxMiAyMDMxLjgxIDExNDcuMTkgMjU1OS4wNCA1NDIuMjU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4yNzg4MSAxMDY3LjczQzM0Ni40OTEgMTEzNS43MyA0NjIuMTU0IDg4Ni4zMjcgNTk0LjQ3NyA2NTkuNDE4QzY2OS41MzcgNTMwLjcwNSA3MjIuNzg2IDQyOS43NzIgODM4LjkxMSA0NDEuNjA5QzExMzQuNDMgNDcxLjY3OSA5MjEuNTAyIDExMDAuOTIgMTMyOS4wMiAxMDM4LjlDMTM3MC4zNyAxMDMyLjYgMTM5MS43NiAxMDA0LjgzIDE0MTAuMzMgOTY2LjM4N0MxNDg5LjE5IDgwMy4yNzYgMTQ0Ny43IDUwNC4xNjcgMTYzNS45OCA0NDkuMTVDMjAxNy44NSAzMzcuNTU3IDIwMzMuMDkgMTE0NyAyNTU5LjAxIDU1My42MTYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjI3ODgxIDEwNTMuNTFDMzQyLjQ0MiAxMTIyLjU5IDQ1OS45NTIgODc5LjgzNyA1OTUuMjU5IDY1Ni4wMTRDNjcxLjU2MiA1MjkuNzgzIDcyNS4yMDIgNDMxLjA0NSA4NDAuNjg3IDQ0My4zOTFDMTEzNC4yMSA0NzQuNzM0IDkyOC4wNzQgMTA5NC44OCAxMzM0LjM1IDEwMzIuMDZDMTM3NS40MSAxMDI1LjczIDEzOTYuOCA5OTguMTc2IDE0MTUuNzMgOTYwLjM0MkMxNDk3LjAxIDc5Ny45NjMgMTQ1OS45OSA1MDQuMDczIDE2NDYuNjcgNDUwLjI2NUMyMDI5LjA0IDM0MC4xMDMgMjAzNC4zNyAxMTQ2LjcxIDI1NTguOTcgNTY0LjkxMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuMjQzMjMgMTAzOS4zMkMzMzguMzU2IDExMDkuNDUgNDU3LjY0MyA4NzMuNDEgNTk2LjAwNSA2NTIuNjQyQzY3My41NTEgNTI4Ljg5MyA3MjcuNTgyIDQzMi4zNTEgODQyLjM5MiA0NDUuMjA3QzExMzMuOTYgNDc3Ljc5IDkzNC41NzQgMTA4OC44NiAxMzM5LjYxIDEwMjUuMjZDMTM4MC4zOSAxMDE4Ljg2IDE0MDEuNzcgOTkxLjU5IDE0MjEuMSA5NTQuMjk3QzE1MDQuODIgNzkyLjYxOSAxNDcyLjI1IDUwMy45NzggMTY1Ny4zMyA0NTEuMzc5QzIwNDAuMTkgMzQyLjYxOCAyMDM1LjYxIDExNDYuNDMgMjU1OC44NiA1NzYuMjEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjIwNzgyIDEwMjUuMUMzMzQuMjcxIDEwOTYuMzEgNDU1LjMzNCA4NjYuOTUgNTk2Ljc4NiA2NDkuMjM2QzY3NS41NzYgNTI4LjAwMiA3MjkuOTk4IDQzMy42MjMgODQ0LjE2OSA0NDYuOTg3QzExMzMuNzUgNDgwLjg0NCA5NDEuMTQ2IDEwODIuODIgMTM0NC45NCAxMDE4LjQxQzEzODUuNDcgMTAxMS45NSAxNDA2Ljg1IDk4NC45MzkgMTQyNi41IDk0OC4yNUMxNTEyLjcxIDc4Ny4yNzIgMTQ4NC41NCA1MDMuODgyIDE2NjguMDIgNDUyLjUyNEMyMDUxLjM4IDM0NS4xOTUgMjAzNi45MiAxMTQ2LjIgMjU1OC44MyA1ODcuNTM3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4xNzIyNCAxMDEwLjlDMzMwLjE4NiAxMDgzLjE3IDQ1Mi45ODkgODYwLjUyMSA1OTcuNTMyIDY0NS44OTRDNjc3LjQ5NSA1MjcuMTQxIDczMi4zNzggNDM0Ljk1OCA4NDUuOTA5IDQ0OC44MzFDMTEzMy41NCA0ODMuOTI5IDk0Ny42ODIgMTA3Ni44NyAxMzUwLjIzIDEwMTEuNjdDMTM5MC40OCAxMDA1LjE0IDE0MTEuOSA5NzguMzgzIDE0MzEuOSA5NDIuMjk5QzE1MjAuNjMgNzgyLjAyMSAxNDk2LjgzIDUwMy45MTIgMTY3OC43MSA0NTMuNzMyQzIwNjIuNjEgMzQ3LjgzNCAyMDM4LjIgMTE0Ni4wMSAyNTU4Ljc5IDU5OC45MjciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjE3MjI0IDk5Ni42ODFDMzI2LjEzNyAxMDcwLjAzIDQ1MC42NDUgODU0LjA5NSA1OTguMzQ5IDY0Mi40OTFDNjc5LjQ4NCA1MjYuMjIgNzM0LjgyOSA0MzYuMjMzIDg0Ny43MjEgNDUwLjYxNUMxMTMzLjQgNDg2Ljk1NCA5NTQuMjkgMTA3MC44MiAxMzU1LjU5IDEwMDQuODNDMTM5NS41NiA5OTguMjQgMTQxNy4wMSA5NzEuNzY2IDE0MzcuMzMgOTM2LjI1NEMxNTI4LjU5IDc3Ni42NzYgMTUwOS4xNiA1MDMuODUgMTY4OS40IDQ1NC44NDdDMjA3My44MyAzNTAuMzgyIDIwMzkuNDggMTE0NS43NiAyNTU4Ljc2IDYxMC4yMjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjEzNjY2IDk4Mi40ODlDMzIyLjA1MSAxMDU2Ljg4IDQ0OC4yMjkgODQ3LjY2NyA1OTkuMDk1IDYzOS4xMTdDNjgxLjQwMiA1MjUuMzYgNzM3LjIwOSA0MzcuNTM2IDg0OS40NjEgNDUyLjQyOEMxMTMzLjE1IDQ5MC4wNCA5NjAuODI2IDEwNjQuODQgMTM2MC44OSA5OTguMDE3QzE0MDAuNiA5OTEuMzk4IDE0MjIuMDkgOTY1LjE0NiAxNDQyLjcgOTMwLjIwOEMxNTM2LjUxIDc3MS4yOTggMTUyMS40NSA1MDMuNzg2IDE3MDAuMDYgNDU1Ljk5MkMyMDg1LjAyIDM1Mi45OSAyMDQwLjczIDExNDUuNSAyNTU4LjY1IDYyMS41NTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjEwMTI2IDk2OC4yNjdDMzE3Ljk2NiAxMDQzLjc0IDQ0NS43NzggODQxLjI0MSA1OTkuODc3IDYzNS43MTRDNjgzLjMyIDUyNC40MzkgNzM5LjYyNCA0MzguODExIDg1MS4yMDIgNDU0LjIxMkMxMTMyLjkzIDQ5My4wNjQgOTY3LjM2MiAxMDU4LjgzIDEzNjYuMTggOTkxLjE3N0MxNDA1LjYxIDk4NC40OTUgMTQyNy4xNyA5NTguNDk4IDE0NDguMDkgOTI0LjE2NEMxNTQ0LjUgNzY1Ljk1NCAxNTMzLjc0IDUwMy43MjQgMTcxMC43NSA0NTcuMTA4QzIwOTYuMjUgMzU1LjU3IDIwNDIgMTE0NS4yMiAyNTU4LjYxIDYzMi44MTkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjEwMTI2IDk1NC4wNzJDMzEzLjg4MSAxMDMwLjYgNDQzLjMyNyA4MzQuODEgNjAwLjY1OCA2MzIuMzcxQzY4NS4yMDMgNTIzLjU3NyA3NDIuMDQgNDQwLjE0NSA4NTIuOTc4IDQ1Ni4wNTVDMTEzMi43NiA0OTYuMTQ4IDk3My45MzQgMTA1Mi44NyAxMzcxLjUxIDk4NC40MjlDMTQxMC42NSA5NzcuNjgzIDE0MzIuMjUgOTUxLjk3MiAxNDUzLjQ5IDkxOC4yMTFDMTU1Mi41MyA3NjAuNzAxIDE1NDYuMDcgNTAzLjc4NSAxNzIxLjQ0IDQ1OC4zMTRDMjEwNy40NyAzNTguMjQgMjA0My4yOCAxMTQ1LjA2IDI1NTguNTggNjQ0LjIwOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuMDY1NjcgOTM5Ljg0OEMzMDkuNzk2IDEwMTcuNDYgNDQwLjgwNSA4MjguMzgyIDYwMS40MDQgNjI4Ljk2NUM2ODcuMDE1IDUyMi42NTQgNzQ0LjQyIDQ0MS40MTcgODU0LjcxOSA0NTcuODM2QzExMzIuNTEgNDk5LjE3MSA5ODAuNTA2IDEwNDYuODYgMTM3Ni44IDk3Ny41ODdDMTQxNS42NiA5NzAuNzc3IDE0MzcuMzcgOTQ1LjM1MyAxNDU4Ljg5IDkxMi4xMzNDMTU2MC42IDc1NS4zMjMgMTU1OC4zOSA1MDMuNzIxIDE3MzIuMTQgNDU5LjM5NUMyMTE4LjcgMzYwLjgxNiAyMDQ0LjU2IDExNDQuNzQgMjU1OC41NCA2NTUuNDcxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4wMzAwOSA5MjUuNjU4QzMwNS43MTEgMTAwNC4zMiA0MzguMjQ3IDgyMS45NTYgNjAyLjE4NiA2MjUuNTk0QzY4OC44NjIgNTIxLjc2NSA3NDYuODM1IDQ0Mi43MjMgODU2LjQ5NSA0NTkuNjUyQzExMzIuMzMgNTAyLjIyNyA5ODcuMDc3IDEwNDAuODggMTM4Mi4xMyA5NzAuNzc5QzE0MjAuNzQgOTYzLjkzOCAxNDQyLjQ4IDkzOC43MzYgMTQ2NC4yOSA5MDYuMTIxQzE1NjguNjYgNzUwLjA0MyAxNTcwLjcyIDUwMy43MjMgMTc0Mi44MyA0NjAuNTc1QzIxMjkuOTYgMzYzLjQ5MSAyMDQ1Ljg0IDExNDQuNTIgMjU1OC40NyA2NjYuODMzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4wMzAwOSA5MTEuNDY0QzMwMS42NjEgOTkxLjIwNiA0MzUuNjU0IDgxNS41NTkgNjAyLjk2NyA2MjIuMjE5QzY5MC43MDkgNTIwLjg3MiA3NDkuMjUxIDQ0NC4wMjYgODU4LjIzNSA0NjEuNDY0QzExMzIuMDggNTA1LjI4IDk5My42MTQgMTAzNC44OSAxMzg3LjQyIDk2My45NjhDMTQyNS43NSA5NTcuMDYzIDE0NDcuNiA5MzIuMTQ4IDE0NjkuNjYgOTAwLjEwNUMxNTc2Ljc2IDc0NC43MjcgMTU4My4wMSA1MDMuNzIxIDE3NTMuNDkgNDYxLjcxOEMyMTQxLjE4IDM2Ni4xNjIgMjA0Ny4wOCAxMTQ0LjI5IDI1NTguNCA2NzguMTU5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC45OTQ3NTEgODk3LjI0MkMyOTcuNTc2IDk3OC4wMzMgNDMzLjAyNSA4MDkuMSA2MDMuNzQ5IDYxOC44NDdDNjkyLjQ4NSA1MTkuOTUgNzUxLjY2NyA0NDUuMzMyIDg2MC4wMTIgNDYzLjI3OUMxMTMxLjkgNTA4LjMzNiAxMDAwLjE5IDEwMjguOTEgMTM5Mi43NSA5NTcuMTU5QzE0MzAuOCA5NTAuMTkxIDE0NTIuNzEgOTI1LjU2MiAxNDc1LjA5IDg5NC4wOTJDMTU4NC45MyA3MzkuNDQ2IDE1OTUuMzcgNTAzLjc1NCAxNzY0LjE4IDQ2Mi44NjVDMjE1Mi40NCAzNjguODM2IDIwNDguMzYgMTE0NC4wNCAyNTU4LjM3IDY4OS40ODgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjk1OTE2NyA4ODMuMDUxQzI5My40OTEgOTY0LjkyNCA0MzAuMzYxIDgwMi42NDIgNjA0LjQ5NSA2MTUuNDc2QzY5NC4yMjYgNTE5LjAyOSA3NTQuMDQ3IDQ0Ni42MDYgODYxLjc1MiA0NjUuMDkzQzExMzEuNjkgNTExLjM5MiAxMDA2LjcyIDEwMjIuOTYgMTM5OC4wNCA5NTAuMzgzQzE0MzUuODQgOTQzLjM4MiAxNDU3LjgzIDkxOS4wMDggMTQ4MC40NiA4ODguMDc5QzE1OTMuMSA3MzQuMTY0IDE2MDcuNjYgNTAzLjc4NiAxNzc0Ljg0IDQ2NC4wMTFDMjE2My42NyAzNzEuNTEgMjA0OS42MSAxMTQzLjc5IDI1NTguMjkgNzAwLjgxNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuOTU5MTY3IDg2OC44MjdDMjg5LjQ0MSA5NTEuNzUxIDQyNy42NjEgNzk2LjE1IDYwNS4zMTIgNjEyLjA3QzY5Ni4wMDIgNTE4LjA3MyA3NTYuNDYyIDQ0Ny44NzggODYzLjU2NCA0NjYuODc1QzExMzEuNTEgNTE0LjM4MiAxMDEzLjMzIDEwMTYuOTUgMTQwMy40MSA5NDMuNTQxQzE0NDAuOTIgOTM2LjQ3NyAxNDYzLjA1IDkxMi4zODkgMTQ4NS45MyA4ODIuMDMyQzE2MDEuMzggNzI4Ljg4MiAxNjIwLjA2IDUwMy43ODYgMTc4NS42IDQ2NS4xNTZDMjE3NS4wNCAzNzQuMjE0IDIwNTAuOTYgMTE0My41NiAyNTU4LjI5IDcxMi4xNDQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjkyMzU4NCA4NTQuNjM1QzI4NS4zNTYgOTM4LjY0MSA0MjQuODkgNzg5LjY5MSA2MDYuMDU4IDYwOC42OThDNjk3LjcwNyA1MTcuMTUxIDc1OC44NDIgNDQ5LjE4MyA4NjUuMzA1IDQ2OC42ODlDMTEzMS4zIDUxNy40MzcgMTAxOS45IDEwMTEgMTQwOC42NiA5MzYuNzMxQzE0NDUuODkgOTI5LjYwNCAxNDY4LjEzIDkwNS44MDIgMTQ5MS4yNiA4NzYuMDE4QzE2MDkuNTUgNzIzLjYgMTYzMi4zNSA1MDMuODUgMTc5Ni4yMiA0NjYuMzAyQzIxODYuMjYgMzc2Ljk1MSAyMDUyLjE2IDExNDMuMzEgMjU1OC4xOSA3MjMuNDczIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC44ODggODQwLjQxMkMyODEuMjcxIDkyNS40NjcgNDIyLjA4NCA3ODMuMTY3IDYwNi44MDQgNjA1LjMyNEM2OTkuMzc3IDUxNi4xOTYgNzYxLjIyMiA0NTAuNDg4IDg2Ny4wMSA0NzAuNTAyQzExMzEuMDIgNTIwLjQ5MiAxMDI2LjQgMTAwNS4wNSAxNDEzLjkyIDkyOS45MjJDMTQ1MC45IDkyMi43NjIgMTQ3My4yNSA4OTkuMjE2IDE0OTYuNTggODcwLjAwNUMxNjE3Ljc1IDcxOC4zODIgMTY0NC42MSA1MDMuOTE0IDE4MDYuODQgNDY3LjQ0OEMyMTk3LjQ1IDM3OS42ODggMjA1My40MSAxMTQzLjA1IDI1NTguMDggNzM0LjgwMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuODUyNiA4MjYuMjIxQzI3Ny4xODYgOTEyLjM1OCA0MTkuMjQyIDc3Ni42NDUgNjA3LjU4NSA2MDEuOTUyQzcwMS4wNDYgNTE1LjI0MiA3NjMuNjM4IDQ1MS43NjEgODY4Ljc4NiA0NzIuMzE3QzExMzAuODQgNTIzLjUxNSAxMDMyLjk3IDk5OS4xIDE0MTkuMjUgOTIzLjExM0MxNDU1Ljk1IDkxNS44OSAxNDc4LjQzIDg5Mi42MjkgMTUwMi4wMiA4NjMuOTU5QzE2MjYuMSA3MTMuMTMyIDE2NTcuMDEgNTAzLjk0NiAxODE3LjU3IDQ2OC41OTRDMjIwOC43OCAzODIuNDU3IDIwNTQuNzIgMTE0Mi44MyAyNTU4LjA1IDc0Ni4xMjkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjg1MjYgODExLjk5OEMyNzMuMTAxIDg5OS4xODUgNDE2LjQwMSA3NzAuMDkxIDYwOC4zNjcgNTk4LjU0OEM3MDIuNzE2IDUxNC4yMjUgNzY2LjA1MyA0NTMuMDM1IDg3MC41NjIgNDc0LjA5OUMxMTMwLjY2IDUyNi41MzkgMTAzOS41NCA5OTMuMTE4IDE0MjQuNTggOTE2LjMwNEMxNDYwLjk5IDkwOS4wNDkgMTQ4My42MiA4ODYuMDc1IDE1MDcuNDIgODU3Ljk0NkMxNjM0LjQ1IDcwNy45MTQgMTY2OS4zMyA1MDQuMDEgMTgyOC4yNiA0NjkuNzRDMjIyMC4xMiAzODUuMjI2IDIwNTYgMTE0Mi41OCAyNTU4LjAxIDc1Ny40NTgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjgxNzAxNyA3OTcuODAyQzI2OS4wMTYgODg2LjA3MSA0MTMuNDg4IDc2My41MzIgNjA5LjE0OCA1OTUuMTcxQzcwNC4zODUgNTEzLjIzNCA3NjguNDY5IDQ1NC4zMzUgODcyLjMzOCA0NzUuOTA5QzExMzAuNDUgNTI5LjU1OCAxMDQ2LjE1IDk4Ny4xNjMgMTQyOS45MSA5MDkuNDlDMTQ2Ni4wNyA5MDIuMTcyIDE0ODguOCA4NzkuNDg0IDE1MTIuODIgODUxLjkyOEMxNjQyLjgzIDcwMi43NTUgMTY4MS42OSA1MDQuMTAyIDE4MzguOTUgNDcwLjg4MkMyMjMxLjQxIDM4Ny45OSAyMDU3LjI4IDExNDIuMzUgMjU1Ny45OCA3NjguNzgyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC43ODE0MzMgNzgzLjU4MUMyNjQuOTMgODcyLjkgNDEwLjUzOSA3NTYuOTE2IDYwOS44OTQgNTkxLjgwMUM3MDUuOTQ4IDUxMi4yMTkgNzcwLjg0OSA0NTUuNjExIDg3NC4wNzkgNDc3LjcyNkMxMTMwLjIzIDUzMi42MTYgMTA1Mi42OSA5ODEuMjQ4IDE0MzUuMiA5MDIuNjg0QzE0NzEuMDggODk1LjMwMiAxNDkzLjk1IDg3Mi45MzIgMTUxOC4yMiA4NDUuODg1QzE2NTEuMjIgNjk3LjU3MSAxNjk0LjA2IDUwNC4xNjggMTg0OS42MSA0NzEuOTk4QzIyNDIuNzEgMzkwLjc5MyAyMDU4LjUyIDExNDIuMDcgMjU1Ny45IDc4MC4wODEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjc4MTQzMyA3NjkuMzkxQzI2MC44ODEgODU5Ljc5MiA0MDcuNTkxIDc1MC4yOTkgNjEwLjcxMSA1ODguNDNDNzA3LjYxOCA1MTEuMjAyIDc3My4zIDQ1Ni45MTcgODc1Ljg1NSA0NzkuNTQxQzExMzAuMDYgNTM1LjY0IDEwNTkuMjYgOTc1LjI5OSAxNDQwLjUzIDg5NS44NzZDMTQ3Ni4xMiA4ODguNDYyIDE0OTkuMTggODY2LjM3OSAxNTIzLjYyIDgzOS44NzNDMTY1OS42NyA2OTIuNDUgMTcwNi40MiA1MDQuMjY1IDE4NjAuMyA0NzMuMTc3QzIyNTQgMzkzLjY1OCAyMDU5LjggMTE0MS44NSAyNTU3LjgzIDc5MS40NDIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjc0NjA5NCA3NTUuMTk2QzI1Ni43OTYgODQ2LjY0OCA0MDQuNTcxIDc0My42MTQgNjExLjQ1NyA1ODUuMDU0QzcwOS4xNDYgNTEwLjE4MSA3NzUuNjggNDU4LjE4NyA4NzcuNTk2IDQ4MS4zNTJDMTEyOS44MSA1MzguNjYgMTA2NS44MyA5NjkuMzc4IDE0NDUuODIgODg5LjA2NEMxNDgxLjE3IDg4MS41ODYgMTUwNC4zNiA4NTkuODIxIDE1MjkuMDIgODMzLjg1NkMxNjY4LjE2IDY4Ny4zMjQgMTcxOC43OCA1MDQuMzU4IDE4NzEgNDc0LjMyQzIyNjUuMzQgMzk2LjQ4OCAyMDYxLjA4IDExNDEuNjIgMjU1Ny44IDgwMi43NjgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjcxMDUxIDc0MC45NzRDMjUyLjcxMSA4MzMuNTA3IDQwMS41MTYgNzM2LjkwMSA2MTIuMjAzIDU4MS42NTFDNzEwLjcwOSA1MDkuMTAxIDc3OC4wNiA0NTkuNDYxIDg3OS4zMzYgNDgzLjEzNUMxMTI5LjYgNTQxLjY1MyAxMDcyLjM3IDk2My40MjkgMTQ1MS4xMSA4ODIuMjU2QzE0ODYuMTggODc0Ljc0NiAxNTA5LjUxIDg1My4yNjggMTUzNC4zOCA4MjcuODQzQzE2NzYuNjEgNjgyLjI2NiAxNzMxLjExIDUwNC40ODcgMTg4MS42NSA0NzUuNDY3QzIyNzYuNjMgMzk5LjM1MyAyMDYyLjMyIDExNDEuMzcgMjU1Ny43MyA4MTQuMDk3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC43MTA1MSA3MjYuNzhDMjQ4LjY2MSA4MjAuMzYzIDM5OC40NjEgNzMwLjE1MyA2MTMuMDIgNTc4LjMwN0M3MTIuMzA3IDUwOC4wNDggNzgwLjUxMSA0NjAuNzY0IDg4MS4xNDggNDg0Ljk3OUMxMTI5LjQ1IDU0NC43MDUgMTA3OS4wMSA5NTcuNTQgMTQ1Ni40OCA4NzUuNDc2QzE0OTEuMjYgODY3LjkwMyAxNTE0Ljc3IDg0Ni43NDIgMTUzOS44MiA4MjEuODI3QzE2ODUuMTggNjc3LjIwNCAxNzQzLjUgNTA0LjYxMiAxODkyLjM4IDQ3Ni42MUMyMjg4LjA0IDQwMi4yNDcgMjA2My42NCAxMTQxLjExIDI1NTcuNzMgODI1LjQyMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuNjc0OTI3IDcxMi41NTlDMjQ0LjU3NiA4MDcuMjI0IDM5NS4zMzUgNzIzLjM0NyA2MTMuNzY2IDU3NC45MDZDNzEzLjc5OSA1MDYuOTM4IDc4Mi44OTEgNDYyLjAzOSA4ODIuODUzIDQ4Ni43NjNDMTEyOS4yIDU0Ny42OTkgMTA4NS41MSA5NTEuNTkyIDE0NjEuNzQgODY4LjYzN0MxNDk2LjI2IDg2MS4wMzIgMTUxOS45NiA4NDAuMTkgMTU0NS4xOCA4MTUuNzg0QzE2OTMuNyA2NzIuMTQ4IDE3NTUuODMgNTA0LjcxIDE5MDMuMDQgNDc3Ljc1OEMyMjk5LjMzIDQwNS4xNzcgMjA2NC44OCAxMTQwLjg5IDI1NTcuNjIgODM2Ljc1MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuNjM5MzQzIDY5OC4zNjdDMjQwLjQ5MSA3OTQuMDgyIDM5Mi4xNzQgNzE2LjUwNCA2MTQuNTQ4IDU3MS41MzJDNzE1LjM2MiA1MDUuODIzIDc4NS4zMDcgNDYzLjMxMiA4ODQuNjI5IDQ4OC41NzdDMTEyOC45OSA1NTAuNzIyIDEwOTIuMTIgOTQ1LjY3MyAxNDY3LjA2IDg2MS44MjdDMTUwMS4zMSA4NTQuMTU4IDE1MjUuMTggODMzLjYzNCAxNTUwLjU4IDgwOS43NjlDMTcwMi4zIDY2Ny4xODMgMTc2OC4xOSA1MDQuODM3IDE5MTMuNzMgNDc4LjkwM0MyMzEwLjY2IDQwOC4xMzUgMjA2Ni4xNiAxMTQwLjY0IDI1NTcuNTggODQ4LjA4MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuNjM5MzQzIDY4NC4xNDNDMjM2LjQ0MSA3ODAuOTQgMzg5LjA0OCA3MDkuNTk5IDYxNS4zMjkgNTY4LjEyN0M3MTYuODg5IDUwNC42NDUgNzg3LjcyMiA0NjQuNTg0IDg4Ni40MDUgNDkwLjM1OEMxMTI4LjgxIDU1My43MTIgMTA5OC42OSA5MzkuNzU0IDE0NzIuMzkgODU0Ljk4NUMxNTA2LjM1IDg0Ny4yODQgMTUzMC40IDgyNy4wNzkgMTU1Ni4wMSA4MDMuNzIzQzE3MTAuOTYgNjYyLjIxOCAxNzgwLjU5IDUwNC45NjMgMTkyNC40NiA0ODAuMDE2QzIzMjIuMDcgNDExLjA2MiAyMDY3LjQ3IDExNDAuMzUgMjU1Ny41OCA4NTkuMzc2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC42MDM4ODIgNjY5Ljk1M0MyMzIuMzIgNzY3LjggMzg1Ljg1MSA3MDIuNjk1IDYxNi4wNzUgNTY0Ljc4N0M3MTguMzQ2IDUwMy41MzMgNzkwLjEwMiA0NjUuODg5IDg4OC4xNDYgNDkyLjIwNUMxMTI4LjYgNTU2Ljc2OCAxMTA1LjI2IDkzMy45MDEgMTQ3Ny42OSA4NDguMjQxQzE1MTEuNCA4NDAuNDc3IDE1MzUuNTkgODIwLjYyMSAxNTYxLjM4IDc5Ny43NDJDMTcxOS42IDY1Ny4zMiAxNzkyLjkyIDUwNS4xNTYgMTkzNS4wOCA0ODEuMjI3QzIzMzMuMzYgNDE0LjExOCAyMDY4LjY4IDExNDAuMTkgMjU1Ny40OCA4NzAuNzM4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC41NjgzNTkgNjU1LjcyOEMyMjguMjM1IDc1NC42NTYgMzgyLjYxOCA2OTUuNjYyIDYxNi44NTcgNTYxLjM4MUM3MTkuODczIDUwMi4zMjMgNzkyLjUxOCA0NjcuMTMgODg5LjkyMiA0OTMuOTg2QzExMjguNDIgNTU5LjcyNiAxMTExLjg3IDkyNy45NDkgMTQ4My4wMSA4NDEuMzk5QzE1MTYuNDQgODMzLjYwMyAxNTQwLjg1IDgxNC4wNjUgMTU2Ni43OCA3OTEuNjk1QzE3MjguMjYgNjUyLjQxOCAxODA1LjMxIDUwNS4zMTQgMTk0NS43NyA0ODIuMzRDMjM0NC43MyA0MTcuMTA4IDIwNzAgMTEzOS45IDI1NTcuNDEgODgyLjAzMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuNTMzMDIgNjQxLjUzNkMyMjQuMTUgNzQxLjUxNSAzNzkuMzg2IDY4OC42MyA2MTcuNjAzIDU1OC4wMDhDNzIxLjMzIDUwMS4xMTQgNzk0Ljg5OCA0NjguNDM0IDg5MS42MjcgNDk1Ljc5OUMxMTI4LjE3IDU2Mi43NDkgMTExOC4zNyA5MjIuMDYzIDE0ODguMjcgODM0LjU4OUMxNTIxLjQxIDgyNi43NjEgMTU0NiA4MDcuNTQyIDE1NzIuMTQgNzg1LjY4MUMxNzM2LjkzIDY0Ny42MTQgMTgxNy42NCA1MDUuNDczIDE5NTYuNDMgNDgzLjQ4NUMyMzU2LjA2IDQyMC4xNjMgMjA3MS4yNCAxMTM5LjY1IDI1NTcuMzQgODkzLjM2MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuNTMzMDIgNjI3LjM0M0MyMjAuMTAxIDcyOC40MDQgMzc2LjE1MyA2ODEuNTY0IDYxOC40MiA1NTQuNjM0QzcyMi44OTMgNDk5LjkwMyA3OTcuMzQ5IDQ2OS43MDYgODkzLjQzOSA0OTcuNjEyQzExMjguMDMgNTY1Ljc3MSAxMTI1LjAxIDkxNi4yMDYgMTQ5My42NCA4MjcuNzc4QzE1MjYuNTMgODE5Ljg4NyAxNTUxLjI5IDgwMS4wNDkgMTU3Ny41OCA3NzkuNjM0QzE3NDUuNzEgNjQyLjc3NiAxODMwLjA0IDUwNS42MzEgMTk2Ny4xNiA0ODQuNTk4QzIzNjcuNDcgNDIzLjIxNyAyMDcyLjU1IDExMzkuMzkgMjU1Ny4zNCA5MDQuNjU1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC40OTc0MzcgNjEzLjExOUMyMTYuMDE1IDcxNS4yMjkgMzcyLjg4NSA2NzQuMzczIDYxOS4xNjYgNTUxLjI2QzcyNC4zNDkgNDk4LjY2MiA3OTkuNzI5IDQ3MC45NzggODk1LjE3OSA0OTkuNDI1QzExMjcuODIgNTY4Ljc2MSAxMTMxLjU4IDkxMC4zMTkgMTQ5OC45MyA4MjAuOTY4QzE1MzEuNTQgODEzLjA0NSAxNTU2LjUxIDc5NC41MjUgMTU4Mi45NCA3NzMuNjJDMTc1NC40NCA2MzguMDM0IDE4NDIuNCA1MDUuODIxIDE5NzcuODEgNDg1Ljc3NUMyMzc4LjggNDI2LjMzNSAyMDczLjggMTEzOS4xNyAyNTU3LjI2IDkxNi4wMTUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjQ2MTg1MyA1OTguOTI3QzIxMS45MyA3MDIuMTIgMzY5LjYxNyA2NjcuMTgxIDYxOS45NDcgNTQ3Ljg4N0M3MjUuODQxIDQ5Ny40MjEgODAyLjE0NSA0NzIuMjUxIDg5Ni45NTUgNTAxLjIzOUMxMTI3LjYxIDU3MS43NTMgMTEzOC4xOSA5MDQuNDMzIDE1MDQuMjYgODE0LjE5MUMxNTM2LjYyIDgwNi4yMDQgMTU2MS43NyA3ODguMDY2IDE1ODguMzcgNzY3LjYzOEMxNzYzLjI1IDYzMy4zNTcgMTg1NC44IDUwNi4wNzYgMTk4OC41NCA0ODYuOTUyQzIzOTAuMjQgNDI5LjUxNyAyMDc1LjExIDExMzguOTggMjU1Ny4yMyA5MjcuMzc1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC40NjE4NTMgNTg0LjcwNUMyMDcuODgxIDY4OC45OCAzNjYuMzg0IDY1OS44OTYgNjIwLjcyOSA1NDQuNDg1QzcyNy4zMzMgNDk2LjExOCA4MDQuNTYgNDczLjUyNiA4OTguNzMyIDUwMy4wMjNDMTEyNy40NiA1NzQuNzQ1IDExNDQuOCA4OTguNTQ3IDE1MDkuNTkgODA3LjM1MUMxNTQxLjY2IDc5OS4zMzIgMTU2Ni45OSA3ODEuNTQ1IDE1OTMuNzcgNzYxLjU5M0MxNzcyLjA2IDYyOC42ODEgMTg2Ny4yIDUwNi4yMzcgMTk5OS4yMyA0ODguMDY4QzI0MDEuNiA0MzIuNjY5IDIwNzYuMzkgMTEzOC42OSAyNTU3LjE5IDkzOC42NzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjQyNjI3IDU3MC41MTFDMjAzLjc5NSA2NzUuODM2IDM2My4xMTYgNjUyLjU3NSA2MjEuNDc1IDU0MS4xMDlDNzI4LjgyNSA0OTQuODEgODA2Ljk0IDQ3NC43OTYgOTAwLjQzNyA1MDQuODM0QzExMjcuMjIgNTc3LjczNCAxMTUxLjM0IDg5Mi42OSAxNTE0Ljg0IDgwMC41MzlDMTU0Ni42NCA3OTIuNDg4IDE1NzIuMTggNzc1LjA1MSAxNTk5LjE0IDc1NS41NDVDMTc4MC44NCA2MjQuMDMyIDE4NzkuNTIgNTA2LjQyNSAyMDA5Ljg2IDQ4OS4xNzhDMjQxMi45MyA0MzUuODQ4IDIwNzcuNiAxMTM4LjQxIDI1NTcuMDkgOTQ5Ljk2NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuMzkwNjg2IDU1Ni4yOTFDMTk5LjcxIDY2Mi42OTggMzU5LjgxMiA2NDUuMTY1IDYyMi4yNTYgNTM3Ljc0QzczMC4zMTcgNDkzLjUxIDgwOS4zNTYgNDc2LjA3MyA5MDIuMjEzIDUwNi42NTJDMTEyNy4wNCA1ODAuNzI5IDExNTcuOTQgODg2LjgzOSAxNTIwLjE3IDc5My43MzNDMTU1MS43MiA3ODUuNjE5IDE1NzcuNDMgNzY4LjU5NSAxNjA0LjU0IDc0OS41MzVDMTc4OS42OCA2MTkuNDg2IDE4OTEuOTIgNTA2LjY4NCAyMDIwLjU1IDQ5MC4zNkMyNDI0LjMgNDM5LjEzIDIwNzguODggMTEzOC4yMiAyNTU3LjA1IDk2MS4zMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuMzkwNjg2IDU0Mi4wOThDMTk1LjY2MSA2NDkuNTU1IDM1Ni41OCA2MzcuNzE4IDYyMy4wMzggNTM0LjM2NkM3MzEuODQ1IDQ5Mi4xNzIgODExLjgwNyA0NzcuMzQ0IDkwMy45ODkgNTA4LjQ2NEMxMTI2Ljg2IDU4My43MTkgMTE2NC41NSA4ODAuOTgzIDE1MjUuNSA3ODYuOTIyQzE1NTYuNzYgNzc4Ljc3NiAxNTgyLjY5IDc2Mi4xMDMgMTYwOS45NCA3NDMuNTJDMTc5OC41MyA2MTQuOTY3IDE5MDQuMjggNTA2LjkwNSAyMDMxLjI0IDQ5MS41MDRDMjQzNS43MSA0NDIuNDA2IDIwODAuMTYgMTEzNy45NiAyNTU2Ljk4IDk3Mi42NTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjM1NTE2NCA1MjcuODczQzE5MS41NCA2MzYuNDEyIDM1My4zMTIgNjMwLjIwNyA2MjMuODE5IDUzMC45NkM3MzMuMzcyIDQ5MC43NzEgODE0LjIyMiA0NzguNTg0IDkwNS43NjUgNTEwLjI0NUMxMTI2LjY4IDU4Ni42NzcgMTE3MS4xOSA4NzUuMTI3IDE1MzAuODMgNzgwLjExMkMxNTYxLjg0IDc3MS45MzQgMTU4Ny45MSA3NTUuNjQyIDE2MTUuMzcgNzM3LjUwNEMxODA3LjQ1IDYxMC41MSAxOTE2LjY4IDUwNy4xNTggMjA0MS45NyA0OTIuNjQ4QzI0NDcuMTEgNDQ1Ljc0NSAyMDgxLjQ3IDExMzcuNzEgMjU1Ni45OCA5ODMuOTgzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC4zMTk4MjQgNTEzLjY4M0MxODcuNDU1IDYyMy4yNzEgMzUwLjA3OSA2MjIuNjY3IDYyNC41NjUgNTI3LjU4OEM3MzQuODY0IDQ4OS40MDQgODE2LjYwMyA0NzkuODU4IDkwNy40NyA1MTIuMDZDMTEyNi40MyA1ODkuNjcgMTE3Ny43MyA4NjkuMjczIDE1MzYuMDkgNzczLjMwNEMxNTY2LjgxIDc2NS4wNjIgMTU5My4xIDc0OS4xODQgMTYyMC43IDczMS40NkMxODE2LjI2IDYwNi4wODkgMTkyOS4wMSA1MDcuMzgyIDIwNTIuNTkgNDkzLjc5NUMyNDU4LjQ0IDQ0OS4xMiAyMDgyLjY4IDExMzcuNDkgMjU1Ni44NyA5OTUuMzEzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC4zMTk4MjQgNDk5LjQ1OEMxODMuNDA1IDYxMC4xMjkgMzQ2Ljg0NyA2MTUuMDI5IDYyNS4zODIgNTI0LjIxNUM3MzYuNDI3IDQ4OC4wMDMgODE5LjA1NCA0ODEuMTMgOTA5LjI4MiA1MTMuOTA1QzExMjYuMzMgNTkyLjY5MiAxMTg0LjM3IDg2My40ODEgMTU0MS40NSA3NjYuNTI1QzE1NzEuODkgNzU4LjI1MiAxNTk4LjM5IDc0Mi43MjQgMTYyNi4xNyA3MjUuNDc3QzE4MjUuMjEgNjAxLjc2IDE5NDEuNDQgNTA3LjcgMjA2My4zNSA0OTQuOTcyQzI0NjkuODggNDUyLjU1NSAyMDg0LjAzIDExMzcuMjYgMjU1Ni45MSAxMDA2LjY3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC4yODQyNDEgNDg1LjI2OEMxNzkuMzIgNTk2Ljk4OCAzNDMuNjUgNjA3LjM2MiA2MjYuMTI4IDUyMC44NDNDNzM3Ljk1NSA0ODYuNTcyIDgyMS40MzQgNDgyLjQwNCA5MTEuMDIzIDUxNS43MkMxMTI2LjExIDU5NS42ODQgMTE5MC45OCA4NTcuNjU5IDE1NDYuNzQgNzU5LjcxN0MxNTc2Ljk0IDc1MS40MTIgMTYwMy42MSA3MzYuMjk3IDE2MzEuNTQgNzE5LjQ2NEMxODM0LjA5IDU5Ny40MzQgMTk1My43NiA1MDcuOTU2IDIwNzQuMDEgNDk2LjExOUMyNDgxLjI1IDQ1Ni4wMjUgMjA4NS4yNyAxMTM3LjAxIDI1NTYuOCAxMDE4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC4yNDg2NTcgNDcxLjA3NkMxNzUuMjM1IDU4My44NzkgMzQwLjQ1MiA1OTkuNjYxIDYyNi44NzQgNTE3LjQ3QzczOS40ODIgNDg1LjE3MiA4MjMuODQ5IDQ4My42NzcgOTEyLjc2MyA1MTcuNTM0QzExMjUuOSA1OTguNjc1IDExOTcuNTkgODUxLjg2OCAxNTUyLjAzIDc1Mi45MDdDMTU4MS45NSA3NDQuNTcgMTYwOC44IDcyOS44MzcgMTYzNi45IDcxMy40MThDMTg0Mi45NyA1OTMuMTM4IDE5NjYuMTMgNTA4LjIxIDIwODQuNjcgNDk3LjIzMkMyNDkyLjYxIDQ1OS40OTQgMjA4Ni41MSAxMTM2Ljc1IDI1NTYuNzMgMTAyOS4zIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC4yMTMwNzQgNDU2Ljg1MUMxNzEuMTUgNTcwLjcwMyAzMzcuMjU1IDU5MS44NjQgNjI3LjY1NiA1MTQuMDYzQzc0MS4wODEgNDgzLjY3NSA4MjYuMjY1IDQ4NC45MTYgOTE0LjUzOSA1MTkuMzE0QzExMjUuNzYgNjAxLjYwMSAxMjA0LjE5IDg0Ni4wMTEgMTU1Ny4zNiA3NDYuMDk2QzE1ODcuMDMgNzM3LjY5NiAxNjE0LjA2IDcyMy4zNzYgMTY0Mi4zMyA3MDcuNDAzQzE4NTEuOTIgNTg4LjkzNiAxOTc4LjUyIDUwOC40OTUgMjA5NS4zNiA0OTguNDA4QzI1MDMuOTggNDYzLjA4OCAyMDg3LjgzIDExMzYuNTMgMjU1Ni43IDEwNDAuNjYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjIxMzA3NCA0NDIuNjZDMTY3LjEgNTU3LjU5NSAzMzQuMTI5IDU4NC4wNjkgNjI4LjQzNyA1MTAuNzI0Qzc0Mi42NzkgNDgyLjI0NSA4MjguNjggNDg2LjIyMiA5MTYuMjggNTIxLjE2MUMxMTI1LjU1IDYwNC42MjUgMTIxMC44IDg0MC4yNTMgMTU2Mi42NiA3MzkuMzE5QzE1OTIuMDMgNzMwLjg4NyAxNjE5LjI0IDcxNi45ODIgMTY0Ny43IDcwMS40MjJDMTg2MC44IDU4NC44MzIgMTk5MC44NSA1MDguODQ2IDIxMDYuMDIgNDk5LjU4N0MyNTE1LjMxIDQ2Ni43MTYgMjA4OS4wNyAxMTM2LjMxIDI1NTYuNTkgMTA1Mi4wMiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuMTc3NDkgNDI4LjQzN0MxNjMuMDE1IDU0NC40MjIgMzMxLjAwMyA1NzYuMTc4IDYyOS4yMTkgNTA3LjMxOUM3NDQuMjc4IDQ4MC43NDkgODMxLjEzMSA0ODcuNDYzIDkxOC4wNTYgNTIyLjk0M0MxMTI1LjQgNjA3LjU1MyAxMjE3LjQ0IDgzNC40MyAxNTY3Ljk4IDczMi40NzlDMTU5Ny4xMSA3MjQuMDE0IDE2MjQuNSA3MTAuNTIzIDE2NTMuMSA2OTUuMzc3QzE4NjkuNzIgNTgwLjY5NyAyMDAzLjIxIDUwOS4xMDEgMjExNi43MSA1MDAuNzAxQzI1MjYuNzEgNDcwLjM0NCAyMDkwLjM1IDExMzYuMDUgMjU1Ni41NSAxMDYzLjMxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC4xNDIwOSA0MTQuMjQ1QzE1OC45MyA1MzEuMzExIDMyNy45MTMgNTY4LjI1NSA2MjkuOTY1IDUwMy45NDZDNzQ1Ljg3NiA0NzkuMjU0IDgzMy41MTEgNDg4LjcwNCA5MTkuNzk3IDUyNC43NTdDMTEyNS4yMyA2MTAuNTQ0IDEyMjQuMDUgODI4LjYzOSAxNTczLjI4IDcyNS42NjlDMTYwMi4xMiA3MTcuMTczIDE2MjkuNjkgNzA0LjA5NSAxNjU4LjUgNjg5LjMzQzE4NzguNjcgNTc2LjU5MiAyMDE1LjU3IDUwOS4zODcgMjEyNy40IDUwMS44MTRDMjUzOC4wOCA0NzQuMDM1IDIwOTEuNjMgMTEzNS43NyAyNTU2LjUyIDEwNzQuNjEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjE0MjA5IDQwMC4wMkMxNTQuODggNTE4LjEzNyAzMjQuODkzIDU2MC4yOTggNjMwLjc4MiA1MDAuNTRDNzQ3LjU4MSA0NzcuNzI1IDgzNi4wNjkgNDg5Ljc4NSA5MjEuNjA4IDUyNi41MzdDMTEyNS4zIDYxMy4xMiAxMjMwLjczIDgyMi44MTUgMTU3OC42NCA3MTguODI3QzE2MDcuMiA3MTAuMjk5IDE2MzQuOTUgNjk3LjYzNCAxNjYzLjkzIDY4My4yODNDMTg4Ny42MiA1NzIuNTgxIDIwMjcuOTcgNTA5LjcwNCAyMTM4LjEzIDUwMi45NThDMjU0OS40OSA0NzcuNzg5IDIwOTIuOTQgMTEzNS41NCAyNTU2LjUyIDEwODUuOTQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjEwNjc1IDM4NS44MjlDMTUwLjc2IDUwNS4wMjcgMzIxLjg3NCA1NTIuMzEyIDYzMS41MjggNDk3LjE5OUM3NDkuMjE2IDQ3Ni4yNjEgODM4LjQ0OSA0OTEuMTIxIDkyMy4zNDkgNTI4LjM4M0MxMTI1LjA4IDYxNi4xNzQgMTIzNy4zNyA4MTcuMDg3IDE1ODMuOSA3MTIuMDgxQzE2MTIuMjEgNzAzLjQ4OSAxNjQwLjEzIDY5MS4yNyAxNjY5LjMgNjc3LjMzM0MxODk2LjUgNTY4LjY2NyAyMDQwLjI2IDUxMC4wODYgMjE0OC43OSA1MDQuMTY4QzI1NjAuNzggNDgxLjcwMyAyMDk0LjE5IDExMzUuMzUgMjU1Ni40MSAxMDk3LjMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjA3MTE2NyAzNzEuNjA0QzE0Ni42NzUgNDkxLjg1MyAzMTguODU0IDU0NC4yNiA2MzIuMjc0IDQ5My43OTNDNzUwLjg1IDQ3NC43MDEgODQwLjgyOSA0OTIuMzkzIDkyNS4wNTQgNTMwLjE2NEMxMTI0Ljg0IDYxOS4xOTcgMTI0NC4xNiA4MTEuODY4IDE1ODkuMTYgNzA1LjIzOEMxNjE3LjIyIDY5Ni42NzkgMTY0NS4yOCA2ODQuODQyIDE2NzQuNjMgNjcxLjI4NkMxOTA1LjM1IDU2NC43NTIgMjA1Mi41NSA1MTAuNDA0IDIxNTkuNDEgNTA1LjI4MUMyNTcyLjA4IDQ4NS41NTIgMjA5NS4zOSAxMTM1LjA3IDI1NTYuMzEgMTEwOC41OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuMDcxMTY3IDM1Ny40MTFDMTQyLjYyNSA0NzguNzQyIDMxNS45NDIgNTM2LjIwOSA2MzMuMDkxIDQ5MC40MkM3NTIuNTkgNDczLjE3MyA4NDMuMjggNDkzLjY2NSA5MjYuODY2IDUzMS45NzdDMTEyNC42OSA2MjIuMjE5IDEyNTAuOCA4MDUuOTE3IDE1OTQuNTIgNjk4LjQyOEMxNjIyLjMgNjg5LjgwNSAxNjUwLjU0IDY3OC40MTMgMTY4MC4wNiA2NjUuMjRDMTkxNC4yNiA1NjAuODY5IDIwNjQuOTIgNTEwLjcyMSAyMTcwLjE0IDUwNi40MjVDMjU4My40NSA0ODkuNTI5IDIwOTYuNzEgMTEzNC44NCAyNTU2LjMxIDExMTkuOTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjAzNTU4MzUgMzQzLjE5MkMxMzguNTQgNDY1LjU3MiAzMTMuMDI5IDUyOC4wOTkgNjMzLjgzNyA0ODcuMDE5Qzc1NC4yNiA0NzEuNTg2IDg0NS42NjEgNDk0Ljk0MyA5MjguNjA3IDUzMy43NjNDMTEyNC40OCA2MjUuMjQ2IDEyNTcuMzQgNzk5Ljk3IDE1OTkuODEgNjkxLjU5MUMxNjI3LjM0IDY4Mi45MDQgMTY1NS42OSA2NzEuOTkgMTY4NS40NiA2NTkuMTk4QzE5MjMuMTggNTU3LjAyNCAyMDc3LjI4IDUxMS4wNDQgMjE4MC43OSA1MDcuNTQzQzI1OTQuNzQgNDkzLjUxMSAyMDk3Ljk1IDExMzQuNTYgMjU1Ni4yMyAxMTMxLjIyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMCAzMjlDMTM0LjQ1NSA0NTIuNDYyIDMxMC4xNTEgNTE5Ljk4NSA2MzQuNjE4IDQ4My42NDZDMTA2NC44NyA0MzUuNDcgMTEyNi43MiA4ODYuOTAzIDE2OTAuODYgNjUzLjE4NEMyOTEzLjM4IDE0Ni43MDMgMTk4Ni45NCAxMTMyLjMgMjU1Ni4yIDExNDIuNTUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjwvZz4KPGcgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm92ZXJsYXkiPgo8cGF0aCBkPSJNMjg3MC45NCAxNTEzLjQ4QzE1NjAuMDMgMTYxMS42NCAxOTc0LjczIDMxNi4yOTkgMTMxOS4zMSAzMjMuOTg4QzY3Ni44NTEgMzMxLjU1NCAxMzM1LjkxIDEzNTcuNTkgNTAzLjM0NCAxMjk2Ljg5Qzg4LjU3MTEgMTI2Ni42NyA2NDQuNDEzIDQ3OS43OTMgMTA3Ljg0MiAzNDkuNjk4Qy02MTQuMDMzIDE3NC42OTIgLTEwMDQuMDUgMTI3NS41OCAtMjA2OCAyMzUuOTU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MC45NCAxNDk1LjMzQzIwNjMuNjEgMTU1Ny43MyAxOTExLjQzIDEwODguMTIgMTc1My40MiA3MjQuMTU2QzE2NTcuNDggNTAzLjI2MyAxNTYyLjQzIDMyMi43MjQgMTMxNS44MSAzMjYuMzA0QzY3Ny4xMjYgMzM1LjQxNyAxMzIzLjA4IDEzNTAuMDIgNDkyLjk4OCAxMjg4LjE5QzQwMy42MjggMTI4MS41NiAzNTkuNjY4IDEyMzkuODYgMzM4Ljk1NyAxMTc3LjM3QzI2My42NTYgOTUwLjA1MyA1MDQuMzA0IDQ1MS42ODEgODcuMTMwOSAzNTEuMTZDLTYzNS44NDEgMTc4LjQzMiAtMTAwNi41OSAxMjc1LjI1IC0yMDY4IDI1MC40MzYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxIDE0NzcuMTVDMjA3MS41IDE1NDAuODkgMTkxNS4xMyAxMDc5LjUgMTc1MS45OCA3MTkuODA1QzE2NTMuMTYgNTAxLjk2MyAxNTU3LjgzIDMyNC4zNTMgMTMxMi41MiAzMjguNTg0QzY3Ny42MDYgMzM5LjI0MiAxMzEwLjUzIDEzNDIuMzcgNDgyLjkwNyAxMjc5LjQ0QzM5NC4wOTUgMTI3Mi43NyAzNTAuMzQxIDEyMzEuNCAzMjguNjcgMTE2OS42NUMyNDkuMzkxIDk0My41NDYgNDgxLjEyNCA0NTEuMDMyIDY2LjYyNTQgMzUyLjU4NkMtNjU2LjYyMSAxODAuODc1IC0xMDA4LjkyIDEyNzQuOTMgLTIwNjcuNzMgMjY0Ljg3OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzEuMDcgMTQ1OS4wMUMyMDc5LjM4IDE1MjQuMTQgMTkxOC44NCAxMDcwLjk2IDE3NTAuNDcgNzE1LjUzNkMxNjQ4Ljc3IDUwMC43ODYgMTU1My4xNyAzMjYuMDY0IDEzMDkuMDkgMzMwLjk0NkM2NzcuOTQ5IDM0My4xOSAxMjk3Ljc4IDEzMzQuODUgNDcyLjYyIDEyNzAuODJDMzg0LjM1NyAxMjY0LjA3IDM0MC44NzggMTIyMy4wNiAzMTguMjQ2IDExNjJDMjM0Ljk5IDkzNy4wOCA0NTcuNjAxIDQ1MC43OSA0NS45ODMyIDM1NC4xMzRDLTY3OC4wMTcgMTg0LjA1IC0xMDExLjM4IDEyNzQuNjggLTIwNjcuNjYgMjc5LjQ0NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzEuMDcgMTQ0MC44MkMyMDg3LjIgMTUwNy4zMyAxOTIyLjQ3IDEwNjIuMzcgMTc0OC45NiA3MTEuMTgyQzE2NDQuMzggNDk5LjQ4MyAxNTQ4LjUgMzI3LjY0OSAxMzA1LjY2IDMzMy4yMjNDNjc4LjI5MSAzNDcuMDEzIDEyODUuMDIgMTMyNy4yIDQ2Mi4zMzIgMTI2Mi4wN0MzNzQuNTUgMTI1NS4yOCAzMzEuMzQ0IDEyMTQuNiAzMDcuODIxIDExNTQuMjdDMjIwLjUxOSA5MzAuNTI5IDQzNC4wMDkgNDUwLjUwNCAyNS4zMzk3IDM1NS41NTZDLTY5OS4zNDYgMTg3LjE0IC0xMDEzLjg1IDEyNzQuMzIgLTIwNjcuNTkgMjkzLjg4NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzEuMTQgMTQyMi42OEMyMDk1LjA5IDE0OTAuNTMgMTkyNi4yNCAxMDUzLjg3IDE3NDcuNDYgNzA2Ljg3QzE2MzkuOTkgNDk4LjI2MiAxNTQzLjg0IDMyOS4zMTcgMTMwMi4yMyAzMzUuNTQyQzY3OC42MzQgMzUwLjkxOSAxMjcyLjMzIDEzMTkuNjQgNDUyLjA0NSAxMjUzLjM3QzM2NC44MTEgMTI0Ni40OSAzMjEuODEyIDEyMDYuMTggMjk3LjMyOSAxMTQ2LjU4QzIwNS45MTEgOTIzLjk4IDQxMC4zNDkgNDUwLjMgNC42Mjg2MiAzNTcuMDIxQy03MjAuODEyIDE5MC4yNzMgLTEwMTYuMzkgMTI3NC4wMyAtMjA2Ny41MiAzMDguMzY3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS4yMSAxNDA0LjVDMjEwMi45NyAxNDczLjczIDE5MzAuMDIgMTA0NS4zMyAxNzQ2LjAxIDcwMi41MkMxNjM1Ljc0IDQ5Ny4wMDQgMTUzOS4yNSAzMzAuOTA2IDEyOTguODcgMzM3LjgyMkM2NzkuMDQ2IDM1NC43NDUgMTI1OS42NCAxMzEyLjAzIDQ0MS44MjcgMTI0NC42MkMzNTUuMTQyIDEyMzcuNjcgMzEyLjM0OCAxMTk3LjY4IDI4Ni45NzMgMTEzOC44MUMxOTEuNDQxIDkxNy4zNTIgMzg2LjgyNiA0NDkuOTc3IC0xNS45NDU0IDM1OC40MDZDLTc0Mi4xNCAxOTMuMzI2IC0xMDE4Ljc5IDEyNzMuNjMgLTIwNjcuMzggMzIyLjczIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS4yMSAxMzg2LjM1QzIxMTAuODYgMTQ1Ni45MyAxOTMzLjcyIDEwMzYuODIgMTc0NC40NCA2OTguMjQ0QzE2MzEuMjggNDk1Ljg2IDE1MzQuNTEgMzMyLjYxIDEyOTUuNDQgMzQwLjE3N0M2NzkuMzg4IDM1OC42NDYgMTI0Ny4xNiAxMzAzLjM2IDQzMS41NCAxMjM1Ljk1QzM0NS40MDMgMTIyOC44NCAzMDIuODE1IDExODkuMjkgMjc2LjU0OSAxMTMxLjE2QzE3Ni45MDIgOTEwLjc5OCAzNjMuMjM0IDQ0OS44MSAtMzYuNTg4MSAzNTkuOTQ4Qy03NjMuNTM3IDE5Ni41MzUgLTEwMjEuMjYgMTI3My4zOCAtMjA2Ny4zMSAzMzcuMjg5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS4yOCAxMzY4LjE2QzIxMTguNzUgMTQ0MC4xMyAxOTM3LjU2IDEwMjguMzYgMTc0MyA2OTMuODkxQzE2MjcuMSA0OTQuNTk5IDE1MjkuOTIgMzM0LjIzOCAxMjkyLjA4IDM0Mi40NTVDNjc5LjggMzYyLjUxIDEyMzQuNTQgMTI5NS41OSA0MjEuMzIyIDEyMjcuMjVDMzM1LjY2NSAxMjIwLjA1IDI5My4yODMgMTE4MC44MyAyNjYuMTI1IDExMjMuNDdDMTYyLjI5NSA5MDQuMTY3IDMzOS42NDMgNDQ5LjYwNyAtNTcuMTYxOSAzNjEuNDEyQy03ODQuODY2IDE5OS43MDkgLTEwMjMuNzMgMTI3My4wOSAtMjA2Ny4xOCAzNTEuNzcxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS4zNSAxMzUwLjAyQzIxMjYuNjMgMTQyMy4zMyAxOTQxLjQgMTAxOS45IDE3NDEuNTYgNjg5LjU3OUMxNjIyLjg1IDQ5My40MTkgMTUyNS4zMiAzMzUuODY1IDEyODguNzIgMzQ0LjgxNEM2ODAuMjExIDM2Ni40MTUgMTIyMS45MyAxMjg3Ljk0IDQxMS4xMDMgMTIxOC41OEMzMjUuOTk1IDEyMTEuMyAyODMuODE4IDExNzIuNDUgMjU1Ljc2OSAxMTE1LjgzQzE0Ny43NTUgODk3LjU3NiAzMTYuMTIgNDQ5LjQ0NCAtNzcuNzM2MSAzNjIuOTE3Qy04MDYuMjYzIDIwMi44ODEgLTEwMjYuMTMgMTI3Mi44MSAtMjA2Ni45NyAzNjYuMjkzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS40MiAxMzMxLjg4QzIxMzQuNTIgMTQwNi41NyAxOTQ1LjMxIDEwMTEuNTIgMTc0MC4wNSA2ODUuMjY2QzE2MTguNTkgNDkyLjIzOSAxNTIwLjY2IDMzNy44MTcgMTI4NS4yOSAzNDcuMTMzQzY4MC42OTIgMzcxLjAxMiAxMjA5LjI0IDEyODAuMjEgNDAwLjgxNiAxMjA5Ljg4QzMxNi4yNTcgMTIwMi41MSAyNzQuMjE3IDExNjMuOTkgMjQ1LjI3NiAxMTA4LjFDMTMzLjAxMSA4OTAuOTA0IDI5Mi4zOTEgNDQ5LjE5OSAtOTguNDQ3MiAzNjQuMzQxQy04MjcuNzk3IDIwNi4wMTMgLTEwMjguNjcgMTI3Mi40NCAtMjA2Ni45NyAzODAuNzM1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS40MiAxMzEzLjdDMjE0Mi4zNCAxMzg5LjczIDE5NDkuMjIgMTAwMy4wNiAxNzM4LjU0IDY4MC45NThDMTYxNC4zNCA0OTEuMDYzIDE1MTYgMzM5LjQ4OSAxMjgxLjg3IDM0OS40NTVDNjgxLjAzNSAzNzQuOTYyIDExOTYuNTUgMTI3Mi40OSAzOTAuNTI5IDEyMDEuMThDMzA2LjUxOSAxMTkzLjczIDI2NC42MTYgMTE1NS41NyAyMzQuODUzIDExMDAuNDFDMTE4LjMzNSA4ODQuMjM3IDI2OC43MzEgNDQ5LjA0MSAtMTE5LjA4OSAzNjUuODVDLTg0OS4yNjIgMjA5LjIzMSAtMTAzMS4xNCAxMjcyLjIgLTIwNjYuOSAzOTUuMjYxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS40OCAxMjk1LjU1QzIxNTAuMjMgMTM3Mi45NyAxOTUzLjEzIDk5NC43MjUgMTczNy4wMyA2NzYuNjQ2QzE2MTAuMTYgNDg5Ljg4NCAxNTExLjMzIDM0MS4xNTcgMTI3OC41IDM1MS43NzRDNjgxLjQ0NiAzNzguOTA4IDExODMuOTMgMTI2NC43NiAzODAuMzExIDExOTIuNDdDMjk2Ljc4IDExODQuOTQgMjU1LjAxNSAxMTQ3LjExIDIyNC40OTcgMTA5Mi43MkMxMDMuNjU5IDg3Ny41NjUgMjQ1LjIwOCA0NDguODc4IC0xMzkuNjY0IDM2Ny4zMTRDLTg3MC42NTkgMjEyLjQwNCAtMTAzMy41NCAxMjcxLjg4IC0yMDY2Ljc2IDQwOS43NDMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjU1IDEyNzcuMzdDMjE1OC4xMSAxMzU2LjEzIDE5NTcuMTcgOTg2LjMwMyAxNzM1LjU5IDY3Mi4yOTNDMTYwNi4wNCA0ODguNzAzIDE1MDYuNzQgMzQyLjc4NCAxMjc1LjE0IDM1NC4wNTJDNjgxLjkyNiAzODIuODEzIDExNzEuMzEgMTI1Ny4wMyAzNzAuMDkyIDExODMuNzZDMjg3LjExIDExNzYuMTYgMjQ1LjQ4MiAxMTM4LjY5IDIxNC4wNzIgMTA4NS4wM0M4OC44NDQ4IDg3MC44NTMgMjIxLjU0NyA0NDguNzE1IC0xNjAuMzA3IDM2OC43NzhDLTg5Mi4xMjUgMjE1LjU3NyAtMTAzNi4wMSAxMjcxLjU5IC0yMDY2LjYzIDQyNC4yMjYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjU1IDEyNTkuMjJDMjE2NS45MyAxMzM5LjM2IDE5NjEuMTUgOTc4LjAwMiAxNzM0LjAxIDY2Ny45NzhDMTYwMS43OSA0ODcuNTIxIDE1MDIuMDEgMzQ0LjQ4OSAxMjcxLjY1IDM1Ni4zNjhDNjgyLjIgMzg2Ljc1NiAxMTU4LjU2IDEyNDkuMyAzNTkuNzM2IDExNzUuMDZDMjc3LjMwMyAxMTY3LjQxIDIzNS43NDMgMTEzMC4yMyAyMDMuNTc5IDEwNzcuM0M3My45NjMgODY0LjA5NyAxOTcuODE5IDQ0OC41MDggLTE4MS4wMTggMzcwLjI0Qy05MTMuNzI4IDIxOC43ODcgLTEwMzguNTQgMTI3MS4yNyAtMjA2Ni42MyA0MzguNzA1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS42MiAxMjQxLjA0QzIxNzMuODIgMTMyMi41MiAxOTY1LjI3IDk2OS42MiAxNzMyLjU3IDY2My42NjVDMTU5Ny43NCA0ODYuMzggMTQ5Ny40MSAzNDYuMTU2IDEyNjguMjkgMzU4LjY4NkM2ODIuNjEyIDM5MC43MDEgMTE0NS44NyAxMjQxLjYxIDM0OS41MTggMTE2Ni4zNUMyNjcuNTY1IDExNTguNjIgMjI2LjE0MiAxMTIxLjc2IDE5My4xNTUgMTA2OS42MUM1OS4xNDk3IDg1Ny4zODQgMTc0LjA5IDQ0OC4zODUgLTIwMS42NjEgMzcxLjcwM0MtOTM1LjI2MiAyMjIgLTEwNDEuMDEgMTI3MC45NCAtMjA2Ni41NiA0NTMuMTg1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS42OSAxMjIyLjlDMjE4MS43IDEzMDUuNzYgMTk2OS4zOCA5NjEuMzIzIDE3MzEuMTMgNjU5LjM1NEMxNTkzLjc3IDQ4NS4yNDMgMTQ5Mi44MiAzNDcuODI1IDEyNjQuOTkgMzYxLjAwNUM2ODMuMDkyIDM5NC42NDggMTEzMy4zMiAxMjMzLjkyIDMzOS4zNjggMTE1Ny42NUMyNTcuOTY0IDExNDkuODMgMjE2LjU0MSAxMTEzLjMgMTgyLjg2OCAxMDYxLjkyQzQ0LjMzNjQgODUwLjYzMiAxNTAuNTY3IDQ0OC4yNjQgLTIyMi4wOTcgMzczLjE2OUMtOTU2LjU5IDIyNS4yMTUgLTEwNDMuMjggMTI3MC42NSAtMjA2Ni4yOSA0NjcuNjY5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS42OSAxMjA0LjcxQzIxODkuNTkgMTI4OC45MiAxOTczLjUgOTUzLjAyNSAxNzI5LjU2IDY1NS4wMDJDMTU4OS42NSA0ODQuMDY0IDE0ODguMDkgMzQ5LjQ1MyAxMjYxLjUgMzYzLjI4NUM2ODMuNDM1IDM5OC41MTQgMTEyMC41NiAxMjI2LjE5IDMyOS4wMTIgMTE0OC45QzI0OC4xNTcgMTE0MS4wMSAyMDYuODAzIDExMDQuODQgMTcyLjM3NSAxMDU0LjE2QzI5LjMxNzQgODQzLjc5OSAxMjYuODM4IDQ0OC4wNjIgLTI0Mi44MDkgMzc0LjU1M0MtOTc4LjE5MyAyMjguMzQ5IC0xMDQ1LjgxIDEyNzAuMjUgLTIwNjYuMjIgNDgyLjA3MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzEuNzYgMTE4Ni41N0MyMTk3LjQ4IDEyNzIuMTYgMTk3Ny43NSA5NDQuNzI2IDE3MjguMTIgNjUwLjY5QzE1ODUuNjcgNDgyLjkyNSAxNDgzLjQ5IDM1MS4xMjEgMTI1OC4xNCAzNjUuNjAzQzY4My44NDYgNDAyLjQ1OSAxMTA3Ljk1IDEyMTguNSAzMTguNzk0IDExNDAuMjNDMjM4LjQxOCAxMTMyLjI2IDE5Ny4xMzMgMTA5Ni40MiAxNjEuOTUxIDEwNDYuNTFDMTQuMjk4NSA4MzcuMDg2IDEwMy4xMSA0NDcuOTgxIC0yNjMuNDUxIDM3Ni4wOTlDLTk5OS43OTYgMjMxLjY4NCAtMTA0OC4yOCAxMjcwIC0yMDY2LjE1IDQ5Ni42MzQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjgzIDExNjguNDNDMjIwNS4zNiAxMjU1LjM2IDE5ODIuMDcgOTM2LjUwOCAxNzI2LjYxIDY0Ni40MTdDMTU4MS43IDQ4MS44NjYgMTQ3OC45IDM1Mi44MjkgMTI1NC43MSAzNjcuOTYyQzY4NC4xODkgNDA2LjQwNSAxMDk1LjI2IDEyMTAuODUgMzA4LjUwNyAxMTMxLjU3QzIyOC42OCAxMTIzLjUxIDE4Ny4zOTQgMTA4OCAxNTEuNTI3IDEwMzguODZDLTAuNzIwODA0IDgzMC4zMzIgNzkuMzgwOSA0NDcuOTM5IC0yODQuMDk0IDM3Ny42MDNDLTEwMjEuMzMgMjM0LjkzOCAtMTA1MC43NSAxMjY5Ljc2IC0yMDY2LjA4IDUxMS4xNTYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjgzIDExNTAuMjRDMjIxMy4xOCAxMjM4LjU2IDE5ODYuMzIgOTI4LjIxMSAxNzI1LjEgNjQyLjA2N0MxNTc3Ljc5IDQ4MC42ODkgMTQ3NC4yMyAzNTQuNDU4IDEyNTEuMjggMzcwLjI0MkM2ODQuNjAxIDQxMC4zMTIgMTA4Mi41NyAxMjAzLjEzIDI5OC4yMiAxMTIyLjgyQzIxOC45NDIgMTExNC43MyAxNzcuNjU2IDEwNzkuNSAxNDEuMTAzIDEwMzEuMTNDLTE1LjgwODEgODIzLjU0IDU1LjY1MjMgNDQ3LjgxOSAtMzA0LjczNiAzNzkuMDI5Qy0xMDQyLjkzIDIzOC4xOTQgLTEwNTMuMjIgMTI2OS40IC0yMDY2LjAxIDUyNS41OTkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjkgMTEzMi4xQzIyMjEuMDcgMTIyMS43NiAxOTkwLjc4IDkxOS45OTUgMTcyMy42NiA2MzcuNzU2QzE1NzMuOTUgNDc5LjU1MSAxNDY5LjY0IDM1Ni4xMjggMTI0Ny45OSAzNzIuNTYzQzY4NS4wODEgNDE0LjIxOSAxMDcwLjAyIDExOTUuNDQgMjg4LjA3MSAxMTE0LjEyQzIwOS4zNDEgMTEwNS45NCAxNjguMDU1IDEwNzEuMDggMTMwLjc0OCAxMDIzLjRDLTMwLjg5NTYgODE2LjcwOSAzMS45OTIzIDQ0Ny42OTkgLTMyNS4zMSAzODAuNDU0Qy0xMDY0LjQ3IDI0MS40MDkgLTEwNTUuNjIgMTI2OS4wMyAtMjA2NS44IDU0MC4wNDIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjk2IDExMTMuOTJDMjIyOC45NiAxMjA0Ljk2IDE5OTUuMjQgOTExLjczNSAxNzIyLjE1IDYzMy40MDJDMTU3MC4wNCA0NzguNDEgMTQ2NC45NyAzNTcuNzUzIDEyNDQuNTYgMzc0LjgzOEM2ODUuNDkyIDQxOC4xMjIgMTA1Ny4zMyAxMTg3LjcxIDI3Ny43ODMgMTEwNS4zN0MxOTkuNTMzIDEwOTcuMTEgMTU4LjI0OCAxMDYyLjU4IDEyMC4zMjMgMTAxNS42N0MtNDYuMTIwNiA4MDkuODcyIDguMjYzNDcgNDQ3LjU3NCAtMzQ1Ljk1MyAzODEuOTE3Qy0xMDg2LjA3IDI0NC43MDIgLTEwNTguMTYgMTI2OC43NCAtMjA2NS43NCA1NTQuNTIzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi4wMyAxMDk1Ljc3QzIyMzYuODQgMTE4OC4xNSAxOTk5Ljc2IDkwMy41MTUgMTcyMC43MSA2MjkuMTI3QzE1NjYuMzQgNDc3LjMwOSAxNDYwLjM4IDM1OS40NTggMTI0MS4yIDM3Ny4xOTVDNjg1LjkwNCA0MjIuMDY1IDEwNDQuNzIgMTE4MC4xIDI2Ny41NjUgMTA5Ni43NUMxODkuODY0IDEwODguNDEgMTQ4LjUxIDEwNTQuMTkgMTA5LjkgMTAwOC4wNkMtNjEuNDEzNSA4MDMuMTU3IC0xNS40NjQ5IDQ0Ny42MTIgLTM2Ni41OTUgMzgzLjQ2Qy0xMTA3Ljc0IDI0OC4wNzYgLTEwNjAuNjMgMTI2OC41IC0yMDY1LjY3IDU2OS4wODMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjAzIDEwNzcuNTlDMjI0NC42NiAxMTcxLjM2IDIwMDQuMjkgODk1LjMwMSAxNzE5LjEzIDYyNC43NzhDMTU2Mi40OSA0NzYuMTMzIDE0NTUuNjUgMzYxLjA4OSAxMjM3LjcgMzc5LjQ3N0M2ODYuMTc4IDQyNS45MzMgMTAzMS45NiAxMTcyLjM3IDI1Ny4yMDkgMTA4OEMxODAuMDU3IDEwNzkuNTggMTM4LjYzNSAxMDQ1Ljc0IDk5LjQwNjcgMTAwMC4zNEMtNzYuNzc1NyA3OTYuMzI2IC0zOS4yNjI1IDQ0Ny41MzQgLTM4Ny4yMzggMzg0Ljg4N0MtMTEyOS40MSAyNTEuMzM0IC0xMDYzLjEgMTI2OC4xOCAtMjA2NS42IDU4My41MjgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjEgMTA1OS40NEMyMjUyLjU1IDExNTQuNTYgMjAwOC45NSA4ODcuMDgzIDE3MTcuNjkgNjIwLjQ2NUMxNTU4Ljc5IDQ3NS4wMzMgMTQ1MS4wNSAzNjIuNzU2IDEyMzQuMzQgMzgxLjc5NEM2ODYuNjU4IDQyOS44NzggMTAxOS4zNCAxMTY0LjczIDI0Ni45OTEgMTA3OS4zQzE3MC4zMTggMTA3MC44NCAxMjguODI3IDEwMzcuMjcgODkuMDUwOCA5OTIuNjA3Qy05Mi4wNjkzIDc4OS40NSAtNjIuOTkxNCA0NDcuNDUyIC00MDcuODEyIDM4Ni4zNTFDLTExNTEuMDIgMjU0LjY2OSAtMTA2NS41IDEyNjcuODUgLTIwNjUuMzkgNTk4LjAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi4xNyAxMDQxLjI2QzIyNjAuNDMgMTEzNy43NiAyMDEzLjY4IDg3OC44NjcgMTcxNi4xOCA2MTYuMTE0QzE1NTUuMDkgNDczLjg1NSAxNDQ2LjM5IDM2NC4zODQgMTIzMC45OCAzODQuMDc0QzY4Ny4wNjkgNDMzLjc0NCAxMDA2LjcyIDExNTcuMDQgMjM2Ljc3MiAxMDcwLjU1QzE2MC42NDggMTA2Mi4wMSAxMTkuMDIgMTAyOC43NyA3OC42MjY2IDk4NC44NzlDLTEwNy41IDc4Mi42MTcgLTg2LjcyMDMgNDQ3LjM3MiAtNDI4LjQ1NSAzODcuNzc2Qy0xMTcyLjY5IDI1Ny45NjUgLTEwNjcuOTYgMTI2Ny40OCAtMjA2NS4zMyA2MTIuNDEyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi4xNyAxMDIzLjEyQzIyNjguMzIgMTEyMC45NSAyMDE4LjQyIDg3MC42NDYgMTcxNC42NyA2MTEuODM5QzE1NTEuNDUgNDcyLjc1NCAxNDQxLjczIDM2Ni4wOSAxMjI3LjU1IDM4Ni40M0M2ODcuNDEzIDQzNy42ODcgOTk0LjAzNCAxMTQ5LjQzIDIyNi40ODYgMTA2MS45MkMxNTAuOTEgMTA1My4zIDEwOS4yMTQgMTAyMC40MyA2OC4yMDI3IDk3Ny4yNjlDLTEyMi45OTkgNzc1LjkwMiAtMTEwLjUxNyA0NDcuNDUxIC00NDkuMDk3IDM4OS4zMTlDLTExOTQuMzYgMjYxLjM4IC0xMDcwLjQzIDEyNjcuMjggLTIwNjUuMjYgNjI2Ljk3MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuMjQgMTAwNC45M0MyMjc2LjIxIDExMDQuMTUgMjAyMy4yOCA4NjIuNDI5IDE3MTMuMjMgNjA3LjQ4NkMxNTQ3Ljk2IDQ3MS41NzQgMTQzNy4xMyAzNjcuNzE3IDEyMjQuMTkgMzg4LjcwOEM2ODcuODkzIDQ0MS41NTEgOTgxLjM0NyAxMTQxLjc0IDIxNi4yNjcgMTA1My4xOEMxNDEuMjQgMTA0NC40NyA5OS4zMzgxIDEwMTEuOTcgNTcuNzc4NSA5NjkuNDk5Qy0xMzguNTY2IDc2OS4wMjcgLTEzNC4zMTQgNDQ3LjM2OSAtNDY5Ljc0IDM5MC43MDFDLTEyMTYuMDMgMjY0LjY3NCAtMTA3Mi45IDEyNjYuODcgLTIwNjUuMTkgNjQxLjM3MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuMzEgOTg2Ljc5QzIyODQuMSAxMDg3LjM1IDIwMjguMjIgODU0LjIxNCAxNzExLjczIDYwMy4xNzZDMTU0NC4zOSA0NzAuNDM3IDE0MzIuNDcgMzY5LjM4NyAxMjIwLjc2IDM5MS4wMjlDNjg4LjIzNiA0NDUuNDU5IDk2OC42NiAxMTM0LjA5IDIwNS45OCAxMDQ0LjQ3QzEzMS40MzQgMTAzNS43MyA4OS40NjI3IDEwMDMuNTEgNDcuMzU0NSA5NjEuODEzQy0xNTQuMTM0IDc2Mi4yNzcgLTE1OC4xMTIgNDQ3LjM3MiAtNDkwLjM4MiAzOTIuMjA5Qy0xMjM3Ljc3IDI2OC4wOTQgLTEwNzUuMzcgMTI2Ni41OSAtMjA2NS4wNSA2NTUuODk4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi4zMSA5NjguNjQ0QzIyOTEuOTEgMTA3MC41OSAyMDMzLjIzIDg0Ni4wMzUgMTcxMC4yMiA1OTguODYyQzE1NDAuODIgNDY5LjI5NiAxNDI3LjggMzcxLjA1MyAxMjE3LjQgMzkzLjM0NkM2ODguNzE1IDQ0OS4zNjIgOTU2LjA0MSAxMTI2LjQ0IDE5NS43NjEgMTAzNS43N0MxMjEuNzYzIDEwMjYuOTQgNzkuNTg2NyA5OTUuMDg3IDM2Ljk5ODQgOTU0LjEyMkMtMTY5Ljc3MSA3NTUuNDggLTE4MS44NDEgNDQ3LjM2OSAtNTEwLjk1NyAzOTMuNjcxQy0xMjU5LjQ0IDI3MS41MDggLTEwNzcuNzcgMTI2Ni4zIC0yMDY0LjkxIDY3MC4zNzgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjM4IDk1MC40NkMyMjk5LjggMTA1My43NSAyMDM4LjMgODM3Ljc3NiAxNzA4LjcxIDU5NC41NUMxNTM3LjM5IDQ2OC4xMTYgMTQyMy4xNCAzNzIuNzIgMTIxMy45NyAzOTUuNjY0QzY4OS4wNTggNDUzLjI2NyA5NDMuMzUzIDExMTguNzkgMTg1LjQ3NCAxMDI3LjA2QzExMi4wMjUgMTAxOC4xNSA2OS43MTEgOTg2LjY2NiAyNi41MDU1IDk0Ni40MzNDLTE4NS41NDQgNzQ4LjcyNyAtMjA1LjcwNyA0NDcuNDA5IC01MzEuNiAzOTUuMTM1Qy0xMjgxLjE4IDI3NC45MjUgLTEwODAuMjQgMTI2NS45OCAtMjA2NC44NSA2ODQuODU5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi40NCA5MzIuMzE5QzIzMDcuNjkgMTAzNi45OSAyMDQzLjQ1IDgyOS41MiAxNzA3LjI3IDU5MC4yNEMxNTM0LjAzIDQ2Ni45MzggMTQxOC41NSAzNzQuMzUgMTIxMC42MSAzOTcuOTg1QzY4OS40NyA0NTcuMTc1IDkzMC43MzUgMTExMS4xOSAxNzUuMjU2IDEwMTguNEMxMDIuMjg3IDEwMDkuNDUgNTkuODM1NyA5NzguMjg3IDE2LjE1MDIgOTM4Ljc0NkMtMjAxLjMxNyA3NDEuOTc2IC0yMjkuNDM1IDQ0Ny40NTIgLTU1Mi4xNzMgMzk2LjYwMkMtMTMwMi44NSAyNzguMzQ0IC0xMDgyLjY0IDEyNjUuNjUgLTIwNjQuNzEgNjk5LjM0NCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuNDQgOTE0LjEzNkMyMzE1LjUgMTAyMC4xNSAyMDQ4LjY2IDgyMS4yMjIgMTcwNS42OSA1ODUuODg4QzE1MzAuNiA0NjUuNzE4IDE0MTMuODggMzc1Ljk3OCAxMjA3LjExIDQwMC4yNjRDNjg5LjgxMyA0NjAuOTk5IDkxNy45NzkgMTEwMy41IDE2NC45IDEwMDkuNjVDOTIuNDc5OSAxMDAwLjYyIDQ5Ljc1NDIgOTY5LjgyNyA1LjU4ODU2IDkzMS4wMThDLTIxNy4yOTcgNzM1LjIyNCAtMjUzLjM3IDQ0Ny40NTMgLTU3Mi45NTMgMzk4LjA2N0MtMTMyNC44IDI4MS44MDMgLTEwODUuMjUgMTI2NS4zNyAtMjA2NC43MSA3MTMuODI2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi41MSA4OTUuOTkxQzIzMjMuMzkgMTAwMy4zOSAyMDU0LjAxIDgxMi45NjMgMTcwNC4yNSA1ODEuNTc1QzE1MjcuMzEgNDY0LjUzOCAxNDA5LjI5IDM3Ny42NDUgMTIwMy43NSA0MDIuNTgyQzY5MC4yMjUgNDY0LjkwNCA5MDUuMjkyIDEwOTUuODkgMTU0Ljc1MSAxMDAwLjk1QzgyLjg3ODggOTkxLjgzNCAzOS45NDc2IDk2MS40MDUgLTQuNjk4MDUgOTIzLjMyOEMtMjMzLjA3IDcyOC40NyAtMjc3LjA5OCA0NDcuNTMzIC01OTMuNDU4IDM5OS41MzFDLTEzNDYuNDcgMjg1LjMwMSAtMTA4Ny41OCAxMjY1LjA0IC0yMDY0LjUgNzI4LjMwOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuNTggODc3LjgwOEMyMzMxLjI4IDk4Ni41NDYgMjA1OS40MyA4MDQuNjI0IDE3MDIuODEgNTc3LjI2M0MxNTI0LjA5IDQ2My4zMTggMTQwNC42OSAzNzkuMzEzIDEyMDAuNDYgNDA0LjkwMUM2OTAuNzczIDQ2OC44MSA4OTIuNzQyIDEwODguMjkgMTQ0LjYwMSA5OTIuMjQxQzczLjIwOTEgOTgzLjA4OCAzMC4wNzIxIDk1Mi45ODUgLTE0Ljk4NSA5MTUuNjQxQy0yNDguOTEyIDcyMS44IC0zMDAuNzU4IDQ0Ny42MTUgLTYxMy45NjQgNDAwLjk5NkMtMTM2OC4wNyAyODguOCAtMTA4OS45OCAxMjY0LjcyIC0yMDY0LjMgNzQyLjc5MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuNjUgODU5LjY2NkMyMzM5LjE2IDk2OS43ODcgMjA2NC45MSA3OTYuMjg2IDE3MDEuMyA1NzIuOTUyQzE1MjAuODcgNDYyLjA5OSAxNDAwLjAzIDM4MC45NDEgMTE5Ny4wMyA0MDcuMjIxQzY5MS4xMTYgNDcyLjY3NSA4ODAuMDU0IDEwODAuNjggMTM0LjMxNCA5ODMuNTM3QzYzLjQ3MDggOTc0LjMwMiAyMC4wNTkzIDk0NC41NjUgLTI1LjQ3NzkgOTA3LjkxM0MtMjY1LjAyOCA3MTUuMDg5IC0zMjQuNjkzIDQ0Ny42NTcgLTYzNC42NzUgNDAyLjQ2MkMtMTM4OS45NSAyOTIuMzQgLTEwOTIuNTIgMTI2NC40MyAtMjA2NC4yMyA3NTcuMjc0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi42NSA4NDEuNDgyQzIzNDcuMDUgOTUyLjk0NiAyMDcwLjQgNzg3LjkwNyAxNjk5Ljc5IDU2OC42QzE1MTcuNjQgNDYwLjc5NyAxMzk1LjM2IDM4Mi41NjkgMTE5My42IDQwOS41QzY5MS40NTggNDc2LjU0MSA4NjcuMzY3IDEwNzMuMDMgMTI0LjAyNiA5NzQuODMyQzUzLjczMTggOTY1LjU1NyAxMC4wNDYyIDkzNi4xODYgLTM1LjkwMjQgOTAwLjIyNUMtMjgxLjE0NSA3MDguNDE4IC0zNDguNDkxIDQ0Ny43MzkgLTY1NS4zMTggNDAzLjkyN0MtMTQxMS44MyAyOTUuODggLTEwOTQuOTkgMTI2NC4xMSAtMjA2NC4xNiA3NzEuNzU3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi43MiA4MjMuMzM0QzIzNTQuOTQgOTM2LjE4MSAyMDc2LjAyIDc3OS41MjIgMTY5OC4yOCA1NjQuMjgzQzE1MTQuNDIgNDU5LjUzMiAxMzkwLjcgMzg0LjIzMyAxMTkwLjE3IDQxMS44MTRDNjkxLjg3IDQ4MC40MDEgODU0LjYxMSAxMDY1LjQyIDExMy43NCA5NjYuMTIyQzQzLjkyNTMgOTU2Ljc2NSAwLjAzNDEgOTI3Ljc2IC00Ni4zMjYxIDg5Mi41MzFDLTI5Ny4zMjkgNzAxLjgyMyAtMzcyLjM1NiA0NDcuODU3IC02NzUuOTYgNDA1LjM4NkMtMTQzMy42MyAyOTkuNDE1IC0xMDk3LjQ1IDEyNjMuODIgLTIwNjQuMDkgNzg2LjIzNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuNzkgODA1LjE1M0MyMzYyLjgyIDkxOS4zNDIgMjA4MS43MSA3NzEuMDYzIDE2OTYuODQgNTU5Ljk3NEMxNTExLjQgNDU4LjIzMyAxMzg2LjExIDM4NS44NjMgMTE4Ni44MSA0MTQuMTM2QzY5Mi4yODIgNDg0LjMwOSA4NDEuOTkyIDEwNTcuODYgMTAzLjUyMSA5NTcuNDE5QzM0LjI1NTIgOTQ3Ljk4MSAtOS45MTA0IDkxOS4zODMgLTU2Ljc1MDYgODg0LjgwNUMtMzEzLjUxNSA2OTUuMTk1IC0zOTYuMjIyIDQ0Ny45NDEgLTY5Ni41MzQgNDA2LjgxM0MtMTQ1NS40NCAzMDIuOTk3IC0xMDk5Ljg1IDEyNjMuNDYgLTIwNjMuOTUgODAwLjY3OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuNzkgNzg3LjAxMkMyMzcwLjY0IDkwMi41ODUgMjA4Ny40MSA3NjIuNjA0IDE2OTUuMjcgNTU1LjY2NEMxNTA4LjE4IDQ1Ni45MzMgMTM4MS4zNyAzODcuNTMzIDExODMuMzggNDE2LjQ1NkM2OTIuNjI1IDQ4OC4xNzUgODI5LjMwNSAxMDUwLjI1IDkzLjIzNDEgOTQ4LjcxNkMyNC41MTY4IDkzOS4yMzcgLTE5Ljk5MTYgOTExLjAwNSAtNjcuMTc0NyA4NzcuMTE4Qy0zMjkuODM3IDY4OC42NDcgLTQyMC4wODggNDQ4LjA2NSAtNzE3LjE3NyA0MDguMzJDLTE0NzcuMjUgMzA2LjY2IC0xMTAyLjMyIDEyNjMuMTcgLTIwNjMuODIgODE1LjIwMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuODYgNzY4Ljg2NUMyMzc4LjUzIDg4NS43NzkgMjA5My4yNCA3NTQuMDU3IDE2OTMuODMgNTUxLjM0OEMxNTA1LjIzIDQ1NS42MjggMTM3Ni43OCAzODkuMTU2IDExODAuMDIgNDE4Ljc3MUM2OTMuMTA0IDQ5Mi4wMzYgODE2LjYxNyAxMDQyLjY4IDgzLjAxNTYgOTQwLjAwNkMxNC43Nzg0IDkzMC40NDcgLTMwLjAwNDMgOTAyLjYyMSAtNzcuNTk4OSA4NjkuNDI2Qy0zNDYuMjI3IDY4Mi4wOTQgLTQ0My45NTQgNDQ4LjE4MyAtNzM3LjgyIDQwOS43ODFDLTE0OTkuMTMgMzEwLjI3NyAtMTEwNC43OSAxMjYyLjg4IC0yMDYzLjc1IDgyOS42ODIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjkyIDc1MC42ODNDMjM4Ni40MiA4NjguOTgxIDIwOTkuMTMgNzQ1LjQ3NiAxNjkyLjM5IDU0Ni45OTdDMTUwMi4yMSA0NTQuMjQ3IDEzNzIuMTkgMzkwLjc4NSAxMTc2LjY2IDQyMS4wNTFDNjkzLjUxNiA0OTUuODYyIDgwMy45OTkgMTAzNS4wOCA3Mi43OTc2IDkzMS4zMDNDNS4xMDkwMyA5MjEuNzAyIC0zOS45NDgxIDg5NC4yNDMgLTg3Ljk1NDIgODYxLjc0Qy0zNjIuNTQ5IDY3NS42MjggLTQ2Ny43NTEgNDQ4LjM0OCAtNzU4LjM5NCA0MTEuMjQ4Qy0xNTIwLjk0IDMxMy45NDEgLTExMDcuMTkgMTI2Mi41NiAtMjA2My42MSA4NDQuMTY2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi45MiA3MzIuNTM2QzIzOTQuMjMgODUyLjE3NiAyMTA1LjAzIDczNi44NDggMTY5MC44MSA1NDIuNzIyQzE0OTkuMTMgNDUyLjkwMSAxMzY3LjQ1IDM5Mi40NSAxMTczLjE3IDQyMy40MDhDNjkzLjc5IDQ5OS43NjQgNzkxLjE3NCAxMDI3LjU1IDYyLjQ0MTkgOTIyLjYzNEMtNC42OTggOTEyLjk1MyAtNTAuMDk4IDg4NS45IC05OC40NDcgODU0LjA0OEMtMzc5LjA3NyA2NjkuMTU2IC00OTEuNjg2IDQ0OC41MDcgLTc3OS4xMDUgNDEyLjcwOUMtMTU0Mi45NSAzMTcuNjM5IC0xMTA5LjczIDEyNjIuMjMgLTIwNjMuNjEgODU4LjY0NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuOTkgNzE0LjM1NkMyNDAyLjEyIDgzNS4zNzkgMjExMS4wNyA3MjguMTQ3IDE2ODkuMzcgNTM4LjM3NEMxNDk2LjI1IDQ1MS40ODEgMTM2Mi44NiAzOTQuMDgxIDExNjkuODcgNDI1LjY5QzY5NC4yNzEgNTAzLjU5MiA3NzguNjI0IDEwMTkuOTUgNTIuMjkyNSA5MTMuODkyQy0xNC4zNjc0IDkwNC4xNyAtNjAuMTEwNSA4NzcuNTI0IC0xMDguODAyIDg0Ni4zMjJDLTM5NS41MzYgNjYyLjY5MiAtNTE1LjQ4MyA0NDguNjMzIC03OTkuNjc5IDQxNC4xNzdDLTE1NjQuNzYgMzIxLjM4NiAtMTExMi4xMyAxMjYxLjk1IC0yMDYzLjQgODczLjEzMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuMDYgNjk2LjIxMkMyNDEwLjAxIDgxOC41NzggMjExNy4xNyA3MTkuNCAxNjg3Ljg2IDUzNC4wNjFDMTQ5My4yMyA0NTAuMDU3IDEzNTguMTkgMzk1LjcwOCAxMTY2LjQ0IDQyOC4wMDhDNjk0LjY4MiA1MDcuNDU2IDc2NS44NjkgMTAxMi4zOCA0Mi4wMDU0IDkwNS4xODZDLTI0LjEwNTggODk1LjM4MiAtNzAuMTkxNyA4NjkuMTQ0IC0xMTkuMjI2IDgzOC42MzNDLTQxMi4xMzIgNjU2LjM0NiAtNTM5LjM0OCA0NDguNzk1IC04MjAuMzIxIDQxNS42NDFDLTE1ODYuNjMgMzI1LjE2OCAtMTExNC42IDEyNjEuNjMgLTIwNjMuMzQgODg3LjYxMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuMDYgNjc4LjAyNkMyNDE3LjgzIDgwMS43NzUgMjEyMy4yMSA3MTAuNTcxIDE2ODYuMzUgNTI5LjcwN0MxNDkwLjI4IDQ0OC41NSAxMzUzLjUzIDM5Ny4zMzMgMTE2My4wMiA0MzAuMjg0QzY5NS4wMjUgNTExLjI3OCA3NTMuMTgxIDEwMDQuODEgMzEuNzE4NCA4OTYuNDM4Qy0zMy44NDQyIDg4Ni41OTMgLTgwLjI3MyA4NjAuNzYxIC0xMjkuNzE5IDgzMC45MDJDLTQyOC44NjYgNjQ5Ljk5NyAtNTYzLjI4MyA0NDguOTU2IC04NDEuMDMyIDQxNy4wNjNDLTE2MDguNjUgMzI4LjkwOSAtMTExNy4xNCAxMjYxLjI2IC0yMDYzLjM0IDkwMi4wNTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODczLjEzIDY1OS44ODdDMjQyNS43OCA3ODQuOTc4IDIxMjkuMzggNzAxLjc0NyAxNjg0LjkxIDUyNS40MzlDMTQ4Ny40NyA0NDcuMTI5IDEzNDguOTQgMzk5LjAwNSAxMTU5LjY2IDQzMi42NDdDNjk1LjQzNyA1MTUuMTg3IDc0MC40OTQgOTk3LjMyOCAyMS40OTk4IDg4Ny44MTdDLTQzLjU4MjcgODc3Ljg5MiAtOTAuMjg1OCA4NTIuNTA3IC0xNDAuMDc1IDgyMy4yNThDLTQ0NS41MzEgNjQzLjczNiAtNTg3LjA4IDQ0OS4yMDQgLTg2MS41MzggNDE4LjYxM0MtMTYzMC40NiAzMzIuODE4IC0xMTE5LjQ3IDEyNjEuMDYgLTIwNjMuMTMgOTE2LjU3OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuMiA2NDEuNjk5QzI0MzMuNjcgNzY4LjE3NCAyMTM1LjYyIDY5Mi43NTQgMTY4My40IDUyMS4wODNDMTQ4NC41MiA0NDUuNTgxIDEzNDQuMjcgNDAwLjU4OCAxMTU2LjIzIDQzNC45MjJDNjk1Ljc3OSA1MTguOTY4IDcyNy43MzggOTg5LjcxOSAxMS4yMTI0IDg3OS4wNjlDLTUzLjMyMTUgODY5LjEwMiAtMTAwLjQzNiA4NDQuMTI0IC0xNTAuNDk5IDgxNS41MjZDLTQ2Mi4yNjUgNjM3LjQ2OSAtNjExLjAxNSA0NDkuNDA0IC04ODIuMTgxIDQyMC4wMzNDLTE2NTIuNCAzMzYuNjM5IC0xMTIyLjAxIDEyNjAuNjkgLTIwNjIuOTkgOTMxLjAxNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuMjcgNjIzLjU1N0MyNDQxLjU1IDc1MS4zNzQgMjE0MS44NiA2ODMuNzYzIDE2ODEuOTYgNTE2Ljc3MUMxNDgxLjcxIDQ0NC4wMzUgMTMzOS42OCA0MDIuMjU3IDExNTIuOTMgNDM3LjI0MUM2OTYuMjU5IDUyMi44MzMgNzE1LjE4NyA5ODIuMTkzIDEuMDYyNDEgODcwLjM2NEMtNjIuOTIyOCA4NjAuMzU2IC0xMTAuMzggODM1Ljc4NSAtMTYwLjg1NSA4MDcuODM4Qy00NzguOTk5IDYzMS4zMjcgLTYzNC44MTIgNDQ5LjYwOCAtOTAyLjc1NSA0MjEuNDk4Qy0xNjc0LjI4IDM0MC41NDUgLTExMjQuNDEgMTI2MC4zNiAtMjA2Mi44NiA5NDUuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuMjcgNjA1LjQxMUMyNDQ5LjM3IDczNC42MTIgMjE0OC4xIDY3NC43MyAxNjgwLjM4IDUxMi40NTdDMTQ3OC42OSA0NDIuNDg3IDEzMzQuOTUgNDAzLjg4MiAxMTQ5LjQ0IDQzOS41NThDNjk2LjUzMyA1MjYuNjk1IDcwMi4zNjMgOTc0LjcwNiAtOS4yOTMyNiA4NjEuNjU2Qy03Mi43OTg1IDg1MS41NjcgLTEyMC41OTkgODI3LjQ4NCAtMTcxLjM0OCA4MDAuMTA3Qy00OTUuOTM4IDYyNS4xNDEgLTY1OC43NDcgNDQ5LjgxIC05MjMuNDY2IDQyMi45MkMtMTY5Ni4zIDM0NC40NDggLTExMjYuOTQgMTI2MC4wNCAtMjA2Mi44NiA5NTkuOTM5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My4zNCA1ODcuMjI3QzI0NTcuMjYgNzE3Ljc2OSAyMTU0LjQxIDY2NS41MzYgMTY3OC45NCA1MDguMTQ1QzE0NzUuODggNDQwLjkgMTMzMC4zNSA0MDUuNTA5IDExNDYuMDggNDQxLjg3N0M2OTYuOTQ1IDUzMC41MTkgNjg5LjY3NiA5NjcuMTggLTE5LjUxMTUgODUyLjk1Qy04Mi40NjggODQyLjgyMSAtMTMwLjY4IDgxOS4xNDUgLTE4MS43MDQgNzkyLjQxOEMtNTEyLjgwOCA2MTkuMDggLTY4Mi42MTMgNDUwLjA1NCAtOTQ0LjA0IDQyNC40MjVDLTE3MTguMTcgMzQ4LjQzNSAtMTEyOS4zNCAxMjU5Ljc1IC0yMDYyLjcyIDk3NC40NjEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODczLjQgNTY5LjA4NEMyNDY1LjE1IDcwMS4wMSAyMTYwLjcyIDY1Ni4zNDMgMTY3Ny40NCA1MDMuODMzQzE0NzMgNDM5LjMxNCAxMzI1LjY5IDQwNy4xMzYgMTE0Mi42NSA0NDQuMTk2QzY5Ny4zNTcgNTM0LjM0MyA2NzYuOTIgOTU5LjY1NCAtMjkuNzk4NCA4NDQuMjg1Qy05Mi4yNzQ5IDgzNC4wNzQgLTE0MC44MyA4MTAuODg3IC0xOTIuMTk2IDc4NC43N0MtNTI5LjgxNiA2MTMuMSAtNzA2LjU0NyA0NTAuMzc5IC05NjQuNzUxIDQyNS45MzFDLTE3NDAuMjYgMzUyLjUwMyAtMTEzMS44OCAxMjU5LjUxIC0yMDYyLjY1IDk4OC45ODQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODczLjQgNTUwLjkwM0MyNDcyLjk2IDY4NC4yMTIgMjE2Ni45NiA2NDcuMDMgMTY3NS45MyA0OTkuNDgzQzE0NzAuMTIgNDM3LjY0OSAxMzIxLjAyIDQwOC43NjYgMTEzOS4yMiA0NDYuNDc3QzY5Ny42MzEgNTM4LjE3IDY2NC4xNjQgOTUyLjEzMSAtNDAuMDg1NiA4MzUuNTQyQy0xMDIuMDEzIDgyNS4yOSAtMTUwLjkxMSA4MDIuNTUgLTIwMi42MjEgNzc3LjA0NEMtNTQ2LjgyNCA2MDcuMTIzIC03MzAuNDgyIDQ1MC41ODYgLTk4NS4zOTQgNDI3LjM1N0MtMTc2Mi4yIDM1Ni41MzMgLTExMzQuMzUgMTI1OS4xNCAtMjA2Mi41OCAxMDAzLjQzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My40NyA1MzIuNzU3QzI0ODAuODUgNjY3LjQwOCAyMTczLjI3IDYzNy42NzEgMTY3NC40OSA0OTUuMTY4QzE0NjcuMjQgNDM1Ljk3OCAxMzE2LjQzIDQxMC4zOTEgMTEzNS45MyA0NDguNzkzQzY5OC4xMTEgNTQxLjk5MSA2NTEuNTQ1IDk0NC42NDMgLTUwLjIzNTYgODI2LjgzM0MtMTExLjYxNSA4MTYuNTQxIC0xNjAuOTI0IDc5NC4yNDkgLTIxMi45NzYgNzY5LjMxMkMtNTYzLjc2NCA2MDEuMTgxIC03NTQuMjc5IDQ1MC44MjcgLTEwMDUuOSA0MjguNzc4Qy0xNzg0LjA4IDM2MC41OTggLTExMzYuNjggMTI1OC43OCAtMjA2Mi4zOCAxMDE3Ljg3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My41NCA1MTQuNTc3QzI0ODguNzQgNjUwLjYxMSAyMTc5LjY1IDYyOC4xOTcgMTY3Mi45OCA0OTAuODZDMTQ2NC4zNiA0MzQuMzE1IDEzMTEuNzcgNDEyLjAyMiAxMTMyLjUgNDUxLjExNkM2OTguNDU0IDU0NS44MTkgNjM4Ljc4OSA5MzcuMTYyIC02MC41MjIzIDgxOC4xMzJDLTEyMS40MjEgODA3Ljc1OSAtMTcxLjA3MyA3ODUuOTk1IC0yMjMuNCA3NjEuNjI3Qy01ODAuODQgNTk1LjM2OCAtNzc4LjIxMyA0NTEuMTU3IC0xMDI2LjU0IDQzMC4yODhDLTE4MDYuMDIgMzY0Ljc5MyAtMTEzOS4xNSAxMjU4LjU0IC0yMDYyLjMxIDEwMzIuMzkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODczLjU0IDQ5Ni40MzNDMjQ5Ni41NiA2MzMuODEgMjE4NS44OSA2MTguNjc3IDE2NzEuNDcgNDg2LjU0OEMxNDYxLjQxIDQzMi42MDYgMTMwNy4wMyA0MTMuNjQ5IDExMjkuMDcgNDUzLjQzNUM2OTguNzk3IDU0OS42NDMgNjI2LjAzMyA5MjkuNjc3IC03MC44MDkxIDgwOS40MjZDLTEzMS4xNiA3OTkuMDEyIC0xODEuMjIzIDc3Ny42OTYgLTIzMy44MjQgNzUzLjkzOUMtNTk3LjkxNiA1ODkuNTkxIC04MDIuMDc5IDQ1MS40NDEgLTEwNDcuMTggNDMxLjc1MkMtMTgyOC4wNCAzNjguOTgyIC0xMTQxLjYyIDEyNTguMjEgLTIwNjIuMTcgMTA0Ni44OCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuNjEgNDc4LjI0NkMyNTA0LjUxIDYxNy4wMDYgMjE5Mi4yIDYwOS4wNzMgMTY2OS45NiA0ODIuMTkyQzE0NTguNDYgNDMwLjgxMyAxMzAyLjM3IDQxNS4yMzIgMTEyNS42NCA0NTUuNzA5QzY5OS4xNCA1NTMuNDIzIDYxMy4yMDkgOTIyLjE4OSAtODEuMDk2MiA4MDAuNzE4Qy0xNDAuOTY3IDc5MC4yNjMgLTE5MS4zMDQgNzY5LjQzNSAtMjQ0LjMxNyA3NDYuMjQ3Qy02MTUuMTMgNTgzLjg5MiAtODI2LjAxMyA0NTEuNzYzIC0xMDY3LjkgNDMzLjIxM0MtMTg1MC4wNSAzNzMuMjUgLTExNDQuMTYgMTI1Ny44OCAtMjA2Mi4xNyAxMDYxLjM2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My42OCA0NjAuMTA2QzI1MTIuNCA2MDAuMjA4IDIxOTguNDQgNTk5LjQzNSAxNjY4LjUyIDQ3Ny44ODNDMTQ1NS41OCA0MjkuMDY3IDEyOTcuNzggNDE2Ljg2MyAxMTIyLjM1IDQ1OC4wMzFDNjk5LjYyIDU1Ny4yNSA2MDAuNTkgOTE0LjcwNyAtOTEuMjQ2NSA3OTIuMDE1Qy0xNTAuNTY4IDc4MS40NzkgLTIwMS4zMTcgNzYxLjE4IC0yNTQuNjA0IDczOC41MjFDLTYzMi4xMzggNTc4LjI0MSAtODQ5LjgxMSA0NTIuMDUxIC0xMDg4LjQgNDM0LjY4Qy0xODcxLjkzIDM3Ny41NjUgLTExNDYuNDkgMTI1Ny42IC0yMDYxLjk2IDEwNzUuODQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODczLjY4IDQ0MS45MkMyNTIwLjIyIDU4My40MDYgMjIwNC42OCA1ODkuNjcxIDE2NjYuOTQgNDczLjU3QzE0NTIuNTYgNDI3LjI3NSAxMjkzLjA0IDQxOC40ODkgMTExOC44NSA0NjAuMzg5QzY5OS44MjUgNTYxLjExMyA1ODcuNzY1IDkwNy4zMDEgLTEwMS42MDIgNzgzLjM0OUMtMTYwLjM3NSA3NzIuNzcyIC0yMTEuNTM2IDc1Mi45MiAtMjY1LjE2NiA3MzAuODcxQy02NDkuNDIgNTcyLjcwNyAtODczLjgxNCA0NTIuNDU2IC0xMTA5LjE4IDQzNi4xODRDLTE4OTQuMDEgMzgxLjk1OCAtMTE0OS4wOSAxMjU3LjMxIC0yMDYyLjAzIDEwOTAuMzYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODczLjc1IDQyMy43NzdDMjUyOC4xIDU2Ni42MDUgMjIxMC44NSA1NzkuODY2IDE2NjUuNSA0NjkuMjU3QzE0NDkuNjEgNDI1LjQ0NSAxMjg4LjQ1IDQyMC4xMTYgMTExNS40OSA0NjIuNzA4QzcwMC4yMzcgNTY0LjkzNyA1NzUuMDA5IDg5OS44NTcgLTExMS44MjEgNzc0LjY0M0MtMTcwLjExNCA3NjQuMDI2IC0yMjEuNjE3IDc0NC43MDMgLTI3NS41MjEgNzIzLjE4M0MtNjY2LjU2NSA1NjcuMTc0IC04OTcuNjEyIDQ1Mi43ODIgLTExMjkuNzYgNDM3LjY0OUMtMTkxNS45NiAzODYuMzkyIC0xMTUxLjUgMTI1Ni45OSAtMjA2MS44MyAxMTA0Ljg0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My44MiA0MDUuNjM0QzI1MzUuOTkgNTQ5Ljg0NSAyMjE3LjAyIDU3MC4wMjIgMTY2NC4wNiA0NjQuOTQ2QzE0NDYuNjYgNDIzLjY1NSAxMjgzLjc5IDQyMS43NDMgMTExMi4xMyA0NjUuMDI3QzcwMC42NDkgNTY4Ljc2MSA1NjIuMjU0IDg5Mi40NTMgLTEyMi4wMzggNzY1LjkzOEMtMTc5Ljc4MyA3NTUuMjggLTIzMS42MjkgNzM2LjQ0NSAtMjg1Ljg3NiA3MTUuNDU0Qy02ODMuNzEgNTYxLjY4MyAtOTIxLjQ3NiA0NTMuMTA4IC0xMTUwLjMzIDQzOS4wNzNDLTE5MzcuOSAzOTAuODI2IC0xMTUzLjg5IDEyNTYuNjYgLTIwNjEuNjkgMTExOS4yOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuODggMzg3LjQ0N0MyNTQzLjg4IDUzMy4wMDEgMjIyMy4yIDU2MC4wNTMgMTY2Mi41NSA0NjAuNTlDMTQ0My41OCA0MjEuNzQgMTI3OS4xMiA0MjMuMzI3IDExMDguNyA0NjcuMzAyQzcwMC45MjMgNTcyLjUwMSA1NDkuNDk4IDg4NC45NjYgLTEzMi4zMjUgNzU3LjIzQy0xODkuNTkgNzQ2LjQ5IC0yNDEuNzc5IDcyOC4xODQgLTI5Ni4zNjkgNzA3Ljc2M0MtNzAwLjk5MiA1NTYuMzEgLTk0NS40MTEgNDUzLjQ3MSAtMTE3MC45NyA0NDAuNTc2Qy0xOTU5Ljg1IDM5NS40MjEgLTExNTYuNDMgMTI1Ni4zOCAtMjA2MS42MiAxMTMzLjgxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My44OCAzNjkuMzA3QzI1NTEuNjkgNTE2LjI0NCAyMjI5LjIzIDU1MC4wOSAxNjYxLjA0IDQ1Ni4zMjJDMTQ0MC40OSA0MTkuOTEzIDEyNzQuNDYgNDI0Ljk5OCAxMTA1LjM0IDQ2OS42NjVDNzAxLjMzNCA1NzYuMzY5IDUzNi43NDIgODc3LjYwNSAtMTQyLjU0NCA3NDguNTY4Qy0xOTkuMjYgNzM3Ljc4OCAtMjUxLjc5MiA3MjAuMDEgLTMwNi43MjUgNzAwLjExOEMtNzE4LjEzNyA1NTEuMDY2IC05NjkuMjA5IDQ1My45MjIgLTExOTEuNTUgNDQyLjA4NEMtMTk4MS43MyA0MDAuMDYxIC0xMTU4LjgzIDEyNTYuMDkgLTIwNjEuNDIgMTE0OC4zMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuOTUgMzUxLjEyMkMyNTU5LjU4IDQ5OS40MDIgMjIzNS4yNyA1NDAgMTY1OS41NCA0NTEuOTY4QzE0MzcuNDEgNDE4IDEyNjkuNzMgNDI2LjU4NCAxMTAxLjkxIDQ3MS45NDJDNzAxLjYwOSA1ODAuMTExIDUyMy45MTggODcwLjE2IC0xNTIuODMgNzM5LjgyMUMtMjA5LjA2NiA3MjkgLTI2MS45NDIgNzExLjc1MiAtMzE3LjE0OSA2OTIuMzg4Qy03MzUuMzUgNTQ1Ljc3NyAtOTkzLjA3NCA0NTQuMjQ3IC0xMjEyLjE5IDQ0My41MDdDLTIwMDMuNzQgNDA0LjY5OCAtMTE2MS4zIDEyNTUuNzcgLTIwNjEuMzUgMTE2Mi43NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzQuMDIgMzMyLjk4QzI1NjcuNDcgNDgyLjY0MiAyMjQxLjIzIDUyOS44NzIgMTY1OC4xIDQ0Ny42NTdDMTQzNC4zMiA0MTYuMDkgMTI2NS4xMyA0MjguMTcyIDEwOTguNTUgNDc0LjI2MkM3MDEuOTUyIDU4My45MzYgNTExLjE2MiA4NjIuNzU3IC0xNjMuMDUgNzMxLjExNkMtMjE4LjczNyA3MjAuMjU1IC0yNzEuOTU1IDcwMy41MzYgLTMyNy41NzMgNjg0LjY2Qy03NTIuNjMzIDU0MC41MyAtMTAxNi45NCA0NTQuNjEzIC0xMjMyLjgzIDQ0NC45MzJDLTIwMjUuNjkgNDA5LjQxOCAtMTE2My43NyAxMjU1LjQgLTIwNjEuMjggMTE3Ny4yMiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzQuMDIgMzE0Ljc5NEMyNTc1LjI5IDQ2NS43OTkgMjI0Ny4wNiA1MTkuNyAxNjU2LjUyIDQ0My4zMDJDMTQzMS4wMyA0MTQuMTM1IDEyNjAuMTkgNDI5LjU1MyAxMDk1LjA1IDQ3Ni41MzhDNzAxLjgxNCA1ODcuMjI5IDQ5OC4yNjkgODU1LjMxMSAtMTczLjQwNSA3MjIuMzY5Qy0yMjguNTQzIDcxMS40NjYgLTI4Mi4xMDUgNjk1LjI3NSAtMzM4LjA2NiA2NzYuOTI5Qy03NjkuOTE1IDUzNS40MDIgLTEwNDAuODggNDU1LjAxOCAtMTI1My41NCA0NDYuMzk0Qy0yMDQ3LjcgNDE0LjIxNiAtMTE2Ni4zMSAxMjU1LjEyIC0yMDYxLjI4IDExOTEuNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzQuMDkgMjk2LjY1QzI1ODMuMjQgNDQ5LjAzOCAyMjUyLjg5IDUwOS40ODkgMTY1NS4wOCA0MzkuMDMxQzE0MjcuODcgNDEyLjI2NCAxMjU1LjYgNDMxLjI2MSAxMDkxLjY5IDQ3OC44OTdDNzAyLjIyNSA1OTEuMTM0IDQ4NS40NDQgODQ3Ljk4OSAtMTgzLjU1NiA3MTMuNzQ0Qy0yMzguMjE0IDcwMi43NjEgLTI5Mi4xMTggNjg3LjEzOSAtMzQ4LjQyMiA2NjkuMzIxQy03ODcuMDYxIDUzMC4zOTkgLTEwNjQuNiA0NTUuNTA2IC0xMjc0LjEyIDQ0Ny45NEMtMjA2OS41MSA0MTkuMjIgLTExNjguNzEgMTI1NC44NyAtMjA2MS4wNyAxMjA2LjIyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3NC4xNiAyNzguNDY1QzI1OTEuMTMgNDMyLjE5NiAyMjU4LjcyIDQ5OS4xOTYgMTY1My42NCA0MzQuNjc3QzE0MjQuNzIgNDEwLjI2OSAxMjUxIDQzMi44ODcgMTA4OC40IDQ4MS4xNzRDNzAyLjcwNSA1OTQuOTk4IDQ3Mi4zNDUgODQxLjMxNiAtMTkzLjcwNSA3MDQuOTk3Qy0yNDcuODg0IDY5NC4wNTQgLTMwMi4wNjIgNjc4LjkyMSAtMzU4LjcwOSA2NjEuNTkxQy04MDQuMTM3IDUyNS4zOTQgLTEwODguMzMgNDU1LjkxMiAtMTI5NC42MiA0NDkuMzYzQy0yMDkxLjMyIDQyNC4xNDEgLTExNzEuMDQgMTI1NC41IC0yMDYwLjg3IDEyMjAuNjYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODc0LjE2IDI2MC4zMjFDMjU5OC45NSA0MTUuNDM0IDIyNjQuMzQgNDg4LjkwMyAxNjUyLjA2IDQzMC4zNjRDMTQyMS4zNiA0MDguMzE2IDEyNDYuMjcgNDM0LjUxMyAxMDg0LjkgNDgzLjQ5MkM3MDIuOTggNTk4Ljg2MSA0NTkuNTIxIDgzMy43MDggLTIwNC4wNjEgNjk2LjI5MUMtMjU3LjY5IDY4NS4yNjYgLTMxMi4yMTIgNjcwLjcwMiAtMzY5LjIwMiA2NTMuODYxQy04MjEuMzUgNTIwLjQzIC0xMTEyLjIgNDU2LjMxOCAtMTMxNS4zMyA0NTAuODI2Qy0yMTEzLjI2IDQyOS4yMjUgLTExNzMuNTggMTI1NC4yMiAtMjA2MC44NyAxMjM1LjE0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3NC4yMyAyNDIuMTQzQzI2MDYuODMgMzk4LjU5OCAyMjY5Ljk3IDQ3OC41MzUgMTY1MC42MiA0MjYuMDE3QzE0MTguMTMgNDA2LjI4NyAxMjQxLjY4IDQzNi4xNDYgMTA4MS41NCA0ODUuNzc2QzcwMy4zOTEgNjAyLjczMiA0NDYuOTAyIDgyNi4xMDYgLTIxNC4yNzkgNjg3LjU1Qy0yNjcuNDI5IDY3Ni40NDQgLTMyMi4xNTYgNjYyLjQ5MSAtMzc5LjYyNiA2NDYuMTM4Qy04MzguNTY0IDUxNS41MTQgLTExMzYuMDcgNDU2LjczMSAtMTMzNS45MSA0NTIuMjU2Qy0yMTM1LjA3IDQzNC4zMTYgLTExNzUuOTggMTI1My44NiAtMjA2MC43MyAxMjQ5LjU5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3NC4zIDIyNEMyNjE0LjcyIDM4MS44MzkgMjI3NS41MiA0NjguMTYyIDE2NDkuMTEgNDIxLjcwNUM4MTguNDY5IDM2MC4xMTYgNjk5LjA3MSA5MzcuMjQ1IC0zOTAuMDUgNjM4LjQ0OUMtMjc1MC4yMyAtOS4wNTY2MiAtOTYxLjY2NiAxMjUwLjk3IC0yMDYwLjY2IDEyNjQuMDciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzQwMTRfMzQ2OTMiIHgxPSIwIiB5MT0iMCIgeDI9IjI1NjAiIHkyPSIxNjAwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGNzI1ODUiLz4KPHN0b3Agb2Zmc2V0PSIwLjUyNjA0MiIgc3RvcC1jb2xvcj0iIzcyMDlCNyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM0Q0M5RjAiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyXzQwMTRfMzQ2OTMiIHgxPSIxMjgwIiB5MT0iMCIgeDI9IjEyODAiIHkyPSIxNjAwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMyMTIxMjEiIHN0b3Atb3BhY2l0eT0iMCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMyMTIxMjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyXzQwMTRfMzQ2OTMiIHgxPSIxMjgwIiB5MT0iMCIgeDI9IjEyODAiIHkyPSIxNjAwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMzMzMzMzMiLz4KPC9saW5lYXJHcmFkaWVudD4KPGNsaXBQYXRoIGlkPSJjbGlwMF80MDE0XzM0NjkzIj4KPHJlY3Qgd2lkdGg9IjI1NjAiIGhlaWdodD0iMTYwMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
}

.lpx-theme-dim .lpx-login-bg {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU2MCIgaGVpZ2h0PSIxNjAwIiB2aWV3Qm94PSIwIDAgMjU2MCAxNjAwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDAxNF8zNDY5NykiPgo8cmVjdCB3aWR0aD0iMjU2MCIgaGVpZ2h0PSIxNjAwIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNDAxNF8zNDY5NykiLz4KPHJlY3Qgd2lkdGg9IjI1NjAiIGhlaWdodD0iMTYwMCIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzQwMTRfMzQ2OTcpIi8+CjxnIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpkaWZmZXJlbmNlIj4KPHJlY3Qgd2lkdGg9IjI1NjAiIGhlaWdodD0iMTYwMCIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMCAxNjAwKSIgZmlsbD0idXJsKCNwYWludDJfbGluZWFyXzQwMTRfMzQ2OTcpIi8+CjwvZz4KPGcgc3R5bGU9Im1peC1ibGVuZC1tb2RlOmhhcmQtbGlnaHQiPgo8cmVjdCB3aWR0aD0iMjU2MCIgaGVpZ2h0PSI5NzciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgOTc3KSIgZmlsbD0idXJsKCNwYWludDNfbGluZWFyXzQwMTRfMzQ2OTcpIi8+CjwvZz4KPGcgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm92ZXJsYXkiPgo8cGF0aCBkPSJNMS43NDA2IDEzMzcuNjNDNjgwLjc2MyAxNDE0LjQyIDQ2NS45NTUgNDAxLjE5OCA4MDUuNDQ4IDQwNy4yMTJDMTEzOC4yMyA0MTMuMTMgNzk2Ljg1MiAxMjE1LjcgMTIyOC4xIDExNjguMjJDMTQ0Mi45NCAxMTQ0LjU4IDExNTUuMDMgNTI5LjA4MyAxNDMyLjk2IDQyNy4zMjJDMTgwNi44OCAyOTAuNDMyIDIwMDguOSAxMTUxLjU1IDI1NjAgMzM4LjM1MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuNzQwNiAxMzIzLjQ0QzQxOS45MTcgMTM3Mi4yNSA0OTguNzQzIDEwMDQuOTIgNTgwLjU4OCA3MjAuMjI0QzYzMC4yODQgNTQ3LjQ0MSA2NzkuNTE5IDQwNi4yMjMgODA3LjI2IDQwOS4wMjRDMTEzOC4wOSA0MTYuMTUxIDgwMy40OTUgMTIwOS43OCAxMjMzLjQ2IDExNjEuNDFDMTI3OS43NSAxMTU2LjIyIDEzMDIuNTIgMTEyMy42MSAxMzEzLjI1IDEwNzQuNzNDMTM1Mi4yNSA4OTYuOTIyIDEyMjcuNiA1MDcuMDkzIDE0NDMuNjkgNDI4LjQ2NkMxODE4LjE3IDI5My4zNTcgMjAxMC4yMSAxMTUxLjI5IDI1NjAgMzQ5LjY3OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuNzA1MDggMTMwOS4yMkM0MTUuODMyIDEzNTkuMDggNDk2LjgyNSA5OTguMTc2IDU4MS4zMzQgNzE2LjgyMkM2MzIuNTIyIDU0Ni40MjUgNjgxLjg5OSA0MDcuNDk4IDgwOC45NjUgNDEwLjgwN0MxMTM3Ljg0IDQxOS4xNDQgODA5Ljk5NSAxMjAzLjggMTIzOC42OSAxMTU0LjU3QzEyODQuNjkgMTE0OS4zNSAxMzA3LjM1IDExMTYuOTkgMTMxOC41OCAxMDY4LjY5QzEzNTkuNjQgODkxLjgzMyAxMjM5LjYxIDUwNi41ODYgMTQ1NC4zMSA0MjkuNTgxQzE4MjguOTQgMjk1LjI2OCAyMDExLjQyIDExNTEuMDQgMjU1OS44NiAzNjAuOTc3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS42Njk0MyAxMjk1LjAzQzQxMS43NDcgMTM0NS45NyA0OTQuOTA2IDk5MS40OTUgNTgyLjExNSA3MTMuNDgyQzYzNC43OTYgNTQ1LjUwMyA2ODQuMzE1IDQwOC44MzYgODEwLjc0MSA0MTIuNjU0QzExMzcuNjYgNDIyLjIzMiA4MTYuNjAyIDExOTcuOTEgMTI0NC4wMSAxMTQ3LjgzQzEyODkuNzMgMTE0Mi41NCAxMzEyLjI1IDExMTAuNDcgMTMyMy45OCAxMDYyLjcxQzEzNjcuMSA4ODYuNzc1IDEyNTEuNzkgNTA2LjM5NiAxNDY1IDQzMC43OTJDMTg0MC4wMiAyOTcuNzUyIDIwMTIuNyAxMTUwLjg1IDI1NTkuODIgMzcyLjM3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS42Njk0MyAxMjgwLjhDNDA3LjY5NyAxMzMyLjgzIDQ5My4wMjQgOTg0Ljc4IDU4Mi44OTcgNzEwLjA3N0M2MzcuMDY5IDU0NC40ODUgNjg2LjczIDQxMC4wNzYgODEyLjUxNyA0MTQuNDM2QzExMzcuNDggNDI1LjIyMyA4MjMuMjEgMTE5MS45MyAxMjQ5LjM0IDExNDAuOTlDMTI5NC44MSAxMTM1LjY3IDEzMTcuMTkgMTEwMy44NSAxMzI5LjM4IDEwNTYuNjZDMTM3NC42IDg4MS42NTEgMTI2NC4wMSA1MDYuMTczIDE0NzUuNyA0MzEuOTA1QzE4NTEuMDcgMzAwLjE2OSAyMDEzLjk4IDExNTAuNTYgMjU1OS43OSAzODMuNjY1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS42MzQwMyAxMjY2LjYxQzQwMy42MTIgMTMxOS42OSA0OTEuMDcgOTc4LjEzIDU4My42NzggNzA2LjcwNEM2MzkuMzQzIDU0My41MyA2ODkuMTQ2IDQxMS4zODEgODE0LjI5NCA0MTYuMjQ5QzExMzcuMyA0MjguMjc3IDgyOS43ODIgMTE4Ni4wMSAxMjU0LjY3IDExMzQuMThDMTI5OS44NiAxMTI4LjggMTMyMi4xMyAxMDk3LjI2IDEzMzQuODEgMTA1MC42NUMxMzgyLjE2IDg3Ni41MjggMTI3Ni4yNyA1MDYuMDE0IDE0ODYuNDIgNDMzLjA1QzE4NjIuMTkgMzAyLjYyIDIwMTUuMjkgMTE1MC4zNCAyNTU5Ljc1IDM5NC45OTQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjU5ODYzIDEyNTIuMzlDMzk5LjUyNyAxMzA2LjU1IDQ4OS4xMTYgOTcxLjQ0OSA1ODQuNDI0IDcwMy4zMDFDNjQxLjU0NSA1NDIuNTQ1IDY5MS41MjYgNDEyLjYyMyA4MTYuMDM0IDQxOC4wMzNDMTEzNy4wOSA0MzEuMjcgODM2LjM1MyAxMTgwLjA2IDEyNTkuOTcgMTEyNy4zNEMxMzA0Ljg3IDExMjEuODkgMTMyNy4wMyAxMDkwLjYyIDEzNDAuMTggMTA0NC41N0MxMzg5LjY2IDg3MS4zNDMgMTI4OC40NSA1MDUuNzYxIDE0OTcuMDggNDM0LjEzM0MxODczLjIzIDMwNS4wMDcgMjAxNi41MyAxMTUwLjAyIDI1NTkuNjggNDA2LjIyOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuNTk4NjMgMTIzOC4xOUMzOTUuNDQyIDEyOTMuNCA0ODcuMTk4IDk2NC43OTYgNTg1LjI0MSA2OTkuOTU2QzY0My44NTQgNTQxLjY1MSA2OTMuOTc3IDQxMy45NTcgODE3LjgxIDQxOS44NzVDMTEzNi45MSA0MzQuMzIyIDg0Mi44MTkgMTE3My4yOCAxMjY1LjI5IDExMjAuNTZDMTMwOS45MSAxMTE0Ljk5IDEzMzEuOTcgMTA4NC4wNiAxMzQ1LjU4IDEwMzguNTlDMTM5Ny4xOSA4NjYuMjE3IDEzMDAuNjcgNTA1LjYzMSAxNTA3Ljc3IDQzNS4zNEMxODg0LjMyIDMwNy41MTggMjAxNy44MSAxMTQ5LjgzIDI1NTkuNjQgNDE3LjYxNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuNTYyOTkgMTIyMy45N0MzOTEuMzU3IDEyODAuMjYgNDg1LjIwOSA5NTguMTc3IDU4NS45ODcgNjk2LjU1MUM2NDYuMDIxIDU0MC42NjQgNjk2LjM1NyA0MTUuMjI5IDgxOS41NTEgNDIxLjY1N0MxMTM2LjcgNDM3LjM0NCA4NDkuMzU1IDExNjcuMiAxMjcwLjU5IDExMTMuNzVDMTMxNC45NSAxMTA4LjExIDEzMzYuOTEgMTA3Ny40NCAxMzUwLjk3IDEwMzIuNTdDMTQwNC43NiA4NjEuMDMgMTMxMi44OSA1MDUuNDcxIDE1MTguNDMgNDM2LjQ4NUMxODk1LjM2IDMxMCAyMDE5LjA5IDExNDkuNjEgMjU1OS41NyA0MjguOTQzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS41Mjc0NyAxMjA5Ljc4QzM4Ny4yNzIgMTI2Ny4xMiA0ODMuMjE5IDk1MS41NTggNTg2LjczMyA2OTMuMTc4QzY0OC4yMjMgNTM5Ljc0MSA2OTguNzM3IDQxNi41MDIgODIxLjI5MSA0MjMuNTAyQzExMzYuNDkgNDQwLjM5OSA4NTUuODkxIDExNjEuMjIgMTI3NS44OCAxMTA2Ljk3QzEzMTkuOTYgMTEwMS4yNyAxMzQxLjgxIDEwNzAuODggMTM1Ni4zNCAxMDI2LjU5QzE0MTIuMjkgODU1Ljg3NCAxMzI1LjA4IDUwNS4zNDQgMTUyOS4wOSA0MzcuNjYyQzE5MDYuNDUgMzEyLjQ4MiAyMDIwLjMzIDExNDkuMzggMjU1OS40NyA0NDAuMzAzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS40OTE5NCAxMTk1LjU5QzM4My4xODYgMTI1NC4wMSA0ODEuMTk0IDk0NS4wMDMgNTg3LjUxNSA2ODkuODA1QzY1MC40MjYgNTM4LjgxOSA3MDEuMTUzIDQxOC4wMyA4MjMuMDY4IDQyNS4zMTZDMTEzNi4yNCA0NDMuOTk1IDg2Mi40NjMgMTE1NS4xOCAxMjgxLjIxIDExMDAuMTZDMTMyNS4wMSAxMDk0LjQgMTM0Ni43OCAxMDY0LjI2IDEzNjEuNzcgMTAyMC41NEMxNDE5LjkzIDg1MC42NTYgMTMzNy4zNyA1MDUuMTUzIDE1MzkuODIgNDM4Ljc3NkMxOTE3LjYgMzE0LjkzMiAyMDIxLjY1IDExNDkuMSAyNTU5LjQ3IDQ1MS42IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS40OTE5NCAxMTgxLjM3QzM3OS4xMzcgMTI0MC44NCA0NzkuMTcgOTM4LjM4NyA1ODguMjk2IDY4Ni40MzVDNjUyLjYyOCA1MzcuODk4IDcwMy41NjggNDE5LjMzNiA4MjQuODQ0IDQyNy4xMzJDMTEzNi4wNiA0NDcuMDgzIDg2OS4wMzQgMTE0OS4xMyAxMjg2LjU0IDEwOTMuMzVDMTMzMC4wNSAxMDg3LjUzIDEzNTEuNzYgMTA1Ny42OCAxMzY3LjE3IDEwMTQuNTNDMTQyNy41MyA4NDUuNDQgMTM0OS42MiA1MDUuMDI4IDE1NTAuNTEgNDM5Ljk1NkMxOTI4LjcyIDMxNy40NDggMjAyMi45MyAxMTQ4LjkxIDI1NTkuNDMgNDYyLjk2MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuNDU2MyAxMTY3LjE3QzM3NS4wNTIgMTIyNy43MyA0NzcuMTQ1IDkzMS44NjUgNTg5LjA3OCA2ODMuMDYzQzY1NC43OTUgNTM2Ljk3NiA3MDUuOTg0IDQyMC42NDIgODI2LjU4NCA0MjguOTQ3QzExMzUuODUgNDUwLjE3MSA4NzUuNTcxIDExNDMuMDkgMTI5MS44MyAxMDg2LjU0QzEzMzUuMSAxMDgwLjY2IDEzNTYuNzMgMTA1MS4wNiAxMzcyLjU0IDEwMDguNTJDMTQzNS4xMyA4NDAuMjIyIDEzNjEuODEgNTA0LjkwMiAxNTYxLjE2IDQ0MS4xMDJDMTkzOS44IDMxOS45MzEgMjAyNC4xNyAxMTQ4LjY1IDI1NTkuMzYgNDc0LjI5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS40MjExNCAxMTUyLjk1QzM3MC45NjcgMTIxNC41NSA0NzUuMDQ5IDkyNS4yNzYgNTg5LjgyNCA2NzkuNjU2QzY1Ni45MjcgNTM2LjA1MiA3MDguMzY0IDQyMS45MTMgODI4LjMyNSA0MzAuNzI3QzExMzUuNiA0NTMuMjI0IDg4Mi4xMDcgMTEzNy4wNCAxMjk3LjEyIDEwNzkuNzNDMTM0MC4xMSAxMDczLjc4IDEzNjEuNjcgMTA0NC40NyAxMzc3Ljk0IDEwMDIuNUMxNDQyLjggODM0Ljk3IDEzNzQuMDcgNTA0Ljc3MiAxNTcxLjg2IDQ0Mi4yNDZDMTk1MC45MiAzMjIuNDExIDIwMjUuNDUgMTE0OC40MyAyNTU5LjI5IDQ4NS42MTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjQyMTE0IDExMzguNzZDMzY2LjkxNyAxMjAxLjQ0IDQ3Mi45ODkgOTE4Ljc4NCA1OTAuNjQxIDY3Ni4yODNDNjU5LjEyOSA1MzUuMTI5IDcxMC44MTUgNDIzLjI0OSA4MzAuMTM3IDQzMi41NEMxMTM1LjQ2IDQ1Ni4zMSA4ODguNzE0IDExMzAuOTkgMTMwMi40OSAxMDcyLjkyQzEzNDUuMTggMTA2Ni45NCAxMzY2LjcxIDEwMzcuODYgMTM4My4zNyA5OTYuNDU3QzE0NTAuNTEgODI5LjY4OCAxMzg2LjM2IDUwNC42MTMgMTU4Mi41OSA0NDMuMzkxQzE5NjIuMTEgMzI0LjkyNSAyMDI2Ljc2IDExNDguMTggMjU1OS4yOSA0OTYuOTQ1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4zODU1IDExMjQuNTNDMzYyLjgzMiAxMTg4LjI3IDQ3MC44NTcgOTEyLjIyNyA1OTEuMzg3IDY3Mi45MDhDNjYxLjIyNSA1MzQuMjM2IDcxMy4xOTUgNDI0LjU1MiA4MzEuODc4IDQzNC4zNTJDMTEzNS4yNCA0NTkuMzk1IDg5NS4yODYgMTEyNC45OCAxMzA3Ljc4IDEwNjYuMTFDMTM1MC4yMyAxMDYwLjA2IDEzNzEuNjggMTAzMS4yMyAxMzg4Ljc3IDk5MC40NDFDMTQ1OC4xOCA4MjQuNDM1IDEzOTguNjUgNTA0LjUxNSAxNTkzLjI4IDQ0NC41MzRDMTk3My4yNyAzMjcuNDM2IDIwMjguMDQgMTE0Ny45MiAyNTU5LjI1IDUwOC4yNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuMzQ5ODUgMTExMC4zNEMzNTguNzQ3IDExNzUuMTYgNDY4LjcyNiA5MDUuNzM4IDU5Mi4xMzMgNjY5LjUzN0M2NjMuMjg1IDUzMy4zNDcgNzE1LjU3NSA0MjUuODU4IDgzMy41ODMgNDM2LjE2OEMxMTM1IDQ2Mi40ODMgOTAxLjc4NyAxMTE4Ljk2IDEzMTMuMDQgMTA1OS4zQzEzNTUuMiAxMDUzLjE5IDEzNzYuNjYgMTAyNC42MiAxMzk0LjEgOTg0LjQyOUMxNDY1Ljg2IDgxOS4xNTUgMTQxMC44MyA1MDQuNDIyIDE2MDMuODYgNDQ1LjY4MkMxOTg0LjMxIDMyOS45NTIgMjAyOS4yMiAxMTQ3LjcgMjU1OS4xMSA1MTkuNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuMzQ5ODUgMTA5Ni4xMkMzNTQuNjYyIDExNjEuOTkgNDY2LjU5NCA4OTkuMjQ3IDU5Mi45NSA2NjYuMTMyQzY2NS40MTcgNTMyLjQyNCA3MTguMDI2IDQyNy4xMzEgODM1LjM5NCA0MzcuOTVDMTEzNC44MiA0NjUuNTA2IDkwOC4zOTQgMTExMi45MiAxMzE4LjQgMTA1Mi40NkMxMzYwLjI4IDEwNDYuMjkgMTM4MS43IDEwMTggMTM5OS41MyA5NzguMzUyQzE0NzMuNjQgODEzLjgxIDE0MjMuMTIgNTA0LjI2MyAxNjE0LjU5IDQ0Ni43NjRDMTk5NS41IDMzMi40MDIgMjAzMC41MyAxMTQ3LjM4IDI1NTkuMDggNTMwLjg2NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuMzE0MzMgMTA4MS45M0MzNTAuNTc2IDExNDguODggNDY0LjM5MiA4OTIuNzU1IDU5My42OTYgNjYyLjc1OUM2NjcuNDc3IDUzMS41MzMgNzIwLjQwNiA0MjguNDM1IDgzNy4xMzUgNDM5Ljc2M0MxMTM0LjYgNDY4LjU5MiA5MTQuOTMgMTEwNi45IDEzMjMuNjkgMTA0NS42OEMxMzY1LjMzIDEwMzkuNDUgMTM4Ni43MSAxMDExLjQxIDE0MDQuOTMgOTcyLjM2OUMxNDgxLjQyIDgwOC41NTkgMTQzNS40MSA1MDQuMTk5IDE2MjUuMjggNDQ3Ljk3M0MyMDA2LjY5IDMzNS4wMTIgMjAzMS44MSAxMTQ3LjE5IDI1NTkuMDQgNTQyLjI1NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuMjc4ODEgMTA2Ny43M0MzNDYuNDkxIDExMzUuNzMgNDYyLjE1NCA4ODYuMzI3IDU5NC40NzcgNjU5LjQxOEM2NjkuNTM3IDUzMC43MDUgNzIyLjc4NiA0MjkuNzcyIDgzOC45MTEgNDQxLjYwOUMxMTM0LjQzIDQ3MS42NzkgOTIxLjUwMiAxMTAwLjkyIDEzMjkuMDIgMTAzOC45QzEzNzAuMzcgMTAzMi42IDEzOTEuNzYgMTAwNC44MyAxNDEwLjMzIDk2Ni4zODdDMTQ4OS4xOSA4MDMuMjc2IDE0NDcuNyA1MDQuMTY3IDE2MzUuOTggNDQ5LjE1QzIwMTcuODUgMzM3LjU1NyAyMDMzLjA5IDExNDcgMjU1OS4wMSA1NTMuNjE2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4yNzg4MSAxMDUzLjUxQzM0Mi40NDIgMTEyMi41OSA0NTkuOTUyIDg3OS44MzcgNTk1LjI1OSA2NTYuMDE0QzY3MS41NjIgNTI5Ljc4MyA3MjUuMjAyIDQzMS4wNDUgODQwLjY4NyA0NDMuMzkxQzExMzQuMjEgNDc0LjczNCA5MjguMDc0IDEwOTQuODggMTMzNC4zNSAxMDMyLjA2QzEzNzUuNDEgMTAyNS43MyAxMzk2LjggOTk4LjE3NiAxNDE1LjczIDk2MC4zNDJDMTQ5Ny4wMSA3OTcuOTYzIDE0NTkuOTkgNTA0LjA3MyAxNjQ2LjY3IDQ1MC4yNjVDMjAyOS4wNCAzNDAuMTAzIDIwMzQuMzcgMTE0Ni43MSAyNTU4Ljk3IDU2NC45MTMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjI0MzE2IDEwMzkuMzJDMzM4LjM1NiAxMTA5LjQ1IDQ1Ny42NDMgODczLjQxIDU5Ni4wMDUgNjUyLjY0MkM2NzMuNTUxIDUyOC44OTMgNzI3LjU4MiA0MzIuMzUxIDg0Mi4zOTIgNDQ1LjIwN0MxMTMzLjk2IDQ3Ny43OSA5MzQuNTc0IDEwODguODYgMTMzOS42MSAxMDI1LjI2QzEzODAuMzkgMTAxOC44NiAxNDAxLjc3IDk5MS41OSAxNDIxLjEgOTU0LjI5N0MxNTA0LjgyIDc5Mi42MTkgMTQ3Mi4yNSA1MDMuOTc4IDE2NTcuMzMgNDUxLjM3OUMyMDQwLjE5IDM0Mi42MTggMjAzNS42MSAxMTQ2LjQzIDI1NTguODYgNTc2LjIxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4yMDc3NiAxMDI1LjFDMzM0LjI3MSAxMDk2LjMxIDQ1NS4zMzQgODY2Ljk1IDU5Ni43ODYgNjQ5LjIzNkM2NzUuNTc2IDUyOC4wMDIgNzI5Ljk5OCA0MzMuNjIzIDg0NC4xNjggNDQ2Ljk4N0MxMTMzLjc1IDQ4MC44NDQgOTQxLjE0NiAxMDgyLjgyIDEzNDQuOTQgMTAxOC40MUMxMzg1LjQ3IDEwMTEuOTUgMTQwNi44NSA5ODQuOTM5IDE0MjYuNSA5NDguMjVDMTUxMi43MSA3ODcuMjcyIDE0ODQuNTQgNTAzLjg4MiAxNjY4LjAyIDQ1Mi41MjRDMjA1MS4zOCAzNDUuMTk1IDIwMzYuOTIgMTE0Ni4yIDI1NTguODMgNTg3LjUzNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuMTcyMjQgMTAxMC45QzMzMC4xODYgMTA4My4xNyA0NTIuOTg5IDg2MC41MjEgNTk3LjUzMiA2NDUuODk0QzY3Ny40OTUgNTI3LjE0MSA3MzIuMzc4IDQzNC45NTggODQ1LjkwOSA0NDguODMxQzExMzMuNTQgNDgzLjkyOSA5NDcuNjgyIDEwNzYuODcgMTM1MC4yMyAxMDExLjY3QzEzOTAuNDggMTAwNS4xNCAxNDExLjkgOTc4LjM4MyAxNDMxLjkgOTQyLjI5OUMxNTIwLjYzIDc4Mi4wMjEgMTQ5Ni44MyA1MDMuOTEyIDE2NzguNzEgNDUzLjczMkMyMDYyLjYxIDM0Ny44MzQgMjAzOC4yIDExNDYuMDEgMjU1OC43OSA1OTguOTI3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4xNzIyNCA5OTYuNjgxQzMyNi4xMzcgMTA3MC4wMyA0NTAuNjQ1IDg1NC4wOTUgNTk4LjM0OSA2NDIuNDkxQzY3OS40ODQgNTI2LjIyIDczNC44MjkgNDM2LjIzMyA4NDcuNzIxIDQ1MC42MTVDMTEzMy40IDQ4Ni45NTQgOTU0LjI5IDEwNzAuODIgMTM1NS41OSAxMDA0LjgzQzEzOTUuNTYgOTk4LjI0IDE0MTcuMDEgOTcxLjc2NiAxNDM3LjMzIDkzNi4yNTRDMTUyOC41OSA3NzYuNjc2IDE1MDkuMTYgNTAzLjg1IDE2ODkuNCA0NTQuODQ3QzIwNzMuODMgMzUwLjM4MiAyMDM5LjQ4IDExNDUuNzYgMjU1OC43NiA2MTAuMjI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4xMzY3MiA5ODIuNDg5QzMyMi4wNTEgMTA1Ni44OCA0NDguMjI5IDg0Ny42NjcgNTk5LjA5NSA2MzkuMTE3QzY4MS40MDIgNTI1LjM2IDczNy4yMDkgNDM3LjUzNiA4NDkuNDYxIDQ1Mi40MjhDMTEzMy4xNSA0OTAuMDQgOTYwLjgyNiAxMDY0Ljg0IDEzNjAuODkgOTk4LjAxN0MxNDAwLjYgOTkxLjM5OCAxNDIyLjA5IDk2NS4xNDYgMTQ0Mi43IDkzMC4yMDhDMTUzNi41MSA3NzEuMjk4IDE1MjEuNDUgNTAzLjc4NiAxNzAwLjA2IDQ1NS45OTJDMjA4NS4wMiAzNTIuOTkgMjA0MC43MyAxMTQ1LjUgMjU1OC42NSA2MjEuNTUyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4xMDEzMiA5NjguMjY3QzMxNy45NjYgMTA0My43NCA0NDUuNzc4IDg0MS4yNDEgNTk5Ljg3NyA2MzUuNzE0QzY4My4zMiA1MjQuNDM5IDczOS42MjQgNDM4LjgxMSA4NTEuMjAyIDQ1NC4yMTJDMTEzMi45MyA0OTMuMDY0IDk2Ny4zNjIgMTA1OC44MyAxMzY2LjE4IDk5MS4xNzdDMTQwNS42MSA5ODQuNDk1IDE0MjcuMTcgOTU4LjQ5OCAxNDQ4LjA5IDkyNC4xNjRDMTU0NC41IDc2NS45NTQgMTUzMy43NCA1MDMuNzI0IDE3MTAuNzUgNDU3LjEwOEMyMDk2LjI1IDM1NS41NyAyMDQyIDExNDUuMjIgMjU1OC42MSA2MzIuODE5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMS4xMDEzMiA5NTQuMDcyQzMxMy44ODEgMTAzMC42IDQ0My4zMjcgODM0LjgxIDYwMC42NTggNjMyLjM3MUM2ODUuMjAzIDUyMy41NzcgNzQyLjA0IDQ0MC4xNDUgODUyLjk3OCA0NTYuMDU1QzExMzIuNzYgNDk2LjE0OCA5NzMuOTM0IDEwNTIuODcgMTM3MS41MSA5ODQuNDI5QzE0MTAuNjUgOTc3LjY4MyAxNDMyLjI1IDk1MS45NzIgMTQ1My40OSA5MTguMjExQzE1NTIuNTMgNzYwLjcwMSAxNTQ2LjA3IDUwMy43ODUgMTcyMS40NCA0NTguMzE0QzIxMDcuNDcgMzU4LjI0IDIwNDMuMjggMTE0NS4wNiAyNTU4LjU4IDY0NC4yMDgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xLjA2NTY3IDkzOS44NDhDMzA5Ljc5NiAxMDE3LjQ2IDQ0MC44MDUgODI4LjM4MiA2MDEuNDA0IDYyOC45NjVDNjg3LjAxNSA1MjIuNjU0IDc0NC40MiA0NDEuNDE3IDg1NC43MTkgNDU3LjgzNkMxMTMyLjUxIDQ5OS4xNzEgOTgwLjUwNiAxMDQ2Ljg2IDEzNzYuOCA5NzcuNTg3QzE0MTUuNjYgOTcwLjc3NyAxNDM3LjM3IDk0NS4zNTMgMTQ1OC44OSA5MTIuMTMzQzE1NjAuNiA3NTUuMzIzIDE1NTguMzkgNTAzLjcyMSAxNzMyLjE0IDQ1OS4zOTVDMjExOC43IDM2MC44MTYgMjA0NC41NiAxMTQ0Ljc0IDI1NTguNTQgNjU1LjQ3MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuMDMwMDMgOTI1LjY1OEMzMDUuNzExIDEwMDQuMzIgNDM4LjI0NyA4MjEuOTU2IDYwMi4xODYgNjI1LjU5NEM2ODguODYyIDUyMS43NjUgNzQ2LjgzNSA0NDIuNzIzIDg1Ni40OTUgNDU5LjY1MkMxMTMyLjMzIDUwMi4yMjcgOTg3LjA3NyAxMDQwLjg4IDEzODIuMTMgOTcwLjc3OUMxNDIwLjc0IDk2My45MzggMTQ0Mi40OCA5MzguNzM2IDE0NjQuMjkgOTA2LjEyMUMxNTY4LjY2IDc1MC4wNDMgMTU3MC43MiA1MDMuNzIzIDE3NDIuODMgNDYwLjU3NUMyMTI5Ljk2IDM2My40OTEgMjA0NS44NCAxMTQ0LjUyIDI1NTguNDcgNjY2LjgzMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTEuMDMwMDMgOTExLjQ2NEMzMDEuNjYxIDk5MS4yMDYgNDM1LjY1NCA4MTUuNTU5IDYwMi45NjcgNjIyLjIxOUM2OTAuNzA5IDUyMC44NzIgNzQ5LjI1MSA0NDQuMDI2IDg1OC4yMzUgNDYxLjQ2NEMxMTMyLjA4IDUwNS4yOCA5OTMuNjE0IDEwMzQuODkgMTM4Ny40MiA5NjMuOTY4QzE0MjUuNzUgOTU3LjA2MyAxNDQ3LjYgOTMyLjE0OCAxNDY5LjY2IDkwMC4xMDVDMTU3Ni43NiA3NDQuNzI3IDE1ODMuMDEgNTAzLjcyMSAxNzUzLjQ5IDQ2MS43MThDMjE0MS4xOCAzNjYuMTYyIDIwNDcuMDggMTE0NC4yOSAyNTU4LjQgNjc4LjE1OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuOTk0NzUxIDg5Ny4yNDJDMjk3LjU3NiA5NzguMDMzIDQzMy4wMjUgODA5LjEgNjAzLjc0OSA2MTguODQ3QzY5Mi40ODUgNTE5Ljk1IDc1MS42NjcgNDQ1LjMzMiA4NjAuMDEyIDQ2My4yNzlDMTEzMS45IDUwOC4zMzYgMTAwMC4xOSAxMDI4LjkxIDEzOTIuNzUgOTU3LjE1OUMxNDMwLjggOTUwLjE5MSAxNDUyLjcxIDkyNS41NjIgMTQ3NS4wOSA4OTQuMDkyQzE1ODQuOTMgNzM5LjQ0NiAxNTk1LjM3IDUwMy43NTQgMTc2NC4xOCA0NjIuODY1QzIxNTIuNDQgMzY4LjgzNiAyMDQ4LjM2IDExNDQuMDQgMjU1OC4zNyA2ODkuNDg4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC45NTkyMjkgODgzLjA1MUMyOTMuNDkxIDk2NC45MjQgNDMwLjM2MSA4MDIuNjQyIDYwNC40OTUgNjE1LjQ3NkM2OTQuMjI2IDUxOS4wMjkgNzU0LjA0NyA0NDYuNjA2IDg2MS43NTIgNDY1LjA5M0MxMTMxLjY5IDUxMS4zOTIgMTAwNi43MiAxMDIyLjk2IDEzOTguMDQgOTUwLjM4M0MxNDM1Ljg0IDk0My4zODIgMTQ1Ny44MyA5MTkuMDA4IDE0ODAuNDYgODg4LjA3OUMxNTkzLjEgNzM0LjE2NCAxNjA3LjY2IDUwMy43ODYgMTc3NC44NCA0NjQuMDExQzIxNjMuNjcgMzcxLjUxIDIwNDkuNjEgMTE0My43OSAyNTU4LjI5IDcwMC44MTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjk1OTIyOSA4NjguODI3QzI4OS40NDEgOTUxLjc1MSA0MjcuNjYxIDc5Ni4xNSA2MDUuMzEyIDYxMi4wN0M2OTYuMDAyIDUxOC4wNzMgNzU2LjQ2MiA0NDcuODc4IDg2My41NjQgNDY2Ljg3NUMxMTMxLjUxIDUxNC4zODIgMTAxMy4zMyAxMDE2Ljk1IDE0MDMuNDEgOTQzLjU0MUMxNDQwLjkyIDkzNi40NzcgMTQ2My4wNSA5MTIuMzg5IDE0ODUuOTMgODgyLjAzMkMxNjAxLjM4IDcyOC44ODIgMTYyMC4wNiA1MDMuNzg2IDE3ODUuNiA0NjUuMTU2QzIxNzUuMDQgMzc0LjIxNCAyMDUwLjk2IDExNDMuNTYgMjU1OC4yOSA3MTIuMTQ0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC45MjM1ODQgODU0LjYzNUMyODUuMzU2IDkzOC42NDEgNDI0Ljg5IDc4OS42OTEgNjA2LjA1OCA2MDguNjk4QzY5Ny43MDcgNTE3LjE1MSA3NTguODQyIDQ0OS4xODMgODY1LjMwNSA0NjguNjg5QzExMzEuMyA1MTcuNDM3IDEwMTkuOSAxMDExIDE0MDguNjYgOTM2LjczMUMxNDQ1Ljg5IDkyOS42MDQgMTQ2OC4xMyA5MDUuODAyIDE0OTEuMjYgODc2LjAxOEMxNjA5LjU1IDcyMy42IDE2MzIuMzUgNTAzLjg1IDE3OTYuMjIgNDY2LjMwMkMyMTg2LjI2IDM3Ni45NTEgMjA1Mi4xNiAxMTQzLjMxIDI1NTguMTkgNzIzLjQ3MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuODg3OTM5IDg0MC40MTJDMjgxLjI3MSA5MjUuNDY3IDQyMi4wODQgNzgzLjE2NyA2MDYuODA0IDYwNS4zMjRDNjk5LjM3NyA1MTYuMTk2IDc2MS4yMjIgNDUwLjQ4OCA4NjcuMDEgNDcwLjUwMkMxMTMxLjAyIDUyMC40OTIgMTAyNi40IDEwMDUuMDUgMTQxMy45MiA5MjkuOTIyQzE0NTAuOSA5MjIuNzYyIDE0NzMuMjUgODk5LjIxNiAxNDk2LjU4IDg3MC4wMDVDMTYxNy43NSA3MTguMzgyIDE2NDQuNjEgNTAzLjkxNCAxODA2Ljg0IDQ2Ny40NDhDMjE5Ny40NSAzNzkuNjg4IDIwNTMuNDEgMTE0My4wNSAyNTU4LjA4IDczNC44MDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjg1MjUzOSA4MjYuMjIxQzI3Ny4xODYgOTEyLjM1OCA0MTkuMjQyIDc3Ni42NDUgNjA3LjU4NSA2MDEuOTUyQzcwMS4wNDYgNTE1LjI0MiA3NjMuNjM4IDQ1MS43NjEgODY4Ljc4NiA0NzIuMzE3QzExMzAuODQgNTIzLjUxNSAxMDMyLjk3IDk5OS4xIDE0MTkuMjUgOTIzLjExM0MxNDU1Ljk1IDkxNS44OSAxNDc4LjQzIDg5Mi42MjkgMTUwMi4wMiA4NjMuOTU5QzE2MjYuMSA3MTMuMTMyIDE2NTcuMDEgNTAzLjk0NiAxODE3LjU3IDQ2OC41OTRDMjIwOC43OCAzODIuNDU3IDIwNTQuNzIgMTE0Mi44MyAyNTU4LjA1IDc0Ni4xMjkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjg1MjUzOSA4MTEuOTk4QzI3My4xMDEgODk5LjE4NSA0MTYuNDAxIDc3MC4wOTEgNjA4LjM2NyA1OTguNTQ4QzcwMi43MTYgNTE0LjIyNSA3NjYuMDUzIDQ1My4wMzUgODcwLjU2MiA0NzQuMDk5QzExMzAuNjYgNTI2LjUzOSAxMDM5LjU0IDk5My4xMTggMTQyNC41OCA5MTYuMzA0QzE0NjAuOTkgOTA5LjA0OSAxNDgzLjYyIDg4Ni4wNzUgMTUwNy40MiA4NTcuOTQ2QzE2MzQuNDUgNzA3LjkxNCAxNjY5LjMzIDUwNC4wMSAxODI4LjI2IDQ2OS43NEMyMjIwLjEyIDM4NS4yMjYgMjA1NiAxMTQyLjU4IDI1NTguMDEgNzU3LjQ1OCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuODE3MDE3IDc5Ny44MDJDMjY5LjAxNiA4ODYuMDcxIDQxMy40ODggNzYzLjUzMiA2MDkuMTQ4IDU5NS4xNzFDNzA0LjM4NSA1MTMuMjM0IDc2OC40NjkgNDU0LjMzNSA4NzIuMzM4IDQ3NS45MDlDMTEzMC40NSA1MjkuNTU4IDEwNDYuMTUgOTg3LjE2MyAxNDI5LjkxIDkwOS40OUMxNDY2LjA3IDkwMi4xNzIgMTQ4OC44IDg3OS40ODQgMTUxMi44MiA4NTEuOTI4QzE2NDIuODMgNzAyLjc1NSAxNjgxLjY5IDUwNC4xMDIgMTgzOC45NSA0NzAuODgyQzIyMzEuNDEgMzg3Ljk5IDIwNTcuMjggMTE0Mi4zNSAyNTU3Ljk4IDc2OC43ODIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjc4MTQ5NCA3ODMuNTgxQzI2NC45MyA4NzIuOSA0MTAuNTM5IDc1Ni45MTYgNjA5Ljg5NCA1OTEuODAxQzcwNS45NDggNTEyLjIxOSA3NzAuODQ5IDQ1NS42MTEgODc0LjA3OSA0NzcuNzI2QzExMzAuMjQgNTMyLjYxNiAxMDUyLjY5IDk4MS4yNDggMTQzNS4yIDkwMi42ODRDMTQ3MS4wOCA4OTUuMzAyIDE0OTMuOTYgODcyLjkzMiAxNTE4LjIyIDg0NS44ODVDMTY1MS4yMiA2OTcuNTcxIDE2OTQuMDYgNTA0LjE2OCAxODQ5LjYxIDQ3MS45OThDMjI0Mi43MSAzOTAuNzkzIDIwNTguNTIgMTE0Mi4wNyAyNTU3LjkgNzgwLjA4MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuNzgxNDk0IDc2OS4zOTFDMjYwLjg4MSA4NTkuNzkyIDQwNy41OTEgNzUwLjI5OSA2MTAuNzExIDU4OC40M0M3MDcuNjE4IDUxMS4yMDIgNzczLjMgNDU2LjkxNyA4NzUuODU1IDQ3OS41NDFDMTEzMC4wNiA1MzUuNjQgMTA1OS4yNiA5NzUuMjk5IDE0NDAuNTMgODk1Ljg3NkMxNDc2LjEyIDg4OC40NjIgMTQ5OS4xOCA4NjYuMzc5IDE1MjMuNjIgODM5Ljg3M0MxNjU5LjY3IDY5Mi40NSAxNzA2LjQyIDUwNC4yNjUgMTg2MC4zIDQ3My4xNzdDMjI1NCAzOTMuNjU4IDIwNTkuOCAxMTQxLjg1IDI1NTcuODMgNzkxLjQ0MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuNzQ2MDk0IDc1NS4xOTZDMjU2Ljc5NiA4NDYuNjQ4IDQwNC41NzEgNzQzLjYxNCA2MTEuNDU3IDU4NS4wNTRDNzA5LjE0NiA1MTAuMTgxIDc3NS42OCA0NTguMTg3IDg3Ny41OTYgNDgxLjM1MkMxMTI5LjgxIDUzOC42NiAxMDY1LjgzIDk2OS4zNzggMTQ0NS44MiA4ODkuMDY0QzE0ODEuMTcgODgxLjU4NiAxNTA0LjM2IDg1OS44MjEgMTUyOS4wMiA4MzMuODU2QzE2NjguMTYgNjg3LjMyNCAxNzE4Ljc4IDUwNC4zNTggMTg3MSA0NzQuMzJDMjI2NS4zNCAzOTYuNDg4IDIwNjEuMDggMTE0MS42MiAyNTU3LjggODAyLjc2OCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuNzEwNDQ5IDc0MC45NzRDMjUyLjcxMSA4MzMuNTA3IDQwMS41MTYgNzM2LjkwMSA2MTIuMjAzIDU4MS42NTFDNzEwLjcwOSA1MDkuMTAxIDc3OC4wNiA0NTkuNDYxIDg3OS4zMzYgNDgzLjEzNUMxMTI5LjYgNTQxLjY1MyAxMDcyLjM3IDk2My40MjkgMTQ1MS4xMSA4ODIuMjU2QzE0ODYuMTggODc0Ljc0NiAxNTA5LjUxIDg1My4yNjggMTUzNC4zOCA4MjcuODQzQzE2NzYuNjEgNjgyLjI2NiAxNzMxLjExIDUwNC40ODcgMTg4MS42NSA0NzUuNDY3QzIyNzYuNjMgMzk5LjM1MyAyMDYyLjMyIDExNDEuMzcgMjU1Ny43MyA4MTQuMDk3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC43MTA0NDkgNzI2Ljc4QzI0OC42NjEgODIwLjM2MyAzOTguNDYxIDczMC4xNTMgNjEzLjAyIDU3OC4zMDdDNzEyLjMwNyA1MDguMDQ4IDc4MC41MTEgNDYwLjc2NCA4ODEuMTQ4IDQ4NC45NzlDMTEyOS40NSA1NDQuNzA1IDEwNzkuMDEgOTU3LjU0IDE0NTYuNDggODc1LjQ3NkMxNDkxLjI2IDg2Ny45MDMgMTUxNC43NyA4NDYuNzQyIDE1MzkuODIgODIxLjgyN0MxNjg1LjE4IDY3Ny4yMDQgMTc0My41IDUwNC42MTIgMTg5Mi4zOCA0NzYuNjFDMjI4OC4wNCA0MDIuMjQ3IDIwNjMuNjQgMTE0MS4xMSAyNTU3LjczIDgyNS40MjMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjY3NDkyNyA3MTIuNTU5QzI0NC41NzYgODA3LjIyNCAzOTUuMzM1IDcyMy4zNDcgNjEzLjc2NiA1NzQuOTA2QzcxMy43OTkgNTA2LjkzOCA3ODIuODkxIDQ2Mi4wMzkgODgyLjg1MyA0ODYuNzYzQzExMjkuMiA1NDcuNjk5IDEwODUuNTEgOTUxLjU5MiAxNDYxLjc0IDg2OC42MzdDMTQ5Ni4yNiA4NjEuMDMyIDE1MTkuOTYgODQwLjE5IDE1NDUuMTggODE1Ljc4NEMxNjkzLjcgNjcyLjE0OCAxNzU1LjgzIDUwNC43MSAxOTAzLjA0IDQ3Ny43NThDMjI5OS4zMyA0MDUuMTc3IDIwNjQuODggMTE0MC44OSAyNTU3LjYyIDgzNi43NTMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjYzOTQwNCA2OTguMzY3QzI0MC40OTEgNzk0LjA4MiAzOTIuMTc0IDcxNi41MDQgNjE0LjU0OCA1NzEuNTMyQzcxNS4zNjIgNTA1LjgyMyA3ODUuMzA3IDQ2My4zMTIgODg0LjYyOSA0ODguNTc3QzExMjguOTkgNTUwLjcyMiAxMDkyLjEyIDk0NS42NzMgMTQ2Ny4wNiA4NjEuODI3QzE1MDEuMzEgODU0LjE1OCAxNTI1LjE4IDgzMy42MzQgMTU1MC41OCA4MDkuNzY5QzE3MDIuMyA2NjcuMTgzIDE3NjguMTkgNTA0LjgzNyAxOTEzLjczIDQ3OC45MDNDMjMxMC42NiA0MDguMTM1IDIwNjYuMTYgMTE0MC42NCAyNTU3LjU4IDg0OC4wODEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjYzOTQwNCA2ODQuMTQzQzIzNi40NDEgNzgwLjk0IDM4OS4wNDggNzA5LjU5OSA2MTUuMzI5IDU2OC4xMjdDNzE2Ljg4OSA1MDQuNjQ1IDc4Ny43MjIgNDY0LjU4NCA4ODYuNDA1IDQ5MC4zNThDMTEyOC44MSA1NTMuNzEyIDEwOTguNjkgOTM5Ljc1NCAxNDcyLjM5IDg1NC45ODVDMTUwNi4zNSA4NDcuMjg0IDE1MzAuNCA4MjcuMDc5IDE1NTYuMDEgODAzLjcyM0MxNzEwLjk2IDY2Mi4yMTggMTc4MC41OSA1MDQuOTYzIDE5MjQuNDYgNDgwLjAxNkMyMzIyLjA3IDQxMS4wNjIgMjA2Ny40NyAxMTQwLjM1IDI1NTcuNTggODU5LjM3NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuNjAzODgyIDY2OS45NTNDMjMyLjMyIDc2Ny44IDM4NS44NTEgNzAyLjY5NSA2MTYuMDc1IDU2NC43ODdDNzE4LjM0NiA1MDMuNTMzIDc5MC4xMDIgNDY1Ljg4OSA4ODguMTQ2IDQ5Mi4yMDVDMTEyOC42IDU1Ni43NjggMTEwNS4yNiA5MzMuOTAxIDE0NzcuNjkgODQ4LjI0MUMxNTExLjQgODQwLjQ3NyAxNTM1LjU5IDgyMC42MjEgMTU2MS4zOCA3OTcuNzQyQzE3MTkuNiA2NTcuMzIgMTc5Mi45MiA1MDUuMTU2IDE5MzUuMDggNDgxLjIyN0MyMzMzLjM2IDQxNC4xMTggMjA2OC42OCAxMTQwLjE5IDI1NTcuNDggODcwLjczOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuNTY4MzU5IDY1NS43MjhDMjI4LjIzNSA3NTQuNjU2IDM4Mi42MTggNjk1LjY2MiA2MTYuODU3IDU2MS4zODFDNzE5Ljg3MyA1MDIuMzIzIDc5Mi41MTggNDY3LjEzIDg4OS45MjIgNDkzLjk4NkMxMTI4LjQyIDU1OS43MjYgMTExMS44NyA5MjcuOTQ5IDE0ODMuMDEgODQxLjM5OUMxNTE2LjQ0IDgzMy42MDMgMTU0MC44NSA4MTQuMDY1IDE1NjYuNzggNzkxLjY5NUMxNzI4LjI2IDY1Mi40MTggMTgwNS4zMSA1MDUuMzE0IDE5NDUuNzcgNDgyLjM0QzIzNDQuNzMgNDE3LjEwOCAyMDcwIDExMzkuOSAyNTU3LjQxIDg4Mi4wMzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjUzMjk1OSA2NDEuNTM2QzIyNC4xNSA3NDEuNTE1IDM3OS4zODYgNjg4LjYzIDYxNy42MDMgNTU4LjAwOEM3MjEuMzMgNTAxLjExNCA3OTQuODk4IDQ2OC40MzQgODkxLjYyNyA0OTUuNzk5QzExMjguMTcgNTYyLjc0OSAxMTE4LjM3IDkyMi4wNjMgMTQ4OC4yNyA4MzQuNTg5QzE1MjEuNDEgODI2Ljc2MSAxNTQ2IDgwNy41NDIgMTU3Mi4xNCA3ODUuNjgxQzE3MzYuOTMgNjQ3LjYxNCAxODE3LjY0IDUwNS40NzMgMTk1Ni40MyA0ODMuNDg1QzIzNTYuMDYgNDIwLjE2MyAyMDcxLjI0IDExMzkuNjUgMjU1Ny4zNCA4OTMuMzYxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC41MzI5NTkgNjI3LjM0M0MyMjAuMTAxIDcyOC40MDQgMzc2LjE1MyA2ODEuNTY0IDYxOC40MiA1NTQuNjM0QzcyMi44OTMgNDk5LjkwMyA3OTcuMzQ5IDQ2OS43MDYgODkzLjQzOSA0OTcuNjEyQzExMjguMDMgNTY1Ljc3MSAxMTI1LjAxIDkxNi4yMDYgMTQ5My42NCA4MjcuNzc4QzE1MjYuNTMgODE5Ljg4NyAxNTUxLjI5IDgwMS4wNDkgMTU3Ny41OCA3NzkuNjM0QzE3NDUuNzEgNjQyLjc3NiAxODMwLjA0IDUwNS42MzEgMTk2Ny4xNiA0ODQuNTk4QzIzNjcuNDcgNDIzLjIxNyAyMDcyLjU1IDExMzkuMzkgMjU1Ny4zNCA5MDQuNjU1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC40OTc0MzcgNjEzLjExOUMyMTYuMDE1IDcxNS4yMjkgMzcyLjg4NSA2NzQuMzczIDYxOS4xNjYgNTUxLjI2QzcyNC4zNDkgNDk4LjY2MiA3OTkuNzI5IDQ3MC45NzggODk1LjE3OSA0OTkuNDI1QzExMjcuODIgNTY4Ljc2MSAxMTMxLjU4IDkxMC4zMTkgMTQ5OC45MyA4MjAuOTY4QzE1MzEuNTQgODEzLjA0NSAxNTU2LjUxIDc5NC41MjUgMTU4Mi45NCA3NzMuNjJDMTc1NC40NCA2MzguMDM0IDE4NDIuNCA1MDUuODIxIDE5NzcuODEgNDg1Ljc3NUMyMzc4LjggNDI2LjMzNSAyMDczLjggMTEzOS4xNyAyNTU3LjI2IDkxNi4wMTUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjQ2MTkxNCA1OTguOTI3QzIxMS45MyA3MDIuMTIgMzY5LjYxNyA2NjcuMTgxIDYxOS45NDcgNTQ3Ljg4N0M3MjUuODQxIDQ5Ny40MjEgODAyLjE0NSA0NzIuMjUxIDg5Ni45NTYgNTAxLjIzOUMxMTI3LjYxIDU3MS43NTMgMTEzOC4xOSA5MDQuNDMzIDE1MDQuMjYgODE0LjE5MUMxNTM2LjYyIDgwNi4yMDQgMTU2MS43NyA3ODguMDY2IDE1ODguMzggNzY3LjYzOEMxNzYzLjI1IDYzMy4zNTcgMTg1NC44IDUwNi4wNzYgMTk4OC41NCA0ODYuOTUyQzIzOTAuMjQgNDI5LjUxNyAyMDc1LjExIDExMzguOTggMjU1Ny4yMyA5MjcuMzc1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC40NjE5MTQgNTg0LjcwNUMyMDcuODgxIDY4OC45OCAzNjYuMzg0IDY1OS44OTYgNjIwLjcyOSA1NDQuNDg1QzcyNy4zMzMgNDk2LjExOCA4MDQuNTYgNDczLjUyNiA4OTguNzMyIDUwMy4wMjNDMTEyNy40NiA1NzQuNzQ1IDExNDQuOCA4OTguNTQ3IDE1MDkuNTkgODA3LjM1MUMxNTQxLjY2IDc5OS4zMzIgMTU2Ni45OSA3ODEuNTQ1IDE1OTMuNzcgNzYxLjU5M0MxNzcyLjA2IDYyOC42ODEgMTg2Ny4yIDUwNi4yMzcgMTk5OS4yMyA0ODguMDY4QzI0MDEuNiA0MzIuNjY5IDIwNzYuMzkgMTEzOC42OSAyNTU3LjE5IDkzOC42NzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjQyNjI3IDU3MC41MTFDMjAzLjc5NSA2NzUuODM2IDM2My4xMTYgNjUyLjU3NSA2MjEuNDc1IDU0MS4xMDlDNzI4LjgyNSA0OTQuODEgODA2Ljk0IDQ3NC43OTYgOTAwLjQzNyA1MDQuODM0QzExMjcuMjIgNTc3LjczNCAxMTUxLjM0IDg5Mi42OSAxNTE0Ljg0IDgwMC41MzlDMTU0Ni42NCA3OTIuNDg4IDE1NzIuMTggNzc1LjA1MSAxNTk5LjE0IDc1NS41NDVDMTc4MC44NCA2MjQuMDMyIDE4NzkuNTIgNTA2LjQyNSAyMDA5Ljg2IDQ4OS4xNzhDMjQxMi45MyA0MzUuODQ4IDIwNzcuNiAxMTM4LjQxIDI1NTcuMDkgOTQ5Ljk2NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuMzkwNjI1IDU1Ni4yOTFDMTk5LjcxIDY2Mi42OTggMzU5LjgxMiA2NDUuMTY1IDYyMi4yNTYgNTM3Ljc0QzczMC4zMTcgNDkzLjUxIDgwOS4zNTYgNDc2LjA3MyA5MDIuMjEzIDUwNi42NTJDMTEyNy4wNCA1ODAuNzI5IDExNTcuOTQgODg2LjgzOSAxNTIwLjE3IDc5My43MzNDMTU1MS43MiA3ODUuNjE5IDE1NzcuNDMgNzY4LjU5NSAxNjA0LjU0IDc0OS41MzVDMTc4OS42OCA2MTkuNDg2IDE4OTEuOTIgNTA2LjY4NCAyMDIwLjU1IDQ5MC4zNkMyNDI0LjMgNDM5LjEzIDIwNzguODggMTEzOC4yMiAyNTU3LjA1IDk2MS4zMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuMzkwNjI1IDU0Mi4wOThDMTk1LjY2MSA2NDkuNTU1IDM1Ni41OCA2MzcuNzE4IDYyMy4wMzggNTM0LjM2NkM3MzEuODQ1IDQ5Mi4xNzIgODExLjgwNyA0NzcuMzQ0IDkwMy45ODkgNTA4LjQ2NEMxMTI2Ljg2IDU4My43MTkgMTE2NC41NSA4ODAuOTgzIDE1MjUuNSA3ODYuOTIyQzE1NTYuNzYgNzc4Ljc3NiAxNTgyLjY5IDc2Mi4xMDMgMTYwOS45NCA3NDMuNTJDMTc5OC41MyA2MTQuOTY3IDE5MDQuMjggNTA2LjkwNSAyMDMxLjI0IDQ5MS41MDRDMjQzNS43IDQ0Mi40MDYgMjA4MC4xNiAxMTM3Ljk2IDI1NTYuOTggOTcyLjY1NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuMzU1MjI1IDUyNy44NzNDMTkxLjU0IDYzNi40MTIgMzUzLjMxMiA2MzAuMjA3IDYyMy44MTkgNTMwLjk2QzczMy4zNzIgNDkwLjc3MSA4MTQuMjIyIDQ3OC41ODQgOTA1Ljc2NSA1MTAuMjQ1QzExMjYuNjggNTg2LjY3NyAxMTcxLjE5IDg3NS4xMjcgMTUzMC44MyA3ODAuMTEyQzE1NjEuODQgNzcxLjkzNCAxNTg3LjkxIDc1NS42NDIgMTYxNS4zNyA3MzcuNTA0QzE4MDcuNDUgNjEwLjUxIDE5MTYuNjggNTA3LjE1OCAyMDQxLjk3IDQ5Mi42NDhDMjQ0Ny4xMSA0NDUuNzQ1IDIwODEuNDcgMTEzNy43MSAyNTU2Ljk4IDk4My45ODMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjMxOTgyNCA1MTMuNjgzQzE4Ny40NTUgNjIzLjI3MSAzNTAuMDc5IDYyMi42NjcgNjI0LjU2NSA1MjcuNTg4QzczNC44NjQgNDg5LjQwNCA4MTYuNjAzIDQ3OS44NTggOTA3LjQ3IDUxMi4wNkMxMTI2LjQzIDU4OS42NyAxMTc3LjczIDg2OS4yNzMgMTUzNi4wOSA3NzMuMzA0QzE1NjYuODEgNzY1LjA2MiAxNTkzLjEgNzQ5LjE4NCAxNjIwLjcgNzMxLjQ2QzE4MTYuMjYgNjA2LjA4OSAxOTI5LjAxIDUwNy4zODIgMjA1Mi41OSA0OTMuNzk1QzI0NTguNDQgNDQ5LjEyIDIwODIuNjggMTEzNy40OSAyNTU2Ljg3IDk5NS4zMTMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjMxOTgyNCA0OTkuNDU4QzE4My40MDUgNjEwLjEyOSAzNDYuODQ3IDYxNS4wMjkgNjI1LjM4MiA1MjQuMjE1QzczNi40MjcgNDg4LjAwMyA4MTkuMDU0IDQ4MS4xMyA5MDkuMjgyIDUxMy45MDVDMTEyNi4zMyA1OTIuNjkyIDExODQuMzcgODYzLjQ4MSAxNTQxLjQ1IDc2Ni41MjVDMTU3MS44OSA3NTguMjUyIDE1OTguMzkgNzQyLjcyNCAxNjI2LjE3IDcyNS40NzdDMTgyNS4yMSA2MDEuNzYgMTk0MS40NCA1MDcuNyAyMDYzLjM1IDQ5NC45NzJDMjQ2OS44OCA0NTIuNTU1IDIwODQuMDMgMTEzNy4yNiAyNTU2LjkxIDEwMDYuNjciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjI4NDE4IDQ4NS4yNjhDMTc5LjMyIDU5Ni45ODggMzQzLjY0OSA2MDcuMzYyIDYyNi4xMjggNTIwLjg0M0M3MzcuOTU1IDQ4Ni41NzIgODIxLjQzNCA0ODIuNDA0IDkxMS4wMjMgNTE1LjcyQzExMjYuMTEgNTk1LjY4NCAxMTkwLjk4IDg1Ny42NTkgMTU0Ni43NCA3NTkuNzE3QzE1NzYuOTQgNzUxLjQxMiAxNjAzLjYxIDczNi4yOTcgMTYzMS41NCA3MTkuNDY0QzE4MzQuMDkgNTk3LjQzNCAxOTUzLjc2IDUwNy45NTYgMjA3NC4wMSA0OTYuMTE5QzI0ODEuMjUgNDU2LjAyNSAyMDg1LjI3IDExMzcuMDEgMjU1Ni44IDEwMTgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjI0ODY1NyA0NzEuMDc2QzE3NS4yMzUgNTgzLjg3OSAzNDAuNDUyIDU5OS42NjEgNjI2Ljg3NCA1MTcuNDdDNzM5LjQ4MiA0ODUuMTcyIDgyMy44NDkgNDgzLjY3NyA5MTIuNzYzIDUxNy41MzRDMTEyNS45IDU5OC42NzUgMTE5Ny41OSA4NTEuODY4IDE1NTIuMDMgNzUyLjkwN0MxNTgxLjk1IDc0NC41NyAxNjA4LjggNzI5LjgzNyAxNjM2LjkgNzEzLjQxOEMxODQyLjk3IDU5My4xMzggMTk2Ni4xMyA1MDguMjEgMjA4NC42NyA0OTcuMjMyQzI0OTIuNjEgNDU5LjQ5NCAyMDg2LjUxIDExMzYuNzUgMjU1Ni43MyAxMDI5LjMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjIxMzEzNSA0NTYuODUxQzE3MS4xNSA1NzAuNzAzIDMzNy4yNTUgNTkxLjg2NCA2MjcuNjU2IDUxNC4wNjNDNzQxLjA4MSA0ODMuNjc1IDgyNi4yNjUgNDg0LjkxNiA5MTQuNTM5IDUxOS4zMTRDMTEyNS43NiA2MDEuNjAxIDEyMDQuMTkgODQ2LjAxMSAxNTU3LjM2IDc0Ni4wOTZDMTU4Ny4wMyA3MzcuNjk2IDE2MTQuMDYgNzIzLjM3NiAxNjQyLjMzIDcwNy40MDNDMTg1MS45MiA1ODguOTM2IDE5NzguNTIgNTA4LjQ5NSAyMDk1LjM2IDQ5OC40MDhDMjUwMy45OCA0NjMuMDg4IDIwODcuODMgMTEzNi41MyAyNTU2LjcgMTA0MC42NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuMjEzMTM1IDQ0Mi42NkMxNjcuMSA1NTcuNTk1IDMzNC4xMjkgNTg0LjA2OSA2MjguNDM3IDUxMC43MjRDNzQyLjY3OSA0ODIuMjQ1IDgyOC42OCA0ODYuMjIyIDkxNi4yOCA1MjEuMTYxQzExMjUuNTUgNjA0LjYyNSAxMjEwLjggODQwLjI1MyAxNTYyLjY2IDczOS4zMTlDMTU5Mi4wMyA3MzAuODg3IDE2MTkuMjQgNzE2Ljk4MiAxNjQ3LjcgNzAxLjQyMkMxODYwLjggNTg0LjgzMiAxOTkwLjg1IDUwOC44NDYgMjEwNi4wMiA0OTkuNTg3QzI1MTUuMzEgNDY2LjcxNiAyMDg5LjA3IDExMzYuMzEgMjU1Ni41OSAxMDUyLjAyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMC4xNzc0OSA0MjguNDM3QzE2My4wMTUgNTQ0LjQyMiAzMzEuMDAzIDU3Ni4xNzggNjI5LjIxOSA1MDcuMzE5Qzc0NC4yNzggNDgwLjc0OSA4MzEuMTMxIDQ4Ny40NjMgOTE4LjA1NiA1MjIuOTQzQzExMjUuNCA2MDcuNTUzIDEyMTcuNDQgODM0LjQzIDE1NjcuOTggNzMyLjQ3OUMxNTk3LjExIDcyNC4wMTQgMTYyNC41IDcxMC41MjMgMTY1My4xIDY5NS4zNzdDMTg2OS43MiA1ODAuNjk3IDIwMDMuMjEgNTA5LjEwMSAyMTE2LjcxIDUwMC43MDFDMjUyNi43MSA0NzAuMzQ0IDIwOTAuMzUgMTEzNi4wNSAyNTU2LjU1IDEwNjMuMzEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjE0MjA5IDQxNC4yNDVDMTU4LjkzIDUzMS4zMTEgMzI3LjkxMyA1NjguMjU1IDYyOS45NjUgNTAzLjk0NkM3NDUuODc2IDQ3OS4yNTQgODMzLjUxMSA0ODguNzA0IDkxOS43OTcgNTI0Ljc1N0MxMTI1LjIzIDYxMC41NDQgMTIyNC4wNSA4MjguNjM5IDE1NzMuMjggNzI1LjY2OUMxNjAyLjEyIDcxNy4xNzMgMTYyOS42OSA3MDQuMDk1IDE2NTguNSA2ODkuMzNDMTg3OC42NyA1NzYuNTkyIDIwMTUuNTcgNTA5LjM4NyAyMTI3LjQgNTAxLjgxNEMyNTM4LjA4IDQ3NC4wMzUgMjA5MS42MyAxMTM1Ljc3IDI1NTYuNTIgMTA3NC42MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuMTQyMDkgNDAwLjAyQzE1NC44OCA1MTguMTM3IDMyNC44OTMgNTYwLjI5OCA2MzAuNzgyIDUwMC41NEM3NDcuNTgxIDQ3Ny43MjUgODM2LjA2OSA0ODkuNzg1IDkyMS42MDggNTI2LjUzN0MxMTI1LjMgNjEzLjEyIDEyMzAuNzMgODIyLjgxNSAxNTc4LjY0IDcxOC44MjdDMTYwNy4yIDcxMC4yOTkgMTYzNC45NSA2OTcuNjM0IDE2NjMuOTMgNjgzLjI4M0MxODg3LjYyIDU3Mi41ODEgMjAyNy45NyA1MDkuNzA0IDIxMzguMTMgNTAyLjk1OEMyNTQ5LjQ5IDQ3Ny43ODkgMjA5Mi45NCAxMTM1LjU0IDI1NTYuNTIgMTA4NS45NCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuMTA2Njg5IDM4NS44MjlDMTUwLjc2IDUwNS4wMjcgMzIxLjg3NCA1NTIuMzEyIDYzMS41MjggNDk3LjE5OUM3NDkuMjE2IDQ3Ni4yNjEgODM4LjQ0OSA0OTEuMTIxIDkyMy4zNDkgNTI4LjM4M0MxMTI1LjA4IDYxNi4xNzQgMTIzNy4zNyA4MTcuMDg3IDE1ODMuOSA3MTIuMDgxQzE2MTIuMjEgNzAzLjQ4OSAxNjQwLjEzIDY5MS4yNyAxNjY5LjMgNjc3LjMzM0MxODk2LjUgNTY4LjY2NyAyMDQwLjI2IDUxMC4wODYgMjE0OC43OSA1MDQuMTY4QzI1NjAuNzggNDgxLjcwMyAyMDk0LjE5IDExMzUuMzUgMjU1Ni40MSAxMDk3LjMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjA3MTE2NyAzNzEuNjA0QzE0Ni42NzUgNDkxLjg1MyAzMTguODU0IDU0NC4yNiA2MzIuMjc0IDQ5My43OTNDNzUwLjg1IDQ3NC43MDEgODQwLjgyOSA0OTIuMzkzIDkyNS4wNTQgNTMwLjE2NEMxMTI0Ljg0IDYxOS4xOTcgMTI0NC4xNiA4MTEuODY4IDE1ODkuMTYgNzA1LjIzOEMxNjE3LjIyIDY5Ni42NzkgMTY0NS4yOCA2ODQuODQyIDE2NzQuNjMgNjcxLjI4NkMxOTA1LjM1IDU2NC43NTIgMjA1Mi41NSA1MTAuNDA0IDIxNTkuNDEgNTA1LjI4MUMyNTcyLjA4IDQ4NS41NTIgMjA5NS4zOSAxMTM1LjA3IDI1NTYuMzEgMTEwOC41OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTAuMDcxMTY3IDM1Ny40MTFDMTQyLjYyNSA0NzguNzQyIDMxNS45NDIgNTM2LjIwOSA2MzMuMDkxIDQ5MC40MkM3NTIuNTkgNDczLjE3MyA4NDMuMjggNDkzLjY2NSA5MjYuODY2IDUzMS45NzdDMTEyNC42OSA2MjIuMjE5IDEyNTAuOCA4MDUuOTE3IDE1OTQuNTIgNjk4LjQyOEMxNjIyLjMgNjg5LjgwNSAxNjUwLjU0IDY3OC40MTMgMTY4MC4wNiA2NjUuMjRDMTkxNC4yNiA1NjAuODY5IDIwNjQuOTIgNTEwLjcyMSAyMTcwLjE0IDUwNi40MjVDMjU4My40NSA0ODkuNTI5IDIwOTYuNzEgMTEzNC44NCAyNTU2LjMxIDExMTkuOTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0wLjAzNTY0NDUgMzQzLjE5MkMxMzguNTQgNDY1LjU3MiAzMTMuMDI5IDUyOC4wOTkgNjMzLjgzNyA0ODcuMDE5Qzc1NC4yNiA0NzEuNTg2IDg0NS42NjEgNDk0Ljk0MyA5MjguNjA3IDUzMy43NjNDMTEyNC40OCA2MjUuMjQ2IDEyNTcuMzQgNzk5Ljk3IDE1OTkuODEgNjkxLjU5MUMxNjI3LjM0IDY4Mi45MDQgMTY1NS42OSA2NzEuOTkgMTY4NS40NiA2NTkuMTk4QzE5MjMuMTggNTU3LjAyNCAyMDc3LjI4IDUxMS4wNDQgMjE4MC43OSA1MDcuNTQzQzI1OTQuNzQgNDkzLjUxMSAyMDk3Ljk1IDExMzQuNTYgMjU1Ni4yMyAxMTMxLjIyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMCAzMjlDMTM0LjQ1NSA0NTIuNDYyIDMxMC4xNTEgNTE5Ljk4NSA2MzQuNjE4IDQ4My42NDZDMTA2NC44NyA0MzUuNDcgMTEyNi43MiA4ODYuOTAzIDE2OTAuODYgNjUzLjE4NEMyOTEzLjM4IDE0Ni43MDMgMTk4Ni45NCAxMTMyLjMgMjU1Ni4yIDExNDIuNTUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjwvZz4KPGcgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm92ZXJsYXkiPgo8cGF0aCBkPSJNMjg3MC45NCAxNTEzLjQ4QzE1NjAuMDMgMTYxMS42NCAxOTc0LjczIDMxNi4yOTkgMTMxOS4zMSAzMjMuOTg4QzY3Ni44NTEgMzMxLjU1NCAxMzM1LjkxIDEzNTcuNTkgNTAzLjM0NCAxMjk2Ljg5Qzg4LjU3MTEgMTI2Ni42NyA2NDQuNDEzIDQ3OS43OTMgMTA3Ljg0MiAzNDkuNjk4Qy02MTQuMDMzIDE3NC42OTIgLTEwMDQuMDUgMTI3NS41OCAtMjA2OCAyMzUuOTU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MC45NCAxNDk1LjMzQzIwNjMuNjEgMTU1Ny43MyAxOTExLjQzIDEwODguMTIgMTc1My40MiA3MjQuMTU2QzE2NTcuNDggNTAzLjI2MyAxNTYyLjQzIDMyMi43MjQgMTMxNS44MSAzMjYuMzA0QzY3Ny4xMjYgMzM1LjQxNyAxMzIzLjA4IDEzNTAuMDIgNDkyLjk4OCAxMjg4LjE5QzQwMy42MjggMTI4MS41NiAzNTkuNjY4IDEyMzkuODYgMzM4Ljk1NyAxMTc3LjM3QzI2My42NTYgOTUwLjA1MyA1MDQuMzA0IDQ1MS42ODEgODcuMTMwOSAzNTEuMTZDLTYzNS44NDEgMTc4LjQzMiAtMTAwNi41OSAxMjc1LjI1IC0yMDY4IDI1MC40MzYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxIDE0NzcuMTVDMjA3MS41IDE1NDAuODkgMTkxNS4xMyAxMDc5LjUgMTc1MS45OCA3MTkuODA1QzE2NTMuMTYgNTAxLjk2MyAxNTU3LjgzIDMyNC4zNTMgMTMxMi41MiAzMjguNTg0QzY3Ny42MDYgMzM5LjI0MiAxMzEwLjUzIDEzNDIuMzcgNDgyLjkwNyAxMjc5LjQ0QzM5NC4wOTYgMTI3Mi43NyAzNTAuMzQyIDEyMzEuNCAzMjguNjcgMTE2OS42NUMyNDkuMzkyIDk0My41NDYgNDgxLjEyNCA0NTEuMDMyIDY2LjYyNTcgMzUyLjU4NkMtNjU2LjYyIDE4MC44NzUgLTEwMDguOTIgMTI3NC45MyAtMjA2Ny43MyAyNjQuODc5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS4wNyAxNDU5LjAxQzIwNzkuMzggMTUyNC4xNCAxOTE4Ljg0IDEwNzAuOTYgMTc1MC40NyA3MTUuNTM2QzE2NDguNzcgNTAwLjc4NiAxNTUzLjE3IDMyNi4wNjQgMTMwOS4wOSAzMzAuOTQ2QzY3Ny45NDkgMzQzLjE5IDEyOTcuNzggMTMzNC44NSA0NzIuNjIgMTI3MC44MkMzODQuMzU3IDEyNjQuMDcgMzQwLjg3OCAxMjIzLjA2IDMxOC4yNDYgMTE2MkMyMzQuOTkgOTM3LjA4IDQ1Ny42MDEgNDUwLjc5IDQ1Ljk4MzEgMzU0LjEzNEMtNjc4LjAxNyAxODQuMDUgLTEwMTEuMzggMTI3NC42OCAtMjA2Ny42NiAyNzkuNDQ1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS4wNyAxNDQwLjgyQzIwODcuMiAxNTA3LjMzIDE5MjIuNDcgMTA2Mi4zNyAxNzQ4Ljk2IDcxMS4xODJDMTY0NC4zOCA0OTkuNDgzIDE1NDguNSAzMjcuNjQ5IDEzMDUuNjYgMzMzLjIyM0M2NzguMjkxIDM0Ny4wMTMgMTI4NS4wMiAxMzI3LjIgNDYyLjMzMiAxMjYyLjA3QzM3NC41NSAxMjU1LjI4IDMzMS4zNDQgMTIxNC42IDMwNy44MjEgMTE1NC4yN0MyMjAuNTE5IDkzMC41MjkgNDM0LjAwOSA0NTAuNTA0IDI1LjMzOTYgMzU1LjU1NkMtNjk5LjM0NyAxODcuMTQgLTEwMTMuODUgMTI3NC4zMiAtMjA2Ny41OSAyOTMuODg1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS4xNCAxNDIyLjY4QzIwOTUuMDkgMTQ5MC41MyAxOTI2LjI0IDEwNTMuODcgMTc0Ny40NiA3MDYuODdDMTYzOS45OSA0OTguMjYyIDE1NDMuODQgMzI5LjMxNyAxMzAyLjIzIDMzNS41NDJDNjc4LjYzNCAzNTAuOTE5IDEyNzIuMzMgMTMxOS42NCA0NTIuMDQ1IDEyNTMuMzdDMzY0LjgxMSAxMjQ2LjQ5IDMyMS44MTIgMTIwNi4xOCAyOTcuMzI5IDExNDYuNThDMjA1LjkxMSA5MjMuOTggNDEwLjM0OSA0NTAuMyA0LjYyODYyIDM1Ny4wMjFDLTcyMC44MTIgMTkwLjI3MyAtMTAxNi4zOSAxMjc0LjAzIC0yMDY3LjUyIDMwOC4zNjciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjIxIDE0MDQuNUMyMTAyLjk3IDE0NzMuNzMgMTkzMC4wMiAxMDQ1LjMzIDE3NDYuMDEgNzAyLjUyQzE2MzUuNzQgNDk3LjAwNCAxNTM5LjI1IDMzMC45MDYgMTI5OC44NyAzMzcuODIyQzY3OS4wNDUgMzU0Ljc0NSAxMjU5LjY0IDEzMTIuMDMgNDQxLjgyNyAxMjQ0LjYyQzM1NS4xNDIgMTIzNy42NyAzMTIuMzQ3IDExOTcuNjggMjg2Ljk3MyAxMTM4LjgxQzE5MS40NDEgOTE3LjM1MiAzODYuODI2IDQ0OS45NzcgLTE1Ljk0NTUgMzU4LjQwNkMtNzQyLjE0IDE5My4zMjYgLTEwMTguNzkgMTI3My42MyAtMjA2Ny4zOCAzMjIuNzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjIxIDEzODYuMzVDMjExMC44NiAxNDU2LjkzIDE5MzMuNzIgMTAzNi44MiAxNzQ0LjQ0IDY5OC4yNDRDMTYzMS4yOCA0OTUuODYgMTUzNC41MSAzMzIuNjEgMTI5NS40NCAzNDAuMTc3QzY3OS4zODggMzU4LjY0NiAxMjQ3LjE2IDEzMDMuMzYgNDMxLjU0IDEyMzUuOTVDMzQ1LjQwMyAxMjI4Ljg0IDMwMi44MTUgMTE4OS4yOSAyNzYuNTQ5IDExMzEuMTZDMTc2LjkwMiA5MTAuNzk4IDM2My4yMzQgNDQ5LjgxIC0zNi41ODgyIDM1OS45NDhDLTc2My41MzcgMTk2LjUzNSAtMTAyMS4yNiAxMjczLjM4IC0yMDY3LjMxIDMzNy4yODkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjI4IDEzNjguMTZDMjExOC43NSAxNDQwLjEzIDE5MzcuNTYgMTAyOC4zNiAxNzQzIDY5My44OTFDMTYyNy4xIDQ5NC41OTkgMTUyOS45MiAzMzQuMjM4IDEyOTIuMDggMzQyLjQ1NUM2NzkuOCAzNjIuNTEgMTIzNC41NCAxMjk1LjU5IDQyMS4zMjIgMTIyNy4yNUMzMzUuNjY1IDEyMjAuMDUgMjkzLjI4MyAxMTgwLjgzIDI2Ni4xMjUgMTEyMy40N0MxNjIuMjk1IDkwNC4xNjcgMzM5LjY0MyA0NDkuNjA3IC01Ny4xNjE4IDM2MS40MTJDLTc4NC44NjUgMTk5LjcwOSAtMTAyMy43MyAxMjczLjA5IC0yMDY3LjE4IDM1MS43NzEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjM1IDEzNTAuMDJDMjEyNi42NCAxNDIzLjMzIDE5NDEuNCAxMDE5LjkgMTc0MS41NiA2ODkuNTc5QzE2MjIuODUgNDkzLjQxOSAxNTI1LjMyIDMzNS44NjUgMTI4OC43MiAzNDQuODE0QzY4MC4yMTIgMzY2LjQxNSAxMjIxLjkzIDEyODcuOTQgNDExLjEwMyAxMjE4LjU4QzMyNS45OTUgMTIxMS4zIDI4My44MTkgMTE3Mi40NSAyNTUuNzY5IDExMTUuODNDMTQ3Ljc1NiA4OTcuNTc2IDMxNi4xMiA0NDkuNDQ0IC03Ny43MzU5IDM2Mi45MTdDLTgwNi4yNjMgMjAyLjg4MSAtMTAyNi4xMyAxMjcyLjgxIC0yMDY2Ljk3IDM2Ni4yOTMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjQyIDEzMzEuODhDMjEzNC41MiAxNDA2LjU3IDE5NDUuMzEgMTAxMS41MiAxNzQwLjA1IDY4NS4yNjZDMTYxOC41OSA0OTIuMjM5IDE1MjAuNjYgMzM3LjgxNyAxMjg1LjI5IDM0Ny4xMzNDNjgwLjY5MSAzNzEuMDEyIDEyMDkuMjQgMTI4MC4yMSA0MDAuODE2IDEyMDkuODhDMzE2LjI1NiAxMjAyLjUxIDI3NC4yMTcgMTE2My45OSAyNDUuMjc2IDExMDguMUMxMzMuMDEgODkwLjkwNCAyOTIuMzkxIDQ0OS4xOTkgLTk4LjQ0NzUgMzY0LjM0MUMtODI3Ljc5NyAyMDYuMDEzIC0xMDI4LjY3IDEyNzIuNDQgLTIwNjYuOTcgMzgwLjczNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzEuNDIgMTMxMy43QzIxNDIuMzQgMTM4OS43MyAxOTQ5LjIyIDEwMDMuMDYgMTczOC41NCA2ODAuOTU4QzE2MTQuMzQgNDkxLjA2MyAxNTE2IDMzOS40ODkgMTI4MS44NiAzNDkuNDU1QzY4MS4wMzUgMzc0Ljk2MiAxMTk2LjU1IDEyNzIuNDkgMzkwLjUyOSAxMjAxLjE4QzMwNi41MTggMTE5My43MyAyNjQuNjE2IDExNTUuNTcgMjM0Ljg1MiAxMTAwLjQxQzExOC4zMzUgODg0LjIzNyAyNjguNzMxIDQ0OS4wNDEgLTExOS4wOSAzNjUuODVDLTg0OS4yNjIgMjA5LjIzMSAtMTAzMS4xNCAxMjcyLjIgLTIwNjYuOSAzOTUuMjYxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS40OCAxMjk1LjU1QzIxNTAuMjMgMTM3Mi45NyAxOTUzLjEzIDk5NC43MjUgMTczNy4wMyA2NzYuNjQ2QzE2MTAuMTYgNDg5Ljg4NCAxNTExLjMzIDM0MS4xNTcgMTI3OC41IDM1MS43NzRDNjgxLjQ0NiAzNzguOTA4IDExODMuOTMgMTI2NC43NiAzODAuMzExIDExOTIuNDdDMjk2Ljc4IDExODQuOTQgMjU1LjAxNSAxMTQ3LjExIDIyNC40OTcgMTA5Mi43MkMxMDMuNjU5IDg3Ny41NjUgMjQ1LjIwOCA0NDguODc4IC0xMzkuNjY0IDM2Ny4zMTRDLTg3MC42NTkgMjEyLjQwNCAtMTAzMy41NCAxMjcxLjg4IC0yMDY2Ljc2IDQwOS43NDMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjU1IDEyNzcuMzdDMjE1OC4xMSAxMzU2LjEzIDE5NTcuMTcgOTg2LjMwMyAxNzM1LjU5IDY3Mi4yOTNDMTYwNi4wNCA0ODguNzAzIDE1MDYuNzQgMzQyLjc4NCAxMjc1LjE0IDM1NC4wNTJDNjgxLjkyNiAzODIuODEzIDExNzEuMzEgMTI1Ny4wMyAzNzAuMDkyIDExODMuNzZDMjg3LjExIDExNzYuMTYgMjQ1LjQ4MiAxMTM4LjY5IDIxNC4wNzIgMTA4NS4wM0M4OC44NDQ3IDg3MC44NTMgMjIxLjU0NyA0NDguNzE1IC0xNjAuMzA3IDM2OC43NzhDLTg5Mi4xMjUgMjE1LjU3NyAtMTAzNi4wMSAxMjcxLjU5IC0yMDY2LjYzIDQyNC4yMjYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcxLjU1IDEyNTkuMjJDMjE2NS45MyAxMzM5LjM2IDE5NjEuMTUgOTc4LjAwMiAxNzM0LjAxIDY2Ny45NzhDMTYwMS43OSA0ODcuNTIxIDE1MDIuMDEgMzQ0LjQ4OSAxMjcxLjY1IDM1Ni4zNjhDNjgyLjIgMzg2Ljc1NiAxMTU4LjU2IDEyNDkuMyAzNTkuNzM2IDExNzUuMDZDMjc3LjMwMyAxMTY3LjQxIDIzNS43NDMgMTEzMC4yMyAyMDMuNTc5IDEwNzcuM0M3My45NjI5IDg2NC4wOTcgMTk3LjgxOCA0NDguNTA4IC0xODEuMDE4IDM3MC4yNEMtOTEzLjcyOCAyMTguNzg3IC0xMDM4LjU0IDEyNzEuMjcgLTIwNjYuNjMgNDM4LjcwNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzEuNjIgMTI0MS4wNEMyMTczLjgyIDEzMjIuNTIgMTk2NS4yNyA5NjkuNjIgMTczMi41NyA2NjMuNjY1QzE1OTcuNzQgNDg2LjM4IDE0OTcuNDEgMzQ2LjE1NiAxMjY4LjI5IDM1OC42ODZDNjgyLjYxMiAzOTAuNzAxIDExNDUuODcgMTI0MS42MSAzNDkuNTE4IDExNjYuMzVDMjY3LjU2NSAxMTU4LjYyIDIyNi4xNDIgMTEyMS43NiAxOTMuMTU1IDEwNjkuNjFDNTkuMTQ5OCA4NTcuMzg0IDE3NC4wOSA0NDguMzg1IC0yMDEuNjYgMzcxLjcwM0MtOTM1LjI2MiAyMjIgLTEwNDEuMDEgMTI3MC45NCAtMjA2Ni41NiA0NTMuMTg1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS42OSAxMjIyLjlDMjE4MS43IDEzMDUuNzYgMTk2OS4zOCA5NjEuMzIzIDE3MzEuMTMgNjU5LjM1NEMxNTkzLjc3IDQ4NS4yNDMgMTQ5Mi44MiAzNDcuODI1IDEyNjQuOTkgMzYxLjAwNUM2ODMuMDkyIDM5NC42NDggMTEzMy4zMiAxMjMzLjkyIDMzOS4zNjggMTE1Ny42NUMyNTcuOTY0IDExNDkuODMgMjE2LjU0MSAxMTEzLjMgMTgyLjg2OCAxMDYxLjkyQzQ0LjMzNjUgODUwLjYzMiAxNTAuNTY3IDQ0OC4yNjQgLTIyMi4wOTcgMzczLjE2OUMtOTU2LjU5IDIyNS4yMTUgLTEwNDMuMjggMTI3MC42NSAtMjA2Ni4yOSA0NjcuNjY5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS42OSAxMjA0LjcxQzIxODkuNTkgMTI4OC45MiAxOTczLjUgOTUzLjAyNSAxNzI5LjU2IDY1NS4wMDJDMTU4OS42NSA0ODQuMDY0IDE0ODguMDkgMzQ5LjQ1MyAxMjYxLjUgMzYzLjI4NUM2ODMuNDM1IDM5OC41MTQgMTEyMC41NiAxMjI2LjE5IDMyOS4wMTMgMTE0OC45QzI0OC4xNTcgMTE0MS4wMSAyMDYuODAzIDExMDQuODQgMTcyLjM3NiAxMDU0LjE2QzI5LjMxNzUgODQzLjc5OSAxMjYuODM4IDQ0OC4wNjIgLTI0Mi44MDkgMzc0LjU1M0MtOTc4LjE5MyAyMjguMzQ5IC0xMDQ1LjgxIDEyNzAuMjUgLTIwNjYuMjIgNDgyLjA3MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzEuNzYgMTE4Ni41N0MyMTk3LjQ4IDEyNzIuMTYgMTk3Ny43NSA5NDQuNzI2IDE3MjguMTIgNjUwLjY5QzE1ODUuNjcgNDgyLjkyNSAxNDgzLjQ5IDM1MS4xMjEgMTI1OC4xNCAzNjUuNjAzQzY4My44NDYgNDAyLjQ1OSAxMTA3Ljk1IDEyMTguNSAzMTguNzk0IDExNDAuMjNDMjM4LjQxOCAxMTMyLjI2IDE5Ny4xMzMgMTA5Ni40MiAxNjEuOTUxIDEwNDYuNTFDMTQuMjk4MiA4MzcuMDg2IDEwMy4xMDkgNDQ3Ljk4MSAtMjYzLjQ1MSAzNzYuMDk5Qy05OTkuNzk2IDIzMS42ODQgLTEwNDguMjggMTI3MCAtMjA2Ni4xNSA0OTYuNjM0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS44MyAxMTY4LjQzQzIyMDUuMzYgMTI1NS4zNiAxOTgyLjA3IDkzNi41MDggMTcyNi42MSA2NDYuNDE3QzE1ODEuNyA0ODEuODY2IDE0NzguOSAzNTIuODI5IDEyNTQuNzEgMzY3Ljk2MkM2ODQuMTg5IDQwNi40MDUgMTA5NS4yNiAxMjEwLjg1IDMwOC41MDcgMTEzMS41N0MyMjguNjggMTEyMy41MSAxODcuMzk0IDEwODggMTUxLjUyNyAxMDM4Ljg2Qy0wLjcyMTA0OCA4MzAuMzMyIDc5LjM4MDYgNDQ3LjkzOSAtMjg0LjA5NCAzNzcuNjAzQy0xMDIxLjMzIDIzNC45MzggLTEwNTAuNzUgMTI2OS43NiAtMjA2Ni4wOCA1MTEuMTU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS44MyAxMTUwLjI0QzIyMTMuMTggMTIzOC41NiAxOTg2LjMyIDkyOC4yMTEgMTcyNS4xIDY0Mi4wNjdDMTU3Ny43OSA0ODAuNjg5IDE0NzQuMjMgMzU0LjQ1OCAxMjUxLjI4IDM3MC4yNDJDNjg0LjYgNDEwLjMxMiAxMDgyLjU3IDEyMDMuMTMgMjk4LjIyIDExMjIuODJDMjE4Ljk0MSAxMTE0LjczIDE3Ny42NTYgMTA3OS41IDE0MS4xMDMgMTAzMS4xM0MtMTUuODA4NCA4MjMuNTQgNTUuNjUyIDQ0Ny44MTkgLTMwNC43MzcgMzc5LjAyOUMtMTA0Mi45MyAyMzguMTk0IC0xMDUzLjIyIDEyNjkuNCAtMjA2Ni4wMSA1MjUuNTk5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS45IDExMzIuMUMyMjIxLjA3IDEyMjEuNzYgMTk5MC43OCA5MTkuOTk1IDE3MjMuNjYgNjM3Ljc1NkMxNTczLjk1IDQ3OS41NTEgMTQ2OS42NCAzNTYuMTI4IDEyNDcuOTkgMzcyLjU2M0M2ODUuMDgxIDQxNC4yMTkgMTA3MC4wMiAxMTk1LjQ0IDI4OC4wNzEgMTExNC4xMkMyMDkuMzQxIDExMDUuOTQgMTY4LjA1NiAxMDcxLjA4IDEzMC43NDggMTAyMy40Qy0zMC44OTU0IDgxNi43MDkgMzEuOTkyNiA0NDcuNjk5IC0zMjUuMzEgMzgwLjQ1NEMtMTA2NC40NyAyNDEuNDA5IC0xMDU1LjYyIDEyNjkuMDMgLTIwNjUuOCA1NDAuMDQyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3MS45NiAxMTEzLjkyQzIyMjguOTYgMTIwNC45NiAxOTk1LjI0IDkxMS43MzUgMTcyMi4xNSA2MzMuNDAyQzE1NzAuMDQgNDc4LjQxIDE0NjQuOTcgMzU3Ljc1MyAxMjQ0LjU2IDM3NC44MzhDNjg1LjQ5MiA0MTguMTIyIDEwNTcuMzMgMTE4Ny43MSAyNzcuNzgzIDExMDUuMzdDMTk5LjUzNCAxMDk3LjExIDE1OC4yNDggMTA2Mi41OCAxMjAuMzI0IDEwMTUuNjdDLTQ2LjEyMDQgODA5Ljg3MiA4LjI2MzcyIDQ0Ny41NzQgLTM0NS45NTMgMzgxLjkxN0MtMTA4Ni4wNyAyNDQuNzAyIC0xMDU4LjE2IDEyNjguNzQgLTIwNjUuNzQgNTU0LjUyMyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuMDMgMTA5NS43N0MyMjM2Ljg0IDExODguMTUgMTk5OS43NiA5MDMuNTE1IDE3MjAuNzEgNjI5LjEyN0MxNTY2LjM0IDQ3Ny4zMDkgMTQ2MC4zOCAzNTkuNDU4IDEyNDEuMiAzNzcuMTk1QzY4NS45MDQgNDIyLjA2NSAxMDQ0LjcxIDExODAuMSAyNjcuNTY1IDEwOTYuNzVDMTg5Ljg2NCAxMDg4LjQxIDE0OC41MSAxMDU0LjE5IDEwOS44OTkgMTAwOC4wNkMtNjEuNDEzOCA4MDMuMTU3IC0xNS40NjUyIDQ0Ny42MTIgLTM2Ni41OTUgMzgzLjQ2Qy0xMTA3Ljc0IDI0OC4wNzYgLTEwNjAuNjMgMTI2OC41IC0yMDY1LjY3IDU2OS4wODMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjAzIDEwNzcuNTlDMjI0NC42NiAxMTcxLjM2IDIwMDQuMjkgODk1LjMwMSAxNzE5LjEzIDYyNC43NzhDMTU2Mi40OSA0NzYuMTMzIDE0NTUuNjUgMzYxLjA4OSAxMjM3LjcgMzc5LjQ3N0M2ODYuMTc4IDQyNS45MzMgMTAzMS45NiAxMTcyLjM3IDI1Ny4yMDkgMTA4OEMxODAuMDU3IDEwNzkuNTggMTM4LjYzNCAxMDQ1Ljc0IDk5LjQwNjQgMTAwMC4zNEMtNzYuNzc1OSA3OTYuMzI2IC0zOS4yNjI3IDQ0Ny41MzQgLTM4Ny4yMzggMzg0Ljg4N0MtMTEyOS40MSAyNTEuMzM0IC0xMDYzLjEgMTI2OC4xOCAtMjA2NS42IDU4My41MjgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjEgMTA1OS40NEMyMjUyLjU1IDExNTQuNTYgMjAwOC45NSA4ODcuMDgzIDE3MTcuNjkgNjIwLjQ2NUMxNTU4Ljc5IDQ3NS4wMzMgMTQ1MS4wNSAzNjIuNzU2IDEyMzQuMzQgMzgxLjc5NEM2ODYuNjU4IDQyOS44NzggMTAxOS4zNCAxMTY0LjczIDI0Ni45OTEgMTA3OS4zQzE3MC4zMTggMTA3MC44NCAxMjguODI3IDEwMzcuMjcgODkuMDUxIDk5Mi42MDdDLTkyLjA2OTEgNzg5LjQ1IC02Mi45OTEzIDQ0Ny40NTIgLTQwNy44MTIgMzg2LjM1MUMtMTE1MS4wMSAyNTQuNjY5IC0xMDY1LjUgMTI2Ny44NSAtMjA2NS4zOSA1OTguMDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjE3IDEwNDEuMjZDMjI2MC40MyAxMTM3Ljc2IDIwMTMuNjggODc4Ljg2NyAxNzE2LjE4IDYxNi4xMTRDMTU1NS4wOSA0NzMuODU1IDE0NDYuMzkgMzY0LjM4NCAxMjMwLjk4IDM4NC4wNzRDNjg3LjA2OSA0MzMuNzQ0IDEwMDYuNzIgMTE1Ny4wNCAyMzYuNzcyIDEwNzAuNTVDMTYwLjY0OCAxMDYyLjAxIDExOS4wMiAxMDI4Ljc3IDc4LjYyNjYgOTg0Ljg3OUMtMTA3LjUgNzgyLjYxNyAtODYuNzIwMyA0NDcuMzcyIC00MjguNDU1IDM4Ny43NzZDLTExNzIuNjkgMjU3Ljk2NSAtMTA2Ny45NiAxMjY3LjQ4IC0yMDY1LjMzIDYxMi40MTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjE3IDEwMjMuMTJDMjI2OC4zMiAxMTIwLjk1IDIwMTguNDIgODcwLjY0NiAxNzE0LjY3IDYxMS44MzlDMTU1MS40NSA0NzIuNzU0IDE0NDEuNzMgMzY2LjA5IDEyMjcuNTUgMzg2LjQzQzY4Ny40MTMgNDM3LjY4NyA5OTQuMDM0IDExNDkuNDMgMjI2LjQ4NiAxMDYxLjkyQzE1MC45MSAxMDUzLjMgMTA5LjIxNCAxMDIwLjQzIDY4LjIwMjcgOTc3LjI2OUMtMTIyLjk5OSA3NzUuOTAyIC0xMTAuNTE3IDQ0Ny40NTEgLTQ0OS4wOTcgMzg5LjMxOUMtMTE5NC4zNiAyNjEuMzggLTEwNzAuNDMgMTI2Ny4yOCAtMjA2NS4yNiA2MjYuOTcyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi4yNCAxMDA0LjkzQzIyNzYuMjEgMTEwNC4xNSAyMDIzLjI5IDg2Mi40MjkgMTcxMy4yMyA2MDcuNDg2QzE1NDcuOTYgNDcxLjU3NCAxNDM3LjEzIDM2Ny43MTcgMTIyNC4xOSAzODguNzA4QzY4Ny44OTMgNDQxLjU1MSA5ODEuMzQ3IDExNDEuNzQgMjE2LjI2NyAxMDUzLjE4QzE0MS4yNDEgMTA0NC40NyA5OS4zMzgzIDEwMTEuOTcgNTcuNzc4NyA5NjkuNDk5Qy0xMzguNTY2IDc2OS4wMjcgLTEzNC4zMTQgNDQ3LjM2OSAtNDY5LjczOSAzOTAuNzAxQy0xMjE2LjAzIDI2NC42NzQgLTEwNzIuOSAxMjY2Ljg3IC0yMDY1LjE5IDY0MS4zNzIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjMxIDk4Ni43OUMyMjg0LjA5IDEwODcuMzUgMjAyOC4yMiA4NTQuMjE0IDE3MTEuNzMgNjAzLjE3NkMxNTQ0LjM5IDQ3MC40MzcgMTQzMi40NyAzNjkuMzg3IDEyMjAuNzYgMzkxLjAyOUM2ODguMjM1IDQ0NS40NTkgOTY4LjY2IDExMzQuMDkgMjA1Ljk4IDEwNDQuNDdDMTMxLjQzMyAxMDM1LjczIDg5LjQ2MjYgMTAwMy41MSA0Ny4zNTQ0IDk2MS44MTNDLTE1NC4xMzQgNzYyLjI3NyAtMTU4LjExMiA0NDcuMzcyIC00OTAuMzgyIDM5Mi4yMDlDLTEyMzcuNzcgMjY4LjA5NCAtMTA3NS4zNyAxMjY2LjU5IC0yMDY1LjA1IDY1NS44OTgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjMxIDk2OC42NDRDMjI5MS45MSAxMDcwLjU5IDIwMzMuMjMgODQ2LjAzNSAxNzEwLjIyIDU5OC44NjJDMTU0MC44MiA0NjkuMjk2IDE0MjcuOCAzNzEuMDUzIDEyMTcuNCAzOTMuMzQ2QzY4OC43MTUgNDQ5LjM2MiA5NTYuMDQxIDExMjYuNDQgMTk1Ljc2MSAxMDM1Ljc3QzEyMS43NjMgMTAyNi45NCA3OS41ODY2IDk5NS4wODcgMzYuOTk4MyA5NTQuMTIyQy0xNjkuNzcxIDc1NS40OCAtMTgxLjg0MSA0NDcuMzY5IC01MTAuOTU3IDM5My42NzFDLTEyNTkuNDQgMjcxLjUwOCAtMTA3Ny43NyAxMjY2LjMgLTIwNjQuOTEgNjcwLjM3OCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuMzggOTUwLjQ2QzIyOTkuOCAxMDUzLjc1IDIwMzguMyA4MzcuNzc2IDE3MDguNzEgNTk0LjU1QzE1MzcuMzkgNDY4LjExNiAxNDIzLjE0IDM3Mi43MiAxMjEzLjk3IDM5NS42NjRDNjg5LjA1OCA0NTMuMjY3IDk0My4zNTMgMTExOC43OSAxODUuNDc0IDEwMjcuMDZDMTEyLjAyNSAxMDE4LjE1IDY5LjcxMSA5ODYuNjY2IDI2LjUwNTUgOTQ2LjQzM0MtMTg1LjU0NCA3NDguNzI3IC0yMDUuNzA3IDQ0Ny40MDkgLTUzMS42IDM5NS4xMzVDLTEyODEuMTggMjc0LjkyNSAtMTA4MC4yNCAxMjY1Ljk4IC0yMDY0Ljg1IDY4NC44NTkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjQ0IDkzMi4zMTlDMjMwNy42OSAxMDM2Ljk5IDIwNDMuNDUgODI5LjUyIDE3MDcuMjcgNTkwLjI0QzE1MzQuMDMgNDY2LjkzOCAxNDE4LjU0IDM3NC4zNSAxMjEwLjYxIDM5Ny45ODVDNjg5LjQ3IDQ1Ny4xNzUgOTMwLjczNSAxMTExLjE5IDE3NS4yNTYgMTAxOC40QzEwMi4yODcgMTAwOS40NSA1OS44MzU1IDk3OC4yODcgMTYuMTQ5OSA5MzguNzQ2Qy0yMDEuMzE4IDc0MS45NzYgLTIyOS40MzUgNDQ3LjQ1MiAtNTUyLjE3NCAzOTYuNjAyQy0xMzAyLjg1IDI3OC4zNDQgLTEwODIuNjQgMTI2NS42NSAtMjA2NC43MSA2OTkuMzQ0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi40NCA5MTQuMTM2QzIzMTUuNSAxMDIwLjE1IDIwNDguNjYgODIxLjIyMiAxNzA1LjY5IDU4NS44ODhDMTUzMC42IDQ2NS43MTggMTQxMy44OCAzNzUuOTc4IDEyMDcuMTEgNDAwLjI2NEM2ODkuODEyIDQ2MC45OTkgOTE3Ljk3OSAxMTAzLjUgMTY0LjkgMTAwOS42NUM5Mi40Nzk2IDEwMDAuNjIgNDkuNzUzOSA5NjkuODI3IDUuNTg4MzIgOTMxLjAxOEMtMjE3LjI5NyA3MzUuMjI0IC0yNTMuMzcgNDQ3LjQ1MyAtNTcyLjk1MyAzOTguMDY3Qy0xMzI0LjggMjgxLjgwMyAtMTA4NS4yNSAxMjY1LjM3IC0yMDY0LjcxIDcxMy44MjYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjUxIDg5NS45OTFDMjMyMy4zOSAxMDAzLjM5IDIwNTQuMDEgODEyLjk2MyAxNzA0LjI1IDU4MS41NzVDMTUyNy4zMSA0NjQuNTM4IDE0MDkuMjkgMzc3LjY0NSAxMjAzLjc1IDQwMi41ODJDNjkwLjIyNSA0NjQuOTA0IDkwNS4yOTIgMTA5NS44OSAxNTQuNzUxIDEwMDAuOTVDODIuODc5IDk5MS44MzQgMzkuOTQ3OSA5NjEuNDA1IC00LjY5NzggOTIzLjMyOEMtMjMzLjA3IDcyOC40NyAtMjc3LjA5OCA0NDcuNTMzIC01OTMuNDU4IDM5OS41MzFDLTEzNDYuNDcgMjg1LjMwMSAtMTA4Ny41OCAxMjY1LjA0IC0yMDY0LjUgNzI4LjMwOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuNTggODc3LjgwOEMyMzMxLjI4IDk4Ni41NDYgMjA1OS40MyA4MDQuNjI0IDE3MDIuODEgNTc3LjI2M0MxNTI0LjA5IDQ2My4zMTggMTQwNC42OSAzNzkuMzEzIDEyMDAuNDYgNDA0LjkwMUM2OTAuNzczIDQ2OC44MSA4OTIuNzQyIDEwODguMjkgMTQ0LjYwMSA5OTIuMjQxQzczLjIwOTMgOTgzLjA4OCAzMC4wNzIyIDk1Mi45ODUgLTE0Ljk4NDkgOTE1LjY0MUMtMjQ4LjkxMiA3MjEuOCAtMzAwLjc1OCA0NDcuNjE1IC02MTMuOTY0IDQwMC45OTZDLTEzNjguMDcgMjg4LjggLTEwODkuOTggMTI2NC43MiAtMjA2NC4zIDc0Mi43OTEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODcyLjY1IDg1OS42NjZDMjMzOS4xNiA5NjkuNzg3IDIwNjQuOTEgNzk2LjI4NiAxNzAxLjMgNTcyLjk1MkMxNTIwLjg3IDQ2Mi4wOTkgMTQwMC4wMyAzODAuOTQxIDExOTcuMDMgNDA3LjIyMUM2OTEuMTE2IDQ3Mi42NzUgODgwLjA1NCAxMDgwLjY4IDEzNC4zMTQgOTgzLjUzN0M2My40NzA4IDk3NC4zMDIgMjAuMDU5MyA5NDQuNTY1IC0yNS40Nzc5IDkwNy45MTNDLTI2NS4wMjggNzE1LjA4OSAtMzI0LjY5MyA0NDcuNjU3IC02MzQuNjc1IDQwMi40NjJDLTEzODkuOTUgMjkyLjM0IC0xMDkyLjUyIDEyNjQuNDMgLTIwNjQuMjMgNzU3LjI3NCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuNjUgODQxLjQ4MkMyMzQ3LjA1IDk1Mi45NDYgMjA3MC40IDc4Ny45MDcgMTY5OS43OSA1NjguNkMxNTE3LjY0IDQ2MC43OTcgMTM5NS4zNiAzODIuNTY5IDExOTMuNiA0MDkuNUM2OTEuNDU4IDQ3Ni41NDEgODY3LjM2NyAxMDczLjAzIDEyNC4wMjYgOTc0LjgzMkM1My43MzE4IDk2NS41NTcgMTAuMDQ2MiA5MzYuMTg2IC0zNS45MDI0IDkwMC4yMjVDLTI4MS4xNDUgNzA4LjQxOCAtMzQ4LjQ5MSA0NDcuNzM5IC02NTUuMzE4IDQwMy45MjdDLTE0MTEuODMgMjk1Ljg4IC0xMDk0Ljk5IDEyNjQuMTEgLTIwNjQuMTYgNzcxLjc1NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuNzIgODIzLjMzNEMyMzU0Ljk0IDkzNi4xODEgMjA3Ni4wMiA3NzkuNTIyIDE2OTguMjggNTY0LjI4M0MxNTE0LjQyIDQ1OS41MzIgMTM5MC43IDM4NC4yMzMgMTE5MC4xNyA0MTEuODE0QzY5MS44NyA0ODAuNDAxIDg1NC42MTEgMTA2NS40MiAxMTMuNzQgOTY2LjEyMkM0My45MjU1IDk1Ni43NjUgMC4wMzQyMjIgOTI3Ljc2IC00Ni4zMjU5IDg5Mi41MzFDLTI5Ny4zMjkgNzAxLjgyMyAtMzcyLjM1NiA0NDcuODU3IC02NzUuOTYgNDA1LjM4NkMtMTQzMy42MyAyOTkuNDE1IC0xMDk3LjQ1IDEyNjMuODIgLTIwNjQuMDkgNzg2LjIzNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuNzkgODA1LjE1M0MyMzYyLjgyIDkxOS4zNDIgMjA4MS43MSA3NzEuMDYzIDE2OTYuODQgNTU5Ljk3NEMxNTExLjQgNDU4LjIzMyAxMzg2LjExIDM4NS44NjMgMTE4Ni44MSA0MTQuMTM2QzY5Mi4yODIgNDg0LjMwOSA4NDEuOTkyIDEwNTcuODYgMTAzLjUyMSA5NTcuNDE5QzM0LjI1NSA5NDcuOTgxIC05LjkxMDUyIDkxOS4zODMgLTU2Ljc1MDcgODg0LjgwNUMtMzEzLjUxNSA2OTUuMTk1IC0zOTYuMjIyIDQ0Ny45NDEgLTY5Ni41MzQgNDA2LjgxM0MtMTQ1NS40NCAzMDIuOTk3IC0xMDk5Ljg1IDEyNjMuNDYgLTIwNjMuOTUgODAwLjY3OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzIuNzkgNzg3LjAxMkMyMzcwLjY0IDkwMi41ODUgMjA4Ny40MSA3NjIuNjA0IDE2OTUuMjcgNTU1LjY2NEMxNTA4LjE4IDQ1Ni45MzMgMTM4MS4zNyAzODcuNTMzIDExODMuMzggNDE2LjQ1NkM2OTIuNjI0IDQ4OC4xNzUgODI5LjMwNCAxMDUwLjI1IDkzLjIzNCA5NDguNzE2QzI0LjUxNjcgOTM5LjIzNyAtMTkuOTkxNyA5MTEuMDA1IC02Ny4xNzQ4IDg3Ny4xMThDLTMyOS44MzcgNjg4LjY0NyAtNDIwLjA4OCA0NDguMDY1IC03MTcuMTc3IDQwOC4zMkMtMTQ3Ny4yNSAzMDYuNjYgLTExMDIuMzIgMTI2My4xNyAtMjA2My44MiA4MTUuMjAzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi44NSA3NjguODY1QzIzNzguNTMgODg1Ljc3OSAyMDkzLjI0IDc1NC4wNTcgMTY5My44MyA1NTEuMzQ4QzE1MDUuMjMgNDU1LjYyOCAxMzc2Ljc4IDM4OS4xNTYgMTE4MC4wMiA0MTguNzcxQzY5My4xMDQgNDkyLjAzNiA4MTYuNjE3IDEwNDIuNjggODMuMDE1NSA5NDAuMDA2QzE0Ljc3ODMgOTMwLjQ0NyAtMzAuMDA0NCA5MDIuNjIxIC03Ny41OTkgODY5LjQyNkMtMzQ2LjIyNyA2ODIuMDk0IC00NDMuOTU0IDQ0OC4xODMgLTczNy44MiA0MDkuNzgxQy0xNDk5LjEzIDMxMC4yNzcgLTExMDQuNzkgMTI2Mi44OCAtMjA2My43NSA4MjkuNjgyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi45MiA3NTAuNjgzQzIzODYuNDIgODY4Ljk4MSAyMDk5LjEzIDc0NS40NzYgMTY5Mi4zOSA1NDYuOTk3QzE1MDIuMjEgNDU0LjI0NyAxMzcyLjE5IDM5MC43ODUgMTE3Ni42NiA0MjEuMDUxQzY5My41MTYgNDk1Ljg2MiA4MDMuOTk5IDEwMzUuMDggNzIuNzk3NyA5MzEuMzAzQzUuMTA5MTUgOTIxLjcwMiAtMzkuOTQ4IDg5NC4yNDMgLTg3Ljk1NDEgODYxLjc0Qy0zNjIuNTQ5IDY3NS42MjggLTQ2Ny43NTEgNDQ4LjM0OCAtNzU4LjM5MyA0MTEuMjQ4Qy0xNTIwLjk0IDMxMy45NDEgLTExMDcuMTkgMTI2Mi41NiAtMjA2My42MSA4NDQuMTY2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi45MiA3MzIuNTM2QzIzOTQuMjMgODUyLjE3NiAyMTA1LjAzIDczNi44NDggMTY5MC44MSA1NDIuNzIyQzE0OTkuMTMgNDUyLjkwMSAxMzY3LjQ1IDM5Mi40NSAxMTczLjE3IDQyMy40MDhDNjkzLjc5MSA0OTkuNzY0IDc5MS4xNzQgMTAyNy41NSA2Mi40NDIxIDkyMi42MzRDLTQuNjk3ODcgOTEyLjk1MyAtNTAuMDk3OSA4ODUuOSAtOTguNDQ2OCA4NTQuMDQ4Qy0zNzkuMDc3IDY2OS4xNTYgLTQ5MS42ODUgNDQ4LjUwNyAtNzc5LjEwNSA0MTIuNzA5Qy0xNTQyLjk1IDMxNy42MzkgLTExMDkuNzMgMTI2Mi4yMyAtMjA2My42MSA4NTguNjQ1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3Mi45OSA3MTQuMzU2QzI0MDIuMTIgODM1LjM3OSAyMTExLjA3IDcyOC4xNDcgMTY4OS4zNyA1MzguMzc0QzE0OTYuMjUgNDUxLjQ4MSAxMzYyLjg2IDM5NC4wODEgMTE2OS44NyA0MjUuNjlDNjk0LjI3MSA1MDMuNTkyIDc3OC42MjQgMTAxOS45NSA1Mi4yOTIyIDkxMy44OTJDLTE0LjM2NzYgOTA0LjE3IC02MC4xMTA3IDg3Ny41MjQgLTEwOC44MDMgODQ2LjMyMkMtMzk1LjUzNiA2NjIuNjkyIC01MTUuNDgzIDQ0OC42MzMgLTc5OS42NzkgNDE0LjE3N0MtMTU2NC43NiAzMjEuMzg2IC0xMTEyLjEzIDEyNjEuOTUgLTIwNjMuNCA4NzMuMTMxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My4wNiA2OTYuMjEyQzI0MTAuMDEgODE4LjU3OCAyMTE3LjE3IDcxOS40IDE2ODcuODYgNTM0LjA2MUMxNDkzLjIzIDQ1MC4wNTcgMTM1OC4xOSAzOTUuNzA4IDExNjYuNDQgNDI4LjAwOEM2OTQuNjgyIDUwNy40NTYgNzY1Ljg2OSAxMDEyLjM4IDQyLjAwNTQgOTA1LjE4NkMtMjQuMTA1OCA4OTUuMzgyIC03MC4xOTE3IDg2OS4xNDQgLTExOS4yMjYgODM4LjYzM0MtNDEyLjEzMiA2NTYuMzQ2IC01MzkuMzQ4IDQ0OC43OTUgLTgyMC4zMjEgNDE1LjY0MUMtMTU4Ni42MyAzMjUuMTY4IC0xMTE0LjYgMTI2MS42MyAtMjA2My4zNCA4ODcuNjEzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My4wNiA2NzguMDI2QzI0MTcuODMgODAxLjc3NSAyMTIzLjIxIDcxMC41NzEgMTY4Ni4zNSA1MjkuNzA3QzE0OTAuMjggNDQ4LjU1IDEzNTMuNTMgMzk3LjMzMyAxMTYzLjAyIDQzMC4yODRDNjk1LjAyNSA1MTEuMjc4IDc1My4xODEgMTAwNC44MSAzMS43MTg0IDg5Ni40MzhDLTMzLjg0NDIgODg2LjU5MyAtODAuMjczIDg2MC43NjEgLTEyOS43MTkgODMwLjkwMkMtNDI4Ljg2NiA2NDkuOTk3IC01NjMuMjgzIDQ0OC45NTYgLTg0MS4wMzIgNDE3LjA2M0MtMTYwOC42NSAzMjguOTA5IC0xMTE3LjE0IDEyNjEuMjYgLTIwNjMuMzQgOTAyLjA1MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuMTMgNjU5Ljg4N0MyNDI1Ljc4IDc4NC45NzggMjEyOS4zOCA3MDEuNzQ3IDE2ODQuOTEgNTI1LjQzOUMxNDg3LjQ3IDQ0Ny4xMjkgMTM0OC45NCAzOTkuMDA1IDExNTkuNjYgNDMyLjY0N0M2OTUuNDM3IDUxNS4xODcgNzQwLjQ5NCA5OTcuMzI4IDIxLjUgODg3LjgxN0MtNDMuNTgyNSA4NzcuODkyIC05MC4yODU1IDg1Mi41MDcgLTE0MC4wNzUgODIzLjI1OEMtNDQ1LjUzMSA2NDMuNzM2IC01ODcuMDggNDQ5LjIwNCAtODYxLjUzOCA0MTguNjEzQy0xNjMwLjQ2IDMzMi44MTggLTExMTkuNDcgMTI2MS4wNiAtMjA2My4xMyA5MTYuNTc5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My4yIDY0MS42OTlDMjQzMy42NyA3NjguMTc0IDIxMzUuNjIgNjkyLjc1NCAxNjgzLjQgNTIxLjA4M0MxNDg0LjUyIDQ0NS41ODEgMTM0NC4yNyA0MDAuNTg4IDExNTYuMjMgNDM0LjkyMkM2OTUuNzc5IDUxOC45NjggNzI3LjczOCA5ODkuNzE5IDExLjIxMjUgODc5LjA2OUMtNTMuMzIxNCA4NjkuMTAyIC0xMDAuNDM2IDg0NC4xMjQgLTE1MC40OTkgODE1LjUyNkMtNDYyLjI2NSA2MzcuNDY5IC02MTEuMDE1IDQ0OS40MDQgLTg4Mi4xOCA0MjAuMDMzQy0xNjUyLjQgMzM2LjYzOSAtMTEyMi4wMSAxMjYwLjY5IC0yMDYyLjk5IDkzMS4wMTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODczLjI3IDYyMy41NTdDMjQ0MS41NSA3NTEuMzc0IDIxNDEuODYgNjgzLjc2MyAxNjgxLjk2IDUxNi43NzFDMTQ4MS43MSA0NDQuMDM1IDEzMzkuNjggNDAyLjI1NyAxMTUyLjkzIDQzNy4yNDFDNjk2LjI1OSA1MjIuODMzIDcxNS4xODcgOTgyLjE5MyAxLjA2MjUzIDg3MC4zNjRDLTYyLjkyMjcgODYwLjM1NiAtMTEwLjM4IDgzNS43ODUgLTE2MC44NTUgODA3LjgzOEMtNDc4Ljk5OCA2MzEuMzI3IC02MzQuODEyIDQ0OS42MDggLTkwMi43NTUgNDIxLjQ5OEMtMTY3NC4yOCAzNDAuNTQ1IC0xMTI0LjQxIDEyNjAuMzYgLTIwNjIuODYgOTQ1LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODczLjI3IDYwNS40MTFDMjQ0OS4zNyA3MzQuNjEyIDIxNDguMSA2NzQuNzMgMTY4MC4zOCA1MTIuNDU3QzE0NzguNjkgNDQyLjQ4NyAxMzM0Ljk1IDQwMy44ODIgMTE0OS40NCA0MzkuNTU4QzY5Ni41MzQgNTI2LjY5NSA3MDIuMzYzIDk3NC43MDYgLTkuMjkzMTQgODYxLjY1NkMtNzIuNzk4MyA4NTEuNTY3IC0xMjAuNTk5IDgyNy40ODQgLTE3MS4zNDggODAwLjEwN0MtNDk1LjkzOCA2MjUuMTQxIC02NTguNzQ3IDQ0OS44MSAtOTIzLjQ2NiA0MjIuOTJDLTE2OTYuMyAzNDQuNDQ4IC0xMTI2Ljk0IDEyNjAuMDQgLTIwNjIuODYgOTU5LjkzOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuMzMgNTg3LjIyN0MyNDU3LjI2IDcxNy43NjkgMjE1NC40MSA2NjUuNTM2IDE2NzguOTQgNTA4LjE0NUMxNDc1Ljg4IDQ0MC45IDEzMzAuMzUgNDA1LjUwOSAxMTQ2LjA4IDQ0MS44NzdDNjk2Ljk0NSA1MzAuNTE5IDY4OS42NzUgOTY3LjE4IC0xOS41MTE2IDg1Mi45NUMtODIuNDY4MSA4NDIuODIxIC0xMzAuNjggODE5LjE0NSAtMTgxLjcwNCA3OTIuNDE4Qy01MTIuODA5IDYxOS4wOCAtNjgyLjYxMyA0NTAuMDU0IC05NDQuMDQgNDI0LjQyNUMtMTcxOC4xNyAzNDguNDM1IC0xMTI5LjM0IDEyNTkuNzUgLTIwNjIuNzIgOTc0LjQ2MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuNCA1NjkuMDg0QzI0NjUuMTUgNzAxLjAxIDIxNjAuNzIgNjU2LjM0MyAxNjc3LjQ0IDUwMy44MzNDMTQ3MyA0MzkuMzE0IDEzMjUuNjkgNDA3LjEzNiAxMTQyLjY1IDQ0NC4xOTZDNjk3LjM1NyA1MzQuMzQzIDY3Ni45MiA5NTkuNjU0IC0yOS43OTg0IDg0NC4yODVDLTkyLjI3NDkgODM0LjA3NCAtMTQwLjgzIDgxMC44ODcgLTE5Mi4xOTYgNzg0Ljc3Qy01MjkuODE2IDYxMy4xIC03MDYuNTQ3IDQ1MC4zNzkgLTk2NC43NTEgNDI1LjkzMUMtMTc0MC4yNiAzNTIuNTAzIC0xMTMxLjg4IDEyNTkuNTEgLTIwNjIuNjUgOTg4Ljk4NCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuNCA1NTAuOTAzQzI0NzIuOTYgNjg0LjIxMiAyMTY2Ljk2IDY0Ny4wMyAxNjc1LjkzIDQ5OS40ODNDMTQ3MC4xMiA0MzcuNjQ5IDEzMjEuMDIgNDA4Ljc2NiAxMTM5LjIyIDQ0Ni40NzdDNjk3LjYzMSA1MzguMTcgNjY0LjE2NCA5NTIuMTMxIC00MC4wODU2IDgzNS41NDJDLTEwMi4wMTMgODI1LjI5IC0xNTAuOTExIDgwMi41NSAtMjAyLjYyMSA3NzcuMDQ0Qy01NDYuODI0IDYwNy4xMjMgLTczMC40ODIgNDUwLjU4NiAtOTg1LjM5NCA0MjcuMzU3Qy0xNzYyLjIgMzU2LjUzMyAtMTEzNC4zNSAxMjU5LjE0IC0yMDYyLjU4IDEwMDMuNDMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODczLjQ3IDUzMi43NTdDMjQ4MC44NSA2NjcuNDA4IDIxNzMuMjcgNjM3LjY3MSAxNjc0LjQ5IDQ5NS4xNjhDMTQ2Ny4yNCA0MzUuOTc4IDEzMTYuNDMgNDEwLjM5MSAxMTM1LjkzIDQ0OC43OTNDNjk4LjExMSA1NDEuOTkxIDY1MS41NDUgOTQ0LjY0MyAtNTAuMjM1NCA4MjYuODMzQy0xMTEuNjE1IDgxNi41NDEgLTE2MC45MjQgNzk0LjI0OSAtMjEyLjk3NiA3NjkuMzEyQy01NjMuNzYzIDYwMS4xODEgLTc1NC4yNzkgNDUwLjgyNyAtMTAwNS45IDQyOC43NzhDLTE3ODQuMDggMzYwLjU5OCAtMTEzNi42OCAxMjU4Ljc4IC0yMDYyLjM4IDEwMTcuODciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODczLjU0IDUxNC41NzdDMjQ4OC43NCA2NTAuNjExIDIxNzkuNjUgNjI4LjE5NyAxNjcyLjk4IDQ5MC44NkMxNDY0LjM2IDQzNC4zMTUgMTMxMS43NyA0MTIuMDIyIDExMzIuNSA0NTEuMTE2QzY5OC40NTQgNTQ1LjgxOSA2MzguNzg5IDkzNy4xNjIgLTYwLjUyMjUgODE4LjEzMkMtMTIxLjQyMiA4MDcuNzU5IC0xNzEuMDc0IDc4NS45OTUgLTIyMy40IDc2MS42MjdDLTU4MC44NCA1OTUuMzY4IC03NzguMjE0IDQ1MS4xNTcgLTEwMjYuNTQgNDMwLjI4OEMtMTgwNi4wMiAzNjQuNzkzIC0xMTM5LjE1IDEyNTguNTQgLTIwNjIuMzEgMTAzMi4zOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuNTQgNDk2LjQzM0MyNDk2LjU2IDYzMy44MSAyMTg1Ljg5IDYxOC42NzcgMTY3MS40NyA0ODYuNTQ4QzE0NjEuNDEgNDMyLjYwNiAxMzA3LjAzIDQxMy42NDkgMTEyOS4wNyA0NTMuNDM1QzY5OC43OTcgNTQ5LjY0MyA2MjYuMDMzIDkyOS42NzcgLTcwLjgwOTMgODA5LjQyNkMtMTMxLjE2IDc5OS4wMTIgLTE4MS4yMjMgNzc3LjY5NiAtMjMzLjgyNCA3NTMuOTM5Qy01OTcuOTE2IDU4OS41OTEgLTgwMi4wNzkgNDUxLjQ0MSAtMTA0Ny4xOCA0MzEuNzUyQy0xODI4LjA0IDM2OC45ODIgLTExNDEuNjIgMTI1OC4yMSAtMjA2Mi4xNyAxMDQ2Ljg4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My42MSA0NzguMjQ2QzI1MDQuNTEgNjE3LjAwNiAyMTkyLjIgNjA5LjA3MyAxNjY5Ljk2IDQ4Mi4xOTJDMTQ1OC40NiA0MzAuODEzIDEzMDIuMzcgNDE1LjIzMiAxMTI1LjY0IDQ1NS43MDlDNjk5LjE0IDU1My40MjMgNjEzLjIwOSA5MjIuMTg5IC04MS4wOTYxIDgwMC43MThDLTE0MC45NjcgNzkwLjI2MyAtMTkxLjMwNCA3NjkuNDM1IC0yNDQuMzE3IDc0Ni4yNDdDLTYxNS4xMjkgNTgzLjg5MiAtODI2LjAxMyA0NTEuNzYzIC0xMDY3LjkgNDMzLjIxM0MtMTg1MC4wNSAzNzMuMjUgLTExNDQuMTYgMTI1Ny44OCAtMjA2Mi4xNyAxMDYxLjM2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My42OCA0NjAuMTA2QzI1MTIuNCA2MDAuMjA4IDIxOTguNDQgNTk5LjQzNSAxNjY4LjUyIDQ3Ny44ODNDMTQ1NS41OCA0MjkuMDY3IDEyOTcuNzggNDE2Ljg2MyAxMTIyLjM1IDQ1OC4wMzFDNjk5LjYxOSA1NTcuMjUgNjAwLjU5IDkxNC43MDcgLTkxLjI0NjYgNzkyLjAxNUMtMTUwLjU2OCA3ODEuNDc5IC0yMDEuMzE4IDc2MS4xOCAtMjU0LjYwNCA3MzguNTIxQy02MzIuMTM4IDU3OC4yNDEgLTg0OS44MTEgNDUyLjA1MSAtMTA4OC40IDQzNC42OEMtMTg3MS45MyAzNzcuNTY1IC0xMTQ2LjQ5IDEyNTcuNiAtMjA2MS45NiAxMDc1Ljg0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My42OCA0NDEuOTJDMjUyMC4yMiA1ODMuNDA2IDIyMDQuNjggNTg5LjY3MSAxNjY2Ljk0IDQ3My41N0MxNDUyLjU2IDQyNy4yNzUgMTI5My4wNCA0MTguNDg5IDExMTguODUgNDYwLjM4OUM2OTkuODI1IDU2MS4xMTMgNTg3Ljc2NSA5MDcuMzAxIC0xMDEuNjAyIDc4My4zNDlDLTE2MC4zNzUgNzcyLjc3MiAtMjExLjUzNiA3NTIuOTIgLTI2NS4xNjYgNzMwLjg3MUMtNjQ5LjQyIDU3Mi43MDcgLTg3My44MTQgNDUyLjQ1NiAtMTEwOS4xOCA0MzYuMTg0Qy0xODk0LjAxIDM4MS45NTggLTExNDkuMDkgMTI1Ny4zMSAtMjA2Mi4wMyAxMDkwLjM2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My43NSA0MjMuNzc3QzI1MjguMSA1NjYuNjA1IDIyMTAuODUgNTc5Ljg2NiAxNjY1LjUgNDY5LjI1N0MxNDQ5LjYxIDQyNS40NDUgMTI4OC40NSA0MjAuMTE2IDExMTUuNDkgNDYyLjcwOEM3MDAuMjM3IDU2NC45MzcgNTc1LjAwOSA4OTkuODU3IC0xMTEuODIxIDc3NC42NDNDLTE3MC4xMTQgNzY0LjAyNiAtMjIxLjYxOCA3NDQuNzAzIC0yNzUuNTIyIDcyMy4xODNDLTY2Ni41NjUgNTY3LjE3NCAtODk3LjYxMiA0NTIuNzgyIC0xMTI5Ljc2IDQzNy42NDlDLTE5MTUuOTYgMzg2LjM5MiAtMTE1MS41IDEyNTYuOTkgLTIwNjEuODMgMTEwNC44NCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzMuODIgNDA1LjYzNEMyNTM1Ljk5IDU0OS44NDUgMjIxNy4wMiA1NzAuMDIyIDE2NjQuMDYgNDY0Ljk0NkMxNDQ2LjY2IDQyMy42NTUgMTI4My43OSA0MjEuNzQzIDExMTIuMTMgNDY1LjAyN0M3MDAuNjQ5IDU2OC43NjEgNTYyLjI1NCA4OTIuNDUzIC0xMjIuMDM4IDc2NS45MzhDLTE3OS43ODMgNzU1LjI4IC0yMzEuNjI5IDczNi40NDUgLTI4NS44NzYgNzE1LjQ1NEMtNjgzLjcwOSA1NjEuNjgzIC05MjEuNDc2IDQ1My4xMDggLTExNTAuMzMgNDM5LjA3M0MtMTkzNy45IDM5MC44MjYgLTExNTMuODkgMTI1Ni42NiAtMjA2MS42OSAxMTE5LjI5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My44OCAzODcuNDQ3QzI1NDMuODggNTMzLjAwMSAyMjIzLjIgNTYwLjA1MyAxNjYyLjU1IDQ2MC41OUMxNDQzLjU4IDQyMS43NCAxMjc5LjEyIDQyMy4zMjcgMTEwOC43IDQ2Ny4zMDJDNzAwLjkyMyA1NzIuNTAxIDU0OS40OTggODg0Ljk2NiAtMTMyLjMyNSA3NTcuMjNDLTE4OS41OSA3NDYuNDkgLTI0MS43NzkgNzI4LjE4NCAtMjk2LjM2OSA3MDcuNzYzQy03MDAuOTkyIDU1Ni4zMSAtOTQ1LjQxMSA0NTMuNDcxIC0xMTcwLjk3IDQ0MC41NzZDLTE5NTkuODUgMzk1LjQyMSAtMTE1Ni40MyAxMjU2LjM4IC0yMDYxLjYyIDExMzMuODEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODczLjg4IDM2OS4zMDdDMjU1MS42OSA1MTYuMjQ0IDIyMjkuMjMgNTUwLjA5IDE2NjEuMDQgNDU2LjMyMkMxNDQwLjQ5IDQxOS45MTMgMTI3NC40NiA0MjQuOTk4IDExMDUuMzQgNDY5LjY2NUM3MDEuMzM0IDU3Ni4zNjkgNTM2Ljc0MiA4NzcuNjA1IC0xNDIuNTQ0IDc0OC41NjhDLTE5OS4yNiA3MzcuNzg4IC0yNTEuNzkyIDcyMC4wMSAtMzA2LjcyNSA3MDAuMTE4Qy03MTguMTM3IDU1MS4wNjYgLTk2OS4yMDkgNDUzLjkyMiAtMTE5MS41NSA0NDIuMDg0Qy0xOTgxLjczIDQwMC4wNjEgLTExNTguODMgMTI1Ni4wOSAtMjA2MS40MiAxMTQ4LjMzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3My45NSAzNTEuMTIyQzI1NTkuNTggNDk5LjQwMiAyMjM1LjI3IDU0MCAxNjU5LjU0IDQ1MS45NjhDMTQzNy40MSA0MTggMTI2OS43MyA0MjYuNTg0IDExMDEuOTEgNDcxLjk0MkM3MDEuNjA5IDU4MC4xMTEgNTIzLjkxOCA4NzAuMTYgLTE1Mi44MyA3MzkuODIxQy0yMDkuMDY2IDcyOSAtMjYxLjk0MSA3MTEuNzUyIC0zMTcuMTQ4IDY5Mi4zODhDLTczNS4zNSA1NDUuNzc3IC05OTMuMDc0IDQ1NC4yNDcgLTEyMTIuMTkgNDQzLjUwN0MtMjAwMy43NCA0MDQuNjk4IC0xMTYxLjMgMTI1NS43NyAtMjA2MS4zNSAxMTYyLjc3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3NC4wMiAzMzIuOThDMjU2Ny40NyA0ODIuNjQyIDIyNDEuMjMgNTI5Ljg3MiAxNjU4LjEgNDQ3LjY1N0MxNDM0LjMyIDQxNi4wOSAxMjY1LjEzIDQyOC4xNzIgMTA5OC41NSA0NzQuMjYyQzcwMS45NTIgNTgzLjkzNiA1MTEuMTYyIDg2Mi43NTcgLTE2My4wNSA3MzEuMTE2Qy0yMTguNzM3IDcyMC4yNTUgLTI3MS45NTUgNzAzLjUzNiAtMzI3LjU3MyA2ODQuNjZDLTc1Mi42MzMgNTQwLjUzIC0xMDE2Ljk0IDQ1NC42MTMgLTEyMzIuODMgNDQ0LjkzMkMtMjAyNS42OSA0MDkuNDE4IC0xMTYzLjc3IDEyNTUuNCAtMjA2MS4yOCAxMTc3LjIyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3NC4wMiAzMTQuNzk0QzI1NzUuMjkgNDY1Ljc5OSAyMjQ3LjA2IDUxOS43IDE2NTYuNTIgNDQzLjMwMkMxNDMxLjAzIDQxNC4xMzUgMTI2MC4xOSA0MjkuNTUzIDEwOTUuMDUgNDc2LjUzOEM3MDEuODE0IDU4Ny4yMjkgNDk4LjI2OSA4NTUuMzExIC0xNzMuNDA1IDcyMi4zNjlDLTIyOC41NDMgNzExLjQ2NiAtMjgyLjEwNSA2OTUuMjc1IC0zMzguMDY2IDY3Ni45MjlDLTc2OS45MTUgNTM1LjQwMiAtMTA0MC44OCA0NTUuMDE4IC0xMjUzLjU0IDQ0Ni4zOTRDLTIwNDcuNyA0MTQuMjE2IC0xMTY2LjMxIDEyNTUuMTIgLTIwNjEuMjggMTE5MS43IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3NC4wOSAyOTYuNjVDMjU4My4yNCA0NDkuMDM4IDIyNTIuODkgNTA5LjQ4OSAxNjU1LjA4IDQzOS4wMzFDMTQyNy44NyA0MTIuMjY0IDEyNTUuNiA0MzEuMjYxIDEwOTEuNjkgNDc4Ljg5N0M3MDIuMjI2IDU5MS4xMzQgNDg1LjQ0NCA4NDcuOTg5IC0xODMuNTU1IDcxMy43NDRDLTIzOC4yMTQgNzAyLjc2MSAtMjkyLjExOCA2ODcuMTM5IC0zNDguNDIyIDY2OS4zMjFDLTc4Ny4wNjEgNTMwLjM5OSAtMTA2NC42IDQ1NS41MDYgLTEyNzQuMTIgNDQ3Ljk0Qy0yMDY5LjUxIDQxOS4yMiAtMTE2OC43MSAxMjU0Ljg3IC0yMDYxLjA3IDEyMDYuMjIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yODc0LjE2IDI3OC40NjVDMjU5MS4xMyA0MzIuMTk2IDIyNTguNzIgNDk5LjE5NiAxNjUzLjY0IDQzNC42NzdDMTQyNC43MiA0MTAuMjY5IDEyNTEgNDMyLjg4NyAxMDg4LjQgNDgxLjE3NEM3MDIuNzA2IDU5NC45OTggNDcyLjM0NSA4NDEuMzE2IC0xOTMuNzA1IDcwNC45OTdDLTI0Ny44ODMgNjk0LjA1NCAtMzAyLjA2MiA2NzguOTIxIC0zNTguNzA5IDY2MS41OTFDLTgwNC4xMzcgNTI1LjM5NCAtMTA4OC4zMyA0NTUuOTEyIC0xMjk0LjYyIDQ0OS4zNjNDLTIwOTEuMzIgNDI0LjE0MSAtMTE3MS4wNCAxMjU0LjUgLTIwNjAuODcgMTIyMC42NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzQuMTYgMjYwLjMyMUMyNTk4Ljk1IDQxNS40MzQgMjI2NC4zNCA0ODguOTAzIDE2NTIuMDYgNDMwLjM2NEMxNDIxLjM2IDQwOC4zMTYgMTI0Ni4yNyA0MzQuNTEzIDEwODQuOSA0ODMuNDkyQzcwMi45OCA1OTguODYxIDQ1OS41MjEgODMzLjcwOCAtMjA0LjA2IDY5Ni4yOTFDLTI1Ny42OSA2ODUuMjY2IC0zMTIuMjExIDY3MC43MDIgLTM2OS4yMDEgNjUzLjg2MUMtODIxLjM1IDUyMC40MyAtMTExMi4yIDQ1Ni4zMTggLTEzMTUuMzMgNDUwLjgyNkMtMjExMy4yNiA0MjkuMjI1IC0xMTczLjU4IDEyNTQuMjIgLTIwNjAuODcgMTIzNS4xNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTI4NzQuMjMgMjQyLjE0M0MyNjA2LjgzIDM5OC41OTggMjI2OS45NyA0NzguNTM1IDE2NTAuNjIgNDI2LjAxN0MxNDE4LjEzIDQwNi4yODcgMTI0MS42OCA0MzYuMTQ2IDEwODEuNTQgNDg1Ljc3NkM3MDMuMzkxIDYwMi43MzIgNDQ2LjkwMSA4MjYuMTA2IC0yMTQuMjggNjg3LjU1Qy0yNjcuNDI5IDY3Ni40NDQgLTMyMi4xNTYgNjYyLjQ5MSAtMzc5LjYyNiA2NDYuMTM4Qy04MzguNTY1IDUxNS41MTQgLTExMzYuMDcgNDU2LjczMSAtMTMzNS45MSA0NTIuMjU2Qy0yMTM1LjA3IDQzNC4zMTYgLTExNzUuOTggMTI1My44NiAtMjA2MC43MyAxMjQ5LjU5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjg3NC4zIDIyNEMyNjE0LjcyIDM4MS44MzkgMjI3NS41MiA0NjguMTYyIDE2NDkuMTEgNDIxLjcwNUM4MTguNDY5IDM2MC4xMTYgNjk5LjA3MSA5MzcuMjQ1IC0zOTAuMDUgNjM4LjQ0OUMtMjc1MC4yMyAtOS4wNTY2MiAtOTYxLjY2NiAxMjUwLjk3IC0yMDYwLjY2IDEyNjQuMDciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzQwMTRfMzQ2OTciIHgxPSIwIiB5MT0iMCIgeDI9IjI1NjAiIHkyPSIxNjAwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGNzI1ODUiLz4KPHN0b3Agb2Zmc2V0PSIwLjUyNjA0MiIgc3RvcC1jb2xvcj0iIzcyMDlCNyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM0Q0M5RjAiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyXzQwMTRfMzQ2OTciIHgxPSIxMjgwIiB5MT0iMCIgeDI9IjEyODAiIHkyPSIxNjAwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJ3aGl0ZSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXJfNDAxNF8zNDY5NyIgeDE9IjEyODAiIHkxPSIwIiB4Mj0iMTI4MCIgeTI9IjE2MDAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50M19saW5lYXJfNDAxNF8zNDY5NyIgeDE9IjEyODAiIHkxPSIwIiB4Mj0iMTI4MCIgeTI9Ijk3NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMzMzMzMzIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMzMzMzMzIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDAxNF8zNDY5NyI+CjxyZWN0IHdpZHRoPSIyNTYwIiBoZWlnaHQ9IjE2MDAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
}

@media screen and (min-width: 767px) {
  .login-h-100 {
    min-height: 100vh !important;
  }
}
.show-pass-icon {
  position: absolute;
  right: 22px;
  top: 20px;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
}

.caps-lock-icon {
  position: absolute;
  right: 54px;
  top: 20px;
  font-size: 16px;
  line-height: 18px;
}

/* old login styles */
.lpx-brand-logo.lpx-login-big-logo {
  display: none !important;
}

.lpx-login-form-max-width {
  width: 600px !important;
  max-width: 100% !important;
}
.lpx-login-form-max-width .p-lg-5 {
  padding: 2.25rem !important;
}

.lpx-login-image-area.d-lg-block {
  display: none !important;
}

.lpx-login-text-area {
  margin: 0 auto;
}
.lpx-login-text-area .lpx-brand-logo {
  background-size: auto 3.6em;
  height: 3.6em;
  background-position: center;
}

.lpx-sidebar {
  background-color: var(--lpx-navbar-color);
  color: var(--lpx-navbar-text-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 100%;
}
.lpx-sidebar .lpx-logo-container {
  position: fixed;
  width: 280px;
  z-index: 100;
  background-color: var(--lpx-navbar-color);
  top: 0;
}
.lpx-sidebar .lpx-logo-container .menu-collapse-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  cursor: pointer;
}
.lpx-sidebar a {
  text-decoration: none;
}

.lpx-sidebar-container {
  min-width: 280px;
  z-index: 1000;
  position: fixed;
  top: 0;
  height: 100vh;
}
.lpx-sidebar-container .lpx-sidebar {
  min-height: 100vh;
}
.lpx-sidebar-container .lpx-sidebar .lpx-nav {
  min-width: 280px;
  height: 100vh;
}
.lpx-sidebar-container .lpx-sidebar .lpx-nav .lpx-nav-menu {
  background-color: var(--lpx-navbar-color);
  max-width: 280px;
}

.hover-trigger .lpx-sidebar-container:not(:hover) .hidden-in-hover-trigger {
  display: none;
}
.hover-trigger .lpx-sidebar-container:not(:hover) .lpx-logo-container {
  width: 72px;
}
.hover-trigger .lpx-sidebar-container:not(:hover) .lpx-brand-logo {
  background-image: var(--lpx-logo-icon);
}
.hover-trigger .lpx-sidebar-container {
  min-width: 72px;
}
.hover-trigger .lpx-sidebar-container .lpx-sidebar .lpx-nav {
  min-width: 72px;
}
.hover-trigger .lpx-sidebar-container:hover {
  min-width: 72px;
}
.hover-trigger .lpx-sidebar-container:hover .lpx-sidebar .lpx-nav {
  min-width: 280px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .lpx-sidebar-container:not(:hover) .hidden-in-hover-trigger {
    display: none;
  }
  .lpx-sidebar-container:not(:hover) .lpx-logo-container {
    width: 72px;
  }
  .lpx-sidebar-container:not(:hover) .lpx-brand-logo {
    background-image: var(--lpx-logo-icon);
  }
  .lpx-sidebar-container {
    min-width: 72px;
  }
  .lpx-sidebar-container .lpx-sidebar .lpx-nav {
    min-width: 72px;
  }
  .lpx-sidebar-container:hover {
    min-width: 72px;
  }
  .lpx-sidebar-container:hover .lpx-sidebar .lpx-nav {
    min-width: 280px;
  }
}
@media only screen and (min-width: 1200px) {
  .lpx-content-container {
    margin-left: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .lpx-content-container {
    margin-left: 72px;
  }
}

#lpx-wrapper.hover-trigger .lpx-sidebar-container:not(:hover) {
  min-width: 72px;
  max-width: 72px;
}
#lpx-wrapper.hover-trigger .lpx-sidebar-container:not(:hover) .lpx-nav {
  min-width: 72px;
}
@media only screen and (min-width: 1200px) {
  #lpx-wrapper.hover-trigger .lpx-content-container {
    margin-left: 72px;
  }
}

.lpx-content {
  min-height: calc(100vh - 64px);
}

.lpx-nav {
  padding-top: 72px;
}

.lpx-topbar-content {
  display: flex;
  align-items: center;
  margin-right: 0.4rem;
  gap: 0.7rem;
  font-size: 0.875em;
}
.lpx-topbar-content .lpx-avatar .lpx-avatar-img,
.lpx-topbar-content .lpx-avatar .lpx-avatar-icon {
  height: 24px;
  width: 24px;
}

@media only screen and (min-width: 1200px) {
  .lpx-footbar-container {
    left: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .lpx-footbar-container {
    left: 72px !important;
  }
}

@media only screen and (min-width: 1200px) {
  #lpx-wrapper.hover-trigger .lpx-footbar-container {
    left: 72px;
  }
}

.lpx-avatar {
  justify-content: center;
  align-items: center;
  display: flex;
}
.lpx-avatar .lpx-avatar-img,
.lpx-avatar .lpx-avatar-icon {
  height: 36px;
  width: 36px;
  border-radius: 36px;
  transition: border-radius 0.3s ease;
}
.lpx-avatar .lpx-avatar-img:hover,
.lpx-avatar .lpx-avatar-icon:hover {
  border-radius: 10px;
}
.lpx-avatar .lpx-avatar-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 20px;
  color: var(--lpx-navbar-text-color);
  background-color: var(--lpx-content-bg);
  height: 24px;
  margin: 6px auto 10px;
  padding: 0;
}
.lpx-avatar .lpx-avatar-icon .lpx-icon {
  display: flex;
}

.lpx-avatar-img-md {
  height: 72px;
  width: 72px;
  border-radius: 72px;
}

.lpx-avatar-img-lg {
  height: 144px;
  width: 144px;
  border-radius: 144px;
}

.lpx-breadcrumb-wrapper {
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
}

.lpx-breadcrumb-container {
  height: 30px;
}

.lpx-breadcrumb {
  display: flex;
  padding: 0;
  margin: 0;
  border-radius: var(--lpx-radius);
}

.lpx-breadcrumb-item {
  cursor: pointer;
  position: relative;
  font-size: 0.725rem;
  padding: 0 10px;
  margin: 0;
  transition: background-color 0.3s ease;
  line-height: 30px;
  white-space: nowrap;
}
.lpx-breadcrumb-item a {
  color: unset;
  text-decoration: none;
}
.lpx-breadcrumb-item a:hover {
  color: var(--lpx-content-text);
}
.lpx-breadcrumb-item .lpx-breadcrumb-item-icon,
.lpx-breadcrumb-item .lpx-caret {
  position: relative;
  margin: 0 2px;
  font-size: 1em;
}
.lpx-breadcrumb-item .lpx-breadcrumb-item-icon,
.lpx-breadcrumb-item .lpx-breadcrumb-item-text {
  transition: color 0.2s ease;
}
.lpx-breadcrumb-item:hover {
  color: var(--lpx-content-text);
}
.lpx-breadcrumb-item:hover .lpx-breadcrumb-item-icon,
.lpx-breadcrumb-item:hover .lpx-caret {
  color: var(--lpx-brand);
}
.lpx-breadcrumb-item.expanded .lpx-breadcrumb-dropdown {
  visibility: visible;
  opacity: 1;
}

.lpx-breadcrumb-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: var(--lpx-card-bg);
  width: 220px;
  padding: 0;
  box-shadow: var(--lpx-shadow);
  transition: visibility 0s, opacity 0.3s linear;
  border: 1px solid rgba(var(--lpx-content-text-rgb), 0.08);
  border-radius: 0 0 var(--lpx-radius) var(--lpx-radius);
  max-height: 50vh;
  overflow-y: auto;
}

.lpx-breadcrumb-dropdown-item {
  position: relative;
  padding: 8px 16px 8px 36px;
  line-height: 1em;
}
.lpx-breadcrumb-dropdown-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 10px;
  background-color: var(--lpx-content-bg);
  border-radius: var(--lpx-radius);
  left: 22px;
  top: 9px;
  transition: background-color 0.2s ease;
}
.lpx-breadcrumb-dropdown-item:hover::before, .lpx-breadcrumb-dropdown-item.active::before {
  background-color: var(--lpx-brand);
}

.lpx-breadcrumb-dropdown-container {
  padding: 8px 0px;
}

.lpx-breadcrumb-separator {
  font-weight: bold;
  line-height: 30px;
  width: 1px;
  overflow: hidden;
  background: var(--lpx-border-color);
}
.lpx-breadcrumb-separator:last-child {
  display: none;
}

.lpx-favorite .bi-star {
  color: rgba(var(--lpx-content-text-rgb), 0.65);
}
.lpx-favorite .lpx-favorite-span {
  font-size: 0.875em;
  color: rgba(var(--lpx-content-text-rgb), 0.65);
  display: none;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0rem;
}

.lpx-brand-logo {
  background-image: var(--lpx-logo);
  background-repeat: no-repeat;
  background-size: auto 32px;
  background-position: left 0px;
  height: 32px;
}

.lpx-logo-container {
  padding: 20px;
}

.lpx-timeline {
  position: relative;
}
.lpx-timeline::before {
  content: "";
  position: absolute;
  left: 75px;
  width: 3px;
  top: 0;
  bottom: 0;
  background-color: rgba(var(--lpx-content-text-rgb), 0.1);
}
.lpx-timeline .lpx-timeline-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1.5em;
}
.lpx-timeline .lpx-timeline-item:last-child {
  margin-bottom: 0;
}
.lpx-timeline .lpx-timeline-item .lpx-timeline-label {
  text-align: center;
  flex-shrink: 0;
  position: relative;
  width: 75px;
  padding-right: 10px;
  color: var(--lpx-content-text);
  opacity: 0.5;
}
.lpx-timeline .lpx-timeline-item .lpx-timeline-badge {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background: var(--lpx-content-bg);
  border: 8px solid var(--lpx-content-bg);
  width: 15px;
  height: 15px;
  margin-left: -8px;
  margin-right: 8px;
  font-size: 1.5em;
  padding: 2px;
}
.lpx-timeline .lpx-timeline-item .lpx-timeline-badge .lpx-icon {
  font-size: 0.5em;
}

.lpx-topbar-container {
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  padding: 0;
  background-color: var(--lpx-navbar-color);
  z-index: 101;
  box-shadow: var(--lpx-shadow);
}
.lpx-topbar-container .lpx-topbar {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  background-color: var(--lpx-content-bg);
  border-radius: 1em 1em 0 0;
  padding: 0;
  border: 1px solid var(--lpx-border-color);
}

.lpx-content-wrapper {
  border: 1px solid var(--lpx-border-color);
  border-top: 0;
}

.lpx-footbar-container {
  flex-wrap: wrap;
  padding: 0;
  background-color: var(--lpx-navbar-color);
  z-index: 101;
  position: fixed;
  bottom: 0;
  top: inherit;
  right: 72px;
  left: 280px;
  box-shadow: var(--lpx-shadow);
}
@media only screen and (max-width: 767px) {
  .lpx-footbar-container {
    top: auto;
    right: 0;
    left: 0;
    bottom: 72px;
  }
}
.lpx-footbar-container .lpx-footbar {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  background-color: var(--lpx-content-bg);
  border-radius: 0 0 1em 1em;
  border: 1px solid var(--lpx-border-color);
  font-size: 0.725rem;
}
.lpx-footbar-container .lpx-footbar .lpx-footbar-solo-links {
  display: flex;
}
.lpx-footbar-container .lpx-footbar .lpx-footbar-solo-links a {
  border-left: 1px solid var(--lpx-border-color);
  line-height: 30px;
  color: var(--lpx-content-text);
  text-decoration: none;
  padding: 0 1rem;
  transition: color 0.2s ease;
}
.lpx-footbar-container .lpx-footbar .lpx-footbar-solo-links a:hover {
  color: var(--lpx-brand);
}
.lpx-footbar-container .lpx-footbar .lpx-footbar-copyright {
  color: var(--lpx-content-text);
  line-height: 30px;
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lpx-footbar-container .lpx-footbar .lpx-footbar-copyright span {
  opacity: 0.5;
}
.lpx-footbar-container .lpx-footbar .lpx-footbar-copyright a {
  color: var(--lpx-content-text);
  text-decoration: none;
  transition: color 0.2s ease;
}
.lpx-footbar-container .lpx-footbar .lpx-footbar-copyright a:hover {
  color: var(--lpx-brand);
}

#lpx-wrapper.boxed .lpx-footbar-container {
  position: sticky;
  bottom: 0;
}

.lpx-menu-item {
  text-decoration: none;
}

.lpx-nav {
  color: var(--lpx-navbar-text-color);
}
.lpx-nav .lpx-nav-menu {
  padding: 0 0 15px 0;
}

.lpx-nav-menu {
  margin: 0;
  padding: 0;
}
.lpx-nav-menu a {
  text-decoration: none;
}
.lpx-nav-menu .outer-menu-item.filter-hidden,
.lpx-nav-menu .lpx-inner-menu.collapsed {
  display: none;
}
.lpx-nav-menu .lpx-menu-item-link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  cursor: pointer;
  color: var(--lpx-navbar-text-color);
  line-height: 20px;
  transition: color 0.25s ease, background-color 0.3s ease;
  margin: 1px 0;
  padding: 12px 12px;
  position: relative;
}
.lpx-nav-menu .lpx-menu-item-link:hover {
  color: var(--lpx-navbar-active-text-color);
}
.lpx-nav-menu .lpx-menu-item-link:hover .lpx-menu-item-icon {
  color: var(--lpx-brand);
  opacity: 1;
}
.lpx-nav-menu .lpx-menu-item-link:hover .dd-icon {
  color: var(--lpx-navbar-active-text-color);
  opacity: 1;
}
.lpx-nav-menu .lpx-menu-item-link.selected {
  color: var(--lpx-navbar-active-text-color);
  background-color: var(--lpx-navbar-active-bg-color);
}
.lpx-nav-menu .lpx-menu-item-link.selected .lpx-menu-item-icon,
.lpx-nav-menu .lpx-menu-item-link.selected .dd-icon {
  color: var(--lpx-brand);
  opacity: 1;
}
.lpx-nav-menu .lpx-menu-item-link .lpx-menu-item-icon .lpx-icon {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 48px;
  transition: all 0.25s ease;
  font-size: 23px;
  opacity: 0.86;
}
    .lpx-nav-menu .outer-menu-item .lpx-inner-menu .lpx-menu-item-link .lpx-menu-item-icon .lpx-icon {
        font-size: 16px;
    }
    .lpx-nav-menu .lpx-menu-item-link .dd-icon {
        position: absolute;
        text-align: center;
        opacity: 0.5;
        right: 24px;
        width: 24px;
    }
.lpx-nav-menu .lpx-menu-item-link .lpx-menu-item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 172px;
  font-size: 1em;
}
.lpx-nav-menu .lpx-inner-menu-item .lpx-menu-item-link {
  padding-left: 30px;
  transition: background-color 0.5s ease, color 0.25s ease;
}
.lpx-nav-menu .lpx-inner-menu-item .lpx-menu-item-link.selected, .lpx-nav-menu .lpx-inner-menu-item .lpx-menu-item-link:hover {
  background-color: var(--lpx-navbar-active-bg-color);
}
    .lpx-nav-menu .lpx-inner-menu-item .lpx-menu-item-link.selected:last-child {
        font-weight: bold;
    }
    /*.lpx-nav-menu .lpx-inner-menu-item .lpx-menu-item-link.selected:last-child::before {
        background-color: var(--communication-background, rgba(0, 120, 212, 1));
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        width: 5px;
    }*/
.lpx-nav-menu .lpx-inner-menu-item .lpx-menu-item-icon {
  margin-right: 14px;
}
.lpx-nav-menu .lpx-inner-menu-item .lpx-menu-item-icon .lpx-icon {
  width: 16px;
}
    /*.lpx-nav-menu .lpx-inner-menu {
        background-color: var(--lpx-navbar-active-bg-color);
    }*/
    /*.lpx-nav-menu .lpx-inner-menu .lpx-inner-menu .lpx-menu-item-link {
        background-color: rgb(220 220 220)
    }
        .lpx-nav-menu .lpx-inner-menu .lpx-inner-menu .lpx-inner-menu .lpx-menu-item-link {
            background-color: rgba( 0, 0, 0, 0.06);
        }*/
    .lpx-nav-menu .lpx-inner-menu-item .lpx-menu-item-text {
        width: 190px;
        font-size: 0.975em;
    }
.lpx-nav-menu .lpx-inner-menu {
    margin: 0;
    padding: 0;
}

    .lpx-nav-menu .lpx-inner-menu .lpx-inner-menu .lpx-menu-item-link {
        padding-left: 45px;
    }
    .lpx-nav-menu .lpx-inner-menu .lpx-inner-menu .lpx-inner-menu-item .lpx-menu-item-text {
        width: 175px;
    }
    .lpx-nav-menu .lpx-inner-menu .lpx-inner-menu .lpx-inner-menu .lpx-menu-item-link {
        padding-left: 60px;
    }

    .lpx-menu-item {
        cursor: pointer;
        color: var(--lpx-navbar-text-color);
        transition: color 0.25s ease, background-color 0.3s ease;
    }
.lpx-menu-item:hover {
  color: var(--lpx-navbar-active-text-color);
}
.lpx-menu-item:hover .lpx-menu-item-icon {
  color: var(--lpx-brand);
  opacity: 1;
}
.lpx-menu-item:hover .dd-icon {
  color: var(--lpx-navbar-active-text-color);
  opacity: 1;
}
.lpx-menu-item.selected {
  color: var(--lpx-navbar-active-text-color);
  /*background-color: var(--lpx-navbar-active-bg-color);*/
}
.lpx-menu-item.selected .lpx-menu-item-icon,
.lpx-menu-item.selected .dd-icon {
  color: var(--lpx-brand);
  opacity: 1;
}
.lpx-menu-item .dd-icon {
  position: absolute;
  text-align: center;
  opacity: 0.5;
  right: 24px;
  width: 24px;
}

.lpx-inner-menu-item .lpx-menu-item-link {
  transition: background-color 0.5s ease, color 0.25s ease;
}
.lpx-inner-menu-item .lpx-menu-item-link.selected, .lpx-inner-menu-item .lpx-menu-item-link:hover {
  background-color: var(--lpx-navbar-active-bg-color);
}

.lpx-favorite {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  cursor: pointer;
}

.lpx-footer {
  border-top: 1px solid var(--lpx-border-color);
  font-size: 0.725rem;
  color: rgba(var(--lpx-content-text-rgb), 0.75);
}
.lpx-footer a {
  padding: 0 10px;
  margin: 0;
  color: rgba(var(--lpx-content-text-rgb), 0.75);
  transition: background-color 0.3s ease;
  line-height: 30px;
  text-decoration: none;
}

.lpx-context-menu {
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  background-color: var(--lpx-navbar-color);
  border-radius: 15px;
  box-shadow: var(--lpx-shadow);
  min-width: 280px;
  padding: 0 0 15px;
  border: 1px solid rgba(var(--lpx-navbar-text-color-rgb), 0.15);
}
.lpx-context-menu.show {
  opacity: 1;
  visibility: visible;
}
.lpx-context-menu .lpx-nav {
  min-width: 280px;
}
.lpx-context-menu a {
  text-decoration: none;
}
.lpx-context-menu .lpx-nav-menu {
  max-height: calc(100vh - 50px);
  overflow: auto;
}

.lpx-context-menu--header {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(var(--lpx-navbar-text-color-rgb), 0.15);
  margin-bottom: 1em;
}

.lpx-user-ctx-info {
  display: flex;
  flex-direction: column;
}

.lpx-context-menu--action-group:not(:last-child)::after {
  content: "";
  border-top: 1px solid rgba(var(--lpx-navbar-text-color-rgb), 0.15);
  margin-top: 0.25em;
  padding-top: 0.25em;
  display: block;
  width: 100%;
}

.lpx-mobile-navbar {
  display: none;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .lpx-topbar-container {
    position: fixed;
    left: 0;
    right: 0;
  }
  .lpx-mobile-navbar {
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    height: 72px;
    min-width: 100%;
    background-color: var(--lpx-navbar-color);
    color: var(--lpx-navbar-text-color);
  }
  .lpx-sidebar-container,
  header,
  .lpx-toolbar-container {
    display: none;
  }
  .lpx-content-container {
    top: 0;
    bottom: 72px;
    height: calc(100vh - 72px);
    border-radius: 16px;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    position: absolute;
    overflow: scroll;
  }
  .lpx-content-container .lpx-content {
    padding-bottom: 36px;
    padding-top: 48px;
  }
  .lpx-nav-menu .lpx-menu-item .lpx-menu-item-text {
    width: calc(100% - 36px);
  }
}
.lpx-mobile-nav-tab-left {
  width: 100%;
  display: flex;
  align-items: center;
}

.lpx-mobile-nav-tab-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  position: relative;
  padding: 2px;
  margin: 4px 2px;
}

.lpx-mobile-nav-tab-right {
  width: 100%;
  display: flex;
  align-items: center;
}

.lpx-mobile-nav-tabs {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  padding-left: 0;
  align-items: center;
}

.lpx-mobile-nav-tab {
  text-align: center;
  width: 50%;
  height: 72px;
  padding: 2px;
  margin: 4px 2px;
  border-radius: var(--lpx-radius);
  color: var(--lpx-navbar-active-text-color);
}
.lpx-mobile-nav-tab a {
  color: var(--lpx-navbar-text-color);
  text-decoration: none;
  transition: color 0.2s ease;
}
.lpx-mobile-nav-tab a i {
  transition: color 0.2s ease;
  color: var(--lpx-navbar-active-text-color);
}
.lpx-mobile-nav-tab a:hover {
  color: var(--lpx-navbar-active-text-color);
}
.lpx-mobile-nav-tab a:hover i {
  color: var(--lpx-brand);
}
.lpx-mobile-nav-tab a.lpx-mobile-menu-toggle-open {
  color: var(--lpx-navbar-active-text-color);
}
.lpx-mobile-nav-tab a.lpx-mobile-menu-toggle-open i {
  color: var(--lpx-brand);
}
.lpx-mobile-nav-tab.selected a {
  color: var(--lpx-brand);
}
.lpx-mobile-nav-tab .mobile-item-text {
  font-size: 12px;
  margin-top: 7px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.lpx-mobile-nav-tab .menu-item-icon {
  font-size: 24px;
  display: block;
  width: 24px;
  height: 24px;
  margin: 6px auto 10px;
  padding: 0;
}
.lpx-mobile-nav-tab.menu-toggle {
  justify-content: center;
  align-items: center;
  display: flex;
}
.lpx-mobile-nav-tab .lpx-avatar .lpx-avatar-img {
  height: 24px;
  width: 24px;
  margin: 12px 0 0;
}

.lpx-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 72px;
  z-index: 999;
  height: calc(100vh - 72px);
  overflow-y: scroll;
  min-width: 100%;
  background-color: var(--lpx-navbar-color);
  color: rgba(var(--lpx-navbar-text-color-rgb), 0.9);
  transition: opacity 0.3s, visibility 0.3s;
}
.lpx-mobile-menu a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .lpx-mobile-menu {
    display: none;
  }
}
.lpx-mobile-menu.hidden {
  display: none;
}

.lpx-mobile-hamburger {
  width: 72px;
  height: 72px;
  border-radius: 72px;
  background: var(--lpx-brand);
  top: -8px;
  position: relative;
}
.lpx-mobile-hamburger:before {
  content: "";
  position: absolute;
  height: 72px;
  background: var(--lpx-navbar-color);
  border-radius: 50% 50% 50% 50%/80% 80% 20% 20%;
  left: 50%;
  width: 108px;
  margin-left: -54px;
  z-index: -1;
  top: -6px;
}
.lpx-mobile-hamburger .hamburger-icon {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 14px auto;
  transform: scale(0.56);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}
.lpx-mobile-hamburger .hamburger-icon .icon-part {
  display: block;
  position: absolute;
  height: 7px;
  width: 50%;
  background: white;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.lpx-mobile-hamburger .hamburger-icon .icon-part:nth-child(even) {
  left: 50%;
  border-radius: 0 var(--lpx-radius) var(--lpx-radius) 0;
}
.lpx-mobile-hamburger .hamburger-icon .icon-part:nth-child(odd) {
  left: 0px;
  border-radius: var(--lpx-radius) 0 0 var(--lpx-radius);
}
.lpx-mobile-hamburger .hamburger-icon .icon-part:nth-child(1), .lpx-mobile-hamburger .hamburger-icon .icon-part:nth-child(2) {
  top: 0px;
}
.lpx-mobile-hamburger .hamburger-icon .icon-part:nth-child(3), .lpx-mobile-hamburger .hamburger-icon .icon-part:nth-child(4) {
  top: 18px;
}
.lpx-mobile-hamburger .hamburger-icon .icon-part:nth-child(5), .lpx-mobile-hamburger .hamburger-icon .icon-part:nth-child(6) {
  top: 36px;
}
.lpx-mobile-hamburger.lpx-mobile-menu-toggle-open .icon-part:nth-child(1), .lpx-mobile-hamburger.lpx-mobile-menu-toggle-open .icon-part:nth-child(6) {
  transform: rotate(45deg);
}
.lpx-mobile-hamburger.lpx-mobile-menu-toggle-open .icon-part:nth-child(2), .lpx-mobile-hamburger.lpx-mobile-menu-toggle-open .icon-part:nth-child(5) {
  transform: rotate(-45deg);
}
.lpx-mobile-hamburger.lpx-mobile-menu-toggle-open .icon-part:nth-child(1) {
  left: 5px;
  top: 7px;
}
.lpx-mobile-hamburger.lpx-mobile-menu-toggle-open .icon-part:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.lpx-mobile-hamburger.lpx-mobile-menu-toggle-open .icon-part:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.lpx-mobile-hamburger.lpx-mobile-menu-toggle-open .icon-part:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.lpx-mobile-hamburger.lpx-mobile-menu-toggle-open .icon-part:nth-child(5) {
  left: 5px;
  top: 29px;
}
.lpx-mobile-hamburger.lpx-mobile-menu-toggle-open .icon-part:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

.lpx-nav-menu {
  position: relative;
  height: auto;
}
.lpx-nav-menu .lpx-menu-item-title {
  color: var(--lpx-navbar-active-text-color);
  padding: 6px 30px;
  margin: 1px 0;
  background-color: var(--lpx-navbar-active-bg-color);
  font-size: 0.765rem;
}
.lpx-nav-menu .lpx-badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.785em;
  line-height: 1;
  border-radius: var(--lpx-radius);
  background-color: var(--lpx-brand);
  color: var(--lpx-text-white);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.lpx-nav-menu .lpx-button-container {
  padding: 10px 30px;
}
.lpx-nav-menu .lpx-button-container .lpx-button {
  width: 100%;
  color: var(--lpx-text-white);
  border: 2px solid transparent;
  padding: 0.45rem 1.25rem;
  border-radius: var(--lpx-radius);
  background-color: var(--lpx-brand);
  cursor: pointer;
}
.lpx-nav-menu .lpx-nav-menu-notification {
  padding-left: 0;
}
.lpx-nav-menu .lpx-nav-menu-notification .outer-menu-item {
  margin: 0 !important;
}
.lpx-nav-menu .lpx-nav-menu-notification .lpx-notification-items .lpx-notification-item {
  position: relative;
  border-bottom: 1px solid rgba(var(--lpx-dark-rgb), 0.12);
}
.lpx-nav-menu .lpx-nav-menu-notification .lpx-notification-items .lpx-notification-item .lpx-notification-item-link {
  display: flex;
  cursor: pointer;
  padding: 10px 20px 10px 30px;
  transition: color 0.25s ease, background-color 0.3s ease;
}
.lpx-nav-menu .lpx-nav-menu-notification .lpx-notification-items .lpx-notification-item .lpx-notification-item-link .lpx-notification-user-img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 50%;
}
.lpx-nav-menu .lpx-nav-menu-notification .lpx-notification-items .lpx-notification-item .lpx-notification-item-link .lpx-notification-member-container {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: rgba(var(--lpx-brand-rgb), 0.2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.lpx-nav-menu .lpx-nav-menu-notification .lpx-notification-items .lpx-notification-item .lpx-notification-item-link .lpx-notification-member-container .lpx-notification-member-icon {
  color: var(--lpx-brand);
}
.lpx-nav-menu .lpx-nav-menu-notification .lpx-notification-items .lpx-notification-item .lpx-notification-item-link .lpx-notification-text {
  color: var(--lpx-navbar-text-color);
  margin-bottom: 0.25rem;
}
.lpx-nav-menu .lpx-nav-menu-notification .lpx-notification-items .lpx-notification-item .lpx-notification-item-link .lpx-notification-text .lpx-notification-text-highlight {
  font-weight: 600;
}
.lpx-nav-menu .lpx-nav-menu-notification .lpx-notification-items .lpx-notification-item .lpx-notification-item-link .lpx-notification-text-small {
  color: var(--lpx-navbar-text-color);
}
.lpx-nav-menu .lpx-nav-menu-notification .lpx-notification-items .lpx-notification-item .lpx-notification-item-link:hover {
  color: var(--lpx-navbar-active-text-color);
  background-color: var(--lpx-navbar-active-bg-color);
}
.lpx-nav-menu .lpx-nav-menu-notification .lpx-notification-items .lpx-notification-item:last-child {
  border-bottom: none;
}
.lpx-nav-menu .lpx-nav-menu-notification .lpx-notification-items .lpx-notification-item.unread .lpx-notification-item-link:before {
  content: "";
  position: absolute;
  left: 17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--lpx-brand);
}

@media only screen and (min-width: 480px) {
  #lpx-wrapper.boxed {
    width: 1440px;
  }
  .lpx-content-container {
    margin-right: 72px;
  }
}
.lpx-scroll-container {
  position: relative;
  height: 100vh;
  min-height: 100%;
}

.lpx-settings {
  position: fixed;
  z-index: 200;
  bottom: 15px;
  min-width: 72px;
  color: var(--lpx-navbar-text-color);
}
@media only screen and (max-width: 767px) {
  .lpx-settings {
    display: none;
  }
}
.lpx-settings .setting-icon {
  cursor: pointer;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lpx-settings .setting-icon:hover > i {
  color: var(--lpx-navbar-active-text-color);
}
.lpx-settings .lpx-context-menu {
  bottom: 0;
  max-height: calc(100vh - 50px);
}

.lpx-sidebar .ps__rail-y {
  z-index: 101;
}

.lpx-toolbar-container {
  width: 72px;
  background-color: var(--lpx-navbar-color);
  min-height: 100vh;
  position: fixed;
  z-index: 1021;
  top: 0;
  right: 0;
  bottom: 0;
}
.lpx-toolbar-container .lpx-toolbar {
  width: 72px;
}
.lpx-toolbar-container .lpx-settings {
  position: fixed;
  bottom: 10px;
  min-width: 72px;
}
.lpx-toolbar-container .lpx-context-menu {
  right: 72px;
  margin: 15px;
}

.lpx-toolbar {
  color: var(--lpx-navbar-text-color);
  position: fixed;
  top: 0;
  min-width: 72px;
}
.lpx-toolbar .lpx-menu-item-link.active-menu-item .menu-item-badge {
  background: var(--lpx-brand);
  display: inline-block;
  width: 18px;
  height: 18px;
  color: white;
  border-radius: var(--lpx-radius);
  padding: 0;
  line-height: 18px;
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 10px;
  text-align: center;
}

.lpx-user-menu {
  margin: 20px 0 0 0;
}
.lpx-user-menu .lpx-menu-item-link {
  display: block;
  height: 100px;
  color: var(--lpx-navbar-active-text-color);
}
.lpx-user-menu .lpx-menu-item-link .lpx-menu-item-text {
  text-align: center;
  font-size: 0.9em;
  line-height: 2;
  width: 60px !important;
  margin: 0 -6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.lpx-user-menu .lpx-menu-item-link .menu-item-icon {
  line-height: 20px;
  height: 20px;
  display: block;
  margin-top: -25px;
  margin-bottom: 0;
  width: 100%;
  font-size: 24px;
}

.lpx-user-menu .menu-item:hover .menu-item-icon,
.lpx-toolbar .menu-item:hover .menu-item-icon {
  color: var(--lpx-navbar-active-text-color);
}

.lpx-user-ctx-header {
  display: flex;
}
.lpx-user-ctx-img {
  margin-right: 1em;
}
.lpx-user-ctx-img .lpx-avatar-img {
  width: 52px;
  height: 52px;
}
.lpx-user-ctx-info {
  display: flex;
  flex-direction: column;
  color: var(--lpx-navbar-text-color);
}

.lpx-menu-filter {
  font-size: 1em;
  margin: 1px 0;
  padding: 0 12px;
  position: relative;
}
.lpx-menu-filter .menu-filter-icon {
  width: 48px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
}
.lpx-menu-filter .menu-filter-input {
  padding: 0;
  opacity: 1;
  background: var(--lpx-navbar-color);
  color: var(--lpx-navbar-active-text-color);
  height: 30px;
  width: 164px;
  border-radius: var(--lpx-radius);
  transition: padding 0.2s ease;
  border: 0;
  outline: 0;
  background: var(--lpx-navbar-active-bg-color);
  padding-left: 1em;
}
.lpx-menu-filter .menu-filter-input::placeholder {
  color: var(--lpx-navbar-text-color);
}
.lpx-menu-filter .menu-filter-input:focus, .lpx-menu-filter .menu-filter-input:active {
  border: 0;
  outline: 0;
  background: var(--lpx-navbar-active-bg-color);
}
.lpx-menu-filter .menu-filter-input,
.lpx-menu-filter .menu-filter-clear {
  position: absolute;
  top: 9px;
}
.lpx-menu-filter .menu-filter-clear {
  right: 26px;
  cursor: pointer;
  opacity: 0.65;
}
.lpx-menu-filter .menu-filter-clear .clear-icon {
  font-size: 20px;
}
.lpx-menu-filter .menu-filter-clear.hidden {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .lpx-topbar {
    position: fixed;
    width: 100%;
  }
}
.lpx-context-menu-user-name {
  color: var(--lpx-navbar-active-text-color);
  margin-top: 0.275em;
  font-weight: bold;
  font-size: 1.125em;
}

.lpx-context-menu-user-email {
  font-size: 0.925em;
  opacity: 0.85;
}

.lpx-nav-menu .lpx-menu-item-link .lpx-menu-item-text {
    white-space: normal;
}.confirmation .confirmation-backdrop {
  background: rgba(var(--lpx-content-text-rgb), 0.5);
}
.confirmation .confirmation-dialog {
  border: 0;
  border-radius: var(--lpx-radius);
  background-color: var(--lpx-card-bg);
  box-shadow: var(--lpx-shadow);
}
.confirmation .confirmation-dialog .icon-container .icon {
  stroke: var(--lpx-primary);
  color: var(--lpx-primary);
}
.confirmation .confirmation-dialog .icon-container.info .icon {
  stroke: var(--lpx-info);
  color: var(--lpx-info);
}
.confirmation .confirmation-dialog .icon-container.success .icon {
  stroke: var(--lpx-success);
  color: var(--lpx-success);
}
.confirmation .confirmation-dialog .icon-container.warning .icon {
  stroke: var(--lpx-warning);
  color: var(--lpx-warning);
}
.confirmation .confirmation-dialog .icon-container.error .icon {
  stroke: var(--lpx-danger);
  color: var(--lpx-danger);
}
.confirmation .confirmation-dialog .content .title,
.confirmation .confirmation-dialog .content .message {
  color: var(--lpx-content-text);
}
.confirmation .confirmation-dialog .footer {
  border-radius: 0 0 var(--lpx-radius) var(--lpx-radius);
}
.confirmation .confirmation-dialog .footer .confirmation-button {
  background-color: var(--lpx-primary);
  color: #fff;
  border-radius: var(--lpx-radius);
}
.confirmation .confirmation-dialog .footer .confirmation-button:hover, .confirmation .confirmation-dialog .footer .confirmation-button:focus, .confirmation .confirmation-dialog .footer .confirmation-button:active {
  background-color: rgba(var(--lpx-primary-rgb), 0.5);
}

.content-header-title {
  color: var(--lpx-card-title-text-color);
  font-size: 1.5em !important;
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 0.3333333333em;
}

/* TODO: lpx-page-header and lpx-page-title classes not exist. Find related properties
.entry-row {
  @extend .lpx-page-header;
}

.content-header-title {
  @extend .lpx-page-title;
}

*/
#toast-container.toast-top-full-width, #toast-container.toast-top-center {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 20px 15px 100px;
}
#toast-container.toast-bottom-full-width, #toast-container.toast-bottom-center {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 100px 15px 20px 15px;
}
#toast-container.toast-top-right {
  top: 8px;
  right: 8px;
}
#toast-container.toast-top-left {
  top: 8px;
  left: 8px;
}
#toast-container.toast-bottom-left {
  bottom: 8px;
  left: 8px;
}
#toast-container.toast-bottom-right {
  bottom: 8px;
  right: 8px;
}
#toast-container > div {
  opacity: 0.975;
}
#toast-container button.toast-close-button {
  color: #000;
}

.dataTables_wrapper,
.tab-content {
  border-radius: var(--lpx-radius);
  background: var(--lpx-card-bg);
  box-shadow: var(--lpx-shadow);
  padding: 1.5rem;
}

.nav-tabs {
  background: var(--lpx-card-bg);
  box-shadow: var(--lpx-shadow);
  padding: 0 1.5rem;
  border-radius: var(--lpx-radius);
  margin-bottom: 1rem;
}

.card .nav-tabs {
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: none;
}
.card .tab-content {
  background: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.tab-content .card {
  background: none;
  box-shadow: none;
  padding: 0;
}

.modal-body .tab-content {
  background: none;
  box-shadow: none;
}

.modal-body .nav-tabs,
.card .nav-tabs,
.tab-content .nav-tabs {
  background: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

hr {
  opacity: 0.1;
}

.abp-block-area {
  background: var(--lpx-card-bg);
}

.abp-md-form {
  max-width: 540px;
}

/* TODO: build for only angular-abp-pro package
// file management breadcrumb
abp-file-management-breadcrumb {
  .breadcrumb-item + .breadcrumb-item:before {
    position: relative;
    top: -3px;
  }
}
*/
.toastui-editor-main {
  background-color: #fff;
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* Your Global Styles */

:root .lpx-brand-logo {
    --lpx-logo: url('/assets/images/vpso/logo/Ecabinet-logo-black.svg');
    --lpx-logo-icon: url('/assets/images/vpso/logo/Ecabinet-small-logo.svg');
}/* css logo vpso */
.lpx-login-bg {
    background: url('../image/background_login.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.lpx-brand-logo {
    --lpx-logo: url('../assets/images/vpso/logo/Ecabinet-logo-black.svg') !important;
}

.lpx-brand-logo.lpx-login-logo {
    background-size: auto 100%;
    height: 100px;
    margin-bottom: 0 !important;
}

.lpx-sidebar .lpx-logo-container .menu-collapse-icon {
    color: white;
}

.ecabinet-logo {
    background-image: url('../assets/images/vpso/logo/Ecabinet-logo.svg');
    background-repeat: no-repeat !important;
    height: 55px !important;
    background-color: #2d6dba;
}

.hover-trigger .lpx-sidebar-container:not(:hover) .ecabinet-logo {
    background-color: white !important;
    background-image: url("../assets/images/vpso/logo/Ecabinet-small-logo.svg") !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .lpx-sidebar-container:not(:hover) .ecabinet-logo {
        background-color: white !important;
        background-image: url("../assets/images/vpso/logo/Ecabinet-small-logo.svg") !important;
    }
}
/* css vpso */
div.lpx-login-bg .dropdown,
.lpx-login-area .dropdown {
    display: none;
}

/* Ẩn chuyển tenant trên Side Menu / login.
   Không dùng `.row:has(#AbpTenantSwitchLink)` — selector đó match cả row
   bọc card login (link nằm nested bên trong) nên ẩn hết form. */
.lpx-context-menu-user-tenant,
#AbpTenantSwitchLink {
    display: none !important;
}

.lpx-login-area .card-body > div:has(> .row > .col-auto > #AbpTenantSwitchLink),
.lpx-login-area .card-body > div:has(> .row > .col-auto > #AbpTenantSwitchLink) + hr {
    display: none !important;
}

div.lpx-login-bg .card,
.lpx-login-area .card {
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
}

div.lpx-login-bg .card-body .justify-content-center,
.lpx-login-area .card-body .justify-content-center {
    text-align: center;
}

.card-header-login {
    border-radius: 30px 30px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lpx-nav-menu .lpx-menu-item-link.selected .lpx-menu-item-icon {
    color: #478bc7;
}

.lpx-nav-menu .lpx-menu-item-link:hover .lpx-menu-item-icon {
    color: #478bc7;
}

.abp-account-layout:has(.lpx-login-area > .lpx-login-bg) .container-fluid {
    overflow-y: scroll !important;
}
.abp-account-layout:has(.lpx-login-area > .lpx-login-bg)
    .container-fluid::-webkit-scrollbar {
    width: 6px;
}

.abp-account-layout:has(.lpx-login-area > .lpx-login-bg)
    .container-fluid::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b3b3b3;
}

.lpx-login-title {
    color: #005ECA;
}

.lpx-login-area .btn-primary {
    background: linear-gradient(180deg, #005ECA 0%, #266CBD 100%);
    border: none;
    height: 44px;
    border-radius: 5px;
    color: #ffffff;
}

.lpx-login-area .btn-primary:hover,
.lpx-login-area .btn-primary:focus {
    background: linear-gradient(180deg, #0052b3 0%, #1f5ca3 100%);
    color: #ffffff;
}

.icon-meeting {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="51" height="51" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M245.332 341.332h21.336v149.336h-21.336zM96 298.668h320V320H96zM458.668 160c-29.41 0-53.336-23.926-53.336-53.332 0-29.41 23.926-53.336 53.336-53.336 29.406 0 53.332 23.926 53.332 53.336C512 136.074 488.074 160 458.668 160zm0-85.332c-17.645 0-32 14.355-32 32 0 17.64 14.355 32 32 32 17.64 0 32-14.36 32-32 0-17.645-14.36-32-32-32zm0 0" fill="%23000000" opacity="1" data-original="%23000000" class=""/><path d="M352 490.668c-1.406 0-2.836-.27-4.203-.867-5.418-2.324-7.926-8.594-5.598-14.004l32-74.668a10.65 10.65 0 0 1 9.801-6.461h74.668c17.64 0 32-14.36 32-32V224c0-11.766-9.57-21.332-21.336-21.332h-10.664c-7.488 0-14.305 4.95-23.488 17.11-10.305 13.609-41.578 52.007-42.903 53.628a10.687 10.687 0 0 1-8.277 3.926h-53.332c-5.89 0-10.668 4.781-10.668 10.668v21.332A10.66 10.66 0 0 1 309.332 320a10.656 10.656 0 0 1-10.664-10.668V288c0-17.645 14.355-32 32-32h48.254c8.406-10.348 31.062-38.293 39.234-49.098 9.012-11.906 21.746-25.57 40.512-25.57h10.664C492.863 181.332 512 200.469 512 224v138.668C512 392.074 488.074 416 458.668 416h-67.637l-29.23 68.203c-1.727 4.043-5.664 6.465-9.801 6.465zm0 0" fill="%23000000" opacity="1" data-original="%23000000" class=""/><path d="M309.332 490.668c-1.11 0-2.25-.184-3.371-.555-5.578-1.855-8.606-7.894-6.738-13.496l35.37-106.12c5.79-17.43 22.067-29.165 40.47-29.165h30.269v-32c0-5.898 4.77-10.664 10.668-10.664s10.668 4.766 10.668 10.664V352A10.66 10.66 0 0 1 416 362.668h-40.938c-9.195 0-17.335 5.855-20.226 14.57l-35.379 106.133a10.685 10.685 0 0 1-10.125 7.297zm0 0" fill="%23000000" opacity="1" data-original="%23000000" class=""/><path d="M415.988 320c-2.226 0-4.468-.691-6.386-2.133-4.715-3.531-5.676-10.219-2.137-14.922l32-42.668c3.531-4.715 10.219-5.664 14.926-2.132 4.714 3.53 5.671 10.218 2.132 14.921l-32 42.668c-2.082 2.793-5.28 4.266-8.535 4.266zM53.332 160C23.926 160 0 136.074 0 106.668c0-29.41 23.926-53.336 53.332-53.336 29.41 0 53.336 23.926 53.336 53.336 0 29.406-23.926 53.332-53.336 53.332zm0-85.332c-17.64 0-32 14.355-32 32 0 17.64 14.36 32 32 32 17.645 0 32-14.36 32-32 0-17.645-14.355-32-32-32zM160 490.668c-4.137 0-8.074-2.422-9.8-6.465L120.968 416H53.332C23.926 416 0 392.074 0 362.668V224c0-23.531 19.137-42.668 42.668-42.668h10.664c18.766 0 31.512 13.664 40.504 25.57 8.18 10.805 30.824 38.75 39.23 49.098h48.266c17.645 0 32 14.355 32 32v21.332c0 5.898-4.777 10.668-10.664 10.668-5.89 0-10.668-4.77-10.668-10.668V288c0-5.887-4.79-10.668-10.668-10.668H128c-3.21 0-6.238-1.437-8.266-3.926-1.324-1.62-32.609-40.02-42.902-53.64-9.195-12.149-16-17.098-23.5-17.098H42.668c-11.766 0-21.336 9.566-21.336 21.332v138.668c0 17.64 14.36 32 32 32H128a10.65 10.65 0 0 1 9.8 6.46l32 74.669c2.329 5.41-.19 11.68-5.597 14.004a10.458 10.458 0 0 1-4.203.867zm0 0" fill="%23000000" opacity="1" data-original="%23000000" class=""/><path d="M202.668 490.668a10.685 10.685 0 0 1-10.125-7.297l-35.371-106.125a21.303 21.303 0 0 0-20.234-14.578H96c-5.887 0-10.668-4.77-10.668-10.668v-42.668c0-5.898 4.781-10.664 10.668-10.664s10.668 4.766 10.668 10.664v32h30.27a42.607 42.607 0 0 1 40.48 29.164l35.371 106.121c1.867 5.59-1.152 11.64-6.742 13.496a10.83 10.83 0 0 1-3.379.555zm0 0" fill="%23000000" opacity="1" data-original="%23000000" class=""/><path d="M96.012 320a10.671 10.671 0 0 1-8.547-4.266l-32-42.668c-3.54-4.703-2.578-11.39 2.137-14.921 4.734-3.532 11.41-2.582 14.933 2.132l32 42.668c3.54 4.703 2.578 11.39-2.137 14.922A10.605 10.605 0 0 1 96.012 320zM341.332 277.332a10.653 10.653 0 0 1-10.664-10.664V192c0-23.531-19.137-42.668-42.668-42.668h-64c-23.531 0-42.668 19.137-42.668 42.668v32c0 5.887-4.777 10.668-10.664 10.668-5.89 0-10.668-4.781-10.668-10.668v-32c0-35.297 28.703-64 64-64h64c35.297 0 64 28.703 64 64v74.668c0 5.898-4.77 10.664-10.668 10.664zM256 106.668c-29.406 0-53.332-23.926-53.332-53.336C202.668 23.926 226.594 0 256 0s53.332 23.926 53.332 53.332c0 29.41-23.926 53.336-53.332 53.336zm0-85.336c-17.645 0-32 14.36-32 32 0 17.645 14.355 32 32 32s32-14.355 32-32c0-17.64-14.355-32-32-32zm0 0" fill="%23000000" opacity="1" data-original="%23000000" class=""/><path d="M245.332 170.668h21.336V192h-21.336zm0 0" fill="%23000000" opacity="1" data-original="%23000000" class=""/></g></svg>');
}

.quest-content {
	background: rgba(0, 0, 0, 0.02);
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	position: relative;
	padding: 10px;
	margin: 10px 0;
}

/*css grid meeting*/

/* Mặc định bản nháp*/
#GridListMeeting .m-status {
	padding: 4px 16px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 500;
	background-color: #FFF8DD;
	color: #FFA300;
	text-align:center;
}

/* Trạng thái bổ sung */
#GridListMeeting .m-substatus {
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	color: #FFA300;
	text-align:center;
	font-style: italic;
}

/*Chờ duyệt:{ màu chữ: #0D6EFD, màu nền: #F1FAFF }*/
#GridListMeeting .m-status.s-warning-approve {
	color: #0D6EFD;
	background-color: #F1FAFF;
}
/*Đang diễn ra: {màu chữ: #A020F0, màu nên: #F4E3FF}*/
#GridListMeeting .m-status.s-in-progress {
	color: #A020F0;
	background-color: #F4E3FF;
}
/*Đã diễn ra:{ màu chữ: #FFFFFF, màu nền:#000000*/
	#GridListMeeting .m-status.s-completed {
		color: #FFFFFF;
		background-color: #000000;
	}

/*Công bố: { màu chữ: #249225, màu nền: #EBFFEB}*/
	#GridListMeeting .m-status.s-announce {
		color: #249225;
		background-color: #EBFFEB;
	}
/*Từ chối: { màu chữ: #FF2929, màu nền: #FFE1E1}*/
    #GridListMeeting .m-status.s-reject {
        color: #FF2929;
        background-color: #FFE1E1;
    }
/*Hủy: { màu chữ: #000000, màu nền: #E1E1E1}*/
    #GridListMeeting .m-status.s-cancel {
        color: #000000;
        background-color: #E1E1E1;
    }


:root {
	--qc-text-white: #ffffff;
	--qc-text-black: #000000;
	--qc-text-success: #249225;
	--qc-text-success-light: #ebffeb;
	--qc-text-danger: #ff2929;
	--qc-text-warning: #ffa300;
	--qc-text-info: #0dcaf0;
	--qc-text-primary: #0d6efd;
	--qc-text-secondary: #6c757d;
	--qc-text-secondary-2: #eaeaea;
	--qc-text-secondary-light: #e1e1e1;
	--qc-text-gray: #626262;
	--qc-text-gray-light: #f4f4f4;
	--qc-text-light: #f8f9fa;
	--qc-text-dark: #343a40;
	--qc-text-danger-light: #ffe1e1;
	--qc-bg-white: #ffffff;
	--qc-bg-black: #000000;
	--qc-bg-success: #249225;
	--qc-bg-success-light: #ebffeb;
	--qc-bg-danger: #ff2929;
	--qc-bg-warning: #ffa300;
	--qc-bg-info: #0dcaf0;
	--qc-bg-primary: #0d6efd;
	--qc-bg-secondary: #6c757d;
	--qc-bg-secondary-2: #eaeaea;
	--qc-bg-secondary-light: #e1e1e1;
	--qc-bg-gray: #626262;
	--qc-bg-gray-light: #f4f4f4;
	--qc-bg-light: #f8f9fa;
	--qc-bg-dark: #343a40;
	--qc-bg-danger-light: #ffe1e1;
	--qc-border-white: #ffffff;
	--qc-border-black: #000000;
	--qc-border-success: #249225;
	--qc-border-success-light: #ebffeb;
	--qc-border-danger: #ff2929;
	--qc-border-warning: #ffa300;
	--qc-border-info: #0dcaf0;
	--qc-border-primary: #0d6efd;
	--qc-border-secondary: #6c757d;
	--qc-border-secondary-2: #eaeaea;
	--qc-border-secondary-light: #e1e1e1;
	--qc-border-gray: #626262;
	--qc-border-gray-light: #f4f4f4;
	--qc-border-light: #f8f9fa;
	--qc-border-dark: #343a40;
	--qc-border-danger-light: #ffe1e1;
	--qc-btn-transition: 0.3s;
	--qc-hover-transform: scale(1.05);
	--qc-hover-shadow: -1px 6px 10px 0 rgba(120, 60, 20, 0.2);
	--qc-border-radius: 10px;
	--qc-border-radius-top: 10px 10px 0 0;
	--qc-border-radius-bottom: 0 0 10px 10px;
}

.meeting-dialog {
	max-width: 90vw !important;
}

.contaner {
	background-color: white !important;
	overflow-x: hidden;
}

.meeting-dialog .accordion-button {
	background-color: white !important;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background-color: #d2deeb;
}

::-webkit-scrollbar-thumb {
	background-color: #bdbdbd;
}

/* switch pro */

.switch-pro-card {
	position: relative;
}

	.switch-pro-card .switch-label-right {
		position: absolute;
		top: 35%;
		transform: translateY(-50%);
		margin-left: 10px;
	}

.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 {
	opacity: 1 !important;
	background-color: #0d6efd;
	color: #fff;
}

.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off,
.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off {
	background-color: #fff;
	color: #212529;
	opacity: 1 !important;
}
/* end switch pro */

.dropdown-toggle.remove-arrow::after {
	display: none !important;
}

/* list view */
#listAddObjectReceive,
#listAddObjectReceive ul,
#listAddObjectReceive li {
	border: none;
}
/* end list view */

.meeting-form-check {
	padding-left: 23px;
}

	.meeting-form-check .form-check-input {
		width: 15px;
		height: 15px;
		padding: 0;
		border-radius: 4px;
		border-color: #ced4da;
	}

/* custom color */

@keyframes pulse {
	0% {
		transform: scale(1.1);
	}

	70% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1.1);
	}
}

.btn.qc-btn {
}

/* primary */

.qc-text-primary {
	color: var(--qc-text-primary);
}

.qc-bg-primary {
	background-color: var(--qc-bg-primary);
}

.qc-border-primary {
	border-color: var(--qc-border-primary);
}

.qc-btn-primary {
	color: var(--qc-text-white);
	background-color: var(--qc-bg-primary);
	border-color: var(--qc-border-primary);
	transition: var(--qc-btn-transition);
}

	.qc-btn-primary:hover {
		color: var(--qc-text-white);
		background-color: var(--qc-bg-primary);
		border-color: var(--qc-border-primary);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

.btn.qc-btn-outline-primary,
.qc-btn-outline-primary {
	color: var(--qc-text-primary);
	border-color: var(--qc-border-primary);
}

	.btn.qc-btn-outline-primary:hover,
	.qc-btn-outline-primary:hover {
		color: var(--qc-text-white);
		background-color: var(--qc-bg-primary);
		border-color: var(--qc-border-primary);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

/* secondary */
.qc-text-secondary {
	color: var(--qc-text-secondary);
}

.qc-bg-secondary {
	background-color: var(--qc-bg-secondary);
}

.qc-border-secondary {
	border-color: var(--qc-border-secondary);
}

.qc-btn-secondary {
	color: var(--qc-text-white);
	background-color: var(--qc-bg-secondary);
	border-color: var(--qc-border-secondary);
	transition: var(--qc-btn-transition);
}

	.btn.qc-btn-secondary:hover,
	.qc-btn-secondary:hover {
		color: var(--qc-text-white);
		background-color: var(--qc-bg-secondary);
		border-color: var(--qc-border-secondary);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

.btn.qc-btn-outline-secondary,
.qc-btn-outline-secondary {
	color: var(--qc-text-secondary);
	border-color: var(--qc-border-secondary);
}

	.btn.qc-btn-outline-secondary:hover,
	.qc-btn-outline-secondary:hover {
		color: var(--qc-text-white);
		background-color: var(--qc-bg-secondary);
		border-color: var(--qc-border-secondary);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

/* success */
.qc-text-success {
	color: var(--qc-text-success);
}

.qc-bg-success {
	background-color: var(--qc-bg-success);
}

.qc-border-success {
	border-color: var(--qc-border-success);
}

.qc-btn-success {
	color: var(--qc-text-white);
	background-color: var(--qc-bg-success);
	border-color: var(--qc-border-success);
	transition: var(--qc-btn-transition);
}

	.qc-btn-success:hover {
		color: var(--qc-text-white);
		background-color: var(--qc-bg-success);
		border-color: var(--qc-border-success);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

.btn.qc-btn-outline-success,
.qc-btn-outline-success {
	color: var(--qc-text-success);
	border-color: var(--qc-border-success);
}

	.btn.qc-btn-outline-success:hover,
	.qc-btn-outline-success:hover {
		color: var(--qc-text-white);
		background-color: var(--qc-bg-success);
		border-color: var(--qc-border-success);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

/* success-light */

.qc-text-success-light {
	color: var(--qc-text-success-light);
}

.qc-bg-success-light {
	background-color: var(--qc-bg-success-light);
}

.qc-border-success-light {
	border-color: var(--qc-border-success-light);
}

.qc-btn-success-light {
	color: var(--qc-text-success);
	background-color: var(--qc-bg-success-light);
	border-color: var(--qc-border-success-light);
	transition: var(--qc-btn-transition);
}

	.qc-btn-success-light:hover {
		color: var(--qc-text-success);
		background-color: var(--qc-bg-success-light);
		border-color: var(--qc-border-success-light);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

.btn.qc-btn-outline-success-light,
.qc-btn-outline-success-light {
	color: var(--qc-text-success-light);
	border-color: var(--qc-border-success-light);
}

	.btn.qc-btn-outline-success-light:hover,
	.qc-btn-outline-success-light:hover {
		color: var(--qc-text-success);
		background-color: var(--qc-bg-success-light);
		border-color: var(--qc-border-success-light);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

/* danger */
.qc-text-danger {
	color: var(--qc-text-danger);
}

.qc-bg-danger {
	background-color: var(--qc-bg-danger);
}

.qc-border-danger {
	border-color: var(--qc-border-danger);
}

.qc-btn-danger {
	color: var(--qc-text-white);
	background-color: var(--qc-bg-danger);
	border-color: var(--qc-border-danger);
	transition: var(--qc-btn-transition);
}

	.qc-btn-danger:hover {
		color: var(--qc-text-white);
		background-color: var(--qc-bg-danger);
		border-color: var(--qc-border-danger);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

.btn.qc-btn-outline-danger,
.qc-btn-outline-danger {
	color: var(--qc-text-danger);
	border-color: var(--qc-border-danger);
}

	.btn.qc-btn-outline-danger:hover,
	.qc-btn-outline-danger:hover {
		color: var(--qc-text-white);
		background-color: var(--qc-bg-danger);
		border-color: var(--qc-border-danger);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

/* warning */
.qc-text-warning {
	color: var(--qc-text-warning);
}

.qc-bg-warning {
	background-color: var(--qc-bg-warning);
}

.qc-border-warning {
	border-color: var(--qc-border-warning);
}

.qc-btn-warning {
	color: var(--qc-text-white);
	background-color: var(--qc-bg-warning);
	border-color: var(--qc-border-warning);
	transition: var(--qc-btn-transition);
}

	.qc-btn-warning:hover {
		color: var(--qc-text-white);
		background-color: var(--qc-bg-warning);
		border-color: var(--qc-border-warning);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

.btn.qc-btn-outline-warning,
.qc-btn-outline-warning {
	color: var(--qc-text-warning);
	border-color: var(--qc-border-warning);
}

	.btn.qc-btn-outline-warning:hover,
	.qc-btn-outline-warning:hover {
		color: var(--qc-text-white);
		background-color: var(--qc-bg-warning);
		border-color: var(--qc-border-warning);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

/* info */
.qc-text-info {
	color: var(--qc-text-info);
}

.qc-bg-info {
	background-color: var(--qc-bg-info);
}

.qc-border-info {
	border-color: var(--qc-border-info);
}

.qc-btn-info {
	color: var(--qc-text-white);
	background-color: var(--qc-bg-info);
	border-color: var(--qc-border-info);
	transition: var(--qc-btn-transition);
}

	.qc-btn-info:hover {
		color: var(--qc-text-white);
		background-color: var(--qc-bg-info);
		border-color: var(--qc-border-info);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

.btn.qc-btn-outline-info,
.qc-btn-outline-info {
	color: var(--qc-text-info);
	border-color: var(--qc-border-info);
}

	.btn.qc-btn-outline-info:hover,
	.qc-btn-outline-info:hover {
		color: var(--qc-text-white);
		background-color: var(--qc-bg-info);
		border-color: var(--qc-border-info);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

/* light */
.qc-text-light {
	color: var(--qc-text-light);
}

.qc-bg-light {
	background-color: var(--qc-bg-light);
}

.qc-border-light {
	border-color: var(--qc-border-light);
}

.qc-btn-light {
	color: var(--qc-text-black);
	background-color: var(--qc-bg-light);
	border-color: var(--qc-border-light);
	transition: var(--qc-btn-transition);
}

	.qc-btn-light:hover {
		color: var(--qc-text-black);
		background-color: var(--qc-bg-light);
		border-color: var(--qc-border-light);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

.btn.qc-btn-outline-light,
.qc-btn-outline-light {
	color: var(--qc-text-light);
	border-color: var(--qc-border-light);
}

	.btn.qc-btn-outline-light:hover,
	.qc-btn-outline-light:hover {
		color: var(--qc-text-black);
		background-color: var(--qc-bg-light);
		border-color: var(--qc-border-light);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

/* dark */
.qc-text-dark {
	color: var(--qc-text-dark);
}

.qc-bg-dark {
	background-color: var(--qc-bg-dark);
}

.qc-border-dark {
	border-color: var(--qc-border-dark);
}

.qc-btn-dark {
	color: var(--qc-text-white);
	background-color: var(--qc-bg-dark);
	border-color: var(--qc-border-dark);
	transition: var(--qc-btn-transition);
}

	.qc-btn-dark:hover {
		color: var(--qc-text-white);
		background-color: var(--qc-bg-dark);
		border-color: var(--qc-border-dark);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

.btn.qc-btn-outline-dark,
.qc-btn-outline-dark {
	color: var(--qc-text-dark);
	border-color: var(--qc-border-dark);
}

	.btn.qc-btn-outline-dark:hover,
	.qc-btn-outline-dark:hover {
		color: var(--qc-text-white);
		background-color: var(--qc-bg-dark);
		border-color: var(--qc-border-dark);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}
/* danger-light */
.qc-text-danger-light {
	color: var(--qc-text-danger-light);
}

.qc-bg-danger-light {
	background-color: var(--qc-bg-danger-light);
}

.qc-border-danger-light {
	border-color: var(--qc-border-danger-light);
}

.qc-btn-danger-light {
	color: var(--qc-bg-danger);
	background-color: var(--qc-bg-danger-light);
	border-color: var(--qc-border-danger-light);
	transition: var(--qc-btn-transition);
}

	.qc-btn-danger-light:hover {
		color: var(--qc-bg-danger);
		background-color: var(--qc-bg-danger-light);
		border-color: var(--qc-border-danger-light);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

.btn.qc-btn-outline-danger-light,
.qc-btn-outline-danger-light {
	color: var(--qc-text-danger-light);
	border-color: var(--qc-border-danger-light);
}

	.btn.qc-btn-outline-danger-light:hover,
	.qc-btn-outline-danger-light:hover {
		color: var(--qc-bg-danger);
		background-color: var(--qc-bg-danger-light);
		border-color: var(--qc-border-danger-light);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

/* white */

.qc-text-white {
	color: var(--qc-text-white);
}

.qc-bg-white {
	background-color: var(--qc-bg-white);
}

.qc-border-white {
	border-color: var(--qc-border-white);
}

.qc-btn-white {
	color: var(--qc-text-black);
	background-color: var(--qc-bg-white);
	border-color: var(--qc-border-white);
	transition: var(--qc-btn-transition);
}

	.qc-btn-white:hover {
		color: var(--qc-text-black);
		background-color: var(--qc-bg-white);
		border-color: var(--qc-border-white);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

.btn.qc-btn-outline-white,
.qc-btn-outline-white {
	color: var(--qc-text-white);
	border-color: var(--qc-border-white);
}

	.btn.qc-btn-outline-white:hover,
	.qc-btn-outline-white:hover {
		color: var(--qc-text-black);
		background-color: var(--qc-bg-white);
		border-color: var(--qc-border-white);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

/* black */
.qc-text-black {
	color: var(--qc-text-black);
}

.qc-bg-black {
	background-color: var(--qc-bg-black);
}

.qc-border-black {
	border-color: var(--qc-border-black);
}

.qc-btn-black {
	color: var(--qc-text-white);
	background-color: var(--qc-bg-black);
	border-color: var(--qc-border-black);
	transition: var(--qc-btn-transition);
}

	.qc-btn-black:hover {
		color: var(--qc-text-white);
		background-color: var(--qc-bg-black);
		border-color: var(--qc-border-black);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

.btn.qc-btn-outline-black,
.qc-btn-outline-black {
	color: var(--qc-text-black);
	border-color: var(--qc-border-black);
}

	.btn.qc-btn-outline-black:hover,
	.qc-btn-outline-black:hover {
		color: var(--qc-text-white);
		background-color: var(--qc-bg-black);
		border-color: var(--qc-border-black);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}
/* Gray*/
.qc-text-gray {
	color: var(--qc-text-gray);
}

.qc-bg-gray {
	background-color: var(--qc-bg-gray);
}

.qc-border-gray {
	border-color: var(--qc-border-gray);
}

.qc-btn-gray {
	color: var(--qc-text-black);
	background-color: var(--qc-bg-gray);
	border-color: var(--qc-border-gray);
	transition: var(--qc-btn-transition);
}

	.qc-btn-gray:hover {
		color: var(--qc-text-black);
		background-color: var(--qc-bg-gray);
		border-color: var(--qc-border-gray);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

.btn.qc-btn-outline-gray,
.qc-btn-outline-gray {
	color: var(--qc-text-gray);
	border-color: var(--qc-border-gray);
}

	.btn.qc-btn-outline-gray:hover,
	.qc-btn-outline-gray:hover {
		color: var(--qc-text-black);
		background-color: var(--qc-bg-gray);
		border-color: var(--qc-border-gray);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

/* Gray-light */
.qc-text-gray-light {
	color: var(--qc-text-gray-light);
}

.qc-bg-gray-light {
	background-color: var(--qc-bg-gray-light);
}

.qc-border-gray-light {
	border-color: var(--qc-border-gray-light);
}

.qc-btn-gray-light {
	color: var(--qc-text-black);
	background-color: var(--qc-bg-gray-light);
	border-color: var(--qc-border-gray-light);
	transition: var(--qc-btn-transition);
}

	.qc-btn-gray-light:hover {
		color: var(--qc-text-black);
		background-color: var(--qc-bg-gray-light);
		border-color: var(--qc-border-gray-light);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

.btn.qc-btn-outline-gray-light,
.qc-btn-outline-gray-light {
	color: var(--qc-text-gray-light);
	border-color: var(--qc-border-gray-light);
}

	.btn.qc-btn-outline-gray-light:hover,
	.qc-btn-outline-gray-light:hover {
		color: var(--qc-text-black);
		background-color: var(--qc-bg-gray-light);
		border-color: var(--qc-border-gray-light);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

/* secondary-2 */
.qc-text-secondary-2 {
	color: var(--qc-text-secondary-2);
}

.qc-bg-secondary-2 {
	background-color: var(--qc-bg-secondary-2);
}

.qc-border-secondary-2 {
	border-color: var(--qc-border-secondary-2);
}

.qc-btn-secondary-2 {
	color: var(--qc-text-black);
	background-color: var(--qc-bg-secondary-2);
	transition: var(--qc-btn-transition);
}

	.qc-btn-secondary-2:hover {
		color: var(--qc-text-black);
		background-color: var(--qc-bg-secondary-2);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

.btn.qc-btn-outline-secondary-2,
.qc-btn-outline-secondary-2 {
	color: var(--qc-text-secondary-2);
	border-color: var(--qc-border-secondary-2);
}

	.btn.qc-btn-outline-secondary-2:hover,
	.qc-btn-outline-secondary-2:hover {
		color: var(--qc-text-black);
		background-color: var(--qc-bg-secondary-2);
		border-color: var(--qc-border-secondary-2);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

/* secondary-3 */
.qc-text-secondary-light {
	color: var(--qc-text-secondary-light);
}

.qc-bg-secondary-light {
	background-color: var(--qc-bg-secondary-light);
}

.qc-border-secondary-light {
	border-color: var(--qc-border-secondary-light);
}

.qc-btn-secondary-3 {
	color: var(--qc-text-black);
	background-color: var(--qc-bg-secondary-light);
	transition: var(--qc-btn-transition);
}

	.qc-btn-secondary-3:hover {
		color: var(--qc-text-black);
		background-color: var(--qc-bg-secondary-light);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

.btn.qc-btn-outline-secondary-3,
.qc-btn-outline-secondary-3 {
	color: var(--qc-text-secondary-light);
	border-color: var(--qc-border-secondary-light);
}

	.btn.qc-btn-outline-secondary-3:hover,
	.qc-btn-outline-secondary-3:hover {
		color: var(--qc-text-black);
		background-color: var(--qc-bg-secondary-light);
		border-color: var(--qc-border-secondary-light);
		transform: var(--qc-hover-transform);
		box-shadow: var(--qc-hover-shadow);
	}

/* end custom color */
.qc-cursor-pointer {
	cursor: pointer;
}

/* qc position*/

.qc-absolute {
	position: absolute;
}

.qc-relative {
	position: relative;
}

.qc-fixed {
	position: fixed;
}

.qc-sticky {
	position: sticky;
}

/* top */
.qc-top-0 {
	top: 0;
}

.qc-top-8 {
	top: 8px;
}

.qc-top-10 {
	top: 10px;
}

/* right */
.qc-right-0 {
	right: 0;
}

.qc-right-8 {
	right: 8px;
}

.qc-right-10 {
	right: 10px;
}

/* bottom */
.qc-bottom-0 {
	bottom: 0;
}

.qc-bottom-8 {
	bottom: 8px;
}

.qc-bottom-10 {
	bottom: 10px;
}

/* left */
.qc-left-0 {
	left: 0;
}

.qc-left-8 {
	left: 8px;
}

.qc-left-10 {
	left: 10px;
}
/* end qc position */

/* qc font size*/
.qc-fs-10 {
	font-size: 10px;
}

.qc-fs-12 {
	font-size: 12px;
}

.qc-fs-14 {
	font-size: 14px;
}

.qc-fs-16 {
	font-size: 16px;
}

.qc-fs-18 {
	font-size: 18px;
}

.qc-fs-20 {
	font-size: 20px;
}

.qc-fs-22 {
	font-size: 22px;
}

.qc-fs-24 {
	font-size: 24px;
}

.qc-fs-26 {
	font-size: 26px;
}

.qc-fs-28 {
	font-size: 28px;
}

.qc-fs-30 {
	font-size: 30px;
}

.qc-fs-32 {
	font-size: 32px;
}

/*end qc font size*/

/* qc font weight */
.qc-fw-100 {
	font-weight: 100;
}

.qc-fw-200 {
	font-weight: 200;
}

.qc-fw-300 {
	font-weight: 300;
}

.qc-fw-400 {
	font-weight: 400;
}

.qc-fw-500 {
	font-weight: 500;
}

.qc-fw-600 {
	font-weight: 600;
}

.qc-fw-700 {
	font-weight: 700;
}

.qc-fw-800 {
	font-weight: 800;
}

.qc-fw-900 {
	font-weight: 900;
}

/* end qc font weight */

/* tree grid, grid */
.e-grid .e-rowcell {
	font-size: 16px;
	font-weight: 400;
}

.e-treegrid,
.e-treegrid .e-grid {
	border-radius: var(--qc-border-radius);
}

	.e-treegrid .e-gridheader {
		border-radius: var(--qc-border-radius-top);
		padding-right: 0px !important;
	}

		.e-treegrid .e-gridheader .e-headercontent .e-table {
			min-height: 56px;
		}

		.e-treegrid .e-gridheader .e-headercontent .e-headercell {
			background-color: var(--qc-bg-gray-light);
		}

			.e-treegrid .e-gridheader .e-headercontent .e-headercell .e-headercelldiv {
				min-height: 25px;
			}

			.e-treegrid .e-gridheader .e-headercontent .e-headercell .e-headertext {
				color: var(--qc-text-black);
				font-size: 20px;
				font-weight: 500;
			}

	.e-treegrid .e-gridfooter,
	.e-treegrid .e-gridpager {
		border-radius: var(--qc-border-radius-bottom);
	}
/* participant-status */

.participant-status {
	padding: 4px 16px;
	border-radius: var(--qc-border-radius);
}

/* modal */

.modal-dialog,
.modal-dialog .modal-content {
	border-radius: var(--qc-border-radius);
}

/* end modal */
/* Align notification bell with LeptonX toolbar icons */
.lpx-toolbar .notification-bell-root {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lpx-toolbar .notification-bell-root > .lpx-menu-item-link {
    position: relative;
}

/* Hide Bootstrap caret on toolbar bell */
.lpx-toolbar .notification-bell-root > .lpx-menu-item-link.dropdown-toggle::after {
    display: none !important;
}

.lpx-toolbar .notification-bell-root .notification-dropdown-menu {
    min-width: 360px;
    max-width: 420px;
    max-height: min(70vh, 480px);
    overflow: auto;
    margin-top: 0.25rem;
}

.lpx-toolbar .notification-bell-root .notification-item {
    white-space: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lpx-toolbar .notification-bell-root .notification-item:last-child {
    border-bottom: 0;
}
.e-rule-value.e-template-value {
    width: calc(100% - 450px)!important;
}


.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multiselect, .e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper {
    max-width: 100% ;
}


/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    .e-rule-value.e-template-value {
        width: calc(100% - 250px) !important;
    }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    .e-rule-value.e-template-value {
        width: calc(100%) !important;
    }

}@font-face{font-family:"e-icons";font-style:normal;font-weight:normal;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMj1tS4cAAAEoAAAAVmNtYXCICY3YAAAH3AAAA2BnbHlmjl2SrgAAEZwAApasaGVhZCCirFgAAADQAAAANmhoZWEIVQWYAAAArAAAACRobXR4XAAAAAAAAYAAAAZcbG9jYQIhMGgAAAs8AAAGYG1heHACzgMQAAABCAAAACBuYW1lc0cOBgACqEgAAAIlcG9zdOoh3LkAAqpwAAAYWAABAAAEAAAAAFwEAAAAAAAD+AABAAAAAAAAAAAAAAAAAAABlwABAAAAAQAAL0f2Fl8PPPUACwQAAAAAAN7GM7EAAAAA3sYzsQAAAAAD+AP4AAAACAACAAEAAAAAAAEAAAGXAwQALQAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5wDolQQAAAAAXAQAAAAAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAA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AAE12AABOAgAATlIAAE6LAABO1wAATysAAFAvAABQ2gAAUT8AAFGTAABSJwAAUi4AAFJwAABTOwAAU64AAFQJAABUFQAAVFUAAFUHAABVWgAAVawAAFYmAABWuwAAV0UAAFgDAABYTwAAWPwAAFlwAABZ3wAAWmkAAFp/AABazQAAW3kAAFyUAABddwAAXloAAF7fAABfBwAAX0cAAGAYAABgngAAYQoAAGEoAABhzwAAYfgAAGJ9AABipwAAYwQAAGMwAABjkAAAY9AAAGRbAABkjwAAZXIAAGW8AABl+AAAZrcAAGb8AABnVwAAZ8MAAGgjAABo9QAAaUgAAGmjAABqOAAAasoAAGsxAABrhQAAa7QAAGyEAABsrQAAbSUAAG28AABtxgAAbfEAAG5DAABurwAAb3EAAG/JAABv9QAAcC8AAHFBAABxcAAAcfQAAHH+AABy4gAAc20AAHPLAAB0VAAAdQ8AAHX5AAB2SQAAdsoAAHc5AAB3swAAeE0AAHiiAAB5NwAAecYAAHoEAAB6cAAAeqYAAHrAAAB7SgAAe+gAAHw3AAB8dAAAfMcAAH2ZAAB+KwAAfvAAAH9CAAB/uQAAgAcAAICxAACBFQAAgbkAAIIkAACCvwAAg0QAAIOPAACD7AAAhNUAAIT6AACFKAAAhcwAAIYFAACGYgAAhpgAAIdyAACIAwAAiFsAAIhtAACIigAAiSoAAIl9AACKAAAAimUAAIrzAACLpwAAi/sAAIygAACM8QAAjakAAI30AACOMQAAjkEAAI5hAACOeAAAjpEAAI67AACO3AAAjv0AAI8eAACPOAAAj1MAAI9oAACPowAAj7QAAI/RAACP/gAAkCcAAJBVAACQeAAAkJgAAJDCAACQ6QAAkQwAAJE1AACRawAAkZoAAJHDAACR4wAAkgAAAJIpAACSSQAAkmkAAJKUAACStQAAkssAAJLjAACTpAAAlBcAAJQvAACUPAAAlFcAAJRsAACUiAAAlJ0AAJSwAACUwwAAlNMAAJTnAACVUAAAlWgAAJZbAACW5AAAl5kAAJfsAACYEAAAmFIAAJjJAACY7QAAmREAAJk5AACa3gAAmxMAAJwEAACcvgAAnX4AAJ49AACfAAAAn5IAAJ+6AACgBQAAoFAAAKC/AACg+AAAoW4AAKHkAACihwAAoyIAAKO+AACkWgAApMo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AQEDBQgJCwYGBgcGBgYGCwkIBgIBAQEBAQECBggJCwYGBgYHBgYGCwkIBQMBAbwBAQECBggJCwYGBgYHBgYGCwkIBQMBAQEBAwUICQsGBgYHBgYGBgsJCAYCAQG9AQEDBQgJCwYGBgcGBgYGCwkIBgIBAQEBAQECBggJCwYGBgYHBgYGCwkIBQMBAbwBAQECBggJCwYGBgYHBgYGCwkIBQMBAQEBAwUICQsGBgYHBgYGBgsJCAYCAQG9AQEDBQgJCwYGBgcGBgYGCwkIBgIBAQEBAQECBggJCwYGBgYHBgYGCwkIBQMBAYYGBwYFCwkIBgICAQECAgYICQsFBgcGBwYGBgoKBwYCAgEBAgIGBwoKBgYGBwYHBgULCQgGAgIBAQICBggJCwUHBgYHBgYGCgoHBgICAQECAgYHCgoGBga2BgcGBQsJCAYCAgEBAgIGCAkLBQYHBgcGBgYKCgcGAgIBAQICBgcKCgYGBgcGBwYFCwkIBgICAQECAgYICQsFBgcGBwYGBgoKBwYCAgEBAgIGBwoKBgYGtgYHBgULCQgGAgIBAQICBggJCwUGBwYHBgYGCgoHBgICAQECAgYHCgoGBgYHBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgcGBgYKCgcGAgIBAQICBgcKCgYGBrYGBwYGCgoHBgICAQECAgYHCgoGBgcGBgcGBgoKBwYCAgEBAgIGBwoKBgYHBgYHBgYKCgcGAgIBAQICBgcKCgYGBwYGBwYGCgoHBgICAQECAgYHCgoGBge3BwYGBgoKBwYCAgEBAgIGBwoKBgYGBwYHBgULCQgGAgIBAQICBggJCwUGBwYHBgYGCgoHBgICAQECAgYHCgoGBgYHBgcGBQsJCAYCAgEBAgIGCAkLBQYHAAEAAAAAA/cDkgBUAAABMQkBLwcPDh0BHwYBHwYzPwcBPwY1Lw4rAQ8FA1n+UP79BwcICAkICQkJCQkICAgIBwYGBAQDAgICAgMEBAYGAUcKCAgICQkJCAkJCQgICAcHAe4GBQUEAgICAQECAwQFBQcHBwgICQkICQkJCQgICAgDd/3ZAQMHBQUEAwIBAQEBAgMEBQUHBwcICAkICQkJCQkICAgIB/65CAYEBAICAQEBAwMEBQYGAmoHBwgJCAkJCAkJCQgICAcHBwUFAwMCAgICAwQEBgAAAAIAAAAAA/cD9wBVANUAAAEzHwcRDwchLwc1LwIdAR8OIT8PES8OKwEfAQUfHjsBPx4vHw8eAzZjBwYFBQMDAgEBAgMDBQUGB/3JBgYFBQQDAQEQIA8CAgMEBQYGBggHCQgJCgkCNwoJCQkICAcHBgYEBAQCAQEBAQIEBAQGBgcHCAgJCQkKcQUD/NgBAQMDBAUGBwgICQoKDAsNDQ4ODw8QEBEREhISExIUExMUEhMSEhIRERAQDw8ODg0NCwwKCgkICAcGBQQDAwEBAQEDAwQFBgcHCQkKCgwLDQ0ODg8PEBARERISEhMSFBMTFBITEhISEREQEA8PDg4NDQsMCgoJCQcHBgUEAwMBAr0BAgIEBQUGB/3KBwYFBQMDAgEBAgMDBQUGB2MDBgVxCgkJCQgIBwcGBgQEBAIBAQEBAgQEBAYGBwcICAkJCQoCNwkKCQgJBwgGBgYFBAMCAg8QXxQTExISEhIRERAQDw8ODg0NDAsKCgkJBwcGBQQEAgICAgQEBQYHBwkJCgoLDA0NDg4PDxAQERESEhISExMUExMTExISEhEREBAPDw4ODQ0LDAoKCQgIBwYFBAMDAQEBAQMDBAUGBwgICQoKDAsNDQ4ODw8QEBEREhISExMTAAAAAAEAAAAAA5kC3AArAAATDwIdAR8CAR8COwE/AgE/Aj0BLwUrAQ8CCQEvAisBDwFwBAMCAgMEAXoFBgYGBgUGBQF5BAMCAgMEBQUGBgYGBQX+nf6bBAYGBgYGBQLTBQUGBgYGBQX+hgQDAgIDBAF4BQYGBgYFBgUEAwICAwT+ngFjBAMCAgMAAAAFAAAAAAN5AzoAIQBDAGUAkQCzAAA3HwchPwcvByEPBicfByE/By8HIQ8GJx8HIT8HLwchDwYlDwQfBzsBPwYvBD8ELwYrAQ8BJR8HIT8HLwchDwaGAQIDAwUFBgcCtAcGBQUDAwIBAQIDAwUGBQf9TAcGBQUDAwIBAQIDAwUFBgcBeQcGBQUEAgIBAQICBAUFBgf+hwcGBQUDAwIBAQIDAwUFBgcBeQcGBQUEAgIBAQICBAUFBgf+hwcGBQUDAwICnn4EAwIBAQIDBH4FBQYGBgYFBQQDAgEBAgMEaGkEAwEBAQEDBAUGBQYGBgb9XAECAwMFBQYHArQHBgUFAwMCAQECAwMFBQYH/UwHBgUFAwMC5QcGBQUDAwIBAQICBAUFBgcGBgUFBAMBAQEBAwQFBQa3BwYFBQQDAQEBAQMEBQUGBwYGBQUEAwEBAQEDBAUFBrYGBgUFBAMBAQEBAwQFBQYGBwYFBQQDAQEBAgIEBQUGL34EBgYGBgYFBX8EAwICAwQFBgUGBgYGBWhnBQYGBgYFBgUEAwICA4MGBgUFBAMBAQEBAwQFBQYGBwYFBQQCAgEBAgIEBQUGAAADAAAAAAP3A/cAKwCrASsAAAEDLwMjDwYVHwc/AxM/AjUvBiMPAwUPHy8fPx8fHgUfHz8fLx8PHgKq1oYICQkJCAkIBwUDAgIDBqsICAgKCAkJCPoFAwICBAUHBwgHCAoKCQQBCwEBAwQFBgcICQkLDAwNDg4QEBASEhITFBQUFRUWFhYXFxYWFhUVFBQUExISEhAQEA4ODQwMCwkJCAcGBQQDAQEBAQMEBQYHCAkJCwwMDQ4OEBAQEhISExQUFBUVFhYWFxcWFhYVFRQUFBMSEhIQEBAODg0MDAsJCQgHBgUEAwH8UAECAwQGBwgJCgsMDQ4PEBERExMUFBUWFhcXGBkYGhkaGhkaGBkYFxcWFhUUFBMTEREQDw4NDAsKCQgHBgQDAgEBAgMEBgcICQoLDA0ODxARERMTFBQVFhYXFxgZGBoZGhoZGhgZGBcXFhYVFBQTExEREA8ODQwLCgkIBwYEAwICxv7uhQUEAQEEBQcICAkJCQkIqgYEAwEBAgUGAUAICQkJCQgIBgUDAgEDBgTKFxYWFhUVFBQUExISEhAQEA4ODQwMCwkJCAcGBQQDAQEBAQMEBQYHCAkJCwwMDQ4OEBAQEhISExQUFBUVFhYWFxcWFhYVFRQUFBMSEhEREA8PDg0MDAsJCQgHBgUEAwEBAQEDBAUGBwgJCQsMDA0ODhAQEBISEhMUFBQVFRYWFhcaGRoYGRgXFxYWFRQUExMRERAPDg0MCwoJCAcFBQMCAQECAwUFBwgJCgsMDQ4PEBERExMUFBUWFhcXGBkYGhkaGhkaGBkYFxcWFhUVExMTEREQDw4NDAsKCQgHBgQDAgEBAgMEBgcICQoLDA0ODxARERMTFBQVFhYXFxgZGBoZAAADAAAAAAPYA7gARwBXAIkAAAEPAx8EDwQfBz8EHwQ/Bj0BLwM/Az0BLwUrAQ8DLwQPAhMVAQ8CFREHES8DATUnHQEfAgERHwc/ChEBPwI9Ai8GIQ8GAqcEAwIBAQIDBGdnBAMCAQECAwQFBQYGBgYFBWhnBQYGBgYGBQUEAwICAwRoaAQDAgIDBAUFBgYGBgYFZ2gFBQYGBgYFb/7tBAICfgEBAgT+7T8CAgMBFAECBAYEBQUEBQW9BQQEAwICAQEBEwQCAgIDBAUFBgb9DAYGBQUEAwIBuAUGBQYHBQYFZ2gFBgUGBgYGBQQDAQEBAQMEaGgEAwEBAQEDBAUGBgYGBQYFaGcFBgYGBgUGBQQDAgIDBGhoBAMBAQEBAwG+Sv7FBAUGBv7cKgFOBgUGBAE7Sh91BgUFBf7G/pIIBwYFAgIBAQEBPwICAwQEBQUFAS8BOgUFBQZ1BwYFBQMDAgEBAgMDBQUGAAADAAAAAAO4A7gACgA6AH8AAAkBET8HEx8HESEjDw0VESEvBxE/ByExBREfDyE/BwE/BxEvDyEPDgNs/tMBAQMEBQUGBvwHBgUFAwMCAf7kCQoJCAkHCAYGBgUEAwIC/qYHBgUFAwMCAQECAwMFBQYHArT87QEBAgQEBAYGBwcICAkJCQoBfAkJCQkICAgGATkGBgUEAwIBAQEBAgQEBAYGBwcICAkJCQr9TAoJCQkICAcHBgYEBAQCAQHB/tUBDAYGBQUEAwEBAbkBAgMDBQUGB/6mAgIDBAUGBgYIBwkICQoJ/uQBAgMDBQUGBwK0BwYFBQMDAgEf/UsKCQkJCAgHBwYGBAQEAgEBAQECAwQFBQcBNQcICAgJCQkJAX8KCQkJCAgHBwYGBAQEAgEBAQECBAQEBgYGCAgICAkKAAAAAAIAAAAAA/cDeQA9AMcAAAEPAh0BHwMhDwcfByEPAx0BHwU7AT8HLwcrAQ8BJREfDyE/Dj0BLwcPBxUPByEvBxE/ByEfBxUfBz8HPQEvDiEPDgMFBAMCAgMEiP3WBwYFBQQCAgEBAgIEBQUGBwIohgQDAgIDBAUGBQYGBgYFvAQDAgEBAgMEvAUGBgYGBgX8/gEBAwMEBAYGBwcICAkJCQoB+AkKCQgJBwgGBgYFBAMCAgEBAwQFBQYGBwYFBQQCAgEBAQMEBQUGBv4IBwUGBAQDAgEBAgMEBAYFBwH4BgYFBQQDAQEBAgIEBQUGBwYGBQUEAwEBAgIDBAUGBgYIBwkICQoJ/ggKCQkJCAgHBwYGBAQDAwEC0wUFBgYGBgUFiAEBAwQFBQYGBwYFBQQCAgGHBQUGBgYGBQUEAwICAwS+BQUGBgYGBQW8BAMCAgNE/coKCQkJCAgHBwYGBAQEAgEBAQECBAQEBgYHBwgICQkJCn8HBgUFAwMCAQECAwMFBQYHfwcGBQUDAwIBAQIDAwUFBgcCNgcGBQUEAgIBAQICBAUFBgeEBgYGBAQDAgEBAgMEBAYGBoQKCQkJCAgHBwYGBAQEAgEBAQECBAQEBgYGCAgICAoJAAACAAAAAAP3A/cAOQChAAABMx8JFREVDwkjISMvCT0BIT8PESURHw8zFR8PIT8PES8PIzUvDyEPDgN6BgcGBQsJCAYCAgEBAgIGCAkLBQYHBv4IBgcGBQsJCAYCAgEBOw0MDAwLCgoJCAcHBQQDAgH9DAECAwQGBgcICQoKCwwMDA1+AQIDBAUHBwgJCgoLDAwMDQH4DQwMDAsKCgkIBwYGBAMCAQECAwQGBgcICQoKCwwMDA1+AQIDBAUHBwgJCgoLCw0MDf4IDQwMDAsKCgkIBwYGBAMCAr0BAgIGCAkLBQYHBv4IBgcGBQsJCAYCAgEBAgIGCAkLBQYHBn4BAgMEBQcHCAkKCgsMDAwNATu9/ggNDAwMCwoKCQgHBwUEAwIBfg0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAfgNDAwMCwoKCQgHBwUEAwIBfg0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwAAAAABAAAAAAD9wP3AAQACAAMAC8AACUPAT8BCQEnAQUHJzcnAQ8BAwcfBjMlPwEBPwQvCA8CATYiwTAjAoj+NZABzAENUo5SF/1KAwRBAQEDBQUGBgYDAQEIBwJRYgQDAgEBAgMEugUGBQYGBgalIjDAIwFq/jKRAcsQUo5SQ/1LAwj/AAgIBwcEAgIBQAMFAlZiBQUGBgYGBgW6BAMBAQEBAwAAAAAFAAAAAAP3A9AACwAbAE0AUQBZAAATMxUDFSE3IzUTNSEBFQ8DHQEHNS8ENScVHwQVHwc/CjU/BDUvBiMhIw8FJRcjNwMzNzMXMwMjLr3CAScBx8H+4wOLtgMCAj8BAQMDtT8BAQIDtgECBQUEBQUEBgV+BAQEAwICAQG1BAIBAQECAwMFBQYH/gkHBgUFBAIC/vsxZjGxUCCGH1WGXQGABP7oNEEEARg0ATwm1wUFBQXEFtoFBQUF1yYgUgUFBQXX+ggHBgUCAgEBAQEsAgMDAwQFBQXO1wUFBQVSBgYFBQQDAgIDBAUFBmCiov68Z2cBkQAACQAAAAAD9wP3AAMAEwAXACgALAA8AEIAUwCXAAABFSM1JREPCisBESMVIzUjHQErAS8JNRElFSM1JTMfChEjESMVIzUzMSEdASMRPwozBxEfDyE/DxEvDyEPDgJ+/AI3AQEBAgYICQsGBgYGvT/8P70GBwYFCwkIBgICAQI3/AH4BgYGBgsJCAYCAQEB/D/8/P7F/AEBAQIGCAkLBgYGBn4BAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDf0MDQwMDAsKCgkIBwcFBAMCAQS9vd3+pQYHBgULCQgGAgIBAZqenp78AQICBggJCwUGBwYBW9ydnfwBAgIGCAkLBQYHBv6mAZm9vb3cAVoGBwYFCwkIBgICAT/9DA0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAAAAgAAAAAD9wPYACIAaQAAATMfBhEPBiEPCBE/BgcRFxUfBjsBPwclMz8OES8OIyEjDw0DgQYLCggIBgQDAwQGCAgKC/2fCwoKCgoJCQiSAwQGCAgKC3EBAgIDAwMFBgcFBQUFxggECQoCYAwMCwsLCQoICAYGBQQDAgEBAgMEBQYGCAgKCQsLCwwM/P4MDAsLCwkKCAgGBgUEAwIDmQIEBggJCgv97wsKCQgGBAIBAQMDBAUFB3wC3AsKCQgGBAI3/OUEBQQEAwMDAgMCAgOoBgIEAQECAwQFBgcHCQkKCgsLDAwCBwwLDAsKCgkICAcGBQQDAgIDBAUGBwcJCQoKCwsMAAABAAAAAALcAn0AKwAAAQ8CHQEfBz8HPQEvBg8ELwQPAgEtBAMCAgMEvQUFBgYGBgYFvAQDAgIDBAUFBgYGBgUFp6cFBQYGBgYFAnUFBgUGBwUGBb0EAwEBAQEDBL0FBQYGBgYFBQQDAgEBAgMEpqcEAwEBAQEDAAACAAAAAAP3A/cAOgB7AAATFR8DAREVHwY/CTURNy8DAw8DEQcRLwMBNSEnNTchDwYFFR8PPw8vDw8OCAEBAwMBFAMEBgQEBQUFBb0EBQMDAwIB3w8NDQzhAwICAX0BAQMD/uwCOgMD/acHBQYEBAMCArQBAgQFBwgJCgsMDQ4PDw8QEBAPDw0NDAwKCQgGBgQCAQECBAYGCAkKDAwNDQ8PEBAQDxAODg0MCwoJCAcFBAIDWnUGBQUF/sb+kggHBgUCAgEBAQE/AgIEAwQFBQUBL/0ICAkK/wAEBQYF/tsqAU4GBQUFATpLFxAYAQIDAwUFBgcICA8PDw4NDAsKCQgHBQQCAQECBAUHCAkKCwwNDg8PDxAQEA8PDQ0NCwoJCAYGBAIBAQIEBgYICQoLDQ0NDw8QAAQAAAAAA/cDWgAhAEMAbwCRAAA3HwYzITM/Bi8HIQ8GEx8HIT8HLwchDwYlDwMfBA8EHwc/CDUvBw8CNx8HIT8HLwYjISMPBYYBAgIEBQUGBwMyBwUGBAQDAgEBAgMEBAYFB/zOBwYFBQQCArwBAgIEBQUGBwJ1BwYFBQMDAgEBAgMDBQUGB/2KBgYFBQQCAv7NBAICAQEBAwRoaAQCAgEBAQMEBQYGBgYFBgV+BAMBAQIDBH4FBQYGBgYGcAECAgQFBQYHAzIHBQYEBAMCAQECAwQEBgUH/M4HBgUFBAICxQYGBQUEAwICAwQEBgYGBgYGBAQDAgEBAgMEBAYGATUGBgYEBAMCAQECAwQEBgYGBgYGBAQDAgEBAgMEBAYGjgUFBgYGBgUFaWcFBQYGBgYFBQQDAgEBAgMEfAUGBQcGBgUFfwQDAgEBAgOjBgYGBAQDAgEBAgMEBAYGBgYGBQUEAwICAwQFBQYAAAADAAAAAAL0AzYAIgBFAIkAAAEfDh0BDw4jNTcfDh0BDw4jNQMhPw8vDzU/DjUvDyEB+g4NDAwKCgkIBwYFBQMDAQEDAwQFBgcICQkKCwwNDnBrCwoKCQkIBwYGBQQEAwIBAQMDBAUGBgcJCQkLCwwNXYIBExgXFhUTEREODQwKCAYFAwEBAgMFBgcICgoLDA0ODg8PDAwLCwoKCQgHBwUFBAMCAQIEBgcJCgwNDhAREhMUFv7yAd8BAQICAwQFBQYHBwgJCQoKCwoKCQgHBwYGBQQDAgIBAbT4AQEBAwIEBAUFBgYHCAgICgkJCQgHBwYGBQQEAwMBAQGi/fMBAwMGBwgJCwwODhAREhMUDw8ODQ0MCwsJCQcHBQQEAQQCBAQGBgcICQkKCwsLDAwNEREPDw4NCwsJCQcGBAQCAQAAAAEAAAAAAn0C3AArAAABDwQfBzsBPwU9AS8DPwQvBisBDwECSL0EAwEBAQEDBL0FBQYGBgYFBQQDAgIDBKanBAMBAQEBAwQFBgYGBgUGAtO9BQUGBgYGBgW8BAMCAgMEBQUGBgYGBQWnpwUFBgYGBgUFBAMCAgMAAAQAAAAAA3kD9wADAAcALAC5AAA3ITUhARUHNQExDwYdAQ8HIS8HPQEvBxUfFR0BHw47ARUfCz8HNTsBPw49AT8VNS8HDwYdASE9AS8GDwaGAvT9DAG5fgEbBwYGBAQCAgECAwQEBgYG/sYHBgUFBAICAQIDAwUFBgidAQIDAwUFBhAKCQgJBwgGBwUFBAMCAgEBAgQEBAYGBwcICAkJCQofAQEDBAUGBgcHCAcICQkJCI8FBAIfCgkJCQgIBwcGBgQEBAIBAQICAwQFBQcGCAcJCAkKEAYFBQMDAgEBAgMDBQUGBwYGBQUEAwL9igIDBAUFBgYHBgUFAwMCCH4Bek5UogE7CwoLDAwNDA5+BgYFBQQDAQEBAQMEBQUGBn4NDQ0MCwwKC51+BgYFBQQDAQIBAgMEBQYGBggICAgKCQp+CQoJCAkHCAYGBgUEAwICoggJBwgHBgUFAwMBAQECAwVgBQcIYgICAwQFBgYGCAcJCAkKCX4KCQkJCAgHBwYGBAQEAgEBAgMEBQUGBn4HBQYEBAMCAQECAwMFBQYHXl4HBQYEBAMCAQECAwMFBQYAAAcAAAAAA/cD9wADAAcACwAPABMASACMAAATITUhNSE1ITUhNSE1ITUhNSE1ISUzHwoRDwojISMvCTURNT8JMyEFER8PIT8PES8PIQ8OxQJ2/YoCdv2KAnb9igJ2/YoCdv2KArUGBgYGCwkIBgIBAQEBAQECBggJCwYGBgb9DAYHBgULCQgGAgIBAQICBggJCwUGBwYC9PyOAQIDBAUHBwgJCgoLDAwMDQL0DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA39DA0MDAwLCgoJCAcHBQQDAgEEPz8/Pz8/Pz8/fgECAgYICQsFBgcG/QwGBwYFCwkIBgICAQECAgYICQsFBgcGAvQGBwYFCwkIBgICAT/9DA0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAoAAAAAA7gDeQAPABMAIgAmACoAMQBAAEQAUwCYAAABFQ8KKwE1IxUjNSMVKwEvCTU3FSM1IRUjNScdATUjNTM3FzMfCSM1IxUjNSMVIz8KMwcVER8PIT8PES8PIQ8OA3oBAQECBggJCwYGBgZ+P/w/fgYHBgULCQgGAgIBvb0C9L0//Py9BgYGBgsJCAYCAQEBvT/8P70BAQECBggJCwYGBgZ+AQIDBAUHBwgJCgoLDAwMDQJ2DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA39ig0MDAwLCgoJCAcHBQQDAgFDPwYHBgYKCgcGAgIBfn5+fgECAgYICQsFBgdFvX5+fn5+fn5+fr0BAgIGCAkLBgYGRX5+fn5FBwYGCgoHBgICAT9+/oYNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQH4DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDAAABAAAAAADuAO4AAUAQQCRAPIAAAEvAyMnFw8DHwMzNy8DNTcXDwcjLw8/EBc/AzMfDw8PFz8PLw8rAQ8FAQ8DHwQjDw8fDzM/BxcPATMfBD8HLwQxJyMnMScVJzEnIyczJzEvBA8CAn0BAgMELPE5BgQCAQECBAU3DAQFBQIBYQwKCwwMDQcOxA0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwN3i8LCwwMvQ0MDAwLCgoJCAcHBQQDAgEBAgIEBQYHCAgJCgoLDAsNNQ4NDQwLCwkJCAgGBQQDAgEBAwUGCAoLDA0PBxAREhITxw0MDAwLCwv+YwQDAQEBAQMExhITExIREQ8PDQ0KCggGBQMBAQMFBggKCg0NDwcQERISE8cUFBMSEhAPECwGDyrzBQUGBgYGBgUEAwEBAQEDBMY/ATk0XywBLAEW8wUFBgYGBgYCCQ4ODQ0/OhEQERIQEBAPAwcODxARCGANCAgGBQQBAgECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBJi8EAwEBAQIDBAUHBwgJCgoLDAwMDQwMDAsLCgkJCAcHBQUDAwE1BQcHCAkKCgsMDQ0ODg8PDxMTEhIQEA4ODAsFCAgFBAICAgMDBQUBBwUGBgYGBQYFxgEDBQYICQsMDg4QERESExMTExIRERAODgwLBQgIBQQCAQMGBwkKDBEsBw7zBAMBAQEBAwQFBgYGBgUGBcY/OjQBYC0sFfMEAwEBAQEDAAAIAAAAAAO4AzoAAwAlACkASwBPAHEAdQCXAAAlMzUjBR8HIT8HLwchDwYlMzUjBR8HIT8HLwchDwYlMzUjBR8HIT8HLwchDwYlMzUjBR8HIT8HLwchDwYDej8//M0BAgMDBQUGBwJ1BwYFBQQCAgEBAgIEBQUGB/2LBwYFBQMDAgMyPz/8zQECAwMFBQYHATsGBgUFBAMBAQEBAwQFBQYG/sUHBgUFAwMCAzI/P/zNAQIDAwUFBgcB9wcGBQUEAwEBAQEDBAUFBgf+CQcGBQUDAwIDMj8//M0BAgMDBQUGBwJ1BwYFBQQCAgEBAgIEBQUGB/2LBwYFBQMDAsU/HwcGBQUDAwIBAQICBAUFBgcGBgUFBAMBAQEBAwQFBQaXPx8HBgUFBAMBAQEBAwQFBQYHBgYFBQQDAQEBAQMEBQUGlz8gBgYFBQQDAQEBAQMEBQUGBgcGBQUEAwEBAQICBAUFBpc/IAYGBQUEAwEBAQEDBAUFBgYHBgUFBAICAQECAgQFBQYABgAAAAADOgP3AAMABwALAA8AEwAXAAAlMzUjBTM1IyUzNSMFMzUjJTM1IwUzNSMCP/z8/ob8/AF6/Pz+hvz8AXr8/P6G/PwI/Pz8fvz8/H78/PwABQAAAAADeQPYAD8AfwC/APMBiQAAARUfDTsBPw4vDw8ONRUfDTsBPw4vDw8ONRUfDTsBPw4vDw8ONzMfCRURFQ8JKwIvCTURNT8JMwcjHwsVIx8LFSMfCxUfDzM/DzU/CyM1PwsjNT8LIy8PKwEPDQGiAgIDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAgICAgMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMCAgICAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwIC3AYHBgULCgcGAgIBAQICBgcKCwUGBwb8BgcGBQsJCAYCAgEBAgIGCAkLBQYHBn5+BggLDggJCgoLDA0OfgYICw4ICQoKCwwNDn4GCAsOCAkKCgsMDQ4BAgMEBQcHCAkKCgsMDAwN/A0MDAwLCgoJCAcHBQQDAgEODA0LCgoJCA4LCAZ+Dg0MCwoKCQgOCwgGfg4NDAsKCgkIDgsIBn4BAgMEBQcHCAkKCgsMDAwN/A0MDAwLCgoJCAcHBQQDAgEECQoJCQgIBwcGBQUEAwICAgIDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBgQEAwMBAQEBAwMEBAYGBwcICAkJCfIJCgkJCAgHBwYFBQQDAgICAgMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAQEDAwQFBQYHBwgICQkJ8goJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEBAQMDBAUFBgcHCAgJCQmTAQEDBQgJCwYGBgf9TAcGBgYLCQgFAwEBAQEDBQgJCwYGBgcCtAcGBgYLCQgFAwEBPg4QEhIJCQgJBwcGBX4OEBETCQkICAgHBgV+DhAREwkJCAgIBwYFPw0NDAsLCwkJCAgGBQQEAQEBAQQEBQYICAkJCwsLDA0NPwUGBwgICAkJExEQDn4FBgcHCQgJCRISEA1+BgYHBwgJCQkSEhANDQ0MCwsLCQkICAYFBAQBAQIDBQUGBwgJCgoLDAwNAAUAAAAAA/cD9wAhACYAKgAuAFEAACUfByE/By8GIyEjDwUnDwE/AQkBJwEFByc3JwEPAQMHHwYzJT8BAT8ELwgPAgHBAQEDBAUFBgYB+AcFBgUDAwIBAQIDAwUGBQf+CAYGBQUEAwGMIsEwIwKI/jWQAcwBDVKOUhf9SgMEQQEBAwUFBgYGBAEACAcCUWMDAwIBAQICBLsFBgUGBgYGKAcGBQUDAwIBAQIDAwUFBgcGBgUFBAMCAgMEBQUGeCMwwCMBav4ykQHLEFKOUkP9SwMI/wAICAcHBAICAUADBgJVYgUFBgYGBgYFugQCAgEBAgIAAAAEAAAAAAP3A/cADAAUAB4AYAAAAREhLwcRIQEPBBE3JwchPwQhMSUBDwcRHw8hPwcBPwcRLwshDwYCfv3pBwYFBQMDAgECNwE7AQIDBPL8Lfz95PIFBQYHAg/9rv7qBgYFBAMCAQEBAQIEBAQGBgcHCAgJCQkKAhwKCQkICQgHBwEWBgYFBAMCAQEBAwUGCAkKDA0JCQr95AoJCQkICAcCfv3JAQIDAwUFBgcCF/7/BwUGBfICHfst/PMEAwEBI/7qBwcICQgJCQr95AoJCQkICAcHBgYEBAQCAQEBAQIDBAUGBgEWBwcICAkJCQoCHA4NDQsLCQgGBgIBAQEBAgMEBQYAAAMAAAAAA/cD9wA2ADkAjwAAAREzETU/CTMhFR8OOwEVMzUBIQ8OJzcnNxUfDjMhMz8ONS8HDwcVDwYjISMvBj0BLwYPBgEEPwECAgYICQsFBgcGAVoBAQMDBAUFBgcHCAgJCQkKfj/+5P6mDQwMDAsKCgkIBwcFBAMC/b6+/AEBAgQEBAYGBwcICAkJCQoCNgoJCggICAgGBgYFBAMCAQEBAgIEBQUGBwYGBQUEAwEBAQICBAUFBgf9ygcGBQUDAwIBAgMEBQUGBgcGBQUDAwIBgv6GAXoHBgYGCgoHBgICAX4KCQkJCAgHBwYFBQQDAgLd3QEbAQIDBAUHBwgJCgoLDAwMMp2e3L0JCgkICQcIBgcFBQQDAgICAgMEBQUHBggHCQgJCgm9BwYFBQMDAgEBAgMDBQUGB70GBgUFBAMCAgMEBQUGBr0HBgUFAwMCAQECAwMFBQYAAwAAAAAD9wKdAAMABwBdAAABFSM1IRUjNSUrAQ8EFSE1LwcjDwcVHwY7Aj8GNSEdAR8FOwEVMzU7AT8GNTM1IzUvBSM1IxUxA3o//Us/AvQgBgkFBgQB/ckBAQMEBQUGBn4HBgUFAwMCAQECAwMFBQYHfgYGBQUEAwEBAjcCAwQFBQYGID8fBwYFBQMDAgE/PwEDBQgFBiM/AiA/Pz8/PgMEBgkGIh8GBgYEBAMCAQECAwQEBgYGfgYGBgQEAwICAwQEBgYGICAGBgYEBAMCPz8CAwQEBgYGID8fBgkHBgIBPz8AAgAAAAAD+AO5AD8AfwAACQEPBR8FAR8FPwsvBQkBPwUvCw8EBQEPBR8FAR8FPwsvBQkBPwUvCw8EA4z+hgQEAwIEAQEEAgMEBAF5BQUFBgwMDAsGBQUFBQMEAgQBAQQCBAMF/rQBTgQEAwIEAQEEAgMEBAUFBgUMDAwMBQYF/gP+hgQEAwIEAQEEAgMEBAF5BQUFBgwMDAsGBQUFBQMEAgQBAQQCBAMF/rQBTgQEAwMDAQEEAgMEBAUFBgUMDAwMBQYFA6b+hgUFBQYMDAwLBgUFBf6HBQQDAgQBAQQCAwQFBAUGBQwMDAwFBgUFAUwBTwQFBgUMDAwMBQYFBQQEAwIEAQEEAgMEBf6GBQUFBgwMDAsGBQUF/ocFBAMCBAEBBAIDBAUEBQYFDAwMDAUGBQUBTAFPBAUGBQwMDAwFBgUFBAQDAgQBAQQCAwQAAAAABAAAAAAD9wO4ACMAUwCpARsAAAERHwczPwcRLwcjDwYnER8GOwE/BhEzPwY9AS8GKwEPCScVHwMzNy8DNT8HFT8EMx8PBxUPAjM/Ay8PIw8OBRcVHw4zPw8vAyMHHwMVDwcnDwQjLw8/DzM/AyMPDgK9AQIDBQYGCATxCAcHBQUEAgEBAgQFBQcHBPEICAYGBQMCfwEBAwQFBQYGBwYFBQQDAQH8BgYGBAQDAgIDBAQGBgb8BwYGBgoKBwYCAgH8AQIEBTcMBAUEAwMEBggKCwwJCwsMDAjGDQwMDAsKCgkIBwcFBAMCAQEEBQhFBQQCAQEDBQYICQsNDQ4IEBESEhPHExMSEREPDw0NCwkIBgUD/sQBAwUGCAoLDA0PBxAREhITxxMTEhIQEA4ODAsJCAYFAwEBAgMFOAwEBgQCAgUGCAkMDAgBCwsMDAjGDQwMDAsKCgkIBwYGBAMCAQECAwQGBgcICQoKCwwMDA1iCw0ND5YTExIREQ8PDQwLCggGBQMB2f6VCAcHBgQEAgEBAgQEBgcHBAFwBwcHBgQEAgEBAgQEBgcHXv6GBgYFBQQDAgIDBAQGBgYBegEBAwQFBQYGBwYFBQQDAQEBAgIGBwoKBgYHtwgIEBAPAwcODxAQERAPDQ0LCgYBBgUDAwEBAgMEBQcHCAkKCgsMDAwNCQgQEA4PDxARExMSEREPDw0NCwQJBwYEAgEDBQYICQsNDQ8PERESExMKCRMSEREQDg4MCwUICAUEAgEDBQYICQsMDg4QERESExMQEBAPAwcODxAQERAPDQ0LCgYBBgUDAwEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCARERDw4BAwUGCAkLDQ0PDxEREhMAAgAAAAADuQOZAGkA0gAAARUjDwcfBzMVHxA/By8HKwEvDT0BMz8HLwcjNS8GKwEPBSUVKwEPBh8GOwERHw8/By8HKwEvDhE7AT8GLwYrATUvBw8GAr1fBgYFBQQDAQEBAQMEBQUGBl8BAgQFBwgJCgsNDQ0PDwgPSAYGBQUEAwEBAQEDBAUFBgZACQoJCAkHCAYGBgUEAwICXgcGBQUEAwEBAQEDBAUFBgdeAQEDBAUFBgcGBgUFBAMB/kaeBgYFBQQDAQEBAQMEBQUGBp4DBAYJCgwNDxERExQUFhaJBwYFBQQDAQEBAQMEBQUGB34QDw8PDQ0NCwoJCAcFBAECnQcGBQUEAwEBAQEDBAUFBgedAQEDBAUFBgYHBgUFBAMBAr2dAQIDBAQGBgYGBgYEBAMCAdwQEA8ODg0MCwsJBwcFBAIBAQECAwQEBgYGBgYGBAQDAgEBAwMEBQUGBwcICAkJCQrcAQIDBAQGBgYGBgYEBAMCAZ0GBgYEBAMCAgMEBAYGt54CAwQEBgYGBgYGBAQDAv6aFxUVFBISEA8ODAoIBwQCAQECAwQEBgYGBgYGBAQDAgEDBAUHBwkLCwwNDg4PCBABYwIDBAQGBgYGBgYEBAMCngYGBgQEAwIBAQIDBAQGBgAAAAABAAAAAAP3A/cAfwAAEx8fPx8vHw8eCAECAwQGBwgJCgsMDQ4PEBERExMTFRUWFhcXGBgZGRoaGhoZGRgYFxcWFhUVExMTEREQDw4NDAsKCQgHBgQDAgEBAgMEBgcICQoLDA0ODxARERMTExUVFhYXFxgYGRkaGhoaGRkYGBcXFhYVFRMTExEREA8ODQwLCgkIBwYEAwICABoaGRkYGBcXFhYVFRMUEhEREA8ODQwLCgkIBwYEAwIBAQIDBAYHCAkKCwwNDg8QERETExMVFRYWFxcYGBkZGhoaGhkZGBgXFxYWFRUTExMRERAPDg0MCwoJCAcGBAMCAQECAwQGBwgJCgsMDQ4PEBERExMTFRUWFhcXGBkYGhkAAQAAAAAC3AOZACsAAAEPAh0BHwIJAQ8CHQEfBTsBPwIBPwI9AS8CAS8CKwEPAQEuBAMCAgMEAWL+nQQDAgIDBAUFBgYGBgUFAXoEAwICAwT+iAUGBgYGBgUDkAUFBgYGBgUF/p3+mwUFBgYGBgUFBAMCAgMEAXoFBgYGBgUGBQF5BAMCAgMAAAQAAAAAA/cD9wAJAA0AFwA3AAABESE1MxUzNSM1IxUjNRMVIzUjFTMVIxEjMxEjFTM1MxUjFTM1IRUzNSMRMzUjFSM1MzUjFSE1IwN6/kd+fj8/fn5+fj/8fj8/fvw/fgG5fj8/fvw/fv5HfgI//kf8P35+fn4BO/w/fn4Buf5Hfj/8fj8/fgG5fj/8fj8/AAkAAAAAA7gDuAAPAB8AeACaALwA3gEAATUBawAAATMfCR0BITUjFSE1NzU/CDMHER8HPwY9ASEVHwc/BzUhHQEfBj8HES8PIQ8OAQ8DFR8GOwE/BT0BLwYrAQ8BIw8DHQEfBTsBPwcvBisBDwEnDwIdAR8GOwE/Bi8IDwIXDwMVHwY7AT8GNS8HDwIlFSMPBx8HMx0BHwY/BzUvBw8GBR0BHwc/Bj0BMz8HLwcjPQEvBg8GAzsGBwYFCwkIBgICAf6mQP6mAQICBggJCwYGBgZ+AQIDAwUFBgcGBgUFBAMCAVoBAgMEBAYGBgYGBgQEAwIBAVoCAwQFBQYGBwYFBQMDAgEBAgMEBQcHCAkKCgsMDAwN/YoNDAwMCwoKCQgHBwUEAwIB3gQDAQECAwQgBQYGBgYFBgUEAwICAwQgBQUGBgYGBnokBAMCAgMEBQYFBgYGBgUkBAMBAQECAwQFBQYGBgYFKQQDAgIDBCQFBQYGBgYFBQQDAgEBAQMEJAUGBgUGBga0IAQDAgEBAwQFBgUGBgYGBSAEAwIBAQMEBQYGBgYFBgEvngYGBQUEAwEBAQEDBAUFBgaeAgMEBQUGBgcGBQUDAwIBAQIDAwUFBgcGBgUFBAMC/M0BAgMDBQUGBwYGBQUEAwKeBgYFBQQDAQEBAQMEBQUGBp4CAwQFBQYGBwYFBQMDAgIAAQICBgcKCwUGBwZ+vb1+BgcGBQsKBwYCAgE//qYHBgUFAwMCAQECAgQFBQYHnZ0HBgUFAwMCAQECAgQFBQYHnZ0HBgUFAwMCAQECAgQFBQYHAVoNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMARYEBgYGBgYFBSEEAwICAwMFBgYGBgYFBSEEAwICAyUFBQYGBgYFBQQDAgIDBCUFBQYGBgYFBQQDAgIDlAQGBgYGBgUFJQQDAgIDBAUFBgYGBgUFJQQDAgEBAgMEIQUFBgYGBgUFBAMCAgMEIQUFBgYGBgYEBAMCAQECAxVeAQICBAUFBgcGBgUFBAMBAV4HBgUFBAMBAQEBAwQFBQYH+wcGBQUDAwIBAQIDAwUFBgd+fgYGBQUEAwEBAQEDBAUFBgZfAQEDBAUFBgYHBgUFAwMCAV4HBgUFAwMCAQECAwMFBQYAAAQAAAAAA/cD9wAGAA4AQwCHAAABIxc3IxEjNxcVMzU3NSElMx8KEQ8KIyEjLwk1ETU/CTMhBREfDyE/DxEvDyEPDgEEXn59Xj9+vX69/ggB+AYGBgYLCQgGAgEBAQEBAQIGCAkLBgYGBv0MBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgL0/I4BAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDf0MDQwMDAsKCgkIBwcFBAMCAUN+fgF6Hdr8/NshvQECAgYICQsFBgcG/QwGBwYFCwkIBgICAQECAgYICQsFBgcGAvQGBwYFCwkIBgICAT/9DA0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAAAAwAAAAAD9wP3AEMAXwDJAAABFSEPBh0CHwYhEQ8KIyEjLwk9ASE/BzUvByERNyE7AR8JFSE/CjM3FSMPDxEfDyE/DxEvDyM1LwcPBh0BIT0BLwYPBgO5/qUGBgUFBAMCAgMEBQUGBgFbAQEBAgYICQsGBgYG/QwGBwYFCwkIBgICAQFaBwYFBQQCAgEBAgIEBQUGB/6mngI2XwYHBgULCQgGAgIB/I4BAQECBggJCwYGBgY/Pw0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDT8BAgMDBQUGBwYGBQUEAwL+CAIDBAUFBgYHBgUFAwMCAr1+AQICBAUFBgc/BgYFBQQDAQH+xQYHBgULCQgGAgIBAQICBggJCwUGBwZ+AQICBAUFBgc/BgYFBQQDAQEBO70BAgIGCAkLBQYHRUUHBgULCQgGAgIBXh8BAgMEBQcHCAkKCgsMDAwN/UsNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQK1DQwMDAsKCgkIBwcFBAMCAR8HBQYEBAMCAQECAwMFBQYHHx8HBQYEBAMCAQECAwMFBQYAAAgAAAAAA/cD9wAyAHYAvgDyATYBagGuAdoAAAEzHwoPCSMHIScjLwg9AT8JMyEFFR8PIT8PNS8PIQ8OExUjDwcfBzMVHwc/Bj0BMz8GPQEvBiM9AS8GDwY3Mx8JHQIPCSsCLwk9Aj8JMwcVHw8zPw81Lw8jDw4lFzMfCREPCisCLwk1ETU/CDM3BxEVHw4zPw41ETUvDiMPDiUVHwY7AT8FPQEhMz8GLwchDwYDegYGBgYLCQgGAgEBAQEBAQIGCAkLBgYGBv0MBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgL0/I4BAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDf0MDQwMDAsKCgkIBwcFBAMCvB8HBgUFAwMCAQECAwMFBQYHHwECAwMFBQYHBgYFBQQDAiAGBgUFBAMCAgMEBQUGBiACAwQFBQYGBwYFBQMDAn0HBgYGCgoHBgICAQECAgYHCgoGBgYHvQYHBgULCQgGAgIBAQICBggJCwUGBwZ+AQIDBAUHBwgJCgoLDAwMDb0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDb0NDAwMCwoKCQgHBwUEAwIDcQYGBgYLCQgGAgEBAQEBAQIGCAkLBgYGBn4HBgYGCgoHBgICAQECAgYHCgoGBgYHfgIDBQUGCAgJCQsLCwwNDX4MDQwMCwoKCQgHBgYEAwICAwQGBgcICQoKDAsMDQx+DQ0MCwsLCQkICAYFBQMC/kcBAgMDBQUGBwYGBQUEAwIBHAYGBQUEAwEBAQEDBAUFBgb+xQcGBQUDAwIBBAECAgYHCgoGBgYHRQYGBgsJCAYCAgEBAgIGCAkLBgYGBkYGBgYKCgcGAgIBPz8NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDT8NDAwMCwoKCQgHBwUEAwIBAQIDBAUGCAgJCQsLCw0MAcsfAQEDBAUFBgcGBgUFBAMBAR8HBgUFBAMBAQEBAwQFBQYHHwEBAwQFBQYGBwYFBQQDAQEgBgYFBQQDAQEBAQMEBQUGWAECAgYICQsFBgcGvQcGBgYKCgcGAgIBAQICBgcKCgYGBge9BgcGBQsJCAYCAgE/vQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNvQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAzvAQICBggJCwYGBgb+hgcGBgYKCgcGAgIBAQICBgcKCgYGBgcBegYGBgYLCQgGAgIBP/6GDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0Beg0MDAwLCgoJCAcGBgQDAgEBAgMEBQcHCAkKCgsMDAxRPwYGBQUE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BggJCwYGBga9AQIDAwUFBgcGBgUFBAMCAgMEBQUGBgcGBQUDAwJeAjdeBgcGBQsKBwYCAgEBAgIGBwoLBQYHRQECAwQFBwcICQoKCwwMDA3+hg0MDAwLCgoJCAcGBgQDAgFFBgYGCwkIBgIBAQEBAQECBggJCwYGBgYCNwYHBgULCgcGAgIB/ggBAgIGCAkLBgYGBn4/DQwMDAsKCgkIBwYGBAMCAQECAwQGBgcICQoKCwwMDA0/AQIDBAUHBwgJCgoLDAwMDQF6DQwMDAsKCgkIBwcFBAMCAT8NDAwMCwoKCQgHBgYEAwIBAQIDBAYGBwgJCgoLDAwMDT8BAgMEBQcHCAkKCgsMDAwN/oYNDAwMCwoKCQgHBwUEAwIBwQECAgYICQsFBgcGvQYHBgULCQgGAgIBAQICBggJCwUGBwa9BgcGBgoKBwYCAgFeBgYFBQQDAQEBAQMEBQUGBgcGBQUEAgIBAQICBAUFBlgBAgIGCAkLBQYHBr0GBwYFCwkIBgICAT8NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDT8BAgIGCAkLBQYHBr0GBwYGCgoHBgICAfwBAQECBggJCwYGBgZ+fgYHBgULCQgGAgIBP34BAgMEBQcHCAkKCgsMDAwNvQ0MDAwLCgoJCAcHBQQDAgE/DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0/AQIDBAUHBwgJCgoLDAwMDb0NDAwMCwoKCQgHBwUEAwIBfg0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwAAAAAAwAAAAAD9wP3ACMAXADGAAABHQEfBjM/BzUvByMPBgEhOwEfCRURFQ8JIyEjLwk1ESE1IT8KMzcVIw8PER8PIT8PES8PIzUvBw8GHQEhPQEvBg8GAr0CAwQFBQYGPwcGBQUDAwIBAQIDAwUFBgc/BgYFBQQDAv4oAjZfBgcGBQsJCAYCAgEBAgIGCAkLBQYHBv0MBgcGBQsJCAYCAgEDcvyOAQEBAgYICQsGBgYGPz8NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQL0DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0/AQIDAwUFBgcGBgUFBAMC/ggCAwQFBQYGBwYFBQMDAgEkPwcGBQUEAgIBAQICBAUF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AQEBAwQFBgYGBgYFBUgBAgMDBQUGBwYGBQUEAwJIBQYGBgYGBQUEAwIBAQMEfwUGBgYGBgUBbQYGBgYLCQgGAgEBAX4/fg0NDAsLCwkJCAgGBQQDAgG9P34BAQECBggJCwYGBngBAgMEBQcHCAkKCgsMDAwNATsBAgMEBQcHCAkKCgsMDAwNATsNDAwMCwoKCQgHBwUEAwIBAQIEBggKCwwJAQIDBAUHBwgJCgoLDAwMDf1LDQwMDAsKCgkIBwcFBAMCywQGBwgIBwYFBAMCAgMEBQYGCAgHBgUEAwICAwcEBAkKCwsJCAcGBAMDBAYICQkLCwoJBwUEAwEBAwRTBQYHCAgGBgYEAwEBAQEDBAUGBwcIBwYFBAMCAQECArLDCwQECQoLCgoIBwYEAwECBQYHCQoLCwkJBwUEAwEBAwRDAQICBggJCwUGBwa9BgcGBQsKBwYCAgEBAgIGCAkLBQYHBr0GBwYGCgoHBgICAT+9AQICBgcKCgYGBwZ+/Pz8vb10fQUGBgYGBgUFBAMBAQEBAwRJsQYGBQUEAwEBAQEDBAUFBgawSAQDAgEBAwQFBgYGBgUGBX4EAgIBAQIDhAEBAQIGCAkLBgYGBn69vf7FAQIDBAUHBwgJCgoLDAwMDT8Ctb1+BgYGBgsJCAYCAQE+fv5HDQwMDAsKCgkIBwcFBAMCAT8NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDcYQEA8ODAwJBgHKDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDAADAAAAAAO9A8gADwB/AJMAAAEPAxUfAzM/AgEnBREVHw0zITM/DTURNS8GDwcRFQ8FIyEjLwU1ETU/BTMhPwcvByEPDiUHFz8DPQEvBisBDwEBGwUDMgEBBAMFBZoHBgGtfv17AgIDBAUFBgcHCAgJCQoJArUKCQkJCAgHBwYFBQQDAgICAwQEBgYGBgYGBAQDAgECAwQEBgYG/UsGBgUFBAMCAgMEBQUGBgGZBwYFBQQDAQEBAQMEBQUGB/5nCQoJCQgIBwcGBQUEAwICAvNCfkIEAwICAwRRBQYGBgYFBgGkBgeYAwMGBQECMwMFAa1+Bv1LCQoJCAkHCAYHBQUEAwICAgIDBAUFBwYIBwkICQoJAXoHBQYEBAMCAQECAwQEBgUH/oYGBgUFBAMCAgMEBQUG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NRE1PwkzIQURHw8hPw8RLw8hDw4CPwIDBAUFBgb8BwYFBQMDAgEBAgMDBQUGB/wGBgUFBAMC/kcBAgMDBQUGB/wGBgUFBAMBAQEBAwQFBQYG/AcGBQUDAwIBuAIDBAUFBgb8BwYFBQMDAgEBAgMDBQUGB/wGBgUFBAMCTwECAgMEBAUGBQYHBwcICzwKCgkJCAgIBwYGBAUDAgIBOwEBAwMEBQYGBwcICQkJCgo8DAcIBgcGBgUFBAQDAwECAgICBAQEBQYGBgcHCAgICAgHBwcHBgUFBQQDAwIB/nZeBwYFBQMDAgEBAgMDBQUGB14BAgMDBQUGBwYGBQUEAwJfBgYFBQQDAgIDBAUFBgZfAgMEBQUGBgcGBQUDAwICdQYGBgYLCQgGAgEBAQEBAQIGCAkLBgYGBv0MBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgL0/I4BAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDf0MDQwMDAsKCgkIBwcFBAMC5QcGBQUDAwIBAQIDAwUFBgcGBgUFBAMCAgMEBQUGOQcGBQUEAgIBAQICBAUFBgcGBgUFBAMBAQEBAwQFBQY5BwYFBQMDAgEBAgMDBQUGBwYGBQUEAwIBAQMEBQUGAXEKCQkJCAgIBwYFBQUDAwIBAgIDBAUGBgcICAgJCQoKFxcKCgkJCAgIBwYGBQQDAgIBAgMDBQUFBgcICAgJCQkKCgkKCQgICAYHBQUEBAIBAQEBAgQEBQUHBggICAkKCTdeAQICBAUFBgcGBgUFBAMBAV8GBgUFBAMBAQEBAwQFBQYGXwECAgQFBQYHBgYFBQQDAQFfBgYFBQQDAQEBAgIEBQUGlwECAgYICQsFBgcG/QwGBwYFCwkIBgICAQECAgYICQsFBgcGAvQGBwYFCwkIBgICAT/9DA0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAMAAAAAA1oDGwAhAEMAZQAAExUfBTMhMz8FPQEvBiEPBjUVHwYhPwY9AS8FIyEjDwU1FR8GIT8GPQEvBSMhIw8FpgIDBAUFBgYCdgYGBQUEAwICAwQFBQYG/YoGBgUFBAMCAgMEBQUGBgJ2BgYFBQQDAgIDBAUFBgb9igYGBQUEAwICAwQFBQYGAnYGBgUFBAMCAgMEBQUGBv2KBgYFBQQDAgEEBgYFBQQDAgIDBAQGBgYGBgYEBAMCAQECAwQEBgb2BgYGBAQDAgEBAgMEBAYGBgYGBQUEAwICAwQEBgb2BgYGBAQDAgEBAgMEBAYGBgYGBQUEAwICAwQEBgYAAAAKAAAAAAP3A7gADgAUADgAPABaAF4AbQBxAIAA3wAAARUrAS8JNSUXBxc3JzcfBxUPByMvBj0CPwYlFSM1JRUjDw4dASM1MzUjNTM1MzUhFSM1JR8LIzUjFSM1IxUjPwsHER8PIR8HIT8PNS8OKwERLw8hDw4BBH4GBwYFCwkIBgICAQJ3enoPq6vMBgYGBAQDAgEBAgMEBAYGBvwGBgUFBAMCAgMEBQUGBv5nvQL0ngkKCQgJCAcHBgUFBAMCAvy9vb1+/oa9ArUGBgYGCwkIBgIBAQG9P/w/vQEBAQIGCAkLBgYGBn4BAgMEBQcHCAkKCgsMDAwNAb4DBwkKDAwODwEDCgkJCQgIBwcGBgQEAwMBAQEBAwMEBAYGBwcICAkJCQofAQIDBAUHBwgJCgoLDAwMDf2KDQwMDAsKCgkIBwcFBAMCAUN+AQICBgcKCwUGB0UkREMcX2A+AQIDAwUFBgf8BgYFBQQDAQEBAQMEBQUGBvwHBgUFAwMCAT9+fr29AQECBAQEBgYHBwgICQkJCtx+P34/fn5+vQEBAQIGCAkLBgYGRX5+fn5FBgYGCwkIBgIBAQE//ckNDAwMCwoKCQgHBwUEAwIBCAwLCggHBAMBAQIEBAQGBgcHCAgJCQkK/AkKCQgJBwgGBgYFBAMCAgE7DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDAAABAAAAAAD9wP3AAMABwALAA8AACUXNyc3FzcnBRc3JzcXNycBKNjY2EjY2Nj86NjY2EjY2Njg2NjYSNjY2NjY2NhI2NjYAAAADAAAAAAD9wP3AC4AaAB2AKoAuQC9AMEA/wEPASYBNQGVAAAlFQ8JKwEvCTU/CTsBHwknDwofDT8OLwwrAQ8GFT8DFTM1IzczHwoVDwojISMvCT0CPwkzJRUjLwk9ATcVIzUhFSM1JRUvBA8HHwg/CC8HDwQ1LwcPBiUfCxUjNSMVESMPDxUjESMVIzU/CgcVER8PIRUfDyE/Dy8IES8PIQ8OA0UBAwMFAwQDBAQFBQUEBQMEAwMFBAMBAQMEBQMDBAQEBQUFBAQEBAMDAgUDAkIGBQUEBAMDAwIBAQEDAgMDBAQFBQUGBgcHCAcGBwUGBAUEAwMDAQIBAQMCAwMDBAUFBQYHBggHCAZ/BwgQDwYOEQcWCOMGBgYGCwkIBgIBAQEBAQECBggJCwYGBgb+xQcGBgYKCgcGAgIBAQICBgcKCgYGBgf+hkUHBgULCQgGAgIBfn4DM37+xUgFBQYGBgYGBQQCAgEBAQMEfQUGBgUHBQYFfwQDAQEBAQMEBQYFBgYGBgVIAQICBAUFBgcGBgUFBAICAXkGBgYGCwkIBgIBAQF+P34NDQwLCwsJCQgIBgUEAwIBvT9+AQEBAgYICQsGBgZ4AQIDBAUHBwgJCgoLDAwMDQE7AQIDBAUHBwgJCgoLDAwMDQE7DQwMDAsKCgkIBwcFBAMCAQECBAYICgsMCQECAwQFBwcICQoKCwwMDA39Sw0MDAwLCgoJCAcHBQQDAuMKEQ8NCgQDAwICAQECAgIEBAoMDhITEw8NCwQEAwICAQECAgMEBAULDhFLBAQFBwYICQkKCxgVFAgIBwcGBQQDAwIBAQEBAgMEBAUGBwgICQoKFxcUCQgIBgYFBAQDAgECAgQFBAgFFgEGCgWnxjkBAgIGCAkLBQYHBr0GBwYFCwoHBgICAQECAgYICQsFBgcGvQYHBgYKCgcGAgIBP70BAgIGBwoKBgYHBn78vb38/F6wSQQDAQEBAQMEBQYFBgYGBgV+BAICAQEBAwR+BQUGBgYGBgUEAgIBAQEDBEivBwYFBQMDAgEBAgMDBQUGlwEBAQIGCAkLBgYGBn69vf7FAQIDBAUHBwgJCgoLDAwMDT8Ctb1+BgYGBgsJCAYCAQE+fv5HDQwMDAsKCgkIBwcFBAMCAT8NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDcYQEA8ODAwJBgHKDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDAArAAAAAAP3A/cACQANABEAFQAhACUAKQAtADEANQA5AD0AQQBFAEkATQBRAFsAXwBjAGcAawBvAHMAfQCBAIUAiQCNAJEAlQCZAJ0AoQCzALcAuwC/AMsAzwDTANcA4QAAJSMVMxUzNSM1IwczNSMHMzUjBzM1IwcjFTMVMzUz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Bv0MBgcGBQsJCAYCAgEDcvzNAQIDAwUFBgcCNgcGBQUEAgIBAQICBAUFBgf9ygcGBQUDAwIC8wYGBgYLCQgGAgEBAfyOAQEBAgYICQsGBgYGfgECAwQFBwcICQoKCwwMDA0C9A0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwN/QwNDAwMCwoKCQgHBwUEAwIB0wICAQECHQMGBgMCGwIBAQEDBQM1BgOABwYFBQMDAgEBAgMDBQUGB/4JBwYFBQMDAgEBAgMDBQUGB18BAQMDBAQGBgcHCAgJCQkKAfgJCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgn+CAoJCQkICAcHBgYEBAMDAcUGBgUFBAMCAgMEBQUGBgcFBgQEAwIBAQIDBAQGBVh+BwYGBgsJCAUDAQEBAQMFCAkLBgYGB36dBgYGBAQDAgIDBAQGBgYGBgYEBAMCAgMEBAYGWQEBAQIGCAkLBgYGB319BwYGBgsJCAYCAQEBQP7GDQ0MCwsLCQkJBwYFBQMCAgMFBQYHCQkJCwsLDA0NAToNDQwLCwsKCAkHBgUFAwICAwQGBgcICQoLCwsMDQFpAwIGBgMdAgEBAgIbBgMDAwUDAQEBQQIDBAUFBgZ+BgYGBAQDAgEBAgMEBAYGBn4GBgUFBAMCH34KCQkJCAgHBwYFBQQDAwEBAQEDAwQFBQYHBwgICQkJCn4JCgkJCAgHBwYFBQQDAgICAgMEBQUGBwcICAkJCQACAAAAAAODA3kARACaAAABBy8DIw8GHQEfARMDDwIVHwYzPwMfAzM/BjUvAgMTPwE9AS8HDwI3DwUVPwcfCw8SMzUjPxE9AS8NIwcCI7e5BgcHCQQFBAQEAwECBMLCAwIBAgMDBQQFBQgHBwa4ugUHBwgFBQQFBAICAQIDw8IDAwICBAQFBAQFBwgGvg8NDgwNDAwMDA0MDQwNDQ0LBQkEAwMCAQEBAgMFBgkKCww4DgwLCggGAwEBAfy1AQEDAwUKDTcSGA0LBQQDAwIBAgIEBQUHBwkJCQsLDA0NEQLv+fwFAwEBAgMEBQYFBgcFBv74/vcFBgYGBgYFBAMBAgIDBfz8BAQBAQIDBAUFBgYGBgYBCAEJBQYGBgYFBQUCAgEBAQIEgwMEBAYHCDoKCQcGBQMCAQEDBQMHBQQGBQcGBw0MDAoLCQoKKwwL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AgIBAQICBAUFBgf+SAcGBQUDAwIBAQIDAwUFBgcBuAcGBQUEAgIBAQICBAUFBgf+SAcGBQUDAwIBGh8/AQICBggJCwUGBwYGBwYGCgoHBgICAQECAgYHCgoGBgcGBgcGBQsJCAYCAgG6AgIDBAUEBgWhBgYGBgsJCAYCAQEBAQEBAgYICQsGBgYG/YoGBwYFCwkIBgICAQECAgYICQsFBgcGoQUFBQUEAwIEBAQGBgYIBwkJCQoLCgsLCwsLCgoJCQkHCAYGBgQE/tWJDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0Cdg0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNiQUHBwkJCgoMDAwNDg4ODw8PDw4ODg0MDAwKCgkJBwflBwYFBQMDAgEBAgMDBQUGBwYGBQUEAwICAwQFBQa3BwYFBQQCAgEBAgIEBQUGBwYGBQUEAwEBAQEDBAUFBrcHBgUFBAICAQECAgQFBQYHBgYFBQQDAQEBAQMEBQUG1gcGBgYKCgcGAgIBAQICBgcKCgYGBgcGBwYFCwkIBgICAQECAgYICQsFBgcTBQUEBAMCAQEBAgIGBwoKBgYHBv2KBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgJ2BgcGBQsJCAYCAgECAgMEBAUQCgoJCQkHBwcFBQQEAgEBAQECBAQFBQcHBwkICgoKGwECAwQFBggICQoKCwwMDA39ig0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAnYNDAwMCwoKCQgHBwUEAwIBDg0MDAsKCgkIBwYFAwMCAQECAgQFBgcICQoKCwwMDQAAAAMAAAAAA3kD9wBIAHwAwAAAAQ8DFR8DDwMVHwYzPwQfBDM/BjUvAz8DLwcjDwQnMS8DDwIlMx8JFREVDwkjISMvCTURNT8JMwcRHw8hPw8RLw8hDw4BTwUDAwEBAgSNjAQCAQEDAwUFBgUGBgYFBIWGBAUGBgYGBgUFAwIBAQIEjY0DAwEBAQIEBAUGBgYFBgUEhoUFBgYHBQYFAakGBwYFCwkIBgICAQECAgYICQsFBgcG/ggGBwYFCwkIBgICAQECAgYICQsFBgcGfgECAwQFBwcICQoKCwwMDA0B+A0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwN/ggNDAwMCwoKCQgHBwUEAwIC1gQGBQYGBgYFqqkFBgYGBgYFBAQCAQECAwWgoAUDAgICAgQEBQYGBgYGBampBQYGBgYFBQUDAgEBAgMEoKAFAwMBAQEC4AECAgYICQsFBgcG/QwGBwYFCwkIBgICAQECAgYICQsFBgcGAvQGBwYFCwkIBgICAT/9DA0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAAJAAAAAAP3A/cADwAVACUAKQAtAD0AQgBSAJYAAAEVDworATUjFSM1MzEhFSsBLwk9AQEVIzUhFSM1AR8LFSM1IxUjNTMhFSM1PwozBxEfDyE/DxEvDyEPDgO5AQEBAgYICQsGBgYGvT/8/P7FvQYHBgULCQgGAgIBA3L8/ob8AzMGBgYGCwkIBgIBAQH8P/z8/sX8AQEBAgYICQsGBgYGfgECAwQFBwcICQoKCwwMDA0C9A0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwN/QwNDAwMCwoKCQgHBwUEAwIBQ70HBgYGCgoHBgICAfz8/PwBAgIGBwoKBgYGB70BO/z8/PwBOwEBAQIGCAkLBgYGBr38/Pz8vQYHBgULCQgGAgIBP/0MDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0C9A0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwAAQAAAAAC4AMlAAsAAAEhNSMRMxEhETMRIwKS/txPTwEjUE8CLfn9tAEN/vMCTAAAAwAAAAADWgMbACEAQwBlAAATFR8FMyEzPwU9AS8GIQ8GNRUfBiE/Bj0BLwUjISMPBTUVHwYhPwY9AS8FIyEjDwWmAgMEBQUGBgJ2BgYFBQQDAgIDBAUFBgb9igYGBQUEAwICAwQFBQYGAnYGBgUFBAMCAgMEBQUGBv2KBgYFBQQDAgIDBAUFBgYCdgYGBQUEAwICAwQFBQYG/YoGBgUFBAMCAQQGBgUFBAMCAgMEBAYGBgYGBgQEAwIBAQIDBAQGBvYGBgYEBAMCAQECAwQEBgYGBgYFBQQDAgIDBAQGBvYGBgYEBAMCAQECAwQEBgYGBgYFBQQDAgIDBAQGBgAAAAcAAAAAA/cD9wAjAEcAawCPAKsAxwExAAABFR8HMz8HNS8HIw8HFR8HMz8GPQIvBiMPBiUdAR8GMz8HNS8HIw8HHQEfBjM/BzUvByMPBiURDwojISMvCTURNyE7AR8JFSE/CjM3FSMPDxEfDyE/DxEvDyM1LwcPBh0BIT0BLwYPBgGCAQICBAUFBgc/BgYFBQQDAQEBAQMEBQUGBj8HBgUFBAICvgECAwMFBQYHPwYGBQUEAwICAwQFBQYGPwcGBQUDAwIB9wIDBAUFBgY/BwYFBQMDAgEBAgMDBQUGBz8GBgUFBAMCvQIDBAUFBgY/BwYFBQMDAgEBAgMDBQUGBz8GBgUFBAMCAbkBAQECBggJCwYGBgb9DAYHBgULCQgGAgIBngI2XwYHBgULCQgGAgIB/I4BAQECBggJCwYGBgY/Pw0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDT8BAgMDBQUGBwYGBQUEAwL+CAIDBAUFBgYHBgUFAwMCAWM/BwYFBQQCAgEBAgIEBQUGBz8GBgUFBAMBAQEBAwQFBQYGPwcGBQUEAgIBAQICBAUFBgc/BgYFBQQDAQEBAQMEBQUGtz8HBgUFBAICAQECAgQFBQYHPwYGBQUEAwEBAQEDBAUFBgY/BwYFBQQCAgEBAgIEBQUGBz8GBgUFBAMBAQEBAwQFBQaX/ckGBwYFCwkIBgICAQECAgYICQsFBgcGAje9AQICBggJCwUGB0VFBwYFCwkIBgICAV4fAQIDBAUHBwgJCgoLDAwMDf1LDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0CtQ0MDAwLCgoJCAcHBQQDAgEfBwUGBAQDAgEBAgMDBQUGBx8fBwUGBAQDAgEBAgMDBQUGAAAHAAAAAAPYA5kADgAdACEAJQA1AEQAiAAAAR0BDwkjNQUVIy8JPQElFSM1IRUjNSUzHwkdASM1IRUjPQE/CQcRFR8NMyEzPw01ETUvDSMhIw8NA5kBAgIFCAoKBgYGRv3KRgYGBgoKCAUCAgEDMn79yn4C8wcGBgYKCggFAgIBfv3KfgECAgYHCgoGBgZ3AgMFBQYICAkJCwsLDA0NArQNDQwLCwsJCQgIBgUFAwICAwUFBggICQkLCwsMDQ39TA0NDAsLCwkJCAgGBQUDAgFifQcGBgYLCQgFAwEBvQG8AQECBggJCwYGBgd9/L29vb38AQICBQgKCgYGBgd+vb1+BwYGBgsJCAUCAgE//coNDQwLCwsJCQkHBgUFAwICAwUFBgcJCQkLCwsMDQ0CNg0NDAsLCwkJCQcGBQUDAgIDBQUGCAgJCQsLCwwNAAIAAAAAA/cDOgBJAI0AAAEzHwoRDwojNSMVIzUjFSM1IxUjNSMVIzUjFSM1IxUjLwk1ETU/CTMHER8PIT8PES8PIQ8OA3oGBgYGCwkIBgIBAQEBAQECBggJCwYGBgY/Pz8/Pz8/Pz8/P0YGBgYKCggFAgIBAQICBQgKCgYGBgd+AQIDBAUHBwgJCgoLDAwMDQL0DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA39DA0MDAwLCgoJCAcHBQQDAgL8AQICBggJCwUGBwb+hgYHBgYKCgcGAgIBfn78/H5+/Px+fvz8AQICBggJCwUGBwYBegYHBgYKCgcGAgIBP/6GDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0Beg0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwAAAABAAAAAAP3A/cA0wAAExEfDyE/DxEvDyEPDxEvBA8HHwc7AT8HLwcPBBE/CjMhMx8KEQ8KIyEjLwk1ETU/CDM3OwE/Bi8HIw8OCAECAwQFBwcICQoKCwwMDA0C9A0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwN/uQNDAwMCwoKCQgHBgYEAwIBpgUFBgYGBgYFBAMBAQEBAwTdBQUGBgYGBQXdBAMBAQEBAwQFBgUHBgUGBacBAQECBggJCwYGBgYBHAYGBgYLCQgGAgEBAQEBAQIGCAkLBgYGBv0MBgcGBQsJCAYCAgEBAgIGCAkLBQYHBq4HBgUFAwMCAQECAwMFBQYHrg0MDAwLCgoJCAcHBQQDAgN6/QwNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQL0DQwMDAsKCgkIBwYGBAMCAQECAwQGBgcICQoKCwwMDA3+O6cEAwEBAQEDBAUGBQYHBQYF3AQDAgIDBNwFBgUHBgUGBQQDAQEBAQMEpwHFBgcGBQsJCAYCAgEBAgIGCAkLBQYHBv0MBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgL0BgYGBgsJCAYCAgECAwQFBQYGBwYFBQMDAgEBAgMEBQcHCAkKCgsMDAwAAAQAAAAAA/cD9wBHAHsAvwD/AAABFSMPBx8HMxUfBz8HNTM/By8HIzUvBw8GJTMfCRURFQ8JIyEjLwk1ETU/CTMHER8PIT8PES8PIQ8OEx8GMyEzHwgVFxEVHwY/BxEvDyEPBgGCnQcGBQUEAgIBAQICBAUFBgedAQEDBAUFBgcGBgUFBAMBAZ0HBgUFBAICAQECAgQFBQYHnQEBAwQFBQYGBwYFBQQDAQE6BgcGBQsJCAYCAgEBAgIGCAkLBQYHBv3JBgcGBQsJCAYCAgEBAgIGCAkLBQYHBn4BAgMEBQcHCAkKCgsMDAwNAjcNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDf3JDQwMDAsKCgkIBwcFBAMC+wECAgQFBQYHAlYGBgYGCwkIBgICAQIDBAUFBgYHBgUFAwMCAQECAwQFBwcICQoKCwwMDA39qgcGBQUEAgICXp0BAQMEBQUGBgcGBQUEAgIBnQcGBQUDAwIBAQIDAwUFBgedAQICBAUFBgcGBgUFBAMBAZ0HBgUFBAICAQECAgQFBQaXAQICBggJCwUGBwb9yQYHBgULCQgGAgIBAQICBggJCwUGBwYCNwYHBgULCgcGAgIBP/3JDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0CNw0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwBDgYGBQUEAwIBAgIGCAkLBQYHBv2qBwYFBQQCAgEBAgIEBQUGBwJWDQwMDAsKCgkIBwcFBAMCAQECAwMFBQYAAgAAAAAD7wP3AH8A/wAAAQ8fLx8/Hx8eBR8fPx8vHw8eA7EBAQMEBQYGCAkJCwsMDQ4ODxAQERISEhQTFBUVFRYWFhYWFhUVFRQTFBISEhEQEA8ODg0MCwsJCQgGBgUEAwEBAQEDBAUGBggJCQsLDA0ODg8QEBESEhIUExQVFRUWFhYWFhYVFRUUExQSEhIREBAPDg4NDAsLCQkIBgYFBAMB/GABAgMEBgYICQoLDA0ODhARERITExQVFRYXFxcYGRgaGRkaGBkYFxcXFhUVFBMTEhEREA4ODQwLCgkIBgYEAwIBAQIDBAYGCAkKCwwNDg4QERESExMUFRUWFxcXGBkYGhkZGhgZGBcXFxYVFRQTExIRERAODg0MCwoJCAYGBAMCAgAXFhYWFRUVFBMTExESEBAQDg4NDQsLCQkIBwYFBAMBAQEBAwQFBgcICQkLDAwNDg4QEBASEhITFBQUFRUWFhYXFxYWFhUVFBQUExISEREQDw8ODQwMCgoJCAcGBQQCAgEBAgIEBQYHCAkKCgwMDQ4PDxARERISExQUFBUVFhYWFxoaGRgZGBcXFhYVFRMTExEREA8ODQwLCgkIBwYEAwIBAQIDBAYHCAkKCwwNDg8QERETExQUFRYWFxcYGRgaGRoaGRoYGRgXFxYWFRQUExMRERAPDg0MCwoJCAcGBAMCAQECAwQGBwgJCgsMDQ4PEBESEhMUFBUWFhcXGBkYGhkAAAAACgAAAAADuQN6AAIAJQAwAFIAZQCtANABCgEsATsAADcjPwEVHwchPwcvByEPBxUzFTM1MzUjNSM3HwchPwcvByEPBicfAR0BDwQjNT8EMxcnDwYzFTsBHwQdAQ8ELwQ3Ix8IMz8HPQEvBD8DPQEvByMHNxUfByE/By8HIQ8GJw8GFTM1PwUfBQ8MMzUjPwYvCQ8BNx8HIT8HLwchDwYnDwYjFTMVMzUjiBQUuwECBAUFBwcIAigIBwcFBQQCAQECBAUFBwcI/dgIBwcFBQQC/UEpExMltwEBAgQEBAUFAkIFBQQEBAIBAQEBAgQEBAUF/b4FBQQEBAIBswECAQIDAwoLAgICAwMEBh4FCQgGBAIBKAkOBAUDAgIBAgUDCAgFBAIBASwBAgQGBAkKDQ4MCwsJBAcFAgECAwQEBQYDAgEBAgIGCAgKCwsMywECBAUFBwcIAigIBwcFBQQCAQECBAUFBwcI/dgIBwcFBQQC1AYJCAMDBAIrAQICAgQGBwQCAQEBAQIEBgYeCAYFBQMCAXpBKQYGBQMDAQECAgUGCQwGBwcHDs0BAQIEBAQFBQJCBQUEBAQCAQEBAQIEBAQFBf2+BQUEBAQCAcsBAgMFBAYHECUtJMQYCAMDBgUFBAMBAQEBAwQFBQYGBwYFBQQDAQEBAQMEBQUGKB8eHiBRjQcGBQUEAwEBAQEDBAUFBgcGBgUFBAMBAQEBAwQFBQYkAQQDAwICAgECCQYDAgIBAR0CBQcICQoNHAEBAgIDBQQDAgQBAQECBQMEDA0KCggEBgQDAQMEBQMHCQUFBQcHBgYEAwYFBQUGBQQFBAcGBQMCAXADAwYFBQQDAQEBAQMEBQUGBgcGBQUEAwEBAQEDBAUFBkgDBgcFBQoLDQcMBAQCAgEBAgICAgYFBAUEBRIFBgYIBwgRIhgGBQYHCAkHCAQIBwUFAQEBAQJtBwYFBQQDAQEBAQMEBQUGBwYGBQUEAwEBAQEDBAUFBlIEAgMCAgEBIFqPAAAAAAMAAAAAA88DpgAXADIAdwAAJQ8DKwIvCDU/BQEfBRUPBAkCPwUfBCcBDwcfDzsCPwYBPwcvDysBDwUCLRYFBQYGyAYGBQWiBAQDBAMDBAMEBF8BsO8EBAMEAwMEAwQE/tr+swEqBQUGBQwMDAwGBQWB/ksJBwYGBAICAQECAgQGBgcJoQcHCAkJCQkJyAkJCQkJBwgHAWcJBwYGBAICAQECAgQGBgcJ7wkKCgwLDAwNDA0MCwsLCrgWBAMCAgMEogUFBQwLDQsMBQUFXwFZ8QQFBgsMDAwLBgUE/tgBRQEsBAQDAgQBAQQCAwQo/kgJCgsLDAsMDAwMDAwLCwoJogcFBQQDAgICAgMEBQUHAWkKCgsLCwwMDAwMDAsMCgoK8AkHBgYEAwICAwQGBgcAAAAGAAAAAAP3A3kAHQBPAJMAtQDnASsAAAEPAh8FOwE/BD0CLwQrAg8BNzMfCg8KIyEjLwk9AT8JMwcVHw8hPw81Lw8hDw4THwchPwcvByEPBiUXMx8JDwojISMvCT0BPwgzNwcVHw8hPw81Lw8hDw4DFQIBAgIBAhsDAwMDAwMCGwICAgIDAwMyAwMDYwYGBgYLCQgGAgEBAQEBAQIGCAkLBgYGBv0MBgcGBQsJCAYCAgEBAgIGCAkLBQYHBn4BAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDf0MDQwMDAsKCgkIBwcFBAMCfQECAwMFBQYHAXkHBgUFBAICAQECAgQFBQYH/ocHBgUFAwMCAvMGBgYGCwkIBgIBAQEBAQECBggJCwYGBgb9DAYHBgULCQgGAgIBAQICBggJCwUGBwZ+AQIDBAUHBwgJCgoLDAwMDQL0DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA39DA0MDAwLCgoJCAcHBQQDAgE+AwMGBwMDHgIBAQICHwMDBwMDAwICAQECQgECAgYHCgsFBgcGRQcGBgoKBwYCAgEBAgIGBwoLBQYHBkUHBgYKCgcGAgIBPz8NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDT8NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAYwGBgUFBAMBAQEBAwQFBQYGBwYFBQQDAQEBAgIEBQUGWAECAgYICQsGBgYGRgYGBgoKBwYCAgEBAgIGBwoKBgYGB0UGBwULCQgGAgIBPz8NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDT8NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAMAAAAAA7gDmQAhAKEAwwAAEx8GMyEzPwYvByEPBgMfByEzHw4PDisBPwUvBw8HHwczPwYvBTsBPw4vDyEjDwUDHwchPwcvBiMhIw8FRwECAwMFBQYHATsGBgUFBAMBAQEBAwQFBQYG/sUHBgUFAwMCAQECAwMFBQYHApUNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDXNlBQQDAQEBAQQEBAYGBgYGBb0GBAMBAQMEBr0EBQQECAcHBQMBAQECAgQFaHYTExIREQ8PDQ0LCQgGBQMBAQMFBggKCg0NDwcQERISE/1hBwYFBQMDAgEBAgMDBQUGBwMyBwYFBQMDAgEBAgMDBQUGB/zOBwYFBQMDAgEEBgYGBAQDAgIDBAQGBgYGBgYEBAMCAQECAwQEBgYBNQYGBgQEAwIBAgMFBQYHCQgKCwsLDA0MDQ0MCwsLCggJBwYFBQMCRAQFBQYGBgYGBQMDAgEBAgOABQYHCAgHBgV8AgIBAQIFBgYFBwYFBgQFRAMFBggKCwwNDw8RERITFBMTEhERDw8NDAsFCQcGAwICAwQEBgYBNQcFBgQEAwIBAQIDBAQGBQcGBgUFBAMCAgMEBQUGAAAADgAAAAAD9wP3AAQACAAMABAAFgAaACAAJAApAC8ANQA5AG4AsgAAATsBNSMHMzUjBTM1IzsBNSMhMxUzNSMFMzUjIR0BMzUjBTM1IyE7ATUjBx0BMzUjBx0BMzUjBzM1IwEzHwoRDwojISMvCTURNT8JMyEFER8PIT8PES8PIQ8OAr0/P378Pz/+xX5+fj8/Afg/P379yT8/Abk/P/4IPz8CNz8/fr0/P34/P71+fgK1BgYGBgsJCAYCAQEBAQEBAgYICQsGBgYG/QwGBwYFCwkIBgICAQECAgYICQsFBgcGAvT8jgECAwQFBwcICQoKCwwMDA0C9A0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwN/QwNDAwMCwoKCQgHBwUEAwIBQz8/Pz8/Pz9+Pz8/P70/Pz8/P378Pz9+/D8/ATsBAgIGCAkLBQYHBv0MBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgL0BgcGBQsJCAYCAgE//QwNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQL0DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDAAAAgAAAAAD9wP3AH8A/wAAAQ8eKwEvHj8fHx4FHx8/Hy8fDx4DUAEBAgMEBAYGBggICQkKCwsLDQwNDg4PDhAPEBARERERERERERAQDxAODw4ODQwNCwsLCgkJCAgGBgYEBAMCAQEBAQIDBAQGBgYICAkJCgsLCw0MDQ4ODw4QDxAQEREREREREREQEA8QDg8ODg0MDQsLCwoJCQgIBgYGBAQDAgH8uQECAwQGBwgJCgsMDQ4PEBERExMTFRUWFhcXGBkYGhkaGhkaGBkYFxcWFhUVExMTEREQDw4NDAsKCQgHBgQDAgEBAgMEBgcICQoLDA0ODxARERMTExUVFhYXFxgZGBoZGhoZGhgZGBcXFhYVFRMTExEREA8ODQwLCgkIBwYEAwICABEREREQEA8QDw4ODg0NDAwLCgoKCAgIBwYFBAQDAgICAgMEBAUGBwgICAoKCgsMDA0NDg4ODxAPEBARERERERERERAQDw8PDw4ODQwNCwsLCgkJCAgGBgYEBAMCAQEBAQIDBAQGBgYICAkJCgsLCw0MDQ4ODw4QDxAQERERERoaGRkYGBcXFhYVFRMTExEREA8ODQwLCgkIBwYEAwIBAQIDBAYHCAkKCwwNDg8QERETExMVFRYWFxcYGRgaGRoaGRoYGRgXFxYWFRQUExMRERAPDg0MCwoJCAcGBAMCAQECAwQGBwgJCgsMDQ4PEBERExMUFBUWFhcXGBkYGhkAAAAABQAAAAAD9wP3AAMABwALAA8AEwAAAREhESMRIREBESERIxEhEQMhESEDuf5nQP5nA3L+Z0D+Zz8D8PwQAeD+ZwGZ/mcBmQHZ/mcBmf5nAZn8TwPwAAAAAAEAAAAAA1kDuAB8AAATDwIVHwMTHwIdAQ8CAw8DFR8KIT8GPQEvBSMlIy8GPQI/AhM/Bj0BLwYDLwI9Aj8HMyUzPwU9AS8GIQ8GsAIFAgEDBQbUAgMBAgIC0AcGBAIBAwUHCAoFCwwMDQI8BgYGBAQDAgIDBAQGBgb9xwUEBAMDAwQBAgIC0AQEAwMCAgEBAgIDAwQE0AICAgECAgMDAwQEBQI5BgYGBAQDAgIDBAQGBgb9yw0NDAwKCggDhAYNDQ0NDAwM/u0EBQUFBQUFBP7yCwwMDQ0NDQwMCgkEBwUEAgECAwMFBQYHBgYFBQQDAgECAgIDBAgEBAUEBAQEAQ0HBwcHBwgIBwgHCAcHBwcHAQ0EBAQEBAUEBAQEAwICAgECAwQFBQYGBwUGBAQDAgEBAwQGCAkKAAgAAAAAA/cD9wAxAGAArACzALcAuwC/ASMAAAEfBzMfEQ8BLw8/BB8PDwIvCCMHJzU/DQ8DFQ8GFR8PPw8vDyMPDSUhPwMhNSE1ITUhNSE1ITUhJxEfDyEvATU3IS8JNScRNzU/CDMhMx8JFREfAxEvDyEPDgKOCwwUDQ4OBwcGBAMDBQYEAwUIBAQDAwUEBQICExEQDw8PDg0MCwoJCAcFBAIBAQEDBroMDAwLCgoJCAgGBgUEAgIBAQEDDgsLCwsMCxYUExoFAQICAgQEDAYFBAQDAgLLAgsGCwUEBAMCAgEDBgcKCwwPDxESFBQVFhYXFhUUExIREA4NCwkIBQQBAQQFCAkLDQ4QERITFBUWFwwNDAwMDAsLCwoKCgkJCP5MAWsNDhAQ/loB+P4IAfj+CAH4/gi9AQIDBAYGBwgJCgoLDAwMDQF9AgED/oMGBgYGCwkIBgICAQECAgYICQsGBgYGAnYGBwYFCwkIBgICARAQEA8BAgMEBQcHCAkKCgsMDAwN/YoNDAwMCwoKCQgHBgYEAwIBGA0MEQkIBgIBFAoJCAcCAgEBAgIDAwkLEg0PBAEBAwMGBggJCwsMDQ4ODxAQDg4NEF8EBAYHBwgJCgoLDAwNDA4NCBANCwcFBQQDAwMCAjISEQcGBQQDAgIEBQYGBwgOAw0JARUNDA0ODQ4OFxYVFBMSERAODQsJCAUEAQEEBQgJCw0OEBESExQVFhcWFhUUFBIRDw8MCwoHBgMBAQIDAwMFBQUGBwcICAgIEhAPDj8/Pz8/Pz/9yQ0MDAwLCgoJCAcGBgQDAgEQEAgXAQEBAgYICQsGBgYGAjcGBwYGCgoHBgICAQECAgYHCgsFBgcG/oMCBAMFAYsNDAwMCwoKCQgHBgYEAwIBAQIDBAUHBwgJCgoLDAwMAAAPAAAAAAO4A7gABQALABEARQB5AK0A4QEVAUkBTgFTAVgBiwG+AfEAAAEdATUjNSMdATUjNSMdATUjNSEdAR8IMxczNzM/BzU3NSc1LwgrAg8JBR0BHwgzFzM3Mz8IPQIvCSsCDwkFFRcVHwkzPwo9Ai8JKwIPCBUBHQEfCTsCPwg1NzUnNS8IKwIPCQUdAR8JOwI/CT0CLwkrAg8JBRUXFR8IOwI/CT0CLwkrAg8IFQEVMSM1IxUxIzUjFTEjNSEdAR8JOwI/CDU3NSc1LwcjJwcjDwgFHQEfCTsCPwk9Ai8IIycHIw8IBRUXFR8IOwI/CT0CLwgjJwcjDwcVA3p+vX69fgI3AQICBgcKCgYGBgd+BgYGBgsJCAYCAgEBAgIGCAkLBgYGBn4HBgYGCgoHBgICAf7FAQICBggJCwUGBwZ+BgcGBQsKBwYCAgEBAgIGBwoLBQYHBn4GBwYFCwkIBgICAf7FAQICAwcICgwGBgZ+BwYGBgoKBwYCAgEBAgIGBwoKBgYGB34GBgYGCwkIBgICAnUBAgIGBwoKBgYGB34GBgYGCwkIBgICAQECAgYICQsGBgYGfgcGBgYKCgcGAgIB/sUBAgIGCAkLBQYHBn4GBwYFCwoHBgICAQECAgYHCgsFBgcGfgYHBgULCQgGAgIB/sUBAgIGCAkLBgYGBn4HBgYGCgoHBgICAQECAgYHCgoGBgYHfgYGBgYLCQgGAgIDMn69fr1+AjcBAgIGBwoKBgYGB34GBgYGCwkIBgICAQECAgYICQsGBgYGhQYGBgoKBwYCAgH+xQECAgYICQsFBgcGfgYHBgULCgcGAgIBAQICBgcKCwUGBwaEBwYFCwkIBgICAf7FAQICBggJCwYGBgZ+BwYGBgoKBwYCAgEBAgIGBwoKBgYGB4QGBgYLCQgGAgIBBH4fH35+Hx9+fh8ffn4GBgcFCwkIBgICAQECAgYICQsGBgYGfgcGBgYKCgcGAgIBAQICBgcKCgYGBgd+BgYHBQsJCAYCAgEBAgIGCAkLBgYGBn4HBgYGCgoHBgICAQECAgYHCgoGBgYHfgYGBwUGCggHBQEBAQEBAQIGCAkLBgYGBn4HBgYGCgoHBgICAQECAgYHCgoGBgYBNH4GBwYGCgoHBgICAQECAgYHCgsFBgcGfgYHBgULCgcGAgIBAQICBgcKCwUGBwZ+BgcGBgoKBwYCAgEBAgIGBwoLBQYHBn4GBwYFCwoHBgICAQECAgYHCgsFBgcGfgYHBgYKCgcGAgIBAQICBgcKCwUGBwZ+BgcGBQsKBwYCAgEBAgIGBwoLBQYHATV+fn5+fn5+BwYGBgoKBwYCAgEBAgIGBwoKBgYGB34GBgYGCwkIBgICAQECAgYICQsFBgcGfgcGBgYKCgcGAgIBAQICBgcKCgYGBgd+BgYGBgsJCAYCAgEBAgIGCAkLBQYHBn4HBgYGCgoHBgICAQECAgYHCgoGBgYHfgYGBgYLCQgGAgIBAQICBggJCwUGBwAAEQAAAAAD9wO/ABAAIQAyAEMAVABlAHYAhwCYAKkAugDLANwA7QD+AQ8BSgAAJRUfAjM/AjUvAiMPAgUVHwIzPwI1LwIjDwIlFR8CMz8CNS8CIw8CBRUfAjM/AjUvAiMPAiUVHwIzPwI1LwIjDwIFFR8CMz8CNS8CIw8CJRUfAjM/AjUvAiMPAgUVHwIzPwI1LwIjDwIlFR8CMz8CNS8CIw8CBRUfAjM/AjUvAiMPAiUVHwIzPwI1LwIjDwIFFR8CMz8CNS8CIw8CJRUfAjM/AjUvAiMPAgUVHwIzPwI1LwIjDwIlFR8CMz8CNS8CIw8CBRUfAjM/AjUvAiMPAicVHwIhESEPAhUfAiERHwIzPwIRIT8CNS8CIREhER8CMz8CETMRHwIzPwIRIQ8CAjgCBAXmBQQCAgQF4wYEA/4/AwMF5gUEAgIEBeMFBQMBvwIEBeYFBAICBAXjBgQD/j8DAwXmBQQCAgQF4wUFAwG/AgQF5gUEAgIEBeMGBAP+PwMDBeYFBAICBAXjBQUDAb8CBAXmBQQCAgQF4wYEA/4/AwMF5gUEAgIEBeMFBQMBvwIEBeYFBAICBAXjBgQD/j8DAwXmBQQCAgQF4wUFAwG/AgQF5gUEAgIEBeMGBAP+PwMDBeYFBAICBAXjBQUDAb8CBAXmBQQCAgQF4wYEA/4/AwMF5gUEAgIEBeMFBQMBvwIEBeYFBAICBAXjBgQD/j8DAwXmBQQCAgQF4wUFA3EDAwUBtf5LBQMDAwMFAbUCBAUGBQQCAZkFAwMDAwX+ZwGkAgQFBgUDAzgCBAUGBQMD/B4FBQOGAwUDAwMDBQYFBAIBAwQGAwUDAwMDBQYFBAIBAwROAwUEAgIEBQYFBAIBAwQGAwUEAgIEBQYFBAIBAwROAwUEAgIEBQYFBAIBAwUFAwUEAgIEBQYFBAIBAwVPAwUEAgIEBQYFBAIBAwUFAwUEAgIEBQYFBAIBAwXbAwUEAgIEBQYFBAIBAwUFAwUEAgIEBQYFBAIBAwVPAwUEAgIEBQYFBAIBAwUFAwUEAgIEBQYFBAIBAwVPAwUEAgIEBQYFBAIBAwUFAwUEAgIEBQYFBAIBAwVPAwUEAgIEBQYFBAIBAwUFAwUEAgIEBQYFBAIBAwVPAwUEAv5cAgQFBgUEAv5nBQMDAwMFAZkCBAUGBQQCAaT8pwUDAwMDBQNZ/N8FAwMDAwUDPQEDBQAKAAAAAAP3A/cAYgCWAKUAqQCtAOsA+wESASEBgQAAAQ8DFR8BPwQ7AR8EDwcvAwcfAz8HHwY/BTUvAQ8EIy8EPwUzFzcvASMPBS8FIw8BNzMfChUPCiMhIy8JPQI/CTMlFSMvCT0BJRUjNSEVIzUlFS8EDwcfCD8ILwcPBDUvBw8GJR8LFSM1IxURIw8PFSMRIxUjNT8KBxURHw8hFR8PIT8PLwgRLw8hDw4CpQMFAwIBBAQFAwIDAwICBQQNDA0MBgUGBQYFAwMDAxUFBQUGBQgICQkIDg4FCggIBQYFBQYKCQYCAQQEBAMDAwYEBAcKDxIGBgYFBQUHFQQIBwcHCAwNEgYKCAgFBQUFBswGBgYGCwkIBgIBAQEBAQECBggJCwYGBgb+xQcGBgYKCgcGAgIBAQICBgcKCgYGBgf+hkUHBgULCQgGAgIBAzN+/cl+AXpIBQYGBgYFBgUEAwEBAQEDBIAEBgYGBgYFBX0EAwEBAQEDBAUGBgYGBQYFSAECAgQFBQYHBgYFBQQCAgF5BgYGBgsJCAYCAQEBfj9+DQ0MCwsLCQkICAYFBAMCAb0/fgEBAQIGCAkLBgYGeAECAwQFBwcICQoKCwwMDA0BOwECAwQFBwcICQoKCwwMDA0BOw0MDAwLCgoJCAcHBQQDAgEBAgQGCAoLDAkBAgMEBQcHCAkKCgsMDAwN/UsNDAwMCwoKCQgHBwUEAwIBLgQHBgYEAgIKBwMCAQEEBhwfFRIHBgQDAgEBAQEDFAMCAQEBAgMGCAoSGA0aDgoFAwEBAwYJCAUEAQQJBgICAQIEChQnHAgGBQQCARcBAgEEBgwQGxAYDAkEAgIETAECAgYICQsFBgcGvQYHBgULCgcGAgIBAQICBggJCwUGBwa9BgcGBgoKBwYCAgE/vQECAgYHCgoGBgcGfvz8/L29Xq9IBAMBAQECAgQFBgYGBgYFBX4EAwEBAQICBH4FBgYGBgUGBQQDAQEBAgIESbAHBgUFAwMCAQECAwMFBQaXAQEBAgYICQsGBgYGfr29/sUBAgMEBQcHCAkKCgsMDAwNPwK1vX4GBgYGCwkIBgIBAT5+/kcNDAwMCwoKCQgHBwUEAwIBPw0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNxhAQDw4MDAkGAcoNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAoAAAAAA/cDuAAOABQAOAA8AFoAXgBtAHEAgADfAAABFSsBLwk1BRc3JzcnNx8HFQ8HIy8GPQI/BiUVIzUlFSMPDh0BIzUzNSM1MzUzNSEVIzUlHwsjNSMVIzUjFSM/CwcRHw8hHwchPw81Lw4rAREvDyEPDgEEfgYHBgULCQgGAgIBAnerD3l5DzAGBgYEBAMCAQECAwQEBgYG/AYGBQUEAwICAwQFBQYG/me9AvSeCQoJCAkIBwcGBQUEAwIC/L29vX7+hr0CtQYGBgYLCQgGAgEBAb0//D+9AQEBAgYICQsGBgYGfgECAwQFBwcICQoKCwwMDA0BvgMHCQoMDA4PAQMKCQkJCAgHBwYGBAQDAwEBAQEDAwQEBgYHBwgICQkJCh8BAgMEBQcHCAkKCgsMDAwN/YoNDAwMCwoKCQgHBwUEAwIBQ34BAgIGBwoLBQYHRSBfHENEHD4BAgMDBQUGB/wGBgUFBAMBAQEBAwQFBQYG/AcGBQUDAwIBP35+vb0BAQIEBAQGBgcHCAgJCQkK3H4/fj9+fn69AQEBAgYICQsGBgZFfn5+fkUGBgYLCQgGAgEBAT/9yQ0MDAwLCgoJCAcHBQQDAgEIDAsKCAcEAwEBAgQEBAYGBwcICAkJCQr8CQoJCAkHCAYGBgUEAwICATsNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAABAAAAAAMbA7gAPQAAAREvAysBDwUdAR8HPwc9AS8FKwEPAxEvBw8GAeHHBQUGBgYGBQUEAwICAwT+BQYFBgYGBgX5BAMCAgMEBQUGBgYGBQXGAQIDBAQGBgYGBgYEBAMCA5n9G8QEAwICAwQFBQYGBgYGBfsEAwEBAQEDBPwFBQYGBgYFBQQDAgIDBMcC6AcGBQUDAwIBAQIDAwUFBgAABQAAAAADhwOHABAAIQAyADYAWgAANxUfAiE/AjUvAiEPAicVHwIhPwI1LwIhDwInFR8CIT8CNS8CIQ8CAREhESMRHwchPwcRLwchDwbMAwMFAlIFAwMDAwX9sQUFAwEDAwUCUgUDAwMDBf2xBQUDAQMDBQJSBQMDAwMF/bEFBQMCn/0oHAEBAwMEBQUGAtgFBgQFAwMBAQEBAwMEBQUG/SgGBQUEAwMB2gMFBAICBAUGBQQCAQMETgMFBAICBAUGBQQCAQMETgMFBAICBAUGBQQCAQMEAeT9KALY/SgGBQUEAwMBAQEBAwMEBQUGAtgGBQUEAwMBAQEBAwMEBQUAAAUAAAAAA/cD9wArAGwAzADoAW4AAAEVHwczPwcvByM1LwcPBhcVDw8vDz8PHw4FFR8WPxcvFisBDxUBITsBHwkVITc1PwgzNxUjDw8RHw8hLwMhJyMvCD0BIT8HNS8HIREhFR8DES8PIzUvBw8HFSE1LwcPBgK9AQEDBAUFBgZ+BwYFBQMDAgEBAgMDBQUGB14BAgMDBQUGBwYGBQUEAwH7AQMFBggKCg0NDw8RERITExMTEhIQEA4ODAsJCAYFAwEBAwUGCAkLDA4OEBASEhMTExMSEREPDw0NCgoIBgUD/kgBAgIDAwQFCg0PEBITFRYLDAwMDQwNDQ0NDA0MDAsMFhUTEhAPDAsEBAQDAgEBAQEBAQIDBAQECwwPEBITFRYMCwwMDQwNDQ0NDA0MDAwLFhUTEhAPDQoFBAMDAgIB/uUCNl8GBwYFCwkIBgICAfyOAQICBggJCwUHBgY/Pw0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAbsSEA8O/oQGBwYFCwkIBgICAQFaBwYFBQQCAgEBAgIEBQUGB/6mA3IREQ8OAQIDBAUHBwgJCgoLDAwMDT8BAgIEBQUGBwYGBQUEAwEB/ggBAQMEBQUGBgcGBQUEAgIBY34HBgUFAwMCAQECAgQFBQYHBgYFBQQDAQFfBgYFBQQDAQEBAQMEBQUGZQoJExIREQ8PDQ0LCQgGBQMBAQMFBggJCw0NDw8RERITExMTEhIQEA4ODAsJCAcEAwEBAwQHCAkLDA4OEBASEhMTDQ0MDQwMCwwWFRMSEA8MCwUDBAMCAQEBAQEBAgMEBAQLDA8QEhMVFgwLDAwNDA0NDQ0MDQwMDAsWFRMSEA8NCgUEAwMCAgEBAgIDAwQFCg0PEBITFRYLDAwMDQwNAmkBAgIGCAkLBQYHRUUHBgULCQgGAgIBXh8BAgMEBQcHCAkKCgsMDAwN/UsNDAwMCwoKCQgHBwUEAwIBDg8REQECAgYICQsGBgYGfgECAgQFBQYHPgcGBQUEAwEBATu/Dg8QEgF8DQwMDAsKCgkIBwcFBAMCAR8HBgUFAwMCAQECAwMFBQYHHx8HBgUFAwMCAQECAwMFBQYAAAAABAAAAAAD9wP3AHYAqgC2AN0AACUHLwUPCisBDwYfBzM/DzMfCj8LMx8NPwcvCyMPBQkBBzcBMz8OLw8PDiUPBAUTPwQPCQMlPw0vAwEvAw8CAwQuDQ0PDhAPEAcICwsKCQgIBwZ5BwYFBQQDAQEBAQMEBQUGB44FBQUEBAMDBAQEBAUFBgYIBwcHBwcHBhIFBQcHBgcGAkkGBgcHCAgICAgIBwgHBgYFGwQFBgYGBgYFBQMDAQEBAgMbCgsMDQ0PDw8PDw8ODQ0L/nb+6AIGAVYHBwYGBgUGBAUDBAIDAQEBAQEBAwIEAwUEBgUGBgYHBwYHBgYGBgUEBQQDAwIBAQFoNAMFBwj9yKwFBgfXd37cDAwLCQkHBgPQAq4MDAoJCQcCBTl+BAMCAQECAwT+9wYFBgcGBgaXNQwKCAUEAQEBAgQFBwcJCQsLAgMEBQUGBgcGBQUDAwIBAQECAgQEBA0HBwYFBAMDAQECBAQGBxYFAwMBAgIDAlMGBQUDAwIBAQEDAwQFBgYlBQMDAQEBAgQEBQUGBgYGBiQMCgoHBwQEAQIEBQcICQFk/qoGAgEYAQICAwMEBQQFBgYGBgcGBwcGBgYFBgQFAwQCAwEBAQEBAQMCBAMFBAYFBgYGBzLTCAcFBKoCPAcGBDfAfjcEBgYJCQoMBv1MzgQGCAgKCwYM4n4FBgYGBwYGBQEJBAMCAQECAwAAAAADAAAAAAN5A/cARwCBALYAAAEVIw8HHwY7ARUfBjsBPwY1OwE/Bi8HIzUvBw8GExUfDzMRFQ8JIyEjLwk1ETU/CTMHER8PIT8PEQEhDw4B4F4GBgYEBAMCAQECAwQEBgYGXgECAwQEBgYGBgYGBAQDAgFeBgYGBAQDAgEBAgMEBAYGBl4BAgMEBAYGBgYGBgQEAwJ9AQEDAwQFBQYHBwgICQkJCn4BAgIGCAkLBQYHBv4IBgcGBQsJCAYCAgEBAgIGCAkLBQYHBn4BAgMEBQcHCAkKCgsMDAwNAfgNDAwMCwoKCQgHBwUEAwIB/uT+pg0MDAwLCgoJCAcHBQQDAgI/XgECAwQEBgYGBgYGBAQDAl8GBgYEBAMCAgMEBAYGBl8CAwQEBgYGBgYGBAQDAgFeBgYGBAQDAgEBAgMEBAYGAXR+CgkJCQgIBwcGBgQEAwMBAf2qBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgL0BgcGBQsJCAYCAgE//QwNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQJWARwBAgMEBQcHCAkKCgsMDAwAAAABAAAAAALcAn4AKwAAAQ8DHQEfBTsBPwMfBD8GPQEvBw8CAeq9BAMCAgMEBQUGBgYGBQWnpwUFBgYGBgUFBAMCAgMEvQUFBgYGBgYCdb0EBgYGBgYFBQQDAgIDBKanBAMBAQEBAwQFBgUGBwUGBb0EAwEBAQEDAAAEAAAAAAP3A1cAQACBAMgBLQAAARUPDisBLw4/DjsBHw0FFR8PPw8vDw8OEx8RDw8vDz8SMycPFR8VMz8XLxsjDwECnwECBAUHCAkKCwwNDg8PDxAQEA8PDQ0MDAoJCAYGBAIBAQIEBgYICQoMDA0NDw8QEBAPDw8ODQwLCgkIBwUEAv6HAQQFCAkLDQ4QEBMTFBUWFxYWFRQUEhEPDwwLCgcGAwEBAwYHCgsMDw8REhQUFRYWFxYVFBMTEBAODQsJCAUE9hAhHw8QDw4PHRwcFxUWFBUTJyEfHh4eHR4eFwsXGBgYGRgpGRkZGRkZFx0dHBwcHR4eFhYXGBkaGxwSEhMVFRcXGRISEhJWGxsZGRcWFRQREBAQHR0bGhkZAgIBAQEBAgISIiEgICAQEBEQHxwcHR4eHh4lGxwbGxsaGR4REhEQEREREREiJCUCAgEBAQECAiwXFxgMGRoeEBAQEBEQEREREhESEhMTHRUWFgIBCAgQDw4ODQwLCgoHBwUEAwMEBQcHCgoLDA0ODg8QEBAQDw4ODQwLCgkIBwUEAwMEBQcICQoLDA0ODg8QEAsMFRYUExIREA4NCwkIBQMBAQMFCAkLDQ4QERITFBYVFxYWFRUTEhEQDg0LCQcGAwEBAwYHCQsNDhAREhMVFRYBAQIGBwUFBgcHDxMUExQWFhgYMiklIR4bFxUTDAUKCAYFAwEBAwUGCQoLDhMUFxodHyMnHBwbGxoYFxULCwoJCAgHBgMDATYHBwkJCwsMDgwNDQ0dHh8fICAFBAUFBQUFBBcrJiMgHA0MDAsSDwwLCAcEAwIEBQgJCwwRCwwNDQ4PEBASJiswBAUFBQUFBAU5HBwaDRkXFwwKCgkJCAcHBgUFBAMDAgICAwAAAAEAAAAAAxsDuAA9AAABDwMdAR8GPwQRHwc/BjURHwM7AT8FPQEvBw8CAef5BAMCAgMEBQUGBgYGBQXGAQIDBAQGBgYGBgYEBAMCxwUFBgYGBgUFBAMCAgME/gUGBQYGBgYDr/sFBQYGBgYFBQQDAgEBAgMEx/0YBwYFBQMDAgEBAgMDBQUGBwLlxAQDAgIDBAUFBgYGBgUF/AQDAQEBAgMAAAAAJQAAAAAD9wP3AAkADQARABUAIgAmACsALwA5AD0AQQBFAEkATQBRAFUAWQBdAGkAbQBxAHUAgQCFAIoAjgCaAJ4AogCmAKoArgCyALYAugC+AMIAACUjFTMVMzUjNSMHMzUjBzM1IwczNSMHIxUzFTM1MzUjNSMVBzM1IwcxMzUjBzM1IwcjFTM1MzUjNSMlMzUjBTM1IwUzNSMlMzUjBTM1IwUzNSMlMzUjBTM1IwUzNSMlIxUzFTM1MzUjNSMHMzUjBzM1IwczNSMHIxUzFTM1MzUjNSMHMzUjBzEzNSMHMzUjByMVMxUzNTM1IzUjJTM1IwUzNSMFMzUjJRUzNSEVMzUFMzUjJTM1IwUzNSMFMzUjNSE1IQO7AgI9IB12Ozt2Ozt3PDx2AgI8AgI8djw8djs7djs7WCA9AgIdA5E/P/4nQED+KD8/A7E/P/4nQED+KD8/A7E/P/4nQED+KD8/A7MCAh0gIB12Ozt2Ozt3PDx2AgI8AgI8djw8djs7djs7WCAgHQICHQORPz/+J0BA/ig/PwOxP/3oQP3oPz8DsT8//idAQP4oPz8D8PwQRR0gPQI/Pz8/Pz8CHSAgHQICPT8/Pz8/Aj0gHQI5Ozs7Ozs7Ozs7Ozs7PDw8PDx2PAICPAE/QEBAQEACPAICPAE/QEBAQEACPAICPAE5PDw8PDx2Ozs7Ozs7Ozs7Ozs7OT8AAA0AAAAAA9gD2AADAAcACwAPABMAFwAbAB8AIwAnACsALwAzAAAlMzUjBTM1IwUzNSMFMzUjBTM1IyEzNSMFMzUjBTM1IyEzNSMFMzUjITM1IwUzNSMFMzUjAxu9vf6HvLz+hr29Aja9vf6Hvb0CNr29/oe8vP6Gvb0CNr29/oe9vQI2vb3+h7y8/oa9vSi9vb29vQG+vr68vLy8vL29vb29vb29AAAAAAMAAAAAA/cD9wAhAFYAmgAAAR8HIT8HLwYjISMPBQEzHwoRDwojISMvCTURNT8JMyEFER8PIT8PES8PIQ8OAQQBAgMDBQUGBwG4BwYFBQQCAgEBAgIEBQUGB/5IBwYFBQMDAgJ1BgYGBgsJCAYCAQEBAQEBAgYICQsGBgYG/QwGBwYFCwkIBgICAQECAgYICQsFBgcGAvT8jgECAwQFBwcICQoKCwwMDA0C9A0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwN/QwNDAwMCwoKCQgHBwUEAwICAAYGBgQEAwIBAQIDBAQGBgYGBgYEBAMCAgMEBAYGAbMBAgIGCAkLBQYHBv0MBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgL0BgcGBQsJCAYCAgE//QwNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQL0DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDAAAAAIAAAAAAxcD9wAhAEMAABMRFR8GMz8GES8HDwYFERUfBjM/BhEvBw8G6AMEBgcJCgsMCwoJBwYFAgEDBQcJCQsLCwsJCAcFBAG/AgUGBwkKCwwLCgkHBgQDAQQFBwgJCwsLCwkJBwUDA8D8gAYLCgkHBgQDAwQGCAgLCgOGCwsJCQYGAwEBBAUHCAkLC/yABgsKCQcGBAMDBAYHCQoLA4YLCwkIBwUEAQEEBQcICQsAAgAAAAADuAOZACsAmwAACQEvBA8HHwc7AT8CAT8DLwYrAQ8BBREfDjMhMz8OES8HDwcRDwYjISMvBhE/BjMhPwcvBiMhIw8NA4P+XaEFBgUGBgYGBQQCAgEBAgMEtwUGBQYGBgYFAbkEAgIBAQICBAUGBgYGBQb8vwEBAgQEBAYGBwcICAkJCQoCdQoJCggICAgGBgYFAwQCAQEBAgIEBQUGBwYGBQUEAwEBAQICBAUFBgf9iwcGBQUDAwIBAQIDAwUFBgcB2QcGBQUEAgIBAQICBAUFBgf+JwoJCQkICAcHBgYEBAQCAQNR/l+fBAMBAQECAgUEBgYGBgYFBbUEAwICAwQBtwUGBgYGBgUFBAMCAgMa/YoKCQkJCAgHBwYFBQQDAgICAgMEBQUGBwcICAkJCQoBHAcFBgQEAwIBAQIDBAQGBQf+5AYGBQUEAwICAwQEBgYGAnYGBgUFBAMCAQIDBAQGBgYGBgUFBAMCAgIDBAUFBgcHCAgJCQoAAAAABQAAAAADhwOHABAAIQAyADYAWgAAExUfAiE/AjUvAiEPAicVHwIhPwI1LwIhDwInFR8CIT8CNS8CIQ8CAREhESMRHwchPwcRLwchDwbMAwMFAlIFAwMDAwX9sQUFAwEDAwUCUgUDAwMDBf2xBQUDAQMDBQJSBQMDAwMF/bEFBQMCn/0oHAEBAwMEBQUGAtgFBgQFAwMBAQEBAwMEBQUG/SgGBQUEAwMBAboDBQQCAgQFBgUEAgEDBU8DBQQCAgQFBgUEAgEDBU8DBQQCAgQFBgUEAgEDBQEF/SgC2P0oBgUFBAMDAQEBAQMDBAUFBgLYBgUFBAMDAQEBAQMDBAUFAAQAAAAAA7gD9wA1AHkArwDzAAABMx8KFQ8KIyEjLwk9Aj8JMyExBRUfDyE/DzUvDyEPDgEXMx8JFQ8KIyEjLwk9Aj8JMyExBRUfDyE/DzUvDyEPDgM7BgYGBgsJCAYCAQEBAQEBAgYICQsGBgYG/YoGBwYFCwkIBgICAQECAgYICQsFBgcGAnb9DAECAwQFBwcICQoKCwwMDA0Cdg0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwN/YoNDAwMCwoKCQgHBwUEAwIC8wYGBgYLCQgGAgEBAQEBAQIGCAkLBgYGBv2KBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgJ2/QwBAgMEBQcHCAkKCgsMDAwNAnYNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDf2KDQwMDAsKCgkIBwcFBAMCAYIBAgIGBwoLBQYHBr0GBwYFCwkIBgICAQECAgYICQsFBgcGvQcGBgYKCgcGAgIBP70NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDb0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAmkBAgIGCAkLBgYGBr0HBgYGCgoHBgICAQECAgYHCgoGBgYHvQYHBgULCQgGAgIBP70NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDb0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAABAAAAAAN0A3kARwAACQIvAw8HHwMJAQ8DHwc/AwkBHwM/By8DCQE/Ay8HDwIDP/7B/sEFBQYGBgYFBQQDAgEBAgIEAUD+wAQCAgEBAgMEBQUGBgYGBQUBPwE/BQUGBgYGBQUEAwIBAQICBP7AAUAEAgIBAQIDBAUFBgYGBgUDcf68AUQEAgIBAQEDBAUFBgYGBgYF/rz+vAUGBgYGBQYFBAMBAQEBAwUBQ/69BQICAQEBAwQFBgUGBgYGBQFEAUQFBgYGBgUGBQQDAQEBAQMAFQAAAAAD9wP3ABAAIQAyAEMAVABlAHYAhwCLAI8AoACxAMIA0wDkAPUBBgEXARsBHwFDAAAlFR8CIT8CNS8CIw8CBRUfAiE/AjUvAiMPAiUVHwIhPwI1LwIjDwIFFR8CIT8CNS8CIw8CJRUfAiE/AjUvAiMPAgUVHwIhPwI1LwIjDwIlFR8CIT8CNS8CIw8CBRUfAiE/AjUvAiMPAiURIREjESERJRUfAiE/AjUvAiMPAgUVHwIhPwI1LwIjDwIlFR8CIT8CNS8CIw8CBRUfAiE/AjUvAiMPAiUVHwIhPwI1LwIjDwIFFR8CIT8CNS8CIw8CJRUfAiE/AjUvAiMPAgUVHwIhPwI1LwIjDwIlESERIxEhESMRHwchPwcRLwchDwYCcAIEBQECBQMDAwMF/wYEA/4jAgQFAQIFBAICBAX/BQUDAdsCBAUBAgUDAwMDBf8GBAP+IwIEBQECBQQCAgQF/wUFAwHbAgQFAQIFAwMDAwX/BgQD/iMCBAUBAgUEAgIEBf8FBQMB2wIEBQECBQMDAwMF/wYEA/4jAgQFAQIFBAICBAX/BQUDA0f+QBz+JAJMAgQFAQIFAwMDAwX/BgQD/iMCBAUBAgUEAgIEBf8FBQMB2wIEBQECBQMDAwMF/wYEA/4jAgQFAQIFBAICBAX/BQUDAdsCBAUBAgUDAwMDBf8GBAP+IwIEBQECBQQCAgQF/wUFAwHbAgQFAQIFAwMDAwX/BgQD/iMCBAUBAgUEAgIEBf8FBQMDR/5AHP4kHAEBAwMFBAYFA7gFBgQFAwMBAQEBAwMFBAYF/EgFBgQFAwMBogMFBAICBAUGBQQCAQMFBQMFBAICBAUGBQQCAQMFTwMFBAICBAUGBQQCAQMFBQMFBAICBAUGBQQCAQMFTwMFBAICBAUGBQQCAQMFBQMFBAICBAUGBQQCAQMFTwMFBAICBAUGBQQCAQMFBQMFBAICBAUGBQQCAQMFXf4kAdz+JAHcfgMFBAICBAUGBQQCAQMFBQMFBAICBAUGBQQCAQMFTwMFBAICBAUGBQQCAQMFBQMFBAICBAUGBQQCAQMFTwMFBAICBAUGBQQCAQMFBQMFBAICBAUGBQQCAQMFTwMFBAICBAUGBQQCAQMFBQMFBAICBAUGBQQCAQMFXf5AAcD+QAHA/EgFBgQFAwMBAQEBAwMEBQUGA7gFBgQFAwMBAQEBAwMFBAYAAAAKAAAAAAP3A/cACwAPABsAHwAjACcAKwAvADMAdwAAARUPByM1IxUjNSMVIy8HNSUVIzUjFSM1IxUjNSUVIzUjFSM1IxUjNScRHw8hPw8RLw8hDw4DuQECAwMFBQYH3D/8P9wHBgUFAwMCAQNy/D/8P/wDcvw//D/8PwEBAgQEBAYGBwcICAkJCQoDMgoJCQkICAcHBgYEBAQCAQEBAQIEBAQGBgcHCAgJCQkK/M4KCQkJCAgHBwYGBAQEAgEBBJ0HBgUFAwMCAb29vb0BAgIEBQUGB538vb29vb29/L29vb29vZ38zgoJCQkICAcHBgYEBAQCAQEBAQIEBAQGBgcHCAgJCQkKAzIKCQkJCAgHBwYGBAQEAgEBAQECBAQEBgYHBwgICQkJAAoAAAAAA7gDuAADAAcACwAPABMAFwAbAB8AIwBYAAABFSM1IxUjNSMVIzUlFSM1IxUjNSMVIzUlFSM1IxUjNSMVIzUnFREXFR8HMxchNzM/BzU3ESc1LwcjJyEHIw8HFQN6vT+9P70Ctb0/vT+9ArW9P70/vX4BAgIGCAkLBQcGBgLiGAYHBQsJCAYCAgEBAgIGCAkLBQcGBv0eGAYHBQsJCAYCAgFDvb29vb29/L29vb29vfy9vb29vb0/Ev0wGAcGBQsJCAYCAgEBAgIGCAkLBQcGBgLiGAcGBQsJCAYCAgEBAgIGCAkLBQYHAAAAABAAAAAAA4cDhwAQACEAMgBDAFQAZQB2AIcAmACpALoAywDcAO0A/gEPAAAlFR8CIT8CNS8CIw8CBRUfAiE/AjUvAiMPAiUVHwIhPwI1LwIjDwIFFR8CIT8CNS8CIw8CJRUfAiE/AjUvAiMPAgUVHwIhPwI1LwIjDwIlFR8CIT8CNS8CIw8CBRUfAiE/AjUvAiMPAiUVHwIhPwI1LwIjDwIFFR8CIT8CNS8CIw8CJRUfAiE/AjUvAiMPAgUVHwIhPwI1LwIjDwIlFR8CIT8CNS8CIw8CBRUfAiE/AjUvAiMPAiUVHwIhPwI1LwIjDwIFFR8CIT8CNS8CIw8CAnACBAUBAgUDAwMDBf8GBAP+BwMDBQECBQQCAgQF/wUFAwH3AgQFAQIFAwMDAwX/BgQD/gcDAwUBAgUEAgIEBf8FBQMB9wIEBQECBQMDAwMF/wYEA/4HAwMFAQIFBAICBAX/BQUDAfcCBAUBAgUDAwMDBf8GBAP+BwMDBQECBQQCAgQF/wUFAwH3AgQFAQIFAwMDAwX/BgQD/gcDAwUBAgUEAgIEBf8FBQMB9wIEBQECBQMDAwMF/wYEA/4HAwMFAQIFBAICBAX/BQUDAfcCBAUBAgUDAwMDBf8GBAP+BwMDBQECBQQCAgQF/wUFAwH3AgQFAQIFAwMDAwX/BgQD/gcDAwUBAgUEAgIEBf8FBQOGAwUEAgIEBQYFBAIBAwQGAwUEAgIEBQYFBAIBAwROAwUEAgIEBQYFBAIBAwQGAwUEAgIEBQYFBAIBAwROAwUDAwMDBQYFBAIBAwQGAwUDAwMDBQYFBAIBAwROAwUEAgIEBQYFBAIBAwQGAwUEAgIEBQYFBAIBAwT2AwUEAgIEBQYFBAIBAwUFAwUEAgIEBQYFBAIBAwVPAwUEAgIEBQYFBAIBAwUFAwUEAgIEBQYFBAIBAwVPAwUEAgIEBQYFBAIBAwUFAwUEAgIEBQYFBAIBAwVPAwUEAgIEBQYFBAIBAwUFAwUEAgIEBQYFBAIBAwUADwAAAAADuAO4AAIABgAKAA0AEAAUABgAGwAeACEAJAAnACoALQBhAAAlIzclFSM1IxUjNSMHNTcjNyUVIzUjFSM1Iwc1JSM3ByM3BSM3Jwc1Iwc1Iwc1JxEVHwkzITM/CTURNS8JIyEjDwkBgpCQAfi9P71skL2QkAH4vT+9bJABuZGR/JCQAfiRkS2QbJBskH4BAgIGCAkLBQYHBgL0BgcGBQsJCAYCAgEBAgIGCAkLBQYHBv0MBgcGBQsJCAYCAgGGkSy9vb29kJA/kSy9vb29kJA/kJCQkJAtkZGRkZGRP/0MBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgL0BgcGBQsJCAYCAgEBAgIGCAkLBgYGAAAAAgAAAAAD9wP3ADMAmwAAATMfCRURFQ8JIyEjLwg1JxE3NT8IMwcRHw8zFR8PIT8PES8PIzUvDyEPDgJ+BgcGBQsKBwYCAgEBAgIGBwoLBQYHBv4IBgYGBgsJCAYCAgEBAgIGCAkLBgYGBn4BAgMEBgYHCAkKCgsMDAwNfgECAwQFBwcICQoKCwwMDA0B+A0MDAwLCgoJCAcGBgQDAgEBAgMEBgYHCAkKCgsMDAwNfgECAwQFBwcICQoKCwwMDA3+CA0MDAwLCgoJCAcGBgQDAgO5AQICBggJCwUGBwb+CAYHBgULCQgGAgIBAQICBggJCwUGBwYB+AYHBgULCQgGAgIBP/4IDQwMDAsKCgkIBwcFBAMCAX4NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQH4DQwMDAsKCgkIBwcFBAMCAX4NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAAAAA8AAAAAA/cD9wADAAcACwAPABMAFwAbAB8AIwAnACsALwAzAGgArAAAJTM1IwczNSMHMzUjITM1IwczNSMhMzUjBzM1IwczNSMhMzUjBzM1IyEzNSMHMzUjBzM1IyUzHwoRDwojISMvCTURNT8JMyEFER8PIT8PES8PIQ8OAr1+fvx+fvx+fgF6fn78fn4Ben5+/H5+/H5+AXp+fvx+fgF6fn78fn78fn4CtQYGBgYLCQgGAgEBAQEBAQIGCAkLBgYGBv0MBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgL0/I4BAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDf0MDQwMDAsKCgkIBwcFBAMCxX5+fn5+fn5+fn5+fn5+fn5+fn5+fn4BAgIGCAkLBQYHBv0MBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgL0BgcGBQsJCAYCAgE//QwNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQL0DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDAAAAAkAAAAAA7gDmQAPABUAGQAdACEAJQA0AFwAoAAAARUPCisBNScVIzM1IyUVIzUjFSM1JRUjNSMVIzUlMx8KIzUhFSMVMxUjFTMVIxUzFSsBLwk1ETU/CTM1Iw8OER8OMyEzPw4RLw4jA3oBAQECBggJCwYGBgZ+P/z8/AH4vT/8Afi9P/wBuQYGBgYLCQgGAgEBAb3+hr29vb29vX4GBwYFCwkIBgICAQECAgYICQsFBgcGDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0Cdg0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNASQ/BwYGBgsJCAYCAQF9AX5+vH5+fn69fn5+fr0BAgIFCAoKBgYGRn5+P34/fj5+AQECBggJCwYGBgcCNgcGBgYLCQgFAgIBPwIDBQUGBwkJCQsLCwwNDf3KDQ0MCwsLCQkJBwYFBQMCAgMFBQYHCQkJCwsLDA0NAjYNDQwLCwsJCQkHBgUFAwIAAAYAAAAAA8oDcgAsAEgAhwDmATIBbQAAAQMvBCMPBhUfBjM/AxM/AjUvByMPAiUdAQ8ILwc1PwYlFQ8NKwEvDT0BPw4fDSUzPwYzFzMfBRUrAQ8NHQEfDTM/BzMVMzUvDisBDw0FFR8HNy8HNT8NFzMfBzM1Lw4PDgUzNTMfBz8OPQIvDiMPCSM1IwNj23gGCAkJCQkICAcFAwECBAWhCAgJCQkJCAf/BgMCAgQFBwcHCAgFCgkJ/ZMBAgIFCAkLCw0KCgkIAwYEAwIDBQYJCgsBjwECAQMDAwQFBQUGBwcHCAcIBwYGBgYEBQQDAwICAQECAgMDAwUEBgUGBwcHCAgIBgcGBgUEBAQDAgIC/gBMAgMFBgcICgwMBQoJBwUEAk8ODQwLCwkJCAcGBQQDAwEBAwMFBQYGCAgJCQoLCwwRDw4LCgkHBQRNAQIDBQUHCAgKCgsMDA0NDRAPDg0MCgoIBwcFBQQCAgJwAQIFBggKDAwvBQQEAwMBAQEDAgIDAwQFBQUGBgcHCAcHBgYJCAYEAwJKAgMEBQYHCAkLCwsNDg8PEBAPDQ0MCwoJCAcFBQMC/rZQBAYICgsNDhARDg0MDAsKCQkHBwUFAwMCAgMDBQUHBwgKCgoMDA0OCRAQDgwKBQQDAwMEUQIV/u54BgUDAQIEBQcICQkJCQgIoQYEAwECBQYBPggJCQkJCAgGBQMCAQMEBy8iBgYFBQkIBwUDAQECBAQDCAgKCgkIBgYFAwEiHBQJCAgIBgYFBQQDAwIBAQIDAwQEBQYGBggHCAkIMgoICAgHBgYFBQQDAgIBAQEBAgIEBAQGBgcHCAgKJggGBgUFAwIBAwUGCAkKJAEDAwMFBQYHBwgJCQoKCwsLCgkJCAgHBgUFBAMCAQECBQYHCAgJKtwPDQ0LCgoIBwYFBQMDAgECAgQEBAYGBwcICQkJCjwpFBMSEQ8NDAo6BQcHCQgKCgswEggHBwYGBQUEAwICAQEBAgIFBggICQgLDAoLCgkJCAcHBgUDAwIBAQIDBQUHCAkLCwwNDg8PyTEMCgkIBgUDAQECAwQGBggJCgsMDQ4OEBEsEQ8PDg0MCwoICAcFBAQBAQIEBgcJBQUGBganAAAAAAkAAAAAA08DhwAQACEAMgBDAEcASwBPAFMAeAAANxUfAiE/AjUvAiEPAicVHwIhPwI1LwIhDwInFR8CIT8CNS8CIQ8CJxUfAiE/AjUvAiEPAgEVIzUjFSM1JRUjNSMVIzUjHQEfByE/BxEvByEPBrADAwUBVgUEAgIEBf6tBQUDAQMDBQKKBQMDAwMF/XkFBQMBAwMFAooFAwMDAwX9eQUFAwEDAwUCigUDAwMDBf15BQUDAduMHIwBNIwcjBwBAQMDBAUFBgE0BgUFBAMDAQEBAQMDBAUFBv7MBgUFBAMDAYYDBQQCAgQFBgUEAgEDBE4DBQQCAgQFBgUEAgEDBE4DBQMDAwMFBgUEAgEDBE4DBQQCAgQFBgUEAgEDBAE8jIyMjKiMjIyMnZcGBQUEAwMBAQEBAwMEBQUGATQGBQUEAwMBAQEBAwMEBQUABAAAAAAD9wP3AAMASwBXAJMAAAEVIzUlDwIdAR8DDwMdAR8GPwQfBD8HLwQ/BC8GKwEPAy8DKwEPAQMfBxUjNSEzFSMVMxUjFTMVMzUzFQ8HIRUhPw41ETUvDiECP/wBgwQDAgIDBGhoBAMCAgMEBQYFBgYGBgVnaAUFBgYGBgYFBAICAQECAgRoaAQCAgEBAgIEBQYGBgYGBQVoZwUGBgYGBQarBgYFBQQDAQH8/sX8/Pz8/D/8AQEDBAUFBgb96AIYCQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoJ/egCfvz8FgUFBgYGBgUFaGgFBQYGBgYFBQQDAgEBAgMEZ2cEAwIBAQIDBAUFBgYGBgUFaGgEBgYGBgYFBQQDAgIDBGdnBAMCAgMBIQECAwMFBQYH3Pz8P/w//PzdBgYFBQQDAQE/AQECBAQEBgYHBwgICQkJCgMyCgkJCQgIBwcGBgQEBAIBAQAAAAYAAAAAA/cCnQARAEcAcwC5APIA/AAAAR8EIz8HHwIFHwQVDwojBycjLwo/DR8GNycjFTM1PwUzHwYVMz0BLw0jDwQ3DwcfDz8HJw8HLwczLw8PAgUPBxUfDj8LNS8PDwIFMzUXMxEjFScjA7YDBQMCAWMCBAQHBwgJCgoKB/4oBAMCBAICAwMDAwQEBQUFBgYHBgYGBQUFBAQDAwUDAQEDAgMDBAMFBAUFBgYGBgYGBQUFBKcCMTQEBgQEBQkOCQcFBQMBATQBAgIDAwQEBQUGBwcICA4NCAYGBtgGCgoIBwUDAgEBAgQEBQcHCAkJCgoLCwwPDQ0MCwoJBxwGBgcHCAcJCA0LCgkHBgQCmAEBAgMDBQUGBwcJCAoKCwwODg3+CwYLCggGBQQBAQIEBAUGBwcJCQkKCwwMCA8ODQwLCggGBQQBAQICBAQGBgcHCAkJCgoLDA8PDv6GN6A2NqA3AhwDCQoLCgwMCQkGBQMBAQMEDQUGBg4QEhIPBwYFBQQEAwICAQECAgMEBAQGBg0PERMQBwcGBQUEBAIDAQEBAQEBAwIEBBob6KUHCgMDAgECAwUGCAkKlpkKCgkIBwcGBgUEAwMDAQEBAgMEBQIECQoNDQ8QEBwMCwsKCQkICAYFBQMDAQEBAgQFBggIChsHBgUEAwIBAQEDBgcJCwwNIw0MCwoKCAgHBwUEAwMBAQEDBQYECQoNDQ8PEBkMDAwKCgkJCAYGBAQDAQEBAQQGBwkKDQ0OEBAVDAwLCgoJCAgHBgYEAwMBAQEDBebe3gE5398ABgAAAAAD9wP3AAMABwAbAO8A8wD3AAAlMzUjBTM1IwEVDwcjNT8HAxUfBTMhHwcVIw8PFSMvBxE1LwUrAQ8GER8OOwEVHw8hPwcvBiMhLwc1OwE/DT0BMx8HER8GOwE/BhEvDisBNS8PIQ8GBTM1IwUzNSMDen5+/I5+fgJ2AQICBAUFBgfcAQICBAUFBge9AgMEBQUGBgFaBwYFBQQDAQHcCgkJCQgIBwcGBgQEBAIBAZ0HBgUFAwMCAQIDBAUFBgYHBgUEBAMCAQEBAwMEBAYGBwcICAkJCQqdAQECBAQEBgYHBwgICQkJCgFaBgYGBAQDAgEBAgMEBAYGBv6mBwYFBQQCAgHcCgoJCAkHCAYGBgUEAwICnQcGBQUEAgIBAQEDBAUFBgYHBgUFBAICAQEBAgQEBAYGBwcICAkJCQqdAQECBAQEBgYHBwgICQkJCv6mBgYFBQQDAgKVfn78jn5+CH5+fgH43AcGBQUDAwIB3AcGBQUEAwEBARsGBgUFBAMCAQIDAwUFBgedAQECBAQEBgYHBwgICQkJCtwBAQMEBQUGBwFaBgYFBQQDAgIDBAQGBgb+pgoKCQgJBwgGBgYFBAMCAp0KCQkJCAgHBwYGBAQEAgEBAQICBAUFBgcGBgUFBAMCAQIDAwUFBgedAgIDBAUGBgYIBwkICQoK3AECAgQFBQYH/qYGBgUFBAMCAgMEBAYGBgFaCgoJCAkHCAYGBgUEAwICnQoJCQkICAcHBgYEBAQCAQEBAgMDBQUGJn5+fgAAAAAEAAAAAAPAAykALwCjAKcArwAAAR0BDw0jLw09AT8NJzM/Dx8OHQErAQ8OHw8/DDMVMxEvDw8OJRMjEwMzNzMXMwMjA3cCAwMFBQYHCAkJCgoLCwwRCQgIBwcHBgYEBQMCAgECAgMEBAUGBgcICQoKiEYBAgIEAwUFBgYHCAgJCQoLCwoKCQkIBwYGBQQEAwECdxMSEBAODQwKCggHBgQDAgEBAgMFBgcICQoMDA0ODhAQDAwLCgoKCAkIBw0LCgJHAQIEBgYICgoMDQ0PEBAREhQSEhAODgwLCggIBgUEAv7EWLNZ90872ztP0U0BqTUKCgoJCAgHBwYFBQQDAgIBAgICBAQEBQYHBwcJCQkIBwcHBgYFBQQEAwMDAQF5CAgHCAYGBgUFBAMDAwEBAQEBAgIEBAUFBgcICAkKCgsuAgMEBQYHCAkJCwwMDQ4ODw8ODQwLCwkICAYGBAMCAQEBAQIDAwQEBAULDA04ATgREQ8ODQwMCQkIBwUEAwIBAQIDBQUHBwkKCgsMDQ4Oov76AQb+DbCwAkwAAAAACQAAAAADTwOHABAAIQAyAEMASABMAFAAVAB5AAA3FR8CIT8CNS8CIQ8CJxUfAiE/AjUvAiEPAicVHwIhPwI1LwIhDwInFR8CIT8CNS8CIQ8CARUjNTMjFSM1JRUjNSMVIzUjHQEfByE/BxEvByEPBrADAwUBWQUEAgIEBf6qBQUDAQMDBQKKBQMDAwMF/XkFBQMBAwMFAooFAwMDAwX9eQUFAwEDAwUCigUDAwMDBf15BQUDAU+MjKiMATSMHIwcAQEDAwQFBQYBNAYFBQQDAwEBAQEDAwQFBQb+zAYFBQQDAwGGAwUEAgIEBQYFBAIBAwROAwUEAgIEBQYFBAIBAwROAwUDAwMDBQYFBAIBAwROAwUEAgIEBQYFBAIBAwQBPIyMjIyojIyMjJ2XBgUFBAMDAQEBAQMDBAUFBgE0BgUFBAMDAQEBAQMDBAUFAAAAAgAAAAADmQO4AA8AQQAAARUBDwIVEQcRLwMBNScdAR8CAREfBz8JNREBPwI9Ai8GIQ8GA1r+7QQCAn4BAQIE/u0/AgIEARMBAwQFBAUFBQUFvAUEBAMCAgIBEwQCAgIDBAUFBgb9DAYGBQUEAwIDekr+xQQFBgb+3CoBTgYFBgQBO0ofdQYFBQX+xv6SCAcGBQICAQEBAT8CAgMEBAUFBQEvAToFBQUGdQcGBQUDAwIBAQIDAwUFBgAAAAAGAAAAAAP3A7gAHQBPAJMAtQEbAWMAACUPAh8EMxc/BjUvBSsCDwE3Mx8KDwojISMvCT0BPwkzBxUfDyE/DzUvDyEPDhMfByE/By8HIQ8GJxUfDyE/Dw8CKwEvAg8KIyEjLwk9AT8JMyE/BCEPDiUPAh0BHwMPAx0BHwY/BB8EPwcvBD8ELwcPBC8EDwIDFQIBAgIBAhwCAwMDAwMCGwIBAQICAgMDAzIDAwJiBgYGBgsJCAYCAQEBAQEBAgYICQsGBgYG/QwGBwYFCwkIBgICAQECAgYICQsFBgcGfgECAwQFBwcICQoKCwwMDA0C9A0MDAwLCgoJCAcGBgQDAgEBAgMEBgYHCAkKCgsMDAwN/QwNDAwMCwoKCQgHBwUEAwJ9AQICBAUFBgcBeQcGBQUDAwIBAQIDAwUFBgf+hwcGBQUEAgJ/AQIDBAUHBwgJCgoLDAwMDQL0DQwMDAsKCgkIBwYGBAMCAQgICAgICAgHAQEBAgYICQsGBgYG/QwGBwYFCwkIBgICAQECAgYICQsFBgcGAj0EBAYHHP2SDQwMDAsKCgkIBwcFBAMCAvwEAwICAwRIRQcDAgIDBAUFBgYGBgYFSEgFBQYGBgYGBQQDAQEBAQMESUkEAwEBAQEDBAUGBgYGBgUFSEgFBgYGBgYF/wMDBgcDAx4CAQEBAQIfAwMHBAIDAgIBAQJCAQICBgcKCgYGBgdFBwYFCwkIBgICAQECAgYICQsFBgcGRgYGBgoKBwYCAgE/Pw0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNPw0MDAwLCgoJCAcHBQQDAgEBAgMEBQYICAkJCwsLDA0BjQcGBQUEAwEBAQEDBAUFBgcGBgUFBAMBAQEBAwQFBQYZPw0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwTAwIBAQIDDAcGBgoKBwYCAgEBAgIGBwoLBQYHBkUHBgYKCgcGAgIBCgkICBwBAQQEBQcHCAkKCgsMDAzmBQYFBgcFBgVIRQgGBQYGBgYFBAMBAQEBAwRISAQDAQEBAQMEBQYFBgcFBgVISAUFBgYGBgYFBAICAQECAgRJSQQCAgEBAQMAAQAAAAADuAMbAD0AAAEPAh0BHwMhDwcfByEPAx0BHwU7AT8HLwcrAQ8BAogEAwICAwTH/RgHBgUFBAICAQECAgQFBQYHAuXEBAMCAgMEBQUGBgYGBgX7BAMBAQEBAwT8BQUGBgYGBQMSBQUGBgYGBQXGAQIDBAQGBgYGBgYEBAMCAcYFBQYGBgYFBQQDAgIDBP4FBgUGBwUGBfkEAwICAwAAAAACAAAAAAP3A90ANQDOAAABOwEfBw8FKwEVMzUjNxcjFTM1KwEvBz8EMzUjFTMHJzM1IycPAiMVMwMPDCsBPwcvByMPBx8NOwE/EBMzNSM/DTsBHwEPAx8HPwg1LwsrAQ8NAjUbBQYFBgUEBANRmwQFBQwNBRugIHxDG60bBgUGBQUEAwNSmAULDA0TnzeHRBys6wIFHUpFURULBgYIBwgJCQoKCQkHCwoJCAcFBQIBAgQEBgcHCQgLCgoICAUEAgEBAQIDBAgJBgcICQoMDQ4PDQ0MCwsJCQkIBwcNDwkFCQtOn5AOBggEBQUGBwYICAkJCwsMCwsDAgEBAgMFBggJCgsICQgHBgUEBAEBAQUHCAsMDQ4QCgoaEBAQDw8NDgwLCwoICAYFAp8CAgMEBAQEo6YEBAMFAzU1hIQ1NQICAwQEBAW8jQQGBQM1NXp6NZQGDoA1/nBJHg4NDAsJBwUEAwMBAgQFBwgICQoRCAcHBQUDAQIEBgcICgoRCwkKCAkLCgQFBAQEAgICAwMFBgYHCAgJCRQbFRAfLAGbNUUdGQsKCQgHBgUEAwICAgMGBgcHCwoJCAYFAwEBAgMFBQcHCwcNBwgODQ0LCggGBQIBAgMEBQUHCAgJCQsKDAwAAAADAAAAAAN5A9gANQBxAQEAAAEfBg8KIy8NNT8LHwYlHwgVDw0rAS8PPww7AR8BAxMHLwUjDxIfCj8NPQEvBTcXDwUfCjM/CC8MIw8DJxM/BC8KCwEPCh8DAxgCCAYJBQQBAQIDBggJCwwODg8JCgkJCAgHBwYFBQQDAgIBAgUFCAgKCg4KCgsJCAgIBwcH/jYFDgoIBwYFAgECAgMEBQUHBggHCQgJCgkJCAgIBwcHBgYGBQQEAwMDAQECAwQJCQ0HBwcICAgJCQoJW+hiCgsLCwwLCwsMCwoLCgoKCQoIBwcGBQUFBAEFCgwJCxAbEBASEg8PDg4NDAwLBQ4RCgMCAQUIBgcJY2MIBwYFCQECAwoQBg0PEAsaEyUmFB8MCwkNAwMBCBMICQoLCwwMDg8XDwgPDBli6AcEBAEBAQMDBQYHBwkJCgvl5QsKCQkIBgYFAwMBAQEEBAEOAggGEA0ODgwMCA0MCwkHBgMBAgIDBAUFBgcHCAgJCQkKDQ0MCwoJCAcGAwIBAQECAgMEBAkCCAgKCgsMDQ0KCQkJCAgHBwYFBQQDAgIBAgIDBAQFBgUHBgcHCA0OCwoKCg8LCgUDAwMCAQEDAhz+vqcFBAMCAgEBAgIDBAUGBgcICQkJCgsKEBUaHh0VDAwOEQYFAwEBAgMFBgcICQUQGxsNDg4IDRgUDAwLiYkKCwwMJxAYDxscBw4NCgUJBAgKFQ0NDx0PECYgJAsKCggHBgUFAwIBAgQKqAFCCgsLCwsLCwsKCgoJCQgHB/54AYgGCAgJCQoKCgsLCwsLCwsAAAAAAQAAAAAD9wOZAAUAAAEnBwkBJwF+wbUBfAJ0vAHeudH+oQJpyQAAAAIAAAAAA/cDFwAgAEEAABMVHwYhPwY1LwYhDwYDFR8GIT8GNS8GIQ8GCAMEBggICgsDjAoKCQgGBAMDBAYICQoK/HoLCwkIBwUEAQMEBggICgsDjAoKCQgGBAMDBAYICQoK/HoLCwkIBwUEASAGCwoJBwYEAwMEBgcJCgsMCwoJBwYEAwEDBgYJCQsBtQYLCgkHBgQDAwQGBwkKCwwLCgkHBgQDAQQFBgkJCwACAAAAAAO4A/gAPgB7AAATDwUfBQEfBT8EAT8FLwsPBQkBLwUPBAMPBR8FAR8EPwQBPwUvCw8FCQEvBA8EWQQEAwIEAQEEAgMEBAF7BQUFBgwMDAsGBQUBfgUEAwIEAQEEAgMEBAUFBgUMDAwMBQYFBf60/rEEBQYFDAwMDAUGBQUEBAMCBAEBBAIDBAQBgAUFBgsNDAsGBQUBfgUEAwIEAQEEAgMEBAUFBgUMDAwMBQYFBf60/q0FBgUMDAwMBQYFAe4FBQYFDAwMDAUGBQX+hgQEAwIEAQEEAgMEAX0FBQUGDAwMCwYFBgQFAwQCBAEBBAIEAwX+tAFOBAQDAgQBAQQCAwQB9AUFBgUMDAwMBQYFBf6CBAMCBAEBBAIDBAF9BQUFBgwMDAsGBQUFBQMDAwMCAgMDAwMF/rQBUgQDAgQBAQQCAwQAAwAAAAADOgP3ADMAVgC7AAABMx8JFREVDwkjISMvCTURNT8JMwEVIzU/Dx8OBRUPDxEfDyE/DxEvDzUvDw8OAr0GBwYFCwoHBgICAQECAgYHCgsFBgcG/oYGBwYFCwkIBgICAQECAgYICQsFBgcGATv8AQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAv7GDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0Beg0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAQMFBggJCw0NDhARERITExMTEhEREA4NDQsJCAYFAwIAAQICBggJCwUGBwb+xQYHBgULCQgGAgIBAQICBggJCwUGBwYBOwYHBgULCgcGAgIBATv8/A0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwN/AECAwQFBwcICQoKCwwMDA3+xQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNATsNDAwMCwoKCQgHBwUEAwIB/BMTEhERDw8NDQoKCAYFAwEBAwUGCAoKDQ0PDxEREhMABAAAAAAD9wP3ADAAYADgAWAAAAEHHwYPAxUfCjsBPwcPBC8FNTcTJxUfCTsBPwovCw8KBQ8fLx8/Hx8eBR8fPx8vHw8eAboFHAYFBAMBAQExAQEBAgIDBAQFBQcGCAgNDQ0NDAsJCAYFBgsMCgYFBAICAQE/eQECAgUICQsGBgYHBgYGBgsJCAYCAQEBAQEBAgYICQsGBgYGBwYGBgoKCAUCAgEB6AEBAwQFBgcICQkLDAwNDg4QEBASEhITFBQUFRUWFhYXFxYWFhUVFBQUExISEhAQEA4ODQwMCwkJCAcGBQQDAQEBAQMEBQYHCAkJCwwMDQ4OEBAQEhISExQUFBUVFhYWFxcWFhYVFRQUFBMSEhIQEBAODg0MDAsJCQgHBgUEAwH8UAECAwQGBwgJCgsMDQ4PEBERExMUFBUWFhcXGBkYGhkaGhkaGBkYFxcWFhUUFBMTEREQDw4NDAsKCQgHBgQDAgEBAgMEBgcICQoLDA0ODxARERMTFBQVFhYXFxgZGBoZGhoZGhgZGBcXFhYVFBQTExEREA8ODQwLCgkIBwYEAwICShgFAgIDAwQEBesKCQgIBgcFBQQDAwMBAQIEBAYGBwgaAwQEAwEBAQMEBAYHCAEohAcGBgYLCQgFAwEBAQEDBQgJCwYGBgcGBgYGCwkIBgIBAQEBAQEDBQgJCwYGBuYXFhYWFRUUFBQTEhISEBAQDg4NDAwLCQkIBwYFBAMBAQEBAwQFBgcICQkLDAwNDg4QEBASEhITFBQUFRUWFhYXFxYWFhUVFBQUExISEhAQEA4ODQwMCwkJCAcGBQQDAQEBAQMEBQYHCAkJCwwMDQ4OEBAQEhISExQUFBUVFhYWFxoZGhgZGBcXFhYVFBQTExEREA8ODQwLCgkIBwUFAwIBAQIDBQUHCAkKCwwNDg8QERETExQUFRYWFxcYGRgaGRoaGRoYGRgXFxYWFRUTExMRERAPDg0MCwoJCAcGBAMCAQECAwQGBwgJCgsMDQ4PEBERExMUFBUWFhcXGBkYGhkAAAAFAAAAAAP3A/cARwBTAFcAYwCTAAABFSMPBx8HMxUfBz8HNTM/By8GKwE1LwYrAQ8FARUPByM1IxUjNSMVIy8HNQcfDjMhMz8OESMVIzUjFSM1IxUjNSMCAF4HBgUFBAMBAQEBAwQFBQYHXgEBAwQFBQYHBgYFBQQDAQFfBgYFBQQDAQEBAQMEBQUGBl8BAQMEBQUGBgcGBQUEAwEBuAECAwMFBQYH3D/8P9wHBgUFAwMCAT8BAQIEBAQGBgcHCAgJCQkKAzIKCQkJCAgHBwYGBAQEAgEBP/w//D/8PwEkXwEBAwQFBQYGBwYFBQQDAQFeBwYFBQMDAgEBAgMDBQUGB14BAgMDBQUGBwYGBQUEAwJfBgYFBQQDAgIDBAUFBgGT3QYGBQUEAwEB/Pz8/AEBAwQFBQYG3d0JCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgkCGPz8/Pz8/AAAAgAAAAADmQPTAAYAPAAAATERBSURJScFDwYVERUfBgUfAjsBPwIlPwY1ETUvBiUvAisBDwEDWv6m/qYBWiD+pQYGBgQEAgICAgQEBgYGAVsICAgICAkIBwFbBgYGBAQCAgICBAQGBgb+pQgICAgICQgCxv50zs4BjM42zgUFBwYIBwgI/nQICAgHBwYFBc4EAwICAwTOBQUGBwcICAgBjAgIBwgGBwUFzgQDAgIDAAACAAAAAAOFA4UAFwBZAAABPwMVFzUfDDMnIScPAx8EBzM3FxUPChUhNS8KNR8EPwcvAwEvAw8CAYQJEyI1XicxFxULCgkIBwYFBgUfBf4e0QQDAQEBAQMEkAEeAsUBAgICAwQFBQ8TGQEEGRMPBQUEAwMBAgH7BQUGBgYGBgUEAwEBAQEDBP0zBQYFBgYGBgMBAgMDAn1e2wIDBAUFBgYICgoNFRqdTAUGBgYGBQYFkCwNxcQPDAUEBAMDAwQEAiIiAgQEAwMDBAQFBg1u+wQDAQEBAQMEBQYGBgYFBgUCzQQDAQEBAQMADQAAAAAD9wP3ABMAOwB8AJEAngCsAMEA1gDqAP0BDQEdAc8AACUfAy8HPwMfAiUVHwQPBy8HPQI/Bh8GBxUfDz8PLw8PDiUfBw8DLwclIzU/Ax8FJxUjPwcfAgUjLwc/Ax8GJQ8HIz8HHwIlDwMvBx8GJQ8CLwM/Bw8CBR8CDwM1HwYHLwQ/CQEfHz8BLwcVLwk/Bw8DLwczFT8FNTM/Bx8HMw8BHwM/By8fDx4BMgkJCQsUFBITERIQEBMSFBMGCAgB0jUEAwIBAQIDBAUFBgYGBgUFPwQDAgIDBAUFBgYGBgYEBAMC+wEDBgcKCwwOEBESExUVFhYXFhUUExIREA4NCwkIBQMCAgMFCAkLDQ4QERITFBUWFxYWFRUTEhEQDgwLCgcGA/7kAQICAwQFBQYbGRgXEhAODAkIBgMClL0rKSkmBggEAwIC+7wBAgIDAwQFBScoKgIBnAIBAwMEBAUGGxkYFxIPDgwKCAX9TQYFBAQDAwIBnQQFCAoLDhASGBgZAlASExMTBwcICAkJCgoUExMSEhER/goIDwcUFBISEBASERMSFBQLCQkBWwcGDCIjJSYQEA8PDw8OqRMSJSMiDA0NDg4PDxAQD/4oAQIDBAYHCAkKCwwNDg8QERESExQVFRYWFxcYGBkZGhoVFQsLCgoICQcHEBAPEA8ODg0NDBsdHR8CAwUFJiYlJgUEBAQDAgIBvQwPCAkJCj0PDw8QEBEQERIQERAQDw8PXAQFDQwLCQYGBQQDAgEBAQIDBAYHCAkKCwwNDg8QERETExMVFRYWFxcYGBkZGhoaGRoZGBgXFxYWFRUTFBIRERAPDg0MCwoJCAcGBAMCow8PDw4JCgsLDQ0ODwkICAYRERGvcTYFBgYGBgUGBQQDAQEBAQMEPwUFBgZ+BwYFBQMDAgEBAgIEBQUGhAwLFhUUExMRDw8MCwoHBQQBAQQFBwoLDA8PERMTFBUWFxYWFRQUEhEPDwwLCgcFBAEBBAUHCgsMDw8REhQUFRblGBcYGBgXGBcJCgsMGhscHR0eHx9AlwMEBggVKxYVFhaClxUWFhYVFhUVCAYEmhkYGRgXFxcWCQoLDBobHB0dHh+eFhcXFxgZGBkfHx4dHRwbGgwLClIJCAcHEhEREA8PDw0ICgsLDQ0OFhAiEgcHCAkPDg0NCwsKCQ8ODy0NDhwGBgMDvgYICw4QEhVgAQEEBQccGxcVEhANCwkG/kwaGhkZGBgXFxcVFRUUExIRERAPDg0MCwoJCAcGBAMCAQEBCgoLCwsNDA0ZBggLDhASFBgaHAYEBAIREBAQAwQGBxMVFRUWFhcXfBcVCgoJCSsGBwUFAwMBAQEBAwMFBQYHICAQEBISExQUFBUVFRUaGhkZGBgXFxYWFRUTExMRERAPDg0MCwoJCAcGBAMCAQECAwQGBwgJCgsMDQ4PEBERExMTFRUWFhcXGBkYGhkAAAEAAAAAA9gD2ABHAAABESEjDwUdAR8GIQMfBjsBPwYRIT8GPQEvBgURLwYrAQ8FAeH+ZgYGBgQEAwICAwQEBgYGAZoBAQIDBAQGBgYGBgYEBAMCAQGZBgYGBAQDAgIDBAQGBgb+ZwECAwMFBQYHBgYFBQQDAgO5/mYCAwQFBQYGBwYFBQMDAgH+ZwYGBgQEAwICAwQEBgYGAZkBAgMEBAYGBgYGBgQEAwIBAQGaBgYGBAQDAgIDBAQGBgAAJQAAAAAD9wP3AAkADQARABUAIgAmACsALwAzADcAOwA/AEMARwBTAFcAWwBfAGsAbwB0AHgAfACAAIQAiACMAJAAmgCeAKIApgCyALYAuwC/AMMAACUjFTMVMzUjNSMHMzUjBzM1IwczNSMHIxUzFTM1MzUjNSMVBzM1IwcxMzUjBzM1IyUzNSMFMzUjJTM1IwUzNSMlMzUjBTM1IyUjFTMVMzUzNSM1IwczNSMHMzUjBzM1IwcjFTMVMzUzNSM1IwczNSMHMTM1IwczNSMlMzUjBTM1IyUVMzUhFTM1JTM1IwUzNSMlIxUzFTM1MzUjBzM1IwczNSMHMzUjByMVMxUzNTM1IzUjBzM1IwcxMzUjBzM1IwMzESMDuwICPSAddjs7djs7dzw8dgICPAICPHY8PHY7O3Y7OwM5Pz/+J0BAAdk/P/4nQEAB2T8//idAQAHbAgIdICAddjs7djs7dzw8dgICPAICPHY8PHY7O3Y7OwM5Pz/+J0BAAdk//ehAAZk/P/4nQEAB2wICHSA9djs7djs7dzw8dgICPAICPHY8PHY7O3Y7O3g/P0UdID0CPz8/Pz8/Ah0gIB0CAj0/Pz8/Pzk7Ozs7Ozs7Ozw8PHY8AgI8AT9AQEBAQAI8AgI8AT9AQEBAQDg8PDx2Ozs7Ozs7OztYHQICPT8/Pz8/PyAdAgIdID8/Pz8/P/wQA/AAAgAAAAADOgJ+AAMABwAAATM1IwUzNSMCP/z8/ob8/AGC/Pz8AAAAAAoAAAAAA/cD9wBiAJYApQCpAK0A6wD7ARIBIQGBAAABDwMVHwE/BDsBHwQPBy8DBx8DPwcfBj8FNS8BDwQjLwQ/BTMXNy8BIw8FLwUjDwE3Mx8KFQ8KIyEjLwk9Aj8JMyUVIy8JPQElFSM1IRUjNSUPBB8HPwQVHwc/Bj0BHwMzPwY1LwgPAiUfCxUjNSMVESMPDxUjESMVIzU/CgcVER8PIRUfDyE/Dy8IES8PIQ8OAqUDBQMCAQQEBQMCAwMCAgUEDQwNDAYFBgUGBQMDAwMVBQUFBgUICAkJCA4OBQoICAUGBQUGCgkGAgEEBAQDAwMGBAQHCg8SBgYGBQUFBxUECAcHBwgMDRIGCggIBQUFBQbMBgYGBgsJCAYCAQEBAQEBAgYICQsGBgYG/sUHBgYGCgoHBgICAQECAgYHCgoGBgYH/oZFBwYFCwkIBgICAQMzfv3JfgGCfQQDAQEBAQMEBQYGBgYGBQVIAQIDAwUFBgcGBgUFBAMCSAUGBgYGBgUFBAMCAQEDBH8FBgYGBgYFAW0GBgYGCwkIBgIBAQF+P34NDQwLCwsJCQgIBgUEAwIBvT9+AQEBAgYICQsGBgZ4AQIDBAUHBwgJCgoLDAwMDQE7AQIDBAUHBwgJCgoLDAwMDQE7DQwMDAsKCgkIBwcFBAMCAQECBAYICgsMCQECAwQFBwcICQoKCwwMDA39Sw0MDAwLCgoJCAcHBQQDAgEuBAcGBgQCAgoHAwIBAQQGHB8VEgcGBAMCAQEBAQMUAwIBAQECAwYIChIYDRoOCgUDAQEDBgkIBQQBBAkGAgIBAgQKFCccCAYFBAIBFwECAQQGDBAbEBgMCQQCAgRMAQICBggJCwUGBwa9BgcGBQsKBwYCAgEBAgIGCAkLBQYHBr0GBwYGCgoHBgICAT+9AQICBgcKCgYGBwZ+/Pz8vb10fQUGBgYGBgUFBAMBAQEBAwRJsQYGBQUEAwEBAQEDBAUFBgawSAQDAgEBAwQFBgYGBgUGBX4EAgIBAQIDhAEBAQIGCAkLBgYGBn69vf7FAQIDBAUHBwgJCgoLDAwMDT8Ctb1+BgYGBgsJCAYCAQE+fv5HDQwMDAsKCgkIBwcFBAMCAT8NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDcYQEA8ODAwJBgHKDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDAAAAAMAAAAAA7gDuAAzAHcA8QAAATMfChEPCiMhIy8JNRE1PwkzBxEfDyE/DxEvDyEPDicRHw8zPwY9AS8GIy8JNRE1PwkzITMfCRUfBz8HNS8PIQ8OAzsGBgYGCwkIBgIBAQEBAQECBggJCwYGBgb+hgYHBgULCQgGAgIBAQICBggJCwUGBwZ+AQIDBAUHBwgJCgoLDAwMDQF6DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA3+hg0MDAwLCgoJCAcHBQQDAv0BAgMEBQcHCAkKCgsMDAwNIAYGBQUEAwICAwQFBQYGJgcGBQsJCAYCAgEBAgIGCAkLBQYHBgG5BgcGBQsJCAYCAgEBAQMEBQUGBgcGBQUEAgIBAQIDBAUHBwgJCgoLDAwMDf5HDQwMDAsKCgkIBwcFBAMCAn4BAgIGCAkLBQYHBv6GBgcGBgoKBwYCAgEBAgIGBwoLBQYHBgF6BgcGBQsKBwYCAgE//oYNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQF6DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDO/+Rw0MDAwLCgoJCAcHBQQDAgEBAgIEBQUGBwYGBQUEAwEBAQICBggJCwUGBwYBuQYHBgULCgcGAgIBAQICBgcKCwUGByUHBgUFBAMBAQEBAwQFBQYHHw0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwAAAACAAAAAAN6A3kAVACZAAABDwUVPwcfChUPEBUzNSM1PxA9AS8NIwcDBy8DIw8HHwITAw8CFR8GMz8DHwMzPwY1LwIDEz8BPQEvBw8CAt0ODg0NDQwMDAwNDQwNDA4MCwUJBAMDAgEBAgQGBwoQDDgNDQsKCAYCAgH8tQICBAQKDUAaDgwGBAQDAwIBAgIEBQUHBwkJCQsLDA0NEcG2uQYHCAgEBQQFAwMBAQECA8PCAwIBAgIEBQQFBQgHBwW5ugUHBwgFBQQFAwMCAQIDw8IDAwICBAUEBAQFBwgGAf4DBAQGBwg6CgkHBgUDAgEBAwUDBwUEBgUHBg4NCwsKCg8KKwsMDQ0ODwgICCY0BwUGBQYLCzAVDw8ICAkJCQoKCwwLCwoJCQcHBgUFBAICAgEBbvn7BQQBAgEDBAUGBgYGBgX++P73BgUGBgYGBQQDAgECAwX8/AUDAQECAgUFBQYGBgYFAQkBCQUGBgYGBQUFAgIBAQECBQAABQAAAAAD9wP3ACEANQBhAIMA3AAAAR8HMz8HLwcjDwYlHwMVDwIBBzcBPwI7AR8BJwEPAR8FPwEBPwg1Lw0jDwUlHwczPwcvByMPBgMPDxEfDzMvAT8CIScjLwg1ETU/CTMhFR8PMxU3NQEBQwECAwMFBQYHvQYGBQUEAwEBAQEDBAUFBga9BwYFBQMDAgJpAwQDAgIDBP6nRxQBTwYHCAgICAdi/qYpAQECAgQEBQWfAV4HBgYEBAMDAQECAgIEBQYICQoKCwsMDAsKCgoJCQj9eAECAwMFBQYHvQYGBQUEAwEBAQEDBAUFBga9BwYFBQMDAkANDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDf4BAQEBBv78BgcGBQsJCAYCAgEBAgIGCAkLBQYHBgFaAQEDAwQFBQYHBwgICQkJCn4//uUBogcGBQUEAwEBAQEDBAUFBgcGBgUFBAMBAQEBAwQFBQZLAwcHCAgIBwf+pw5QAU4FBAMDBCj+paUFBQQEAwIBAR8BXwgICAkJCQoJCgkKCQoICQgJCQcFBQMCAQIDAwQGBjcGBgUFBAMBAQEBAwQFBQYGBwYFBQMDAgEBAgIEBQUGAZMBAgMEBQcHCAkKCgsMDAwN/QwNDAwMCwoKCQgHBwUEAwIBCgkKChgBAgIGCAkLBgYGBgL0BgcGBgoKBwYCAgF+CgkJCQgIBwcGBgQEAwMBAes/rAEcAAAEAAAAAAP3A3kARwBZAM8BQQAAAQ8CHQEfAw8DFR8HPwQfBD8HLwQ/BC8HDwQvBA8CJzM/CjMjDwInFR8DMzcvAzU/BxU/AzM3Hw8PDyMfCD8PLw8jDw4FFxUfDjM/Dy8DIwcfAxUPBzUPBCMvDz8PMz8DIw8OAowEAwICAwSChwQDAgEBAwQFBgUGBwUGBYaIBQUGBgYGBQUEAwIBAQEDBIiCBAMBAQEBAwQFBgYGBgYFBYKBBQYFBgYGBmojBAUGBwcHCAgJCQkJRwsNDfMBAgQFNwwEBQUCAwQGCAoLDAkLCwwMCMYNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDRoJCQkJCAgIBxYODQwMCwoKCAgHBgUFAgIBAQMFBggJCw0NDwcQERISE8cTExIRERAODQ0LCQgGBQP+xAEDBQYICgoNDQ8HEBESEhPHExMSEhAQDg4MCwkIBgUDAQECBAQ4DAQFBQIDBAYICgsMCQsLDAwIxg0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNYgsNDQ+WExMSEREPDw0NCgoIBgUDAfcFBQYGBgYGBYSJBQYGBgYFBgUEAwEBAQEDBImJBQMBAQEBAwQFBgUGBgYGBYqEBQYGBgYGBQUEAwEBAQEDBISEBAMBAQEBAwUKCQkIBgUFBAMCAhERD68ICBAQDwMHDg8QEBEQDw0NCwoGAQYFAwMBAQIDBAUHBwgJCgoLDAwMDQ0MDQsLCgoJCAgGBQQDAgEBAQIDBAUGBhcFBwcICQoKCwwNDQ0ODw8PExMSEREPDw0NCwQJBwYEAgEDBQYICQsMDg4QERESExMKCRMSEhAQDg4MCwUICAUEAgEDBAcICQsMDg4QEBISExMQEBAPAwcODxAREBAPDQ0MCQYBBgUDAwEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCARERDw4BAwUGCAkLDA4OEBEREhMAAAAADAAAAAAD9wP3AC4AaAB2AKoAuQC9AMEA/wEPASYBNQGVAAAlFQ8JKwEvCTU/CTsBHwknDwofDT8OLwwrAQ8GFT8DFTM1IzczHwoVDwojISMvCT0CPwkzJRUjLwk9ASUVIzUhFSM1JQ8EHwczPwMVHwc/BzUfBD8HLwgPAiUfCxUjNSMVESMPDxUjESMVIzU/CgcVER8PIRUfDyE/Dy8IES8PIQ8OA0UBAwMFAwQDBAQFBQUEBQMEAwMFBAMBAQMEBQMDBAQEBQUFBAQEBAMDAgUDAkIGBQUEBAMDAwIBAQEDAgMDBAQFBQUGBgcHCAcGBwUGBAUEAwMDAQIBAQMCAwMDBAUFBQYHBggHCAZ/BwgQDwYOEQcWCOMGBgYGCwkIBgIBAQEBAQECBggJCwYGBgb+xQcGBgYKCgcGAgIBAQICBgcKCgYGBgf+hkUHBgULCQgGAgIBAzN+/cl+AYWABAICAQEBAwQFBgUGBgYGBUgBAgIEBQUGBwYGBQUEAwEBSAUGBQcGBQYFBAMBAQEBAwR9BAUGAwoGBgFrBgYGBgsJCAYCAQEBfj9+DQ0MCwsLCQkICAYFBAMCAb0/fgEBAQIGCAkLBgYGeAECAwQFBwcICQoKCwwMDA0BOwECAwQFBwcICQoKCwwMDA0BOw0MDAwLCgoJCAcHBQQDAgEBAgQGCAoLDAkBAgMEBQcHCAkKCgsMDAwN/UsNDAwMCwoKCQgHBwUEAwLjChEPDQoEAwMCAgEBAgICBAQKDA4SExMPDQsEBAMCAgEBAgIDBAQFCw4RSwQEBQcGCAkJCgsYFRQICAcHBgUEAwMCAQEBAQIDBAQFBgcICAkKChcXFAkICAYGBQQEAwIBAgIEBQQIBRYBBgoFp8Y5AQICBggJCwUGBwa9BgcGBQsKBwYCAgEBAgIGCAkLBQYHBr0GBwYGCgoHBgICAT+9AQICBgcKCgYGBwZ+/Pz8vb11fgUGBQYGBgYFBAMBAQIDBEiwBgYFBQQDAQEBAQMEBQUGBrFJBAMBAQEBAwQFBQYGBgYGBX0EAwIBAQICgwEBAQIGCAkLBgYGBn69vf7FAQIDBAUHBwgJCgoLDAwMDT8Ctb1+BgYGBgsJCAYCAQE+fv5HDQwMDAsKCgkIBwcFBAMCAT8NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDcYQEA8ODAwJBgHKDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDAAAAwAAAAAD2AO4ACsAVwB9AAABDwMdAR8HPwcvBD8ELwcPAgUPAx8EDwQfBz8HPQEvBw8CJwMHFR8HPwcTNzUvBiMPBgEM2wQDAgIDBN8FBQYGBgYFBQQDAgEBAgMEyMQEAwIBAQICBQQGBgYGBgUBswQDAgEBAgMEyMQEAwIBAQIDBAUFBgYGBgUF2wQDAgIDBN8FBQYGBgYFafwBAQIEBAUGBAUFBQQFAwQCAvwBAQIDBQUGBAUFBQQFAwQCAvPbBAYGBgYGBQXfBAMBAQEBAwQFBgYGBgUGBcjEBQUGBgYGBgUEAgIBAQEDBAUGBgYGBQYFyMQFBgUGBgYGBQQDAQEBAQME2wUFBgYGBgYE3wQDAQEBAQOs/M0GBgYGBQQEAgEBAQECAgMEBQQDMwYGBgYFBAQCAgEBAgIDBAUAAAAEAAAAAAP3A/cAIQBVAJkA2QAAEx8HIT8HLwchDwYBMx8JFREVDwkjISMvCTURNT8JMwcRHw8hPw8RLw8hDw4THwYzITMfCBUXERUfBj8HES8PIQ8GxQECAgQFBQYHAXkHBgUFBAICAQECAgQFBQYH/ocHBgUFBAICAfcGBwYFCwkIBgICAQECAgYICQsFBgcG/ckGBwYFCwkIBgICAQECAgYICQsFBgcGfgECAwQFBwcICQoKCwwMDA0CNw0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwN/ckNDAwMCwoKCQgHBwUEAwL7AQICBAUFBgcCVgYGBgYLCQgGAgIBAgMEBQUGBgcGBQUDAwIBAQIDBAUHBwgJCgoLDAwMDf2qBwYFBQQCAgGiBwYFBQQCAgEBAgIEBQUGBwYGBQUEAwEBAQEDBAUFBgFUAQICBggJCwUGBwb9yQYHBgULCQgGAgIBAQICBggJCwUGBwYCNwYHBgULCgcGAgIBP/3JDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0CNw0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwBDgYGBQUEAwIBAgIGCAkLBQYHBv2qBwYFBQQCAgEBAgIEBQUGBwJWDQwMDAsKCgkIBwcFBAMCAQECAwMFBQYAAAAFAAAAAAN5AzoAIQBDAGUAkQCzAAA3HwchPwcvByEPBiUfByE/By8HIQ8GJx8HIT8HLwchDwYlDwIdAR8DDwQfBz8HPQEvBisBDwEnHwchPwcvByEPBoYBAgMDBQUGBwK0BwYFBQMDAgEBAgMDBQYFB/1MBwYFBQMDAgE6AQICBAUFBgcBeQcGBQUDAwIBAQIDAwUFBgf+hgYGBQUEAgIBAQICBAUFBgcBeQcGBQUDAwIBAQIDAwUFBgf+hgYGBQUEAgL+7QQDAgIDBGhoBAMBAQEBAwQFBgYGBgUGBX4EAwICAwR+BQYGBgYGBS4BAgMDBQUGBwK0BwYFBQMDAgEBAgMDBQUGB/1MBwYFBQMDAuUHBgUFAwMCAQECAgQFBQYHBgYFBQQDAQEBAQMEBQUGtwcGBQUEAwEBAQEDBAUFBgcGBgUFBAMBAQEBAwQFBQa2BgYFBQQDAQEBAQMEBQUGBgcGBQUEAwEBAQICBAUFBi8FBQYGBgYGBWdoBQYFBgcFBgUEAwEBAQEDBH8EBgYGBgYGBH4EAwICA4MGBgUFBAMBAQEBAwQFBQYGBwYFBQMDAgEBAgIEBQUGAAAKAAAAAAP3A/cACwAPABsAHwAjACcAMwA3AH0AxQAAARUPByM1IxUjNSMVIy8HNQEVIzUjFSM1IxUjNQEfBxUjNSMVIzUnESEPBxEfDyE/DxEvDyEPBiUPAx8EDwQfBz8EHwQ/Bj0BLwM/Az0BLwYPBC8EDwIDuQECAwMFBQYH3D/8P9wHBgUFAwMCAQNy/D/8P/wDUgcGBQUDAwIB/D/8P/7lBwYFBQMDAgEBAQIEBAQGBgcHCAgJCQkKAzIKCQkJCAgHBwYGBAQEAgEBAQECBAQEBgYHBwgICQkJCv3KBwYFBQQCAv7NBAMBAQEBAwRJSQQDAQEBAQMEBQYGBgYGBQVISAUGBgYGBgUFBAMCAgMESEgEAwICAwQFBQYGBgYGBUhIBQUGBgYGBgFD3AcGBQUDAwIB/Pz8/AECAgQFBQYH3AE7/Pz8/Pz8ATsBAgMDBQUGB9z8/Pwf/uUBAgIEBQUGB/3KCgkJCQgIBwcGBgQEBAIBAQEBAgQEBAYGBwcICAkJCQoDMgoJCQkICAcHBgYEBAQCAQEBAgMEBAYFDwQGBgYGBgUFSEgFBgYGBgUGBQQDAQEBAQMESEgEAwEBAQEDBAUGBQYGBgYFSEgFBQYGBgYGBQQCAgEBAgIESUgEAwIBAQIDABAAAAAAA/cDqwADAA8AEwAgACwAMABUAIgAjACQAJQAmACkAKgAvAD/AAAlMzUjNyMVMxUzNTM1IzUjBTM1IyErARUzFTM1MzUjNSMhFSsBLwU9ASEzNSM3Mx8FHQIPBiEvBj0CPwUzBxUXFR8JIT8LNS8KIyEjDwgVJzM1IyUVIzUjFSE1NzM1IyUfBxUjNSMVITUjFSMVMxUjFTMVIxE1PwYHER8KMyE1IzUzNSM1IRUhFTM/CjUzFTMRNS8KIQ8KAsYfHz1bPR6Zeh7+VMrKAegeenoeXD0f/dvVBgYFBQQDAgM4Hx9bBgYFBQQDAgIDBAUFBgb+0AYGBQUEAwICAwQFBQYGPgECAgYICQsFBwYGAS4GBgYGCwkIBgIBAQEBAQECBggJCwYGBgb+0gYGBgYLCQgGAgL19PQCJvUe/s8et7cCBgYGBgQEAwIB9R7+zx/09PT09AIDBAUFBgY+AQEBAgYICQsGBgYGAdvo6OgBMf7t0AQGBggJCQoLBRAO9B4BAgIFCAkLBgYGB/zqBgYGBgsJCAYCAQGSHj0eHx8eHx9cHx4eHx6YAgMEBAYGBnkfHgIDBAUFBgbyBwYFBQQDAQEBAQMEBQUGB/IGBgUFBAMCIPEGBgYGCwkIBgIBAQEBAQECBggJCwYGBgbxBgcGBQsJCAYCAgEBAgIGCAkLBQYH0lsfmZmZmT1bHwECAwMFBQYHeZmZmZkemR+YAecHBgUFAwMCASH9gwYHBgULCQgGAgIBH5gfmR9cCwsJCQgHBgUCAwIxMQGABgYGBgsJCAYCAQEBAQEBAgYICQsGBgYAAAAEAAAAAAN5AzoAIQBDAGUAhwAAJR8HIT8HLwchDwYnHwchPwcvByEPBjcfByE/By8HIQ8GJx8HIT8HLwchDwYBBAECAgQFBQYHAbgHBgUFAwMCAQECAwMFBgUH/kgHBgUFBAICfwECAwMFBQYHArQHBgUFAwMCAQECAwMFBQYH/UwHBgUFAwMCfQECAgQFBQYHAbgHBgUFAwMCAQECAwMFBQYH/kgHBgUFBAICfwECAwMFBQYHArQHBgUFAwMCAQECAwMFBQYH/UwHBgUFAwMC5QcGBQUDAwIBAQICBAUFBgcGBgUFBAMBAQEBAwQFBQa3BwYFBQQDAQEBAQMEBQUGBwYGBQUEAwEBAQEDBAUFBrYGBgUFBAMBAQEBAwQFBQYGBwYFBQQDAQEBAgIEBQUGtgYGBQUEAwEBAQEDBAUFBgYHBgUFBAICAQECAgQFBQYAAAAAAwAAAAAD9wO4AEwAqAD2AAABIw8CFR8CMx8LMz8KNS8FIw8NLwo/BC8ENw8DHwYzPwofECMPAxUfAz8ELwMjLw8PDgEVHwMTER8GOwE/AS8GBxE1LwIDNSEVAw8CHQE/Ai8BPwc1Ez8DNS8GIyEjDwUB2wEEUgIBAwICNgUMCQ8fEBYrFSAiGxsbGhkXFg8PAwMBAgQEBQYGBgcFBAMREBEODg4PEA8UHBQQGw4VDQsOBwkvAwMBAQEBUQMDHAQCAQEBAwMEBQYGBgYGBRMQERMTFBUVEBEQDw8ODQ0MCwoJCAcGBQEsAwMDAQFSAgQEBFECAQECAwI2BgcJCgwNDxARExMVFRYXFw4ODg0ODQ0MDQwLDAoLCv4FAQEDA+QBAwQFBQQFBQUFUgkFCQQHBQMTAgID5QI35QMCAhUECwIBAQICAwUFBQblBAIBAQECAgQFBQYH/YsHBgUFAwMCAY0CYAQDBAMCARYjExglDhEXBwgEAwYICw4QDg8FBgcHBwgEBAMBAQICAxINCwcGBQQDAQEEBQUNChINDhgQGgEBAgMDBANfAgFZBQYGBgYFBgQEAwEBAgMUDQwJCAUDAgECBAQGBwgJCgsLDQ0ODg8HAQIDAwIEYAMBAQFgAwQEAwIBGhUUExMRDw8NDAoJBwUDAQEBAgIEBAQGBgYIBwkJCgGpZAUFBgT+9/7MBwcGBQMCAQEcBAMHBQoLDAYBFAUGBQQBCTg4/vgFBQUGiBkEBgwJCQkJCQgIBwcCAQkEBQYFZAYGBgQEAwICAwQEBgYAAAAFAAAAAAP3A/cARwBpAIsApADpAAABDwIdAR8DDwMdAR8GPwQfBD8HLwQ/BC8GKwEPAy8DKwEPASUfBzM/By8HIw8GJx8HMz8HLwcjDwYlHw8zET8BHwERAQURHw8hLwI/AiEnIy8INRE1PwkzITUhDw4CxgQDAgIDBGhoBAMCAgMEBQYFBgYGBgVnaAUFBgYGBgYFBAMBAQEBAwRoZwUCAgEBAgIFBAYGBgYGBQVoZwUGBgYGBQb+eAECAgQFBQYHvAcGBQUEAwEBAQEDBAUFBge9BgYFBQQCAn8BAgIEBQUGB7wHBgUFBAMBAQEBAwQFBQYHvAcGBQUEAgIBGgEBAwMEBQUGBwcICAkJCQp+DxAQEP7k/igBAgMEBQcHCAkKCgsMDAwNAd0CAgEBAQP+IwYHBgULCQgGAgIBAQICBggJCwUGBwYBWv6mDQwMDAsKCgkIBwcFBAMCAToFBgUGBgYGBWdoBQYFBgYGBgUEAwEBAQEDBGhoBAMBAQEBAwQFBgYGBgUGBWhnBQYGBgYFBgUEAwICAwRoaAQDAgIDZAcGBQUEAwEBAQEDBAUFBgcGBgUFBAMBAQEBAwQFBQa2BgYFBQQDAQEBAQMEBQUGBgcGBQUEAgIBAQICBAUFBtYKCQkJCAgHBwYGBAQDAwEB/sEDAgIDAT8BHH79DA0MDAwLCgoJCAcHBQQDAgEIEAgICA8BAgIGCAkLBgYGBgL0BgcGBQsJCAYCAgE/AQIDBAUHBwgJCgoLDAwMAA0AAAAAA/cD9wACAAUACQANABAAFAAXABsAHgAiACYAKQBTAAAlIzU3FScjFSM1IxUjNSUjNSUVIzUjFScjFSM1NyM1JRUjNSMVIzUjFS8BFw8BERcVHwczFyE/ARc3Jz8BESc1LwcjJyEPAScDTZC9kWu9P70BjJABub0/kGy9kZECtb0/vT+Q6kEBAQECAgYICQsFBwYGAuIYCkEtQQEBAQICBggJCwUHBgb9HhgKQYaRLJCQvb29vT+QLb29kJC9vT+QLb29vb2RkZBBCQf9HhgHBgULCQgGAgIBAQFBLUEKBgLiGAcGBQsJCAYCAgEBAUEAAAAACAAAAAAD9wP3AA8AEwAjACcAKwAvAEsAtQAAARUPCisBNSMVIzUjFSsBLwk9AQEVIzUjFSM1IxUjNTchOwEfCRUhPwozNxUjDw8RHw8hPw8RLw8jNS8HDwYdASE9AS8GDwYDuQEBAQIGCAkLBgYGBr0//D+9BgcGBQsJCAYCAgEDcvw//D/8ngI2XwYHBgULCQgGAgIB/I4BAQECBggJCwYGBgY/Pw0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDT8BAgMDBQUGBwYGBQUEAwL+CAIDBAUFBgYHBgUFAwMCAQR+BgcGBQsJCAYCAgG9vb29AQICBggJCwUGBwZ+Abm9vb29vb29AQICBggJCwUGB0VFBwYFCwkIBgICAV4fAQIDBAUHBwgJCgoLDAwMDf1LDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0CtQ0MDAwLCgoJCAcHBQQDAgEfBwUGBAQDAgEBAgMDBQUGBx8fBwUGBAQDAgEBAgMDBQUGAAAAAgAAAAADOwO5ACsATQAAEw8DHwMJAQ8DHwc/AwE/Ay8DAS8DDwIlER8HPwcRLwcPBtAFAgIBAQICBAFj/pwEAwEBAQEDBAUGBgYGBQYFAXoEAwEBAQEDBP6HBQUGBgYGBgIoAQEDBAUFBgcGBgUFBAMBAQEBAwQFBQYGBwYFBQQDAQOQBQUGBgYGBQX+nf6bBQUGBgYGBQUEAwIBAQIDBAF6BQYGBgYFBgUBeQQDAgEBAgMG/MwGBgUFBAMBAQEBAwQFBQYGAzQGBgUFBAMBAQEBAwQFBQYAAQAAAAADeQN5ACEAAAkBDwMfBz8DAT8DLwcPAgNE/UsEAwEBAQEDBAUGBgYGBgUFArUEAwEBAQEDBAUGBgYGBgUDcf1LBQUGBgYGBgUEAwEBAQEDBAK1BQUGBgYGBgUEAwEBAQEDAAALAAAAAAP3A7gAAwASABYAOgB+AIIAhgCVAJkAqADqAAAlMzUjJRUrAS8JNSEzNSM3HwcVDwcjLwY9Aj8GBx0BHw4zPw81Lw4rAg8NJRUjNTcVIzUlFzMfBxUXIzUjFSM1IxUjNzU/CDMHER8PITUjNTM1IzUzNTM1MxUzNS8PIQ8OAr29vf5HfgYHBgULCQgGAgIBAna9vdwHBQYEBAMCAQECAwQEBgUH/AYGBQUEAwICAwQFBQYGXgICAwQFBgYGCAcJCAkKCfwKCQkJCAgHBwYGBAQEAgEBAQECBAQEBgYHBwgICQkJCvwJCgkICQcIBgcFBQQDAgL+xb29vQK1BgYGBgsJCAYCAgG9P/w/vQECAgYICQsGBgYGfgECAwQFBwcICQoKCwwMDA0Ber29vb1+vT8BAgMEBQcHCAkKCgsMDAwN/YoNDAwMCwoKCQgHBwUEAwLFPz9+AQICBggJCwUGB0U/PwEBAwQFBQYG/AcGBQUDAwIBAQICBAUFBgf8BgYFBQQDAQEf/AoJCQkICAcHBgYEBAQCAQEBAQIEBAQGBgcHCAgJCQkK/AkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKVX5+vX5+vQECAgYICQsGBgZFfn5+fkUHBgYKCgcGAgIBP/3JDQwMDAsKCgkIBwcFBAMCAT9+P34/fn78DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDAAAAAADAAAAAAP3A/cAIQChASEAAAEfByE/By8GIyEjDwUFDx8vHz8fHx4FHx8/Hy8fDx4BBAECAgQFBQYHAbgHBgUFBAICAQECAgQFBQYH/kgHBgUFBAICArQBAQMEBQYHCAkJCwwMDQ4OEBAQEhISExQUFBUVFhYWFxcWFhYVFRQUFBMSEhIQEBAODg0MDAsJCQgHBgUEAwEBAQEDBAUGBwgJCQsMDA0ODhAQEBISEhMUFBQVFRYWFhcXFhYWFRUUFBQTEhISEBAQDg4NDAwLCQkIBwYFBAMB/FABAgMEBgcICQoLDA0ODxARERMTFBQVFhYXFxgZGBoZGhoZGhgZGBcXFhYVFBQTExEREA8ODQwLCgkIBwYEAwIBAQIDBAYHCAkKCwwNDg8QERETExQUFRYWFxcYGRgaGRoaGRoYGRgXFxYWFRQUExMRERAPDg0MCwoJCAcGBAMCAgAGBgYEBAMCAQECAwQEBgYGBgYGBAQDAgIDBAQGBgYXFhYWFRUUFBQTEhISEBAQDg4NDAwLCQkIBwYFBAMBAQEBAwQFBgcICQkLDAwNDg4QEBASEhITFBQUFRUWFhYXFxYWFhUVFBQUExISEhAQEA4ODQwMCwkJCAcGBQQDAQEBAQMEBQYHCAkJCwwMDQ4OEBAQEhISExQUFBUVFhYWFxoZGhgZGBcXFhYVFBQTExEREA8ODQwLCgkIBwUFAwIBAQIDBQUHCAkKCwwNDg8QERETExQUFRYWFxcYGRgaGRoaGRoYGRgXFxYWFRUTExMRERAPDg0MCwoJCAcGBAMCAQECAwQGBwgJCgsMDQ4PEBERExMUFBUWFhcXGBkYGhkAAAIAAAAAA/cD9wA9AHsAAAkBNS8HIw8HHwg/By8GIycBPwMvBisBDwEBFR8FMxcBDwIdAR8GPwMBFR8HMz8HLwgPBgFM/vwBAQMEBQUGBgcGBQUDAwIBAQECAgQFBgUH/AYGBQUEAwEBAQEDBAUFBgawAQUEAwEBAQEDBAUGBQcGBQYBbAIDBAUFBgaw/vsEAwICAwQFBgUGBgYGBQEEAQEDBAUFBgYHBgUFAwMCAQEBAgIEBQYFB/sHBgUFBAMCAXn++68HBgUFBAMBAQIDBAUFBgb7BgYGBQMDAgEBAQIDAwUFBgcGBgUFBAMCAQEFBAYGBgYGBQUEAwICAwJbBgYFBQQDAgH+/AUGBgYGBQYFBAMBAQEBAwQBBa8HBgUFBAMBAQIDBAUFBgb7BwUGBQQCAgEBAQIDAwUFBgABAAAAAAP3A/cAYwAAEzMRIRU3JxUhNx8HMz8VNS8HNxc3BxcHLwcPFhUfBwcRMycIfgK1vb39t7MUERISChQUFRcNDA0MDAwLFhUTEhAPDQoFBAMDAgIBAQIFBQcJCg5/WRb1WX8TEhETChMVFBgNDA0MDAwLFhUTEhAPDAsFBAMDAgIBAQMEBQgICg6zfp0DO/1Lfp6dfrMOCgkHAwUDAgECAgMDBAUKDQ4REhMVFgsMDAwMDQ0NFRQUFBISERR/WfUWWX8OCggIAwUDAgEBAQIDBAMFCwwPEBITFRYLDAwMDQwNDRUVFBMTERIUsgJJvQAABAAAAAAD9wP3AAYADgBDAIcAABMzETMRMyc3FxUzNTc1ISUzHwoRDwojISMvCTURNT8JMyEFER8PIT8PES8PIQ8Opl4/X35evX69/ggB+AYGBgYLCQgGAgEBAQEBAQIGCAkLBgYGBv0MBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgL0/I4BAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDf0MDQwMDAsKCgkIBwcFBAMCAj/+hgF6fh3a/PzbIb0BAgIGCAkLBQYHBv0MBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgL0BgcGBQsJCAYCAgE//QwNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQL0DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDAAAAAAFAAAAAAP3A/cAKwBsAMwA5QFyAAABFR8HMz8HLwcjNS8HDwYXFQ8PLw8/Dx8OBRUfFj8XLxYrAQ8VAzMPCTM/CTUhAxUjDw8RHw8hLwMhJyMvCDURNT8JMyEzHwkVIRUhFR8DES8PIzUvBw8HFSE1LwcPBgK9AQEDBAUFBgZ+BwYFBQMDAgEBAgMDBQUGB14BAgMDBQUGBwYGBQUEAwH7AQMFBggKCg0NDw8RERITExMTEhIQEA4ODAsJCAYFAwEBAwUGCAkLDA4OEBASEhMTExMSEREPDw0NCgoIBgUD/kgBAgIDAwQFCg0PEBITFRYLDAwMDQwNDQ0NDA0MDAsMFhUTEhAPDAsEBAQDAgEBAQEBAQIDBAQECwwPEBITFRYMCwwMDQwNDQ0NDA0MDAwLFhUTEhAPDQoFBAMDAgIBz7wXFRQREA0GBQQEQwQFBgYOERMVFxj+92w/DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0BuxIQDw7+hAYHBgULCQgGAgIBAQICBggJCwUGBwYC9AYHBgULCQgGAgIB/I4DchERDw4BAgMEBQcHCAkKCgsMDAwNPwECAgQFBQYHBgYFBQQDAQH+CAEBAwQFBQYGBwYFBQQCAgFjfgcGBQUDAwIBAQICBAUFBgcGBgUFBAMBAV8GBgUFBAMBAQEBAwQFBQZlCgkTEhERDw8NDQsJCAYFAwEBAwUGCAkLDQ0PDxEREhMTExMSEhAQDg4MCwkIBwQDAQEDBAcICQsMDg4QEBISExMNDQwNDAwLDBYVExIQDwwLBQMEAwIBAQEBAQECAwQEBAsMDxASExUWDAsMDA0MDQ0NDQwNDAwMCxYVExIQDw0KBQQDAwICAQECAgMDBAUKDQ8QEhMVFgsMDAwNDA0BCiwrKyorKhYVFRYYGBcXLi0tLS0tIQGGHwECAwQFBwcICQoKCwwMDA39Sw0MDAwLCgoJCAcHBQQDAgEODxERAQICBggJCwYGBgYCtQYHBgULCQgGAgIBAQICBggJCwUGB0U/vw4PEBIBfA0MDAwLCgoJCAcHBQQDAgEfBwYFBQMDAgEBAgMDBQUGBx8fBwYFBQMDAgEBAgMDBQUGAAAGAAAAAAOZA9gAIQBDAGUAgQCIAPYAAAERHwc/BxEvBisBDwYRHwc/BxEvBisBDwYRHwc/BxEvBisBDwUlERUPCSMhIy8JNRE3OwEVNSE1NyMPCh0BHwoRHw4zITM/DhE/Cj0BLwojNS8JKwIPCQJ+AQEDBAUFBgcGBgUFBAMBAQEBAwQFBQYGBwYFBQQDAZ8BAgMEBAYGBgYGBgQEAwIBAQIDBAQGBgYGBgYEBAMCngECAgQFBQYHBgYFBQQDAQEBAQMEBQUGBgcGBQUEAgIBuAECAgYICQsFBgcG/oYGBwYFCwkIBgICAX783P1M3NwHBgYGCgoIBQICAQECAgUICgoGBgYmAQIDBAUHBwgJCgoLDAwMDQF6DQwMDAsKCgkIBwcFBAMCASYGBgYKCggFAgIBAQICBQgKCgYGBgfcAQICBgcKCgYGBwZ+BgcGBQsJCAYCAgECX/6GBwUGBAQDAgEBAgMEBAYFBwF6BgYFBQQDAgIDBAUFBgb+hgcFBgQEAwIBAQIDBAQGBQcBegYGBQUEAwICAwQFBQYG/oYHBQYEBAMCAQECAwQEBgUHAXoGBgUFBAMCAgMEBQUGeP3JBwYGBgsJCAUDAQEBAQMFCAkLBgYGBwI3fl8gPz8BAQECBggJCwYGBgdFBgYGCwkIBgIBAQH9yQwNDAwLCgoJCAcGBgQDAgIDBAYGBwgJCgoLDAwNDAI3AQEBAgYICQsGBgYHRQYGBgsJCAYCAQEBBgYGBgsJCAYCAQEBAQIGCAkLBgYGAAAAAAcAAAAAA/cD9wAEACUAZQCPAQgBDAE8AAAlDwE/AQUVDwcvBj0BPwYfBgcVHw07AT8OLw4rAQ8NNx8ENxcHFx0BBxcHJw8EIy8EByc3LwE/ASc3Fz8EJw8BLwIjDwgfBRUPBRUfCD8CHwkzPwkfAj8JLwU3Jz8EPQEvCA8CLwkjDwYlByc3JwEPAQMHHwYzJT8CLwMHJwEXBx8DPwQvCA8CATYiwTAjAmMBAgQGBwcJCQkICAYGBAMDBAYGCAgJCQkHBwYEApcCAgQFBQYHCAgJCQoLCgsLCwoKCggJBwcHBQUDAwEBAQEDBAQFBwcHCQgKCgoLCwsKCwoJCQgIBwYFBQQCAo8KGwkJF0IjOAQEOCNCFwoJGgpHCxoJCRdCIzcDAQEDNyNCFwkJGgs8CBMwCAgIBwcHBQU0AwIBAQIEBAYpKQYFAwIBAgI2BAYGCAcICAQ0EwcCBAQFBwcHBGwICAcGBQUDAgcTMQgHCAgHBgYFMwQCAQEDAwUGKQEBKQYFAwMCAjUFBgYHCAgIBzETBwIDBQUGCAcEawgIBwYGBAMBLVKOUhf9SgMEQQEBAwUFBgYGAwEBBAdgBgQEAyOQAcyPJRISEhGeBAMCAQECAwS6BQYFBgYGBqUiMMEjEwUECQcHBgQCAQECBAYHBwkJCQgIBgYEAgEBAgQGBggICQsLCgoKCQgIBwYFBQMDAgIDAwUFBgcICAkKCgoLCwsKCwoJCQgIBwYFBQQCAgICBAUFBgcICAkJCgsK0UQLBQURGjsrHAoLHCo7GhEGBAtFRQsFBREaOyocCwocKzsaEQUFC0QZMQsTAgECAwUFB1cHCAgIBwcHBR8VHwUHBwcICAgDWwYGBAMCAQEBFAsxCAcGBgUDAgEBAgMFBQcHCDELEwIBAQIDBAYGVwcICAgHBwcFHwsKHwUHBwcICAgDWwYGBAMCAQECEwsxCAcHBQUDAgEBAgMFBQcH/VKOUkP9SwMI/wAICAcHBAICAUABBWAREhISI5EBy44lAwQFBZ4FBQYGBgYGBboEAwEBAQEDAAAAAgAAAAADuQP4AD0AewAACQEPBR8LPwUJAR8EPwsvBQEvBA8EAwEPBR8LPwUJAR8EPwsvBQEvBA8EAdP+hgQEAwIEAQEEAgMEBAUFBgUMDAwMBQYFBAFNAVMFBgUMDAwMBQYFBQQEAwIEAQEEAgMEBf6BBQUGDAwMCwYFBQX+hgQEAwIEAQEEAgMEBAUFBgUMDAwMBQYFBAFNAVMFBgUMDAwMBQYFBQQEAwIEAQEEAgMEBf6BBQUGDAwMCwYFBQHu/ocFBQUGDAwMCwYFBgQFAwQCBAEBBAIEAwUBTP6uBAMCBAEBBAIDBAQFBQYFDAwMDAUGBQUBfgQDAgQBAQQCAwQB9P6HBQUFBgwMDAsGBQYEBQMEAgQBAQQCBAMFAUz+rgQDAgQBAQQCAwQEBQUGBQwMDAwFBgUFAX4EAwIEAQEEAgMEAAAAAAUAAAAAA8gDWgAhAEMAZQCHAMUAACUVHwU7Aj8GLwcjDwY1FR8FOwI/Bi8HIw8GNRUfBTMhMz8GLwchDwY1FR8FMyEzPwYvByEPBiUPBB8HPwQRHwY7AT8FNREfAzsBPwU9AS8GKwEPAQHRAgMEBQUGBj8HBgUFAwMCAQECAwMFBQYHPwYGBQUEAwICAwQFBQYGvQYGBgQEAwIBAQIDBAQGBga9BgYFBQQDAgIDBAUFBgYBOwYGBgQEAwIBAQIDBAQGBgb+xQYGBQUEAwICAwQFBQYGAbkGBgYEBAMCAQECAwQEBgYG/kcGBgUFBAMC/u9/BAMCAQECAwQFBQYGBgYFBUgBAgMEBAYGBgYGBgQEAwJJBQUGBgYGBQUEAwICAwR9BQUGBgYGBcUGBgUFBAMCAgMEBQUGBgcGBQUDAwIBAQIDBAQGBbYGBgUFBAMCAgMEBQUGBgcFBgQEAwIBAQIDBAQGBbYGBgYEBAMCAgMEBAYGBgYGBgQEAwIBAQIDBAQGBrcGBgYEBAMCAgMEBAYGBgYGBgQEAwIBAQIDBAQGBk9+BQUGBgYGBQUEAwIBAQIDBEf91wYGBQUEAwICAwQFBQYGAixIBAMCAgMEBQYFBgYGBgV7BAMCAgMAAgAAAAAD9wO5ADwAegAAAREvAysBDwYfCDM/ARM/Ay8GKwEPAxEvBw8GJQ8EHwc/BBEfBz8HER8EPwcvCA8CAQTGBQYGBgYFBgUEAwEBAQIDBP8FBQYKAwYF/QQDAQEBAQMEBQYGBgYGBQXGAQEDBAUFBgYHBgUFBAICAb34BAMBAQEBAwQFBgYFBwUGBcYBAQMEBQUGBgcGBQUEAgIBxgUGBgYGBQYFBAMBAQECAwT/BQUGCQUFBQOZ/R3DBAMCAgMEBQYFBgcFBgX8AwMCAQIDAQEFBQYGBgYFBQQDAgIDBMkC6QcGBQUEAgIBAQEDBAUFBhD8BQYGBgYFBgUEAwEBAQICBcj9FwYGBgQEAwIBAQIDBAQGBgYC5MQEAwEBAQICBAUGBgYGBgUF/AQDAQEBAgMAAAAAAwAAAAAD9wP3ACEAoQE1AAATHwchPwcvByEPBgUPHisBLx4/Hx8eBR8fMz8LHwYzPwovBj8LNS8fDx7FAQIDAwUFBgcBeQcGBQUEAgIBAQICBAUFBgf+hwcGBQUDAwICNgEBAgMEBQUGBwgICQoKCwwMDA0ODg4PEA8REBERERIREhIREREQEBAPDw8ODQ4MDAwLCgoJCAgGBwUFBAMCAQEBAQIDBAUFBgcICAkKCgsMDAwNDg4PDw8QEBARERESEhESEREREBAQEA4PDg4NDAwMCwoKCQgIBwYFBQQDAgH9DQEBAwQEBgYHCQkKCgwMDQ0ODxAQEBIREhMTExQUFRQWEBAQEBAQDw8PHRsbEfkFBQYFBgwMDAsFBgQFAwQCBAEBBAIEAwX5DBAODAUFBAMDAgIBAQEDAwUGBgcICgkLCw0NDQ4PEBAQERISExMTFBQVFBUVFRUUFBMTExIREREQEA4PDQ0MDAoKCQkHBgYEBAMBAl4GBgUFBAMBAQEBAwQFBQYGBwYFBQMDAgEBAgIEBQUGBxESEREREBEPEA8ODg4NDAwMCwoKCQgIBwYFBQQDAgICAgMEBQUGBwgICQoKCwwMDA0ODg4PEA8REBERERIREhIREREQEBAPDw8ODQ4MDAwLCgoJCAgHBgUFBAMCAQEBAQIDBAUFBgcICAkKCgsMDAwNDg4PDw8QEBARERESEhUUFRQUExMTEhIREBAQDw4ODA0LCwoJCAcHBQUDAwEBAQICAwMEBQUMDhAM+QUDBAICAwMEBAMFBAUGBQwMDAwFBgUF+REbGx0PDw8QEBAQEBAVFRUUFBMTExIREhAQEA8ODQ0MDAoKCQkHBgYEBAMBAQEBAwQEBgYHCQkKCgwMDQ0ODxAQEBIREhMTExQUFRUAAAAGAAAAAAO4A7gABAA4AD0AcQB2AKkAAAEVMSM1IxUXFR8JMz8KPQIvCSsCDwgVJRExIxEjERUfCTsCPwk1ETUvCSsCDwkBETEjESMRFR8JOwI/CDU3ESc1LwgrAQ8JAQR+PwECAgYICQsGBgYGfgcGBgYKCgcGAgIBAQICBgcKCgYGBgd+BgYGBgsJCAYCAgH3fj8BAgIGCAkLBQYHBn4GBwYFCwoHBgICAQECAgYHCgsFBgcGfgYHBgULCQgGAgIBAfh+PwECAgYHCgoGBgYHfgYGBgYLCQgGAgIBAQICBggJCwYGBgaFBgYGCgoHBgICAQFDvb29BgcGBQsJCAYCAQEBAQEBAgYICQsGBgYGvQcGBgYKCgcGAgIBAQICBgcKCgYGBvX+RwG5/kcGBwYFCwkIBgICAQECAgYICQsFBgcGAbkGBwYGCgoHBgICAQECAgYHCgoGBgcBNf0MAvT9DAYHBgULCQgGAgIBAQICBggJCwUGBwYC9AYHBgULCQgGAgIBAQICBggJCwUGBwAALQAAAAAD9wP3AAkADQARABUAIQAlACkALQA3ADsAPwBDAEcASwBPAFMAVwBbAGcAawBvAHMAfwCDAIcAiwCXAJsAnwCjAKcAqwCvALMAtwC7AMUAyQDNANEA3QDhAOUA6QDzAAAlIxUzFTM1IzUjBzM1IwczNSMHMzUjByMVMxUzNTM1IzUjBzM1IwczNSMHMzUjByMVMzUzNSM1IyUzNSMFMzUjBTM1IyUzNSMFMzUjBTM1IyUzNSMFMzUjBTM1IyUjFTMVMzUzNSM1IwczNSMHMzUjBzM1IwcjFTMVMzUzNSM1IwczNSMHMzUjBzM1IwcjFTMVMzUzNSM1IyczNSMFMzUjBTM1IyUzNSMFMzUjBTM1IyUzNSMFMzUjBTM1IyUjFTMVMzUzNSMHMzUjBzM1IwczNSMHIxUzFTM1MzUjNSMHMzUjBzM1IwczNSMHMxUzNTM1IzUjA7sCAj0gHXY7O3Y7O3c8PHYCAjwCAjx2PDx2Ozt2OztYID0CAh0DkT8//idAQP4oPz8DsT8//idAQP4oPz8DsT8//idAQP4oPz8DswICHSAgHXY7O3Y7O3c8PHYCAjsCAjt2PDx2Ozt2OztYICAdAgIdID8/A7E/P/4nQED+KD8/A7E/P/4nQED+KD8/A7E/P/4nQEAB2wICHSA9djs7djs7dzw8dgICPAICPHY8PHY7O3Y7O3ggHQICPUUdID0CPz8/Pz8/Ah0gIB0CPz8/Pz8/Aj0gHQI5Ozs7Ozs7Ozs7Ozs7Ozs7Ozt2OwICOwI/Pz8/Pz8COwICOwI/Pz8/Pz8COwICOwI5Ozs7Ozs7Ozo7Ozs7Ozs7OztYHQICPT8/Pz8/PyAdAgIdID8/Pz8/Pz0CAh0gAAAEAAAAAAPYA/cAIQBDAH0AsgAAJRUfBz8GPQIvBSsBDwUDER8HPwY1ETUvBg8GJR0BHw4zERUPCSMhIy8JNRE1PwgzNwcRFR8OIT8ONREBIQ8OA5kBAgMEBAYFBwYGBQUEAwICAwQFBQYGBwUGBAQDAgEBAgMEBAYFBwYGBQUEAwICAwQFBQYGBwUGBAQDAv5mAgIDBAUGBgYIBwkICQoJfgEBAwUICQsGBgYH/gkHBgYGCwkIBQMBAQEBAwUICQsGBgYHfgIDBQUGBwkJCQsLCwwNDQH3DQ0MCwsLCQkJBwYFBQMC/uX+pg0NDAsLCwkJCQcGBQUDAmc/BwYFBQMDAgEBAgMDBQUGBz8GBgUFBAMCAgMEBQUGAyz9TAcGBQUDAwIBAQICBAUFBgcCtAcGBQUDAwIBAQIDAwUFBhl+CgkJCQgIBwcGBgQEAwMBAf2qBgcGBQsJCAYCAgEBAgIGCAkLBQYHBgL0BgYHBQsJCAYCAgE//QwNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQJWARwBAgMEBQcHCAkKCgsMDAwAAAQAAAAAA/cDmQADAAcAjgEVAAABMzUjBTM1IyU7AR8OFR8OFQ8OFQ8OIxU7AT8NNT8PNSMvDjUvDSsBBR0BDw4VMx8NFR8OOwE1Iy8ONS8ONT8ONT8OMzUjDw4CP729/sW9vQHDEw0LCwoJCAcGBgQEAwMBAQEBAwIEBQUHBwgICgsLDA4ODAsLCggICAYFBQQCAwEBAQEDAwQEBgYHCAkKCwsgGxUTExAQDgwMCggHBgUDAgEBAgIDBAUGBwgICgsMDQ8PDQwLCggIBwYFBAMCAgEBAgMFBgcICgwMDhAQExMVG/2sAQICAwQFBgcICAoLDA0PDw0MCwoICAcGBQQDAgIBAQIDBQYHCAoMDA4QEBMTFRsgCwsKCQgHBgYEBAMDAQEBAQMCBAUFBwcICAoLCwwODgwLCwoICAgGBQUEAgMBAQEBAwMEBAYGBwgJCgsLIBsVExMQEA4MDAoIBwYFAwIBob29vfkBAgMDBAUGBwgJCQsLDYgMDAsKCQgIBwcGBQQEAwIBDAEDAwMFBQUHBwgICgoKDAyJDAwKCggIBwYFBAMDAgFCAgMEBgcICQsMDQ8PERMUdQ0LCgkICAYFBQQDAgEBAVkBAQMDAwUFBwcICQoLDXUUExEQDg0MCwkIBwYEAwKhaA0NCwoJCAgGBQUEAwIBAQFZAQEDAwMFBQcHCAkKCw11FBMREA4NDAsJCAcGBAMCQgECAgQEBQYHCAgKCgwMiQwLCwoKCAgHBwUFBQMDAwELAgIDBAQFBgcHBwkJCgsMDIgNCwsJCQgGBgUFAwMCAUIBAQMFBQcICQsMDQ8QERIAAAAABgAAAAAD9wPYABQAKAA7AE8AowDPAAATHwczPwIrAQ8FJx8GOwE/ASMPBicfByE3ISMPBSUfAxUPAgEHNwE/Ax8CBREfCDsBPwchPw8RBwMPBgUjDwcTPwYhNyEjDw0lAQ8BHwQ7ATcBPwg1LwwrAQ8FxQECAgQFBQYHfgEBDIwHBgUFAwMCAQECAgQFBQYHow4FtgcGBQUDAwIBAQICBAUFBgcBFT/+rAcGBQUDAwIC5wMEAwICAwT+p0cUAU8GBwgICAgH/GEBAQECAwMEBAYHBQYFBMYIBAkKAmAMDAsLCwkJCQgGBgUEAwIBPwECBAYICAoL/Z8LCgoKCgkJCJIBAgQGCAgKCwI+P/2JDAwLCwsJCQkIBgYFBAMCAzz+pikBAQICBAQFBZ8BXgcGBgQEAwMBAQICAgQFBggJCgoLCwwMCwoKCgkJCAHBBgYGBAQDAgEJCC4CAwQEBgaXBgYFBQQDAjoFAQIDAwUFBpcGBgYEBAMCAT8CAwQFBQaKAwcHCAgIBwf+pw5QAU8FBAIBAQIEMfzmBAUEBAMEAgMCAQMDqAYCAwIBAgMEBQYHBwkJCgoLCwwMAXk//sELCgkIBgQCAQEDAwQFBQd8AtwLCgkIBgQCPwIDBAUGBwgICQoKCwwLS/6mpgUFBAQDAiABXwcICAkJCQoJCgoJCgkJCAkJCAcGBAQCAgIEBAUHAAAAAAMAAAAAA/cDuAAbADcAewAAARczHwgVERUPCSMhESMRISMvCDUnETc1PwgzBxEfDyE/DxEvDyEPDgN6BgcGBQsJCAYCAgEBAgIGCAkLBQYHBv6mP/6lBgYGBgsJCAYCAgEBAgIGCAkLBgYGBn4BAgMEBgYHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBgYEAwIBAQIDBAYGBwgJCgoLDAwMDf0MDQwMDAsKCgkIBwYGBAMCA3oBAgIGCAkLBgYGBv2KBgcGBQsJCAYCAgEC9P0MAQICBggJCwUGBwYCdgYHBgULCQgGAgIBP/2KDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0Cdg0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwAAAIAAAAAA/cD9wBTAJsAAAEhMx8GEQ8GISMPBxEjERcVHwc/ByE/DxEvDyElFSMPBx8GOwEVHwc/BzU7AT8GLwcjNS8HDwYB+QGIBgsKCAgGBAMDBAYICAoL/Z8LCgoKCgkJCJI/AQICAwMDBQYDCQYFBMoICQoCYAwMCwsLCQoICAYGBQQDAgEBAgMEBQYGCAgKCQsLCwwM/nj+zJ0HBgUFAwMCAQECAwMFBQYHnQECAgQFBQYHBgYFBQQDAQGeBgYFBQQDAQEBAQMEBQUGBp4BAQMEBQUGBgcGBQUEAgIDegMEBgcJCgv97gsKCQcGBAMCAgMEBQYGfAGb/iEFBAQEBAMDAgIBAQEDA6sFAwIBAgMEBQUHCAgKCQsLCwwMAgYMDAsLCwkKCAgHBQUEAwIBH50BAgMDBQUGBwYGBQUEAwKeBgYFBQQDAQEBAQMEBQUGBp4CAwQFBQYGBwYFBQMDAgGdBwUGBAQDAgEBAgMDBQUGAAgAAAAAA7gDuAAjAEcAiwDPAPMBFwFbAZ8AAAEfBxUPByMvBj0CPwYhHwcVDwcjLwc1PwcFHQEfDjM/DzUvDisCDw0FFR8PMz8OPQIvDSsCDw0BHwcVDwYrAi8FPQI/BiEfBxUPBisCLwY1PwcFHQEfDTsCPw41Lw8jDw4FFR8OOwI/DT0CLw4jDw4DWgcGBQUDAwIBAQIDAwUFBge9BgYFBQQDAgIDBAUFBgb+xgYGBQUEAwEBAQEDBAUFBga9BwYFBQMDAgEBAgMDBQUGBwGZAgIDBAUGBgYIBwkICQoJvQoJCQkICAcHBgYEBAQCAQEBAQIEBAQGBgcHCAgJCQkKvQkKCQgJBwgGBgYFBAMCAv4IAQECBAQEBgYHBwgICQkJCr0JCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgm9CgkJCQgIBwcGBgQEBAIBAxIHBgUFAwMCAQECAwMFBQYHvQYGBQUEAwICAwQFBQYG/sYGBgUFBAMBAQEBAwQFBQYGvQcGBQUDAwIBAQIDAwUFBgcBmQICAwQFBgYGCAcJCAkKCb0KCQkJCAgHBwYGBAQEAgEBAQECBAQEBgYHBwgICQkJCr0JCgkICQcIBgYGBQQDAgL+CAEBAgQEBAYGBwcICAkJCQq9CQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoJvQoJCQkICAcHBgYEBAQCAQGCAQEDBAUFBga9BwYFBQMDAgEBAgIEBQUGB70GBgUFBAMBAQEBAwQFBQYGvQcGBQUDAwIBAQICBAUFBge9BgYFBQQDAQEgvAoJCQkICAcHBgYEBAQCAQEBAQIEBAQGBgcHCAgJCQkKvQkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCrwKCQkJCAgHBwYGBAQEAgEBAQECBAQEBgYHBwgICQkJCr0JCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgIOAQIDAwUFBge9BgYFBQQDAgIDBAUFBga9BwYFBQMDAgEBAgMDBQUGB70GBgUFBAMCAgMEBQUGBr0HBgUFAwMCASC9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CgkIBQQBvQEBAwMDBggIBQUGDgoLCwsMDAwMDAsMCwsLCggHBgUEAwIBAQIDBAUGCAsDAwEBAQMGBAUGFAwMCwsKCggICAYFBAMCAQECAwQFBggICAoKCwsMDBQGBAQDBAMBAQICDQgGBQQCAgIDBAYHBwkKCQsLCwwMDAwMCwwLCgoMBQgFBAcIBgMDAQICAwQFBggICQoKDAsNDQ0NDAwLCwoKCQgHBgUEAwICAQMDAwYICAUFBQ8KCgsLDAsMDAwMDAwLCwoICAYFBAMBAQEBAwQFBggLAwMBAQEEBQQEBhQMDAsLCgoICAgGBQQDAgEBAgMEBQYICAgKCgsLDAwUBgQEAwQDAQECAg0IBgUEAwEBAQIDBAYGCAkJCgsLCwwMDAwMCwwLCgoMBQgFBAcIBgMDAQICAwQFBggICQoKCwwNDQ0NDAwLCwoKCQgHBgUEAwICAA8ODQ0MDAsKCQgHBgUEAgEBAgQFBQgICQoLCw0NDQ4PDg4ODQwMCwoJCAcGBQQCAgQFBgcICQoLDAwNDg4OCwoUFBMSEBAPDQwKCAcFAwEBAwUHCAoMDQ8QEBITFBQVFRQUEhIREA4OCwsIBwUDAQEDBQcICwsNDxARERMUFAFnBw4NDQsKCQcGAwIBAwQHCAkHBQIBAgIDAwUFBAULCwwLDAoFCgsNDQ0ODQ4NDQoJCAYEAgECAgMGCQoGBgcGBwcGCwoJCAUEAQIEBggJCwwNDg4NDgwNCwoFBQUMDAwLBgYFBQQEBQQBAQQFBAkIBwQDAQMGBwkKCw0NDg4GBQYFCggHAgICAQEEBQgJCgsGFQ4MDAsKCAYDAwEBAwMEBAYLBgUCAQEBAQMCBAUFBAULCwwLCwsFCgsMDQ4NDg4NDAsJCAYEAgECAgIHCQoGBgYHBwYGDAoJBwYEAQIEBggJCwwNDg4ODQ0MCwoKCwsMBgYGBgUGBgQDBgMBAQMGBAkIBwQDAQIDBgcJCgsNDQ4NBgYGBQoIBwICAgEBBAYHCQoMBgYHBQUEAwQDAgMNBwYFBAMBAQECAwQGBggJCQoKCwwLDA0MDAwLCwoKDAUIBQQHCAYDAwECAgMEBQcHCAkKCgwMDA0NDQwMCwsKCgkIBwYFBAMCAgEDAwMGCAgFBQYOCgsLCwwMDAwMDAsMCgsKCAcGBQQDAQEBAQMEBQYHCgQDAQQFBAUFFAwM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dABlAGQAIAB1AHMAaQBuAGcAIABTAHkAbgBjAGYAdQBzAGkAbwBuACAATQBlAHQAcgBvACAAUwB0AHUAZABpAG8AdwB3AHcALgBzAHkAbgBjAGYAdQBzAGkAbwBuAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGXAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsBPAE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIBYwFkAWUBZgFnAWgBaQFqAWsBbAFtAW4BbwFwAXEBcgFzAXQBdQF2AXcBeAF5AXoBewF8AX0BfgF/AYABgQGCAYMBhAGFAYYBhwGIAYkBigGLAYwBjQGOAY8BkAGRAZIBkwGUAZUBlgGXAZgBmQGaAZsBnAGdAZ4BnwGgAaEBogGjAaQBpQGmAacBqAGpAaoBqwGsAa0BrgGvAbABsQGyAbMBtAG1AbYBtwG4AbkBugG7AbwBvQG+Ab8BwAHBAcIBwwHEAcUBxgHHAcgByQHKAcsBzAHNAc4BzwHQAdEB0gHTAdQB1QHWAdcB2AHZAdoB2wHcAd0B3gHfAeAB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgECAgIDAgQCBQIGAgcCCAIJAgoCCwIMAg0CDgIPAhACEQISAhMCFAIVAhYCFwIYAhkCGgIbAhwCHQIeAh8CIAIhAiICIwIkAiUCJgInAigCKQIqAisCLAItAi4CLwIwAjECMgIzAjQCNQI2AjcCOAI5AjoCOwI8Aj0CPgI/AkACQQJCAkMCRAJFAkYCRwJIAkkCSgJLAkwCTQJOAk8CUAJRAlICUwJUAlUCVgJXAlgCWQJaAlsCXAJdAl4CXwJgAmECYgJjAmQCZQJmAmcCaAJpAmoCawJsAm0CbgJvAnACcQJyAnMCdAJ1AnYCdwJ4AnkCegJ7AnwCfQJ+An8CgAKBAoICgwKEAoUChgKHAogCiQKKAosCjAKNAo4CjwKQApECkgKTApQClQKWApcCmAAKZXhwb3J0LXBkZg9tb3JlLXZlcnRpY2FsLTIJc3ViLXRvdGFsEXRhYmxlLWFsaWduLXJpZ2h0BmhlYWRlcgVjbG9jawdyZWZyZXNoCWFsaWduLXRvcA5hcnJvdy1yaWdodC11cAx1c2VyLWRlZmluZWQNcHJvdGVjdC1zaGVldAVwYXN0ZQRwbGF5EWNoZXZyb24tZG93bi1maWxsDGluc2VydC1yaWdodA9wYXN0ZS10ZXh0LW9ubHkHcmVwbGFjZQdsZXZlbC00CHVwbG9hZC0xBHVuZG8NZGVsZXRlLWNvbHVtbgxyZXN0YXJ0LWF0LTEJcGVyaW1ldGVyBXN0YW1wEmNvbnRpbnVlLW51bWJlcmluZwthbGlnbi1yaWdodA9zaG93LWhpZGUtcGFuZWwWY29uZGl0aW9uYWwtZm9ybWF0dGluZxFtb3JlLWhvcml6b250YWwtMQRzZW5kBGNlbGwRc29ydC1kZXNjZW5kaW5nLTISdGltZWxpbmUtd29yay13ZWVrB2p1c3RpZnkOaHlwZXJsaW5rLWVkaXQJcmVjdGFuZ2xlCmdyb3VwLWljb24KbGluZS1zbWFsbA1kcmFnLWFuZC1kcm9wC2NoZWNrLWxhcmdlBnNoYXBlcwxjaGV2cm9uLWRvd24PZGVjcmVhc2UtaW5kZW50DGNpcmNsZS1jaGVjawxmaWx0ZXItY2xlYXIFbm90ZXMGZXhwb3J0DWJyaW5nLWZvcndhcmQEZWRpdAtmaWx0ZXItbWFpbg5zcGxpdC12ZXJ0aWNhbAxjb21tZW50LXNob3cSY2hldnJvbi1kb3duLXNtYWxsDWZpbHRlci1hY3RpdmUXZHJhZy1hbmQtZHJvcC1pbmRpY2F0b3IEYm9sZBJjaGV2cm9uLWxlZnQtc21hbGwPaGlnaGxpZ2h0LWNvbG9yDHByaW50LWxheW91dAdiZXR3ZWVuC2xpbmstcmVtb3ZlEHRhYmxlLW9mLWNvbnRlbnQNZ3JpcC12ZXJ0aWNhbANrcGkJcmVkYWN0aW9uBnZvbHVtZQpicmVhay1wYWdlBmxlbmd0aBNjaGV2cm9uLWxlZnQtZG91YmxlDmh5cGVybGluay1jb3B5Cmxvd2VyLWNhc2UIYnVsbGV0LTINY2hldnJvbi1yaWdodAl1bmdyb3VwLTEQYXV0by1maXQtY29udGVudBhmaWx0ZXJlZC1zb3J0LWRlc2NlbmRpbmcRYWdlbmRhLWRhdGUtcmFuZ2ULZ3JhbmQtdG90YWwNbW91c2UtcG9pbnRlcgxhbGlnbi1taWRkbGUIYm9va21hcmsOZmllbGQtc2V0dGluZ3MXcGFzdGUtbWF0Y2gtZGVzdGluYXRpb24IcGFzc3dvcmQGc2VhcmNoBHJlZG8IbG9jYXRpb24EbGluaw1zdHJpa2V0aHJvdWdoD2F1dG8tZml0LXdpbmRvdwZpdGFsaWMMbW9udGgtYWdlbmRhE2NoZXZyb24tcmlnaHQtc21hbGwFcHJpbnQOdGltZWxpbmUtdG9kYXkSdGV4dC10aGF0LWNvbnRhaW5zC2ZvbGRlci1vcGVuCXJlc2l6ZXItMQ1icmVhay1zZWN0aW9uCGJ1bGxldC02CGljb25zZXRzDGNoZXZyb24tbGVmdA1ib3JkZXItYm90dG9tDXNwYWNpbmctYWZ0ZXIKY2lyY2xlLWFkZBB0ZXh0LWFsdGVybmF0aXZlB2xldmVsLTEKdHdvLWNvbHVtbgZ0b3AtMTAGcmVuYW1lBXN0eWxlCWZvbnQtbmFtZQ9tb3JlLXZlcnRpY2FsLTEPbGluZS12ZXJ5LXNtYWxsBnJlcGVhdAphcnJvdy1sZWZ0BWNoZWNrEnZlcnRpY2FsLWFsaWduLXRvcApjaGV2cm9uLXVwCWJvdHRvbS0xMANkYXkJdW5ncm91cC0yCW9wZW4tbGluawVwYXVzZQRjb3B5DnBhZ2UtbnVtYmVyaW5nDmxpc3QtdW5vcmRlcmVkCmZyZWV6ZS1yb3cHbGV2ZWwtMwpleHBvcnQteGxzDmNvbW1lbnQtcmVvcGVuDHBhaW50LWJ1Y2tldBFib3JkZXItZGlhZ29uYWwtMRJmaXhlZC1jb2x1bW4td2lkdGgFaW1hZ2URbnVtYmVyLWZvcm1hdHRpbmcQcHJvdGVjdC13b3JrYm9vaw9yZWN1cnJlbmNlLWVkaXQMc2VuZC10by1iYWNrC2luc2VydC1sZWZ0BGFyZWEMbGluZS1zcGFjaW5nCnNlbGVjdC1hbGwMYm9yZGVyLWlubmVyBnJhZGl1cwlkYXRhLWJhcnMNYm9yZGVyLW1pZGRsZQp1cHBlci1jYXNlCnBhZ2Utc2V0dXAHem9vbS1pbghmaWx0ZXJlZA5oeXBlcmxpbmstb3BlbhFjYWxjdWxhdGVkLW1lbWJlcgRtZW51DGdyZWF0ZXItdGhhbghidWxsZXQtNA9ib3R0b20tMTAtaXRlbXMRYm9yZGVyLWRpYWdvbmFsLTIJdGh1bWJuYWlsCmZvbnQtY29sb3IMYWxpZ24tYm90dG9tCGRvd25sb2FkC2NsZWFyLXJ1bGVzDnNvcnQtYXNjZW5kaW5nEHNwbGl0LWhvcml6b250YWwHZ3JvdXAtMglkcm9wLWRvd24Lc3VwZXJzY3JpcHQOY2hhbmdlcy1hY2NlcHQUY2hldnJvbi1yaWdodC1kb3VibGUQc29ydC1hc2NlbmRpbmctMgxib3JkZXItcmlnaHQDbWR4DGJvcmRlci1vdXRlcgdzYXZlLWFzDGVuZC1mb290bm90ZRBleGl0LWZ1bGwtc2NyZWVuA3BhbgxyYWRpby1idXR0b24PdGV4dC1hbm5vdGF0aW9uBHVzZXIOc3BhY2luZy1iZWZvcmUPc29ydC1kZXNjZW5kaW5nB2Rpc3BsYXkKYWxpZ24tbGVmdAZwZW9wbGUKZXhwb3J0LWNzdgZmb290ZXIFYnJlYWsOZGF0ZS1vY2N1cnJpbmcIYnVsbGV0LTMMc3Ryb2tlLXdpZHRoC2Rlc2NyaXB0aW9uDGV4cG9ydC1leGNlbAp0YWJsZS1jZWxsC3RleHQtaGVhZGVyC2xpbmUtbm9ybWFsBW1vbnRoDGNvbG9yLXNjYWxlcxJjaGFuZ2Utc2NhbGUtcmF0aW8Ec2F2ZQZleHBhbmQGY2lyY2xlDGxpc3Qtb3JkZXJlZAVlcmFzZQpmb3JtLWZpZWxkCXRleHQtd3JhcApleHBvcnQtc3ZnCGJ1bGxldC0xCmJvcmRlci1hbGwDc3VtCndlYi1sYXlvdXQJc2VsZWN0aW9uE3RhYmxlLWJvcmRlci1jdXN0b20NYmVsb3ctYXZlcmFnZQlsZXNzLXRoYW4KYXJyb3ctZG93bhV2ZXJ0aWNhbC1hbGlnbi1ib3R0b20MdGltZWxpbmUtZGF5CXNpZ25hdHVyZQhmaWxlLW5ldxBjaGV2cm9uLXVwLXNtYWxsA2V5ZQhhcnJvdy11cApib3JkZXItdG9wB29wYWNpdHkSaW50ZXJtZWRpYXRlLXN0YXRlEHJlc2l6ZXItdmVydGljYWwJY2hlY2stYm94FXZlcnRpY2FsLWFsaWduLWNlbnRlcgd0d28tcm93BWNsb3NlA2FsbAV0YWJsZQ1oaWRlLWhlYWRpbmdzD3RhYmxlLWNlbGwtbm9uZQtmcmVlemUtcGFuZQ1zZW5kLWJhY2t3YXJkCmV4cG9ydC1wbmcOZHVwbGljYXRlLWNlbGwLc3BlbGwtY2hlY2sSdGFibGUtYWxpZ24tY2VudGVyCmRlbGV0ZS1yb3cEbm9uZQdncm91cC0xC2NoYW5nZS1jYXNlEHRhYmxlLWFsaWduLWxlZnQGZmlsdGVyCmNsZWFyLWZvcm0LYXJyb3ctcmlnaHQQaGlkZS1mb3JtdWxhLWJhcgNjdXQIYnVsbGV0LTUScmVzaXplci1ob3Jpem9udGFsE2NoZXZyb24tZG93bi1kb3VibGUEbG9jawtjaXJjbGUtaW5mbwxpbnNlcnQtYmVsb3cIcGVudGFnb24MY2xlYXItZm9ybWF0CXRpbWUtem9uZQRwbHVzC2JvcmRlci1sZWZ0B2xldmVsLTINYWJvdmUtYXZlcmFnZQVvcmRlcglzdWJzY3JpcHQNY2hhbmdlcy10cmFjaxBoeXBlcmxpbmstcmVtb3ZlEHRvcC1ib3R0b20tcnVsZXMJY29kZS12aWV3CmNvbGxhcHNlLTIPaW5jcmVhc2UtaW5kZW50DHRhYmxlLWRlbGV0ZRxjb25kaXRpb25hbC1mb3JtYXR0aW5nLWxhcmdlDGFsaWduLWNlbnRlcgdyZWFwcGx5DmNoYW5nZXMtcmVqZWN0DmhpZGUtZ3JpZGxpbmVzBHdlZWsJbGFzdC1wYWdlBGxpbmUHZXF1YWx0bw1jaXJjbGUtcmVtb3ZlC2Z1bGwtc2NyZWVuCWRpbWVuc2lvbhdmaWx0ZXJlZC1zb3J0LWFzY2VuZGluZw10aW1lbGluZS13ZWVrBXRyYXNoDHByb3BlcnRpZXMtMRFjaGV2cm9uLXVwLWRvdWJsZQlzb3J0aW5nLTIJc29ydGluZy0xCHpvb20tb3V0BWNoYXJ0C2JvcmRlci1ub25lDHRhYmxlLXVwZGF0ZQluYW1lZC1zZXQPYW5ub3RhdGlvbi1lZGl0CXZpZXctc2lkZQtjb21tZW50LWFkZAlncmlkLXZpZXcHY2FwdGlvbgl1bmRlcmxpbmUJdGV4dC1mb3JtC2luc2VydC1jb2RlDXJlc2l6ZXItcmlnaHQKZmlyc3QtcGFnZQNib3gPZGF0YS12YWxpZGF0aW9uDGluc2VydC1hYm92ZQdsZXZlbC01C3pvb20tdG8tZml0DmVycm9yLXRyZWV2aWV3C21lcmdlLWNlbGxzDWJvcmRlci1jZW50ZXIGZm9sZGVyCWhpZ2hsaWdodAxwcm9wZXJ0aWVzLTIHdGFibGUtMg5icmluZy10by1mcm9udA1mcmVlemUtY29sdW1uC3Bhc3RlLXN0eWxlCnVuZmlsdGVyZWQJcGFyYWdyYXBoE2NoYXJ0LWluc2VydC1jb2x1bW4MY2hhcnQtbGVnZW5kGGNoYXJ0LWluc2VydC14LXktc2NhdHRlchFhZGQtY2hhcnQtZWxlbWVudA9jaGFydC1ncmlkbGluZXMRY2hhcnQtaW5zZXJ0LWxpbmUXY2hhcnQtc3dpdGNoLXJvdy1jb2x1bW4KY2hhcnQtYXhlcwtjaGFydC1saW5lcxFjaGFydC1heGlzLXRpdGxlcwtjaGFydC10aXRsZRBjaGFydC1pbnNlcnQtcGllEWNoYXJ0LWRhdGEtbGFiZWxzJGNoYXJ0LWF4aXMtdGl0bGVzLXByaW1hcnktaG9yaXpvbnRhbBFjaGFydC1sZWdlbmQtbm9uZRJjaGFydC1sZWdlbmQtcmlnaHQcY2hhcnQtcHJpbWFyeS1taW5vci12ZXJ0aWNhbBtjaGFydC1heGVzLXByaW1hcnktdmVydGljYWwYY2hhcnQtZGF0YS1sYWJlbHMtY2VudGVyFmNoYXJ0LWRhdGEtbGFiZWxzLW5vbmUcY2hhcnQtcHJpbWFyeS1tYWpvci12ZXJ0aWNhbB1jaGFydC1heGVzLXByaW1hcnktaG9yaXpvbnRhbBBjaGFydC1sZWdlbmQtdG9wHmNoYXJ0LXByaW1hcnktbWlub3ItaG9yaXpvbnRhbB5jaGFydC1wcmltYXJ5LW1ham9yLWhvcml6b250YWwTY2hhcnQtbGVnZW5kLWJvdHRvbR1jaGFydC1kYXRhLWxhYmVscy1vdXRzaWRlLWVuZCJjaGFydC1heGlzLXRpdGxlcy1wcmltYXJ5LXZlcnRpY2FsEWNoYXJ0LWxlZ2VuZC1sZWZ0HWNoYXJ0LWRhdGEtbGFiZWxzLWluc2lkZS1iYXNlHGNoYXJ0LWRhdGEtbGFiZWxzLWluc2lkZS1lbmQQY2hhcnQtdGl0bGUtbm9uZRxjaGFydC10aXRsZS1jZW50ZXJlZC1vdmVybGF5FGNoYXJ0LTJkLXN0YWNrZWQtYmFyFWNoYXJ0LTJkLXN0YWNrZWQtbGluZQtjaGFydC1kb251dA5jaGFydC0yZC1waWUtMhljaGFydC0yZC1jbHVzdGVyZWQtY29sdW1uIWNoYXJ0LTJkLTEwMC1wZXJjZW50LXN0YWNrZWQtYXJlYRZjaGFydC0yZC1jbHVzdGVyZWQtYmFyIGNoYXJ0LTJkLTEwMC1wZXJjZW50LXN0YWNrZWQtYmFyDWNoYXJ0LTJkLWxpbmUjY2hhcnQtMmQtMTAwLXBlcmNlbnQtc3RhY2tlZC1jb2x1bW4hY2hhcnQtMmQtMTAwLXBlcmNlbnQtc3RhY2tlZC1saW5lFWNoYXJ0LTJkLXN0YWNrZWQtYXJlYRBjaGFydC1pbnNlcnQtYmFyDWNoYXJ0LTJkLWFyZWETbW9yZS1zY2F0dGVyLWNoYXJ0cxdjaGFydC0yZC1zdGFja2VkLWNvbHVtbg50aW1lbGluZS1tb250aAlkcmFnLWZpbGwMY2lyY2xlLWNsb3NlBnJlc2l6ZQ9jaGV2cm9uLXVwLWZpbGwEaG9tZQlzb3J0aW5nLTMRY2hldnJvbi1sZWZ0LWZpbGwSY2hldnJvbi1yaWdodC1maWxsFGludGVybWVkaWF0ZS1zdGF0ZS0yCHNldHRpbmdzC2NoZWNrLXNtYWxsC3RhYmxlLW1lcmdlDHRhYmxlLW5lc3RlZBB0YWJsZS1pbnNlcnQtcm93E3RhYmxlLWluc2VydC1jb2x1bW4VdGFibGUtb3ZlcndyaXRlLWNlbGxzCWV5ZS1zbGFzaA1nYW50dC1ncmlwcGVyDWJyaW5nLXRvLXZpZXcPYnJpbmctdG8tY2VudGVyB3dhcm5pbmcNY3JpdGljYWwtcGF0aBJib3JkZXItZGlhZ29uYWwtdXAUYm9yZGVyLWRpYWdvbmFsLWRvd24NYm9yZGVyLWN1c3RvbQ1ib3JkZXItbm9uZS0xCmJvcmRlci1ib3gPYm9yZGVyLXNoYWRvdy0xD2JvcmRlci1zaGFkb3ctMgVhdWRpbwV2aWRlbwAA) format("truetype")}.e-icons{font-family:"e-icons";font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none}.e-icons.e-small{font-size:8px}.e-icons.e-medium{font-size:16px}.e-icons.e-large{font-size:24px}.e-icons.e-export-pdf:before{content:""}.e-icons.e-more-vertical-2:before{content:""}.e-icons.e-sub-total:before{content:""}.e-icons.e-table-align-right:before{content:""}.e-icons.e-header:before{content:""}.e-icons.e-clock:before{content:""}.e-icons.e-refresh:before{content:""}.e-icons.e-align-top:before{content:""}.e-icons.e-arrow-right-up:before{content:""}.e-icons.e-user-defined:before{content:""}.e-icons.e-protect-sheet:before{content:""}.e-icons.e-paste:before{content:""}.e-icons.e-play:before{content:""}.e-icons.e-chevron-down-fill:before{content:""}.e-icons.e-insert-right:before{content:""}.e-icons.e-paste-text-only:before{content:""}.e-icons.e-replace:before{content:""}.e-icons.e-level-4:before{content:""}.e-icons.e-upload-1:before{content:""}.e-icons.e-undo:before{content:""}.e-icons.e-delete-column:before{content:""}.e-icons.e-restart-at-1:before{content:""}.e-icons.e-perimeter:before{content:""}.e-icons.e-stamp:before{content:""}.e-icons.e-continue-numbering:before{content:""}.e-icons.e-align-right:before{content:""}.e-icons.e-show-hide-panel:before{content:""}.e-icons.e-conditional-formatting:before{content:""}.e-icons.e-more-horizontal-1:before{content:""}.e-icons.e-send:before{content:""}.e-icons.e-cell:before{content:""}.e-icons.e-sort-descending-2:before{content:""}.e-icons.e-timeline-work-week:before{content:""}.e-icons.e-justify:before{content:""}.e-icons.e-hyperlink-edit:before{content:""}.e-icons.e-rectangle:before{content:""}.e-icons.e-group-icon:before{content:""}.e-icons.e-line-small:before{content:""}.e-icons.e-drag-and-drop:before{content:""}.e-icons.e-check-large:before{content:""}.e-icons.e-shapes:before{content:""}.e-icons.e-chevron-down:before{content:""}.e-icons.e-decrease-indent:before{content:""}.e-icons.e-circle-check:before{content:""}.e-icons.e-filter-clear:before{content:""}.e-icons.e-notes:before{content:""}.e-icons.e-export:before{content:""}.e-icons.e-bring-forward:before{content:""}.e-icons.e-edit:before{content:""}.e-icons.e-filter-main:before{content:""}.e-icons.e-split-vertical:before{content:""}.e-icons.e-comment-show:before{content:""}.e-icons.e-chevron-down-small:before{content:""}.e-icons.e-filter-active:before{content:""}.e-icons.e-drag-and-drop-indicator:before{content:""}.e-icons.e-bold:before{content:""}.e-icons.e-chevron-left-small:before{content:""}.e-icons.e-highlight-color:before{content:""}.e-icons.e-print-layout:before{content:""}.e-icons.e-between:before{content:""}.e-icons.e-link-remove:before{content:""}.e-icons.e-table-of-content:before{content:""}.e-icons.e-grip-vertical:before{content:""}.e-icons.e-kpi:before{content:""}.e-icons.e-redaction:before{content:""}.e-icons.e-volume:before{content:""}.e-icons.e-break-page:before{content:""}.e-icons.e-length:before{content:""}.e-icons.e-chevron-left-double:before{content:""}.e-icons.e-hyperlink-copy:before{content:""}.e-icons.e-lower-case:before{content:""}.e-icons.e-bullet-2:before{content:""}.e-icons.e-chevron-right:before{content:""}.e-icons.e-ungroup-1:before{content:""}.e-icons.e-auto-fit-content:before{content:""}.e-icons.e-filtered-sort-descending:before{content:""}.e-icons.e-agenda-date-range:before{content:""}.e-icons.e-grand-total:before{content:""}.e-icons.e-mouse-pointer:before{content:""}.e-icons.e-align-middle:before{content:""}.e-icons.e-bookmark:before{content:""}.e-icons.e-field-settings:before{content:""}.e-icons.e-paste-match-destination:before{content:""}.e-icons.e-password:before{content:""}.e-icons.e-search:before{content:""}.e-icons.e-redo:before{content:""}.e-icons.e-location:before{content:""}.e-icons.e-link:before{content:""}.e-icons.e-strikethrough:before{content:""}.e-icons.e-auto-fit-window:before{content:""}.e-icons.e-italic:before{content:""}.e-icons.e-month-agenda:before{content:""}.e-icons.e-chevron-right-small:before{content:""}.e-icons.e-print:before{content:""}.e-icons.e-timeline-today:before{content:""}.e-icons.e-text-that-contains:before{content:""}.e-icons.e-folder-open:before{content:""}.e-icons.e-resizer-1:before{content:""}.e-icons.e-break-section:before{content:""}.e-icons.e-bullet-6:before{content:""}.e-icons.e-iconsets:before{content:""}.e-icons.e-chevron-left:before{content:""}.e-icons.e-border-bottom:before{content:""}.e-icons.e-spacing-after:before{content:""}.e-icons.e-circle-add:before{content:""}.e-icons.e-text-alternative:before{content:""}.e-icons.e-level-1:before{content:""}.e-icons.e-two-column:before{content:""}.e-icons.e-top-10:before{content:""}.e-icons.e-rename:before{content:""}.e-icons.e-style:before{content:""}.e-icons.e-font-name:before{content:""}.e-icons.e-more-vertical-1:before{content:""}.e-icons.e-line-very-small:before{content:""}.e-icons.e-repeat:before{content:""}.e-icons.e-arrow-left:before{content:""}.e-icons.e-check:before{content:""}.e-icons.e-vertical-align-top:before{content:""}.e-icons.e-chevron-up:before{content:""}.e-icons.e-bottom-10:before{content:""}.e-icons.e-day:before{content:""}.e-icons.e-ungroup-2:before{content:""}.e-icons.e-open-link:before{content:""}.e-icons.e-pause:before{content:""}.e-icons.e-copy:before{content:""}.e-icons.e-page-numbering:before{content:""}.e-icons.e-list-unordered:before{content:""}.e-icons.e-freeze-row:before{content:""}.e-icons.e-level-3:before{content:""}.e-icons.e-export-xls:before{content:""}.e-icons.e-comment-reopen:before{content:""}.e-icons.e-paint-bucket:before{content:""}.e-icons.e-border-diagonal-1:before{content:""}.e-icons.e-fixed-column-width:before{content:""}.e-icons.e-image:before{content:""}.e-icons.e-number-formatting:before{content:""}.e-icons.e-protect-workbook:before{content:""}.e-icons.e-recurrence-edit:before{content:""}.e-icons.e-send-to-back:before{content:""}.e-icons.e-insert-left:before{content:""}.e-icons.e-area:before{content:""}.e-icons.e-line-spacing:before{content:""}.e-icons.e-select-all:before{content:""}.e-icons.e-border-inner:before{content:""}.e-icons.e-radius:before{content:""}.e-icons.e-data-bars:before{content:""}.e-icons.e-border-middle:before{content:""}.e-icons.e-upper-case:before{content:""}.e-icons.e-page-setup:before{content:""}.e-icons.e-zoom-in:before{content:""}.e-icons.e-filtered:before{content:""}.e-icons.e-hyperlink-open:before{content:""}.e-icons.e-calculated-member:before{content:""}.e-icons.e-menu:before{content:""}.e-icons.e-greater-than:before{content:""}.e-icons.e-bullet-4:before{content:""}.e-icons.e-bottom-10-items:before{content:""}.e-icons.e-border-diagonal-2:before{content:""}.e-icons.e-thumbnail:before{content:""}.e-icons.e-font-color:before{content:""}.e-icons.e-align-bottom:before{content:""}.e-icons.e-download:before{content:""}.e-icons.e-clear-rules:before{content:""}.e-icons.e-sort-ascending:before{content:""}.e-icons.e-split-horizontal:before{content:""}.e-icons.e-group-2:before{content:""}.e-icons.e-drop-down:before{content:""}.e-icons.e-superscript:before{content:""}.e-icons.e-changes-accept:before{content:""}.e-icons.e-chevron-right-double:before{content:""}.e-icons.e-sort-ascending-2:before{content:""}.e-icons.e-border-right:before{content:""}.e-icons.e-mdx:before{content:""}.e-icons.e-border-outer:before{content:""}.e-icons.e-save-as:before{content:""}.e-icons.e-end-footnote:before{content:""}.e-icons.e-exit-full-screen:before{content:""}.e-icons.e-pan:before{content:""}.e-icons.e-radio-button:before{content:""}.e-icons.e-text-annotation:before{content:""}.e-icons.e-user:before{content:""}.e-icons.e-spacing-before:before{content:""}.e-icons.e-sort-descending:before{content:""}.e-icons.e-display:before{content:""}.e-icons.e-align-left:before{content:""}.e-icons.e-people:before{content:""}.e-icons.e-export-csv:before{content:""}.e-icons.e-footer:before{content:""}.e-icons.e-break:before{content:""}.e-icons.e-date-occurring:before{content:""}.e-icons.e-bullet-3:before{content:""}.e-icons.e-stroke-width:before{content:""}.e-icons.e-description:before{content:""}.e-icons.e-export-excel:before{content:""}.e-icons.e-table-cell:before{content:""}.e-icons.e-text-header:before{content:""}.e-icons.e-line-normal:before{content:""}.e-icons.e-month:before{content:""}.e-icons.e-color-scales:before{content:""}.e-icons.e-change-scale-ratio:before{content:""}.e-icons.e-save:before{content:""}.e-icons.e-expand:before{content:""}.e-icons.e-circle:before{content:""}.e-icons.e-list-ordered:before{content:""}.e-icons.e-erase:before{content:""}.e-icons.e-form-field:before{content:""}.e-icons.e-text-wrap:before{content:""}.e-icons.e-export-svg:before{content:""}.e-icons.e-bullet-1:before{content:""}.e-icons.e-border-all:before{content:""}.e-icons.e-sum:before{content:""}.e-icons.e-web-layout:before{content:""}.e-icons.e-selection:before{content:""}.e-icons.e-table-border-custom:before{content:""}.e-icons.e-below-average:before{content:""}.e-icons.e-less-than:before{content:""}.e-icons.e-arrow-down:before{content:""}.e-icons.e-vertical-align-bottom:before{content:""}.e-icons.e-timeline-day:before{content:""}.e-icons.e-signature:before{content:""}.e-icons.e-file-new:before{content:""}.e-icons.e-chevron-up-small:before{content:""}.e-icons.e-eye:before{content:""}.e-icons.e-arrow-up:before{content:""}.e-icons.e-border-top:before{content:""}.e-icons.e-opacity:before{content:""}.e-icons.e-intermediate-state:before{content:""}.e-icons.e-resizer-vertical:before{content:""}.e-icons.e-check-box:before{content:""}.e-icons.e-vertical-align-center:before{content:""}.e-icons.e-two-row:before{content:""}.e-icons.e-close:before{content:""}.e-icons.e-all:before{content:""}.e-icons.e-table:before{content:""}.e-icons.e-hide-headings:before{content:""}.e-icons.e-table-cell-none:before{content:""}.e-icons.e-freeze-pane:before{content:""}.e-icons.e-send-backward:before{content:""}.e-icons.e-export-png:before{content:""}.e-icons.e-duplicate-cell:before{content:""}.e-icons.e-spell-check:before{content:""}.e-icons.e-table-align-center:before{content:""}.e-icons.e-delete-row:before{content:""}.e-icons.e-none:before{content:""}.e-icons.e-group-1:before{content:""}.e-icons.e-change-case:before{content:""}.e-icons.e-table-align-left:before{content:""}.e-icons.e-filter:before{content:""}.e-icons.e-clear-form:before{content:""}.e-icons.e-arrow-right:before{content:""}.e-icons.e-hide-formula-bar:before{content:""}.e-icons.e-cut:before{content:""}.e-icons.e-bullet-5:before{content:""}.e-icons.e-resizer-horizontal:before{content:""}.e-icons.e-chevron-down-double:before{content:""}.e-icons.e-lock:before{content:""}.e-icons.e-circle-info:before{content:""}.e-icons.e-insert-below:before{content:""}.e-icons.e-pentagon:before{content:""}.e-icons.e-clear-format:before{content:""}.e-icons.e-time-zone:before{content:""}.e-icons.e-plus:before{content:""}.e-icons.e-border-left:before{content:""}.e-icons.e-level-2:before{content:""}.e-icons.e-above-average:before{content:""}.e-icons.e-order:before{content:""}.e-icons.e-subscript:before{content:""}.e-icons.e-changes-track:before{content:""}.e-icons.e-hyperlink-remove:before{content:""}.e-icons.e-top-bottom-rules:before{content:""}.e-icons.e-code-view:before{content:""}.e-icons.e-collapse-2:before{content:""}.e-icons.e-increase-indent:before{content:""}.e-icons.e-table-delete:before{content:""}.e-icons.e-conditional-formatting-large:before{content:""}.e-icons.e-align-center:before{content:""}.e-icons.e-reapply:before{content:""}.e-icons.e-changes-reject:before{content:""}.e-icons.e-hide-gridlines:before{content:""}.e-icons.e-week:before{content:""}.e-icons.e-last-page:before{content:""}.e-icons.e-line:before{content:""}.e-icons.e-equalto:before{content:""}.e-icons.e-circle-remove:before{content:""}.e-icons.e-full-screen:before{content:""}.e-icons.e-dimension:before{content:""}.e-icons.e-filtered-sort-ascending:before{content:""}.e-icons.e-timeline-week:before{content:""}.e-icons.e-trash:before{content:""}.e-icons.e-properties-1:before{content:""}.e-icons.e-chevron-up-double:before{content:""}.e-icons.e-sorting-2:before{content:""}.e-icons.e-sorting-1:before{content:""}.e-icons.e-zoom-out:before{content:""}.e-icons.e-chart:before{content:""}.e-icons.e-border-none:before{content:""}.e-icons.e-table-update:before{content:""}.e-icons.e-named-set:before{content:""}.e-icons.e-annotation-edit:before{content:""}.e-icons.e-view-side:before{content:""}.e-icons.e-comment-add:before{content:""}.e-icons.e-grid-view:before{content:""}.e-icons.e-caption:before{content:""}.e-icons.e-underline:before{content:""}.e-icons.e-text-form:before{content:""}.e-icons.e-insert-code:before{content:""}.e-icons.e-resizer-right:before{content:""}.e-icons.e-first-page:before{content:""}.e-icons.e-box:before{content:""}.e-icons.e-data-validation:before{content:""}.e-icons.e-insert-above:before{content:""}.e-icons.e-level-5:before{content:""}.e-icons.e-zoom-to-fit:before{content:""}.e-icons.e-error-treeview:before{content:""}.e-icons.e-merge-cells:before{content:""}.e-icons.e-border-center:before{content:""}.e-icons.e-folder:before{content:""}.e-icons.e-highlight:before{content:""}.e-icons.e-properties-2:before{content:""}.e-icons.e-table-2:before{content:""}.e-icons.e-bring-to-front:before{content:""}.e-icons.e-freeze-column:before{content:""}.e-icons.e-paste-style:before{content:""}.e-icons.e-unfiltered:before{content:""}.e-icons.e-paragraph:before{content:""}.e-icons.e-chart-insert-column:before{content:""}.e-icons.e-chart-legend:before{content:""}.e-icons.e-chart-insert-x-y-scatter:before{content:""}.e-icons.e-add-chart-element:before{content:""}.e-icons.e-chart-gridlines:before{content:""}.e-icons.e-chart-insert-line:before{content:""}.e-icons.e-chart-switch-row-column:before{content:""}.e-icons.e-chart-axes:before{content:""}.e-icons.e-chart-lines:before{content:""}.e-icons.e-chart-axis-titles:before{content:""}.e-icons.e-chart-title:before{content:""}.e-icons.e-chart-insert-pie:before{content:""}.e-icons.e-chart-data-labels:before{content:""}.e-icons.e-chart-axis-titles-primary-horizontal:before{content:""}.e-icons.e-chart-legend-none:before{content:""}.e-icons.e-chart-legend-right:before{content:""}.e-icons.e-chart-primary-minor-vertical:before{content:""}.e-icons.e-chart-axes-primary-vertical:before{content:""}.e-icons.e-chart-data-labels-center:before{content:""}.e-icons.e-chart-data-labels-none:before{content:""}.e-icons.e-chart-primary-major-vertical:before{content:""}.e-icons.e-chart-axes-primary-horizontal:before{content:""}.e-icons.e-chart-legend-top:before{content:""}.e-icons.e-chart-primary-minor-horizontal:before{content:""}.e-icons.e-chart-primary-major-horizontal:before{content:""}.e-icons.e-chart-legend-bottom:before{content:""}.e-icons.e-chart-data-labels-outside-end:before{content:""}.e-icons.e-chart-axis-titles-primary-vertical:before{content:""}.e-icons.e-chart-legend-left:before{content:""}.e-icons.e-chart-data-labels-inside-base:before{content:""}.e-icons.e-chart-data-labels-inside-end:before{content:""}.e-icons.e-chart-title-none:before{content:""}.e-icons.e-chart-title-centered-overlay:before{content:""}.e-icons.e-chart-2d-stacked-bar:before{content:""}.e-icons.e-chart-2d-stacked-line:before{content:""}.e-icons.e-chart-donut:before{content:""}.e-icons.e-chart-2d-pie-2:before{content:""}.e-icons.e-chart-2d-clustered-column:before{content:""}.e-icons.e-chart-2d-100-percent-stacked-area:before{content:""}.e-icons.e-chart-2d-clustered-bar:before{content:""}.e-icons.e-chart-2d-100-percent-stacked-bar:before{content:""}.e-icons.e-chart-2d-line:before{content:""}.e-icons.e-chart-2d-100-percent-stacked-column:before{content:""}.e-icons.e-chart-2d-100-percent-stacked-line:before{content:""}.e-icons.e-chart-2d-stacked-area:before{content:""}.e-icons.e-chart-insert-bar:before{content:""}.e-icons.e-chart-2d-area:before{content:""}.e-icons.e-more-scatter-charts:before{content:""}.e-icons.e-chart-2d-stacked-column:before{content:""}.e-icons.e-timeline-month:before{content:""}.e-icons.e-drag-fill:before{content:""}.e-icons.e-circle-close:before{content:""}.e-icons.e-resize:before{content:""}.e-icons.e-chevron-up-fill:before{content:""}.e-icons.e-home:before{content:""}.e-icons.e-sorting-3:before{content:""}.e-icons.e-chevron-left-fill:before{content:""}.e-icons.e-chevron-right-fill:before{content:""}.e-icons.e-intermediate-state-2:before{content:""}.e-icons.e-settings:before{content:""}.e-icons.e-check-small:before{content:""}.e-icons.e-table-merge:before{content:""}.e-icons.e-table-nested:before{content:""}.e-icons.e-table-insert-row:before{content:""}.e-icons.e-table-insert-column:before{content:""}.e-icons.e-table-overwrite-cells:before{content:""}.e-icons.e-eye-slash:before{content:""}.e-icons.e-gantt-gripper:before{content:""}.e-icons.e-bring-to-view:before{content:""}.e-icons.e-bring-to-center:before{content:""}.e-icons.e-warning:before{content:""}.e-icons.e-critical-path:before{content:""}.e-icons.e-border-diagonal-up:before{content:""}.e-icons.e-border-diagonal-down:before{content:""}.e-icons.e-border-custom:before{content:""}.e-icons.e-border-none-1:before{content:""}.e-icons.e-border-box:before{content:""}.e-icons.e-border-shadow-1:before{content:""}.e-icons.e-border-shadow-2:before{content:""}.e-icons.e-audio:before{content:""}.e-icons.e-video:before{content:""}/*! common core */.e-control,.e-css{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:12px;font-weight:400}.e-error{color:#dc3545;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:12px;font-weight:400}.e-control,.e-control [class^=e-],.e-control [class*=" e-"]{box-sizing:border-box}.e-control:focus,.e-control *:focus{outline:none}.e-rtl{direction:rtl;text-align:right}.e-overlay{background-color:rgba(0,0,0,.5);filter:alpha(opacity=50);height:100%;opacity:.5;pointer-events:none;-ms-touch-action:none;touch-action:none;width:100%}.e-hidden{display:none}.e-blazor-hidden{visibility:hidden}.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;-ms-user-select:none;user-select:none}.e-warning{color:#ffc107}.e-success{color:#198754}.e-information{color:#0dcaf0}.e-block-touch{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}/*! animation keyframes */@keyframes SlideLeftOut{from{transform:translate(0, 0)}to{transform:translate(-100%, 0)}}@keyframes SlideLeftIn{from{transform:translate(-100%, 0)}to{transform:translate(0, 0)}}@keyframes SlideRightIn{from{transform:translate(100%, 0)}to{transform:translate(0, 0)}}@keyframes SlideRightOut{from{transform:translate(0, 0)}to{transform:translate(100%, 0)}}@keyframes SlideBottomIn{from{transform:translate(0, 100%)}to{transform:translate(0, 0)}}@keyframes SlideBottomOut{from{transform:translate(0, 0)}to{transform:translate(0, 100%)}}@keyframes SlideTopIn{from{transform:translate(0, -100%)}to{transform:translate(0, 0)}}@keyframes SlideTopOut{from{transform:translate(0, 0)}to{transform:translate(0, -100%)}}@keyframes SlideRight{from{width:0}to{width:100%}}@keyframes SlideLeft{from{width:100%}to{width:0}}@keyframes SlideDown{from{height:0}to{height:100%}}@keyframes SlideUp{from{height:100%}to{height:0}}@keyframes FadeIn{0%{filter:alpha(opacity=0);opacity:0}100%{filter:alpha(opacity=100);opacity:1}}@keyframes FadeOut{from{filter:alpha(opacity=100);opacity:1}to{filter:alpha(opacity=0);opacity:0}}@keyframes ZoomIn{from{transform:translate(0, 0) scale(0)}to{transform:translate(0, 0) scale(1)}}@keyframes ZoomOut{from{transform:translate(0, 0) scale(1)}to{transform:translate(0, 0) scale(0)}}@keyframes FadeZoomIn{from{filter:alpha(opacity=0);opacity:0;transform:scale(0)}to{filter:alpha(opacity=100);opacity:1;transform:scale(1)}}@keyframes FadeZoomOut{from{filter:alpha(opacity=100);opacity:1;transform:scale(1)}to{filter:alpha(opacity=0);opacity:0;transform:scale(0)}}@keyframes FlipRightDownIn{from{transform:perspective(400px) rotateY(-180deg);transform-origin:right center;transform-style:preserve-3d}to{transform:rotateY(0deg);transform-origin:right center;transform-style:preserve-3d}}@keyframes FlipRightDownOut{from{transform:perspective(400px) rotateY(0deg);transform-origin:right center;transform-style:preserve-3d}to{transform:rotateY(-180deg);transform-origin:right center;transform-style:preserve-3d}}@keyframes FlipRightUpIn{from{transform:perspective(400px) rotateY(135deg);transform-origin:right center;transform-style:preserve-3d}to{transform:rotateY(0deg);transform-origin:right center;transform-style:preserve-3d}}@keyframes FlipRightUpOut{from{transform:perspective(400px) rotateY(0deg);transform-origin:right center;transform-style:preserve-3d}to{transform:rotateY(135deg);transform-origin:right center;transform-style:preserve-3d}}@keyframes FlipLeftDownIn{from{transform:perspective(400px) rotateY(-180deg);transform-origin:left center;transform-style:preserve-3d}to{transform:rotateY(0deg);transform-origin:left center;transform-style:preserve-3d}}@keyframes FlipLeftDownOut{from{transform:perspective(400px) rotateY(0deg);transform-origin:left center;transform-style:preserve-3d}to{transform:rotateY(135deg);transform-origin:left center;transform-style:preserve-3d}}@keyframes FlipLeftUpIn{from{transform:perspective(400px) rotateY(-135deg);transform-origin:left center;transform-style:preserve-3d}to{transform:rotateY(0deg);transform-origin:left center;transform-style:preserve-3d}}@keyframes FlipLeftUpOut{from{transform:perspective(400px) rotateY(0deg);transform-origin:left center;transform-style:preserve-3d}to{transform:rotateY(135deg) perspective(200px);transform-origin:left center;transform-style:preserve-3d}}@keyframes FlipYLeftIn{from{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{from{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{from{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{from{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{from{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{from{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{from{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{from{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:translate3d(0, 0, 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, 0.1, 0.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}/*! Accordion's bootstrap5 theme wise override definitions and variables *//*! accordion icons */.e-accordion .e-tgl-collapse-icon::before{content:""}.e-accordion .e-tgl-collapse-icon.e-expand-icon{transform:rotate(-180deg)}/*! accordion layout */.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content{font-size:16px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel{font-size:16px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-panel:not(.e-nested)>.e-acrdn-content,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-panel:not(.e-nested)>.e-acrdn-content{padding:20px 20px 20px 28px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-header,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-header{padding:12px 0 12px 28px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content{padding:0}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion{border:0}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header{padding:12px 0 12px 40px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content{padding:24px 24px 24px 40px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content{font-size:14px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header{line-height:24px;min-height:48px;padding:13px 20px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon{height:48px;min-height:48px;min-width:24px;right:16px;font-size:22px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon{display:inline-block;padding:0 12px 0 0}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons{font-size:20px}.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content{padding:16px}.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-panel:not(.e-nested)>.e-acrdn-content,.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-panel:not(.e-nested)>.e-acrdn-content{padding:20px 28px 20px 20px}.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-header,.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-header{padding:12px 28px 12px 0}.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header,.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header{padding:12px 40px 12px 0}.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content,.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content{padding:24px 40px 24px 24px}.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header,.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header{padding:11px 17px}.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon,.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon{left:16px;right:auto}.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon,.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon{padding:0 0 0 12px}.e-accordion{display:block;position:relative}.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.e-overlay{height:auto}.e-accordion .e-acrdn-item{padding-top:0;position:relative}.e-accordion .e-acrdn-item.e-hide{display:none}.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content{font-size:14px}.e-accordion .e-acrdn-item.e-select>.e-acrdn-header{cursor:pointer}.e-accordion .e-acrdn-item .e-acrdn-header{line-height:22px;min-height:38px;overflow:hidden;padding:10px 16px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px}.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:18px;height:38px;min-height:38px;min-width:22px;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-header .e-acrdn-header-icon .e-acrdn-icons.e-icons{font-size:18px}.e-accordion .e-acrdn-item .e-acrdn-panel{font-size:14px;overflow-y:hidden;text-decoration:none;width:100%}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-panel:not(.e-nested)>.e-acrdn-content{padding:16px 16px 16px 26px}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-header{padding:8px 0 8px 26px}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content{padding:0}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content .e-acrdn-panel.e-nested>.e-acrdn-content{padding:0}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion{border:0}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header{padding:8px 0 8px 38px}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content{padding:20px 20px 20px 38px}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header>.e-acrdn-header-content{font-weight:normal}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content{font-weight:normal}.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content{line-height:1.5;overflow:hidden;padding:12px;text-overflow:ellipsis}.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content>*{overflow:hidden;text-overflow:ellipsis}.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-header-content{font-size:14px}.e-accordion .e-acrdn-item .e-content-hide{display:none}.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-panel:not(.e-nested)>.e-acrdn-content{padding:16px 26px 16px 16px}.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content>.e-accordion>.e-acrdn-item>.e-acrdn-header{padding:8px 26px 8px 0}.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:8px 38px 8px 0}.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested>.e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-panel .e-acrdn-content{padding:20px 38px 20px 20px}.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header{padding:7px 12px}.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:rgba(0,0,0,0);background:#fff;border:1px solid #dee2e6;border-radius:4px}.e-accordion .e-active{background:#fff}.e-accordion .e-acrdn-item{border-bottom:1px solid #dee2e6}.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus{border-radius:4px 4px 0 0}.e-accordion .e-acrdn-item:last-child{border-bottom:0}.e-accordion .e-acrdn-item:last-child:not(.e-expand-state) .e-acrdn-header:focus{border-radius:0 0 4px 4px}.e-accordion .e-acrdn-item:last-child.e-selected .e-acrdn-header:focus{border-radius:0}.e-accordion .e-acrdn-item.e-overlay{background:#fff}.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons{color:#adb5bd}.e-accordion .e-acrdn-item.e-overlay.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content{color:#adb5bd}.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state>.e-acrdn-header:focus{background:#e7f1ff}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child{border-bottom:1px none #dee2e6}.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content{color:#212529}.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content{color:#212529}.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content{color:#212529}.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon{color:#6c757d}.e-accordion .e-acrdn-item .e-acrdn-header:active{background:#e7f1ff}.e-accordion .e-acrdn-item .e-acrdn-header:focus{box-shadow:0 0 0 4px rgba(13,110,253,.25)}.e-accordion .e-acrdn-item.e-selected.e-select{border-bottom:1px none #dee2e6;border-top:1px none #dee2e6;border-bottom:1px solid #dee2e6}.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child{border-bottom:1px none #dee2e6}.e-accordion .e-acrdn-item.e-selected>.e-acrdn-header{background:#e7f1ff;border-bottom:1px solid #dee2e6}.e-accordion .e-acrdn-item.e-selected>.e-acrdn-header>.e-toggle-icon,.e-accordion .e-acrdn-item.e-selected>.e-acrdn-header>.e-acrdn-header-content{color:#0d6efd}.e-accordion .e-acrdn-item.e-selected>.e-acrdn-header:focus{box-shadow:0 0 0 4px rgba(13,110,253,.25)}.e-accordion .e-acrdn-item.e-selected+.e-selected{border-top:1px none #dee2e6}.e-accordion .e-acrdn-item.e-selected .e-selected:last-child{border-bottom:1px none #dee2e6}.e-accordion .e-acrdn-item.e-selected>.e-acrdn-panel .e-acrdn-content{color:#212529}.e-accordion .e-acrdn-item.e-selected>.e-acrdn-panel .e-acrdn-header-content{color:#212529}.e-accordion .e-acrdn-item .e-toggle-icon{color:#6c757d}.e-accordion .e-acrdn-item .e-acrdn-panel{font-size:14px}@keyframes material-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fabric-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.e-dropdownbase .e-list-group-item,.e-fixed-head{font-size:12px}.e-small .e-dropdownbase .e-list-group-item,.e-small .e-fixed-head,.e-small.e-dropdownbase .e-list-group-item,.e-small.e-fixed-head{font-size:10px}.e-bigger .e-dropdownbase .e-list-group-item,.e-bigger .e-fixed-head,.e-bigger.e-dropdownbase .e-list-group-item,.e-bigger.e-fixed-head{font-size:14px}.e-bigger.e-small .e-dropdownbase .e-list-group-item,.e-bigger.e-small .e-fixed-head,.e-bigger.e-small.e-dropdownbase .e-list-group-item,.e-bigger.e-small.e-fixed-head{font-size:12px}.e-dropdownbase .e-list-item .e-list-icon{padding:0 8px 0 0}.e-bigger .e-dropdownbase .e-list-item .e-list-icon,.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon{padding:0 12px 0 0}.e-small .e-dropdownbase .e-list-item .e-list-icon{padding:0 6px 0 0}.e-popup.e-ddl{border-radius:4px;box-shadow:none;margin-top:3px}.e-popup.e-ddl .e-input-group{width:auto}.e-popup.e-ddl .e-input-group input{line-height:15px}.e-popup.e-ddl .e-dropdownbase{min-height:26px}.e-popup.e-ddl .e-filter-parent .e-input-group{display:-ms-flexbox;display:flex;width:auto}.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon{border:0}.e-bigger .e-popup.e-ddl-device-filter{margin-top:0}.e-bigger .e-popup.e-ddl .e-list-item{font-size:16px;line-height:32px;padding-left:0;text-indent:16px}.e-bigger .e-popup.e-ddl .e-list-group-item,.e-bigger .e-popup.e-ddl .e-fixed-head{font-size:14px;line-height:32px;padding-left:0;text-indent:16px}.e-bigger .e-popup.e-ddl .e-dd-group .e-list-item{padding-left:0}.e-bigger .e-popup.e-ddl .e-input-group input,.e-bigger .e-popup.e-ddl .e-input-group input.e-input{font-size:16px;height:36px}.e-bigger .e-popup.e-ddl .e-dropdownbase{min-height:40px}.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],.e-float-input.e-control-wrapper.e-ddl input[readonly]{background:rgba(0,0,0,0)}.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly]{background:#e9ecef}.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-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover{background:rgba(0,0,0,0);color:#6c757d}.e-input-group.e-ddl .e-input[readonly]~span.e-input-group-icon.e-ddl-icon,.e-input-group.e-control-wrapper.e-ddl .e-input[readonly]~span.e-input-group-icon.e-ddl-icon,.e-float-input.e-ddl input[readonly]~span.e-input-group-icon.e-ddl-icon,.e-float-input.e-control-wrapper.e-ddl input[readonly]~span.e-input-group-icon.e-ddl-icon{background:rgba(0,0,0,0);color:#6c757d}.e-input-group.e-ddl.e-readonly .e-input[readonly]~span.e-input-group-icon.e-ddl-icon.e-search-icon,.e-input-group.e-control-wrapper.e-readonly .e-input[readonly]~span.e-input-group-icon.e-ddl-icon.e-search-icon,.e-float-input.e-ddl.e-readonly .e-input[readonly]~span.e-input-group-icon.e-ddl-icon.e-search-icon,.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly]~span.e-input-group-icon.e-ddl-icon.e-search-icon{background:#e9ecef}.e-input-group:not(.e-disabled) .e-control.e-dropdownlist~.e-ddl-icon,.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist~.e-input-group-icon,.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon{border:0}.e-input-group:not(.e-disabled) .e-control.e-dropdownlist~.e-input-group-icon:active,.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active{box-shadow:none}.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon{background:rgba(0,0,0,0);display:-ms-flexbox;display:flex;position:relative}.e-ddl.e-popup .e-filter-parent .e-input-group,.e-ddl.e-popup .e-filter-parent{background:#fff}.e-input-group .e-control.e-dropdownlist~.e-ddl-icon{font-size:14px}.e-bigger .e-input-group .e-control.e-dropdownlist~.e-ddl-icon{font-size:16px}.e-bigger.e-small .e-ddl.e-popup .e-list-item,.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,.e-bigger.e-small .e-ddl.e-popup .e-fixed-head{font-size:14px;line-height:34px;padding-left:0;text-indent:16px}.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item{padding-left:4px}.e-bigger.e-small .e-ddl.e-popup .e-input-group input,.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input{height:30px}.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase{min-height:34px}.e-ddl .e-search-icon::before{content:""}.e-ddl .e-back-icon::before{content:""}.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before{content:"";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-item{font-size:16px}.e-bigger .e-ddl.e-popup .e-list-group-item{font-size:16px}.e-bigger.e-ddl.e-popup .e-list-item{font-size:16px}.e-bigger.e-ddl.e-popup .e-list-group-item{font-size:16px}.e-popup-full-page{bottom:0;left:0;margin:0;overflow:hidden;padding:0;right:0;top:0}.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter{margin:0}.e-ddl.e-control-wrapper .e-ddl-disable-icon{position:relative}.e-ddl.e-control-wrapper .e-ddl-disable-icon::before{content:""}.e-ddl-device-filter .e-filter-parent{background-color:#fff}.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:5px}.e-ddl.e-input-group:not(.e-disabled){cursor:pointer}.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before,.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after{width:0}.e-ddl.e-popup{background:#fff;border:1px solid #dee2e6;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-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,.e-ddl.e-float-input .e-ddl-hidden{-webkit-appearance:initial;border:0;height:0;padding:0;visibility:hidden;width:0}.e-ddl.e-input-group,.e-ddl.e-input-group.e-input-focus:focus{outline:none}.e-dropdownbase .e-list-item .e-highlight{display:inline;font-weight:bold;vertical-align:baseline}.e-ddl.e-input-group input[readonly]~.e-clear-icon:not(.e-clear-icon-hide),.e-float-input input[readonly]~.e-clear-icon:not(.e-clear-icon-hide),.e-float-input.e-input-group input[readonly]~.e-clear-icon:not(.e-clear-icon-hide){opacity:1}.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon,.e-input-group input.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon,.e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon,.e-float-input input.e-dropdownlist:not(:valid):first-child~.e-clear-icon,.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child~.e-clear-icon,.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child~.e-clear-icon,.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child~.e-clear-icon{display:-ms-flexbox;display:flex}.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-input-group input.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input input.e-dropdownlist:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide{display:none}.e-input-group.e-static-clear input.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-input-group.e-static-clear.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input.e-static-clear input.e-dropdownlist:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input.e-static-clear.e-control-wrapper input.e-dropdownlist:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input.e-static-clear.e-input-group input.e-dropdownlist:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input.e-static-clear.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child~.e-clear-icon.e-clear-icon-hide{cursor:pointer;display:-ms-flexbox;display:flex}.e-ddl.e-input-group .e-input-value,.e-ddl.e-input-group .e-input-value:focus{font-family:inherit;font-size:14px;height:auto;margin:0;outline:none;width:100%}.e-ddl.e-input-group input[readonly].e-input,.e-ddl.e-input-group input[readonly],.e-ddl.e-input-group .e-dropdownlist{pointer-events:none}ejs-autocomplete,ejs-combobox,ejs-dropdownlist{display:block}.e-small .e-ddl.e-popup .e-list-item,.e-input-group.e-ddl.e-small .e-list-item{font-size:12px}.e-small .e-ddl.e-popup .e-list-group-item,.e-input-group.e-ddl.e-small .e-list-group-item{font-size:12px}.e-small.e-ddl.e-popup .e-list-item,.e-input-group.e-ddl.e-small .e-list-item{font-size:12px}.e-small.e-ddl.e-popup .e-list-group-item,.e-input-group.e-ddl.e-small .e-list-group-item{font-size:12px}.e-bigger.e-small .e-ddl.e-popup .e-list-item,.e-bigger .e-input-group.e-ddl.e-small .e-list-item{font-size:14px}.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item{font-size:14px}.e-bigger.e-small.e-ddl.e-popup .e-list-item,.e-bigger .e-input-group.e-ddl.e-small .e-list-item{font-size:14px}.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item{font-size:14px}.e-content-placeholder.e-ddl.e-placeholder-ddl,.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,.e-content-placeholder.e-combobox.e-placeholder-combobox{background-size:300px 33px;min-height:33px}.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,.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{background-size:300px 40px;min-height:40px}.e-popup{border-color:#dee2e6}.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim>.e-float-text,.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard>.e-float-text{color:#fff}.e-float-input .e-clear-icon::before,.e-float-input.e-control-wrapper .e-clear-icon::before{content:"";font-family:"e-icons"}.e-input-group .e-clear-icon::before,.e-input-group.e-control-wrapper .e-clear-icon::before{content:"";font-family:"e-icons"}/*! input layout */.e-input-group,.e-input-group.e-control-wrapper{display:table;line-height:1.4;margin-bottom:0}input.e-input,.e-input-group input.e-input,.e-input-group.e-control-wrapper input.e-input,textarea.e-input,.e-input-group textarea.e-input,.e-input-group.e-control-wrapper textarea.e-input{border:0 solid;border-width:1px;height:auto;line-height:inherit;margin:0;margin-bottom:0;outline:none;padding:0;text-indent:8px;width:100%}input.e-input,textarea.e-input,.e-input-group,.e-input-group.e-control-wrapper{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;font-weight:400}.e-input-group.e-disabled,.e-input-group.e-control-wrapper.e-disabled{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;font-weight:400}.e-input-group input.e-input,.e-input-group.e-control-wrapper input.e-input,.e-input-group textarea.e-input,.e-input-group.e-control-wrapper textarea.e-input{font:inherit}input.e-input,.e-input-group input.e-input,.e-input-group input,.e-input-group.e-control-wrapper input.e-input,.e-input-group.e-control-wrapper input,.e-float-input input,.e-float-input.e-input-group input,.e-float-input.e-control-wrapper input,.e-float-input.e-control-wrapper.e-input-group input,input.e-input:focus,.e-input-group input.e-input:focus,.e-input-group input:focus,.e-input-group.e-control-wrapper input.e-input:focus,.e-input-group.e-control-wrapper input:focus,.e-float-input input:focus,.e-float-input.e-input-group input:focus,.e-float-input.e-control-wrapper input:focus,.e-float-input.e-control-wrapper.e-input-group input:focus{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-input-group.e-input-focus input.e-input,.e-input-group.e-input-focus input,.e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-input-group.e-control-wrapper.e-input-focus input,.e-float-input.e-input-focus input,.e-float-input.e-input-group.e-input-focus input,.e-float-input.e-control-wrapper.e-input-focus input,.e-float-input.e-control-wrapper.e-input-group.e-input-focus input{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}input.e-input,.e-input-group input.e-input,.e-input-group input,.e-input-group.e-control-wrapper input.e-input,.e-input-group.e-control-wrapper input,.e-float-input input,.e-float-input.e-input-group input,.e-float-input.e-control-wrapper input,.e-float-input.e-control-wrapper.e-input-group input,.e-input-group,.e-input-group.e-control-wrapper,.e-float-input,.e-float-input.e-control-wrapper{border-radius:4px}.e-input.e-small,.e-input-group.e-small,.e-input-group.e-control-wrapper.e-small,.e-input-group.e-small .e-input,.e-input-group.e-small input,.e-input-group.e-control-wrapper.e-small .e-input,.e-input-group.e-control-wrapper.e-small input,.e-float-input.e-small input,.e-float-input.e-input-group.e-small input,.e-float-input.e-control-wrapper.e-small input,.e-float-input.e-control-wrapper.e-input-group.e-small input,.e-float-input.e-small,.e-float-input.e-control-wrapper.e-small,.e-small .e-input-group,.e-small .e-input-group.e-control-wrapper,.e-small .e-input-group .e-input,.e-small .e-input-group input,.e-small .e-input-group.e-control-wrapper .e-input,.e-small .e-input-group.e-control-wrapper input,.e-small .e-float-input input,.e-small .e-float-input.e-input-group input,.e-small .e-float-input.e-control-wrapper input,.e-small .e-float-input.e-control-wrapper.e-input-group input,.e-small .e-float-input,.e-small .e-float-input.e-control-wrapper{border-radius:2px}.e-input:focus{border-width:1px;padding-bottom:0}.e-input.e-small:focus{border-width:1px;padding-bottom:0}.e-input.e-bigger:focus,.e-bigger .e-input:focus{padding-bottom:0}.e-input.e-small.e-bigger:focus,.e-bigger .e-input.e-small:focus{padding-bottom:0}.e-input-group input.e-input:focus,.e-input-group.e-control-wrapper input.e-input:focus,.e-input-group textarea.e-input:focus,.e-input-group.e-control-wrapper textarea.e-input:focus,.e-input-group.e-input-focus input.e-input,.e-input-group.e-control-wrapper.e-input-focus input.e-input{padding:0}.e-input-group textarea.e-input:focus,.e-input-group.e-control-wrapper textarea.e-input:focus{padding:4px 8px 4px 8px}input.e-input.e-bigger,textarea.e-input.e-bigger,.e-bigger input.e-input,.e-bigger textarea.e-input,.e-input-group.e-bigger,.e-bigger .e-input-group,.e-input-group.e-control-wrapper.e-bigger,.e-bigger .e-input-group.e-control-wrapper{border-radius:4px;font-size:16px}.e-input-group.e-bigger .e-input,.e-input-group.e-bigger input,.e-input-group.e-control-wrapper.e-bigger .e-input,.e-input-group.e-control-wrapper.e-bigger input,.e-float-input.e-bigger input,.e-float-input.e-input-group.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-bigger,.e-float-input.e-control-wrapper.e-bigger,.e-bigger .e-input-group .e-input,.e-bigger .e-input-group input,.e-bigger .e-input-group.e-control-wrapper .e-input,.e-bigger .e-input-group.e-control-wrapper input,.e-bigger .e-float-input input,.e-bigger .e-float-input.e-input-group input,.e-bigger .e-float-input.e-control-wrapper input,.e-bigger .e-float-input.e-control-wrapper.e-input-group input,.e-bigger .e-float-input,.e-bigger .e-float-input.e-control-wrapper{border-radius:4px}input.e-input.e-bigger.e-small,textarea.e-input.e-bigger.e-small,.e-bigger.e-small input.e-input,.e-bigger.e-small textarea.e-input,.e-input-group.e-bigger.e-small,.e-bigger.e-small .e-input-group,.e-bigger.e-small .e-input-group.e-control-wrapper{border-radius:4px}.e-input-group.e-bigger.e-small .e-input,.e-input-group.e-bigger.e-small input,.e-input-group.e-control-wrapper.e-bigger.e-small .e-input,.e-input-group.e-control-wrapper.e-bigger.e-small input,.e-float-input.e-bigger.e-small input,.e-float-input.e-input-group.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-bigger.e-small,.e-float-input.e-control-wrapper.e-bigger.e-small,.e-bigger.e-small .e-input-group .e-input,.e-bigger.e-small .e-input-group input,.e-bigger.e-small .e-input-group.e-control-wrapper .e-input,.e-bigger.e-small .e-input-group.e-control-wrapper input,.e-bigger.e-small .e-float-input input,.e-bigger.e-small .e-float-input.e-input-group input,.e-bigger.e-small .e-float-input.e-control-wrapper input,.e-bigger.e-small .e-float-input.e-control-wrapper.e-input-group input,.e-bigger.e-small .e-float-input,.e-bigger.e-small .e-float-input.e-control-wrapper{border-radius:4px}.e-input-group.e-bigger .e-input,.e-input-group.e-bigger.e-control-wrapper .e-input,.e-bigger .e-input-group .e-input,.e-bigger .e-input-group.e-control-wrapper .e-input{font:inherit}input.e-input.e-bigger,textarea.e-input.e-bigger,.e-input-group.e-bigger .e-input,.e-input-group.e-bigger.e-control-wrapper .e-input,.e-bigger input.e-input,.e-bigger textarea.e-input,.e-bigger .e-input-group .e-input,.e-bigger .e-input-group.e-control-wrapper .e-input{line-height:inherit;margin-bottom:0;padding:0}.e-input-group.e-bigger .e-input:focus,.e-bigger .e-input-group .e-input:focus,.e-input-group.e-control-wrapper.e-bigger .e-input:focus,.e-bigger .e-input-group.e-control-wrapper .e-input:focus,.e-input-group.e-bigger.e-input-focus .e-input,.e-bigger .e-input-group.e-input-focus .e-input,.e-input-group.e-control-wrapper.e-bigger.e-input-focus .e-input,.e-bigger .e-input-group.e-control-wrapper.e-input-focus .e-input{padding:0}.e-input-group .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon{-ms-flex-align:center;align-items:center;border:0 solid;border-width:0;box-sizing:content-box;cursor:pointer;-ms-flex-direction:column;flex-direction:column;font-size:14px;-ms-flex-pack:center;justify-content:center;line-height:1;min-height:30px;min-width:30px;padding:0;text-align:center;border:1px solid;border-bottom:0;border-collapse:collapse;border-top:0}.e-input-group .e-input-group-icon:last-child,.e-input-group.e-control-wrapper .e-input-group-icon:last-child{border-right-width:0}.e-input-group .e-input-group-icon+.e-input-group-icon .e-input-group.e-control-wrapper .e-input-group-icon+.e-input-group-icon{border-left-width:0}.e-input-group .e-input-group-icon:first-child,.e-input-group.e-control-wrapper .e-input-group-icon:first-child{border-left-width:0}.e-input-group.e-rtl .e-input-group-icon,.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon,.e-rtl .e-input-group .e-input-group-icon,.e-rtl .e-input-group.e-control-wrapper .e-input-group-icon{border-left-width:1px;border-right-width:0}.e-input-group.e-rtl .e-input-group-icon+.e-input-group-icon,.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon+.e-input-group-icon,.e-rtl .e-input-group .e-input-group-icon+.e-input-group-icon,.e-rtl .e-input-group.e-control-wrapper .e-input-group-icon+.e-input-group-icon{border-left-width:1px;border-right-width:0}.e-input-group.e-rtl input~.e-input-group-icon,.e-input-group.e-control-wrapper.e-rtl input~.e-input-group-icon,.e-rtl .e-input-group input~.e-input-group-icon,.e-rtl .e-input-group.e-control-wrapper input~.e-input-group-icon{border-left-width:0;border-right:1px solid #ced4da}.e-input-group.e-rtl input~.e-input-group-icon+.e-input-group-icon,.e-input-group.e-control-wrapper.e-rtl input~.e-input-group-icon+.e-input-group-icon,.e-rtl .e-input-group input~.e-input-group-icon+.e-input-group-icon,.e-rtl .e-input-group.e-control-wrapper input~.e-input-group-icon+.e-input-group-icon{border-left-width:0;border-right-width:1px}.e-input-group .e-input-group-icon+.e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon+.e-input-group-icon{border-left-width:0}.e-input-group .e-input-group-icon:last-child,.e-input-group.e-control-wrapper .e-input-group-icon:last-child{border-bottom-right-radius:3px;border-top-right-radius:3px}.e-input-group .e-input-group-icon:first-child,.e-input-group.e-control-wrapper .e-input-group-icon:first-child{border-bottom-left-radius:3px;border-top-left-radius:3px}.e-input-group.e-rtl .e-input-group-icon:last-child,.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child,.e-rtl .e-input-group .e-input-group-icon:last-child,.e-rtl .e-input-group.e-control-wrapper .e-input-group-icon:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:0;border-top-left-radius:3px;border-top-right-radius:0}.e-input-group.e-rtl .e-input-group-icon:first-child,.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:first-child,.e-rtl .e-input-group .e-input-group-icon:first-child,.e-rtl .e-input-group.e-control-wrapper .e-input-group-icon:first-child{border-bottom-left-radius:0;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:3px}.e-input-group.e-bigger .e-input-group-icon,.e-input-group .e-input-group-icon.e-bigger,.e-bigger .e-input-group .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-bigger .e-input-group.e-control-wrapper .e-input-group-icon{min-height:36px;min-width:36px}.e-input-group.e-bigger .e-input-group-icon,.e-input-group .e-input-group-icon.e-bigger,.e-bigger .e-input-group .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-bigger .e-input-group.e-control-wrapper .e-input-group-icon{font-size:16px;padding:0}.e-input[disabled],.e-input-group .e-input[disabled],.e-input-group.e-control-wrapper .e-input[disabled],.e-input-group.e-disabled,.e-input-group.e-disabled input,.e-input-group.e-disabled input.e-input,.e-input-group.e-disabled textarea,.e-input-group.e-disabled textarea.e-input,.e-input-group.e-control-wrapper.e-disabled,.e-input-group.e-control-wrapper.e-disabled input,.e-input-group.e-control-wrapper.e-disabled input.e-input,.e-input-group.e-control-wrapper.e-disabled textarea,.e-input-group.e-control-wrapper.e-disabled textarea.e-input,.e-float-input.e-disabled input,.e-float-input.e-disabled textarea,.e-float-input input[disabled],.e-float-input input.e-disabled,.e-float-input textarea[disabled],.e-float-input textarea.e-disabled,.e-float-input.e-control-wrapper.e-disabled input,.e-float-input.e-control-wrapper.e-disabled textarea,.e-float-input.e-control-wrapper input[disabled],.e-float-input.e-control-wrapper input.e-disabled,.e-float-input.e-control-wrapper textarea[disabled],.e-float-input.e-control-wrapper textarea.e-disabled,.e-input-group.e-disabled span,.e-input-group.e-control-wrapper.e-disabled span{cursor:not-allowed}.e-input[disabled],.e-input-group.e-disabled,.e-input-group.e-control-wrapper.e-disabled,.e-float-input input[disabled],.e-float-input input.e-disabled,.e-float-input.e-control-wrapper input[disabled],.e-float-input.e-control-wrapper input.e-disabled{border-color:#ced4da;border-style:solid}.e-input-group.e-disabled,.e-input-group.e-control-wrapper.e-disabled{border-bottom-style:solid;border-width:1px}.e-input[disabled],.e-input-group.e-disabled,.e-input-group.e-control-wrapper.e-disabled,.e-float-input.e-disabled,.e-float-input input[disabled],.e-float-input input.e-disabled,.e-float-input.e-disabled input,.e-float-input.e-control-wrapper.e-disabled,.e-float-input.e-control-wrapper input[disabled],.e-float-input.e-control-wrapper input.e-disabled,.e-float-input.e-control-wrapper.e-disabled input{filter:alpha(opacity=100);opacity:1}.e-input.e-rtl,.e-input-group.e-rtl,.e-input-group.e-control-wrapper.e-rtl{direction:rtl}.e-input.e-corner{border-radius:4px}.e-input-group,.e-input-group.e-control-wrapper{display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.e-float-input:not(.e-input-group),.e-float-input.e-control-wrapper:not(.e-input-group){display:inline-block}.e-input-group .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon{display:-ms-flexbox;display:flex}.e-input-group .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon{white-space:nowrap}.e-input-group.e-corner .e-input:first-child,.e-input-group.e-corner .e-input-group-icon:first-child,.e-input-group.e-control-wrapper.e-corner .e-input:first-child,.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:first-child{border-bottom-left-radius:4px;border-top-left-radius:4px}.e-input-group.e-corner .e-input:last-child,.e-input-group.e-corner .e-input-group-icon:last-child,.e-input-group.e-control-wrapper.e-corner .e-input:last-child,.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:last-child{border-bottom-right-radius:4px;border-top-right-radius:4px}input.e-input.e-small,textarea.e-input.e-small,.e-small input.e-input,.e-small textarea.e-input,.e-input-group.e-small,.e-small .e-input-group,.e-input-group.e-control-wrapper.e-small,.e-small .e-input-group.e-control-wrapper,.e-input-group.e-small.e-disabled,.e-small .e-input-group.e-disabled,.e-input-group.e-control-wrapper.e-small.e-disabled,.e-small .e-input-group.e-control-wrapper.e-disabled{font-size:12px}.e-input-group.e-small .e-input,.e-input-group.e-small.e-control-wrapper .e-input,.e-small .e-input-group .e-input,.e-small .e-input-group.e-control-wrapper .e-input{font:inherit}.e-input.e-small,.e-input-group.e-small .e-input,.e-input-group.e-control-wrapper.e-small .e-input{line-height:inherit;padding:0}.e-input-group.e-small .e-input:focus,.e-input-group.e-control-wrapper.e-small .e-input:focus,.e-input-group.e-small.e-input-focus .e-input,.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input{padding:0}.e-input.e-small.e-bigger,.e-input-group.e-small.e-bigger,.e-small.e-bigger .e-input-group,.e-input-group.e-control-wrapper.e-small.e-bigger,.e-small.e-bigger .e-input-group.e-control-wrapper,.e-bigger .e-input.e-small,.e-small .e-input.e-bigger,.e-bigger .e-input-group.e-small,.e-bigger .e-input-group.e-control-wrapper.e-small,.e-small .e-input-group.e-bigger,.e-small .e-input-group.e-control-wrapper.e-bigger{font-size:14px}.e-input-group.e-small.e-bigger.e-disabled,.e-small.e-bigger .e-input-group.e-disabled,.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled,.e-small.e-bigger .e-input-group.e-control-wrapper.e-disabled,.e-bigger .e-input.e-small.e-disabled,.e-small .e-input.e-bigger.e-disabled,.e-bigger .e-input-group.e-small.e-disabled,.e-bigger .e-input-group.e-control-wrapper.e-small.e-disabled,.e-small .e-input-group.e-bigger.e-disabled,.e-small .e-input-group.e-control-wrapper.e-bigger.e-disabled{font-size:14px}.e-input.e-small.e-bigger,.e-bigger .e-input.e-small,.e-small .e-input.e-bigger{padding:0}.e-input-group.e-small.e-bigger .e-input,.e-input-group.e-small .e-input.e-bigger,.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-bigger .e-input-group.e-small .e-input,.e-bigger .e-input-group.e-control-wrapper.e-small .e-input{font:inherit;padding:0}.e-input-group.e-small.e-bigger .e-input:focus,.e-input-group.e-small .e-input.e-bigger:focus,.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-group.e-control-wrapper.e-small .e-input.e-bigger:focus,.e-bigger .e-input-group.e-control-wrapper.e-small .e-input:focus,.e-input-group.e-small.e-bigger.e-input-focus .e-input,.e-input-group.e-small.e-input-focus .e-input.e-bigger,.e-bigger .e-input-group.e-small.e-input-focus .e-input,.e-input-group.e-control-wrapper.e-small.e-bigger.e-input-focus .e-input,.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input.e-bigger,.e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus .e-input{padding:0}.e-input-group.e-small .e-input-group-icon,.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-small .e-input-group .e-input-group-icon,.e-small .e-input-group.e-control-wrapper .e-input-group-icon{font-size:12px;min-height:24px;min-width:24px;padding:0}.e-input-group.e-small.e-bigger .e-input-group-icon,.e-input-group.e-small .e-input-group-icon.e-bigger,.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-small.e-bigger .e-input-group .e-input-group-icon,.e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,.e-bigger .e-input-group.e-small .e-input-group-icon,.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon{font-size:12px;min-height:32px;min-width:32px;padding:0}label.e-float-text,.e-float-input label.e-float-text,.e-float-input.e-control-wrapper label.e-float-text,.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:14px;font-style:normal;font-weight:400;left:0;overflow:hidden;padding-left:10px;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(0.25, 0.8, 0.25, 1);-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:100%}label.e-float-text,.e-float-input label.e-float-text,.e-float-input.e-control-wrapper label.e-float-text,.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{top:-11px}label.e-float-text,.e-float-input label.e-float-text,.e-float-input.e-control-wrapper label.e-float-text,.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger: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-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-bigger: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-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: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-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.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-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-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-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-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{-moz-transform:translate(0%, -50%);-ms-transform:translate(0%, -50%);-o-transform:translate(0%, -50%);-webkit-transform:translate(0%, -50%);box-sizing:border-box;left:0%;top:50%;transform:translate(0%, -50%);-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%;font-style:normal}.e-float-input.e-bigger label.e-float-text,.e-float-input label.e-float-text.e-bigger,.e-float-input input.e-bigger~label.e-float-text,.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-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger label.e-float-text,.e-float-input.e-control-wrapper label.e-float-text.e-bigger,.e-float-input.e-control-wrapper input.e-bigger~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper 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-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:16px}.e-float-input.e-small label.e-float-text,.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:12px}.e-float-input.e-small.e-bigger label.e-float-text,.e-bigger .e-float-input.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-small .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.e-small: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-small.e-bigger label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small label.e-float-text,.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-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-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-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-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:14px;font-style:normal}.e-float-input input:focus~label.e-float-text,.e-float-input input:valid~label.e-float-text,.e-float-input input~label.e-label-top.e-float-text,.e-float-input input[readonly]~label.e-label-top.e-float-text,.e-float-input input[disabled]~label.e-label-top.e-float-text,.e-float-input input label.e-float-text.e-label-top,.e-float-input.e-control-wrapper input:focus~label.e-float-text,.e-float-input.e-control-wrapper input:valid~label.e-float-text,.e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper input label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-input-focus input~label.e-float-text,.e-float-input.e-input-focus input~label.e-float-text{font-size:12px;font-weight:500;padding-right:0;transform:translate3d(-10px, -36px, 0) scale(1)}.e-float-input.e-small input:focus~label.e-float-text,.e-float-input.e-small input:valid~label.e-float-text,.e-float-input.e-small input~label.e-label-top.e-float-text,.e-float-input.e-small input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-small input label.e-float-text.e-label-top,.e-small .e-float-input input:focus~label.e-float-text,.e-small .e-float-input input:valid~label.e-float-text,.e-small .e-float-input input~label.e-label-top.e-float-text,.e-small .e-float-input input[readonly]~label.e-label-top.e-float-text,.e-small .e-float-input input[disabled]~label.e-label-top.e-float-text,.e-small .e-float-input input label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-small input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,.e-small .e-float-input.e-control-wrapper input:focus~label.e-float-text,.e-small .e-float-input.e-control-wrapper input:valid~label.e-float-text,.e-small .e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper input[readonly]~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper input[disabled]~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper input label.e-float-text.e-label-top,.e-float-input.e-bigger.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-control-wrapper.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-input-focus input~label.e-float-text{font-size:12px;font-weight:500;padding-right:0;transform:translate3d(-10px, -35px, 0) scale(1)}.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~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[disabled]~label.e-label-top.e-float-text,.e-float-input.e-bigger input label.e-float-text.e-label-top,.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~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[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input input label.e-float-text.e-label-top,.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~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[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top,.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~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[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-control-wrapper input label.e-float-text.e-label-top,.e-float-input.e-bigger.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-control-wrapper.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-input-focus input~label.e-float-text{font-weight:500;padding-right:0;transform:translate3d(-10px, -39px, 0) scale(1)}.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~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[disabled]~label.e-label-top.e-float-text,.e-float-input.e-bigger.e-small input label.e-float-text.e-label-top,.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~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[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small input label.e-float-text.e-label-top,.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~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[disabled]~label.e-label-top.e-float-text,.e-small .e-float-input.e-bigger input label.e-float-text.e-label-top,.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~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[disabled]~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-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~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[disabled]~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-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~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[disabled]~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-float-input.e-bigger.e-small.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-small.e-input-focus input-group-animation~label.e-float-text,.e-small .e-float-input.e-bigger.e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input~label.e-float-text{font-weight:500;padding-right:0;transform:translate3d(-10px, -36px, 0) scale(1)}.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~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[disabled]~label.e-label-top.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~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[disabled]~label.e-label-top.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~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[disabled]~label.e-label-top.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~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[disabled]~label.e-label-top.e-float-text,.e-float-input.e-bigger.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-control-wrapper.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-input-focus input~label.e-float-text{font-size:14px;padding-right:0;top:14px}.e-float-input.e-small input:focus~label.e-float-text,.e-float-input.e-small input:valid~label.e-float-text,.e-float-input.e-small input~label.e-label-top.e-float-text,.e-small .e-float-input input~label.e-label-top.e-float-text,.e-float-input.e-small input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small input~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-small.e-input-focus input-group-animation~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-input-focus input~label.e-float-text{font-size:10px;padding-right:0;top:17px}.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~label.e-label-top.e-float-text,.e-float-input.e-small.e-bigger input[readonly]~label.e-float-text,.e-float-input.e-small.e-bigger input[disabled]~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~label.e-label-top.e-float-text,.e-bigger .e-float-input.e-small input[readonly]~label.e-float-text,.e-bigger .e-float-input.e-small input[disabled]~label.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~label.e-label-top.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[disabled]~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~label.e-label-top.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[disabled]~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~label.e-label-top.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[disabled]~label.e-float-text,.e-float-input.e-small.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-small.e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger.e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input~label.e-float-text{font-size:12px;padding-right:0;top:16px}.e-float-input,.e-float-input.e-control-wrapper{line-height:1.4;margin-bottom:0;margin-top:24px;padding-top:0;position:relative;width:100%}.e-float-input.e-bigger,.e-bigger .e-float-input,.e-float-input.e-control-wrapper.e-bigger,.e-bigger .e-float-input.e-control-wrapper{line-height:1.5;margin-bottom:0;margin-top:24px;padding-top:0;position:relative;width:100%}.e-float-input.e-small,.e-float-input.e-control-wrapper.e-small,.e-small .e-float-input.e-control-wrapper{line-height:1.35;margin-bottom:0;margin-top:20px;padding-top:0}.e-float-input.e-small.e-bigger,.e-bigger.e-small .e-float-input.e-small,.e-bigger .e-float-input.e-small,.e-small .e-float-input.e-bigger,.e-float-input.e-control-wrapper.e-small.e-bigger,.e-bigger.e-small .e-float-input.e-control-wrapper.e-small,.e-bigger .e-float-input.e-control-wrapper.e-small,.e-small .e-float-input.e-control-wrapper.e-bigger{line-height:1.4;margin-bottom:0;margin-top:24px;padding-top:0}.e-input-group.e-bigger,.e-bigger .e-input-group,.e-input-group.e-control-wrapper.e-bigger,.e-bigger .e-input-group.e-control-wrapper{line-height:1.5}.e-input-group.e-small,.e-input-group.e-control-wrapper.e-small,.e-small .e-input-group,.e-small .e-input-group.e-control-wrapper,.e-input-group.e-small.e-bigger,.e-bigger.e-small .e-input-group.e-small,.e-bigger .e-input-group.e-small,.e-small .e-input-group.e-bigger,.e-input-group.e-control-wrapper.e-small.e-bigger,.e-bigger.e-small .e-input-group.e-control-wrapper.e-small,.e-bigger .e-input-group.e-control-wrapper.e-small,.e-small .e-input-group.e-control-wrapper.e-bigger{line-height:normal}.e-float-input.e-no-float-label,.e-float-input.e-bigger.e-no-float-label,.e-bigger .e-float-input.e-no-float-label,.e-float-input.e-small.e-no-float-label,.e-small .e-float-input.e-no-float-label,.e-float-input.e-small.e-bigger.e-no-float-label,.e-bigger .e-float-input.e-small.e-no-float-label,.e-small .e-float-input.e-bigger.e-no-float-label,.e-float-input.e-control-wrapper.e-no-float-label,.e-float-input.e-control-wrapper.e-bigger.e-no-float-label,.e-bigger .e-float-input.e-control-wrapper.e-no-float-label,.e-float-input.e-control-wrapper.e-small.e-no-float-label,.e-small .e-float-input.e-control-wrapper.e-no-float-label,.e-float-input.e-control-wrapper.e-small.e-bigger.e-no-float-label,.e-bigger .e-float-input.e-control-wrapper.e-small.e-no-float-label,.e-small .e-float-input.e-control-wrapper.e-bigger.e-no-float-label{margin-top:0}.e-float-input,.e-float-input.e-control-wrapper,.e-float-input.e-disabled,.e-float-input.e-control-wrapper.e-disabled,.e-float-input.e-input-group.e-disabled,.e-float-input.e-input-group.e-control-wrapper.e-disabled{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;font-weight:400}.e-float-input input,.e-float-input textarea,.e-float-input.e-control-wrapper input,.e-float-input.e-control-wrapper textarea{border:0 solid;border-width:1px;display:block;font:inherit;width:100%}.e-float-input input,.e-float-input.e-control-wrapper input{min-width:0;padding:0}.e-float-input input,.e-input-group input,.e-float-input.e-control-wrapper input,.e-input-group.e-control-wrapper input{text-indent:8px}.e-float-input textarea,.e-input-group textarea,.e-float-input.e-control-wrapper textarea,.e-input-group.e-control-wrapper textarea{text-indent:8px}.e-float-input.e-bigger,.e-bigger .e-float-input,.e-float-input.e-control-wrapper.e-bigger,.e-bigger .e-float-input.e-control-wrapper{font-size:16px}.e-float-input.e-bigger.e-disabled,.e-bigger .e-float-input.e-disabled,.e-float-input.e-control-wrapper.e-bigger.e-disabled,.e-bigger .e-float-input.e-control-wrapper.e-disabled,.e-float-input.e-input-group.e-bigger.e-disabled,.e-bigger .e-float-input.e-input-group.e-disabled,.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled,.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled{font-size:16px}.e-float-input.e-bigger input,.e-float-input input.e-bigger,.e-bigger .e-float-input input,.e-float-input.e-control-wrapper.e-bigger input,.e-float-input.e-control-wrapper input.e-bigger,.e-bigger .e-float-input.e-control-wrapper input{font:inherit;line-height:inherit;padding:0}.e-float-input.e-small,.e-small .e-float-input,.e-float-input.e-control-wrapper.e-small,.e-small .e-float-input.e-control-wrapper{font-size:12px}.e-float-input.e-small.e-disabled,.e-small .e-float-input.e-disabled,.e-float-input.e-control-wrapper.e-small.e-disabled,.e-small .e-float-input.e-control-wrapper.e-disabled,.e-float-input.e-input-group.e-small.e-disabled,.e-small .e-float-input.e-input-group.e-disabled,.e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,.e-small .e-float-input.e-input-group.e-control-wrapper.e-disabled{font-size:12px}.e-float-input.e-small input,.e-float-input.e-control-wrapper.e-small input{font:inherit;line-height:inherit;padding:0}.e-float-input.e-small.e-bigger,.e-small.e-bigger .e-float-input,.e-bigger .e-float-input.e-small,.e-small .e-float-input.e-bigger,.e-float-input.e-control-wrapper.e-small.e-bigger,.e-small.e-bigger .e-float-input.e-control-wrapper,.e-bigger .e-float-input.e-control-wrapper.e-small,.e-small .e-float-input.e-control-wrapper.e-bigger{font-size:14px}.e-float-input.e-small.e-bigger.e-disabled,.e-small.e-bigger .e-float-input.e-disabled,.e-bigger .e-float-input.e-small.e-disabled,.e-small .e-float-input.e-bigger.e-disabled,.e-float-input.e-control-wrapper.e-small.e-bigger.e-disabled,.e-small.e-bigger .e-float-input.e-control-wrapper.e-disabled,.e-bigger .e-float-input.e-control-wrapper.e-small.e-disabled,.e-small .e-float-input.e-control-wrapper.e-bigger.e-disabled,.e-float-input.e-input-group.e-small.e-bigger.e-disabled,.e-small.e-bigger .e-float-input.e-input-group.e-disabled,.e-bigger .e-float-input.e-input-group.e-small.e-disabled,.e-small .e-float-input.e-input-group.e-bigger.e-disabled,.e-float-input.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled,.e-small.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled,.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,.e-small .e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled{font-size:14px}.e-float-input.e-small.e-bigger input,.e-float-input.e-small input.e-bigger,.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-bigger .e-float-input.e-control-wrapper.e-small input{font:inherit;line-height:inherit;padding:0}.e-float-input input:focus,.e-float-input.e-control-wrapper input:focus,.e-float-input textarea:focus,.e-float-input.e-control-wrapper textarea:focus,.e-float-input.e-input-focus input,.e-float-input.e-control-wrapper.e-input-focus input{outline:none}label.e-float-text,.e-float-input label.e-float-text,.e-float-input.e-control-wrapper label.e-float-text{font-family:inherit}.e-float-input input:valid~label.e-float-text,.e-float-input input:focus~label.e-float-text,.e-float-input input:valid~label.e-float-text.e-label-top,.e-float-input input~label.e-float-text.e-label-top,.e-float-input .e-input-in-wrap input:valid~label.e-float-text,.e-float-input .e-input-in-wrap input:valid~label.e-float-text.e-label-top,.e-float-input .e-input-in-wrap input~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper input:valid~label.e-float-text,.e-float-input.e-control-wrapper input:focus~label.e-float-text,.e-float-input.e-control-wrapper input:valid~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper input~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper .e-input-in-wrap input:valid~label.e-float-text,.e-float-input.e-control-wrapper .e-input-in-wrap input:valid~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper .e-input-in-wrap input~label.e-float-text.e-label-top,.e-float-input.e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-input-focus input~label.e-float-text{font-weight:500;-webkit-user-select:text;-ms-user-select:text;user-select:text}.e-float-input textarea:valid~label.e-float-text,.e-float-input textarea:focus~label.e-float-text,.e-float-input textarea:valid~label.e-float-text.e-label-top,.e-float-input textarea~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper textarea:valid~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper textarea~label.e-float-text.e-label-top{font-weight:500;-webkit-user-select:text;-ms-user-select:text;user-select:text}label.e-float-text,.e-float-input label.e-float-text,.e-float-input.e-control-wrapper label.e-float-text,.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger: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):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-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-small.e-bigger: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-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger: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-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.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-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{font-weight:400}.e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger: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) 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-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-small.e-bigger: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-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger: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-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.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-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom{font-weight:400}.e-float-input:not(.e-input-group) .e-float-line::before,.e-float-input:not(.e-input-group) .e-float-line::after,.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after{bottom:0;content:"";height:2px;position:absolute;transition:.2s ease;width:0}.e-float-input:not(.e-input-group) .e-float-line::before,.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before{left:50%}.e-float-input:not(.e-input-group) .e-float-line::after,.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after{right:50%}.e-float-input:not(.e-input-group) input:focus~.e-float-line::before,.e-float-input:not(.e-input-group) textarea:focus~.e-float-line::before,.e-float-input:not(.e-input-group) input:focus~.e-float-line::after,.e-float-input:not(.e-input-group) textarea:focus~.e-float-line::after,.e-float-input.e-control-wrapper:not(.e-input-group) input:focus~.e-float-line::before,.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus~.e-float-line::before,.e-float-input.e-control-wrapper:not(.e-input-group) input:focus~.e-float-line::after,.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus~.e-float-line::after,.e-float-input:not(.e-input-group).e-input-focus input~.e-float-line::before,.e-float-input:not(.e-input-group).e-input-focus input~.e-float-line::after,.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input~.e-float-line::before,.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input~.e-float-line::after{width:50%}.e-float-input .e-float-line,.e-float-input.e-control-wrapper .e-float-line{display:block;position:relative;width:100%}.e-float-input.e-rtl,.e-float-input.e-control-wrapper.e-rtl{direction:rtl}.e-float-input.e-rtl label.e-float-text,.e-float-input.e-control-wrapper.e-rtl label.e-float-text,.e-rtl .e-float-input label.e-float-text,.e-rtl .e-float-input.e-control-wrapper label.e-float-text,.e-rtl label.e-float-text,.e-rtl .e-float-input.e-control-wrapper label.e-float-text,.e-rtl.e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-float-input:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom{right:0;transform-origin:right top}.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-rtl.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom{padding-right:10px}.e-float-input.e-rtl.e-bigger: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-rtl .e-float-input.e-bigger:not(.e-input-focus) 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-bigger .e-float-input.e-rtl:not(.e-input-focus) 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-rtl .e-float-input:not(.e-input-focus) 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-float-input.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-rtl.e-bigger input:not(:focus):not(:valid) 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-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 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-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-rtl.e-bigger input:not(:focus):not(:valid) 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-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-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{padding-right:10px}.e-float-input.e-rtl.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-rtl.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-control-wrapper.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text,.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom{padding-right:10px}.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-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,.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-control-wrapper.e-bigger.e-small: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.e-control-wrapper:not(.e-input-focus) 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.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,.e-float-input.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,.e-float-input.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) 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-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 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-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-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-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-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{padding-right:10px}.e-input-group.e-corner.e-rtl .e-input:first-child,.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:first-child{border-bottom-left-radius:0;border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:4px}.e-input-group.e-corner.e-rtl .e-input:last-child,.e-input-group.e-corner.e-rtl .e-input-group-icon:last-child,.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:last-child,.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:0}.e-input-group.e-warning::before,.e-input-group.e-control-wrapper.e-warning::before{content:""}.e-float-input input[disabled],.e-float-input input.e-disabled,.e-float-input.e-control-wrapper input[disabled],.e-float-input.e-control-wrapper input.e-disabled{background:rgba(0,0,0,0);background-image:none;cursor:not-allowed}.e-input-group.e-corner.e-rtl input.e-input:only-child,.e-input-group.e-control-wrapper.e-corner.e-rtl input.e-input:only-child{border-radius:4px}.e-input-group.e-rtl .e-input:not(:first-child):focus,.e-input-group.e-control-wrapper.e-rtl .e-input:not(:first-child):focus{border-right-width:0}.e-input-group input.e-input,.e-input-group.e-control-wrapper input.e-input{min-width:0;width:100%}.e-input-group input.e-input,.e-input-group textarea.e-input,.e-input-group input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),.e-input-group textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]),.e-input-group.e-control-wrapper input.e-input,.e-input-group.e-control-wrapper textarea.e-input,.e-input-group.e-control-wrapper input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),.e-input-group.e-control-wrapper textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]){border:0 solid;border-width:0}.e-input-group input.e-input,.e-input-group textarea.e-input,.e-input-group.e-bigger .e-input,.e-input-group.e-control-wrapper input.e-input,.e-input-group.e-control-wrapper textarea.e-input,.e-input-group.e-control-wrapper.e-bigger .e-input,.e-bigger .e-input-group .e-input,.e-bigger .e-input-group.e-control-wrapper .e-input{margin-bottom:0}.e-input-group::before,.e-input-group::after,.e-input-group.e-control-wrapper::before,.e-input-group.e-control-wrapper::after{content:""}.e-input-group::before,.e-input-group.e-control-wrapper::before{content:""}.e-input-group.e-input-focus::before,.e-input-group.e-input-focus::after,.e-input-group.e-control-wrapper.e-input-focus::before,.e-input-group.e-control-wrapper.e-input-focus::after{content:""}.e-input-group::after,.e-input-group.e-control-wrapper::after{content:""}.e-input-group,.e-input-group.e-control-wrapper{position:relative;width:100%}.e-input.e-small,.e-input-group.e-small,.e-input-group.e-control-wrapper.e-small{margin-bottom:0}.e-input.e-small.e-bigger,.e-input-group.e-small.e-bigger,.e-input-group.e-control-wrapper.e-small.e-bigger,.e-bigger .e-input.e-small,.e-bigger .e-input-group.e-small,.e-bigger .e-input-group.e-control-wrapper.e-small{line-height:inherit;margin-bottom:0}.e-input-group .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon{margin-bottom:0;margin-right:0;margin-top:0}.e-float-input.e-input-group .e-input-group-icon,.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon{margin-top:0}.e-input-group.e-bigger .e-input-group-icon,.e-input-group .e-input-group-icon.e-bigger,.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-bigger .e-input-group .e-input-group-icon,.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon{margin-bottom:0;margin-right:0;margin-top:0}.e-float-input.e-input-group.e-bigger .e-input-group-icon,.e-float-input.e-input-group .e-input-group-icon.e-bigger,.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-bigger .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon{margin-top:0}.e-input-group.e-small.e-bigger .e-input-group-icon,.e-input-group.e-small .e-input-group-icon.e-bigger,.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-small .e-bigger.e-input-group .e-input-group-icon,.e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,.e-bigger .e-input-group.e-small .e-input-group-icon,.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon{margin-bottom:0;margin-right:0;margin-top:0}.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,.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-bigger .e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon{margin-top:0}.e-input-group.e-small .e-input-group-icon,.e-input-group.e-control-wrapper.e-small .e-input-group-icon,.e-small .e-input-group .e-input-group-icon,.e-small .e-input-group.e-control-wrapper .e-input-group-icon{margin-bottom:0;margin-right:0;margin-top:0}.e-float-input.e-input-group.e-small .e-input-group-icon,.e-small .e-float-input.e-input-group .e-input-group-icon,.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,.e-small .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon{margin-top:0}.e-input-group .e-input-group-icon:last-child,.e-input-group.e-bigger .e-input-group-icon:last-child,.e-input-group .e-input-group-icon.e-bigger:last-child,.e-bigger .e-input-group .e-input-group-icon:last-child,.e-input-group.e-small .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-control-wrapper .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-small .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-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child,.e-bigger .e-input-group.e-small .e-input-group-icon:last-child{margin-right:0}.e-input-group,.e-input-group.e-control-wrapper{border-bottom:1px solid}.e-input-group,.e-input-group.e-success,.e-input-group.e-warning,.e-input-group.e-error,.e-input-group.e-control-wrapper,.e-input-group.e-control-wrapper.e-success,.e-input-group.e-control-wrapper.e-warning,.e-input-group.e-control-wrapper.e-error{border:1px solid;border-width:1px}.e-input-group.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus,.e-input-group.e-control-wrapper.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus{border-right-width:0}.e-input-group.e-input-focus.e-corner,.e-input-group.e-control-wrapper.e-input-focus.e-corner{border-radius:4px}.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap{background:#e9ecef;color:#343a40}.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-disabled,.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-disabled{border-style:solid}.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:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.e-input-group .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon{content:""}.e-input-group:not(.e-filled) .e-input-group-icon::after,.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after{content:""}.e-input-group .e-input-group-icon.e-input-btn-ripple::after,.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after{content:""}input.e-input::-ms-clear,.e-float-input input::-ms-clear,.e-float-input.e-control-wrapper input::-ms-clear{display:none}input.e-input[type=search]::-webkit-search-decoration,input.e-input[type=search]::-webkit-search-cancel-button,input.e-input[type=search]::-webkit-search-results-button,input.e-input[type=search]::-webkit-search-results-decoration,.e-float-input input[type=search]::-webkit-search-decoration,.e-float-input input[type=search]::-webkit-search-cancel-button,.e-float-input input[type=search]::-webkit-search-results-button,.e-float-input input[type=search]::-webkit-search-results-decoration,.e-float-input.e-control-wrapper input[type=search]::-webkit-search-decoration,.e-float-input.e-control-wrapper input[type=search]::-webkit-search-cancel-button,.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-button,.e-float-input.e-control-wrapper input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}.e-float-input.e-input-group .e-float-line,.e-float-input.e-input-group.e-control-wrapper .e-float-line,.e-float-input.e-control-wrapper.e-input-group .e-float-line,.e-float-input.e-control-wrapper.e-input-group.e-control-wrapper .e-float-line{bottom:-1px;position:absolute}.e-float-input.e-input-group input,.e-float-input.e-input-group textarea,.e-float-input.e-input-group.e-control-wrapper input,.e-float-input.e-input-group.e-control-wrapper textarea{border:0}.e-float-input.e-input-group .e-float-line,.e-float-input.e-input-group .e-float-text,.e-float-input.e-input-group.e-control-wrapper .e-float-line,.e-float-input.e-input-group.e-control-wrapper .e-float-text{right:0}input.e-input::-webkit-input-placeholder,input.e-input:-moz-placeholder,input.e-input:-ms-input-placeholder,input.e-input::-moz-placeholder{font-size:14px;font-style:normal}textarea.e-input::-webkit-input-placeholder,textarea.e-input:-moz-placeholder,textarea.e-input:-ms-input-placeholder,textarea.e-input::-moz-placeholder{font-size:14px;font-style:normal}.e-bigger input.e-input::-webkit-input-placeholder,input.e-bigger.e-input::-webkit-input-placeholder,.e-bigger input.e-input:-moz-placeholder,input.e-bigger.e-input:-moz-placeholder,.e-bigger input.e-input:-ms-input-placeholder,input.e-bigger.e-input:-ms-input-placeholder,.e-bigger input.e-input::-moz-placeholder,input.e-bigger.e-input::-moz-placeholder{font-size:16px;font-style:normal}.e-bigger textarea.e-input::-webkit-input-placeholder,textarea.e-bigger.e-input::-webkit-input-placeholder,.e-bigger textarea.e-input:-moz-placeholder,textarea.e-bigger.e-input:-moz-placeholder,.e-bigger textarea.e-input:-ms-input-placeholder,textarea.e-bigger.e-input:-ms-input-placeholder,.e-bigger textarea.e-input::-moz-placeholder,textarea.e-bigger.e-input::-moz-placeholder{font-size:16px;font-style:normal}.e-small input.e-input::-webkit-input-placeholder,input.e-small.e-input::-webkit-input-placeholder,.e-small input.e-input:-moz-placeholder,input.e-small.e-input:-moz-placeholder,.e-small input.e-input:-ms-input-placeholder,input.e-small.e-input:-ms-input-placeholder,.e-small input.e-input::-moz-placeholder,input.e-small.e-input::-moz-placeholder{font-size:12px;font-style:normal}.e-small textarea.e-input::-webkit-input-placeholder,textarea.e-small.e-input::-webkit-input-placeholder,.e-small textarea.e-input:-moz-placeholder,textarea.e-small.e-input:-moz-placeholder,.e-small textarea.e-input:-ms-input-placeholder,textarea.e-small.e-input:-ms-input-placeholder,.e-small textarea.e-input::-moz-placeholder,textarea.e-small.e-input::-moz-placeholder{font-size:12px;font-style:normal}.e-bigger input.e-small.e-input::-webkit-input-placeholder,.e-small input.e-bigger.e-input::-webkit-input-placeholder,.e-bigger input.e-small.e-input:-moz-placeholder,.e-small input.e-bigger.e-input:-moz-placeholder,.e-bigger input.e-small.e-input:-ms-input-placeholder,.e-small input.e-bigger.e-input:-ms-input-placeholder,.e-bigger input.e-small.e-input::-moz-placeholder,.e-small input.e-bigger.e-input::-moz-placeholder{font-size:14px;font-style:normal}.e-bigger textarea.e-small.e-input::-webkit-input-placeholder,.e-small textarea.e-bigger.e-input::-webkit-input-placeholder,.e-bigger textarea.e-small.e-input:-moz-placeholder,.e-small textarea.e-bigger.e-input:-moz-placeholder,.e-bigger intextareaput.e-small.e-input:-ms-input-placeholder,.e-small textarea.e-bigger.e-input:-ms-input-placeholder,.e-bigger textarea.e-small.e-input::-moz-placeholder,.e-small textarea.e-bigger.e-input::-moz-placeholder{font-size:14px;font-style:normal}input.e-input:-moz-placeholder{font-style:normal;user-select:none}textarea.e-input:-moz-placeholder{font-style:normal;user-select:none}.e-input-group input.e-input:-moz-placeholder{font-style:normal;user-select:none}.e-input-group textarea.e-input:-moz-placeholder{font-style:normal;user-select:none}.e-input-group.e-control-wrapper input.e-input:-moz-placeholder{font-style:normal;user-select:none}.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder{font-style:normal;user-select:none}input.e-input:-moz-placeholder{font-style:normal;user-select:none}.e-input-group input.e-input:-moz-placeholder{font-style:normal;user-select:none}.e-input-group.e-control-wrapper input.e-input:-moz-placeholder{font-style:normal;user-select:none}textarea.e-input:-moz-placeholder{font-style:normal;user-select:none}input.e-input::-moz-placeholder{font-style:normal;user-select:none}textarea.e-input::-moz-placeholder{font-style:normal;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{font-style:normal;-webkit-user-select:none;user-select:none}textarea.e-input::-webkit-input-placeholder{font-style:normal;-webkit-user-select:none;user-select:none}input.e-input,.e-input-group input,.e-input-group.e-control-wrapper input,.e-input-group input.e-input,.e-input-group.e-control-wrapper input.e-input{box-sizing:border-box;height:30px}.e-float-input:not(.e-input-group) input,.e-float-input.e-control-wrapper:not(.e-input-group) input{box-sizing:border-box;height:32px}input.e-input.e-bigger,.e-input-group.e-bigger input,.e-input-group.e-bigger input.e-input,.e-input-group.e-control-wrapper.e-bigger input,.e-input-group.e-control-wrapper.e-bigger input.e-input,.e-bigger .e-input-group input,.e-bigger .e-input-group input.e-input,.e-bigger .e-input-group.e-control-wrapper input,.e-bigger .e-input-group.e-control-wrapper input.e-input,.e-float-input.e-bigger input,.e-float-input.e-bigger input.e-input,.e-bigger .e-float-input input,.e-bigger .e-float-input input.e-input,.e-float-input.e-control-wrapper.e-bigger input,.e-float-input.e-control-wrapper.e-bigger input.e-input,.e-bigger .e-float-input.e-control-wrapper input,.e-bigger .e-float-input.e-control-wrapper input.e-input{box-sizing:border-box;height:36px}.e-float-input.e-bigger:not(.e-input-group) input,.e-float-input.e-bigger:not(.e-input-group) input.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-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-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{box-sizing:border-box;height:38px}input.e-input.e-small,.e-input-group.e-small input,.e-input-group.e-small input.e-input,.e-small .e-input-group input,.e-small .e-input-group input.e-input,.e-input-group.e-control-wrapper.e-small input,.e-input-group.e-control-wrapper.e-small input.e-input,.e-small .e-input-group.e-control-wrapper input,.e-small .e-input-group.e-control-wrapper input.e-input,.e-float-input.e-small input,.e-float-input.e-small input.e-input,.e-small .e-float-input input,.e-small .e-float-input input.e-input,.e-float-input.e-control-wrapper.e-small input,.e-float-input.e-control-wrapper.e-small input.e-input,.e-small .e-float-input.e-control-wrapper input,.e-small .e-float-input.e-control-wrapper input.e-input{box-sizing:border-box;height:24px}.e-float-input.e-small:not(.e-input-group) input,.e-float-input.e-small:not(.e-input-group) input.e-input,.e-small .e-float-input:not(.e-input-group) input,.e-small .e-float-input:not(.e-input-group) input.e-input .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input,.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input,.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input{box-sizing:border-box;height:26px}input.e-input.e-small.e-bigger,.e-input-group.e-bigger.e-small input,.e-input-group.e-bigger.e-small input.e-input,.e-bigger.e-small .e-input-group input,.e-bigger.e-small .e-input-group input.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-bigger.e-small .e-input-group.e-control-wrapper input,.e-bigger.e-small .e-input-group.e-control-wrapper input.e-input,.e-float-input.e-bigger.e-small input,.e-float-input.e-bigger.e-small input.e-input,.e-bigger.e-small .e-float-input input,.e-bigger.e-small .e-float-input 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-bigger.e-small .e-float-input.e-control-wrapper input,.e-bigger.e-small .e-float-input.e-control-wrapper input.e-input{box-sizing:border-box;height:32px}.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-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-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-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{box-sizing:border-box;height:34px}textarea.e-input,.e-input-group textarea,.e-input-group.e-control-wrapper textarea,.e-float-input textarea,.e-float-input.e-control-wrapper textarea{box-sizing:border-box;height:auto}.e-input-group textarea.e-input.e-bigger,.e-input-group.e-control-wrapper textarea.e-input.e-bigger,textarea.e-input.e-bigger,.e-input-group.e-bigger textarea,.e-input-group.e-bigger textarea.e-input,.e-bigger .e-input-group textarea,.e-bigger .e-input-group textarea.e-input,.e-input-group.e-control-wrapper.e-bigger textarea,.e-input-group.e-control-wrapper.e-bigger 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-bigger textarea,.e-float-input.e-bigger textarea.e-input,.e-bigger .e-float-input textarea,.e-bigger .e-float-input textarea.e-input,.e-float-input.e-control-wrapper.e-bigger textarea,.e-float-input.e-control-wrapper.e-bigger textarea.e-input,.e-bigger .e-float-input.e-control-wrapper textarea,.e-bigger .e-float-input.e-control-wrapper textarea.e-input{box-sizing:border-box;height:auto}textarea.e-input.e-small,.e-input-group.e-small textarea,.e-input-group.e-small textarea.e-input,.e-small .e-input-group textarea,.e-small .e-input-group textarea.e-input,.e-input-group.e-control-wrapper.e-small textarea,.e-input-group.e-control-wrapper.e-small textarea.e-input,.e-small .e-input-group.e-control-wrapper textarea,.e-small .e-input-group.e-control-wrapper textarea.e-input,.e-float-input.e-small textarea,.e-float-input.e-small textarea.e-input,.e-small .e-float-input textarea,.e-small .e-float-input textarea.e-input,.e-float-input.e-control-wrapper.e-small textarea,.e-float-input.e-control-wrapper.e-small textarea.e-input,.e-small .e-float-input.e-control-wrapper textarea,.e-small .e-float-input.e-control-wrapper textarea.e-input{box-sizing:border-box;height:auto}textarea.e-input.e-small.e-bigger,.e-input-group.e-bigger.e-small textarea,.e-input-group.e-bigger.e-small textarea.e-input,.e-bigger.e-small .e-input-group textarea,.e-bigger.e-small .e-input-group textarea.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-bigger.e-small .e-input-group.e-control-wrapper textarea,.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input,.e-float-input.e-bigger.e-small textarea,.e-float-input.e-bigger.e-small textarea.e-input,.e-bigger.e-small .e-float-input textarea,.e-bigger.e-small .e-float-input textarea.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-bigger.e-small .e-float-input.e-control-wrapper textarea,.e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input{box-sizing:border-box;height:auto}input.e-input.e-bigger,.e-input-group input.e-input.e-bigger,.e-input-group 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.e-bigger,.e-input-group.e-bigger .e-input,.e-input-group.e-control-wrapper.e-bigger .e-input,.e-bigger input.e-input,.e-bigger .e-input-group .e-input,.e-bigger .e-input-group.e-control-wrapper .e-input,.e-float-input.e-bigger input,.e-float-input input.e-bigger,.e-bigger .e-float-input input,.e-float-input.e-control-wrapper.e-bigger input,.e-float-input.e-control-wrapper input.e-bigger,.e-bigger .e-float-input.e-control-wrapper input{text-indent:12px}input.e-input.e-small,.e-input-group input.e-input.e-small,.e-input-group.e-control-wrapper input.e-input.e-small,.e-input-group.e-small .e-input,.e-input-group.e-control-wrapper.e-small .e-input,.e-small input.e-input,.e-small .e-input-group .e-input,.e-small .e-input-group.e-control-wrapper .e-input,.e-float-input.e-small input,.e-float-input input.e-small,.e-small .e-float-input input,.e-float-input.e-control-wrapper.e-small input,.e-float-input.e-control-wrapper input.e-small,.e-small .e-float-input.e-control-wrapper input{text-indent:8px}textarea.e-input.e-small,.e-input-group textarea.e-input.e-small,.e-input-group.e-control-wrapper input.e-input-group textarea.e-input.e-small,.e-small input.e-input,.e-float-input.e-small textarea,.e-float-input textarea.e-small,.e-small .e-float-input textarea,.e-float-input.e-control-wrapper.e-small textarea,.e-float-input.e-control-wrapper textarea.e-small,.e-small .e-float-input.e-control-wrapper textarea{text-indent:8px}input.e-input,.e-input-group input.e-input,.e-input-group input,.e-input-group.e-control-wrapper input.e-input,.e-input-group.e-control-wrapper input,.e-float-input input.e-input,.e-float-input input,.e-float-input.e-control-wrapper input.e-input,.e-float-input.e-control-wrapper input,.e-input-group input.e-input:focus,.e-input-group.e-control-wrapper input.e-input:focus,.e-float-input.e-control-wrapper input:focus,.e-float-input input:focus,.e-input-group.e-input-focus input.e-input,.e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-float-input.e-control-wrapper.e-input-focus input,.e-float-input.e-input-focus input{padding-left:8px;text-indent:0}textarea.e-input,.e-input-group textarea.e-input,.e-input-group textarea,.e-input-group.e-control-wrapper textarea.e-input,.e-input-group.e-control-wrapper textarea,.e-float-input textarea.e-input,.e-float-input textarea,.e-float-input.e-control-wrapper textarea.e-input,.e-float-input.e-control-wrapper textarea,.e-input-group textarea.e-input:focus,.e-input-group.e-control-wrapper textarea.e-input:focus,.e-float-input.e-control-wrapper textarea:focus,.e-float-input textarea:focus{padding-left:8px;text-indent:0}input.e-input.e-rtl,.e-input-group.e-rtl input.e-input,.e-input-group.e-control-wrapper.e-rtl input.e-input,.e-float-input.e-rtl input,.e-float-input.e-control-wrapper.e-rtl input,.e-rtl .e-input-group input.e-input,.e-rtl .e-input-group.e-control-wrapper input.e-input,.e-rtl .e-float-input input,.e-rtl .e-float-input.e-control-wrapper input,.e-input-group.e-rtl input.e-input,.e-input-group.e-control-wrapper.e-rtl input.e-input,.e-float-input.e-rtl input,.e-float-input.e-control-wrapper.e-rtl input,.e-rtl .e-input-group input.e-input,.e-rtl .e-input-group.e-control-wrapper input.e-input,.e-rtl .e-float-input input,.e-rtl .e-float-input.e-control-wrapper input,.e-input-group.e-rtl input.e-input:focus,.e-input-group.e-control-wrapper.e-rtl input.e-input:focus,.e-float-input.e-rtl input:focus,.e-float-input.e-control-wrapper.e-rtl input:focus,.e-rtl .e-input-group input.e-input:focus,.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,.e-rtl .e-float-input input:focus,.e-rtl .e-float-input.e-control-wrapper input:focus,.e-input-group.e-rtl.e-input-focus input.e-input,.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,.e-rtl .e-input-group.e-input-focus input.e-input,.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-float-input.e-rtl.e-input-focus input,.e-float-input.e-control-wrapper.e-rtl.e-input-focus input,.e-rtl .e-float-input.e-input-focus input,.e-rtl .e-float-input.e-control-wrapper.e-input-focus input{padding-left:0;padding-right:8px;text-indent:0}textarea.e-input.e-rtl,.e-input-group:not(.e-outline).e-rtl textarea.e-input,.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,.e-float-input:not(.e-outline).e-rtl textarea,.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,.e-rtl .e-input-group:not(.e-outline) textarea.e-input,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,.e-rtl .e-float-input:not(.e-outline) textarea,.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,.e-input-group:not(.e-outline).e-rtl textarea.e-input,.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,.e-float-input:not(.e-outline).e-rtl textarea,.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,.e-rtl .e-input-group:not(.e-outline) textarea.e-input,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,.e-rtl .e-float-input:not(.e-outline) textarea,.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,.e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,.e-float-input:not(.e-outline).e-rtl textarea:focus,.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,.e-rtl .e-float-input:not(.e-outline) textarea:focus,.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus{padding-right:8px;text-indent:0}input.e-input.e-small,.e-small input.e-input,.e-input-group.e-small input.e-input,.e-input-group.e-control-wrapper.e-small input.e-input,.e-float-input.e-small input,.e-float-input.e-control-wrapper input.e-small,.e-float-input.e-small input,.e-float-input.e-control-wrapper input.e-small,.e-input-group input.e-input.e-small,.e-input-group.e-control-wrapper input.e-input.e-small,.e-small .e-float-input input,.e-small .e-float-input.e-control-wrapper input,.e-small .e-input-group input.e-input,.e-small .e-input-group.e-control-wrapper input.e-input,.e-input-group.e-small input.e-input:focus,.e-input-group.e-control-wrapper.e-small input.e-input:focus,.e-float-input.e-small input:focus,.e-float-input.e-control-wrapper.e-small input:focus,.e-small .e-input-group.e-control-wrapper input.e-input:focus,.e-small .e-input-group input.e-input:focus,.e-small .e-float-input input:focus,.e-small .e-float-input.e-control-wrapper input:focus,.e-input-group.e-small.e-input-focus input.e-input,.e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,.e-small .e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-small .e-input-group.e-input-focus input.e-input,.e-float-input.e-small.e-input-focus input,.e-float-input.e-control-wrapper.e-input-focus.e-small input,.e-small .e-float-input.e-input-focus input,.e-small .e-float-input.e-control-wrapper.e-input-focus input{padding-left:8px;text-indent:0}textarea.e-input.e-small,.e-small textarea.e-input,.e-input-group.e-small textarea.e-input,.e-input-group.e-control-wrapper.e-small textarea.e-input,.e-float-input.e-control-wrapper.e-small textarea,.e-float-input.e-control-wrapper textarea.e-small,.e-float-input.e-small textarea,.e-float-input textarea.e-small,.e-input-group textarea.e-input.e-small,.e-input-group.e-control-wrapper textarea.e-input.e-small,.e-small .e-float-input.e-control-wrapper textarea,.e-small .e-float-input textarea,.e-small .e-input-group textarea.e-input,.e-small .e-input-group.e-control-wrapper textarea.e-input,.e-input-group.e-small textarea.e-input:focus,.e-input-group.e-control-wrapper.e-small textarea.e-input:focus,.e-float-input.e-small textarea:focus,.e-float-input.e-control-wrapper.e-small textarea:focus,.e-small .e-input-group textarea.e-input:focus,.e-small .e-input-group.e-control-wrapper textarea.e-input:focus,.e-small .e-float-input.e-control-wrapper textarea:focus,.e-small .e-float-input textarea:focus{padding-left:8px;text-indent:0}.e-rtl input.e-input.e-small,input.e-input.e-small.e-rtl,.e-small.e-rtl input.e-input,.e-small input.e-input.e-rtl,.e-float-input.e-control-wrapper.e-small.e-rtl input,.e-float-input.e-small.e-rtl input,.e-input-group.e-small.e-rtl input.e-input,.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,.e-rtl .e-float-input.e-small input,.e-rtl .e-float-input.e-control-wrapper.e-small input,.e-rtl .e-input-group.e-small input.e-input,.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input,.e-float-input.e-rtl input.e-small,.e-float-input.e-control-wrapper.e-rtl input.e-small,.e-input-group.e-rtl input.e-input.e-small,.e-input-group.e-control-wrapper.e-rtl input.e-input.e-small,.e-rtl .e-float-input input.e-small,.e-rtl .e-float-input.e-control-wrapper input.e-small,.e-rtl .e-input-group input.e-input.e-small,.e-rtl .e-input-group.e-control-wrapper input.e-input.e-small,.e-small .e-float-input.e-rtl input,.e-small .e-float-input.e-control-wrapper.e-rtl input,.e-small .e-input-group.e-rtl input.e-input,.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input,.e-small.e-rtl .e-float-input.e-control-wrapper input,.e-small.e-rtl .e-float-input input,.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input,.e-small.e-rtl .e-input-group input.e-input,.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,.e-small.e-rtl .e-input-group input.e-input:focus,.e-small.e-rtl .e-float-input.e-control-wrapper input:focus,.e-small.e-rtl .e-float-input input:focus,.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,.e-small .e-input-group.e-rtl input.e-input:focus,.e-small .e-float-input.e-control-wrapper.e-rtl input:focus,.e-small .e-float-input.e-rtl input:focus,.e-small.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-small.e-rtl .e-input-group.e-input-focus input.e-input,.e-small .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,.e-small .e-input-group.e-rtl.e-input-focus input.e-input,.e-small.e-rtl .e-float-input.e-control-wrapper.e-input-focus input,.e-small.e-rtl .e-float-input.e-input-focus input,.e-small .e-float-input.e-control-wrapper.e-rtl.e-input-focus input,.e-small .e-float-input.e-rtl.e-input-focus input{padding-left:0;padding-right:8px;text-indent:0}.e-rtl textarea.e-input.e-small,textarea.e-input.e-small.e-rtl,.e-small.e-rtl textarea.e-input,.e-small textarea.e-input.e-rtl,.e-float-input:not(.e-outline).e-small.e-rtl textarea,.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input,.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input,.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea,.e-rtl .e-float-input:not(.e-outline).e-small textarea,.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input,.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-small,.e-float-input:not(.e-outline).e-rtl textarea.e-small,.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-small,.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-small,.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-small,.e-rtl .e-float-input:not(.e-outline) textarea.e-small,.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-small,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-small,.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,.e-small .e-float-input:not(.e-outline).e-rtl textarea,.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input,.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,.e-small.e-rtl .e-float-input:not(.e-outline) textarea,.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input,.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus,.e-small.e-rtl .e-float-input:not(.e-outline) textarea:focus,.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,.e-small .e-float-input:not(.e-outline).e-rtl textarea:focus{padding-right:8px;text-indent:0}input.e-input.e-bigger,.e-bigger input.e-input,.e-input-group.e-bigger input.e-input,.e-input-group.e-control-wrapper.e-bigger input.e-input,.e-float-input.e-control-wrapper.e-bigger input,.e-float-input.e-control-wrapper input.e-bigger,.e-float-input.e-bigger input,.e-float-input input.e-bigger,.e-input-group input.e-input.e-bigger,.e-input-group.e-control-wrapper input.e-input.e-bigger,.e-bigger .e-float-input.e-control-wrapper input,.e-bigger .e-float-input input,.e-bigger .e-input-group.e-control-wrapper input.e-input,.e-bigger .e-input-group input.e-input,.e-input-group.e-bigger input.e-input:focus,.e-input-group.e-control-wrapper.e-bigger input.e-input:focus,.e-float-input.e-control-wrapper.e-bigger input:focus,.e-float-input.e-bigger input:focus,.e-bigger .e-input-group input.e-input:focus,.e-bigger .e-input-group.e-control-wrapper input.e-input:focus,.e-bigger .e-float-input.e-control-wrapper input:focus,.e-bigger .e-float-input input:focus,.e-input-group.e-bigger.e-input-focus input.e-input,.e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,.e-bigger .e-input-group.e-input-focus input.e-input,.e-bigger .e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-float-input.e-control-wrapper.e-bigger.e-input-focus input,.e-float-input.e-bigger.e-input-focus input,.e-bigger .e-float-input.e-control-wrapper.e-input-focus input,.e-bigger .e-float-input.e-input-focus input{padding-left:12px;text-indent:0}.e-rtl input.e-input.e-bigger,input.e-input.e-bigger.e-rtl,.e-bigger.e-rtl input.e-input,.e-bigger input.e-input.e-rtl,.e-float-input.e-control-wrapper.e-bigger.e-rtl input,.e-float-input.e-bigger.e-rtl input,.e-input-group.e-bigger.e-rtl input.e-input,.e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input,.e-rtl .e-float-input.e-control-wrapper.e-bigger input,.e-rtl .e-float-input.e-bigger input,.e-rtl .e-input-group.e-bigger input.e-input,.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input,.e-float-input.e-control-wrapper.e-rtl input.e-bigger,.e-float-input.e-rtl input.e-bigger,.e-input-group.e-rtl input.e-input.e-bigger,.e-input-group.e-control-wrapper.e-rtl input.e-input.e-bigger,.e-rtl .e-float-input.e-control-wrapper input.e-bigger,.e-rtl .e-float-input input.e-bigger,.e-rtl .e-input-group input.e-input.e-bigger,.e-rtl .e-input-group.e-control-wrapper input.e-input.e-bigger,.e-bigger .e-float-input.e-control-wrapper.e-rtl input,.e-bigger .e-float-input.e-rtl input,.e-bigger .e-input-group.e-rtl input.e-input,.e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input,.e-bigger.e-rtl .e-float-input.e-control-wrapper input,.e-bigger.e-rtl .e-float-input input,.e-bigger.e-rtl .e-input-group input.e-input,.e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input,.e-bigger.e-rtl .e-input-group input.e-input:focus,.e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,.e-bigger.e-rtl .e-float-input.e-control-wrapper input:focus,.e-bigger.e-rtl .e-float-input input:focus,.e-bigger .e-input-group.e-rtl input.e-input:focus,.e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,.e-bigger .e-float-input.e-rtl input:focus,.e-bigger .e-float-input.e-control-wrapper.e-rtl input:focus,.e-bigger.e-rtl .e-input-group.e-input-focus input.e-input,.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,.e-bigger .e-input-group.e-rtl.e-input-focus input.e-input,.e-bigger .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-input-focus input,.e-bigger.e-rtl .e-float-input.e-input-focus input,.e-bigger .e-float-input.e-rtl.e-input-focus input,.e-bigger .e-float-input.e-control-wrapper.e-rtl.e-input-focus input{padding-left:0;padding-right:12px;text-indent:0}textarea.e-input.e-bigger,.e-bigger textarea.e-input,.e-input-group.e-bigger textarea.e-input,.e-input-group.e-control-wrapper.e-bigger textarea.e-input,.e-float-input.e-control-wrapper.e-bigger textarea,.e-float-input.e-control-wrapper textarea.e-bigger,.e-float-input.e-bigger textarea,.e-float-input textarea.e-bigger,.e-input-group textarea.e-input.e-bigger,.e-input-group.e-control-wrapper textarea.e-input.e-bigger,.e-bigger .e-float-input.e-control-wrapper textarea,.e-bigger .e-float-input textarea,.e-bigger .e-input-group textarea.e-input,.e-bigger .e-input-group.e-control-wrapper textarea.e-input,.e-input-group.e-bigger textarea.e-input:focus,.e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus,.e-float-input.e-control-wrapper.e-bigger textarea:focus,.e-float-input.e-bigger textarea:focus,.e-bigger .e-input-group textarea.e-input:focus,.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,.e-bigger .e-float-input.e-control-wrapper textarea:focus,.e-bigger .e-float-input textarea:focus{padding-left:12px;text-indent:0}.e-rtl textarea.e-input.e-bigger,textarea.e-input.e-bigger.e-rtl,.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-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-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea,.e-rtl .e-float-input:not(.e-outline).e-bigger textarea,.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-float-input:not(.e-outline).e-rtl textarea.e-bigger,.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-bigger,.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-bigger,.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-bigger,.e-rtl .e-float-input:not(.e-outline) textarea.e-bigger,.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-bigger,.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-bigger,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-bigger,.e-bigger .e-float-input:not(.e-outline).e-rtl textarea,.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,.e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input,.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,.e-bigger.e-rtl .e-float-input:not(.e-outline) textarea,.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,.e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input,.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) textarea.e-input:focus,.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,.e-bigger.e-rtl .e-float-input:not(.e-outline) textarea:focus,.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus,.e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,.e-bigger .e-float-input:not(.e-outline).e-rtl textarea:focus,.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus{padding-right:12px;text-indent:0}input.e-input.e-bigger.e-small,.e-bigger input.e-input.e-small,.e-input-group.e-small.e-bigger input.e-input,.e-input-group.e-control-wrapper.e-small.e-bigger input.e-input,.e-input-group.e-small input.e-input.e-bigger,.e-input-group.e-control-wrapper.e-small input.e-input.e-bigger,.e-bigger .e-input-group.e-small input.e-input,.e-bigger .e-input-group.e-control-wrapper.e-small input.e-input,.e-float-input.e-small.e-bigger input,.e-float-input.e-small input.e-bigger,.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-bigger .e-float-input.e-control-wrapper.e-small input,.e-bigger .e-input-group.e-small input.e-input:focus,.e-bigger .e-input-group.e-control-wrapper.e-small input.e-input:focus,.e-bigger .e-float-input.e-control-wrapper.e-small input:focus,.e-bigger .e-float-input.e-small input:focus,.e-small .e-input-group.e-bigger input.e-input:focus,.e-small .e-input-group.e-control-wrapper.e-bigger input.e-input:focus,.e-small .e-float-input.e-control-wrapper.e-bigger input:focus,.e-small .e-float-input.e-bigger input:focus,.e-input-group.e-bigger.e-small input.e-input:focus,.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus,.e-float-input.e-control-wrapper.e-bigger.e-small input:focus,.e-float-input.e-bigger.e-small input:focus,.e-bigger .e-input-group.e-small.e-input-focus input.e-input,.e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,.e-small .e-input-group.e-bigger.e-input-focus input.e-input,.e-small .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,.e-input-group.e-bigger.e-small.e-input-focus input.e-input,.e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input,.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input,.e-bigger .e-float-input.e-small.e-input-focus input,.e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input,.e-small .e-float-input.e-bigger.e-input-focus input,.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input,.e-float-input.e-bigger.e-small.e-input-focus input{padding-left:12px;text-indent:0}.e-bigger input.e-input.e-small.e-rtl,.e-input-group.e-small.e-bigger.e-rtl input.e-input,.e-input-group.e-control-wrapper.e-small.e-bigger.e-rtl input.e-input,.e-input-group.e-small.e-rtl input.e-input.e-bigger,.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input.e-bigger,.e-bigger .e-input-group.e-small.e-rtl input.e-input,.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,.e-float-input.e-small.e-bigger.e-rtl input,.e-float-input.e-small.e-rtl input.e-bigger,.e-bigger .e-float-input.e-small.e-rtl input,.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-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input,.e-bigger.e-rtl input.e-input.e-small,.e-rtl .e-input-group.e-small.e-bigger input.e-input,.e-rtl .e-input-group.e-control-wrapper.e-small.e-bigger input.e-input,.e-rtl .e-input-group.e-small input.e-input.e-bigger,.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input.e-bigger,.e-bigger.e-rtl .e-input-group.e-small input.e-input,.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input,.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-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input,.e-rtl .e-float-input.e-small.e-bigger input,.e-rtl .e-float-input.e-small input.e-bigger,.e-bigger.e-rtl .e-float-input.e-small input,.e-bigger .e-input-group.e-small.e-rtl input.e-input:focus,.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input:focus,.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input:focus,.e-bigger .e-float-input.e-small.e-rtl input:focus,.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 input.e-input:focus,.e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl input:focus,.e-small .e-float-input.e-bigger.e-rtl input:focus,.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 input.e-input:focus,.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:focus,.e-float-input.e-bigger.e-small.e-rtl input:focus,.e-bigger.e-rtl .e-input-group.e-small input.e-input:focus,.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input:focus,.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input:focus,.e-bigger.e-rtl .e-float-input.e-small input:focus,.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 input.e-input:focus,.e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger input:focus,.e-small.e-rtl .e-float-input.e-bigger input:focus,.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 input.e-input:focus,.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:focus,.e-rtl .e-float-input.e-bigger.e-small input:focus,.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl.e-input-focus input,.e-bigger .e-float-input.e-small.e-rtl.e-input-focus input,.e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl.e-input-focus input,.e-small .e-float-input.e-bigger.e-rtl.e-input-focus input,.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input,.e-float-input.e-bigger.e-small.e-rtl.e-input-focus input,.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small.e-input-focus input,.e-bigger.e-rtl .e-float-input.e-small.e-input-focus input,.e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-input-focus input,.e-small.e-rtl .e-float-input.e-bigger.e-input-focus input,.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input,.e-rtl .e-float-input.e-bigger.e-small.e-input-focus input,.e-bigger .e-input-group.e-small.e-rtl.e-input-focus input.e-input,.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl.e-input-focus input.e-input,.e-small .e-input-group.e-bigger.e-rtl.e-input-focus input.e-input,.e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl.e-input-focus input.e-input,.e-input-group.e-bigger.e-small.e-rtl.e-input-focus input.e-input,.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input.e-input,.e-bigger.e-rtl .e-input-group.e-small.e-input-focus input.e-input,.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,.e-small.e-rtl .e-input-group.e-bigger.e-input-focus input.e-input,.e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,.e-rtl .e-input-group.e-bigger.e-small.e-input-focus input.e-input,.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input{padding-left:0;padding-right:12px;text-indent:0}textarea.e-input.e-bigger.e-small,.e-bigger textarea.e-input.e-small,.e-input-group.e-small.e-bigger textarea.e-input,.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input,.e-input-group.e-small textarea.e-input.e-bigger,.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger,.e-bigger .e-input-group.e-small textarea.e-input,.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input,.e-float-input.e-small.e-bigger textarea,.e-float-input.e-small textarea.e-bigger,.e-bigger .e-float-input.e-small textarea,.e-float-input.e-control-wrapper.e-small.e-bigger textarea,.e-float-input.e-control-wrapper.e-small textarea.e-bigger,.e-bigger .e-float-input.e-control-wrapper.e-small textarea,.e-bigger .e-input-group.e-small textarea.e-input:focus,.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus,.e-bigger .e-float-input.e-small 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,.e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus,.e-small .e-float-input.e-bigger textarea:focus,.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-float-input.e-control-wrapper.e-bigger.e-small textarea:focus,.e-float-input.e-bigger.e-small textarea:focus{padding-left:12px;text-indent:0}.e-bigger .e-input-group.e-small textarea.e-input:focus,.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus,.e-bigger .e-float-input.e-small 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,.e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus,.e-small .e-float-input.e-bigger textarea:focus,.e-input-group.e-bigger.e-small textarea.e-input:focus,.e-input-group.e-bigger textarea.e-input:focus,.e-input-group.e-small textarea.e-input:focus,.e-input-group textarea.e-input:focus,.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input:focus,.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus,.e-float-input.e-bigger.e-small textarea:focus{box-shadow:0 0 0 4px rgba(13,110,253,.25)}.e-bigger textarea.e-input.e-small.e-rtl,.e-input-group:not(.e-outline).e-small.e-bigger.e-rtl textarea.e-input,.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-small.e-rtl textarea.e-input.e-bigger,.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input.e-bigger,.e-bigger .e-input-group:not(.e-outline).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,.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-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea,.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-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,.e-bigger.e-rtl textarea.e-input.e-small,.e-rtl .e-input-group:not(.e-outline).e-small.e-bigger textarea.e-input,.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-small textarea.e-input.e-bigger,.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input.e-bigger,.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-control-wrapper.e-small textarea.e-input,.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-bigger.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.e-small.e-bigger textarea,.e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger,.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.e-control-wrapper textarea,.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input:focus,.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input:focus,.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: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-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea:focus,.e-small .e-float-input:not(.e-outline).e-bigger.e-rtl textarea:focus,.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-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea:focus,.e-float-input:not(.e-outline).e-bigger.e-small.e-rtl textarea:focus,.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input:focus,.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input:focus,.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 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,.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea:focus,.e-small.e-rtl .e-float-input:not(.e-outline).e-bigger textarea:focus,.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-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea:focus,.e-rtl .e-float-input:not(.e-outline).e-bigger.e-small textarea:focus{padding-right:12px;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:rgba(0,0,0,0);border:0;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;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:14px;padding:0;text-align:center;vertical-align:middle}.e-float-input.e-static-clear .e-clear-icon.e-clear-icon-hide,.e-float-input.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide,.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide{cursor:pointer;display:-ms-flexbox;display:flex}.e-float-input.e-small.e-bigger .e-clear-icon,.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon,.e-input-group.e-small.e-bigger .e-clear-icon,.e-input-group.e-control-wrapper.e-small.e-bigger .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,.e-bigger .e-input-group.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-small .e-float-input.e-control-wrapper.e-bigger input:first-child~.e-clear-icon,.e-small .e-float-input.e-bigger input:first-child~.e-clear-icon,.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{padding-bottom:0}.e-float-input.e-small .e-clear-icon::before,.e-float-input.e-control-wrapper.e-small .e-clear-icon::before,.e-input-group.e-small .e-clear-icon::before,.e-input-group.e-control-wrapper.e-small .e-clear-icon::before,.e-float-input.e-control-wrapper input.e-small:first-child~.e-clear-icon::before,.e-small .e-float-input.e-control-wrapper .e-clear-icon::before,.e-float-input input.e-small:first-child~.e-clear-icon::before,.e-small .e-float-input .e-clear-icon::before,.e-small .e-input-group .e-clear-icon::before,.e-small .e-input-group.e-control-wrapper .e-clear-icon::before{font-size:12px}.e-float-input.e-bigger .e-clear-icon::before,.e-float-input.e-control-wrapper.e-bigger .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-float-input.e-control-wrapper input.e-bigger:first-child~.e-clear-icon::before,.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,.e-float-input input.e-bigger:first-child~.e-clear-icon::before,.e-bigger .e-float-input .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{font-size:16px}.e-float-input.e-small.e-bigger .e-clear-icon::before,.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,.e-input-group.e-small.e-bigger .e-clear-icon::before,.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,.e-small.e-bigger .e-float-input .e-clear-icon::before,.e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,.e-small.e-bigger .e-input-group .e-clear-icon::before,.e-small.e-bigger .e-input-group.e-control-wrapper .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,.e-bigger .e-input-group.e-small input:first-child~.e-clear-icon::before,.e-bigger .e-input-group.e-control-wrapper.e-small 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-float-input.e-bigger input:first-child~.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{font-size:14px}.e-input:not(:valid):not(.e-control):first-child~.e-clear-icon,.e-input-group input:not(.e-control).e-input:not(:valid):first-child~.e-clear-icon,.e-input-group.e-control-wrapper input.e-input:not(:valid):not(.e-control):first-child~.e-clear-icon,.e-float-input input:not(:valid):not(.e-control):first-child~.e-clear-icon,.e-float-input.e-control-wrapper input:not(:valid):not(.e-control):first-child~.e-clear-icon,.e-float-input.e-input-group input:not(:valid):not(.e-control):first-child~.e-clear-icon,.e-float-input.e-input-group.e-control-wrapper input:not(:valid):not(.e-control):first-child~.e-clear-icon{display:none}.e-input-group .e-clear-icon.e-clear-icon-hide,.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide{display:none}.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide{cursor:pointer}.e-input-group.e-disabled input.e-input:not(:valid):first-child~.e-clear-icon,.e-input-group.e-control-wrapper.e-disabled input.e-input:not(:valid):first-child~.e-clear-icon,.e-float-input.e-disabled input:not(:valid):first-child~.e-clear-icon,.e-float-input.e-input-group.e-disabled input:not(:valid):first-child~.e-clear-icon,.e-float-input.e-input-group.e-control-wrapper.e-disabled input:not(:valid):first-child~.e-clear-icon,.e-float-input.e-control-wrapper.e-disabled input:not(:valid):first-child~.e-clear-icon,.e-input-group.e-disabled .e-clear-icon.e-clear-icon-hide,.e-input-group.e-control-wrapper.e-disabled .e-clear-icon.e-clear-icon-hide{cursor:not-allowed}.e-float-input.e-control-wrapper input[readonly]:first-child~.e-clear-icon,.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child~.e-clear-icon,.e-float-input input[readonly]:first-child~.e-clear-icon,.e-float-input.e-input-group input[readonly]:first-child~.e-clear-icon,.e-input-group input[readonly]:first-child~.e-clear-icon.e-clear-icon-hide,.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child~.e-clear-icon,.e-float-input.e-input-group.e-control-wrapper input[readonly]:first-child~.e-clear-icon,.e-input-group.e-control-wrapper input[readonly]:first-child .e-clear-icon.e-clear-icon-hide{cursor:auto}.e-input-group .e-clear-icon,.e-input-group.e-control-wrapper .e-clear-icon{min-height:0;min-width:30px;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0}.e-float-input.e-input-group .e-clear-icon,.e-float-input.e-input-group.e-control-wrapper .e-clear-icon{padding-right:0;padding-top:0}.e-input-group.e-bigger .e-clear-icon,.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,.e-input-group .e-clear-icon.e-bigger,.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,.e-bigger .e-input-group .e-clear-icon,.e-bigger .e-input-group.e-control-wrapper .e-clear-icon{min-height:0;min-width:36px;padding-bottom:0;padding-right:0;padding-top:0}.e-input-group.e-float-input.e-bigger .e-clear-icon,.e-input-group.e-float-input .e-clear-icon.e-bigger,.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-bigger .e-input-group.e-control-wrapper.e-float-input .e-clear-icon{padding-right:0;padding-top:0}.e-input-group.e-small.e-bigger .e-clear-icon,.e-input-group.e-small .e-clear-icon.e-bigger,.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-bigger .e-input-group.e-control-wrapper.e-small .e-clear-icon{min-height:0;min-width:36px;padding-bottom:0;padding-right:0;padding-top:0}.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,.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-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,.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-bigger .e-input-group.e-float-input.e-control-wrapper.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-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon{padding-right:0;padding-top:0}.e-input-group.e-small .e-clear-icon,.e-input-group .e-clear-icon.e-small,.e-small .e-input-group .e-clear-icon,.e-input-group.e-control-wrapper.e-small .e-clear-icon,.e-input-group.e-control-wrapper .e-clear-icon.e-small,.e-small .e-input-group.e-control-wrapper .e-clear-icon{min-height:0;min-width:24px;padding-bottom:0;padding-right:0;padding-top:0}.e-input-group.e-float-input.e-small .e-clear-icon,.e-input-group.e-float-input .e-clear-icon.e-small,.e-small .e-input-group.e-float-input .e-clear-icon,.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon,.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,.e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small,.e-small .e-input-group.e-float-input.e-control-wrapper .e-clear-icon,.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon{padding-right:0;padding-top:0}.e-input:not(:valid),.e-input:valid,.e-float-input.e-control-wrapper input:not(:valid),.e-float-input.e-control-wrapper input:valid,.e-float-input input:not(:valid),.e-float-input input:valid,.e-input-group input:not(:valid),.e-input-group input:valid,.e-input-group.e-control-wrapper input:not(:valid),.e-input-group.e-control-wrapper input:valid,.e-float-input.e-control-wrapper textarea:not(:valid),.e-float-input.e-control-wrapper textarea:valid,.e-float-input textarea:not(:valid),.e-float-input textarea:valid,.e-input-group.e-control-wrapper textarea:not(:valid),.e-input-group.e-control-wrapper textarea:valid,.e-input-group textarea:not(:valid),.e-input-group textarea:valid{box-shadow:none}.e-input-group .e-input-in-wrap,.e-input-group.e-control-wrapper .e-input-in-wrap,.e-float-input .e-input-in-wrap,.e-float-input.e-control-wrapper .e-input-in-wrap{width:100%;display:-ms-flexbox;display:flex;position:relative}.e-float-input .e-input-in-wrap label.e-float-text,.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text{right:0;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.e-float-input input.e-input,.e-float-input.e-bigger .e-input,.e-bigger .e-float-input .e-input,.e-float-input.e-control-wrapper input.e-input,.e-float-input.e-control-wrapper.e-bigger .e-input,.e-bigger .e-float-input.e-control-wrapper .e-input{margin-bottom:0}.e-float-input textarea:focus~label.e-float-text,.e-float-input textarea:valid~label.e-float-text,.e-float-input textarea~label.e-label-top.e-float-text,.e-float-input textarea[readonly]~label.e-label-top.e-float-text,.e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-float-input textarea label.e-float-text.e-label-top,.e-float-input.e-control-wrapper textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top{font-size:12px;font-weight:500;padding-right:0;transform:translate3d(-10px, -36px, 0) scale(1)}.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-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-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,.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{font-size:14px;top:14px}.e-float-input.e-small textarea:focus~label.e-float-text,.e-float-input.e-small textarea:valid~label.e-float-text,.e-float-input.e-small textarea~label.e-label-top.e-float-text,.e-small .e-float-input textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small textarea~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text{font-size:10px;top:16px}.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,.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-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{font-size:12px;top:16px}.e-float-input textarea~.e-float-text,.e-float-input.e-control-wrapper textarea~.e-float-text{top:15px}.e-float-input.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:12px}.e-float-input.e-bigger textarea~label.e-float-text,.e-float-input textarea~label.e-float-text.e-bigger,.e-float-input textarea.e-bigger~label.e-float-text,.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-bigger .e-float-input 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~label.e-float-text.e-bigger,.e-float-input.e-control-wrapper textarea.e-bigger~label.e-float-text,.e-bigger .e-float-input.e-control-wrapper 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-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:16px;top:18px}.e-float-input.e-small textarea~label.e-float-text,.e-float-input textarea~label.e-float-text.e-small,.e-float-input textarea.e-small~label.e-float-text,.e-small .e-float-input textarea~label.e-float-text,.e-float-input.e-control-wrapper.e-small textarea~label.e-float-text,.e-float-input.e-control-wrapper textarea~label.e-float-text.e-small,.e-float-input.e-control-wrapper textarea.e-small~label.e-float-text,.e-small .e-float-input.e-control-wrapper textarea~label.e-float-text{font-size:12px;top:15px}.e-input-group:hover:not(.e-disabled),.e-input-group.e-control-wrapper:hover:not(.e-disabled),.e-float-input:hover:not(.e-disabled),.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-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-float-input.e-control-wrapper:hover:not(.e-disabled),.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-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]){border-bottom-width:1px}.e-float-input:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:12px;font-weight:bold;padding-right:0;transform:translate3d(-10px, -39px, 0) scale(1);-webkit-user-select:text;user-select: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,.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.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{font-size:14px;font-weight:bold;padding-right:0;top:14px;transform:translate3d(-10px, -39px, 0) scale(1);-webkit-user-select:text;user-select:text}.e-small .e-float-input:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-small.e-float-input:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:10px;font-weight:bold;padding-right:0;top:17px;transform:translate3d(-10px, -39px, 0) scale(1);-webkit-user-select:text;user-select: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: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-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill: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-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-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-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:12px;font-weight:bold;padding-right:0;top:16px;transform:translate3d(-10px, -39px, 0) scale(1);-webkit-user-select:text;user-select:text}.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input 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 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-small .e-float-input.e-bigger 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-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 textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper.e-bigger 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-bigger.e-small .e-float-input.e-control-wrapper 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{-moz-transform:translate(0%, -50%);-ms-transform:translate(0%, -50%);-o-transform:translate(0%, -50%);-webkit-transform:translate(0%, -50%);box-sizing:border-box;left:0%;top:13px;transform:translate(0%, -50%);width:100%;font-style:normal}.e-bigger .e-float-input.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-float-input.e-bigger.e-small 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-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper.e-bigger 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-bigger.e-small .e-float-input.e-control-wrapper 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{font-size:14px;font-style:normal}.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~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[disabled]~label.e-label-top.e-float-text,.e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top,.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-bigger .e-float-input.e-small textarea[readonly]~label.e-label-top.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 label.e-float-text.e-label-top,.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~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[disabled]~label.e-label-top.e-float-text,.e-small .e-float-input.e-bigger textarea label.e-float-text.e-label-top,.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~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[disabled]~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-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-control-wrapper.e-small textarea[readonly]~label.e-label-top.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 label.e-float-text.e-label-top,.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~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[disabled]~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{padding-right:0;transform:translate3d(-10px, -37px, 0) scale(1)}.e-float-input textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper textarea:not(:focus):valid~label.e-float-text.e-label-bottom{font-size:14px;font-style:normal;font-weight:400;left:0;overflow:hidden;padding-left:10px;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(0.25, 0.8, 0.25, 1);-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:100%}textarea.e-input::-webkit-textarea-placeholder,textarea.e-input:-moz-placeholder,textarea.e-input:-ms-textarea-placeholder,textarea.e-input::-moz-placeholder{font-size:14px;font-style:normal}.e-small textarea.e-input::-webkit-textarea-placeholder,textarea.e-small.e-input::-webkit-textarea-placeholder,.e-small textarea.e-input:-moz-placeholder,textarea.e-small.e-input:-moz-placeholder,.e-small textarea.e-input:-ms-input-placeholder,textarea.e-small.e-input:-ms-input-placeholder,.e-small textarea.e-input::-moz-placeholder,textarea.e-small.e-input::-moz-placeholder{font-size:12px;font-style:normal}.e-bigger textarea.e-small.e-input::-webkit-textarea-placeholder,.e-small textarea.e-bigger.e-input::-webkit-textarea-placeholder,.e-bigger textarea.e-small.e-input:-moz-placeholder,.e-small textarea.e-bigger.e-input:-moz-placeholder,.e-bigger textarea.e-small.e-input:-ms-input-placeholder,.e-small textarea.e-bigger.e-input:-ms-input-placeholder,.e-bigger textarea.e-small.e-input::-moz-placeholder,.e-small textarea.e-bigger.e-input::-moz-placeholder{font-size:14px;font-style:normal}.e-bigger textarea.e-input::-webkit-textarea-placeholder,textarea.e-bigger.e-input::-webkit-textarea-placeholder,.e-bigger textarea.e-input:-moz-placeholder,textarea.e-bigger.e-input:-moz-placeholder,.e-bigger textarea.e-input:-ms-textarea-placeholder,textarea.e-bigger.e-input:-ms-textarea-placeholder,.e-bigger textarea.e-input::-moz-placeholder,textarea.e-bigger.e-input::-moz-placeholder{font-size:16px;font-style:normal}.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:12px;font-weight:500;padding-right:0;transform:translate3d(-10px, -40px, 0) scale(1);-webkit-user-select:text;user-select:text}.e-small .e-float-input textarea:-webkit-autofill~label.e-float-text,.e-small.e-float-input textarea:-webkit-autofill~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-small.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill~label.e-float-text,.e-small .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom,.e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill~label.e-float-text.e-label-bottom{font-size:10px;-webkit-user-select:text;user-select:text}.e-bigger .e-float-input.e-small textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-small .e-float-input textarea:-webkit-autofill~label.e-float-text,.e-float-input.e-bigger.e-small textarea:-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-small.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:-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-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-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-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:12px;-webkit-user-select:text;user-select:text}.e-bigger .e-float-input textarea:-webkit-autofill~label.e-float-text,.e-bigger.e-float-input 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:-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{font-size:14px;-webkit-user-select:text;user-select: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-bigger textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-bigger textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-bigger textarea label.e-float-text.e-label-top,.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-bigger .e-float-input textarea[readonly]~label.e-label-top.e-float-text,.e-bigger .e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-bigger .e-float-input textarea label.e-float-text.e-label-top,.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,.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[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top,.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.e-control-wrapper textarea[readonly]~label.e-label-top.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 label.e-float-text.e-label-top{font-weight:500;padding-right:0;transform:translate3d(-10px, -39px, 0) scale(1)}.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,.e-float-input.e-small.e-bigger textarea[readonly]~label.e-label-top.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 label.e-float-text.e-label-top,.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~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[disabled]~label.e-label-top.e-float-text,.e-bigger.e-small .e-float-input textarea label.e-float-text.e-label-top,.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~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[disabled]~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-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~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[disabled]~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{font-weight:500;padding-right:0;transform:translate3d(-10px, -36px, 0) scale(1)}.e-float-input.e-small textarea:focus~label.e-float-text,.e-float-input.e-small textarea:valid~label.e-float-text,.e-float-input.e-small textarea~label.e-label-top.e-float-text,.e-float-input.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-small textarea label.e-float-text.e-label-top,.e-small .e-float-input textarea:focus~label.e-float-text,.e-small .e-float-input textarea:valid~label.e-float-text,.e-small .e-float-input textarea~label.e-label-top.e-float-text,.e-small .e-float-input textarea[readonly]~label.e-label-top.e-float-text,.e-small .e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-small .e-float-input textarea label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-small textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,.e-small .e-float-input.e-control-wrapper textarea:focus~label.e-float-text,.e-small .e-float-input.e-control-wrapper textarea:valid~label.e-float-text,.e-small .e-float-input.e-control-wrapper textarea~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper textarea[readonly]~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper textarea[disabled]~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top{font-weight:500;padding-right:0;transform:translate3d(-10px, -35px, 0) scale(1)}.e-float-input textarea[disabled],.e-float-input textarea.e-disabled,.e-float-input.e-control-wrapper textarea[disabled],.e-float-input.e-control-wrapper textarea.e-disabled{border-color:#ced4da;border-style:solid}.e-float-input textarea[disabled],.e-float-input textarea.e-disabled,.e-float-input.e-disabled textarea,.e-float-input.e-control-wrapper textarea[disabled],.e-float-input.e-control-wrapper textarea.e-disabled,.e-float-input.e-control-wrapper.e-disabled textarea{filter:alpha(opacity=100);opacity:1}.e-float-input textarea[disabled],.e-float-input textarea.e-disabled,.e-float-input.e-control-wrapper textarea[disabled],.e-float-input.e-control-wrapper textarea.e-disabled{background:rgba(0,0,0,0);background-image:none;cursor:not-allowed}textarea.e-input,.e-input-group textarea.e-input,.e-input-group textarea,.e-input-group.e-control-wrapper textarea.e-input,.e-input-group.e-control-wrapper textarea,.e-float-input textarea,.e-float-input.e-input-group textarea,.e-float-input.e-control-wrapper textarea,.e-float-input.e-control-wrapper.e-input-group textarea{border-radius:4px}textarea.e-input,.e-input-group textarea,.e-input-group textarea.e-input,.e-input-group.e-input-focus textarea,.e-input-group.e-input-focus textarea.e-input,.e-input-group.e-control-wrapper textarea,.e-input-group.e-control-wrapper.e-input-focus textarea,.e-input-group.e-control-wrapper textarea.e-input,.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,.e-float-input textarea,.e-float-input.e-control-wrapper textarea{line-height:1.5;min-height:32px;min-width:0;padding:4px 8px 4px 8px;resize:vertical}.e-input-group.e-bigger textarea,.e-input-group.e-bigger textarea.e-input,.e-input-group textarea.e-bigger,.e-input-group textarea.e-input.e-bigger,.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 textarea.e-bigger,.e-input-group.e-control-wrapper textarea.e-input.e-bigger,.e-bigger .e-input-group textarea,.e-bigger .e-input-group 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-bigger textarea,.e-float-input textarea.e-bigger,.e-float-input.e-control-wrapper.e-bigger textarea,.e-float-input.e-control-wrapper textarea.e-bigger,.e-bigger .e-float-input textarea,.e-bigger .e-float-input.e-control-wrapper textarea{font:inherit;line-height:1.5;min-height:36px;padding:6px 12px 6px 12px}.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.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-bigger .e-input-group.e-input-focus 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-input-group.e-control-wrapper textarea.e-bigger:focus,.e-input-group.e-control-wrapper textarea.e-input.e-bigger:focus,.e-bigger .e-input-group.e-control-wrapper textarea:focus,.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{font:inherit;line-height:1.5;min-height:36px;padding:6px 12px 6px 12px}.e-input-group.e-small textarea,.e-input-group.e-small textarea.e-input,.e-input-group textarea.e-small,.e-input-group textarea.e-input.e-small,.e-input-group.e-control-wrapper.e-small textarea,.e-input-group.e-control-wrapper.e-small textarea.e-input,.e-small .e-input-group textarea,.e-small .e-input-group textarea.e-input,.e-float-input.e-small textarea,.e-float-input textarea.e-small,.e-float-input.e-control-wrapper.e-small textarea,.e-float-input.e-control-wrapper textarea.e-small,.e-small .e-float-input textarea,.e-small .e-float-input.e-control-wrapper textarea{font:inherit;min-height:26px;padding:4px 8px 4px 8px}.e-input-group.e-input-focus.e-small textarea,.e-input-group.e-input-focus.e-small textarea.e-input,.e-input-group.e-input-focus textarea.e-small,.e-input-group.e-input-focus textarea.e-input.e-small,.e-input-group.e-input-focus textarea.e-input.e-small,.e-input-group.e-control-wrapper.e-input-focus.e-small textarea,.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,.e-small .e-input-group.e-input-focus textarea,.e-small .e-input-group.e-input-focus textarea.e-input{font:inherit;min-height:26px;padding:4px 8px 4px 8px}.e-input-group.e-small textarea:focus,.e-input-group.e-small textarea.e-input:focus,.e-input-group textarea.e-small:focus,.e-input-group textarea.e-input.e-small:focus,.e-input-group.e-control-wrapper.e-small textarea:focus,.e-input-group.e-control-wrapper.e-small textarea.e-input:focus,.e-small .e-input-group textarea:focus,.e-small .e-input-group textarea.e-input:focus,.e-float-input.e-small textarea:focus,.e-float-input textarea.e-small:focus,.e-float-input.e-control-wrapper.e-small textarea:focus,.e-float-input.e-control-wrapper textarea.e-small:focus,.e-small .e-float-input textarea:focus,.e-small .e-float-input.e-control-wrapper textarea:focus{padding:4px 8px 4px 8px}.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-input-group.e-bigger textarea.e-small,.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-bigger.e-small .e-input-group textarea.e-input,.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input,.e-bigger .input-group textarea.e-small,.e-bigger .e-input-group.e-small textarea.e-input,.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input,.e-bigger .e-small.e-input-group.e-control-wrapper textarea.e-input,.e-small .input-group textarea.e-bigger,.e-small .e-input-group.e-bigger textarea.e-input,.e-small .e-input-group.e-control-wrapper textarea.e-input.e-bigger,.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,.e-float-input textarea.e-bigger.e-small,.e-float-input.e-small.e-bigger textarea,.e-float-input.e-small textarea.e-bigger,.e-float-input.e-bigger textarea.e-small,.e-bigger .e-float-input.e-small textarea,.e-bigger.e-small .e-float-input textarea,.e-bigger .float-input textarea.e-small,.e-small .e-float-input.e-bigger textarea,.e-small .float-input textarea.e-bigger,.e-small .e-float-input.e-control-wrapper textarea.e-bigger,.e-float-input.e-control-wrapper.e-small.e-bigger textarea,.e-float-input.e-control-wrapper.e-small textarea.e-bigger,.e-bigger .e-float-input.e-control-wrapper.e-small textarea,.e-bigger.e-small .e-float-input.e-control-wrapper textarea,.e-bigger .e-small.e-float-input.e-control-wrapper textarea{font:inherit;line-height:1.5;min-height:32px;padding:6px 12px 6px 12px}.e-input-group.e-input-focus textarea.e-input.e-bigger.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.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-bigger.e-small .e-input-group.e-input-focus textarea.e-input,.e-bigger .e-input-group.e-control-wrapper.e-input-focus.e-small 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.e-input-focus textarea.e-input,.e-small .e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input{font:inherit;line-height:1.5;min-height:32px;padding:6px 12px 6px 12px}.e-filled.e-input-group,.e-filled.e-input-group.e-control-wrapper,.e-filled.e-float-input,.e-filled.e-float-input.e-control-wrapper{line-height:1}.e-filled textarea.e-input,.e-filled.e-input-group.e-multi-line-input textarea,.e-filled.e-input-group.e-control-wrapper.e-multi-line-input textarea,.e-filled.e-float-input.e-multi-line-input textarea,.e-filled.e-float-input.e-control-wrapper.e-multi-line-input textarea{box-sizing:border-box}.e-float-input.e-control-wrapper.e-hidden,.e-input-group.e-control-wrapper.e-hidden{display:none}.e-input-group.e-control-container.valid.modified,.e-input-group.e-control-container.invalid,.e-float-input.e-control-container.valid.modified,.e-float-input.e-control-container.invalid{outline:none}/*! input theme */input.e-input,.e-input-group input.e-input,.e-input-group.e-control-wrapper input.e-input,.e-input-group textarea.e-input,.e-input-group.e-control-wrapper textarea.e-input,textarea.e-input,.e-float-input input,.e-float-input.e-control-wrapper input,.e-float-input textarea,.e-float-input.e-control-wrapper textarea{background:#fff;border-color:#ced4da;color:#212529}.e-input-group,.e-input-group.e-control-wrapper,.e-float-input,.e-float-input.e-input-group,.e-float-input.e-control-wrapper,.e-float-input.e-input-group.e-control-wrapper{background:#fff;color:#212529}.e-input-group .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon{background:rgba(0,0,0,0);border-color:#ced4da;color:#6c757d}.e-input-group.e-disabled .e-input-group-icon,.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon{color:#adb5bd}.e-input[disabled],.e-input-group .e-input[disabled],.e-input-group.e-control-wrapper .e-input[disabled],.e-input-group.e-disabled,.e-input-group.e-control-wrapper.e-disabled,.e-float-input input[disabled],.e-float-input.e-control-wrapper input[disabled],.e-float-input textarea[disabled],.e-float-input.e-control-wrapper textarea[disabled],.e-float-input.e-disabled,.e-float-input.e-control-wrapper.e-disabled{background:#e9ecef;color:#343a40;border-color:#ced4da}.e-input-group input.e-input,.e-input-group.e-control-wrapper input.e-input,.e-float-input input,.e-float-input.e-control-wrapper input,.e-input-group textarea.e-input,.e-input-group.e-control-wrapper textarea.e-input,.e-float-input textarea,.e-float-input.e-control-wrapper textarea,.e-input-group .e-input[disabled],.e-input-group.e-control-wrapper .e-input[disabled],.e-input-group.e-disabled input.e-input,.e-input-group.e-control-wrapper.e-disabled input.e-input,.e-input-group.e-disabled textarea.e-input,.e-input-group.e-control-wrapper.e-disabled textarea.e-input{background:none;color:inherit}.e-input-group .e-input[readonly],.e-input-group.e-control-wrapper .e-input[readonly],.e-float-input input[readonly],.e-float-input.e-control-wrapper input[readonly],.e-float-input textarea[readonly],.e-float-input.e-control-wrapper textarea[readonly]{background:#e9ecef;color:#343a40}.e-input-group .e-input[readonly]~span.e-input-group-icon,.e-input-group.e-control-wrapper .e-input[readonly]~span.e-input-group-icon,.e-float-input input[readonly]~span.e-input-group-icon,.e-float-input.e-control-wrapper input[readonly]~span.e-input-group-icon,.e-float-input.e-control-wrapper input[readonly]~span.e-clear-icon{background:#e9ecef;color:#6c757d}.e-float-input.e-disabled input,.e-float-input.e-control-wrapper.e-disabled input,.e-float-input.e-disabled textarea,.e-float-input.e-control-wrapper.e-disabled textarea,.e-float-input input[disabled],.e-float-input.e-control-wrapper input[disabled],.e-float-input textarea[disabled],.e-float-input.e-control-wrapper textarea[disabled]{color:inherit}/*! Added color to textbox for disbaled state */.e-float-input:not(.e-disabled) input[disabled],.e-float-input.e-control-wrapper:not(.e-disabled) input[disabled],.e-float-input:not(.e-disabled) textarea[disabled],.e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled]{-webkit-text-fill-color:#343a40;color:#343a40}.e-input-group.e-disabled .e-input-group-icon,.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon{background:rgba(0,0,0,0);border-color:#ced4da}.e-input-group:not(.e-disabled) .e-input-group-icon:hover,.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover{background:#5c636a;color:#fff}.e-input.e-success,.e-input.e-success:focus,.e-input-group.e-success input.e-input,.e-input-group.e-control-wrapper.e-success input.e-input,.e-input-group.e-success .e-input-group-icon,.e-input-group.e-control-wrapper.e-success .e-input-group-icon,.e-input-group.e-success textarea.e-input,.e-input-group.e-control-wrapper.e-success textarea.e-input{border-color:#198754}.e-input.e-warning,.e-input.e-warning:focus,.e-input-group.e-warning input.e-input,.e-input-group.e-control-wrapper.e-warning input.e-input,.e-input-group.e-warning .e-input-group-icon,.e-input-group.e-control-wrapper.e-warning .e-input-group-icon,.e-input-group.e-warning textarea.e-input,.e-input-group.e-control-wrapper.e-warning textarea.e-input{border-color:#ffc107}.e-input.e-error,.e-input.e-error:focus,.e-input-group.e-error input.e-input,.e-input-group.e-control-wrapper.e-error input.e-input,.e-input-group.e-control-wrapper.e-error .e-input-group-icon,.e-input-group.e-error .e-input-group-icon,.e-input-group.e-error textarea.e-input,.e-input-group.e-control-wrapper.e-error textarea.e-input{border-color:#dc3545}label.e-float-text,.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-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-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.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom,.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-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-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-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid~label.e-float-text.e-label-bottom{color:#6c757d}.e-float-input.e-error label.e-float-text,.e-float-input.e-control-wrapper.e-error label.e-float-text,.e-float-input.e-error input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-error input:focus~label.e-float-text,.e-float-input.e-error.e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-error.e-input-focus input~label.e-float-text,.e-float-input.e-error textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-error textarea:focus~label.e-float-text{color:#dc3545}.e-float-input input,.e-float-input textarea,.e-float-input.e-control-wrapper input,.e-float-input.e-control-wrapper textarea{border-bottom-color:#ced4da}.e-float-input.e-success input,.e-float-input.e-success textarea,.e-float-input.e-control-wrapper.e-success input,.e-float-input.e-control-wrapper.e-success textarea{border-color:#198754}.e-float-input.e-warning input,.e-float-input.e-control-wrapper.e-warning input,.e-float-input.e-warning textarea,.e-float-input.e-control-wrapper.e-warning textarea{border-color:#ffc107}.e-float-input.e-error input,.e-float-input.e-control-wrapper.e-error input,.e-float-input.e-error textarea,.e-float-input.e-control-wrapper.e-error textarea{border-color:#dc3545}.e-float-input:not(.e-error):not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid)~label.e-float-text:not(.e-label-top),.e-float-input:not(.e-error):not(.e-input-focus) textarea:not(:focus):not(:valid)~label.e-float-text:not(.e-label-top),.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid)~label.e-float-text:not(.e-label-top){color:#6c757d}.e-input-group:not(.e-disabled) .e-input-group-icon:active,.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active{background:#565e64;color:#fff}input.e-input::selection,textarea.e-input::selection,.e-input-group input.e-input::selection,.e-input-group.e-control-wrapper input.e-input::selection,.e-float-input input::selection,.e-float-input.e-control-wrapper input::selection,.e-input-group textarea.e-input::selection,.e-input-group.e-control-wrapper textarea.e-input::selection,.e-float-input textarea::selection,.e-float-input.e-control-wrapper textarea::selection{background:#0d6efd;color:#fff}.e-float-input.e-small textarea::selection,.e-float-input textarea::selection{background:#0d6efd;color:#fff}input.e-input:-moz-placeholder{color:#6c757d}.e-input-group input.e-input:-moz-placeholder{color:#6c757d}.e-input-group input.e-input:-moz-placeholder,.e-input-group.e-control-wrapper input.e-input:-moz-placeholder{color:#6c757d}input.e-input:-moz-placeholder{color:#6c757d}.e-input-group input.e-input:-moz-placeholder{color:#6c757d}.e-input-group.e-control-wrapper input.e-input:-moz-placeholder{color:#6c757d}textarea.e-input:-moz-placeholder{color:#6c757d}.e-input-group textarea.e-input:-moz-placeholder{color:#6c757d}.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder{color:#6c757d}input.e-input::-moz-placeholder{color:#6c757d}.e-input-group input.e-input::-moz-placeholder{color:#6c757d}.e-input-group.e-control-wrapper input.e-input::-moz-placeholder{color:#6c757d}textarea.e-input::-moz-placeholder{color:#6c757d}.e-input-group textarea.e-input::-moz-placeholder{color:#6c757d}.e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder{color:#6c757d}input.e-input:-ms-input-placeholder{color:#6c757d}.e-input-group input.e-input:-ms-input-placeholder{color:#6c757d}.e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder{color:#6c757d}textarea.e-input:-ms-input-placeholder{color:#6c757d}.e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder{color:#6c757d}.e-input-group textarea.e-input:-ms-input-placeholder{color:#6c757d}input.e-input::-webkit-input-placeholder{color:#6c757d}.e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder{color:#6c757d}.e-input-group input.e-input::-webkit-input-placeholder{color:#6c757d}textarea.e-input::-webkit-input-placeholder{color:#6c757d}.e-input-group textarea.e-input::-webkit-input-placeholder{color:#6c757d}.e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder{color:#6c757d}.e-input-group::before,.e-input-group::after,.e-input-group.e-control-wrapper::before,.e-input-group.e-control-wrapper::after{content:""}.e-input-group.e-success::before,.e-input-group.e-success::after,.e-input-group.e-control-wrapper.e-success::before,.e-input-group.e-control-wrapper.e-success::after{content:""}.e-input-group.e-warning::before,.e-input-group.e-warning::after,.e-input-group.e-control-wrapper.e-warning::before,.e-input-group.e-control-wrapper.e-warning::after{content:""}.e-input-group.e-error::before,.e-input-group.e-error::after,.e-input-group.e-control-wrapper.e-error::before,.e-input-group.e-control-wrapper.e-error::after{content:""}.e-input-group.e-success .e-input-group-icon,.e-input-group.e-control-wrapper.e-success .e-input-group-icon{color:#6c757d}.e-input-group.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,.e-input-group.e-control-wrapper.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover{color:#6c757d;color:#fff}.e-input-group.e-warning .e-input-group-icon,.e-input-group.e-control-wrapper.e-warning .e-input-group-icon{color:#6c757d}.e-input-group.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,.e-input-group.e-control-wrapper.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover{color:#6c757d;color:#fff}.e-input-group.e-error .e-input-group-icon,.e-input-group.e-control-wrapper.e-error .e-input-group-icon{color:#6c757d}.e-input-group.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover,.e-input-group.e-control-wrapper.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover{color:#6c757d;color:#fff}.e-input-group input.e-input,.e-input-group.e-control-wrapper input.e-input,.e-input-group textarea.e-input,.e-input-group.e-control-wrapper textarea.e-input{border-color:#ced4da}.e-input:focus:not(.e-success):not(.e-warning):not(.e-error),.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input{border-color:#86b7fe;border-radius:4px;box-shadow:0 0 0 4px rgba(13,110,253,.25)}.e-input-group .e-input:focus:not(.e-success):not(.e-warning):not(.e-error),.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,.e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,.e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,.e-input-group .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,.e-input-group .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input{box-shadow:none}.e-input:focus:not(.e-success):not(.e-warning).e-error,.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input{box-shadow:0 0 0 4px rgba(220,53,69,.25)}.e-input:focus:not(.e-error):not(.e-warning).e-success,.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input,.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input{box-shadow:0 0 0 4px rgba(25,135,84,.25)}.e-input:focus:not(.e-success):not(.e-error).e-warning,.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input{box-shadow:0 0 0 4px rgba(255,193,7,.25)}.e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,.e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus,.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus{border-color:#ced4da}.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error){border-color:#86b7fe;border-color:#86b7fe;border-radius:4px;box-shadow:0 0 0 4px rgba(13,110,253,.25)}.e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error{box-shadow:0 0 0 4px rgba(220,53,69,.25)}.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,.e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success{box-shadow:0 0 0 4px rgba(25,135,84,.25)}.e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning,.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning{box-shadow:0 0 0 4px rgba(255,193,7,.25)}.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input{border-color:#ced4da}.e-input-group:not(.e-success):not(.e-warning):not(.e-error),.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error){border-color:#ced4da}.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error){border-color:#86b7fe;box-shadow:0 0 0 4px rgba(13,110,253,.25)}.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error{box-shadow:0 0 0 4px rgba(220,53,69,.25)}.e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success{box-shadow:0 0 0 4px rgba(25,135,84,.25)}.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning,.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning{box-shadow:0 0 0 4px rgba(255,193,7,.25)}.e-input-group,.e-input-group.e-control-wrapper{border-bottom-color:#ced4da}.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input{border-bottom-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0)}.e-input-group.e-success,.e-input-group.e-control-wrapper.e-success,.e-input-group.e-success:not(.e-float-icon-left),.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left){border-color:#198754}.e-input-group.e-warning,.e-input-group.e-control-wrapper.e-warning,.e-input-group.e-warning:not(.e-float-icon-left),.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left){border-color:#ffc107}.e-input-group.e-error,.e-input-group.e-control-wrapper.e-error,.e-input-group.e-error:not(.e-float-icon-left),.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left){border-color:#dc3545}.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:#6c757d}.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:#343a40}.e-float-input.e-disabled .e-clear-icon,.e-float-input.e-control-wrapper.e-disabled .e-clear-icon,.e-input-group.e-disabled .e-clear-icon,.e-input-group.e-control-wrapper.e-disabled .e-clear-icon{color:#adb5bd}.e-float-input.e-input-focus .e-input:focus,.e-float-input.e-control-wrapper.e-input-focus .e-input:focus{border-bottom-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0)}.e-float-input:not(.e-error) input:focus~label.e-float-text,.e-float-input:not(.e-error) input:valid~label.e-float-text,.e-float-input:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-float-input:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input:not(.e-error) input label.e-float-text.e-label-top,.e-float-input.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~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[disabled]~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:valid~label.e-float-text,.e-bigger .e-float-input:not(.e-error) input~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[disabled]~label.e-label-top.e-float-text,.e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input:not(.e-error).e-input-focus input~label.e-float-text{color:#343a40}.e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) input:valid~label.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) input[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.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~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[disabled]~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:valid~label.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-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[disabled]~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.e-bigger: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 input~label.e-float-text{color:#343a40}.e-float-input.e-small:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-small:not(.e-error) input:valid~label.e-float-text,.e-float-input.e-small:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input.e-small:not(.e-error) input[readonly]~label.e-float-text,.e-float-input.e-small:not(.e-error) input[disabled]~label.e-float-text,.e-small .e-float-input:not(.e-error) input:focus~label.e-float-text,.e-small .e-float-input:not(.e-error) input:valid~label.e-float-text,.e-small .e-float-input:not(.e-error) input~label.e-label-top.e-float-text,.e-small .e-float-input:not(.e-error) input[readonly]~label.e-float-text.e-label-top,.e-small .e-float-input:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-small.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~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[disabled]~label.e-label-top.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~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[disabled]~label.e-label-top.e-float-text,.e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text,.e-small .e-float-input:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input~label.e-float-text{color:#343a40}.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) input~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled]~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) input~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]~label.e-float-text.e-label-top,.e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-small.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~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[disabled]~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:valid~label.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.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[disabled]~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-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input~label.e-float-text,.e-float-input.e-control-wrapper.e-small.e-bigger: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 input~label.e-float-text{color:#343a40}.e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-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-bigger .e-float-input: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-float-input.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom,.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-control-wrapper.e-small.e-bigger: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.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid~label.e-float-text.e-label-bottom{color:#6c757d}.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid)~label.e-float-text:not(.e-label-top),.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid)~label.e-float-text:not(.e-label-top),.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid)~label.e-float-text:not(.e-label-top){color:#6c757d}.e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-float-input:not(.e-error) textarea:valid~label.e-float-text,.e-float-input:not(.e-error) textarea~label.e-label-top.e-float-text,.e-float-input:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-float-input:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,.e-float-input.e-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~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[disabled]~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~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[disabled]~label.e-label-top.e-float-text{color:#343a40}.e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top,.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~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[disabled]~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~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[disabled]~label.e-label-top.e-float-text{color:#343a40}.e-float-input.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-small:not(.e-error) textarea:valid~label.e-float-text,.e-float-input.e-small:not(.e-error) textarea~label.e-label-top.e-float-text,.e-float-input.e-small:not(.e-error) textarea[readonly]~label.e-float-text,.e-float-input.e-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-small .e-float-input:not(.e-error) textarea:focus~label.e-float-text,.e-small .e-float-input:not(.e-error) textarea:valid~label.e-float-text,.e-small .e-float-input:not(.e-error) textarea~label.e-label-top.e-float-text,.e-small .e-float-input:not(.e-error) textarea[readonly]~label.e-float-text.e-label-top,.e-small .e-float-input:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-float-input.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~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[disabled]~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~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[disabled]~label.e-label-top.e-float-text{color:#343a40}.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid~label.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea~label.e-label-top.e-float-text,.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]~label.e-float-text.e-label-top,.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.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~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[disabled]~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:valid~label.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.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[disabled]~label.e-label-top.e-float-text{color:#343a40}.e-float-input.e-input-group.e-disabled .e-float-text,.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,.e-float-input input[disabled]~label.e-float-text,.e-float-input input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-disabled label.e-float-text,.e-float-input.e-disabled label.e-float-text.e-label-top,.e-float-input:not(.e-error) input[disabled]~label.e-float-text,.e-float-input:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-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-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.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{color:#6c757d}.e-float-input textarea[disabled]~label.e-float-text,.e-float-input textarea[disabled]~label.e-label-top.e-float-text,.e-float-input:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-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-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-small:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-float-input.e-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{color:#6c757d}.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-disabled input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-disabled label.e-float-text,.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,.e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-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-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.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-disabled:not(.e-error) input[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-disabled.e-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-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.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{color:#6c757d}.e-float-input.e-control-wrapper.e-disabled textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-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-small:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled]~label.e-float-text.e-label-top,.e-float-input.e-control-wrapper.e-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-disabled:not(.e-error) textarea[disabled]~label.e-float-text,.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled]~label.e-label-top.e-float-text,.e-float-input.e-control-wrapper.e-disabled.e-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: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.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{color:#6c757d}.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),.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-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-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-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]){border-color:#86b7fe}.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):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-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-small .e-float-input: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):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-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-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-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-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill~label.e-float-text,.e-float-input.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{color:#343a40}.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-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-small.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-bigger .e-float-input.e-small:not(.e-error) textarea: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:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill~label.e-float-text,.e-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-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-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-small .e-float-input.e-control-wrapper.e-autofill: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) textarea:not(:focus):-webkit-autofill~label.e-float-text{color:#343a40}.e-input-group textarea.e-input:-ms-input-placeholder{color:#6c757d}.e-input-group textarea.e-input:-moz-placeholder{color:#6c757d}.e-input-group .e-input:-ms-input-placeholder{color:#6c757d}input.e-input::-webkit-input-placeholder{color:#6c757d}/*! 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}@keyframes material-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fabric-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.e-spinner-pane{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;height:100%;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;text-align:center;top:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;width:100%;z-index:1000}.e-spinner-pane::after{content:"Bootstrap5";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:-ms-inline-flexbox;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:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;margin-top:10px;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;border-radius:50%;display:block;margin:0 auto}.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle{fill:none;stroke-linecap:square;stroke-width:4}.e-spinner-pane .e-spinner-inner .e-spin-fluent,.e-spinner-pane .e-spinner-inner .e-spin-fabric{animation:fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);display:block;margin:0 auto;overflow:visible}.e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-arc,.e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-circle,.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc,.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle{fill:none;stroke-width:1.5}.e-spinner-pane .e-spinner-inner .e-spin-tailwind{animation:fabric-spinner-rotate 1.3s infinite cubic-bezier(0.21, 0.21, 0.21, 0.21);display:block;margin:0 auto;overflow:visible}.e-spinner-pane .e-spinner-inner .e-spin-tailwind .e-path-arc,.e-spinner-pane .e-spinner-inner .e-spin-tailwind .e-path-circle{fill:none;stroke-width:4.5}.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5{animation:material-spinner-rotate .75s linear infinite;border-radius:50%;display:block;margin:0 auto}.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5 .e-path-circle{fill:none;stroke-linecap:square;stroke-width:4}.e-spinner-pane .e-spinner-inner .e-spin-bootstrap{display:block;margin:0 auto}.e-spinner-pane .e-spinner-inner .e-spin-high-contrast{animation:fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);display:block;margin:0 auto;overflow:visible}.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc,.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle{fill:none;stroke-width:1.5}.e-spinner-pane{background-color:rgba(0,0,0,0)}.e-spinner-pane.e-spin-overlay{background-color:rgba(0,0,0,.5)}.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:#fff;stroke:#fff}.e-spinner-pane .e-spinner-inner .e-spin-label{color:#0d6efd}.e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-circle,.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle{stroke:#86b7fe}.e-spinner-pane .e-spinner-inner .e-spin-fluent .e-path-arc,.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc{stroke:#0d6efd}.e-spinner-pane .e-spinner-inner .e-spin-tailwind .e-path-circle{stroke:#86b7fe}.e-spinner-pane .e-spinner-inner .e-spin-tailwind .e-path-arc{stroke:#0d6efd}.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5{stroke:#0d6efd}.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle{stroke:#86b7fe}.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc{stroke:#0d6efd}.e-spinner-pane .e-spinner-inner .e-spin-material{stroke:#0d6efd}.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4{stroke:#0d6efd}.e-spinner-pane .e-spinner-inner .e-spin-bootstrap{fill:#0d6efd;stroke:#0d6efd}.e-bigger .e-dropdownbase,.e-dropdownbase.e-bigger{min-height:45px}.e-bigger .e-dropdownbase .e-list-item,.e-dropdownbase.e-bigger .e-list-item{line-height:32px;text-indent:16px}.e-bigger .e-dropdownbase .e-list-group-item,.e-bigger .e-dropdownbase .e-fixed-head,.e-dropdownbase.e-bigger .e-list-group-item,.e-dropdownbase.e-bigger .e-fixed-head{line-height:32px;text-indent:16px}.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-list-group-item,.e-dropdownbase .e-fixed-head{cursor:default}.e-dropdownbase .e-list-item{cursor:pointer;overflow:hidden;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:100%}.e-dropdownbase .e-list-item .e-list-icon{font-size:16px;vertical-align:middle}.e-dropdownbase .e-fixed-head{position:absolute;top:0}.e-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:#212529;cursor:default;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;padding:14px 16px;text-align:center}.e-rtl .e-dropdownbase.e-dd-group .e-list-item{padding-right:12px}.e-dropdownbase.e-dd-group .e-list-item{padding-left:12px;text-indent:0}.e-small .e-dropdownbase.e-dd-group .e-list-item{padding-left:8px}.e-bigger .e-dropdownbase.e-dd-group .e-list-item{padding-left:16px}.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item{padding-left:14px}.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item{text-indent:0}.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item{cursor:pointer;font-weight:normal;overflow:hidden;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:100%;font-weight:500}.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item{padding-right:12px}.e-rtl .e-dropdownbase .e-list-item{padding-left:16px;padding-right:0}.e-small.e-rtl .e-dropdownbase .e-list-item,.e-small .e-rtl .e-dropdownbase .e-list-item,.e-rtl .e-small .e-dropdownbase .e-list-item{padding-left:16px;padding-right:0}.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item{padding-left:16px;padding-right:0}.e-dropdownbase{border-color:#dee2e6}.e-dropdownbase .e-list-item{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-bottom:0;border-color:#dee2e6;color:#212529;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;line-height:30px;min-height:30px;padding-right:16px;text-indent:12px}.e-dropdownbase .e-list-group-item,.e-fixed-head{background-color:#fff;border-color:#dee2e6;color:#6c757d;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;font-weight:500;line-height:30px;min-height:30px;padding-left:12px;padding-right:16px}.e-dropdownbase .e-list-item.e-active,.e-dropdownbase .e-list-item.e-active.e-hover{background-color:#0d6efd;border-color:#fff;color:#fff}.e-dropdownbase .e-list-item.e-hover{background-color:#e9ecef;border-color:#fff;color:#212529}.e-dropdownbase .e-list-item:last-child{border-bottom:0}.e-dropdownbase .e-list-item.e-item-focus{background-color:#e9ecef}.e-dropdownbase .e-list-item.e-active:last-child{border-radius:2px}.e-bigger .e-dropdownbase .e-list-group-item,.e-bigger .e-dropdownbase .e-fixed-head{font-size:16px;padding-left:16px}.e-multi-column.e-ddl.e-popup.e-popup-open table{border-collapse:collapse;table-layout:fixed;width:100%}.e-multi-column.e-ddl.e-popup.e-popup-open th,.e-multi-column.e-ddl.e-popup.e-popup-open td{display:table-cell;overflow:hidden;padding-right:16px;text-indent:10px;text-overflow:ellipsis}.e-multi-column.e-ddl.e-popup.e-popup-open th{line-height:36px;text-align:left}.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header{background-color:#fff;border-color:#dee2e6;border-style:solid;border-width:0 0 1px 0;color:#6c757d;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;font-weight:500;text-indent:10px}.e-multi-column.e-ddl.e-popup.e-popup-open .e-dropdownbase .e-list-item{padding-right:0}.e-multi-column.e-ddl.e-popup.e-popup-open.e-scroller .e-ddl-header{padding-right:16px}.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header,.e-multi-column.e-ddl.e-popup.e-popup-open.e-ddl-device .e-ddl-header{padding-right:0}.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-center{text-align:center}.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-right{text-align:right}.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-left{text-align:left}.e-small .e-dropdownbase .e-list-item,.e-dropdownbase.e-small .e-list-item{color:#212529;line-height:26px;min-height:26px;text-indent:8px}.e-small .e-dropdownbase .e-list-group-item,.e-small .e-dropdownbase .e-fixed-head,.e-dropdownbase.e-small .e-list-group-item,.e-dropdownbase.e-small .e-fixed-head{font-size:10px;line-height:26px;min-height:26px;padding-left:8px}.e-small .e-dropdownbase .e-list-item .e-list-icon,.e-dropdownbase.e-small .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:#212529;line-height:30px;min-height:30px;text-indent:16px}.e-bigger.e-small .e-dropdownbase .e-list-group-item,.e-bigger.e-small .e-dropdownbase .e-fixed-head,.e-dropdownbase.e-small.e-bigger .e-list-group-item,.e-dropdownbase.e-small.e-bigger .e-fixed-head{line-height:30px;min-height:30px;padding-left:14px}.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-list-group-item,.e-bigger.e-small .e-dropdownbase .e-fixed-head,.e-dropdownbase.e-bigger.e-small .e-list-group-item,.e-dropdownbase.e-bigger.e-small .e-fixed-head{font-size:12px}.e-ddl.e-popup.e-multiselect-group .e-list-group-item{background-color:#fff;border-bottom:0;border-color:#dee2e6;color:#212529;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";text-indent:12px;color:#6c757d;font-size:14px;padding-right:16px}.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus{background-color:#e9ecef}.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:#0d6efd;border-color:#fff;color:#fff}.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-hover{background-color:#e9ecef;border-color:#fff;color:#212529}.e-avatar{-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center;background-color:#dee2e6;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:2px;color:#6c757d;display:-ms-inline-flexbox;display:inline-flex;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;font-weight:500;height:40px;-ms-flex-pack:center;justify-content:center;overflow:hidden;position:relative;width:40px;line-height:22px}.e-avatar img{height:100%;width:auto}.e-avatar.e-avatar-circle{border-radius:50%}.e-avatar.e-avatar-xsmall{font-size:10px;height:24px;line-height:16px;width:24px}.e-avatar.e-avatar-small{font-size:12px;height:32px;line-height:18px;width:32px}.e-avatar.e-avatar-large{font-size:18px;border-radius:4px;height:48px;line-height:28px;width:48px}.e-avatar.e-avatar-xlarge{font-size:20px;border-radius:4px;height:56px;line-height:28px;width:56px}.e-badge{background:#f8f9fa;border-color:rgba(0,0,0,0);border-radius:2px;box-shadow:0 0 0 2px rgba(0,0,0,0);box-sizing:border-box;color:#343a40;display:inline-block;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:12px;font-weight:500;line-height:1;height:20px;overflow:hidden;padding:3px 4px;text-align:center;text-decoration:none;text-indent:0;vertical-align:middle}.e-badge:hover{text-decoration:none}.e-badge.e-badge-pill{border-radius:10px;padding:3px 11px 3px 11px}.e-badge.e-badge-ghost{line-height:1;padding:3px 10px 3px 10px}.e-badge.e-badge-notification{border-radius:10px;font-size:12px;height:18px;left:100%;line-height:1;min-width:32px;padding:3px 10px;position:absolute;top:-10px;width:auto}.e-badge.e-badge-notification.e-badge-ghost{line-height:1}.e-badge.e-badge-circle{border-radius:10px;height:20px;line-height:1;min-width:0;padding:4px 3px 4px 3px;width:20px}.e-badge.e-badge-circle.e-badge-ghost{line-height:1;padding:3px}.e-badge.e-badge-overlap{position:absolute;top:-10px;transform:translateX(-50%)}.e-badge.e-badge-dot{border-radius:10px;box-shadow:none;height:10px;left:100%;line-height:1;margin:0;min-width:0;overflow:visible;padding:0;position:absolute;top:-3px;width:10px}.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:1;position:relative;top:-2px}button .e-badge.e-badge-circle{height:18px;line-height:1;width:18px}button .e-badge.e-badge-circle.e-badge-ghost{line-height:1}.e-bigger .e-badge,.e-badge.e-bigger{border-radius:4px;font-size:14px;font-weight:500;height:22px;line-height:1;padding:4px 3px}.e-bigger .e-badge.e-badge-pill,.e-badge.e-bigger.e-badge-pill{border-radius:10px;padding:3px 8px}.e-bigger .e-badge.e-badge-ghost,.e-badge.e-bigger.e-badge-ghost{padding:3px}.e-bigger .e-badge.e-badge-ghost.e-badge-circle,.e-badge.e-bigger.e-badge-ghost.e-badge-circle{padding:3px}.e-bigger .e-badge.e-badge-ghost.e-badge-notification,.e-badge.e-bigger.e-badge-ghost.e-badge-notification{padding:3px 10px}.e-bigger .e-badge.e-badge-notification,.e-badge.e-bigger.e-badge-notification{border-radius:10px;min-width:30px;padding:3px 8px}.e-bigger .e-badge.e-badge-circle,.e-badge.e-bigger.e-badge-circle{border-radius:10px;min-width:0;padding:4px 3px;width:22px}.e-bigger .e-badge.e-badge-dot,.e-badge.e-bigger.e-badge-dot{border-radius:10px;height:12px;width:12px}.e-badge.e-badge-primary:not(.e-badge-ghost):not([href]),.e-badge.e-badge-primary[href]:not(.e-badge-ghost){background-color:#0d6efd;color:#fff}.e-badge.e-badge-secondary:not(.e-badge-ghost):not([href]),.e-badge.e-badge-secondary[href]:not(.e-badge-ghost){background-color:#f8f9fa;color:#343a40}.e-badge.e-badge-success:not(.e-badge-ghost):not([href]),.e-badge.e-badge-success[href]:not(.e-badge-ghost){background-color:#d1e7dd;color:#198754}.e-badge.e-badge-danger:not(.e-badge-ghost):not([href]),.e-badge.e-badge-danger[href]:not(.e-badge-ghost){background-color:#f8d7da;color:#dc3545}.e-badge.e-badge-warning:not(.e-badge-ghost):not([href]),.e-badge.e-badge-warning[href]:not(.e-badge-ghost){background-color:#fff3cd;color:#876500}.e-badge.e-badge-info:not(.e-badge-ghost):not([href]),.e-badge.e-badge-info[href]:not(.e-badge-ghost){background-color:#cff4fc;color:#066477}.e-badge.e-badge-light:not(.e-badge-ghost):not([href]),.e-badge.e-badge-light[href]:not(.e-badge-ghost){background-color:#e9ecef;color:#343a40}.e-badge.e-badge-dark:not(.e-badge-ghost):not([href]),.e-badge.e-badge-dark[href]:not(.e-badge-ghost){background-color:#495057;color:#fff}.e-badge.e-badge-primary[href]:not(.e-badge-ghost):hover{background-color:#0257d5}.e-badge.e-badge-secondary[href]:not(.e-badge-ghost):hover{background-color:#dae0e5}.e-badge.e-badge-success[href]:not(.e-badge-ghost):hover{background-color:#afd6c4}.e-badge.e-badge-danger[href]:not(.e-badge-ghost):hover{background-color:#f0acb2}.e-badge.e-badge-warning[href]:not(.e-badge-ghost):hover{background-color:#ffe79a}.e-badge.e-badge-info[href]:not(.e-badge-ghost):hover{background-color:#9fe9f9}.e-badge.e-badge-light[href]:not(.e-badge-ghost):hover{background-color:#cbd3da}.e-badge.e-badge-dark[href]:not(.e-badge-ghost):hover{background-color:#32373b}.e-badge.e-badge-primary[href].e-badge-ghost:hover{border-color:#024dbc;color:#024dbc}.e-badge.e-badge-secondary[href].e-badge-ghost:hover{border-color:#cbd3da;color:#cbd3da}.e-badge.e-badge-success[href].e-badge-ghost:hover{border-color:#9fcdb8;color:#9fcdb8}.e-badge.e-badge-danger[href].e-badge-ghost:hover{border-color:#ed969e;color:#ed969e}.e-badge.e-badge-warning[href].e-badge-ghost:hover{border-color:#ffe181;color:#ffe181}.e-badge.e-badge-info[href].e-badge-ghost:hover{border-color:#87e4f8;color:#87e4f8}.e-badge.e-badge-light[href].e-badge-ghost:hover{border-color:#bdc6cf;color:#bdc6cf}.e-badge.e-badge-dark[href].e-badge-ghost:hover{border-color:#262a2d;color:#262a2d}.e-badge.e-badge-ghost.e-badge-primary{background-color:rgba(0,0,0,0);border:1px solid #0d6efd;color:#0d6efd}.e-badge.e-badge-ghost.e-badge-secondary{background-color:rgba(0,0,0,0);border:1px solid #343a40;color:#343a40}.e-badge.e-badge-ghost.e-badge-success{background-color:rgba(0,0,0,0);border:1px solid #198754;color:#198754}.e-badge.e-badge-ghost.e-badge-danger{background-color:rgba(0,0,0,0);border:1px solid #dc3545;color:#dc3545}.e-badge.e-badge-ghost.e-badge-warning{background-color:rgba(0,0,0,0);border:1px solid #876500;color:#876500}.e-badge.e-badge-ghost.e-badge-info{background-color:rgba(0,0,0,0);border:1px solid #066477;color:#066477}.e-badge.e-badge-ghost.e-badge-light{background-color:rgba(0,0,0,0);border:1px solid #343a40;color:#343a40}.e-badge.e-badge-ghost.e-badge-dark{background-color:rgba(0,0,0,0);border:1px solid #495057;color:#495057}.e-barcode{display:block}.e-datamatrix{display:block}.e-qrcode{display:block}.e-content-placeholder.e-barcode.e-placeholder-barcode{background-size:100% 100%;max-height:100px;max-width:100px}.e-content-placeholder.e-datamatrixgenerator.e-placeholder-datamatrixgenerator{background-size:100% 100%;max-height:100px;max-width:100px}.e-content-placeholder.e-qrcodegenerator.e-placeholder-qrcodegenerator{background-size:100% 100%;max-height:100px;max-width:100px}/*! breadcrumb icons */.e-breadcrumb .e-breadcrumb-collapsed::before,.e-breadcrumb .e-breadcrumb-menu::before{content:""}.e-breadcrumb .e-home::before{content:""}.e-breadcrumb .e-home{height:18px}.e-bigger .e-breadcrumb .e-home,.e-bigger.e-breadcrumb .e-home{height:21px}/*! breadcrumb layout */.e-breadcrumb{display:block}.e-breadcrumb.e-breadcrumb-wrap-mode{display:-ms-flexbox;display:flex}.e-breadcrumb .e-breadcrumb-first-ol{-ms-flex-align:start;align-items:flex-start;-ms-flex-negative:0;flex-shrink:0;padding-right:0}.e-breadcrumb .e-breadcrumb-wrapped-ol{-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;padding-left:0}.e-breadcrumb.e-breadcrumb-scroll-mode{line-height:30px;overflow:auto}.e-breadcrumb ol{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;line-height:normal;margin:0;padding:0;padding-left:0;padding-right:0}.e-breadcrumb li{list-style-type:none;white-space:nowrap}.e-breadcrumb .e-breadcrumb-item{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text{padding:0}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus{padding:1px}.e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text:focus{padding:2px 4px}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:14px}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text .e-anchor-wrap{-ms-flex-align:inherit;align-items:inherit;display:inherit}.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text{cursor:pointer;text-decoration:none;text-decoration:underline}.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:hover{text-decoration:underline}.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:focus{text-decoration:underline}.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:active{text-decoration:underline}.e-breadcrumb .e-breadcrumb-item span.e-breadcrumb-text{cursor:default}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon{font-size:14px;padding-right:8px}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon:hover{text-decoration:none}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon::before{display:inline-block;text-decoration:none}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon::before{vertical-align:middle}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon.e-home::before{vertical-align:sub}.e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-icon{padding:0}.e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text{padding:3px 5px}.e-breadcrumb .e-breadcrumb-item.e-disabled{opacity:1;pointer-events:none}.e-breadcrumb .e-breadcrumb-separator{display:-ms-flexbox;display:flex;font-size:14px;padding:0 8px}.e-breadcrumb .e-breadcrumb-separator+.e-breadcrumb-separator{margin-left:-8px;padding-left:0}.e-breadcrumb.e-rtl .e-breadcrumb-separator+.e-breadcrumb-separator{margin-left:0;margin-right:-8px;padding-left:8px;padding-right:0}.e-breadcrumb .e-icon-item+.e-breadcrumb-separator{padding-left:5px}.e-breadcrumb .e-breadcrumb-collapsed,.e-breadcrumb .e-breadcrumb-menu{cursor:pointer;font-size:16px;padding:4px 4px;vertical-align:bottom;margin-top:2px}.e-breadcrumb .e-breadcrumb-menu{display:inline-block}.e-breadcrumb .e-breadcrumb-item-wrapper{display:-ms-flexbox;display:flex}.e-breadcrumb.e-icon-right .e-breadcrumb-icon,.e-breadcrumb .e-icon-right .e-breadcrumb-icon,.e-breadcrumb.e-rtl .e-breadcrumb-icon{padding-left:8px;padding-right:0}.e-breadcrumb.e-rtl.e-icon-right .e-breadcrumb-icon,.e-breadcrumb.e-rtl .e-icon-right .e-breadcrumb-icon{padding-left:0;padding-right:8px}.e-breadcrumb.e-disabled{opacity:1}.e-breadcrumb.e-disabled .e-breadcrumb-item,.e-breadcrumb.e-disabled .e-breadcrumb-separator,.e-breadcrumb.e-disabled .e-breadcrumb-collapsed,.e-breadcrumb.e-disabled .e-breadcrumb-menu{pointer-events:none}.e-breadcrumb-popup{border:1px solid #dee2e6;border-radius:4px;box-shadow:0 16px 48px rgba(0,0,0,.175);position:absolute}.e-breadcrumb-popup ul{margin:0;padding:0}.e-breadcrumb-popup .e-breadcrumb-item{list-style-type:none;white-space:nowrap}.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:14px;height:32px;line-height:32px;padding:0 12px;width:100%}.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text .e-anchor-wrap{-ms-flex-align:inherit;align-items:inherit;display:inherit;width:inherit}.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-icon{font-size:14px;padding-right:8px}.e-breadcrumb-popup .e-breadcrumb-item.e-icon-item .e-breadcrumb-icon{padding:0}.e-breadcrumb-popup .e-breadcrumb-item a.e-breadcrumb-text{text-decoration:none}.e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,.e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon,.e-breadcrumb-popup.e-rtl .e-breadcrumb-icon{padding-left:8px;padding-right:0}.e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,.e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-pack:end;justify-content:flex-end}.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,.e-breadcrumb-popup.e-rtl .e-icon-right .e-breadcrumb-icon{padding-left:0;padding-right:8px}.e-bigger.e-breadcrumb-popup .e-breadcrumb-text,.e-bigger .e-breadcrumb-popup .e-breadcrumb-text{font-size:16px;height:36px;line-height:36px}.e-bigger.e-breadcrumb-popup .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger .e-breadcrumb-popup .e-breadcrumb-text .e-breadcrumb-icon{font-size:16px;padding-right:8px}.e-bigger.e-breadcrumb-popup .e-icon-item .e-breadcrumb-text .e-breadcrumb-icon,.e-bigger .e-breadcrumb-popup .e-icon-item .e-breadcrumb-text .e-breadcrumb-icon{padding:0}.e-bigger.e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,.e-bigger.e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon,.e-bigger.e-breadcrumb-popup.e-rtl .e-breadcrumb-icon,.e-bigger .e-breadcrumb-popup.e-icon-right .e-breadcrumb-icon,.e-bigger .e-breadcrumb-popup .e-icon-right .e-breadcrumb-icon,.e-bigger .e-breadcrumb-popup.e-rtl .e-breadcrumb-icon{padding-left:8px;padding-right:0}.e-bigger.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,.e-bigger.e-breadcrumb-popup.e-rtl .e-icon-right .e-breadcrumb-icon,.e-bigger .e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,.e-bigger .e-breadcrumb-popup.e-rtl .e-icon-right .e-breadcrumb-icon{padding-left:0;padding-right:8px}.e-bigger.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text,.e-bigger .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text{padding:0}.e-bigger.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus,.e-bigger .e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus{padding:1px}.e-bigger.e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text:focus,.e-bigger .e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text:focus{padding:1px 3px}.e-bigger.e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text,.e-bigger .e-breadcrumb .e-breadcrumb-item.e-icon-item .e-breadcrumb-text{padding:2px 4px}.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:0}.e-bigger.e-breadcrumb .e-breadcrumb-separator,.e-bigger .e-breadcrumb .e-breadcrumb-separator{font-size:16px;padding:0 8px}.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:8px}.e-bigger.e-breadcrumb .e-breadcrumb-collapsed,.e-bigger.e-breadcrumb .e-breadcrumb-menu,.e-bigger .e-breadcrumb .e-breadcrumb-collapsed,.e-bigger .e-breadcrumb .e-breadcrumb-menu{font-size:18px;padding:5px 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-rtl .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{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:#0d6efd}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:hover,.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus{color:#0257d5}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:active{color:#024dbc}.e-breadcrumb .e-breadcrumb-item.e-icon-item:hover{background-color:#e9ecef;color:#6c757d}.e-breadcrumb .e-breadcrumb-item.e-icon-item:active{background-color:#ced4da;color:#6c757d}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus{border:1px solid #0257d5}.e-breadcrumb .e-breadcrumb-item[data-active-item] .e-breadcrumb-text{color:#6c757d;font-weight:400}.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon{color:#6c757d}.e-breadcrumb .e-breadcrumb-separator{color:#6c757d}.e-breadcrumb .e-breadcrumb-collapsed,.e-breadcrumb .e-breadcrumb-menu{color:#6c757d}.e-breadcrumb .e-breadcrumb-collapsed:hover,.e-breadcrumb .e-breadcrumb-menu:hover{background-color:#e9ecef;color:#6c757d}.e-breadcrumb .e-breadcrumb-collapsed:active,.e-breadcrumb .e-breadcrumb-menu:active{background-color:#ced4da;color:#6c757d}.e-breadcrumb .e-breadcrumb-collapsed:focus,.e-breadcrumb .e-breadcrumb-menu:focus{background-color:#e9ecef;color:#6c757d}.e-breadcrumb.e-disabled .e-breadcrumb-item .e-breadcrumb-text,.e-breadcrumb .e-disabled.e-breadcrumb-item .e-breadcrumb-text,.e-breadcrumb.e-disabled .e-breadcrumb-separator{color:#adb5bd}.e-breadcrumb.e-disabled .e-breadcrumb-item .e-breadcrumb-text .e-breadcrumb-icon,.e-breadcrumb .e-disabled.e-breadcrumb-item .e-breadcrumb-text .e-breadcrumb-icon,.e-breadcrumb.e-disabled .e-breadcrumb-separator .e-breadcrumb-icon{color:#adb5bd}.e-breadcrumb-popup{background-color:#fff}.e-breadcrumb-popup .e-breadcrumb-text{color:#6c757d}.e-breadcrumb-popup .e-breadcrumb-text:hover{background-color:#e9ecef;color:#212529}.e-breadcrumb-popup .e-breadcrumb-item .e-breadcrumb-text:focus{background-color:#e9ecef;color:#212529}/*! button layout */.e-btn,.e-css.e-btn{-webkit-font-smoothing:antialiased;border:1px solid;border-radius:4px;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;font-weight:400;-ms-flex-pack:center;justify-content:center;line-height:1.6em;outline:none;padding:4px 8px;text-align:center;text-decoration:none;text-transform:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.e-btn:disabled,.e-css.e-btn:disabled{cursor:default}.e-btn:hover,.e-btn:focus,.e-css.e-btn:hover,.e-css.e-btn:focus{text-decoration:none}.e-btn::-moz-focus-inner,.e-css.e-btn::-moz-focus-inner{border:0;padding:0}.e-btn .e-btn-icon,.e-css.e-btn .e-btn-icon{display:inline-block;font-size:16px;margin-top:-2px;vertical-align:middle;width:1em}.e-btn .e-btn-icon.e-icon-left,.e-css.e-btn .e-btn-icon.e-icon-left{margin-left:-0.5em;width:2em}.e-btn .e-btn-icon.e-icon-right,.e-css.e-btn .e-btn-icon.e-icon-right{margin-right:-0.5em;width:2em}.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:8px;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:8px;width:auto}.e-btn.e-icon-btn,.e-css.e-btn.e-icon-btn{padding:4px 11px}.e-btn.e-top-icon-btn,.e-btn.e-bottom-icon-btn,.e-css.e-btn.e-top-icon-btn,.e-css.e-btn.e-bottom-icon-btn{line-height:1;padding:12px 12px}.e-btn.e-round,.e-css.e-btn.e-round{border-radius:50%;height:32px;line-height:1;padding:0;width:32px}.e-btn.e-round .e-btn-icon,.e-css.e-btn.e-round .e-btn-icon{font-size:16px;line-height:1.5em;margin-top:0;width:auto}.e-btn.e-rtl .e-icon-right,.e-css.e-btn.e-rtl .e-icon-right{margin-left:-0.5em;margin-right:0}.e-btn.e-rtl .e-icon-left,.e-css.e-btn.e-rtl .e-icon-left{margin-left:0;margin-right:-0.5em}.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.34em;padding:4px 6px;border-radius:2px}.e-btn.e-small .e-btn-icon,.e-css.e-btn.e-small .e-btn-icon{font-size:12px;width:1em}.e-btn.e-small .e-btn-icon.e-icon-left,.e-css.e-btn.e-small .e-btn-icon.e-icon-left{margin-left:-0.57143em;width:2em}.e-btn.e-small .e-btn-icon.e-icon-right,.e-css.e-btn.e-small .e-btn-icon.e-icon-right{margin-right:-0.57143em;width:2em}.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:3px 7px}.e-btn.e-small.e-top-icon-btn,.e-btn.e-small.e-bottom-icon-btn,.e-css.e-btn.e-small.e-top-icon-btn,.e-css.e-btn.e-small.e-bottom-icon-btn{line-height:1;padding:12px 12px}.e-btn.e-small.e-round,.e-css.e-btn.e-small.e-round{height:26px;line-height:1;padding:0;width:26px;border-radius:50%}.e-btn.e-small.e-round .e-btn-icon,.e-css.e-btn.e-small.e-round .e-btn-icon{font-size:14px;line-height:1;width:auto}.e-btn.e-small.e-rtl .e-icon-right,.e-css.e-btn.e-small.e-rtl .e-icon-right{margin-left:-0.57143em;margin-right:0}.e-btn.e-small.e-rtl .e-icon-left,.e-css.e-btn.e-small.e-rtl .e-icon-left{margin-left:0;margin-right:-0.57143em}.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.34em;padding:4px 6px;border-radius:2px}.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:12px;width:1em}.e-small .e-btn .e-btn-icon.e-icon-left,.e-small.e-btn .e-btn-icon.e-icon-left,.e-small .e-css.e-btn .e-btn-icon.e-icon-left,.e-small.e-css.e-btn .e-btn-icon.e-icon-left{margin-left:-0.57143em;width:2em}.e-small .e-btn .e-btn-icon.e-icon-right,.e-small.e-btn .e-btn-icon.e-icon-right,.e-small .e-css.e-btn .e-btn-icon.e-icon-right,.e-small.e-css.e-btn .e-btn-icon.e-icon-right{margin-right:-0.57143em;width:2em}.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:3px 7px}.e-small .e-btn.e-top-icon-btn,.e-small .e-btn.e-bottom-icon-btn,.e-small.e-btn.e-top-icon-btn,.e-small.e-btn.e-bottom-icon-btn,.e-small .e-css.e-btn.e-top-icon-btn,.e-small .e-css.e-btn.e-bottom-icon-btn,.e-small.e-css.e-btn.e-top-icon-btn,.e-small.e-css.e-btn.e-bottom-icon-btn{line-height:1;padding:12px 12px}.e-small .e-btn.e-round,.e-small.e-btn.e-round,.e-small .e-css.e-btn.e-round,.e-small.e-css.e-btn.e-round{height:26px;line-height:1;padding:0;width:26px;border-radius:50%}.e-small .e-btn.e-round .e-btn-icon,.e-small.e-btn.e-round .e-btn-icon,.e-small .e-css.e-btn.e-round .e-btn-icon,.e-small.e-css.e-btn.e-round .e-btn-icon{font-size:14px;line-height:1;width:auto}.e-small .e-btn.e-rtl .e-icon-right,.e-small.e-btn.e-rtl .e-icon-right,.e-small .e-css.e-btn.e-rtl .e-icon-right,.e-small.e-css.e-btn.e-rtl .e-icon-right{margin-left:-0.57143em;margin-right:0}.e-small .e-btn.e-rtl .e-icon-left,.e-small.e-btn.e-rtl .e-icon-left,.e-small .e-css.e-btn.e-rtl .e-icon-left,.e-small.e-css.e-btn.e-rtl .e-icon-left{margin-left:0;margin-right:-0.57143em}.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:1.572em;padding:5px 8px}.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:20px;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:-0.5em;width:2em}.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:-0.5em;width:2em}.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:6px 13px}.e-bigger.e-small .e-btn.e-top-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-bottom-icon-btn,.e-bigger.e-small .e-css.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-top-icon-btn,.e-bigger.e-small.e-css.e-btn.e-bottom-icon-btn{line-height:1;padding:16px 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:34px;line-height:1;padding:0;width:34px}.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:18px;line-height:0;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:-0.5em;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:-0.5em}.e-bigger .e-btn,.e-bigger .e-btn,.e-bigger .e-css.e-btn,.e-bigger.e-css.e-btn{font-size:16px;line-height:1.5em;padding:6px 12px}.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:22px;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:-0.6111em;width:2em}.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:-0.6111em;width:2em}.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:6px 15px}.e-bigger .e-btn.e-top-icon-btn,.e-bigger .e-btn.e-bottom-icon-btn,.e-bigger .e-btn.e-top-icon-btn,.e-bigger .e-btn.e-bottom-icon-btn,.e-bigger .e-css.e-btn.e-top-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-bottom-icon-btn{line-height:1;padding:16px 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:38px;line-height:1;padding:0;width:38px}.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:22px;line-height:0;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:-0.6111em;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:-0.6111em}.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:1.572em;padding:5px 8px;border-radius:2px}.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:20px;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:-0.5em;width:2em}.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:-0.5em;width:2em}.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:6px 13px}.e-bigger .e-btn.e-small.e-top-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-bottom-icon-btn,.e-bigger .e-css.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-top-icon-btn,.e-bigger.e-css.e-btn.e-small.e-bottom-icon-btn{line-height:1;padding:16px 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:34px;line-height:1;padding:0;width:34px;border-radius:50%}.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:18px;line-height:0;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:-0.5em;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:-0.5em}/*! button theme */.e-btn,.e-css.e-btn{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#6c757d;border-color:#6c757d;color:#fff;transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)}.e-btn:hover,.e-css.e-btn:hover{background-color:#5c636a;border-color:#565e64;box-shadow:none;color:#fff}.e-btn:focus,.e-css.e-btn:focus{background-color:#5c636a;border-color:#6c757d;color:#fff;outline:#6c757d 0 solid;outline-offset:0;box-shadow:0 0 0 4px rgba(130,138,145,.5)}.e-btn:active,.e-css.e-btn:active{background-color:#565e64;border-color:#51585e;color:#fff;outline:#6c757d 0 solid;outline-offset:0}.e-btn.e-active,.e-css.e-btn.e-active{background-color:#565e64;border-color:#51585e;color:#fff}.e-btn:disabled,.e-css.e-btn:disabled{background-color:rgba(108,117,125,.65);border-color:rgba(108,117,125,.65);box-shadow:none;color:rgba(255,255,255,.65)}.e-btn .e-ripple-element,.e-css.e-btn .e-ripple-element{background-color:rgba(0,0,0,0)}.e-btn.e-round,.e-css.e-btn.e-round{background-color:#6c757d;border-color:#6c757d;color:#fff}.e-btn.e-round:hover,.e-css.e-btn.e-round:hover{background-color:#5c636a;border-color:#565e64;color:#fff}.e-btn.e-round:focus,.e-css.e-btn.e-round:focus{background-color:#5c636a;border-color:#6c757d;box-shadow:0 0 0 4px rgba(130,138,145,.5);color:#fff;outline:#fff 0 solid;outline-offset:0}.e-btn.e-round:active,.e-css.e-btn.e-round:active{background-color:#565e64;border-color:#51585e;box-shadow:0 0 0 4px rgba(130,138,145,.5);color:#fff;outline:#6c757d 0 solid;outline-offset:0}.e-btn.e-round:disabled,.e-css.e-btn.e-round:disabled{background-color:rgba(108,117,125,.65);border-color:rgba(108,117,125,.65);box-shadow:none;color:rgba(255,255,255,.65)}.e-btn.e-round.e-primary:focus,.e-css.e-btn.e-round.e-primary:focus{outline:#fff 0 solid}.e-btn.e-round.e-success:focus,.e-css.e-btn.e-round.e-success:focus{outline:#fff 0 solid}.e-btn.e-round.e-info:focus,.e-css.e-btn.e-round.e-info:focus{outline:#fff 0 solid}.e-btn.e-round.e-warning:focus,.e-css.e-btn.e-round.e-warning:focus{outline:#fff 0 solid}.e-btn.e-round.e-danger:focus,.e-css.e-btn.e-round.e-danger:focus{outline:#fff 0 solid}.e-btn.e-primary,.e-css.e-btn.e-primary{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.e-btn.e-primary:hover,.e-css.e-btn.e-primary:hover{background-color:#0b5ed7;border-color:#0a58ca;box-shadow:none;color:#fff}.e-btn.e-primary:focus,.e-css.e-btn.e-primary:focus{background-color:#0b5ed7;border-color:#0d6efd;color:#fff;outline:#6c757d 0 solid;box-shadow:0 0 0 4px rgba(49,132,253,.5)}.e-btn.e-primary:active,.e-css.e-btn.e-primary:active{background-color:#0a58ca;border-color:#0a53be;color:#fff;outline:#6c757d 0 solid}.e-btn.e-primary.e-active,.e-css.e-btn.e-primary.e-active{background-color:#0a58ca;border-color:#0a53be;color:#fff}.e-btn.e-primary:disabled,.e-css.e-btn.e-primary:disabled{background-color:rgba(13,110,253,.65);border-color:rgba(13,110,253,.65);box-shadow:none;color:rgba(255,255,255,.65)}.e-btn.e-primary .e-ripple-element,.e-css.e-btn.e-primary .e-ripple-element{background-color:rgba(0,0,0,0)}.e-btn.e-success,.e-css.e-btn.e-success{background-color:#198754;border-color:#198754;color:#fff}.e-btn.e-success:hover,.e-css.e-btn.e-success:hover{background-color:#157347;border-color:#146c43;box-shadow:none;color:#fff}.e-btn.e-success:focus,.e-css.e-btn.e-success:focus{background-color:#157347;border-color:#198754;color:#fff;box-shadow:0 0 0 4px rgba(60,153,110,.5)}.e-btn.e-success:active,.e-btn.e-success.e-active,.e-css.e-btn.e-success:active,.e-css.e-btn.e-success.e-active{background-color:#146c43;border-color:#13653f;color:#fff}.e-btn.e-success:disabled,.e-css.e-btn.e-success:disabled{background-color:rgba(25,135,84,.65);border-color:rgba(25,135,84,.65);box-shadow:none;color:rgba(255,255,255,.65)}.e-btn.e-success .e-ripple-element,.e-css.e-btn.e-success .e-ripple-element{background-color:rgba(0,0,0,0)}.e-btn.e-info,.e-css.e-btn.e-info{background-color:#0dcaf0;border-color:#0dcaf0;color:#000}.e-btn.e-info:hover,.e-css.e-btn.e-info:hover{background-color:#31d2f2;border-color:#25cff2;box-shadow:none;color:#000}.e-btn.e-info:focus,.e-css.e-btn.e-info:focus{background-color:#31d2f2;border-color:#0dcaf0;color:#000;box-shadow:0 0 0 4px rgba(49,210,242,.5)}.e-btn.e-info:active,.e-btn.e-info.e-active,.e-css.e-btn.e-info:active,.e-css.e-btn.e-info.e-active{background-color:#3dd5f3;color:#000;border-color:#25cff2}.e-btn.e-info:disabled,.e-css.e-btn.e-info:disabled{background-color:rgba(13,202,240,.65);border-color:rgba(13,202,240,.65);box-shadow:none;color:rgba(0,0,0,.65)}.e-btn.e-info .e-ripple-element,.e-css.e-btn.e-info .e-ripple-element{background-color:rgba(0,0,0,0)}.e-btn.e-warning,.e-css.e-btn.e-warning{background-color:#ffc107;border-color:#ffc107;color:#000}.e-btn.e-warning:hover,.e-css.e-btn.e-warning:hover{background-color:#ffca2c;border-color:#ffc720;box-shadow:none;color:#000}.e-btn.e-warning:focus,.e-css.e-btn.e-warning:focus{background-color:#ffca2c;border-color:#ffc107;color:#000;box-shadow:0 0 0 4px rgba(255,202,44,.5)}.e-btn.e-warning:active,.e-btn.e-warning.e-active,.e-css.e-btn.e-warning:active,.e-css.e-btn.e-warning.e-active{background-color:#ffcd39;border-color:#ffc720;color:#000}.e-btn.e-warning:disabled,.e-css.e-btn.e-warning:disabled{background-color:rgba(255,193,7,.65);border-color:rgba(255,193,7,.65);box-shadow:none;color:rgba(0,0,0,.65)}.e-btn.e-warning .e-ripple-element,.e-css.e-btn.e-warning .e-ripple-element{background-color:rgba(0,0,0,0)}.e-btn.e-danger,.e-css.e-btn.e-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.e-btn.e-danger:hover,.e-css.e-btn.e-danger:hover{background-color:#bb2d3b;border-color:#b02a37;box-shadow:none;color:#fff}.e-btn.e-danger:focus,.e-css.e-btn.e-danger:focus{background-color:#bb2d3b;border-color:#dc3545;color:#fff;box-shadow:0 0 0 4px rgba(225,83,97,.5)}.e-btn.e-danger:active,.e-css.e-btn.e-danger:active{background-color:#b02a37;border-color:#a52834;color:#fff}.e-btn.e-danger.e-active,.e-css.e-btn.e-danger.e-active{background-color:#b02a37;border-color:#a52834;color:#fff}.e-btn.e-danger:disabled,.e-css.e-btn.e-danger:disabled{background-color:rgba(220,53,69,.65);border-color:rgba(220,53,69,.65);box-shadow:none;color:rgba(0,0,0,.65)}.e-btn.e-danger .e-ripple-element,.e-css.e-btn.e-danger .e-ripple-element{background-color:rgba(0,0,0,0)}.e-btn.e-flat,.e-css.e-btn.e-flat{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);box-shadow:none;color:#6c757d}.e-btn.e-flat:hover,.e-css.e-btn.e-flat:hover{background-color:#5c636a;border-color:#565e64;box-shadow:none;color:#fff}.e-btn.e-flat:focus,.e-css.e-btn.e-flat:focus{background-color:#5c636a;border-color:#565e64;color:#fff;box-shadow:0 0 0 4px rgba(130,138,145,.5)}.e-btn.e-flat:active,.e-btn.e-flat.e-active,.e-css.e-btn.e-flat:active,.e-css.e-btn.e-flat.e-active{background-color:#565e64;border-color:#51585e;color:#fff}.e-btn.e-flat:disabled,.e-css.e-btn.e-flat:disabled{background-color:rgba(108,117,125,.65);border-color:rgba(108,117,125,.65);box-shadow:none;color:rgba(255,255,255,.65)}.e-btn.e-flat .e-ripple-element,.e-css.e-btn.e-flat .e-ripple-element{background-color:rgba(0,0,0,0)}.e-btn.e-flat.e-primary,.e-css.e-btn.e-flat.e-primary{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#0d6efd}.e-btn.e-flat.e-primary:hover,.e-css.e-btn.e-flat.e-primary:hover{background-color:#0b5ed7;border-color:#0a58ca;color:#fff}.e-btn.e-flat.e-primary:focus,.e-css.e-btn.e-flat.e-primary:focus{background-color:#0b5ed7;border-color:rgba(0,0,0,0);color:#fff;box-shadow:0 0 0 4px rgba(49,132,253,.5)}.e-btn.e-flat.e-primary:active,.e-btn.e-flat.e-primary.e-active,.e-css.e-btn.e-flat.e-primary:active,.e-css.e-btn.e-flat.e-primary.e-active{background-color:#0a58ca;border-color:#0a53be;color:#fff}.e-btn.e-flat.e-primary:disabled,.e-css.e-btn.e-flat.e-primary:disabled{background-color:rgba(13,110,253,.65);border-color:rgba(0,0,0,0);box-shadow:none;color:rgba(255,255,255,.65)}.e-btn.e-flat.e-primary .e-ripple-element,.e-css.e-btn.e-flat.e-primary .e-ripple-element{background-color:rgba(0,0,0,0)}.e-btn.e-flat.e-success,.e-css.e-btn.e-flat.e-success{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#198754}.e-btn.e-flat.e-success:hover,.e-css.e-btn.e-flat.e-success:hover{background-color:#157347;border-color:#146c43;box-shadow:none;color:#fff}.e-btn.e-flat.e-success:focus,.e-css.e-btn.e-flat.e-success:focus{background-color:#157347;border-color:rgba(0,0,0,0);color:#fff;box-shadow:0 0 0 4px rgba(60,153,110,.5)}.e-btn.e-flat.e-success:active,.e-btn.e-flat.e-success.e-active,.e-css.e-btn.e-flat.e-success:active,.e-css.e-btn.e-flat.e-success.e-active{background-color:#146c43;border-color:#13653f;color:#fff}.e-btn.e-flat.e-success:disabled,.e-css.e-btn.e-flat.e-success:disabled{background-color:rgba(25,135,84,.65);border-color:rgba(25,135,84,.65);color:rgba(255,255,255,.65)}.e-btn.e-flat.e-success .e-ripple-element,.e-css.e-btn.e-flat.e-success .e-ripple-element{background-color:rgba(0,0,0,0)}.e-btn.e-flat.e-info,.e-css.e-btn.e-flat.e-info{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#0dcaf0}.e-btn.e-flat.e-info:hover,.e-css.e-btn.e-flat.e-info:hover{background-color:#31d2f2;border-color:#25cff2;box-shadow:none;color:#000}.e-btn.e-flat.e-info:focus,.e-css.e-btn.e-flat.e-info:focus{background-color:#31d2f2;border-color:rgba(0,0,0,0);color:#000;box-shadow:0 0 0 4px rgba(49,210,242,.5)}.e-btn.e-flat.e-info:active,.e-btn.e-flat.e-info.e-active,.e-css.e-btn.e-flat.e-info:active,.e-css.e-btn.e-flat.e-info.e-active{background-color:#3dd5f3;border-color:#25cff2;color:#000}.e-btn.e-flat.e-info:disabled,.e-css.e-btn.e-flat.e-info:disabled{background-color:rgba(13,202,240,.65);border-color:rgba(13,202,240,.65);color:rgba(0,0,0,.65)}.e-btn.e-flat.e-info .e-ripple-element,.e-css.e-btn.e-flat.e-info .e-ripple-element{background-color:rgba(0,0,0,0)}.e-btn.e-flat.e-warning,.e-css.e-btn.e-flat.e-warning{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#ffc107}.e-btn.e-flat.e-warning:hover,.e-css.e-btn.e-flat.e-warning:hover{background-color:#ffca2c;border-color:#ffc720;box-shadow:none;color:#000}.e-btn.e-flat.e-warning:focus,.e-css.e-btn.e-flat.e-warning:focus{background-color:#ffca2c;border-color:rgba(0,0,0,0);color:#000;box-shadow:0 0 0 4px rgba(255,202,44,.5)}.e-btn.e-flat.e-warning:active,.e-btn.e-flat.e-warning.e-active,.e-css.e-btn.e-flat.e-warning:active,.e-css.e-btn.e-flat.e-warning.e-active{background-color:#ffcd39;border-color:#ffc720;color:#000}.e-btn.e-flat.e-warning:disabled,.e-css.e-btn.e-flat.e-warning:disabled{background-color:rgba(255,193,7,.65);border-color:rgba(255,193,7,.65);color:rgba(0,0,0,.65)}.e-btn.e-flat.e-warning .e-ripple-element,.e-css.e-btn.e-flat.e-warning .e-ripple-element{background-color:rgba(0,0,0,0)}.e-btn.e-flat.e-danger,.e-css.e-btn.e-flat.e-danger{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#dc3545}.e-btn.e-flat.e-danger:hover,.e-css.e-btn.e-flat.e-danger:hover{background-color:#bb2d3b;border-color:#b02a37;box-shadow:none;color:#fff}.e-btn.e-flat.e-danger:focus,.e-css.e-btn.e-flat.e-danger:focus{background-color:#bb2d3b;border-color:rgba(0,0,0,0);color:#fff;box-shadow:0 0 0 4px rgba(225,83,97,.5)}.e-btn.e-flat.e-danger:active,.e-btn.e-flat.e-danger.e-active,.e-css.e-btn.e-flat.e-danger:active,.e-css.e-btn.e-flat.e-danger.e-active{background-color:#b02a37;border-color:#a52834;color:#fff}.e-btn.e-flat.e-danger:disabled,.e-css.e-btn.e-flat.e-danger:disabled{background-color:rgba(220,53,69,.65);border-color:rgba(220,53,69,.65);color:rgba(0,0,0,.65)}.e-btn.e-flat.e-danger .e-ripple-element,.e-css.e-btn.e-flat.e-danger .e-ripple-element{background-color:rgba(0,0,0,0)}.e-btn.e-outline,.e-css.e-btn.e-outline{background-color:rgba(0,0,0,0);border-color:#6c757d;box-shadow:none;color:#6c757d}.e-btn.e-outline:hover,.e-css.e-btn.e-outline:hover{background-color:#5c636a;border-color:#565e64;box-shadow:none;color:#fff}.e-btn.e-outline:focus,.e-css.e-btn.e-outline:focus{box-shadow:0 0 0 4px rgba(130,138,145,.5)}.e-btn.e-outline:active,.e-btn.e-outline.e-active,.e-css.e-btn.e-outline:active,.e-css.e-btn.e-outline.e-active{background-color:#565e64;border-color:#51585e;color:#fff}.e-btn.e-outline:disabled,.e-css.e-btn.e-outline:disabled{background-color:rgba(0,0,0,0);border-color:rgba(108,117,125,.65);color:#565e64}.e-btn.e-outline.e-primary,.e-css.e-btn.e-outline.e-primary{background-color:rgba(0,0,0,0);border-color:#0d6efd;color:#0d6efd}.e-btn.e-outline.e-primary:hover,.e-css.e-btn.e-outline.e-primary:hover{background-color:#0b5ed7;border-color:#0d6efd;color:#fff}.e-btn.e-outline.e-primary:focus,.e-css.e-btn.e-outline.e-primary:focus{box-shadow:0 0 0 4px rgba(49,132,253,.5)}.e-btn.e-outline.e-primary:active,.e-btn.e-outline.e-primary.e-active,.e-css.e-btn.e-outline.e-primary:active,.e-css.e-btn.e-outline.e-primary.e-active{background-color:#0d6efd;color:#fff}.e-btn.e-outline.e-primary:disabled,.e-css.e-btn.e-outline.e-primary:disabled{background-color:rgba(13,110,253,.65);border-color:rgba(13,110,253,.65);box-shadow:none;color:rgba(255,255,255,.65)}.e-btn.e-outline.e-success,.e-css.e-btn.e-outline.e-success{background-color:rgba(0,0,0,0);border-color:#198754;color:#198754}.e-btn.e-outline.e-success:hover,.e-css.e-btn.e-outline.e-success:hover{background-color:#157347;border-color:#146c43;color:#fff}.e-btn.e-outline.e-success:focus,.e-css.e-btn.e-outline.e-success:focus{box-shadow:0 0 0 4px rgba(60,153,110,.5)}.e-btn.e-outline.e-success:active,.e-btn.e-outline.e-success.e-active,.e-css.e-btn.e-outline.e-success:active,.e-css.e-btn.e-outline.e-success.e-active{background-color:#146c43;border-color:#13653f;color:#fff}.e-btn.e-outline.e-success:disabled,.e-css.e-btn.e-outline.e-success:disabled{background-color:rgba(25,135,84,.65);border-color:rgba(25,135,84,.65);box-shadow:none;color:rgba(255,255,255,.65)}.e-btn.e-outline.e-info,.e-css.e-btn.e-outline.e-info{background-color:rgba(0,0,0,0);border-color:#0dcaf0;color:#0dcaf0}.e-btn.e-outline.e-info:hover,.e-css.e-btn.e-outline.e-info:hover{background-color:#31d2f2;border-color:#25cff2;color:#000}.e-btn.e-outline.e-info:focus,.e-css.e-btn.e-outline.e-info:focus{box-shadow:0 0 0 4px rgba(49,210,242,.5)}.e-btn.e-outline.e-info:active,.e-btn.e-outline.e-info.e-active,.e-css.e-btn.e-outline.e-info:active,.e-css.e-btn.e-outline.e-info.e-active{background-color:#0dcaf0;color:#000}.e-btn.e-outline.e-info:disabled,.e-css.e-btn.e-outline.e-info:disabled{background-color:rgba(13,202,240,.65);border-color:rgba(13,202,240,.65);box-shadow:none;color:rgba(0,0,0,.65)}.e-btn.e-outline.e-warning,.e-css.e-btn.e-outline.e-warning{background-color:rgba(0,0,0,0);border-color:#ffc107;color:#ffc107}.e-btn.e-outline.e-warning:hover,.e-css.e-btn.e-outline.e-warning:hover{background-color:#ffca2c;border-color:#ffc720;color:#000}.e-btn.e-outline.e-warning:focus,.e-css.e-btn.e-outline.e-warning:focus{box-shadow:0 0 0 4px rgba(255,202,44,.5)}.e-btn.e-outline.e-warning:active,.e-btn.e-outline.e-warning.e-active,.e-css.e-btn.e-outline.e-warning:active,.e-css.e-btn.e-outline.e-warning.e-active{background-color:#ffcd39;border-color:#ffc720;color:#000}.e-btn.e-outline.e-warning:disabled,.e-css.e-btn.e-outline.e-warning:disabled{background-color:rgba(255,193,7,.65);border-color:rgba(255,193,7,.65);box-shadow:none;color:rgba(0,0,0,.65)}.e-btn.e-outline.e-danger,.e-css.e-btn.e-outline.e-danger{background-color:rgba(0,0,0,0);border-color:#dc3545;color:#dc3545}.e-btn.e-outline.e-danger:hover,.e-css.e-btn.e-outline.e-danger:hover{background-color:#bb2d3b;border-color:#b02a37;color:#fff}.e-btn.e-outline.e-danger:focus,.e-css.e-btn.e-outline.e-danger:focus{box-shadow:0 0 0 4px rgba(225,83,97,.5)}.e-btn.e-outline.e-danger:active,.e-btn.e-outline.e-danger.e-active,.e-css.e-btn.e-outline.e-danger:active,.e-css.e-btn.e-outline.e-danger.e-active{background-color:#b02a37;border-color:#a52834;color:#fff}.e-btn.e-outline.e-danger:disabled,.e-css.e-btn.e-outline.e-danger:disabled{background-color:rgba(220,53,69,.65);border-color:rgba(220,53,69,.65);box-shadow:none;color:rgba(255,255,255,.65)}.e-btn.e-link,.e-css.e-btn.e-link{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-radius:0;box-shadow:none;color:#0d6efd}.e-btn.e-link:hover,.e-css.e-btn.e-link:hover{border-radius:0;color:#0a58ca;text-decoration:underline}.e-btn.e-link:focus,.e-css.e-btn.e-link:focus{border-radius:0;text-decoration:underline;color:#0a58ca}.e-btn.e-link:focus:not(:focus-visible),.e-css.e-btn.e-link:focus:not(:focus-visible){outline:none !important}.e-btn.e-link:disabled,.e-css.e-btn.e-link:disabled{color:rgba(108,117,125,.65);text-decoration:underline;background-color:rgba(0,0,0,0);box-shadow:none;text-decoration:none}/*! calendar bootstrap5 theme variables *//*! component icons */.e-calendar .e-header .e-date-icon-prev::before{content:""}.e-calendar .e-header .e-date-icon-next::before{content:""}/*! calendar layout */ejs-calendar{display:block}.e-calendar.e-disabled .e-header .e-prev,.e-calendar.e-disabled .e-header .e-next{cursor:default;pointer-events:none;-ms-touch-action:none;touch-action:none}.e-calendar.e-disabled .e-header .e-title{cursor:default;pointer-events:none;-ms-touch-action:none;touch-action:none}.e-calendar.e-disabled .e-content td{pointer-events:none;-ms-touch-action:none;touch-action:none}.e-calendar.e-disabled .e-btn.e-today{pointer-events:none;-ms-touch-action:none;touch-action:none}.e-calendar,.e-bigger.e-small .e-calendar{-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:4px;display:block;overflow:auto;-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-calendar.e-rtl .e-header .e-title,.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title{float:right;text-align:right}.e-calendar.e-rtl .e-header .e-icon-container,.e-bigger.e-small .e-calendar.e-rtl .e-header .e-icon-container{float:left}.e-calendar .e-header,.e-bigger.e-small .e-calendar .e-header{background:none;display:table;font-weight:normal;position:relative;text-align:center;width:100%}.e-calendar .e-header button,.e-bigger.e-small .e-calendar .e-header button{background:rgba(0,0,0,0);border:0;margin-right:8px;padding:0;text-decoration:none}.e-calendar .e-header span,.e-bigger.e-small .e-calendar .e-header span{cursor:pointer;display:inline-block;font-size:14px;font-weight:normal;line-height:1;padding:5px;vertical-align:middle}.e-calendar .e-header span.e-disabled,.e-bigger.e-small .e-calendar .e-header span.e-disabled{cursor:default}.e-calendar .e-week-header,.e-bigger.e-small .e-calendar .e-week-header{padding:0 0 6px}.e-calendar th,.e-bigger.e-small .e-calendar th{cursor:default;font-size:14px;font-weight:normal;text-align:center}.e-calendar .e-content .e-selected,.e-calendar .e-content .e-state-hover,.e-bigger.e-small .e-calendar .e-content .e-selected,.e-bigger.e-small .e-calendar .e-content .e-state-hover{border-radius:0}.e-calendar .e-content span.e-day,.e-bigger.e-small .e-calendar .e-content span.e-day{border-radius:0;cursor:pointer;display:inline-block;font-size:14px;overflow:hidden;padding:0;text-align:center;text-decoration:none;vertical-align:middle}.e-calendar .e-content th,.e-calendar .e-content td,.e-bigger.e-small .e-calendar .e-content th,.e-bigger.e-small .e-calendar .e-content td{box-sizing:border-box}.e-calendar .e-content td.e-disabled,.e-bigger.e-small .e-calendar .e-content td.e-disabled{opacity:1;pointer-events:none;-ms-touch-action:none;touch-action:none}.e-calendar .e-content td,.e-bigger.e-small .e-calendar .e-content td{cursor:pointer;padding:0;text-align:center}.e-calendar .e-content td.e-week-number,.e-bigger.e-small .e-calendar .e-content td.e-week-number{color:#212529;font-size:14px;font-style:italic;font-weight:500}.e-calendar .e-content td.e-overlay,.e-bigger.e-small .e-calendar .e-content td.e-overlay{background:none;width:initial}.e-calendar .e-content table,.e-bigger.e-small .e-calendar .e-content table{border-collapse:separate;border-spacing:0;border-width:0;float:left;margin:0;outline:0;padding:0 8px 8px 8px;table-layout:fixed;width:100%}.e-calendar .e-content td.e-other-month>span.e-day,.e-calendar .e-content td.e-other-year>span.e-day,.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{display:inline-block;font-weight:normal}.e-calendar .e-content tr.e-month-hide,.e-bigger.e-small .e-calendar .e-content tr.e-month-hide{display:none;font-weight:normal}.e-calendar .e-content tr.e-month-hide,.e-calendar .e-content td.e-other-month,.e-calendar .e-content td.e-other-year,.e-bigger.e-small .e-calendar .e-content tr.e-month-hide,.e-bigger.e-small .e-calendar .e-content td.e-other-month,.e-bigger.e-small .e-calendar .e-content td.e-other-year{pointer-events:initial;-ms-touch-action:initial;touch-action:initial}.e-calendar .e-content tr.e-month-hide,.e-calendar .e-content td.e-other-month.e-disabled,.e-calendar .e-content td.e-other-year.e-disabled,.e-bigger.e-small .e-calendar .e-content tr.e-month-hide,.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-disabled{pointer-events:none;-ms-touch-action:none;touch-action:none}.e-calendar .e-content td.e-week-number:hover span.e-day,.e-calendar .e-content td.e-week-number:hover,.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover{background-color:#fff;cursor:default}.e-calendar .e-header .e-prev,.e-calendar .e-header .e-next,.e-bigger.e-small .e-calendar .e-header .e-prev,.e-bigger.e-small .e-calendar .e-header .e-next{border-radius:4px;display:inline-block;font-size:14px;vertical-align:middle}.e-calendar .e-header .e-title,.e-bigger.e-small .e-calendar .e-header .e-title{cursor:pointer;display:inline-block;float:left;font-size:16px;font-weight:600;text-align:left}.e-calendar .e-header .e-title,.e-bigger.e-small .e-calendar .e-header .e-title{margin-left:2px}.e-calendar .e-header .e-prev:hover,.e-calendar .e-header .e-next:hover,.e-bigger.e-small .e-calendar .e-header .e-prev:hover,.e-bigger.e-small .e-calendar .e-header .e-next:hover{cursor:pointer}.e-calendar .e-header .e-prev.e-overlay,.e-calendar .e-header .e-next.e-overlay,.e-bigger.e-small .e-calendar .e-header .e-prev.e-overlay,.e-bigger.e-small .e-calendar .e-header .e-next.e-overlay{background:none}.e-calendar .e-header.e-decade .e-title,.e-calendar .e-header.e-year .e-title,.e-bigger.e-small .e-calendar .e-header.e-decade .e-title,.e-bigger.e-small .e-calendar .e-header.e-year .e-title{margin-left:15px}.e-calendar .e-header.e-decade .e-title,.e-bigger.e-small .e-calendar .e-header.e-decade .e-title{cursor:default}.e-calendar .e-header .e-icon-container,.e-bigger.e-small .e-calendar .e-header .e-icon-container{display:inline-block;float:right;padding-top:0}.e-calendar .e-footer-container,.e-bigger.e-small .e-calendar .e-footer-container{text-transform:uppercase}.e-calendar,.e-bigger.e-small .e-calendar{border-spacing:0;max-width:242px;min-width:240px;padding:0}.e-calendar.e-calendar-day-header-lg,.e-bigger.e-small .e-calendar.e-calendar-day-header-lg{max-width:100%;min-width:540px}.e-calendar.e-week-number,.e-bigger.e-small .e-calendar.e-week-number{min-width:300px}.e-calendar.e-week,.e-bigger.e-small .e-calendar.e-week{max-width:294px;min-width:288px}.e-calendar .e-header .e-title,.e-bigger.e-small .e-calendar .e-header .e-title{line-height:24px}.e-calendar.e-rtl .e-header .e-title,.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title{text-align:right;text-indent:12px}.e-calendar .e-header,.e-bigger.e-small .e-calendar .e-header{height:24px}.e-calendar .e-header.e-month,.e-bigger.e-small .e-calendar .e-header.e-month{padding:8px 0 8px 12px}.e-calendar .e-header.e-year,.e-calendar .e-header.e-decade,.e-bigger.e-small .e-calendar .e-header.e-year,.e-bigger.e-small .e-calendar .e-header.e-decade{padding:8px 0 8px 12px}.e-calendar th,.e-bigger.e-small .e-calendar th{font-weight:500;height:32px;text-transform:none}.e-calendar .e-content .e-selected,.e-calendar .e-content .e-state-hover,.e-bigger.e-small .e-calendar .e-content .e-selected,.e-bigger.e-small .e-calendar .e-content .e-state-hover{border-radius:0}.e-calendar .e-content span.e-day,.e-bigger.e-small .e-calendar .e-content span.e-day{border:none;font-size:14px;font-weight:normal;height:32px;line-height:32px;width:32px}.e-calendar .e-content.e-month td.e-today span.e-day,.e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day{line-height:32px}.e-calendar .e-content.e-year table,.e-calendar .e-content.e-decade table,.e-bigger.e-small .e-calendar .e-content.e-year table,.e-bigger.e-small .e-calendar .e-content.e-decade table{border-spacing:0;padding:0 8px 8px}.e-calendar .e-content.e-month td,.e-bigger.e-small .e-calendar .e-content.e-month td{height:32px;padding:0}.e-calendar .e-content .tfooter>tr>td,.e-bigger.e-small .e-calendar .e-content .tfooter>tr>td{height:36px;line-height:36px}.e-calendar .e-content.e-year td,.e-calendar .e-content.e-decade td,.e-bigger.e-small .e-calendar .e-content.e-year td,.e-bigger.e-small .e-calendar .e-content.e-decade td{height:56px;padding:2px}.e-calendar .e-content.e-year td>span.e-day,.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-bigger.e-small .e-calendar .e-content.e-decade td>span.e-day{font-weight:normal;height:56px;line-height:56px;width:56px}.e-calendar .e-header .e-icon-container .e-prev,.e-calendar .e-header .e-icon-container .e-next,.e-bigger.e-small .e-calendar .e-header .e-icon-container .e-prev,.e-bigger.e-small .e-calendar .e-header .e-icon-container .e-next{height:24px;width:24px}.e-calendar .e-footer-container,.e-bigger.e-small .e-calendar .e-footer-container{background-color:rgba(0,0,0,0);border-top:1px solid #dee2e6;cursor:default;display:inline-block;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;padding:8px;text-align:center;width:100%}.e-calendar.e-rtl .e-header .e-title,.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title{text-indent:12px}.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:14px}.e-small.e-bigger.e-calendar .e-content.e-month table,.e-small.e-bigger .e-calendar .e-content.e-month table{padding:0 12px 12px 12px}.e-small.e-bigger.e-calendar .e-content span.e-day,.e-small.e-bigger .e-calendar .e-content span.e-day{height:34px;width:34px}.e-small.e-bigger.e-calendar .e-header .e-title,.e-small.e-bigger .e-calendar .e-header .e-title{margin-left:5px}.e-bigger.e-calendar,*.e-bigger .e-calendar{max-width:292px;min-width:292px;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:320px;min-width:314px}.e-bigger.e-calendar.e-week-number,*.e-bigger .e-calendar.e-week-number{min-width:325px}.e-bigger.e-calendar .e-header .e-title,*.e-bigger .e-calendar .e-header .e-title{font-size:18px;line-height:28px;width:60%}.e-bigger.e-calendar.e-rtl .e-header .e-title,*.e-bigger .e-calendar.e-rtl .e-header .e-title{line-height:28px;text-indent:6px}.e-bigger.e-calendar .e-header,*.e-bigger .e-calendar .e-header{height:28px;padding:10px 0 10px 15px}.e-bigger.e-calendar .e-header button,*.e-bigger .e-calendar .e-header button{margin-right:12px}.e-bigger.e-calendar .e-header button span,*.e-bigger .e-calendar .e-header button span{font-size:16px;padding:0}.e-bigger.e-calendar .e-header.e-year,.e-bigger.e-calendar .e-header.e-decade,*.e-bigger .e-calendar .e-header.e-year,*.e-bigger .e-calendar .e-header.e-decade{padding:10px}.e-bigger.e-calendar th,*.e-bigger .e-calendar th{font-size:14px;height:40px;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:16px;font-weight:normal}.e-bigger.e-calendar .e-content.e-month table,*.e-bigger .e-calendar .e-content.e-month table{padding:0 12px 12px 12px}.e-bigger.e-calendar .e-content.e-year table,.e-bigger.e-calendar .e-content.e-decade table,*.e-bigger .e-calendar .e-content.e-year table,*.e-bigger .e-calendar .e-content.e-decade table{padding:0 12px 12px 12px}.e-bigger.e-calendar .e-content .e-selected,.e-bigger.e-calendar .e-content .e-state-hover,*.e-bigger .e-calendar .e-content .e-selected,*.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:16px;height:38px;line-height:38px;width:38px}.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:38px}.e-bigger.e-calendar .e-content.e-month td,*.e-bigger .e-calendar .e-content.e-month td{height:0;padding:0}.e-bigger.e-calendar .e-content.e-year 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-decade td{height:66px;padding:0}.e-bigger.e-calendar .e-content.e-year 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-decade td>span.e-day{height:66px;line-height:66px;width:66px}.e-bigger.e-calendar .e-header .e-icon-container .e-prev,.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-next{height:24px;width:24px}.e-bigger.e-calendar .e-footer-container,*.e-bigger .e-calendar .e-footer-container{border-top:1px solid #dee2e6;padding:16px}.e-bigger.e-calendar .e-header .e-title,*.e-bigger .e-calendar .e-header .e-title{margin-left:5px}.e-bigger.e-calendar.e-rtl .e-header .e-title,*.e-bigger .e-calendar.e-rtl .e-header .e-title{text-indent:15px}.e-small.e-calendar,.e-small .e-calendar{max-width:200px;min-width:200px;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:26px;line-height:26px;width:26px}.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:26px}.e-small.e-calendar .e-content.e-month td,.e-small .e-calendar .e-content.e-month td{height:26px}.e-small.e-calendar .e-header,.e-small .e-calendar .e-header{height:22px}.e-small.e-calendar .e-header span,.e-small .e-calendar .e-header span{font-size:12px;padding:0}.e-small.e-calendar .e-header .e-title,.e-small .e-calendar .e-header .e-title{font-size:13px;line-height:22px}.e-small.e-calendar.e-rtl .e-header .e-title,.e-small .e-calendar.e-rtl .e-header .e-title{text-indent:12px}.e-small.e-calendar .e-header .e-icon-container .e-prev,.e-small.e-calendar .e-header .e-icon-container .e-next,.e-small .e-calendar .e-header .e-icon-container .e-prev,.e-small .e-calendar .e-header .e-icon-container .e-next{height:24px;width:24px}.e-small.e-calendar th,.e-small .e-calendar th{font-size:12px;height:24px}.e-small.e-calendar .e-header .e-title,.e-small .e-calendar .e-header .e-title{margin-left:0}.e-small.e-calendar .e-content.e-year td>span.e-day,.e-small.e-calendar .e-content.e-decade td>span.e-day,.e-small .e-calendar .e-content.e-year td>span.e-day,.e-small .e-calendar .e-content.e-decade td>span.e-day{width:46px}.e-calendar .e-btn.e-today.e-flat.e-disabled,.e-calendar .e-btn.e-today.e-flat.e-disabled:hover,.e-calendar .e-btn.e-today.e-flat.e-disabled:active,.e-calendar .e-btn.e-today.e-flat.e-disabled:focus,.e-calendar .e-btn.e-today.e-flat.e-disabled:hover:active{background:rgba(13,110,253,.65);border-color:rgba(13,110,253,.65);box-shadow:none;color:rgba(255,255,255,.65);cursor:default;opacity:1;outline:none;pointer-events:none;-ms-touch-action: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-calendar,.e-bigger.e-small .e-calendar{background-color:#fff;border:1px solid #dee2e6;box-shadow:none}.e-calendar .e-date-icon-prev,.e-calendar .e-date-icon-next,.e-bigger.e-small .e-calendar .e-date-icon-prev,.e-bigger.e-small .e-calendar .e-date-icon-next{color:#6c757d}.e-calendar th,.e-bigger.e-small .e-calendar th{border-bottom:0;color:#495057}.e-calendar .e-header,.e-bigger.e-small .e-calendar .e-header{border-bottom:0}.e-calendar .e-header a span,.e-bigger.e-small .e-calendar .e-header a span{border:none;color:#343a40}.e-calendar .e-header .e-title,.e-bigger.e-small .e-calendar .e-header .e-title{color:#343a40}.e-calendar .e-header .e-title:hover,.e-bigger.e-small .e-calendar .e-header .e-title:hover{color:#6c757d;cursor:pointer;text-decoration:none}.e-calendar .e-header .e-prev:hover>span,.e-calendar .e-header .e-next:hover>span,.e-bigger.e-small .e-calendar .e-header .e-prev:hover>span,.e-bigger.e-small .e-calendar .e-header .e-next:hover>span{border:#e9ecef;color:#fff;cursor:pointer}.e-calendar .e-header .e-prev:hover,.e-calendar .e-header .e-next:hover,.e-bigger.e-small .e-calendar .e-header .e-prev:hover,.e-bigger.e-small .e-calendar .e-header .e-next:hover{background:#5c636a}.e-calendar .e-header .e-prev:active,.e-calendar .e-header .e-next:active,.e-bigger.e-small .e-calendar .e-header .e-prev:active,.e-bigger.e-small .e-calendar .e-header .e-next:active{background:#51585e;color:#fff}.e-calendar .e-header button.e-prev:active span,.e-calendar .e-header button.e-next:active span,.e-bigger.e-small .e-calendar .e-header button.e-prev:active span,.e-bigger.e-small .e-calendar .e-header button.e-next:active span{border:none;color:#fff}.e-calendar .e-header.e-decade .e-title,.e-bigger.e-small .e-calendar .e-header.e-decade .e-title{color:#343a40;cursor:default}.e-calendar .e-header .e-next.e-disabled span,.e-calendar .e-header .e-prev.e-disabled span,.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{color:#adb5bd;font-weight:normal}.e-calendar .e-header .e-next.e-disabled,.e-calendar .e-header .e-prev.e-disabled,.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled,.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled{opacity:1}.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,.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{color:#495057}.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,.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{color:#fff}.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,.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{color:#adb5bd}.e-calendar .e-content.e-year td:hover span.e-day,.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-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day{background-color:#e9ecef}.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-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,.e-bigger.e-small .e-calendar .e-content.e-decade td.e-selected:hover span.e-day{background-color:#0257d5}.e-calendar .e-content.e-year td>span.e-day,.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-bigger.e-small .e-calendar .e-content.e-decade td>span.e-day{background:none}.e-calendar .e-content .e-week-number span,.e-bigger.e-small .e-calendar .e-content .e-week-number span{color:#adb5bd}.e-calendar .e-content td.e-focused-date span.e-day,.e-calendar .e-content td.e-focused-date:hover span.e-day,.e-calendar .e-content td.e-focused-date:focus span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-focused-date 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:focus span.e-day{background:#e9ecef;border:none;border-radius:4px;box-shadow:none}.e-calendar .e-content td.e-focused-date:hover span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day{background-color:#e9ecef;border:none;border-radius:4px;color:#212529}.e-calendar .e-content td.e-today span.e-day,.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-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day{background:none;border:none;border-radius:4px;box-shadow:inset 2px 0 #0d6efd,inset 0 2px #0d6efd,inset -2px 0 #0d6efd,inset 0 -2px #0d6efd;color:#0d6efd}.e-calendar .e-content td.e-focused-date.e-today span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day{background:#e9ecef;border:none;box-shadow:inset 1px 0 #0d6efd,inset 0 1px #0d6efd,inset -1px 0 #0d6efd,inset 0 -1px #0d6efd;color:#343a40}.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-bigger.e-small .e-calendar .e-content td.e-today:focus span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day{background-color:#e9ecef;border:none;border-radius:4px;color:#343a40}.e-calendar .e-content td.e-today:hover span.e-day,.e-calendar .e-content td.e-focused-date.e-today:hover span.e-day,.e-calendar .e-content td.e-focused-date.e-today:focus span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-today:hover 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-focused-date.e-today:focus span.e-day{background-color:#e9ecef;border:none;color:#343a40}.e-calendar .e-content td.e-today.e-selected span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day{background-color:#0d6efd;border:none;box-shadow:inset 1px 0 #0d6efd,inset 0 1px #0d6efd,inset -1px 0 #0d6efd,inset 0 -1px #0d6efd;color:#fff}.e-calendar .e-content td.e-today.e-selected:hover span.e-day,.e-calendar .e-content td.e-selected:hover span.e-day,.e-calendar .e-content td.e-selected.e-focused-date span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover 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.e-focused-date span.e-day{background-color:#0257d5;color:#fff}.e-calendar .e-content span,.e-bigger.e-small .e-calendar .e-content span{color:#212529}.e-calendar .e-content .e-disabled span.e-day:hover,.e-bigger.e-small .e-calendar .e-content .e-disabled span.e-day:hover{background:none;border:0;color:#adb5bd}.e-calendar .e-content .e-other-month:hover span.e-day,.e-bigger.e-small .e-calendar .e-content .e-other-month:hover span.e-day{color:#6c757d}.e-calendar .e-content .e-other-month span.e-day,.e-calendar .e-content .e-other-month.e-today span.e-day,.e-bigger.e-small .e-calendar .e-content .e-other-month span.e-day,.e-bigger.e-small .e-calendar .e-content .e-other-month.e-today span.e-day{color:#6c757d}.e-calendar .e-content .e-other-month.e-today:hover span.e-day,.e-bigger.e-small .e-calendar .e-content .e-other-month.e-today:hover span.e-day{background-color:#e9ecef;color:#6c757d}.e-calendar .e-content thead,.e-bigger.e-small .e-calendar .e-content thead{background:none;border-bottom:0}.e-calendar .e-content td:hover span.e-day,.e-calendar .e-content td:focus span.e-day,.e-bigger.e-small .e-calendar .e-content td:hover span.e-day,.e-bigger.e-small .e-calendar .e-content td:focus span.e-day{background-color:#e9ecef;border:none;border-radius:4px;color:#212529}.e-calendar .e-content td:focus span.e-day,.e-bigger.e-small .e-calendar .e-content td:focus span.e-day{background-color:#e9ecef;border:none;border-radius:4px;color:#212529}.e-calendar .e-content td.e-disabled span.e-day,.e-calendar .e-content td.e-disabled:hover span.e-day,.e-calendar .e-content td.e-disabled:focus span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-disabled 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:focus span.e-day{background:none;border:none;color:#adb5bd}.e-calendar .e-content td.e-selected span.e-day,.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day{background-color:#0d6efd;border:none;border-radius:4px;color:#fff}.e-calendar .e-content .e-footer,.e-bigger.e-small .e-calendar .e-content .e-footer{color:#0d6efd}.e-calendar.e-device .e-prev:hover,.e-calendar.e-device .e-next:hover,.e-calendar.e-device .e-prev:active,.e-calendar.e-device .e-next:active,.e-calendar.e-device .e-prev:focus,.e-calendar.e-device .e-next:focus,.e-bigger.e-small .e-calendar.e-device .e-prev:hover,.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-next:active,.e-bigger.e-small .e-calendar.e-device .e-prev:focus,.e-bigger.e-small .e-calendar.e-device .e-next:focus{background:#5c636a}.e-calendar.e-device button.e-prev:active span,.e-calendar.e-device button.e-next:active span,.e-bigger.e-small .e-calendar.e-device button.e-prev:active span,.e-bigger.e-small .e-calendar.e-device button.e-next:active span{color:#6c757d}.e-small.e-calendar .e-header .e-title,.e-small .e-calendar .e-header .e-title{color:#343a40}.e-zoomin{animation:animatezoom .3s}@keyframes animatezoom{from{transform:scale(0)}to{transform:scale(1)}}.e-calendar .e-btn.e-today.e-flat.e-primary,.e-calendar .e-css.e-btn.e-today.e-flat.e-primary{background-color:#0d6efd;border:0;border-color:#0d6efd;color:#fff}.e-calendar .e-btn.e-today.e-flat.e-primary:hover,.e-calendar .e-css.e-btn.e-today.e-flat.e-primary:hover{background-color:#0b5ed7;border-color:#0a58ca;color:#fff}.e-calendar .e-btn.e-today.e-flat.e-primary:active,.e-calendar .e-btn.e-today.e-flat.e-primary.e-active,.e-calendar .e-css.e-btn.e-today.e-flat.e-primary:active,.e-calendar .e-css.e-btn.e-today.e-flat.e-primary.e-active{background-color:#0a58ca;border-color:#0a53be;color:#fff}.e-calendar .e-btn.e-today.e-flat.e-primary.e-disabled,.e-calendar .e-btn.e-today.e-flat.e-primary.e-disabled,.e-calendar .e-css.e-btn.e-today.e-flat.e-primary.e-disabled,.e-calendar .e-css.e-btn.e-today.e-flat.e-primary.e-disabled{background-color:rgba(13,110,253,.65);border-color:rgba(13,110,253,.65);color:rgba(255,255,255,.65)}/*! 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:1.5;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:1.5;padding: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 img,.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 .e-card-image,.e-bigger.e-card.e-card-horizontal img,.e-bigger.e-card .e-card-horizontal .e-card-image,.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;padding-bottom:0}.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:20px;line-height:1.5}.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:16px;line-height:1.5;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:60px;width:55px}.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:18px;line-height:1.25;min-height:40px;padding:12px 16px}.e-bigger .e-card .e-card-actions,.e-bigger.e-card .e-card-actions{padding:16px}.e-bigger .e-card .e-card-actions.e-card-vertical,.e-bigger.e-card .e-card-actions.e-card-vertical{padding:16px 20px}.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 .e-card-btn,.e-bigger.e-card .e-card-actions.e-card-vertical a{margin:0 0 7px 0}.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 .e-card-btn: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-icons,.e-bigger.e-card .e-card-actions .e-card-btn span,.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 a,.e-bigger.e-card .e-card-actions .e-card-btn,.e-bigger.e-card .e-card-actions a{line-height:38px;margin:0 0 0 13px;min-height:38px;padding:0 8px}.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 .e-card-btn: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+:not(.e-card-content),.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+.e-card-actions.e-card-vertical{margin-top:0;padding-top:0}.e-card{border-radius:4px;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:15px;-ms-flex-pack:center;justify-content:center;line-height:36px;min-height:36px;overflow:hidden;position:relative;text-overflow:ellipsis;vertical-align:middle;width:100%}.e-card>*{-ms-flex-pack:center;justify-content:center}.e-card>.e-card-header-title{box-sizing:border-box;font-size:16px;line-height:1.25;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:1.5;padding: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:16px}.e-card .e-card-header-caption .e-card-sub-title{font-size:14px}.e-card .e-card-stacked{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden}.e-card.e-card-horizontal,.e-card .e-card-horizontal{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center}.e-card.e-card-horizontal .e-card-image,.e-card.e-card-horizontal img,.e-card .e-card-horizontal .e-card-image,.e-card .e-card-horizontal img{margin:2px}.e-card .e-card-horizontal{line-height:normal;padding:2px}.e-card.e-card-horizontal>*{-ms-flex:1;flex:1}.e-card.e-card-horizontal .e-card-stacked{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.e-card.e-card-horizontal .e-card-stacked>:first-child{-ms-flex-positive:1;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:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;line-height:normal;min-height:22.5px;padding:12px;width:inherit;padding-bottom:0}.e-card .e-card-header .e-card-content{padding-left:0;padding-right:0}.e-card .e-card-header .e-card-actions{-ms-flex-pack:start;justify-content:flex-start}.e-card .e-card-header .e-card-header-image{-ms-flex-item-align:center;align-self:center;display:-ms-flexbox;display:flex}.e-card .e-card-header .e-card-header-caption{-ms-flex-item-align:center;align-self:center;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;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:16px;font-weight:400;line-height:1.5}.e-card .e-card-header .e-card-header-caption .e-card-sub-title{font-size:14px;font-weight:400;line-height:1.5;padding:4px 0 0}.e-card .e-card-header .e-card-header-image{background-repeat:no-repeat;background-size:cover;height:50px;width:52px}.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:16px;line-height:30px;min-height:30px;overflow:hidden;padding:12px 16px;position:absolute;text-overflow:ellipsis;width:inherit}.e-card .e-card-image .e-card-title.e-card-top-left,.e-card .e-card-image .e-card-title.e-card-top-right{bottom:auto;top:0}.e-card .e-card-image .e-card-title.e-card-top-right{text-align:right}.e-card .e-card-image .e-card-title.e-card-bottom-right{text-align:right}.e-card .e-card-actions{box-sizing:border-box;display:inline-block;-ms-flex-pack:start;justify-content:flex-start;padding:12px}.e-card .e-card-actions.e-card-vertical{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:12px}.e-card .e-card-actions.e-card-vertical .e-card-btn,.e-card .e-card-actions.e-card-vertical a{-ms-flex-item-align:initial;-ms-grid-row-align:initial;align-self:initial;box-sizing:border-box;display:inline-block;-ms-flex-pack:center;justify-content:center;margin:0 0 0 8px;text-align:center;width:100%}.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,.e-card .e-card-actions.e-card-vertical a:last-child{margin-bottom:0}.e-card .e-card-actions button,.e-card .e-card-actions a{-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;cursor:pointer;display:-ms-inline-flexbox;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:-ms-flexbox;display:flex;font-size:14px;height:24px;width:24px}.e-card .e-card-actions .e-card-btn span::before,.e-card .e-card-actions .e-card-btn span.e-icons::before{-ms-flex-item-align:center;align-self:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;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:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;line-height:30px;margin:0 0 0 8px;min-height:30px;padding:0 6px;text-decoration:none;text-transform:none}.e-card .e-card-actions .e-card-btn:first-child,.e-card .e-card-actions a:first-child{margin-left:0}.e-card .e-card-content{font-size:14px;line-height:1.5;padding:12px}.e-card .e-card-content+:not(.e-card-content),.e-card .e-card-content+.e-card-actions.e-card-vertical{margin-top:0;padding-top:0}.e-card .e-card-content,.e-card .e-card-content p{line-height:1.5;overflow:hidden;text-overflow:ellipsis}/*! card theme */.e-card{-webkit-tap-highlight-color:#0d6efd;background-color:#fff;border:1px solid #dee2e6;box-shadow:none;color:#212529;outline:none}.e-card:hover{background-color:#fff;border-color:#adb5bd}.e-card:focus{background-color:#fff;border-color:#dee2e6}.e-card:active{background-color:#fff;border-color:#0d6efd}.e-card .e-card-separator{border-bottom:1px solid #dee2e6}.e-card .e-card-header-caption .e-card-header-title{color:#212529}.e-card .e-card-header-caption .e-card-sub-title{color:#495057}.e-card .e-card-image .e-card-title{background-color:rgba(0,0,0,.5);color:#fff}.e-card .e-card-actions .e-card-btn span,.e-card .e-card-actions .e-card-btn span.e-icons{color:#0d6efd}.e-card .e-card-actions .e-card-btn,.e-card .e-card-actions a{background-color:rgba(0,0,0,0);border:1px solid #0d6efd;color:#0d6efd;outline:0}.e-card .e-card-actions .e-card-btn:hover,.e-card .e-card-actions a:hover{background-color:#0d6efd;border:1px solid #565e64;color:#fff}.e-card .e-card-actions .e-card-btn:focus,.e-card .e-card-actions a:focus{background-color:#5c636a;border:1px solid;color:#fff}.e-card .e-card-actions .e-card-btn:active,.e-card .e-card-actions a:active{background-color:#565e64;border:1px solid #51585e;color:#fff}.e-card .e-card-content{color:#343a40}/*! Carousel component bootstrap5 theme definitions and variables */.e-carousel .e-previous-icon::before{content:""}.e-carousel .e-next-icon::before{content:""}.e-carousel .e-play-icon::before{content:""}.e-carousel .e-pause-icon::before{content:""}.e-carousel.e-rtl .e-previous-icon::before{content:""}.e-carousel.e-rtl .e-next-icon::before{content:""}/*! carousel component styles */.e-carousel{display:block;margin:0;padding:0;position:relative}.e-carousel .e-carousel-items{height:100%;margin:0;overflow:hidden;padding:0;position:relative;width:100%}.e-carousel.e-carousel-slide-animation .e-carousel-item{backface-visibility:hidden;display:none;float:left;height:100%;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev,.e-carousel.e-carousel-slide-animation .e-carousel-item.e-next,.e-carousel.e-carousel-slide-animation .e-carousel-item.e-active{display:block}.e-carousel.e-carousel-slide-animation .e-carousel-item.e-next:not(.e-transition-start),.e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-end{transform:translateX(100%)}.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev:not(.e-transition-end),.e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-start{transform:translateX(-100%)}.e-carousel.e-carousel-fade-animation .e-carousel-item{backface-visibility:hidden;display:block;float:left;height:100%;margin-right:-100%;opacity:0;position:relative;transition:opacity .6s ease-in-out;width:100%;z-index:0}.e-carousel.e-carousel-fade-animation .e-carousel-item.e-active{opacity:1;z-index:1}.e-carousel.e-carousel-animation-none .e-carousel-item{display:none;height:100%;width:100%}.e-carousel.e-carousel-animation-none .e-carousel-item.e-active{display:block}.e-carousel.e-carousel-custom-animation .e-carousel-item{display:block;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.e-carousel.e-carousel-custom-animation .e-carousel-item.e-active{opacity:1;pointer-events:visible}.e-carousel .e-carousel-navigators{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;-ms-flex-pack:justify;justify-content:space-between;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.e-carousel .e-carousel-navigators .e-play-pause,.e-carousel .e-carousel-navigators .e-previous,.e-carousel .e-carousel-navigators .e-next{padding:.5em;pointer-events:auto}.e-carousel .e-carousel-navigators .e-play-pause .e-btn,.e-carousel .e-carousel-navigators .e-previous .e-btn,.e-carousel .e-carousel-navigators .e-next .e-btn{border:0;box-shadow:none}.e-carousel .e-carousel-navigators .e-play-pause .e-btn:hover,.e-carousel .e-carousel-navigators .e-previous .e-btn:hover,.e-carousel .e-carousel-navigators .e-next .e-btn:hover{border-radius:50%}.e-carousel .e-carousel-navigators .e-play-pause .e-btn.e-rtl,.e-carousel .e-carousel-navigators .e-previous .e-btn.e-rtl,.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl{transform:rotate(180deg)}.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,.e-carousel .e-carousel-navigators .e-next.e-hover-arrows{display:none}.e-carousel .e-carousel-indicators{-ms-flex-align:center;align-items:center;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;min-height:48px;padding:0;pointer-events:none;position:absolute;width:100%;z-index:1}.e-carousel .e-carousel-indicators .e-indicator-bars{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;pointer-events:auto}.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar{padding:0}.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .e-indicator{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:4px}.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .e-indicator div{border:1px solid rgba(255,255,255,.4);border-radius:2px;height:5px;transition-duration:.6s;transition-property:background-color,border-color;transition-timing-function:ease-in-out;width:20px}.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .e-indicator .e-ripple-element{display:none}/*! carousel component theme */.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled),.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled),.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled){background-color:rgba(0,0,0,0)}.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled) .e-btn-icon,.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled) .e-btn-icon,.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled) .e-btn-icon{color:#fff}.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):active,.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):focus,.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):hover,.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):active,.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):focus,.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):hover,.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):active,.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):focus,.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):hover{background-color:rgba(255,255,255,.4);outline:none}.e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);box-shadow:none}.e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator div{background-color:#fff;border-color:#fff}.e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator:active,.e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator:focus,.e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator:hover{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);box-shadow:none;outline:none}.e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator:focus-visible{border-color:#000}.e-carousel .e-carousel-indicators .e-indicator-bar.e-active .e-indicator div{background-color:#0d6efd;border-color:#0d6efd}.e-checkbox-wrapper .e-check::before,.e-css.e-checkbox-wrapper .e-check::before{content:""}.e-checkbox-wrapper .e-stop::before,.e-css.e-checkbox-wrapper .e-stop::before{content:""}/*! checkbox layout */.e-checkbox-wrapper,.e-css.e-checkbox-wrapper{cursor:pointer;display:inline-block;line-height:1;outline:none;-webkit-user-select:none;-ms-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-checkbox-wrapper.e-focus .e-frame,.e-css.e-checkbox-wrapper:focus .e-frame,.e-css.e-checkbox-wrapper.e-focus .e-frame{box-shadow:0 0 0 4px rgba(13,110,253,.25)}.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:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;font-weight:normal;line-height:14px;-webkit-user-select:none;-ms-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:8px}.e-checkbox-wrapper .e-frame,.e-css.e-checkbox-wrapper .e-frame{border:1px solid;border-radius:4px;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:"e-icons";height:14px;line-height:12px;padding:0;text-align:center;vertical-align:middle;width:14px}.e-checkbox-wrapper .e-frame+.e-label,.e-css.e-checkbox-wrapper .e-frame+.e-label{margin-left:8px}.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:8px}.e-checkbox-wrapper .e-stop,.e-css.e-checkbox-wrapper .e-stop{font-size:8px;line-height:13px}.e-checkbox-wrapper.e-checkbox-disabled,.e-css.e-checkbox-wrapper.e-checkbox-disabled{cursor:default;pointer-events:none}.e-checkbox-wrapper.e-checkbox-disabled .e-frame,.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame{cursor:default}.e-checkbox-wrapper.e-checkbox-disabled .e-label,.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label{cursor:default}.e-checkbox-wrapper.e-rtl .e-ripple-container,.e-css.e-checkbox-wrapper.e-rtl .e-ripple-container{right:-9px}.e-checkbox-wrapper.e-rtl .e-frame,.e-css.e-checkbox-wrapper.e-rtl .e-frame{margin:0}.e-checkbox-wrapper.e-rtl .e-frame:hover,.e-css.e-checkbox-wrapper.e-rtl .e-frame:hover{background-color:#fff;border-color:#ced4da}.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:8px}.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:8px;margin-right:0}.e-checkbox-wrapper.e-small .e-frame,.e-css.e-checkbox-wrapper.e-small .e-frame{height:14px;line-height:13px;width:14px}.e-checkbox-wrapper.e-small .e-check,.e-css.e-checkbox-wrapper.e-small .e-check{font-size:8px}.e-checkbox-wrapper.e-small .e-stop,.e-css.e-checkbox-wrapper.e-small .e-stop{font-size:8px;line-height:13px}.e-checkbox-wrapper.e-small .e-label,.e-css.e-checkbox-wrapper.e-small .e-label{font-size:12px;line-height:14px}.e-checkbox-wrapper.e-small .e-ripple-container,.e-css.e-checkbox-wrapper.e-small .e-ripple-container{bottom:-13px;height:30px;left:-13px;right:-13px;top:-13px;width:30px}.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:13px;width:14px}.e-small .e-checkbox-wrapper .e-frame:hover,.e-small.e-checkbox-wrapper .e-frame:hover,.e-small .e-css.e-checkbox-wrapper .e-frame:hover,.e-small.e-css.e-checkbox-wrapper .e-frame:hover{background-color:#fff;border-color:#ced4da}.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:8px}.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:13px}.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:12px;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:-13px;height:30px;left:-13px;right:-13px;top:-13px;width:30px}.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:16px;line-height:15px;width:16px}.e-bigger.e-small .e-checkbox-wrapper .e-frame:hover,.e-bigger.e-small.e-checkbox-wrapper .e-frame:hover,.e-bigger.e-small .e-css.e-checkbox-wrapper .e-frame:hover,.e-bigger.e-small.e-css.e-checkbox-wrapper .e-frame:hover{background-color:#fff;border-color:#ced4da}.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:10px}.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:15px}.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:15px;line-height:16px}.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:-16px;height:38px;left:-16px;right:-16px;top:-16px;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:16px;line-height:14px;width:16px}.e-bigger .e-checkbox-wrapper .e-frame:hover,.e-bigger.e-checkbox-wrapper .e-frame:hover,.e-bigger .e-css.e-checkbox-wrapper .e-frame:hover,.e-bigger.e-css.e-checkbox-wrapper .e-frame:hover{background-color:#fff;border-color:#ced4da}.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:16px;line-height:16px;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:10px}.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:10px;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:16px}.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:-15px;height:38px;left:-15px;right:-15px;top:-15px;width:38px}.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:hover,.e-bigger.e-checkbox-wrapper.e-rtl .e-frame:hover,.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame:hover,.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame:hover{background-color:#fff;border-color:#ced4da}.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:16px;line-height:15px;width:16px}.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:10px}.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:15px}.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:15px;line-height:16px}.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:-16px;height:38px;left:-16px;right:-16px;top:-16px;width:38px}/*! checkbox theme */.e-checkbox-wrapper,.e-css.e-checkbox-wrapper{-webkit-tap-highlight-color:rgba(0,0,0,0)}.e-checkbox-wrapper .e-frame,.e-css.e-checkbox-wrapper .e-frame{background-color:#fff;border-color:#ced4da}.e-checkbox-wrapper .e-frame.e-check,.e-css.e-checkbox-wrapper .e-frame.e-check{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.e-checkbox-wrapper .e-frame.e-stop,.e-css.e-checkbox-wrapper .e-frame.e-stop{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.e-checkbox-wrapper .e-ripple-element,.e-css.e-checkbox-wrapper .e-ripple-element{background:rgba(0,0,0,0)}.e-checkbox-wrapper .e-ripple-check .e-ripple-element,.e-css.e-checkbox-wrapper .e-ripple-check .e-ripple-element{background:rgba(0,0,0,0)}.e-checkbox-wrapper:active .e-ripple-element,.e-css.e-checkbox-wrapper:active .e-ripple-element{background:rgba(0,0,0,0)}.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element,.e-css.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element{background:rgba(0,0,0,0)}.e-checkbox-wrapper .e-label,.e-css.e-checkbox-wrapper .e-label{color:#212529}.e-checkbox-wrapper .e-checkbox:focus+.e-frame,.e-css.e-checkbox-wrapper .e-checkbox:focus+.e-frame{background-color:#fff;border-color:#0a53be;box-shadow:0 0 0 4px rgba(13,110,253,.25)}.e-checkbox-wrapper .e-checkbox:focus+.e-frame.e-check,.e-css.e-checkbox-wrapper .e-checkbox:focus+.e-frame.e-check{background-color:#0d6efd;border-color:#0a58ca;box-shadow:0 0 0 4px rgba(13,110,253,.25);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:0 0 0 4px rgba(13,110,253,.25);color:#fff}.e-checkbox-wrapper .e-checkbox:active+.e-frame,.e-css.e-checkbox-wrapper .e-checkbox:active+.e-frame{background-color:#fff;border-color:#0a53be;box-shadow:0 0 0 4px rgba(13,110,253,.25)}.e-checkbox-wrapper .e-checkbox:active+.e-frame.e-check,.e-css.e-checkbox-wrapper .e-checkbox:active+.e-frame.e-check{background-color:#0d6efd;border-color:#0a58ca;box-shadow:0 0 0 4px rgba(13,110,253,.25);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:0 0 0 4px rgba(13,110,253,.25);color:#fff}.e-checkbox-wrapper:hover .e-frame,.e-css.e-checkbox-wrapper:hover .e-frame{background-color:#fff;border-color:#ced4da}.e-checkbox-wrapper:hover .e-frame.e-check,.e-css.e-checkbox-wrapper:hover .e-frame.e-check{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.e-checkbox-wrapper:hover .e-frame.e-stop,.e-css.e-checkbox-wrapper:hover .e-frame.e-stop{background-color:#0d6efd;border-color:#0d6efd}.e-checkbox-wrapper:hover .e-label,.e-css.e-checkbox-wrapper:hover .e-label{color:#212529}.e-checkbox-wrapper.e-checkbox-disabled .e-frame,.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame{background-color:#fff;border-color:#dee2e6;color:#adb5bd}.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check,.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check{background-color:#86b7fe;border-color:#86b7fe;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:#86b7fe;border-color:#86b7fe;color:#fff}.e-checkbox-wrapper.e-checkbox-disabled .e-label,.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label{color:#adb5bd}.e-checkbox-wrapper.e-focus .e-ripple-container,.e-css.e-checkbox-wrapper.e-focus .e-ripple-container{background-color:rgba(0,0,0,0)}.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check,.e-css.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check{background-color:rgba(0,0,0,0)}.e-checkbox-wrapper.e-focus .e-frame,.e-css.e-checkbox-wrapper.e-focus .e-frame{outline:rgba(13,110,253,.25);outline-offset:0}.e-checkbox-wrapper.e-focus .e-frame.e-check,.e-css.e-checkbox-wrapper.e-focus .e-frame.e-check{outline:rgba(13,110,253,.25);outline-offset:0}.e-chip-list .e-chip-delete.e-dlt-btn::before{content:"";font-size:10px}.e-chip-list.e-multi-selection .e-chip::before{content:""}.e-chip-list{display:-ms-flexbox;display:flex;padding:0}.e-chip-list.e-chip,.e-chip-list .e-chip{-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-flex-align:center;align-items:center;border:1px solid;border-radius:4px;box-shadow:none;box-sizing:border-box;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;font-weight:400;height:24px;-ms-flex-pack:center;justify-content:center;line-height:1;margin:4px;outline:none;overflow:inherit;padding:0 8px;position:relative;transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-chip-list.e-chip .e-chip-avatar,.e-chip-list .e-chip .e-chip-avatar{-ms-flex-align:center;align-items:center;background-size:cover;border-radius:0;display:-ms-flexbox;display:flex;font-size:12px;height:24px;-ms-flex-pack:center;justify-content:center;line-height:1;margin:0 3px 0 -9px;overflow:hidden;width:24px}.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:0}.e-chip-list.e-chip .e-chip-icon,.e-chip-list .e-chip .e-chip-icon{-ms-flex-align:center;align-items:center;background-size:cover;border-radius:50%;display:-ms-flexbox;display:flex;font-size:12px;height:16px;-ms-flex-pack:center;justify-content:center;line-height:1;margin:0 8px 0 -4px;overflow:hidden;width:16px}.e-chip-list.e-chip .e-chip-text,.e-chip-list .e-chip .e-chip-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:17px}.e-chip-list.e-chip .e-chip-delete,.e-chip-list .e-chip .e-chip-delete{-ms-flex-align:center;align-items:center;background-size:cover;border-radius:50%;display:-ms-flexbox;display:flex;font-size:14px;height:16px;-ms-flex-pack:center;justify-content:center;line-height:1;margin:0 -4px 0 4px;overflow:hidden;width:16px}.e-chip-list.e-chip .e-chip-delete.e-dlt-btn::before,.e-chip-list .e-chip .e-chip-delete.e-dlt-btn::before{font-family:"e-icons"}.e-chip-list.e-chip .image-url,.e-chip-list .e-chip .image-url{-ms-flex-align:center;align-items:center;background-size:cover;border-radius:50%;display:-ms-flexbox;display:flex;font-size:12px;height:16px;-ms-flex-pack:center;justify-content:center;line-height:1;margin:0 8px 0 -4px;overflow:hidden;width:16px}.e-chip-list.e-chip .trailing-icon-url,.e-chip-list .e-chip .trailing-icon-url{-ms-flex-align:center;align-items:center;background-size:cover;border-radius:50%;display:-ms-flexbox;display:flex;font-family:"e-icons";font-size:14px;height:16px;-ms-flex-pack:center;justify-content:center;line-height:1;margin:0 -4px 0 4px;overflow:hidden;width:16px}.e-chip-list:not(.e-chip){-ms-flex-wrap:wrap;flex-wrap:wrap}.e-chip-list.e-multi-selection .e-chip::before{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-family:"e-icons";height:16px;-ms-flex-pack:center;justify-content:center;line-height:1;margin:0 4px 0 -4px;margin-top:0;overflow:hidden;transition:width 300ms cubic-bezier(0.4, 0, 0.2, 1);width:16px}.e-chip-list.e-multi-selection .e-chip:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before{width:0}.e-chip-list.e-multi-selection .e-chip.e-chip-icon-wrap::before,.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before{display:none}.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before{height:24px;margin:0 3px 0 -9px;margin-top:0;width:24px}.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-icon,.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-avatar{display:none}.e-chip-list.e-multi-selection .e-chip.e-active.e-chip-icon-wrap::before,.e-chip-list.e-multi-selection .e-chip.e-active.e-chip-avatar-wrap::before{display:-ms-flexbox;display:flex}.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before{width:16px}.e-chip-list.e-rtl.e-chip .e-chip-avatar,.e-chip-list.e-rtl .e-chip .e-chip-avatar{margin:0 -9px 0 3px}.e-chip-list.e-rtl.e-chip .e-chip-icon,.e-chip-list.e-rtl .e-chip .e-chip-icon{margin:0 -4px 0 8px}.e-chip-list.e-rtl.e-chip .e-chip-delete,.e-chip-list.e-rtl .e-chip .e-chip-delete{margin:0 4px 0 -4px}.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:0}.e-chip-list.e-rtl.e-chip .trailing-icon-url,.e-chip-list.e-rtl .e-chip .trailing-icon-url{margin:0 4px 0 -4px}.e-chip-list.e-rtl.e-multi-selection .e-chip::before{margin:0 -4px 0 8px;margin-top:0}.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before{margin:0 -9px 0 3px;margin-top:0}.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:4px;font-size:16px;height:32px;padding:4px 12px}.e-bigger .e-chip-list .e-chip-text,.e-bigger.e-chip-list .e-chip-text{height:19px}.e-bigger .e-chip-list .e-chip-avatar,.e-bigger.e-chip-list .e-chip-avatar{font-size:16px;height:32px;margin:0 4px 0 -13px;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:0}.e-bigger .e-chip-list .e-chip-icon,.e-bigger.e-chip-list .e-chip-icon{font-size:16px;height:20px;margin:0 8px 0 -4px;width:20px}.e-bigger .e-chip-list .e-chip-delete,.e-bigger.e-chip-list .e-chip-delete{font-size:16px;height:24px;margin:0 -4px 0 8px;width:24px}.e-bigger .e-chip-list .e-chip-delete.e-dlt-btn::before,.e-bigger.e-chip-list .e-chip-delete.e-dlt-btn::before{font-size:13px}.e-bigger .e-chip-list .trailing-icon-url,.e-bigger.e-chip-list .trailing-icon-url{font-size:16px;height:24px;margin:0 -4px 0 8px;width:24px}.e-bigger .e-chip-list.e-multi-selection .e-chip::before,.e-bigger.e-chip-list.e-multi-selection .e-chip::before{height:20px;margin:0 4px 0 -4px;margin-top:0;width:20px}.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 4px 0 -13px;margin-top:0;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:20px}.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 -13px 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 -4px 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:0}.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 -4px 0 8px;margin-top:0}.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 -13px 0 8px;margin-top:0}.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-chip,.e-chip-list .e-chip{background-color:#6c757d;border-color:#6c757d;color:#fff}.e-chip-list.e-chip .e-chip-icon,.e-chip-list.e-chip .e-chip-delete,.e-chip-list .e-chip .e-chip-icon,.e-chip-list .e-chip .e-chip-delete{color:#fff}.e-chip-list.e-chip .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip .e-chip-delete.e-dlt-btn{color:#fff}.e-chip-list.e-chip .e-chip-avatar,.e-chip-list .e-chip .e-chip-avatar{background-color:#6c757d;color:#fff}.e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover,.e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover{color:#fff}.e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#fff}.e-chip-list.e-chip:hover,.e-chip-list .e-chip:hover{background-color:#565e64;border-color:#565e64;color:#fff}.e-chip-list.e-chip:hover .e-chip-icon,.e-chip-list.e-chip:hover .e-chip-delete,.e-chip-list .e-chip:hover .e-chip-icon,.e-chip-list .e-chip:hover .e-chip-delete{color:#fff}.e-chip-list.e-chip:hover .e-chip-avatar,.e-chip-list .e-chip:hover .e-chip-avatar{background-color:#6c757d;color:#fff}.e-chip-list.e-chip.e-focused,.e-chip-list .e-chip.e-focused{background-color:#6c757d;border-color:#6c757d;color:#fff;box-shadow:0 0 0 4px rgba(130,138,145,.5)}.e-chip-list.e-chip.e-focused .e-chip-icon,.e-chip-list.e-chip.e-focused .e-chip-delete,.e-chip-list .e-chip.e-focused .e-chip-icon,.e-chip-list .e-chip.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-focused .e-chip-avatar{background-color:#6c757d;color:#fff}.e-chip-list.e-chip.e-active,.e-chip-list .e-chip.e-active{background-color:#51585e;border-color:#51585e;color:#fff;box-shadow:none}.e-chip-list.e-chip.e-active .e-chip-icon,.e-chip-list.e-chip.e-active .e-chip-delete,.e-chip-list .e-chip.e-active .e-chip-icon,.e-chip-list .e-chip.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-active .e-chip-avatar,.e-chip-list .e-chip.e-active .e-chip-avatar{background-color:#6c757d;color:#fff}.e-chip-list.e-chip.e-focused.e-active,.e-chip-list .e-chip.e-focused.e-active{background-color:#51585e;border-color:#51585e;color:#fff;box-shadow:0 0 0 4px rgba(130,138,145,.5)}.e-chip-list.e-chip.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-focused.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-focused.e-active .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-focused.e-active .e-chip-delete.e-dlt-btn{color:#fff}.e-chip-list.e-chip.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-focused.e-active .e-chip-avatar{background-color:#ced4da;color:#fff}.e-chip-list.e-chip:active,.e-chip-list .e-chip:active{background-color:#51585e;border-color:#51585e;color:#fff;box-shadow:0 0 0 4px rgba(130,138,145,.5)}.e-chip-list.e-chip:active .e-chip-icon,.e-chip-list.e-chip:active .e-chip-delete,.e-chip-list .e-chip:active .e-chip-icon,.e-chip-list .e-chip:active .e-chip-delete{color:#fff}.e-chip-list.e-chip:active .e-chip-avatar,.e-chip-list .e-chip:active .e-chip-avatar{background-color:#6c757d;color:#fff}.e-chip-list.e-chip.e-disabled,.e-chip-list .e-chip.e-disabled{background-color:rgba(108,117,125,.65);border-color:rgba(108,117,125,.65);color:rgba(255,255,255,.65);opacity:1;pointer-events:none}.e-chip-list.e-chip.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-disabled .e-chip-delete{color:rgba(255,255,255,.65)}.e-chip-list.e-chip.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-disabled .e-chip-avatar{background-color:rgba(108,117,125,.65);color:rgba(255,255,255,.65)}.e-chip-list.e-chip.e-outline,.e-chip-list .e-chip.e-outline{background-color:rgba(0,0,0,0);border-color:#6c757d;color:#6c757d;border-width:1px}.e-chip-list.e-chip.e-outline .e-chip-icon,.e-chip-list.e-chip.e-outline .e-chip-delete,.e-chip-list .e-chip.e-outline .e-chip-icon,.e-chip-list .e-chip.e-outline .e-chip-delete{color:#6c757d}.e-chip-list.e-chip.e-outline .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-outline .e-chip-delete.e-dlt-btn{color:#6c757d}.e-chip-list.e-chip.e-outline .e-chip-avatar,.e-chip-list .e-chip.e-outline .e-chip-avatar{background-color:#6c757d;color:#fff}.e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover,.e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover{color:#fff}.e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#fff}.e-chip-list.e-chip.e-outline:hover,.e-chip-list .e-chip.e-outline:hover{background-color:#565e64;border-color:#565e64;color:#fff}.e-chip-list.e-chip.e-outline:hover .e-chip-icon,.e-chip-list.e-chip.e-outline:hover .e-chip-delete,.e-chip-list .e-chip.e-outline:hover .e-chip-icon,.e-chip-list .e-chip.e-outline:hover .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-outline:hover .e-chip-avatar,.e-chip-list .e-chip.e-outline:hover .e-chip-avatar{background-color:#6c757d;color:#fff}.e-chip-list.e-chip.e-outline.e-focused,.e-chip-list .e-chip.e-outline.e-focused{background-color:#6c757d;border-color:#6c757d;color:#fff}.e-chip-list.e-chip.e-outline.e-focused .e-chip-icon,.e-chip-list.e-chip.e-outline.e-focused .e-chip-delete,.e-chip-list .e-chip.e-outline.e-focused .e-chip-icon,.e-chip-list .e-chip.e-outline.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-outline.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-outline.e-focused .e-chip-avatar{background-color:#6c757d;color:#fff}.e-chip-list.e-chip.e-outline.e-active,.e-chip-list .e-chip.e-outline.e-active{background-color:#51585e;border-color:#51585e;color:#fff}.e-chip-list.e-chip.e-outline.e-active .e-chip-icon,.e-chip-list.e-chip.e-outline.e-active .e-chip-delete,.e-chip-list .e-chip.e-outline.e-active .e-chip-icon,.e-chip-list .e-chip.e-outline.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-outline.e-active .e-chip-avatar,.e-chip-list .e-chip.e-outline.e-active .e-chip-avatar{background-color:#6c757d;color:#fff}.e-chip-list.e-chip.e-outline.e-focused.e-active,.e-chip-list .e-chip.e-outline.e-focused.e-active{background-color:#51585e;border-color:#51585e;color:#fff}.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-avatar{background-color:#6c757d;color:#fff}.e-chip-list.e-chip.e-outline:active,.e-chip-list .e-chip.e-outline:active{background-color:#51585e;border-color:#51585e;color:#fff}.e-chip-list.e-chip.e-outline:active .e-chip-icon,.e-chip-list.e-chip.e-outline:active .e-chip-delete,.e-chip-list .e-chip.e-outline:active .e-chip-icon,.e-chip-list .e-chip.e-outline:active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-outline:active .e-chip-avatar,.e-chip-list .e-chip.e-outline:active .e-chip-avatar{background-color:#6c757d;color:#fff}.e-chip-list.e-chip.e-outline.e-disabled,.e-chip-list .e-chip.e-outline.e-disabled{background-color:rgba(0,0,0,0);border-color:#dee2e6;color:#adb5bd}.e-chip-list.e-chip.e-outline.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-outline.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-outline.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-outline.e-disabled .e-chip-delete{color:#adb5bd}.e-chip-list.e-chip.e-outline.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-outline.e-disabled .e-chip-avatar{background-color:rgba(0,0,0,0);color:#adb5bd}.e-chip-list.e-selection .e-chip.e-active{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.e-chip-list.e-selection .e-chip.e-active .e-chip-icon,.e-chip-list.e-selection .e-chip.e-active .e-chip-delete{color:#fff}.e-chip-list.e-selection .e-chip.e-active .e-chip-avatar{background-color:#0d6efd;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-focused{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-icon,.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-avatar{background-color:#0d6efd;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-disabled{background-color:rgba(108,117,125,.65);border-color:rgba(108,117,125,.65);color:rgba(255,255,255,.65)}.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-icon,.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-delete{color:rgba(255,255,255,.65)}.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-avatar{background-color:rgba(108,117,125,.65);color:rgba(255,255,255,.65)}.e-chip-list.e-selection .e-chip.e-active.e-outline{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-icon,.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-delete{color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-avatar{background-color:#0d6efd;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-icon,.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-avatar{background-color:#0d6efd;color:#fff}.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled{background-color:rgba(0,0,0,0);border-color:#dee2e6;color:rgba(255,255,255,.65)}.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-icon,.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-delete{color:rgba(255,255,255,.65)}.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-avatar{background-color:rgba(0,0,0,0);color:#adb5bd}.e-chip-list.e-selection .e-chip:active{background-color:#0d6efd;border-color:#51585e;color:#fff}.e-chip-list.e-selection .e-chip:active .e-chip-icon,.e-chip-list.e-selection .e-chip:active .e-chip-delete{color:#fff}.e-chip-list.e-selection .e-chip:active .e-chip-avatar{background-color:#6c757d;color:#fff}.e-chip-list.e-selection .e-chip:active.e-outline{background-color:#51585e;border-color:#51585e;color:#fff}.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-icon,.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-delete{color:#fff}.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-avatar{background-color:#6c757d;color:#fff}.e-chip-list.e-chip.e-primary,.e-chip-list .e-chip.e-primary{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.e-chip-list.e-chip.e-primary .e-chip-icon,.e-chip-list.e-chip.e-primary .e-chip-delete,.e-chip-list .e-chip.e-primary .e-chip-icon,.e-chip-list .e-chip.e-primary .e-chip-delete{color:#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:#fff}.e-chip-list.e-chip.e-primary .e-chip-avatar,.e-chip-list .e-chip.e-primary .e-chip-avatar{background-color:#0d6efd;color:#fff}.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:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#fff}.e-chip-list.e-chip.e-primary:hover,.e-chip-list .e-chip.e-primary:hover{background-color:#0b5ed7;border-color:#0b5ed7;color:#fff}.e-chip-list.e-chip.e-primary:hover .e-chip-icon,.e-chip-list.e-chip.e-primary:hover .e-chip-delete,.e-chip-list .e-chip.e-primary:hover .e-chip-icon,.e-chip-list .e-chip.e-primary:hover .e-chip-delete{color:#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:#0b5ed7;color:#fff}.e-chip-list.e-chip.e-primary.e-focused,.e-chip-list .e-chip.e-primary.e-focused{background-color:#0b5ed7;border-color:#0b5ed7;color:#fff;box-shadow:0 0 0 4px rgba(13,110,253,.25)}.e-chip-list.e-chip.e-primary.e-focused .e-chip-icon,.e-chip-list.e-chip.e-primary.e-focused .e-chip-delete,.e-chip-list .e-chip.e-primary.e-focused .e-chip-icon,.e-chip-list .e-chip.e-primary.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-primary.e-focused .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-primary.e-focused .e-chip-delete.e-dlt-btn{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:#0b5ed7;color:#fff}.e-chip-list.e-chip.e-primary.e-active,.e-chip-list .e-chip.e-primary.e-active{background-color:#0a58ca;border-color:#0a58ca;color:#fff}.e-chip-list.e-chip.e-primary.e-active .e-chip-icon,.e-chip-list.e-chip.e-primary.e-active .e-chip-delete,.e-chip-list .e-chip.e-primary.e-active .e-chip-icon,.e-chip-list .e-chip.e-primary.e-active .e-chip-delete{color:#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:#0a58ca;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:#0a58ca;border-color:#0a58ca;color:#fff}.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-delete{color:#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:#0a58ca;color:#fff}.e-chip-list.e-chip.e-primary:active,.e-chip-list .e-chip.e-primary:active{background-color:#0a58ca;border-color:#0a58ca;color:#fff;box-shadow:0 0 0 4px rgba(13,110,253,.25)}.e-chip-list.e-chip.e-primary:active .e-chip-icon,.e-chip-list.e-chip.e-primary:active .e-chip-delete,.e-chip-list .e-chip.e-primary:active .e-chip-icon,.e-chip-list .e-chip.e-primary:active .e-chip-delete{color:#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:#0a58ca;color:#fff}.e-chip-list.e-chip.e-primary.e-disabled,.e-chip-list .e-chip.e-primary.e-disabled{background-color:rgba(13,110,253,.65);border-color:rgba(13,110,253,.65);color:#fff}.e-chip-list.e-chip.e-primary.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-primary.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-primary.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-primary.e-disabled .e-chip-delete{color:#fff}.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(13,110,253,.65);color:#fff}.e-chip-list.e-chip.e-primary.e-outline,.e-chip-list .e-chip.e-primary.e-outline{background-color:rgba(0,0,0,0);border-color:#0d6efd;color:#0d6efd}.e-chip-list.e-chip.e-primary.e-outline .e-chip-icon,.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete,.e-chip-list .e-chip.e-primary.e-outline .e-chip-icon,.e-chip-list .e-chip.e-primary.e-outline .e-chip-delete{color:#0d6efd}.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:#0d6efd}.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:#0d6efd;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:#fff}.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:#0b5ed7;border-color:#0b5ed7;color:#fff}.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-icon,.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-delete,.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-icon,.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-delete{color:#fff}.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:#0d6efd;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:#0b5ed7;border-color:#0b5ed7;color:#fff}.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-icon,.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-delete,.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-icon,.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-delete{color:#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:#0b5ed7;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:#0a58ca;border-color:#0a58ca;color:#fff}.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-icon,.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-delete,.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-icon,.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-delete{color:#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:#0a58ca;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:#0a58ca;border-color:#0a58ca;color:#fff}.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete{color:#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:#0a58ca;color:#fff}.e-chip-list.e-chip.e-primary.e-outline:active,.e-chip-list .e-chip.e-primary.e-outline:active{background-color:#0a58ca;border-color:#0a58ca;color:#fff}.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-icon,.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-delete,.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-icon,.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-delete{color:#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:#0a58ca;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:rgba(0,0,0,0);border-color:#dee2e6;color:#adb5bd}.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-delete{color:#adb5bd}.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-avatar{background-color:rgba(0,0,0,0);color:#adb5bd}.e-chip-list.e-chip.e-success,.e-chip-list .e-chip.e-success{background-color:#198754;border-color:#198754;color:#fff}.e-chip-list.e-chip.e-success .e-chip-icon,.e-chip-list.e-chip.e-success .e-chip-delete,.e-chip-list .e-chip.e-success .e-chip-icon,.e-chip-list .e-chip.e-success .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-success .e-chip-delete.e-dlt-btn{color:#fff}.e-chip-list.e-chip.e-success .e-chip-avatar,.e-chip-list .e-chip.e-success .e-chip-avatar{background-color:#198754;color:#fff}.e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover,.e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover{color:#fff}.e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#fff}.e-chip-list.e-chip.e-success:hover,.e-chip-list .e-chip.e-success:hover{background-color:#157347;border-color:#157347;color:#fff}.e-chip-list.e-chip.e-success:hover .e-chip-icon,.e-chip-list.e-chip.e-success:hover .e-chip-delete,.e-chip-list .e-chip.e-success:hover .e-chip-icon,.e-chip-list .e-chip.e-success:hover .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success:hover .e-chip-avatar,.e-chip-list .e-chip.e-success:hover .e-chip-avatar{background-color:#157347;color:#fff}.e-chip-list.e-chip.e-success.e-focused,.e-chip-list .e-chip.e-success.e-focused{background-color:#157347;border-color:#146c43;color:#fff;box-shadow:0 0 0 4px rgba(60,153,110,.5)}.e-chip-list.e-chip.e-success.e-focused .e-chip-icon,.e-chip-list.e-chip.e-success.e-focused .e-chip-delete,.e-chip-list .e-chip.e-success.e-focused .e-chip-icon,.e-chip-list .e-chip.e-success.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success.e-focused .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-success.e-focused .e-chip-delete.e-dlt-btn{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:#157347;color:#fff}.e-chip-list.e-chip.e-success.e-active,.e-chip-list .e-chip.e-success.e-active{background-color:#146c43;border-color:#146c43;color:#fff}.e-chip-list.e-chip.e-success.e-active .e-chip-icon,.e-chip-list.e-chip.e-success.e-active .e-chip-delete,.e-chip-list .e-chip.e-success.e-active .e-chip-icon,.e-chip-list .e-chip.e-success.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success.e-active .e-chip-avatar,.e-chip-list .e-chip.e-success.e-active .e-chip-avatar{background-color:#146c43;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:#146c43;border-color:#146c43;color:#fff}.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-avatar{background-color:#146c43;color:#fff}.e-chip-list.e-chip.e-success:active,.e-chip-list .e-chip.e-success:active{background-color:#146c43;border-color:#146c43;color:#fff;box-shadow:0 0 0 4px rgba(60,153,110,.5)}.e-chip-list.e-chip.e-success:active .e-chip-icon,.e-chip-list.e-chip.e-success:active .e-chip-delete,.e-chip-list .e-chip.e-success:active .e-chip-icon,.e-chip-list .e-chip.e-success:active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success:active .e-chip-avatar,.e-chip-list .e-chip.e-success:active .e-chip-avatar{background-color:#146c43;color:#fff}.e-chip-list.e-chip.e-success.e-disabled,.e-chip-list .e-chip.e-success.e-disabled{background-color:rgba(25,135,84,.65);border-color:rgba(25,135,84,.65);color:rgba(255,255,255,.65)}.e-chip-list.e-chip.e-success.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-success.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-success.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-success.e-disabled .e-chip-delete{color:rgba(255,255,255,.65)}.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(25,135,84,.65);color:rgba(255,255,255,.65)}.e-chip-list.e-chip.e-success.e-outline,.e-chip-list .e-chip.e-success.e-outline{background-color:rgba(0,0,0,0);border-color:#198754;color:#198754}.e-chip-list.e-chip.e-success.e-outline .e-chip-icon,.e-chip-list.e-chip.e-success.e-outline .e-chip-delete,.e-chip-list .e-chip.e-success.e-outline .e-chip-icon,.e-chip-list .e-chip.e-success.e-outline .e-chip-delete{color:#198754}.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:#198754}.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:#198754;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:#fff}.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:#157347;border-color:#157347;color:#fff}.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-icon,.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-delete,.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-icon,.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-delete{color:#fff}.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:#157347;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:#157347;border-color:#157347;color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-icon,.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-delete,.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-icon,.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-avatar{background-color:#157347;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:#146c43;border-color:#146c43;color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-icon,.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-delete,.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-icon,.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-avatar,.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-avatar{background-color:#146c43;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:#146c43;border-color:#146c43;color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar{background-color:#146c43;color:#fff}.e-chip-list.e-chip.e-success.e-outline:active,.e-chip-list .e-chip.e-success.e-outline:active{background-color:#146c43;border-color:#146c43;color:#fff}.e-chip-list.e-chip.e-success.e-outline:active .e-chip-icon,.e-chip-list.e-chip.e-success.e-outline:active .e-chip-delete,.e-chip-list .e-chip.e-success.e-outline:active .e-chip-icon,.e-chip-list .e-chip.e-success.e-outline:active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-success.e-outline:active .e-chip-avatar,.e-chip-list .e-chip.e-success.e-outline:active .e-chip-avatar{background-color:#146c43;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:rgba(0,0,0,0);border-color:#dee2e6;color:#adb5bd}.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-delete{color:#adb5bd}.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-avatar{background-color:rgba(0,0,0,0);color:#adb5bd}.e-chip-list.e-chip.e-info,.e-chip-list .e-chip.e-info{background-color:#0dcaf0;border-color:#0dcaf0;color:#000}.e-chip-list.e-chip.e-info .e-chip-icon,.e-chip-list.e-chip.e-info .e-chip-delete,.e-chip-list .e-chip.e-info .e-chip-icon,.e-chip-list .e-chip.e-info .e-chip-delete{color:#000}.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:#000}.e-chip-list.e-chip.e-info .e-chip-avatar,.e-chip-list .e-chip.e-info .e-chip-avatar{background-color:#0dcaf0;color:#000}.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:#000}.e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#000}.e-chip-list.e-chip.e-info:hover,.e-chip-list .e-chip.e-info:hover{background-color:#31d2f2;border-color:#31d2f2;color:#000}.e-chip-list.e-chip.e-info:hover .e-chip-icon,.e-chip-list.e-chip.e-info:hover .e-chip-delete,.e-chip-list .e-chip.e-info:hover .e-chip-icon,.e-chip-list .e-chip.e-info:hover .e-chip-delete{color:#000}.e-chip-list.e-chip.e-info:hover .e-chip-avatar,.e-chip-list .e-chip.e-info:hover .e-chip-avatar{background-color:#31d2f2;color:#000}.e-chip-list.e-chip.e-info.e-focused,.e-chip-list .e-chip.e-info.e-focused{background-color:#31d2f2;border-color:#31d2f2;color:#000;box-shadow:0 0 0 4px rgba(49,210,242,.5)}.e-chip-list.e-chip.e-info.e-focused .e-chip-icon,.e-chip-list.e-chip.e-info.e-focused .e-chip-delete,.e-chip-list .e-chip.e-info.e-focused .e-chip-icon,.e-chip-list .e-chip.e-info.e-focused .e-chip-delete{color:#000}.e-chip-list.e-chip.e-info.e-focused .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-info.e-focused .e-chip-delete.e-dlt-btn{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:#31d2f2;color:#000}.e-chip-list.e-chip.e-info.e-active,.e-chip-list .e-chip.e-info.e-active{background-color:#3dd5f3;border-color:#3dd5f3;color:#000}.e-chip-list.e-chip.e-info.e-active .e-chip-icon,.e-chip-list.e-chip.e-info.e-active .e-chip-delete,.e-chip-list .e-chip.e-info.e-active .e-chip-icon,.e-chip-list .e-chip.e-info.e-active .e-chip-delete{color:#000}.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:#3dd5f3;color:#000}.e-chip-list.e-chip.e-info.e-focused.e-active,.e-chip-list .e-chip.e-info.e-focused.e-active{background-color:#3dd5f3;border-color:#3dd5f3;color:#000}.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-delete{color:#000}.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:#3dd5f3;color:#000}.e-chip-list.e-chip.e-info:active,.e-chip-list .e-chip.e-info:active{background-color:#3dd5f3;border-color:#3dd5f3;color:#000;box-shadow:0 0 0 4px rgba(49,210,242,.5)}.e-chip-list.e-chip.e-info:active .e-chip-icon,.e-chip-list.e-chip.e-info:active .e-chip-delete,.e-chip-list .e-chip.e-info:active .e-chip-icon,.e-chip-list .e-chip.e-info:active .e-chip-delete{color:#000}.e-chip-list.e-chip.e-info:active .e-chip-avatar,.e-chip-list .e-chip.e-info:active .e-chip-avatar{background-color:#3dd5f3;color:#000}.e-chip-list.e-chip.e-info.e-disabled,.e-chip-list .e-chip.e-info.e-disabled{background-color:rgba(13,202,240,.65);border-color:rgba(13,202,240,.65);color:rgba(0,0,0,.65)}.e-chip-list.e-chip.e-info.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-info.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-info.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-info.e-disabled .e-chip-delete{color:rgba(0,0,0,.65)}.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(13,202,240,.65);color:rgba(0,0,0,.65)}.e-chip-list.e-chip.e-info.e-outline,.e-chip-list .e-chip.e-info.e-outline{background-color:rgba(0,0,0,0);border-color:#0dcaf0;color:#066477}.e-chip-list.e-chip.e-info.e-outline .e-chip-icon,.e-chip-list.e-chip.e-info.e-outline .e-chip-delete,.e-chip-list .e-chip.e-info.e-outline .e-chip-icon,.e-chip-list .e-chip.e-info.e-outline .e-chip-delete{color:#066477}.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:#066477}.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:#0dcaf0;color:#000}.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:#000}.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:#000}.e-chip-list.e-chip.e-info.e-outline:hover,.e-chip-list .e-chip.e-info.e-outline:hover{background-color:#31d2f2;border-color:#31d2f2;color:#000}.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-icon,.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-delete,.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-icon,.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-delete{color:#000}.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:#31d2f2;color:#000}.e-chip-list.e-chip.e-info.e-outline.e-focused,.e-chip-list .e-chip.e-info.e-outline.e-focused{background-color:#31d2f2;border-color:#31d2f2;color:#000}.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-icon,.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-delete,.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-icon,.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-delete{color:#000}.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:#31d2f2;color:#000}.e-chip-list.e-chip.e-info.e-outline.e-active,.e-chip-list .e-chip.e-info.e-outline.e-active{background-color:#3dd5f3;border-color:#3dd5f3;color:#000}.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-icon,.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-delete,.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-icon,.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-delete{color:#000}.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:#3dd5f3;color:#000}.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:#3dd5f3;border-color:#3dd5f3;color:#000}.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete{color:#000}.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:#3dd5f3;color:#000}.e-chip-list.e-chip.e-info.e-outline:active,.e-chip-list .e-chip.e-info.e-outline:active{background-color:#3dd5f3;border-color:#3dd5f3;color:#000}.e-chip-list.e-chip.e-info.e-outline:active .e-chip-icon,.e-chip-list.e-chip.e-info.e-outline:active .e-chip-delete,.e-chip-list .e-chip.e-info.e-outline:active .e-chip-icon,.e-chip-list .e-chip.e-info.e-outline:active .e-chip-delete{color:#000}.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:#3dd5f3;color:#000}.e-chip-list.e-chip.e-info.e-outline.e-disabled,.e-chip-list .e-chip.e-info.e-outline.e-disabled{background-color:rgba(0,0,0,0);border-color:#dee2e6;color:#adb5bd}.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-delete{color:#adb5bd}.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-avatar{background-color:rgba(0,0,0,0);color:#adb5bd}.e-chip-list.e-chip.e-warning,.e-chip-list .e-chip.e-warning{background-color:#ffc107;border-color:#ffc107;color:#000}.e-chip-list.e-chip.e-warning .e-chip-icon,.e-chip-list.e-chip.e-warning .e-chip-delete,.e-chip-list .e-chip.e-warning .e-chip-icon,.e-chip-list .e-chip.e-warning .e-chip-delete{color:#000}.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:#000}.e-chip-list.e-chip.e-warning .e-chip-avatar,.e-chip-list .e-chip.e-warning .e-chip-avatar{background-color:#ffc107;color:#000}.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:#000}.e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#000}.e-chip-list.e-chip.e-warning:hover,.e-chip-list .e-chip.e-warning:hover{background-color:#ffca2c;border-color:#ffca2c;color:#000}.e-chip-list.e-chip.e-warning:hover .e-chip-icon,.e-chip-list.e-chip.e-warning:hover .e-chip-delete,.e-chip-list .e-chip.e-warning:hover .e-chip-icon,.e-chip-list .e-chip.e-warning:hover .e-chip-delete{color:#000}.e-chip-list.e-chip.e-warning:hover .e-chip-avatar,.e-chip-list .e-chip.e-warning:hover .e-chip-avatar{background-color:#ffca2c;color:#000}.e-chip-list.e-chip.e-warning.e-focused,.e-chip-list .e-chip.e-warning.e-focused{background-color:#ffca2c;border-color:#ffca2c;color:#000;box-shadow:0 0 0 4px rgba(255,202,44,.5)}.e-chip-list.e-chip.e-warning.e-focused .e-chip-icon,.e-chip-list.e-chip.e-warning.e-focused .e-chip-delete,.e-chip-list .e-chip.e-warning.e-focused .e-chip-icon,.e-chip-list .e-chip.e-warning.e-focused .e-chip-delete{color:#000}.e-chip-list.e-chip.e-warning.e-focused .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-warning.e-focused .e-chip-delete.e-dlt-btn{color:#000}.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:#ffca2c;color:#000}.e-chip-list.e-chip.e-warning.e-active,.e-chip-list .e-chip.e-warning.e-active{background-color:#ffcd39;border-color:#ffcd39;color:#000}.e-chip-list.e-chip.e-warning.e-active .e-chip-icon,.e-chip-list.e-chip.e-warning.e-active .e-chip-delete,.e-chip-list .e-chip.e-warning.e-active .e-chip-icon,.e-chip-list .e-chip.e-warning.e-active .e-chip-delete{color:#000}.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:#ffcd39;color:#000}.e-chip-list.e-chip.e-warning.e-focused.e-active,.e-chip-list .e-chip.e-warning.e-focused.e-active{background-color:#ffcd39;border-color:#ffcd39;color:#000}.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-delete{color:#000}.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:#ffcd39;color:#000}.e-chip-list.e-chip.e-warning:active,.e-chip-list .e-chip.e-warning:active{background-color:#ffcd39;border-color:#ffcd39;color:#000;box-shadow:0 0 0 4px rgba(255,202,44,.5)}.e-chip-list.e-chip.e-warning:active .e-chip-icon,.e-chip-list.e-chip.e-warning:active .e-chip-delete,.e-chip-list .e-chip.e-warning:active .e-chip-icon,.e-chip-list .e-chip.e-warning:active .e-chip-delete{color:#000}.e-chip-list.e-chip.e-warning:active .e-chip-avatar,.e-chip-list .e-chip.e-warning:active .e-chip-avatar{background-color:#ffcd39;color:#000}.e-chip-list.e-chip.e-warning.e-disabled,.e-chip-list .e-chip.e-warning.e-disabled{background-color:rgba(255,193,7,.65);border-color:rgba(255,193,7,.65);color:rgba(0,0,0,.65)}.e-chip-list.e-chip.e-warning.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-warning.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-warning.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-warning.e-disabled .e-chip-delete{color:rgba(0,0,0,.65)}.e-chip-list.e-chip.e-warning.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-warning.e-disabled .e-chip-avatar{background-color:rgba(255,193,7,.65);color:rgba(0,0,0,.65)}.e-chip-list.e-chip.e-warning.e-outline,.e-chip-list .e-chip.e-warning.e-outline{background-color:rgba(0,0,0,0);border-color:#ffc107;color:#876500}.e-chip-list.e-chip.e-warning.e-outline .e-chip-icon,.e-chip-list.e-chip.e-warning.e-outline .e-chip-delete,.e-chip-list .e-chip.e-warning.e-outline .e-chip-icon,.e-chip-list .e-chip.e-warning.e-outline .e-chip-delete{color:#876500}.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:#876500}.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:#ffc107;color:#000}.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:#000}.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:#000}.e-chip-list.e-chip.e-warning.e-outline:hover,.e-chip-list .e-chip.e-warning.e-outline:hover{background-color:#ffca2c;border-color:#ffca2c;color:#000}.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-icon,.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-delete,.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-icon,.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-delete{color:#000}.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:#ffca2c;color:#000}.e-chip-list.e-chip.e-warning.e-outline.e-focused,.e-chip-list .e-chip.e-warning.e-outline.e-focused{background-color:#ffca2c;border-color:#ffca2c;color:#000}.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-icon,.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-delete,.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-icon,.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-delete{color:#000}.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:#ffca2c;color:#000}.e-chip-list.e-chip.e-warning.e-outline.e-active,.e-chip-list .e-chip.e-warning.e-outline.e-active{background-color:#ffcd39;border-color:#ffcd39;color:#000}.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-icon,.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-delete,.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-icon,.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-delete{color:#000}.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:#ffcd39;color:#000}.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:#ffcd39;border-color:#ffcd39;color:#000}.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete{color:#000}.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:#ffcd39;color:#000}.e-chip-list.e-chip.e-warning.e-outline:active,.e-chip-list .e-chip.e-warning.e-outline:active{background-color:#ffcd39;border-color:#ffcd39;color:#000}.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-icon,.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-delete,.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-icon,.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-delete{color:#000}.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:#ffcd39;color:#000}.e-chip-list.e-chip.e-warning.e-outline.e-disabled,.e-chip-list .e-chip.e-warning.e-outline.e-disabled{background-color:rgba(0,0,0,0);border-color:#dee2e6;color:#adb5bd}.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-delete{color:#adb5bd}.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-avatar{background-color:rgba(0,0,0,0);color:#adb5bd}.e-chip-list.e-chip.e-danger,.e-chip-list .e-chip.e-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.e-chip-list.e-chip.e-danger .e-chip-icon,.e-chip-list.e-chip.e-danger .e-chip-delete,.e-chip-list .e-chip.e-danger .e-chip-icon,.e-chip-list .e-chip.e-danger .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-danger .e-chip-delete.e-dlt-btn{color:#fff}.e-chip-list.e-chip.e-danger .e-chip-avatar,.e-chip-list .e-chip.e-danger .e-chip-avatar{background-color:#dc3545;color:#fff}.e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover,.e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover{color:#fff}.e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active,.e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active{color:#fff}.e-chip-list.e-chip.e-danger:hover,.e-chip-list .e-chip.e-danger:hover{background-color:#bb2d3b;border-color:#bb2d3b;color:#fff}.e-chip-list.e-chip.e-danger:hover .e-chip-icon,.e-chip-list.e-chip.e-danger:hover .e-chip-delete,.e-chip-list .e-chip.e-danger:hover .e-chip-icon,.e-chip-list .e-chip.e-danger:hover .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger:hover .e-chip-avatar,.e-chip-list .e-chip.e-danger:hover .e-chip-avatar{background-color:#bb2d3b;color:#fff}.e-chip-list.e-chip.e-danger.e-focused,.e-chip-list .e-chip.e-danger.e-focused{background-color:#bb2d3b;border-color:#bb2d3b;color:#fff;box-shadow:0 0 0 4px rgba(225,83,97,.5)}.e-chip-list.e-chip.e-danger.e-focused .e-chip-icon,.e-chip-list.e-chip.e-danger.e-focused .e-chip-delete,.e-chip-list .e-chip.e-danger.e-focused .e-chip-icon,.e-chip-list .e-chip.e-danger.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger.e-focused .e-chip-delete.e-dlt-btn,.e-chip-list .e-chip.e-danger.e-focused .e-chip-delete.e-dlt-btn{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:#bb2d3b;color:#fff}.e-chip-list.e-chip.e-danger.e-active,.e-chip-list .e-chip.e-danger.e-active{background-color:#b02a37;border-color:#b02a37;color:#fff}.e-chip-list.e-chip.e-danger.e-active .e-chip-icon,.e-chip-list.e-chip.e-danger.e-active .e-chip-delete,.e-chip-list .e-chip.e-danger.e-active .e-chip-icon,.e-chip-list .e-chip.e-danger.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger.e-active .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-active .e-chip-avatar{background-color:#b02a37;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:#b02a37;border-color:#b02a37;color:#fff}.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-icon,.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-delete,.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-icon,.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-avatar{background-color:#b02a37;color:#fff}.e-chip-list.e-chip.e-danger:active,.e-chip-list .e-chip.e-danger:active{background-color:#b02a37;border-color:#b02a37;color:#fff;box-shadow:0 0 0 4px rgba(225,83,97,.5)}.e-chip-list.e-chip.e-danger:active .e-chip-icon,.e-chip-list.e-chip.e-danger:active .e-chip-delete,.e-chip-list .e-chip.e-danger:active .e-chip-icon,.e-chip-list .e-chip.e-danger:active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger:active .e-chip-avatar,.e-chip-list .e-chip.e-danger:active .e-chip-avatar{background-color:#b02a37;color:#fff}.e-chip-list.e-chip.e-danger.e-disabled,.e-chip-list .e-chip.e-danger.e-disabled{background-color:rgba(220,53,69,.65);border-color:rgba(220,53,69,.65);color:#fff}.e-chip-list.e-chip.e-danger.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-danger.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-danger.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-danger.e-disabled .e-chip-delete{color:#fff}.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(220,53,69,.65);color:#fff}.e-chip-list.e-chip.e-danger.e-outline,.e-chip-list .e-chip.e-danger.e-outline{background-color:rgba(0,0,0,0);border-color:#dc3545;color:#dc3545}.e-chip-list.e-chip.e-danger.e-outline .e-chip-icon,.e-chip-list.e-chip.e-danger.e-outline .e-chip-delete,.e-chip-list .e-chip.e-danger.e-outline .e-chip-icon,.e-chip-list .e-chip.e-danger.e-outline .e-chip-delete{color:#dc3545}.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:#dc3545}.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:#dc3545;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:#fff}.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:#bb2d3b;border-color:#bb2d3b;color:#fff}.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-icon,.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-delete,.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-icon,.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-delete{color:#fff}.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:#bb2d3b;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:#bb2d3b;border-color:#bb2d3b;color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-icon,.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-delete,.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-icon,.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-avatar{background-color:#bb2d3b;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:#b02a37;border-color:#b02a37;color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-icon,.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-delete,.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-icon,.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-avatar{background-color:#b02a37;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:#b02a37;border-color:#b02a37;color:#fff}.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-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-delete{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:#b02a37;color:#fff}.e-chip-list.e-chip.e-danger.e-outline:active,.e-chip-list .e-chip.e-danger.e-outline:active{background-color:#b02a37;border-color:#b02a37;color:#fff}.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-icon,.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-delete,.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-icon,.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-delete{color:#fff}.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-avatar{background-color:#b02a37;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:rgba(0,0,0,0);border-color:#dee2e6;color:#adb5bd}.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-icon,.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-delete,.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-icon,.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-delete{color:#adb5bd}.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-avatar,.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-avatar{background-color:rgba(0,0,0,0);color:#adb5bd}.e-dropdown-btn .e-caret::before,.e-dropdown-btn.e-btn .e-caret::before{content:""}/*! drop-down button layout */.e-dropdown-btn,.e-dropdown-btn.e-btn{text-transform:none;white-space:normal}.e-dropdown-btn:focus,.e-dropdown-btn.e-btn:focus{box-shadow:0 0 0 4px rgba(130,138,145,.5)}.e-dropdown-btn:active,.e-dropdown-btn.e-btn:active{box-shadow:0 0 0 4px rgba(130,138,145,.5)}.e-dropdown-btn .e-btn-icon,.e-dropdown-btn.e-btn .e-btn-icon{font-size:14px}.e-dropdown-btn .e-caret,.e-dropdown-btn.e-btn .e-caret{font-size:10px}.e-dropdown-btn.e-vertical,.e-dropdown-btn.e-btn.e-vertical{line-height:1;padding:6px 12px}.e-dropdown-btn.e-caret-hide .e-caret,.e-dropdown-btn.e-btn.e-caret-hide .e-caret{display:none}.e-dropdown-btn.e-small .e-dropdown-popup ul,.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul{padding:4px 0}.e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,.e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item{padding:0 8px}.e-dropdown-btn.e-small.e-vertical,.e-dropdown-btn.e-btn.e-small.e-vertical{line-height:1;padding:6px 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:12px}.e-bigger .e-dropdown-btn.e-vertical,.e-bigger.e-dropdown-btn.e-vertical{line-height:1;padding:8px 16px}.e-bigger .e-dropdown-btn.e-small.e-vertical,.e-bigger.e-dropdown-btn.e-small.e-vertical{line-height:1;padding:8px 16px}.e-dropdown-popup{position:absolute;border-radius:4px;margin-top:2px}.e-dropdown-popup ul{border:1px solid #dee2e6;border-radius:4px;box-shadow:none;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:4px 0;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.e-dropdown-popup ul .e-item{cursor:pointer;display:-ms-flexbox;display:flex;height:30px;line-height:30px;padding:0 12px}.e-dropdown-popup ul .e-item.e-url{padding:0}.e-dropdown-popup ul .e-item .e-menu-url{display:block;padding:0 12px;text-decoration:none;width:100%}.e-dropdown-popup ul .e-item .e-menu-icon{float:left;font-size:18px;line-height:30px;margin-right:11px;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:3px 0;pointer-events:none}.e-dropdown-popup.e-transparent{background:rgba(0,0,0,0);box-shadow:none}.e-dropdown-popup.e-transparent .e-dropdown-menu{border:0;height:1px;min-width:0;padding:0;width:1px}.e-rtl.e-dropdown-popup .e-item .e-menu-icon{float:right;margin-left:11px;margin-right:0}*.e-bigger .e-dropdown-popup{background-color:rgba(0,0,0,0);border-radius:4px}*.e-bigger .e-dropdown-popup ul,*.e-bigger.e-dropdown-popup ul{box-shadow:none;font-size:16px;max-width:202px;min-width:112px;padding:8px 0;background-color:#fff;margin-top:4px}*.e-bigger .e-dropdown-popup ul .e-item,*.e-bigger.e-dropdown-popup ul .e-item{height:32px;line-height:32px;padding:0 16px}*.e-bigger .e-dropdown-popup ul .e-item.e-url,*.e-bigger.e-dropdown-popup ul .e-item.e-url{padding:0}*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon{font-size:22px;line-height:32px}*.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;color:#212529}.e-dropdown-popup ul .e-item .e-menu-url{color:#212529}.e-dropdown-popup ul .e-item .e-menu-icon{color:#6c757d}.e-dropdown-popup ul .e-item.e-focused{background-color:#e9ecef;box-shadow:none}.e-dropdown-popup ul .e-item:hover{background-color:#e9ecef;color:#212529}.e-dropdown-popup ul .e-item:active,.e-dropdown-popup ul .e-item.e-selected{background-color:#0d6efd;color:#fff}.e-dropdown-popup ul .e-item:active .e-menu-url,.e-dropdown-popup ul .e-item.e-selected .e-menu-url{color:#fff}.e-dropdown-popup ul .e-item:active .e-menu-icon,.e-dropdown-popup ul .e-item.e-selected .e-menu-icon{color:#fff}.e-dropdown-popup ul .e-separator{border-bottom-color:#dee2e6}/*! splitbutton layout */.e-split-btn-wrapper{display:-ms-inline-flexbox;display:inline-flex;white-space:nowrap;width:min-content}.e-split-btn-wrapper .e-split-btn{border-bottom-right-radius:0;border-top-right-radius:0;text-transform:none;z-index:1;padding-left:10px;padding-right:10px}.e-split-btn-wrapper .e-split-btn:focus{outline-offset:0}.e-split-btn-wrapper .e-split-btn:focus{box-shadow:0 0 0 4px rgba(130,138,145,.5);z-index:2}.e-split-btn-wrapper .e-split-btn:active{box-shadow:0 0 0 4px rgba(130,138,145,.5);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:10px;padding-right:10px}.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:-1px;padding-left:4px;padding-right:4px;z-index:1}.e-split-btn-wrapper .e-dropdown-btn:active{box-shadow:0 0 0 4px rgba(130,138,145,.5);z-index:2}.e-split-btn-wrapper .e-dropdown-btn:disabled:focus,.e-split-btn-wrapper .e-dropdown-btn:disabled:hover,.e-split-btn-wrapper .e-dropdown-btn:disabled:active{z-index:0}.e-split-btn-wrapper .e-dropdown-btn:focus{outline-offset:0}.e-split-btn-wrapper .e-btn:focus{box-shadow:0 0 0 4px rgba(130,138,145,.5);z-index:2}.e-split-btn-wrapper .e-btn:active{box-shadow:0 0 0 4px rgba(130,138,145,.5);z-index:2}.e-split-btn-wrapper .e-btn:disabled{box-shadow:none}.e-split-btn-wrapper.e-rtl .e-split-btn{border-bottom-left-radius:0;border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:4px;margin-left:-1px;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:10px;padding-right:10px}.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:4px;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:0;margin-left:0}.e-split-btn-wrapper.e-vertical{display:inline-block}.e-split-btn-wrapper.e-vertical .e-split-btn,.e-split-btn-wrapper.e-vertical .e-dropdown-btn{display:block;width:100%}.e-split-btn-wrapper.e-vertical .e-split-btn{border-bottom-left-radius:0;border-top-right-radius:4px;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:4px;border-top-right-radius:0;line-height:.334em;margin-left:0;margin-top:-1px;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:4px;margin-left:0}.e-split-btn-wrapper.e-vertical.e-rtl .e-dropdown-btn{border-bottom-right-radius:4px;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:12px;padding-right:12px}.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:12px;padding-right:12px}.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{border-right-color:#6c757d}.e-split-btn-wrapper .e-split-btn:focus{border-right-color:#6c757d}.e-split-btn-wrapper .e-split-btn:active{border-right-color:#565e64}.e-split-btn-wrapper .e-split-btn:disabled{border-right-color:rgba(108,117,125,.65)}.e-split-btn-wrapper:hover :not(e-active) .e-split-btn{border-right-color:#6c757d}.e-split-btn-wrapper:hover :not(e-active) .e-split-btn:disabled{border-right-color:rgba(108,117,125,.65)}.e-split-btn-wrapper.e-rtl .e-split-btn{border-left-color:#6c757d;border-right-color:#6c757d}.e-split-btn-wrapper.e-rtl .e-split-btn:focus{border-left-color:#6c757d;border-right-color:#6c757d}.e-split-btn-wrapper.e-rtl .e-split-btn:active{border-left-color:#565e64;border-right-color:#565e64}.e-split-btn-wrapper.e-rtl .e-split-btn:disabled{border-left-color:rgba(108,117,125,.65);border-right-color:#6c757d}.e-split-btn-wrapper.e-rtl:hover .e-split-btn :not(e-active){border-left-color:#6c757d;border-right-color:#6c757d}.e-split-btn-wrapper.e-rtl:hover .e-split-btn :not(e-active):disabled{border-left-color:rgba(108,117,125,.65)}.e-split-btn-wrapper.e-vertical .e-split-btn{border-bottom-color:#6c757d;border-right-color:#6c757d}.e-split-btn-wrapper.e-vertical .e-split-btn:focus{border-bottom-color:#6c757d;border-right-color:#6c757d}.e-split-btn-wrapper.e-vertical .e-split-btn:active{border-bottom-color:#565e64;border-right-color:#565e64}.e-split-btn-wrapper.e-vertical .e-split-btn:disabled{border-bottom-color:rgba(108,117,125,.65);border-right-color:#6c757d}.e-split-btn-wrapper.e-vertical:hover .e-split-btn{border-bottom-color:#6c757d;border-right-color:#6c757d}.e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled{border-bottom-color:rgba(108,117,125,.65)}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn{border-left-color:#6c757d}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:focus{border-left-color:#6c757d}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:active{border-left-color:#6c757d}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:disabled{border-left-color:#6c757d}.e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn{border-left-color:#6c757d}.e-input-group-icon.e-spin-up::before{content:"";font-family:"e-icons"}.e-input-group-icon.e-spin-down::before{content:"";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-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden{border:0;height:0;margin:0;padding:0;text-indent:0;visibility:hidden;width:0}.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon{font-size:14px}.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{font-size:16px}.e-tooltip-wrap{/*! Tooltip icons */}.e-tooltip-wrap .e-tooltip-close::before{content:"";font-size:10px;left:calc(50% - 5px);position:absolute;top:calc(50% - 5px)}.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right::before{content:""}.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top::before{content:""}.e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom::before{content:""}.e-tooltip-wrap .e-arrow-tip-inner.e-tip-left::before{content:""}/*! tooltip popup container layout */.e-tooltip-popup-container{position:relative}/*! 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{cursor:pointer;float:right;position:absolute;right:-9px;top:-9px;z-index:inherit;border-radius:9px;border-width:1px;box-shadow:0 2px 4px rgba(0,0,0,.075);box-sizing:border-box;height:16px;width:16px}.e-tooltip-wrap .e-tip-content{background-color:inherit;height:100%;line-height:18px;overflow-wrap:break-word;overflow-x:hidden;padding:4px 8px;position:relative;white-space:normal;width:100%;word-break:break-word;z-index:1;font-weight:500}.e-tooltip-wrap.e-rtl .e-tooltip-close::before{font-size:9px;margin-right:2px}/*! Bigger Style */.e-bigger .e-tooltip-wrap .e-tip-content,.e-tooltip-wrap.e-bigger .e-tip-content{line-height:22px;padding:4px 8px}.e-bigger .e-tooltip-wrap .e-tooltip-close,.e-tooltip-wrap.e-bigger .e-tooltip-close{border-radius:10px;border-width:1px;height:20px;width:20px}.e-bigger .e-tooltip-wrap .e-tooltip-close::before,.e-tooltip-wrap.e-bigger .e-tooltip-close::before{font-size:11px;left:calc(50% - 6px)}/*! Tooltip theme */.e-tooltip-wrap{border-radius:4px;/*! tooltip arrow *//*! tooltip sticky mode close icon *//*! tooltip content area */}.e-tooltip-wrap.e-popup{background-color:#212529;border:1px solid #212529}.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 rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-top:8px solid #212529}.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top{border-bottom:8px solid #212529;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0)}.e-tooltip-wrap .e-arrow-tip-outer.e-tip-left{border-bottom:8px solid rgba(0,0,0,0);border-right:8px solid #212529;border-top:8px solid rgba(0,0,0,0)}.e-tooltip-wrap .e-arrow-tip-outer.e-tip-right{border-bottom:8px solid rgba(0,0,0,0);border-left:8px solid #212529;border-top:8px solid rgba(0,0,0,0)}.e-tooltip-wrap .e-arrow-tip-inner{height:0;position:absolute;width:0;z-index:10}.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right,.e-tooltip-wrap .e-arrow-tip-inner.e-tip-left,.e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom,.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top{color:#212529;font-family:"e-icons";font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none}.e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom,.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top{right:16px}.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right,.e-tooltip-wrap .e-arrow-tip-inner.e-tip-left{bottom:16px}.e-tooltip-wrap .e-tooltip-close{background-color:#6c757d;border-color:#6c757d;border-radius:9px;color:#fff;border:1px solid #6c757d}.e-tooltip-wrap .e-tooltip-close:hover{background-color:#5c636a;color:#fff;border-color:#565e64}.e-tooltip-wrap .e-tip-content{color:#f9fafb;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:12px}/*! bigger style */.e-bigger .e-tooltip-wrap .e-tip-content,.e-tooltip-wrap.e-bigger .e-tip-content{font-size:14px}.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle{cursor:default;transition:transform .4s cubic-bezier(0.25, 0.8, 0.25, 1);z-index:3}.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content{padding:2px 4px;text-align:center}.e-slider-horizantal-color{height:100%;position:absolute;top:0}.e-slider-vertical-color{left:-1px;position:absolute;width:100%}.e-bigger .e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content{padding:2px 4px}.e-bigger.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content{padding:2px 4px}.e-bigger .e-control-wrapper.e-slider-container .e-slider .e-handle,.e-control-wrapper.e-slider-container.e-bigger .e-slider .e-handle{height:16px;width:16px}.e-bigger .e-control-wrapper.e-slider-container .e-slider-button,.e-control-wrapper.e-slider-container.e-bigger .e-slider-button{height:18px;width:18px}.e-bigger .e-control-wrapper.e-slider-container.e-vertical.e-slider-btn,.e-control-wrapper.e-slider-container.e-bigger.e-vertical.e-slider-btn{padding:36px 0}.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-first-button,.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-second-button,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-first-button,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-second-button{margin-right:-12px}.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider .e-slider-track,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider .e-slider-track{left:calc(50% - 4px);width:8px}.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider .e-range,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider .e-range{left:calc(50% - 4px);width:8px}.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider .e-limits,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-limits{height:8px;top:calc(50% - 4px)}.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider .e-limits,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider .e-limits{left:calc(50% - 4px);width:8px}.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider-button.e-first-button,.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider-button.e-second-button,.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider-button.e-first-button,.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider-button.e-second-button,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider-button.e-first-button,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider-button.e-second-button,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider-button.e-first-button,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider-button.e-second-button{border-radius:12px;height:24px;width:24px}.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider-button.e-first-button .e-button-icon::before,.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider-button.e-second-button .e-button-icon::before,.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider-button.e-first-button .e-button-icon::before,.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider-button.e-second-button .e-button-icon::before,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider-button.e-first-button .e-button-icon::before,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider-button.e-second-button .e-button-icon::before,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider-button.e-first-button .e-button-icon::before,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider-button.e-second-button .e-button-icon::before{font-size:22px}.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider-button.e-first-button,.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider-button.e-second-button,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider-button.e-first-button,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider-button.e-second-button{margin-top:-12px}.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-tick-both.e-scale.e-h-scale .e-tick,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-tick-both.e-scale.e-h-scale .e-tick{height:24px;top:-14px}.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-tick-both.e-scale.e-h-scale .e-large,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-tick-both.e-scale.e-h-scale .e-large{height:32px;top:-10px}.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-tick-before.e-scale.e-h-scale .e-tick,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-tick-before.e-scale.e-h-scale .e-tick{height:8px;top:-12px}.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-tick-before.e-scale.e-h-scale .e-large,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-tick-before.e-scale.e-h-scale .e-large{height:12px;top:-12px}.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-tick-after.e-scale.e-h-scale .e-tick,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-tick-after.e-scale.e-h-scale .e-tick{height:8px;top:4px}.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-tick-after.e-scale.e-h-scale .e-large,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-tick-after.e-scale.e-h-scale .e-large{height:12px;top:8px}.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-tick-both.e-scale .e-tick,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-tick-both.e-scale .e-tick{left:2px;width:24px}.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-tick-both.e-scale .e-large,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-tick-both.e-scale .e-large{left:-2px;width:32px}.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-tick-before.e-scale.e-v-scale .e-tick,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-tick-before.e-scale.e-v-scale .e-tick{left:2px;width:8px}.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-tick-before.e-scale.e-v-scale .e-large,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-tick-before.e-scale.e-v-scale .e-large{left:-2px;width:12px}.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-tick-after.e-scale.e-v-scale .e-tick,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-tick-after.e-scale.e-v-scale .e-tick{left:18px;width:8px}.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-tick-after.e-scale.e-v-scale .e-large,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-tick-after.e-scale.e-v-scale .e-large{left:18px;width:12px}.e-bigger .e-control-wrapper.e-slider-container.e-horizontal.e-slider-btn,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal.e-slider-btn{padding:0 36px}.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider .e-slider-track,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-slider-track{height:8px;top:calc(50% - 4px)}.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider .e-range,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-range{height:8px;top:calc(50% - 4px)}.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider .e-handle,.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-handle{margin-left:-8px;top:calc(50% - 8px)}.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider .e-handle,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider .e-handle{left:calc(50% - 9px);margin-bottom:-9px;left:calc(50% - 8px);margin-bottom:-8px}.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider-track,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider-track{width:6px}.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-range,.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-range{width:6px}.e-bigger .e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-slider .e-handle,.e-control-wrapper.e-slider-container.e-bigger.e-rtl.e-horizontal .e-slider .e-handle{margin:0 -8px 0 0}.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:14px}.e-control-wrapper.e-slider-container{-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;box-sizing:border-box;display:inline-block;height:26px;line-height:normal;outline:none;position:relative;user-select:none}.e-control-wrapper.e-slider-container::after{content:"bootstrap5";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}.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-first-tick{background-position:right center;left:0}.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-last-tick{background-position:left center}.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-slider-button{margin-top:-13px}.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-slider-button .e-button-icon::before{font-size:18px}.e-control-wrapper.e-slider-container.e-rtl.e-vertical{direction:ltr}.e-control-wrapper.e-slider-container.e-disabled{opacity:.5}.e-control-wrapper.e-slider-container.e-disabled .e-btn{cursor:default}.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle{cursor:default}.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-disable{display:none}.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:-10px;top:50%}.e-control-wrapper.e-slider-container.e-horizontal .e-first-button .e-button-icon{font-family:"e-icons"}.e-control-wrapper.e-slider-container.e-horizontal .e-first-button .e-button-icon::before{color:#fff;content:"";font-size:17px}.e-control-wrapper.e-slider-container.e-horizontal .e-second-button{margin-top:-10px;right:0;top:50%}.e-control-wrapper.e-slider-container.e-horizontal .e-second-button .e-button-icon{font-family:"e-icons"}.e-control-wrapper.e-slider-container.e-horizontal .e-second-button .e-button-icon::before{color:#fff;content:"";font-size:17px;margin-left:1px}.e-control-wrapper.e-slider-container.e-horizontal.e-slider-btn{padding:0 28px}.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:6px;left:0;position:absolute;width:100%;background:#e9ecef;border-radius:4px;overflow:hidden;top:calc(50% - 4px);top:calc(50% - 3px)}.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:6px}.e-control-wrapper.e-slider-container.e-horizontal .e-range{height:6px;top:calc(50% - 3px)}.e-control-wrapper.e-slider-container.e-horizontal .e-limits{background-color:rgba(0,0,0,.5);height:6px;position:absolute;top:calc(50% - 3px);border-radius:4px}.e-control-wrapper.e-slider-container.e-vertical{height:inherit;padding:38px 0;width:48px;padding:28px 0}.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:#e9ecef;bottom:0;height:100%;position:absolute;left:calc(50% - 3px);overflow:hidden;width:6px;border-radius:4px}.e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn{height:100%;padding:28px 0}.e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn .e-slider{height:100%;width:4px}.e-control-wrapper.e-slider-container.e-vertical .e-first-button{bottom:0;margin-right:-10px;right:50%}.e-control-wrapper.e-slider-container.e-vertical .e-first-button .e-button-icon{font-family:"e-icons"}.e-control-wrapper.e-slider-container.e-vertical .e-first-button .e-button-icon::before{color:#fff;content:"";font-size:18px}.e-control-wrapper.e-slider-container.e-vertical .e-second-button{margin-right:-10px;right:50%;top:0}.e-control-wrapper.e-slider-container.e-vertical .e-second-button .e-button-icon{font-family:"e-icons"}.e-control-wrapper.e-slider-container.e-vertical .e-second-button .e-button-icon::before{color:#fff;content:"";font-size:18px}.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% - 3px);width:6px}.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-limits{background-color:rgba(0,0,0,.5);left:calc(50% - 3px);position:absolute;width:6px;border-radius:4px}.e-control-wrapper.e-slider-container .e-range{border-radius:4px;position:absolute;transition:left 300ms ease-out,right 300ms ease-out,bottom 300ms ease-out,width 300ms ease-out,height 300ms ease-out}.e-control-wrapper.e-slider-container .e-range.e-drag-horizontal{cursor:pointer}.e-control-wrapper.e-slider-container .e-range.e-drag-vertical{cursor:pointer}.e-control-wrapper.e-slider-container .e-slider{box-sizing:border-box;cursor:pointer;display:block;outline:0 none;padding:0;position:relative}.e-control-wrapper.e-slider-container .e-slider .e-handle{border-radius:10px;box-sizing:border-box;cursor:pointer;height:12px;outline:none;position:absolute;-ms-touch-action:none;touch-action:none;transition:left 300ms ease-out,right 300ms ease-out,bottom 300ms ease-out,transform 300ms ease-out;width:12px;z-index:10}.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle{background-color:#0b5ed7;border:1px solid #fff;box-shadow:0 0 0 4px rgba(13,110,253,.25)}.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick{height:6px;top:-10px}.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-large{height:10px;top:-10px}.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-tick{left:5px;width:6px}.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-large{left:1px;width:10px}.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-tick{height:6px;top:1px}.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-large{height:10px;top:5px}.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-tick{left:17px;width:6px}.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-large{left:17px;width:10px}.e-control-wrapper.e-slider-container.e-scale-before .e-scale.e-v-scale{right:9px}.e-control-wrapper.e-slider-container.e-scale-after .e-scale.e-v-scale{right:9px}.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-tick{height:18px;top:-11px}.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-large{height:26px;top:-7px}.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-tick{background-position:center;left:5px;width:18px}.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-large{left:3px;width:calc(100% - 6px);left:1px;width:26px}.e-control-wrapper.e-slider-container .e-scale{box-sizing:content-box;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";height:28px;line-height:normal;list-style:none outside none;margin:0;outline:0 none;padding:0;position:absolute;top:16px;width:100%;z-index:1;font-size:12px;margin-top:-5px}.e-control-wrapper.e-slider-container .e-scale .e-tick{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAQSURBVHgBAQUA+v8AztTa/whsA3yqMpmsAAAAAElFTkSuQmCC");cursor:pointer;outline:none;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-position:center center}.e-control-wrapper.e-slider-container .e-scale .e-tick.e-large{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAQSURBVHgBAQUA+v8AbHV9/wUNAl7Qm4m+AAAAAElFTkSuQmCC")}.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value{color:#343a40;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:12px;outline:none;position:absolute;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;line-height:1.5}.e-control-wrapper.e-slider-container .e-scale.e-v-scale{height:100%;left:calc(50% - 14px);top:0;width:28px;margin-top:-2px}.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick{background-repeat:repeat-x}.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-first-tick{background-position-y:center}.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-last-tick{background-position-y:bottom;margin-top:2px}.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick{display:inline-block;background-repeat:repeat-y;height:100%;top:0}.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{bottom:-20px}.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:left center}.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-last-tick{background-position:right center}.e-control-wrapper.e-slider-container.e-horizontal.e-scale-both .e-scale{top:15px}.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-before{right:17px}.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-after{left:19px}.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both{right:44px}.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both:first-child{left:42px}/*! component theme */.e-control-wrapper.e-slider-container .e-slider-button{background-color:#6c757d;border:1px solid #6c757d;border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.075);height:20px;width:20px;box-sizing:border-box;cursor:pointer;outline:none;padding:0;position:absolute}.e-control-wrapper.e-slider-container .e-slider .e-range{background-color:#0d6efd}.e-control-wrapper.e-slider-container .e-slider .e-handle{background-color:#0d6efd;border:1px solid #0d6efd;border-color:#0d6efd}.e-control-wrapper.e-slider-container .e-slider .e-handle.e-material-tooltip{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.e-control-wrapper.e-slider-container .e-slider .e-handle:hover{background-color:#0b5ed7;border-color:#0a58ca}.e-control-wrapper.e-slider-container .e-slider .e-handle:active{background-color:#0b5ed7;border-color:#0a58ca}.e-control-wrapper.e-slider-container.e-slider-hover .e-slider-track{background-color:#e9ecef}.e-control-wrapper.e-slider-container.e-slider-hover .e-handle{border-color:#0d6efd}.e-container .e-value-switch-btn::before{content:""}.e-colorpicker-wrapper,.e-colorpicker-container{display:inline-block;line-height:0;outline:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-colorpicker-wrapper .e-colorpicker,.e-colorpicker-container .e-colorpicker{height:1px;opacity:0;position:absolute;width:1px}.e-colorpicker-wrapper .e-btn.e-icon-btn,.e-colorpicker-container .e-btn.e-icon-btn{background-color:#fff;border:1px solid #ced4da;color:#6c757d}.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn{font-family:initial;line-height:14px;padding:5px 8px;background-color:rgba(0,0,0,0);border:1px solid #ced4da}.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");background-size:8px;border-radius:4px;height:20px;margin-top:0;position:relative;width:20px}.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview,.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview{border-radius:4px}.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-btn.e-icon-btn,.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-btn.e-icon-btn{background-color:#fff;border:1px solid #ced4da;color:#6c757d}.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn{padding:5px 8px}.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-btn.e-icon-btn,.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-btn.e-icon-btn{background-color:#fff;border:1px solid #ced4da;color:#6c757d}.e-colorpicker-wrapper *,.e-colorpicker-container *{box-sizing:border-box}.e-colorpicker-wrapper.e-disabled .e-palette .e-tile,.e-colorpicker-container.e-disabled .e-palette .e-tile{cursor:default}.e-colorpicker-wrapper.e-disabled .e-palette .e-tile:hover,.e-colorpicker-container.e-disabled .e-palette .e-tile:hover{border:0;box-shadow:none}.e-colorpicker-wrapper.e-disabled .e-palette .e-tile.e-selected,.e-colorpicker-container.e-disabled .e-palette .e-tile.e-selected{border:0}.e-colorpicker-wrapper.e-disabled .e-container .e-handler,.e-colorpicker-wrapper.e-disabled .e-container .e-preview-container,.e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider,.e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider,.e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle,.e-colorpicker-container.e-disabled .e-container .e-handler,.e-colorpicker-container.e-disabled .e-container .e-preview-container,.e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider,.e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider,.e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle{cursor:default}.e-colorpicker-wrapper.e-disabled .e-container .e-hsv-container,.e-colorpicker-container.e-disabled .e-container .e-hsv-container{pointer-events:none}.e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn){line-height:0}.e-colorpicker.e-modal,.e-colorpicker.e-hsv-model{-webkit-overflow-scrolling:touch;height:100%;left:0;position:fixed;top:0;width:100%}.e-colorpicker.e-modal{background-color:rgba(0,0,0,.6);opacity:.5;pointer-events:auto}.e-colorpicker.e-hsv-model{background-color:rgba(0,0,0,0)}.sf-colorpicker .e-switch-ctrl-btn .e-ctrl-btn{position:relative}.e-show-value .sf-colorpicker.e-color-palette .e-selected-value,.e-show-value .sf-colorpicker.e-color-palette .e-switch-ctrl-btn{width:270px}.e-dropdown-popup.e-transparent .e-container{display:none}body.e-colorpicker-overflow{overflow:visible}.e-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,.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{line-height:18px;padding:7px 12px;background-color:#fff;border:1px solid #ced4da}.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,.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{height:24px;width:24px}.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,.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{padding:7px 12px}.e-container{border:0;border-radius:0;display:inline-block;line-height:0;outline:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 16px 48px rgba(0,0,0,.175)}.e-container.e-color-picker{width:341px}.e-container.e-color-picker .e-mode-switch-btn{background:rgba(0,0,0,0) 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:rgba(0,0,0,0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4IDE4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MS40MTQyMTsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgc3R5bGU9ImZpbGw6dXJsKCNfTGluZWFyMSk7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBzdHlsZT0iZmlsbDp1cmwoI19MaW5lYXIyKTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLDAsMTgpIj4KICAgICAgICA8Y2xpcFBhdGggaWQ9Il9jbGlwMyI+CiAgICAgICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICAgICAgPGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwMykiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwtMCwxOCkiPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxjbGlwUGF0aCBpZD0iX2NsaXA0Ij4KICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ii8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgICAgICA8ZyBjbGlwLXBhdGg9InVybCgjX2NsaXA0KSI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLC0wLDE4KSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNfSW1hZ2U1IiB4PSIwIiB5PSIwIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4Ii8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJfY2xpcDYiPgogICAgICAgICAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgIDxnIGNsaXAtcGF0aD0idXJsKCNfY2xpcDYpIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsLTAsMTgpIj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iX0xpbmVhcjEiIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg2LjI3MDE5ZS0xNCwtMTAyNCwtMTAyNCwtNi4yNzAxOWUtMTQsMCwxOCkiPjxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDAsMTgyLDI1NSk7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOmJsYWNrO3N0b3Atb3BhY2l0eTowIi8+PC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9Il9MaW5lYXIyIiB4MT0iMCIgeTE9IjAiIHgyPSIxIiB5Mj0iMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMDIxOGUtMTUsLTE4LC0xOCwtMS4xMDIxOGUtMTUsMTgsMTgpIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYigwLDE4MiwyNTUpO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjpibGFjaztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGltYWdlIGlkPSJfSW1hZ2U1IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJJQUFBQVNDQVlBQUFCV3pvNVhBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQmUwbEVRVlE0alcyUjIyNGNNUXhER2NBbyt2OC8yU0lYZE9wTk5iSXVWaDlrZXp6SlBoaWlTT3JNQXZ2eTBBanlBSGVBSEdBSHlDUDE4dTQ3ZVl6ZTlBS2xhaDlCZ0F5WG5tVUxjQStRYmQ3cWp4OWdnVkxGUWRiVDlBQlpYNlZkWHpNLy9MVmZqbE11dy9xQWR2QUMzZmR2bVE1UVpVbUErZ1ZUWDZWZDh3Sjk3NWRLbkdYek1VZnBpVGYzdXpkQi93Z2tsaVZ4a0U1dFdSSkxiNGMvNlplamZvTE5NdFJaeXYyWk4zZFNCYXREVlFGWGxQcDRnTlZBb3FPa1F4dW8yY3Iybk5Wd2lnSnVnQ2xnaWxMclgxQ2Jod3BXdmUwa3NtVTUzUXh3SGM4QU01UjZIQnRBUUUzQVlqa25WREpyb2tDM1BIYlBPZlpTano4SjRMWU9XRFIzVlJBblBOeUE3dm1tZGs5UWQ1VGo0dzBzRzRqYjBPbXBUa0FmMHpiZDExN3FCSjBOeEx3MGl5RGNnZGlPcG80K0lCMElINkQzMXdTMEJqb1ozQ1QvMHBpSGNla0ppTmgwdmxMZmZnOUF3OGs4Z3RoZXYyczh6MHA5L1FVNlQ3Z2JFTWhnbGhIcDdjZDQzbm5CajU4ekhVZERiMk1URit6TC9oOXIveU91c0ZQS093QUFBQUJKUlU1RXJrSmdnZz09Ii8+CiAgICA8L2RlZnM+Cjwvc3ZnPgo=") no-repeat 100% 100%}.e-container .e-custom-palette{width:auto}.e-container .e-custom-palette .e-palette{padding:10px}.e-container .e-custom-palette.e-palette-group{height:341px;overflow-y:scroll}.e-container .e-palette{border-bottom:0;display:table;line-height:0;outline:none;-webkit-user-select:none;-ms-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 rgba(0,0,0,0);box-sizing:border-box;cursor:pointer;display:inline-block;height:27px;text-align:center;vertical-align:middle;width:27px}.e-container .e-palette .e-tile.e-selected{outline:#000 .5px solid;position:relative}.e-container .e-palette .e-tile:hover{box-shadow:2px 2px 7px 2px rgba(222,226,230,.3);position:relative}.e-container .e-palette .e-tile.e-nocolor-item{background:rgba(0,0,0,0) 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;-ms-touch-action:none;touch-action:none}.e-container .e-hsv-container .e-hsv-color{background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%),linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);height:232px}.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;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:8px}.e-container .e-slider-preview{display:inline-block;width:100%;padding:12px 8px 12px 9px}.e-container .e-slider-preview .e-colorpicker-slider{display:inline-block;width:82.34%}.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container{height:18px}.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider{height:18px;top:calc(50% - 9px)}.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider-track{height:8px;top:calc(50% - 4px);border-radius:4px}.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle{border-radius:6px;cursor:pointer;height:14px;top:calc(68% - 10px);width:14px}.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-handle-active{cursor:pointer}.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-large-thumb-size{transform:scale(1)}.e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider .e-slider-track{background:linear-gradient(to right, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%)}.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-slider-track{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");border:0;z-index:0}.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-opacity-empty-track{background-size:contain;border:0;height:8px;position:absolute;top:calc(50% - 4px);width:100%;z-index:1;border-radius:6px}.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:rgba(0,0,0,0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");background-size:10px;border:1px solid #dee2e6;cursor:pointer;display:inline-block;height:32px;margin-left:4.205%;position:relative;top:0;width:13.45%}.e-container .e-slider-preview .e-preview-container .e-preview{display:block;height:18px;position:absolute;width:100%}.e-container .e-slider-preview .e-preview-container .e-preview.e-current{border-bottom:1px solid #dee2e6;top:0}.e-container .e-slider-preview .e-preview-container .e-preview.e-previous{height:18px;top:18px}.e-container .e-selected-value{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:12px 8px 12px 9px;-webkit-user-select:none;-ms-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";margin-top:6px;padding:2px 3px;font-size:16px;line-height:16px}.e-container .e-input-container{display:inline-block;width:89.8%}.e-container .e-input-container .e-float-input{display:inline-block;margin-right:2.75%;vertical-align:baseline;margin-top:8px}.e-container .e-input-container .e-float-input:first-child{width:28%}.e-container .e-input-container .e-float-input:first-child input{height:30px}.e-container .e-input-container .e-float-input.e-numeric{height:30px;width:14%}.e-container .e-input-container .e-float-input.e-numeric input{height:30px}.e-container .e-input-container .e-float-input .e-float-text{text-align:center}.e-container .e-switch-ctrl-btn{display:inline-block;padding:8px;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:3.62%}.e-container .e-switch-ctrl-btn .e-mode-switch-btn{background-origin:border-box;background-position:center;background-size:cover;float:left;margin-top:0;overflow:hidden;white-space:nowrap}.e-container .e-switch-ctrl-btn .e-mode-switch-btn:focus{box-shadow:0 0 2px 3px rgba(0,0,0,.2)}.e-container .e-value-switch-btn,.e-container .e-mode-switch-btn{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);position:relative;width:10.09%;height:30px}.e-container.e-color-picker .e-value-switch-btn:focus,.e-container.e-color-picker .e-value-switch-btn:hover,.e-container.e-color-picker .e-value-switch-btn:active{border-color:rgba(0,0,0,0);box-shadow:none;outline:none}.e-container.e-color-picker .e-value-switch-btn:focus{outline:none}.e-container.e-color-palette .e-palette+.e-selected-value,.e-container.e-color-palette .e-palette-group+.e-selected-value{padding:16px 16px}.e-container.e-color-palette .e-palette+.e-switch-ctrl-btn,.e-container.e-color-palette .e-palette-group+.e-switch-ctrl-btn{padding:23px 8px 8px}.sf-colorpicker.e-container .e-input-container .e-float-input{float:left;margin-left:-1px}.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider{vertical-align:super}.e-hide-opacity .e-container .e-slider-preview .e-preview-container{top:0}.e-hide-opacity .e-container .e-float-input:first-child{width:36%}.e-hide-opacity .e-container .e-float-input.e-numeric{width:16.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:28%}.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(to bottom, rgba(0, 0, 0, 0) 0, #000 100%),linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%)}.e-rtl .e-container .e-slider-preview .e-hue-slider .e-slider-track{background:linear-gradient(to left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%)}.e-rtl .e-container .e-slider-preview .e-preview-container{margin-left:0;margin-right:4.205%}.e-rtl .e-container .e-selected-value .e-float-input{margin-left:2.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:3.62%}.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input{float:right;margin-right:-1px}.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child{margin-left:0}.e-bigger .e-container.e-color-picker{width:462px}.e-bigger .e-container .e-palette .e-tile{height:29px;width:29px}.e-bigger .e-container .e-hsv-container .e-hsv-color{height:301px}.e-bigger .e-container .e-custom-palette.e-palette-group{height:462px}.e-bigger .e-container .e-slider-preview{padding:16px 16px}.e-bigger .e-container .e-slider-preview .e-preview-container{margin-left:4.657%;vertical-align:super;width:12.405%;top:0}.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:21px}.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider-track{border-radius:6px}.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle{border-radius:10px;height:16px;top:calc(76% - 13px);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 12px 12px}.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:38px}.e-bigger .e-container .e-input-container .e-float-input.e-numeric{height:38px;width:12.34%}.e-bigger .e-container .e-input-container .e-float-input.e-numeric input{height:38px}.e-bigger .e-container .e-css.e-value-switch-btn,.e-bigger .e-container .e-mode-switch-btn{padding:2px 3px;width:9.306%;font-size:18px;line-height:18px}.e-bigger .e-container .e-mode-switch-btn{margin-top:0}.e-bigger .e-container.sf-colorpicker .e-input-container .e-float-input{margin-right:calc(3.425% - 2.68px)}.e-bigger .e-hide-opacity .e-container .e-slider-preview,.e-bigger.e-hide-opacity .e-container .e-slider-preview{padding:16px 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-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.68px)}.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-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-bigger .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(0.01);transition:transform .4s cubic-bezier(0.25, 0.8, 0.25, 1)}.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content{background:rgba(0,0,0,0) 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:hover{border-color:#fff}.e-container .e-palette .e-tile.e-selected{border-color:#fff}.e-container .e-handler.e-hide-handler,.e-container .e-handle.e-hide-handler{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);box-shadow:none}.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle),.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle){background-color:#fff;border-color:#fff}.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle),.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle){background-color:#fff;border-color:#fff}.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle.e-tab-handle,.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle.e-tab-handle{background-color:#fff;border-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.3)}.e-colorpicker-wrapper.e-disabled .e-value-switch-btn,.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn,.e-colorpicker-container.e-disabled .e-value-switch-btn,.e-colorpicker-container.e-disabled .e-mode-switch-btn{color:rgba(255,255,255,.65)}.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:focus,.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:focus,.e-colorpicker-container.e-disabled .e-value-switch-btn:focus,.e-colorpicker-container.e-disabled .e-mode-switch-btn:focus{background-color:rgba(0,0,0,0);color:rgba(255,255,255,.65);outline:none;outline-offset:unset}.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:active,.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:active,.e-colorpicker-container.e-disabled .e-value-switch-btn:active,.e-colorpicker-container.e-disabled .e-mode-switch-btn:active{background-color:rgba(0,0,0,0);color:rgba(255,255,255,.65)}.e-colorpicker-wrapper .e-btn.e-icon-btn,.e-colorpicker-container .e-btn.e-icon-btn{background-color:rgba(0,0,0,0);color:#6c757d}.e-colorpicker-wrapper .e-icon-btn:hover,.e-colorpicker-container .e-icon-btn:hover{background-color:#5c636a;color:#fff}.e-colorpicker-wrapper .e-icon-btn:focus,.e-colorpicker-container .e-icon-btn:focus{background-color:#5c636a;border-color:#6c757d;box-shadow:0 0 0 4px rgba(130,138,145,.5);color:#fff}.e-colorpicker-wrapper .e-icon-btn:active,.e-colorpicker-container .e-icon-btn:active{background-color:#565e64;box-shadow:0 0 0 4px rgba(130,138,145,.5);color:#fff}.e-colorpicker-wrapper .e-icon-btn:disabled,.e-colorpicker-wrapper .e-icon-btn.e-disabled,.e-colorpicker-container .e-icon-btn:disabled,.e-colorpicker-container .e-icon-btn.e-disabled{background-color:rgba(0,0,0,0);box-shadow:none;color:rgba(108,117,125,.65)}.e-popup.e-tooltip-wrap.e-color-picker-tooltip{background-color:#fff;border-color:#fff}/*! component's theme wise override definitions and variables */@keyframes hscroll-popup-shadow{0%{border-color:rgba(255,255,255,.5);box-shadow:0 0 0 0 rgba(255,255,255,.5)}100%{box-shadow:0 0 0 200px rgba(255,255,255,.12)}}/*! hscroll icons */.e-hscroll.e-rtl.e-scroll-device .e-nav-right-arrow::before{content:""}.e-hscroll.e-rtl.e-scroll-device .e-nav-left-arrow::before{content:""}.e-hscroll.e-rtl .e-nav-left-arrow::before{content:""}.e-hscroll.e-rtl .e-nav-right-arrow::before{content:""}.e-hscroll.e-scroll-device .e-nav-right-arrow::before{content:""}.e-hscroll.e-scroll-device .e-nav-left-arrow::before{content:""}.e-hscroll .e-nav-left-arrow::before{content:"";line-height:normal}.e-hscroll .e-nav-right-arrow::before{content:"";line-height:normal}/*! h-scroll layout */.e-bigger .e-hscroll,.e-hscroll.e-bigger{min-height:46px}.e-bigger .e-hscroll:not(.e-scroll-device),.e-hscroll.e-bigger:not(.e-scroll-device){padding:0 38px}.e-bigger .e-hscroll.e-scroll-device,.e-hscroll.e-bigger.e-scroll-device{padding-right:38px}.e-bigger .e-hscroll.e-rtl.e-scroll-device,.e-hscroll.e-bigger.e-rtl.e-scroll-device{padding-left:38px;padding-right:initial}.e-bigger .e-hscroll .e-nav-arrow.e-icons,.e-hscroll.e-bigger .e-nav-arrow.e-icons{font-size:22px}.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:38px}.e-bigger .e-hscroll .e-scroll-overlay.e-scroll-right-overlay,.e-hscroll.e-bigger .e-scroll-overlay.e-scroll-right-overlay{right:38px}.e-bigger .e-hscroll .e-scroll-nav,.e-hscroll.e-bigger .e-scroll-nav{min-height:46px;width:38px}.e-hscroll{display:block;position:relative;width:inherit}.e-hscroll.e-rtl.e-scroll-device{padding-left:40px;padding-right:initial}.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav{transform:skewX(-16deg) translateX(-6px)}.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay{left:48px;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 32px}.e-hscroll.e-scroll-device{padding-right:40px}.e-hscroll.e-scroll-device .e-scroll-nav{transform:skewX(-16deg) translateX(6px);width:48px}.e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow{font-size:18px;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:48px;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;-ms-touch-action:none;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{-ms-flex-align:center;align-items:center;bottom:0;cursor:pointer;display:-ms-flexbox;display:flex;min-height:38px;overflow:hidden;position:absolute;top:0;width:32px}.e-hscroll .e-scroll-nav.e-scroll-left-nav{left:0}.e-hscroll .e-scroll-nav.e-scroll-right-nav{right:0}.e-hscroll .e-scroll-nav.e-ie-align{display:table}.e-hscroll .e-nav-arrow{position:relative}.e-hscroll .e-nav-arrow.e-icons{display:table-cell;text-align:center;vertical-align:middle;width:100%;font-size:18px}.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay{pointer-events:none}/*! h-scroll theme */.e-hscroll .e-scroll-nav .e-icons{color:#6c757d}.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav{border-color:#dee2e6;box-shadow:0 .8px 16px rgba(0,0,0,.15)}.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav{background-color:#e9ecef;border-color:#dee2e6;border-width:1px;box-shadow:0 .8px 16px rgba(0,0,0,.15)}.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow{color:#6c757d}.e-hscroll .e-scroll-overlay{background-color:rgba(0,0,0,0);background-repeat:repeat-x}.e-hscroll .e-scroll-overlay.e-scroll-left-overlay{background-image:linear-gradient(-270deg, #e9ecef 0%, rgba(233, 236, 239, 0) 100%)}.e-hscroll .e-scroll-overlay.e-scroll-right-overlay{background-image:linear-gradient(-270deg, rgba(233, 236, 239, 0) 0%, #e9ecef 100%)}.e-hscroll.e-rtl .e-scroll-nav{background:#e9ecef}.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav{border-left:1px solid #dee2e6;border-right:0}.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav{border-left:0;border-right:1px solid #dee2e6}.e-hscroll.e-rtl .e-scroll-nav:hover{background:#dee2e6;border:0;color:#6c757d}.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover{background:#dee2e6;border:0;color:#6c757d}.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus{background:#dee2e6;border:0;color:#6c757d}.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active{background:#e9ecef;border:0;box-shadow:none;color:#495057}.e-hscroll .e-scroll-nav{background:#e9ecef}.e-hscroll .e-scroll-nav.e-scroll-left-nav{border-right:1px solid #dee2e6}.e-hscroll .e-scroll-nav.e-scroll-right-nav{border-left:1px solid #dee2e6}.e-hscroll .e-scroll-nav::after{background-color:rgba(0,0,0,0);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 *//*! vscroll icons */.e-vscroll.e-scroll-device .e-nav-up-arrow::before{content:""}.e-vscroll.e-scroll-device .e-nav-down-arrow::before{content:""}.e-vscroll .e-nav-up-arrow::before{content:"";line-height:normal}.e-vscroll .e-nav-down-arrow::before{content:"";line-height:normal}/*! v-scroll layout */.e-bigger .e-vscroll:not(.e-scroll-device),.e-vscroll.e-bigger:not(.e-scroll-device){padding:48px 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:48px}.e-bigger .e-vscroll .e-scroll-overlay.e-scroll-down-overlay,.e-vscroll.e-bigger .e-scroll-overlay.e-scroll-down-overlay{right:48px}.e-bigger .e-vscroll .e-scroll-nav,.e-vscroll.e-bigger .e-scroll-nav{height:48px}.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:48px;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 28px}.e-vscroll.e-scroll-device .e-scroll-nav{transform:skewX(-16deg) translateX(6px);width:48px;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:48px;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;-ms-touch-action:none;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{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;height:38px;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:#6c757d}.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav{border-color:#6c757d;box-shadow:0 .8px 16px rgba(0,0,0,.15)}.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav{background-color:#e9ecef;border-color:#6c757d;border-width:1px;box-shadow:0 .8px 16px rgba(0,0,0,.15)}.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow{color:#6c757d}.e-vscroll .e-scroll-overlay{background-color:rgba(0,0,0,0);background-repeat:repeat-x}.e-vscroll .e-scroll-overlay.e-scroll-up-overlay{background-image:linear-gradient(-270deg, #e9ecef 0%, rgba(233, 236, 239, 0) 100%)}.e-vscroll .e-scroll-overlay.e-scroll-down-overlay{background-image:linear-gradient(-270deg, rgba(233, 236, 239, 0) 0%, #e9ecef 100%)}.e-vscroll.e-rtl .e-scroll-nav{background:#e9ecef}.e-vscroll.e-rtl .e-scroll-nav:hover{background:#dee2e6;border:0;border-color:rgba(0,0,0,0);color:#495057}.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover{background:#dee2e6;border:0;color:#495057}.e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus{background:#dee2e6;border:0;border-color:rgba(0,0,0,0);color:#495057}.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active{background:#dee2e6;border:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125);color:#495057}.e-vscroll .e-scroll-nav{background:#e9ecef}.e-vscroll .e-scroll-nav.e-scroll-up-nav{border-bottom:1px solid #6c757d}.e-vscroll .e-scroll-nav.e-scroll-down-nav{border-top:1px solid #6c757d}.e-vscroll .e-scroll-nav::after{content:""}.e-vscroll .e-scroll-nav:active::after{content:""}/*! component's theme wise override definitions and variables */@keyframes hscroll-popup-shadow{0%{border-color:rgba(255,255,255,.5);box-shadow:0 0 0 0 rgba(255,255,255,.5)}100%{box-shadow:0 0 0 200px rgba(255,255,255,.12)}}/*! component's theme wise override definitions and variables *//*! contextmenu layout */.e-contextmenu-wrapper ul .e-menu-item .e-previous::before,.e-contextmenu-container ul .e-menu-item .e-previous::before{content:""}.e-contextmenu-wrapper ul .e-menu-item .e-caret::before,.e-contextmenu-container ul .e-menu-item .e-caret::before{content:""}.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret::before,.e-rtl.e-contextmenu-container .e-menu-item .e-caret::before{content:""}/*! contextmenu layout */.e-contextmenu-wrapper ul,.e-contextmenu-container ul{font-weight:400;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;overflow:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none;font-size:14px;padding:0;border:1px solid #dee2e6;border-radius:4px;box-shadow:0 16px 48px rgba(0,0,0,.175);display:none;min-width:120px;position:absolute}.e-contextmenu-wrapper ul.e-ul,.e-contextmenu-wrapper ul.e-ul *,.e-contextmenu-container ul.e-ul,.e-contextmenu-container ul.e-ul *{box-sizing:border-box}.e-contextmenu-wrapper ul.e-ul:focus,.e-contextmenu-wrapper ul.e-ul *:focus,.e-contextmenu-container ul.e-ul:focus,.e-contextmenu-container ul.e-ul *:focus{outline:none}.e-contextmenu-wrapper ul.e-contextmenu,.e-contextmenu-container ul.e-contextmenu{box-shadow:0 16px 48px rgba(0,0,0,.175);padding:4px 0}.e-contextmenu-wrapper ul.e-ul,.e-contextmenu-container ul.e-ul{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.e-contextmenu-wrapper ul .e-menu-item,.e-contextmenu-container ul .e-menu-item{cursor:pointer;position:relative;height:30px;line-height:30px;padding:0 12px}.e-contextmenu-wrapper ul .e-menu-item.e-menu-hide,.e-contextmenu-container ul .e-menu-item.e-menu-hide{display:none}.e-contextmenu-wrapper ul .e-menu-item.e-menu-header,.e-contextmenu-container ul .e-menu-item.e-menu-header{border-bottom-style:solid;border-bottom-width:1px}.e-contextmenu-wrapper ul .e-menu-item .e-menu-url,.e-contextmenu-container ul .e-menu-item .e-menu-url{text-decoration:none}.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,.e-contextmenu-container ul .e-menu-item .e-menu-icon{display:inline-block;vertical-align:middle}.e-contextmenu-wrapper ul .e-menu-item.e-separator,.e-contextmenu-container ul .e-menu-item.e-separator{cursor:auto;line-height:normal;pointer-events:none}.e-contextmenu-wrapper ul .e-menu-item .e-menu-url,.e-contextmenu-container ul .e-menu-item .e-menu-url{display:inline-block;min-width:120px}.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,.e-contextmenu-container ul .e-menu-item .e-menu-icon{font-size:18px;line-height:30px;margin-right:8px;width:1em}.e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-contextmenu-container ul .e-menu-item .e-caret{line-height:30px;margin-left:16px;margin-right:0;position:absolute;right:7px}.e-contextmenu-wrapper ul .e-menu-item.e-menu-caret-icon,.e-contextmenu-container ul .e-menu-item.e-menu-caret-icon{padding-right:36px}.e-contextmenu-wrapper ul .e-menu-item.e-separator,.e-contextmenu-container ul .e-menu-item.e-separator{border-bottom-style:solid;border-bottom-width:1px;height:auto;margin:4px 0}.e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-contextmenu-container ul .e-menu-item .e-caret{font-size:16px}.e-contextmenu-wrapper ul .e-menu-item .e-previous,.e-contextmenu-container ul .e-menu-item .e-previous{margin-right:8px}.e-contextmenu-wrapper ul .e-menu-item.e-disabled,.e-contextmenu-container ul .e-menu-item.e-disabled{cursor:auto;pointer-events:none}.e-contextmenu-wrapper ul .e-menu-item .e-checkbox-wrapper,.e-contextmenu-container ul .e-menu-item .e-checkbox-wrapper{width:max-content}.e-contextmenu-wrapper.e-sfcontextmenu,.e-contextmenu-container.e-sfcontextmenu{position:absolute}.e-contextmenu-wrapper.e-sfcontextmenu .e-menu-vscroll,.e-contextmenu-container.e-sfcontextmenu .e-menu-vscroll{position:absolute}.e-contextmenu-wrapper.e-sfcontextmenu ul,.e-contextmenu-container.e-sfcontextmenu ul{white-space:nowrap}.e-contextmenu-wrapper.e-sfcontextmenu ul.e-transparent,.e-contextmenu-container.e-sfcontextmenu ul.e-transparent{background:rgba(0,0,0,0);border:0;box-shadow:none;height:1px;left:0;min-width:0;padding:0;top:0;width:0}.e-contextmenu-wrapper.e-sfcontextmenu ul.e-transparent .e-menu-item,.e-contextmenu-container.e-sfcontextmenu ul.e-transparent .e-menu-item{height:0;padding:0}.e-contextmenu-wrapper.e-sfcontextmenu ul.e-transparent .e-menu-item.e-separator,.e-contextmenu-container.e-sfcontextmenu ul.e-transparent .e-menu-item.e-separator{border:0;margin:0}.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll{box-shadow:0 16px 48px rgba(0,0,0,.175)}.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar,.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar{height:100%;width:inherit}.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav{height:16px}.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device),.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device){padding:16px 0}.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul,.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul{box-shadow:none;margin-top:-12px;width:inherit}.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon,.e-rtl.e-contextmenu-container .e-menu-item .e-menu-icon{margin-right:0}.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret,.e-rtl.e-contextmenu-container .e-menu-item .e-caret{margin-left:0;margin-right:16px;right:auto}.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon,.e-rtl.e-contextmenu-container .e-menu-item .e-menu-icon{margin-left:8px}.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret,.e-rtl.e-contextmenu-container .e-menu-item .e-caret{left:7px}.e-rtl.e-contextmenu-wrapper .e-menu-item.e-menu-caret-icon,.e-rtl.e-contextmenu-container .e-menu-item.e-menu-caret-icon{padding-left:36px;padding-right:12px}.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon,.e-rtl.e-contextmenu-container .e-menu-item.e-blankicon{padding-left:14px}.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon.e-menu-caret-icon,.e-rtl.e-contextmenu-container .e-menu-item.e-blankicon.e-menu-caret-icon{padding-left:36px}.e-bigger .e-contextmenu-wrapper ul,.e-bigger.e-contextmenu-wrapper ul,.e-bigger .e-contextmenu-container ul,.e-bigger.e-contextmenu-container ul{font-size:16px;padding:4px 0;white-space:nowrap;box-shadow:0 16px 48px rgba(0,0,0,.175);max-width:280px;min-width:112px;padding:8px 0}.e-bigger .e-contextmenu-wrapper ul .e-menu-item,.e-bigger.e-contextmenu-wrapper ul .e-menu-item,.e-bigger .e-contextmenu-container ul .e-menu-item,.e-bigger.e-contextmenu-container ul .e-menu-item{height:32px;line-height:32px;padding:0 16px}.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,.e-bigger .e-contextmenu-container ul .e-menu-item .e-menu-icon,.e-bigger.e-contextmenu-container ul .e-menu-item .e-menu-icon{font-size:22px;line-height:32px}.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-bigger .e-contextmenu-container ul .e-menu-item .e-caret,.e-bigger.e-contextmenu-container ul .e-menu-item .e-caret{line-height:32px}.e-bigger .e-contextmenu-wrapper ul .e-menu-item.e-separator,.e-bigger.e-contextmenu-wrapper ul .e-menu-item.e-separator,.e-bigger .e-contextmenu-container ul .e-menu-item.e-separator,.e-bigger.e-contextmenu-container ul .e-menu-item.e-separator{height:auto;line-height:normal}.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-bigger .e-contextmenu-container ul .e-menu-item .e-caret,.e-bigger.e-contextmenu-container ul .e-menu-item .e-caret{font-size:16px}.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon,.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon,.e-bigger .e-contextmenu-container.e-rtl ul .e-blankicon,.e-bigger.e-contextmenu-container.e-rtl ul .e-blankicon{padding-left:14px}.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,.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{padding-left:36px}/*! contextmenu theme */.e-contextmenu-wrapper ul,.e-contextmenu-container ul{background-color:#fff;color:#212529}.e-contextmenu-wrapper ul .e-menu-item.e-menu-header,.e-contextmenu-container ul .e-menu-item.e-menu-header{border-bottom-color:#dee2e6}.e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-contextmenu-container ul .e-menu-item .e-caret{color:#6c757d}.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,.e-contextmenu-container ul .e-menu-item .e-menu-icon{color:#6c757d}.e-contextmenu-wrapper ul .e-menu-item .e-menu-url,.e-contextmenu-container ul .e-menu-item .e-menu-url{color:#212529}.e-contextmenu-wrapper ul .e-menu-item.e-focused,.e-contextmenu-container ul .e-menu-item.e-focused{background-color:#e9ecef;color:#212529;outline:0 solid #dee2e6;outline-offset:0}.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-caret,.e-contextmenu-container ul .e-menu-item.e-focused .e-caret{color:#6c757d}.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-menu-icon,.e-contextmenu-container ul .e-menu-item.e-focused .e-menu-icon{color:#6c757d}.e-contextmenu-wrapper ul .e-menu-item.e-selected,.e-contextmenu-container ul .e-menu-item.e-selected{background-color:#0d6efd;color:#fff;outline:0 solid #0d6efd;outline-offset:0}.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-caret,.e-contextmenu-container ul .e-menu-item.e-selected .e-caret{color:#fff}.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-menu-icon,.e-contextmenu-container ul .e-menu-item.e-selected .e-menu-icon{color:#fff}.e-contextmenu-wrapper ul .e-disabled,.e-contextmenu-container ul .e-disabled{color:rgba(33,37,41,.65);opacity:1}.e-contextmenu-wrapper ul .e-disabled .e-menu-icon,.e-contextmenu-container ul .e-disabled .e-menu-icon{color:rgba(108,117,125,.65)}.e-contextmenu-wrapper ul .e-disabled .e-caret,.e-contextmenu-container ul .e-disabled .e-caret{color:rgba(108,117,125,.65)}.e-contextmenu-wrapper ul .e-disabled .e-menu-url,.e-contextmenu-container ul .e-disabled .e-menu-url{color:rgba(33,37,41,.65)}.e-contextmenu-wrapper ul .e-separator,.e-contextmenu-container ul .e-separator{border-bottom-color:#dee2e6}.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll{background-color:inherit;border:1px solid #dee2e6}.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav{border-color:#dee2e6}/*! component's theme wise override tailwind-definitions and variables */.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east{height:100%;padding:20px 0;right:1px;top:0;width:12px}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west{height:100%;left:0;padding:20px 0;top:0;width:12px}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north{height:12px;padding:0 20px;top:1px;width:100%}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south{bottom:1px;height:12px;padding:0 20px;width:100%}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east{bottom:0;right:1px;z-index:10}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west{left:2px;top:2px;z-index:10}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east{right:2px;top:2px;z-index:10}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west{bottom:1px;left:1px;z-index:10}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before{bottom:4px;content:"";font-size:12px;position:absolute;right:4px}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before{bottom:4px;content:"";font-size:12px;left:4px;position:absolute;transform:rotateY(180deg)}.e-dashboardlayout.e-control .e-dashboard-gridline-table{background:#f8f9fa;border-collapse:collapse;height:100%;width:100%}.e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline{border:1px dashed #adb5bd;border-radius:6px;position:absolute}.e-dashboardlayout.e-control.e-responsive{width:100% !important}.e-dashboardlayout.e-control.e-prevent{-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-dashboardlayout.e-control .e-panel{border-radius:4px}.e-dashboardlayout.e-control .e-panel:hover{border:1px solid #adb5bd;box-shadow:0 .8px 16px rgba(0,0,0,.15)}.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 #0d6efd}.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:1px solid #dee2e6;color:#212529;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;font-weight:500;height:38px;padding:8px 18px;border-top-left-radius:4px;border-top-right-radius:4px}.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 #dee2e6;height:100%;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.e-dashboardlayout.e-control .e-panel .e-resize.e-single,.e-dashboardlayout.e-control .e-panel .e-resize.e-double{position:absolute;-ms-touch-action:none;touch-action:none}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north,.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south{border:none}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover{cursor:e-resize}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover{cursor:w-resize}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover{cursor:n-resize}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover{cursor:s-resize}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover{cursor:nw-resize}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover{cursor:ne-resize}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover{cursor:sw-resize}.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover,.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover{cursor:se-resize}.e-dashboardlayout.e-control .e-panel .e-resize.e-single::before,.e-dashboardlayout.e-control .e-panel .e-resize.e-double::before{font-family:"e-icons";position:absolute}.e-dashboardlayout.e-control .e-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:#e7f1ff;border:1px #0d6efd dashed;border-radius:4px;position:absolute;border-radius:4px}.e-dashboardlayout.e-control .e-holder.e-holder-transition{transition:top .3s,left .3s}.e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header{font-size:16px;font-weight:500;height:40px;padding:8px 18px}.e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header{font-size:16px;font-weight:500;height:40px;padding:8px 18px}.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 4px rgba(0,0,0,.075);box-sizing:border-box;position:absolute}.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header{color:#212529;background:#f8f9fa;box-sizing:border-box}.e-dashboardlayout.e-control .e-panel{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.075);box-sizing:border-box;position:absolute}.e-dashboardlayout.e-control .e-panel:active{background:#fff}.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header{color:#212529}.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:#adb5bd;font-size:8px;height:8px;width:8px}.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double{bottom:2px;right:2px}.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double{bottom:2px;left:2px}.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double{left:2px;top:2px}.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double{right:2px;top:2px}.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink{right:2px;top:2px}.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink{left:2px;top:2px}.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink{bottom:2px;left:2px}.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink{bottom:2px;right:2px}.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand{right:2px;top:2px}.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand{left:2px;top:2px}.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand{bottom:2px;left:2px}.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand{bottom:2px;right:2px}.e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header{color:#212529}/*! calendar bootstrap5 theme variables *//*! component icons */.e-input-group-icon.e-date-icon,*.e-control-wrapper .e-input-group-icon.e-date-icon{font-size:18px;margin:0;min-height:18px;min-width:30px;outline:none}.e-input-group-icon.e-date-icon::before,*.e-control-wrapper .e-input-group-icon.e-date-icon::before{content:"";font-family:"e-icons"}.e-input-group-icon.e-date-icon:focus,*.e-control-wrapper .e-input-group-icon.e-date-icon:focus{background:#fff;border-radius:50%}.e-bigger .e-input-group-icon.e-date-icon,*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon{font-size:22px;margin:0;min-height:18px;min-width:36px}.e-bigger .e-input-group-icon.e-date-icon::before,*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before,*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before{content:"";font-family:"e-icons"}.e-bigger .e-input-group-icon.e-date-icon:focus,*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus,*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus{background:#fff;border-radius:50%}.e-small .e-input-group-icon.e-date-icon,*.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,*.e-small .e-control-wrapper .e-input-group-icon.e-date-icon{font-size:16px}.e-small.e-bigger .e-input-group-icon.e-date-icon,*.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{font-size:20px}.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus~.e-clear-icon,.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus~.e-clear-icon{display:-ms-flexbox;display:flex}.e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child{display:none}.e-datepicker.e-popup-wrapper{border-radius:6px;overflow-y:hidden;pointer-events:auto}.e-datepicker.e-date-modal{background-color:rgba(0,0,0,.5);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:#6c757d;color:#e9ecef;cursor:default;display:block;padding:10px 10px 10px 15px}.e-datepicker .e-model-header .e-model-year{font-size:14px;font-weight:500;line-height:32px;margin:0}.e-datepicker .e-model-month,.e-datepicker .e-model-day{font-size:20px;font-weight:500;line-height:32px;margin:0}.e-date-overflow{overflow:hidden !important}.e-datepick-mob-popup-wrap{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;-ms-flex-pack:center;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-height: 360px){.e-datepicker .e-calendar.e-device .e-month table tbody{display:inline-block;height:130px;overflow:auto}}.e-datepicker.e-popup-wrapper,.e-bigger.e-small .e-datepicker.e-popup-wrapper,.e-bigger .e-datepicker.e-popup-wrapper,.e-small .e-datepicker.e-popup-wrapper,.e-bigger.e-small.e-datepicker.e-popup-wrapper,.e-bigger.e-datepicker.e-popup-wrapper,.e-small.e-datepicker.e-popup-wrapper{border:1px solid #dee2e6;box-shadow:0 16px 48px rgba(0,0,0,.175)}.e-datepicker .e-calendar,.e-bigger.e-small .e-datepicker .e-calendar,.e-bigger .e-datepicker .e-calendar,.e-small .e-datepicker .e-calendar,.e-bigger.e-small.e-datepicker .e-calendar,.e-bigger.e-datepicker .e-calendar,.e-small.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{background:#565e64;border-color:#ced4da;color:#fff}/*! radiobutton layout */.e-radio-wrapper{display:inline-block;line-height:1;position:relative}.e-radio{-webkit-appearance:none;height:1px;opacity:0;position:absolute;width:1px}.e-radio:not(:checked):not(:disabled):hover+label.e-rtl::after,.e-radio:not(:checked):not(:disabled):hover+label.e-right::after{left:auto}.e-radio+label{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;display:inline-block;margin:0;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.e-radio+label .e-label{display:inline-block;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;font-weight:normal;line-height:1;padding-left:22px;vertical-align:text-top;white-space:normal}.e-radio+label::before{border:1px solid;border-radius:50%;box-sizing:border-box;content:"";height:14px;left:0;position:absolute;left:0;width:14px}.e-radio+label:focus::before{box-shadow:0 0 0 4px rgba(13,110,253,.25)}.e-radio+label::after{border:1px solid;border-radius:50%;box-sizing:border-box;content:"";height:6px;left:4px;position:absolute;top:4px;transform:scale(0);width:6px}.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:22px}.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:4px}.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:22px;padding-right:0}.e-radio+label.e-right.e-rtl::before{left:0;right:auto}.e-radio+label.e-right.e-rtl::after{left:4px;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:1;padding-left:22px}.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:22px}.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:22px;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:none}.e-small .e-radio+label .e-label,.e-radio+label.e-small .e-label{line-height:1;padding-left:22px}.e-small .e-radio+label::before,.e-radio+label.e-small::before{height:14px;width:14px}.e-small .e-radio+label::after,.e-radio+label.e-small::after{height:6px;left:4px;top:4px;width:6px}.e-small .e-radio+label .e-ripple-container,.e-radio+label.e-small .e-ripple-container{left:-10px;top:-10px}.e-small .e-radio+label.e-right .e-label,.e-small .e-radio+label.e-rtl .e-label,.e-radio+label.e-small.e-right .e-label,.e-radio+label.e-small.e-rtl .e-label{padding-left:0;padding-right:22px}.e-small .e-radio+label.e-right::after,.e-small .e-radio+label.e-rtl::after,.e-radio+label.e-small.e-right::after,.e-radio+label.e-small.e-rtl::after{left:auto;right:4px}.e-small .e-radio+label.e-right .e-ripple-container,.e-small .e-radio+label.e-rtl .e-ripple-container,.e-radio+label.e-small.e-right .e-ripple-container,.e-radio+label.e-small.e-rtl .e-ripple-container{left:auto;right:-10px}.e-small .e-radio+label.e-right.e-rtl .e-label,.e-radio+label.e-small.e-right.e-rtl .e-label{padding-left:22px;padding-right:0}.e-small .e-radio+label.e-right.e-rtl::after,.e-radio+label.e-small.e-right.e-rtl::after{left:4px;right:auto}.e-small .e-radio+label.e-right.e-rtl .e-ripple-container,.e-radio+label.e-small.e-right.e-rtl .e-ripple-container{left:-10px;right:auto}.e-bigger.e-small .e-radio+label .e-label,.e-radio+label.e-bigger.e-small .e-label{line-height:1;padding-left:28px}.e-bigger.e-small .e-radio+label::before,.e-radio+label.e-bigger.e-small::before{height:16px;width:16px}.e-bigger.e-small .e-radio+label::after,.e-radio+label.e-bigger.e-small::after{height:8px;left:4px;top:4px;width:8px}.e-bigger.e-small .e-radio+label .e-ripple-container,.e-radio+label.e-bigger.e-small .e-ripple-container{height:36px;left:-11px;top:-11px;width:36px}.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:28px}.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:4px}.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:28px;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:4px;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:not(:checked):hover+label.e-rtl::after,.e-bigger .e-radio:not(:checked):hover+label.e-right::after{left:auto}.e-bigger .e-radio+label .e-label,.e-radio+label.e-bigger .e-label{font-size:16px;line-height:1;padding-left:28px}.e-bigger .e-radio+label::before,.e-radio+label.e-bigger::before{height:16px;width:16px}.e-bigger .e-radio+label::after,.e-radio+label.e-bigger::after{height:8px;left:4px;top:4px;width:8px}.e-bigger .e-radio+label .e-ripple-container,.e-radio+label.e-bigger .e-ripple-container{height:48px;left:-11px;top:-11px;width:48px}.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:28px}.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:4px}.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:-11px}.e-bigger .e-radio+label.e-right.e-rtl .e-label,.e-radio+label.e-bigger.e-right.e-rtl .e-label{padding-left:28px;padding-right:0}.e-bigger .e-radio+label.e-right.e-rtl::after,.e-radio+label.e-bigger.e-right.e-rtl::after{left:4px;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:1;padding-left:28px}.e-bigger .e-radio+label.e-small::before,.e-radio+label.e-bigger.e-small::before{height:16px;width:16px}.e-bigger .e-radio+label.e-small::after,.e-radio+label.e-bigger.e-small::after{height:8px;left:4px;top:4px;width:8px}.e-bigger .e-radio+label.e-small .e-ripple-container,.e-radio+label.e-bigger.e-small .e-ripple-container{height:36px;left:-11px;top:-11px;width:36px}.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:28px}.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:4px}.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:28px;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:4px;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:#ced4da}.e-radio+label.e-focus .e-ripple-container{background-color:#000}.e-radio+label .e-label{color:#212529}.e-radio+label .e-ripple-element{background-color:rgba(0,0,0,0)}.e-radio+label:active .e-ripple-element{background-color:rgba(0,0,0,0)}.e-radio:focus+label::before{border-color:#0d6efd;box-shadow:0 0 0 4px rgba(13,110,253,.25)}.e-radio:focus+label::before{border-color:#ced4da;box-shadow:0 0 0 4px rgba(13,110,253,.25)}.e-radio:hover+label::before{border-color:#ced4da}.e-radio:checked+label::before{background-color:#0d6efd;border-color:#0d6efd}.e-radio:checked+label::after{background-color:#fff;color:#fff}.e-radio:checked+label:active .e-ripple-element{background-color:rgba(0,0,0,0)}.e-radio:checked+.e-focus .e-ripple-container{background-color:rgba(0,0,0,0)}.e-radio:checked+.e-focus::before{outline:#fff 0 solid;outline-offset:0}.e-radio:checked:focus+label::before{border-color:#0d6efd}.e-radio:checked:focus+label::after{background-color:#fff}.e-radio:checked+label:hover::before{border-color:#0d6efd}.e-radio:checked+label:hover::after{background-color:#fff}.e-radio:disabled+label{cursor:default;pointer-events:none}.e-radio:disabled+label::before{border-color:#dee2e6;cursor:default}.e-radio:disabled+label .e-ripple-container{background-color:rgba(0,0,0,0)}.e-radio:disabled+label .e-ripple-container::after{background-color:rgba(0,0,0,0);cursor:default}.e-radio:disabled+label .e-label{color:#adb5bd}.e-radio:disabled:checked+label::before{background-color:#86b7fe;border-color:rgba(0,0,0,0)}.e-radio:disabled:checked+label::after{background-color:#fff;border-color:#fff;cursor:default}.e-radio:disabled:checked+label .e-ripple-container{background-color:rgba(0,0,0,0)}.e-radio:disabled:checked+label .e-ripple-container::after{background-color:rgba(0,0,0,0)}/*! switch layout */.e-switch-wrapper,.e-css.e-switch-wrapper{cursor:pointer;display:inline-block;height:20px;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:50px}.e-switch-wrapper .e-switch,.e-css.e-switch-wrapper .e-switch{-moz-appearance:none;height:1px;opacity:0;position:absolute;width:1px}.e-switch-wrapper .e-switch-inner,.e-css.e-switch-wrapper .e-switch-inner{-ms-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;border:1px solid #ced4da;border-radius:20px;box-sizing:border-box;height:100%;left:0;overflow:hidden;position:absolute;top:0;transition:all .2s ease-in-out;width:100%}.e-switch-wrapper .e-switch-on,.e-switch-wrapper .e-switch-off,.e-css.e-switch-wrapper .e-switch-on,.e-css.e-switch-wrapper .e-switch-off{-ms-transition:all .2s ease-in-out .1s;-webkit-transition:all .2s ease-in-out .1s;-ms-flex-align:center;align-items:center;border-radius:inherit;display:-ms-flexbox;display:flex;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:12px;height:100%;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;transition:all .2s ease-in-out .1s;width:100%}.e-switch-wrapper .e-switch-on,.e-css.e-switch-wrapper .e-switch-on{left:-100%;text-indent:-16px}.e-switch-wrapper .e-switch-off,.e-css.e-switch-wrapper .e-switch-off{left:0;opacity:1;text-indent:18px}.e-switch-wrapper .e-switch-handle,.e-css.e-switch-wrapper .e-switch-handle{-ms-transition:all .2s linear;-webkit-transition:all .2s linear;border-radius:50%;bottom:2px;height:16px;left:2px;margin:auto 0;position:absolute;top:2px;transition:all .2s linear;width:16px}.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on,.e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on{left:0;opacity:1}.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off,.e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off{left:100%}.e-switch-wrapper .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper .e-switch-handle.e-switch-active{left:100%;margin-left:-18px}.e-switch-wrapper.e-switch-disabled,.e-css.e-switch-wrapper.e-switch-disabled{cursor:default}.e-switch-wrapper .e-ripple-container,.e-css.e-switch-wrapper .e-ripple-container{border-radius:50%;bottom:-9px;height:52px;left:-17px;pointer-events:none;position:absolute;top:-17px;width:52px;z-index:1}.e-switch-wrapper.e-rtl .e-switch-handle,.e-css.e-switch-wrapper.e-rtl .e-switch-handle{left:100%;margin-left:-18px}.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on{left:0}.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off{left:-100%}.e-switch-wrapper.e-rtl .e-switch-on,.e-css.e-switch-wrapper.e-rtl .e-switch-on{left:100%}.e-switch-wrapper.e-rtl .e-switch-off,.e-css.e-switch-wrapper.e-rtl .e-switch-off{left:0}.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active{border-radius:50%;height:16px;left:2px;margin:auto 0;position:absolute;top:2px;transition:all .2s linear;width:16px}.e-switch-wrapper.e-small,.e-css.e-switch-wrapper.e-small{height:18px;width:42px}.e-switch-wrapper.e-small .e-switch-handle,.e-css.e-switch-wrapper.e-small .e-switch-handle{height:14px;width:14px}.e-switch-wrapper.e-small .e-ripple-container,.e-css.e-switch-wrapper.e-small .e-ripple-container{border-radius:50%;height:36px;left:-10px;pointer-events:none;position:absolute;top:-10px;width:42px;z-index:1}.e-switch-wrapper.e-small .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active{left:100%;margin-left:-16px}.e-switch-wrapper.e-small .e-switch-on,.e-switch-wrapper.e-small .e-switch-off,.e-css.e-switch-wrapper.e-small .e-switch-on,.e-css.e-switch-wrapper.e-small .e-switch-off{font-size:10px}.e-switch-wrapper.e-small .e-switch-on,.e-css.e-switch-wrapper.e-small .e-switch-on{text-indent:-11px}.e-switch-wrapper.e-small .e-switch-off,.e-css.e-switch-wrapper.e-small .e-switch-off{text-indent:14px}.e-switch-wrapper.e-small.e-rtl .e-switch-handle,.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle{left:100%;margin-left:-16px}.e-switch-wrapper.e-small.e-rtl .e-switch-handle,.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle{height:14px;width:14px}.e-switch-wrapper.e-small.e-rtl .e-switch-on,.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on{left:100%;opacity:1}.e-switch-wrapper.e-small.e-rtl .e-switch-off,.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off{left:0}.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on{left:0}.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off,.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off{left:-100%}.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active{left:18px}*.e-small .e-switch-wrapper,*.e-small.e-switch-wrapper,*.e-small .e-css.e-switch-wrapper,*.e-small.e-css.e-switch-wrapper{height:18px;width:42px}*.e-small .e-switch-wrapper .e-switch-handle,*.e-small.e-switch-wrapper .e-switch-handle,*.e-small .e-css.e-switch-wrapper .e-switch-handle,*.e-small.e-css.e-switch-wrapper .e-switch-handle{height:14px;width:14px}*.e-small .e-switch-wrapper .e-ripple-container,*.e-small.e-switch-wrapper .e-ripple-container,*.e-small .e-css.e-switch-wrapper .e-ripple-container,*.e-small.e-css.e-switch-wrapper .e-ripple-container{border-radius:50%;height:36px;left:-10px;pointer-events:none;position:absolute;top:-10px;width:42px;z-index:1}*.e-small .e-switch-wrapper .e-switch-handle.e-switch-active,*.e-small.e-switch-wrapper .e-switch-handle.e-switch-active,*.e-small .e-css.e-switch-wrapper .e-switch-handle.e-switch-active,*.e-small.e-css.e-switch-wrapper .e-switch-handle.e-switch-active{left:100%;margin-left:-16px}*.e-small .e-switch-wrapper .e-switch-on,*.e-small .e-switch-wrapper .e-switch-off,*.e-small.e-switch-wrapper .e-switch-on,*.e-small.e-switch-wrapper .e-switch-off,*.e-small .e-css.e-switch-wrapper .e-switch-on,*.e-small .e-css.e-switch-wrapper .e-switch-off,*.e-small.e-css.e-switch-wrapper .e-switch-on,*.e-small.e-css.e-switch-wrapper .e-switch-off{font-size:10px}*.e-small .e-switch-wrapper .e-switch-on,*.e-small.e-switch-wrapper .e-switch-on,*.e-small .e-css.e-switch-wrapper .e-switch-on,*.e-small.e-css.e-switch-wrapper .e-switch-on{text-indent:-11px}*.e-small .e-switch-wrapper .e-switch-off,*.e-small.e-switch-wrapper .e-switch-off,*.e-small .e-css.e-switch-wrapper .e-switch-off,*.e-small.e-css.e-switch-wrapper .e-switch-off{text-indent:14px}*.e-small .e-switch-wrapper.e-rtl .e-switch-handle,*.e-small.e-switch-wrapper.e-rtl .e-switch-handle,*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle,*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle{left:100%;margin-left:-16px}*.e-small .e-switch-wrapper.e-rtl .e-switch-handle,*.e-small.e-switch-wrapper.e-rtl .e-switch-handle,*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle,*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle{height:14px;width:14px}*.e-small .e-switch-wrapper.e-rtl .e-switch-on,*.e-small.e-switch-wrapper.e-rtl .e-switch-on,*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on,*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on{left:100%;opacity:1}*.e-small .e-switch-wrapper.e-rtl .e-switch-off,*.e-small.e-switch-wrapper.e-rtl .e-switch-off,*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off,*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off{left:0}*.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,*.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on{left:0}*.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,*.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off{left:-100%}*.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,*.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,*.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,*.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active{left:18px}*.e-bigger.e-small .e-switch-wrapper,*.e-bigger.e-small.e-switch-wrapper,*.e-bigger.e-small .e-css.e-switch-wrapper,*.e-bigger.e-small.e-css.e-switch-wrapper{height:22px;width:54px}*.e-bigger.e-small .e-switch-wrapper .e-switch-handle,*.e-bigger.e-small.e-switch-wrapper .e-switch-handle,*.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-handle,*.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-handle{height:18px;left:2px;top:2px;width:18px}*.e-bigger.e-small .e-switch-wrapper .e-ripple-container,*.e-bigger.e-small.e-switch-wrapper .e-ripple-container,*.e-bigger.e-small .e-css.e-switch-wrapper .e-ripple-container,*.e-bigger.e-small.e-css.e-switch-wrapper .e-ripple-container{border-radius:50%;height:36px;left:-10px;pointer-events:none;position:absolute;top:-10px;width:54px;z-index:1}*.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,*.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{left:100%;margin-left:-20px}*.e-bigger.e-small .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-on,*.e-bigger.e-small.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-off,*.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on,*.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off{font-size:12px}*.e-bigger.e-small .e-switch-wrapper .e-switch-on,*.e-bigger.e-small.e-switch-wrapper .e-switch-on,*.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on,*.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on{text-indent:-14px}*.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-css.e-switch-wrapper .e-switch-off,*.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off{text-indent:14px}*.e-bigger.e-small .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-css.e-switch-wrapper.e-rtl .e-switch-handle,*.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle{left:100%;margin-left:-20px}*.e-bigger.e-small .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-css.e-switch-wrapper.e-rtl .e-switch-handle,*.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle{height:18px;width:18px}*.e-bigger.e-small .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-css.e-switch-wrapper.e-rtl .e-switch-on,*.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on{left:100%;opacity:1}*.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-off,*.e-bigger.e-small.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-css.e-switch-wrapper.e-rtl .e-switch-off{left:0}*.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-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{left:0}*.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,*.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{left:-100%}*.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,*.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{left:22px}*.e-bigger .e-switch-wrapper,*.e-bigger.e-switch-wrapper,*.e-bigger .e-css.e-switch-wrapper,*.e-bigger.e-css.e-switch-wrapper{height:24px;width:58px}*.e-bigger .e-switch-wrapper .e-switch-handle,*.e-bigger.e-switch-wrapper .e-switch-handle,*.e-bigger .e-css.e-switch-wrapper .e-switch-handle,*.e-bigger.e-css.e-switch-wrapper .e-switch-handle{height:20px;left:2px;top:2px;width:20px}*.e-bigger .e-switch-wrapper .e-switch-handle.e-switch-active,*.e-bigger.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-css.e-switch-wrapper .e-switch-handle.e-switch-active{left:100%;margin-left:-23px}*.e-bigger .e-switch-wrapper .e-switch-on,*.e-bigger .e-switch-wrapper .e-switch-off,*.e-bigger.e-switch-wrapper .e-switch-on,*.e-bigger.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-off,*.e-bigger.e-css.e-switch-wrapper .e-switch-on,*.e-bigger.e-css.e-switch-wrapper .e-switch-off{font-size:14px}*.e-bigger .e-switch-wrapper .e-switch-on,*.e-bigger.e-switch-wrapper .e-switch-on,*.e-bigger .e-css.e-switch-wrapper .e-switch-on,*.e-bigger.e-css.e-switch-wrapper .e-switch-on{text-indent:-15px}*.e-bigger .e-switch-wrapper .e-switch-off,*.e-bigger.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-off{text-indent:18px}*.e-bigger .e-switch-wrapper .e-ripple-container,*.e-bigger.e-switch-wrapper .e-ripple-container,*.e-bigger .e-css.e-switch-wrapper .e-ripple-container,*.e-bigger.e-css.e-switch-wrapper .e-ripple-container{height:52px;left:-16px;top:-16px;width:58px}*.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle,*.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle,*.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle,*.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle{height:20px;left:100%;margin-left:-23px;top:2px;width:20px}*.e-bigger .e-switch-wrapper.e-rtl .e-switch-on,*.e-bigger.e-switch-wrapper.e-rtl .e-switch-on,*.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-on,*.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-on{left:100%;opacity:1}*.e-bigger .e-switch-wrapper.e-rtl .e-switch-off,*.e-bigger.e-switch-wrapper.e-rtl .e-switch-off,*.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-off,*.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-off{left:0}*.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-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{left:0}*.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,*.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{left:-100%}*.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,*.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{left:25px}*.e-bigger .e-switch-wrapper.e-small,*.e-bigger.e-switch-wrapper.e-small,*.e-bigger .e-css.e-switch-wrapper.e-small,*.e-bigger.e-css.e-switch-wrapper.e-small{height:22px;width:54px}*.e-bigger .e-switch-wrapper.e-small .e-switch-handle,*.e-bigger.e-switch-wrapper.e-small .e-switch-handle,*.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle,*.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle{height:18px;left:2px;top:2px;width:18px}*.e-bigger .e-switch-wrapper.e-small .e-ripple-container,*.e-bigger.e-switch-wrapper.e-small .e-ripple-container,*.e-bigger .e-css.e-switch-wrapper.e-small .e-ripple-container,*.e-bigger.e-css.e-switch-wrapper.e-small .e-ripple-container{border-radius:50%;height:36px;left:-10px;pointer-events:none;position:absolute;top:-10px;width:54px;z-index:1}*.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,*.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{left:100%;margin-left:-20px}*.e-bigger .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-on,*.e-bigger.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-off,*.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on,*.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off{font-size:12px}*.e-bigger .e-switch-wrapper.e-small .e-switch-on,*.e-bigger.e-switch-wrapper.e-small .e-switch-on,*.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on,*.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on{text-indent:-14px}*.e-bigger .e-switch-wrapper.e-small .e-switch-off,*.e-bigger.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-off{text-indent:14px}*.e-bigger .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-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{left:100%;margin-left:-20px}*.e-bigger .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-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{height:18px;width:18px}*.e-bigger .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-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{left:100%;opacity:1}*.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-off,*.e-bigger.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-css.e-switch-wrapper.e-small.e-rtl .e-switch-off{left:0}*.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-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{left:0}*.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,*.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{left:-100%}*.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,*.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{left:22px}/*! switch theme */.e-switch-wrapper,.e-css.e-switch-wrapper{-webkit-tap-highlight-color:rgba(0,0,0,0)}.e-switch-wrapper .e-switch-off,.e-css.e-switch-wrapper .e-switch-off{background-color:#fff;color:#212529}.e-switch-wrapper .e-switch-handle,.e-css.e-switch-wrapper .e-switch-handle{background-color:#ced4da;box-shadow:0 2px 4px rgba(0,0,0,.075)}.e-switch-wrapper .e-switch-on,.e-css.e-switch-wrapper .e-switch-on{background-color:#0d6efd;color:#fff}.e-switch-wrapper .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper .e-switch-handle.e-switch-active{background-color:#fff}.e-switch-wrapper .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper .e-switch-inner.e-switch-active{background-color:#0d6efd;border-color:#0d6efd}.e-switch-wrapper .e-switch-inner,.e-css.e-switch-wrapper .e-switch-inner{background-color:#fff}.e-switch-wrapper .e-ripple-element,.e-css.e-switch-wrapper .e-ripple-element{background-color:rgba(0,0,0,.12)}.e-switch-wrapper .e-ripple-check .e-ripple-element,.e-css.e-switch-wrapper .e-ripple-check .e-ripple-element{background-color:rgba(255,64,129,.12)}.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active{box-shadow:none}.e-switch-wrapper.e-switch-disabled .e-switch-handle,.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle{background-color:#dee2e6;box-shadow:none}.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off,.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off{opacity:.5;background-color:#fff;border-color:#dee2e6;color:#adb5bd}.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on,.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on{color:#adb5bd;opacity:.5;background-color:#fff}.e-switch-wrapper.e-switch-disabled .e-switch-inner,.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner{background-color:#fff;border-color:#dee2e6;opacity:.5}.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active{background-color:#fff;border-color:#dee2e6}.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner,.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner{border-color:#dee2e6;color:#adb5bd}.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on,.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on{color:#adb5bd;background-color:#fff}.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle,.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle{background-color:#dee2e6}.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active{background-color:#dee2e6}.e-switch-wrapper:hover .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active{background-color:#0d6efd;border-color:#0d6efd}.e-switch-wrapper:hover .e-switch-inner,.e-css.e-switch-wrapper:hover .e-switch-inner{background-color:#dee2e6;border-color:#ced4da}.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on,.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on{background-color:#0d6efd;color:#fff}.e-switch-wrapper:hover .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper:hover .e-switch-handle.e-switch-active{background-color:#fff}.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active),.e-css.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active){background-color:#ced4da}.e-switch-wrapper.e-focus .e-switch-inner,.e-switch-wrapper:focus .e-switch-inner,.e-css.e-switch-wrapper.e-focus .e-switch-inner,.e-css.e-switch-wrapper:focus .e-switch-inner{background-color:#fff;border-color:#dee2e6;box-shadow:0 0 0 4px rgba(13,110,253,.25);outline:none;outline-offset:initial}.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active,.e-switch-wrapper:focus .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper:focus .e-switch-inner.e-switch-active{background-color:#fff;border-color:#0d6efd;outline:none}.e-switch-wrapper.e-focus .e-ripple-container,.e-switch-wrapper:focus .e-ripple-container,.e-css.e-switch-wrapper.e-focus .e-ripple-container,.e-css.e-switch-wrapper:focus .e-ripple-container{background-color:rgba(0,0,0,.12)}.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container,.e-switch-wrapper:focus .e-ripple-check.e-ripple-container,.e-css.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container,.e-css.e-switch-wrapper:focus .e-ripple-check.e-ripple-container{background-color:rgba(255,64,129,.12)}.e-switch-wrapper.e-active .e-switch-inner,.e-switch-wrapper:active .e-switch-inner,.e-css.e-switch-wrapper.e-active .e-switch-inner,.e-css.e-switch-wrapper:active .e-switch-inner{background-color:#fff;border-color:#dee2e6;box-shadow:0 0 0 4px rgba(13,110,253,.25);outline:none;outline-offset:initial}.e-switch-wrapper.e-active .e-switch-inner.e-switch-active,.e-switch-wrapper:active .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper.e-active .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper:active .e-switch-inner.e-switch-active{background-color:#fff;border-color:#0d6efd;outline:none}.e-switch-wrapper.e-active .e-ripple-container,.e-switch-wrapper:active .e-ripple-container,.e-css.e-switch-wrapper.e-active .e-ripple-container,.e-css.e-switch-wrapper:active .e-ripple-container{background-color:rgba(0,0,0,.12)}.e-switch-wrapper.e-active .e-ripple-check.e-ripple-container,.e-switch-wrapper:active .e-ripple-check.e-ripple-container,.e-css.e-switch-wrapper.e-active .e-ripple-check.e-ripple-container,.e-css.e-switch-wrapper:active .e-ripple-check.e-ripple-container{background-color:rgba(255,64,129,.12)}.e-switch-wrapper.e-rtl.e-focus .e-switch-on,.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-on{background-color:#fff}.e-switch-wrapper.e-rtl.e-focus .e-switch-off,.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-off{background-color:#fff}.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active{background-color:#fff;border-color:#0d6efd;color:#fff;outline:none}.e-switch-wrapper.e-rtl .e-switch-on,.e-css.e-switch-wrapper.e-rtl .e-switch-on{background-color:#0d6efd}.e-switch-wrapper.e-rtl .e-switch-handle,.e-css.e-switch-wrapper.e-rtl .e-switch-handle{background-color:#ced4da;box-shadow:0 2px 4px rgba(0,0,0,.075)}.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off{background-color:#fff}.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active{background-color:#fff}.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active{background-color:#0d6efd;border-color:#0d6efd}.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active{background-color:#0d6efd;border-color:#0d6efd}.e-switch-wrapper.e-rtl:hover .e-switch-inner,.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner{border-color:#ced4da}.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on,.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on{background-color:#0d6efd}.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active{background-color:#fff}.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on{color:#adb5bd;opacity:.5;background-color:#fff}.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off{opacity:.5;background-color:#fff;color:#adb5bd}.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle{background-color:#dee2e6;box-shadow:none}.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active{background-color:#fff;box-shadow:none}.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner{background-color:#fff;border-color:#dee2e6;opacity:.5}.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on{color:#adb5bd;background-color:#fff}.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active{background-color:#fff;border-color:#dee2e6}.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner{border-color:#dee2e6;color:#adb5bd}.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active{background-color:#fff}.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle,.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle{background-color:#dee2e6}.e-switch-wrapper .e-switch:focus,.e-css.e-switch-wrapper .e-switch:focus{box-shadow:0 0 0 4px rgba(13,110,253,.25)}.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active,.e-css.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active{background-color:rgba(0,0,0,0)}.e-icon-collapsible::before{content:""}.e-icon-back::before{content:"";font-size:12px}.e-bigger .e-listview .e-list-item,.e-listview.e-bigger .e-list-item{border-bottom:1px solid #dee2e6;border-left:0 solid rgba(0,0,0,0);border-right:0 solid rgba(0,0,0,0);border-top:0 solid rgba(0,0,0,0)}.e-bigger .e-listview:not(.e-list-template) .e-list-item,.e-listview.e-bigger:not(.e-list-template) .e-list-item{height:40px;line-height:21px;position:relative}.e-bigger .e-listview .e-text-content,.e-listview.e-bigger .e-text-content{font-size:16px}.e-bigger .e-listview .e-list-group-item,.e-listview.e-bigger .e-list-group-item{height:40px;line-height:20px}.e-bigger .e-listview .e-list-header,.e-listview.e-bigger .e-list-header{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-weight:500;height:40px}.e-bigger .e-listview .e-list-header .e-text.header,.e-listview.e-bigger .e-list-header .e-text.header{display:none}.e-bigger .e-listview .e-list-header .e-headertemplate-text.nested-header,.e-listview.e-bigger .e-list-header .e-headertemplate-text.nested-header{display:none}.e-bigger .e-listview .e-list-header .e-text,.e-listview.e-bigger .e-list-header .e-text{font-size:14px}.e-bigger .e-listview .e-text-content.e-checkbox .e-list-text,.e-listview.e-bigger .e-text-content.e-checkbox .e-list-text{width:calc(100% - 40px)}.e-listview{-webkit-overflow-scrolling:touch;border:1px solid;border-radius:4px;display:block;overflow:auto;position:relative;width:100%}.e-listview:not(.e-list-template) .e-list-item{height:36px;line-height:18px;padding:7px 9px 7px 12px;position:relative}.e-listview .e-list-item{border-bottom:1px solid;cursor:pointer}.e-listview .e-list-parent{margin:0;padding:0}.e-listview .e-list-header .e-text.header{display:none}.e-listview .e-icon-back{margin-top:0}.e-listview .e-list-header .e-headertemplate-text.nested-header{display:none}.e-listview .e-list-header{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-weight:500;height:36px;border-bottom:1px solid;padding:0 12px}.e-listview .e-has-header>.e-view{top:45px}.e-listview .e-back-button{cursor:pointer;padding-right:8px}.e-listview .e-list-group-item:first-child{border:0;border-bottom:1px solid #dee2e6}.e-listview .e-list-group-item{border-bottom:1px solid #dee2e6;border-top:0 solid;height:36px;line-height:20px;font-weight:600;padding:7px 9px 7px 12px}.e-listview .e-list-group-item .e-list-text{cursor:default}.e-listview .e-icon-collapsible{cursor:pointer;font-size:12px;position:absolute;right:0%;top:50%;transform:translateY(-50%)}.e-listview .e-text-content{height:100%;position:relative;vertical-align:middle}.e-listview .e-text-content *{display:inline-block;vertical-align:middle}.e-listview .e-text-content.e-checkbox .e-list-text{width:calc(100% - 40px)}.e-listview .e-text-content.e-checkbox.e-checkbox-left .e-list-icon+.e-list-text{width:calc(100% - 90px)}.e-listview .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text{width:calc(100% - 80px)}.e-listview .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text{width:calc(100% - 92px)}.e-listview .e-checkbox .e-checkbox-left{margin:0 8px 0 0}.e-listview .e-checkbox .e-checkbox-right{margin:-2px 0 0 8px}.e-listview .e-list-text{cursor:pointer;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:100%}.e-listview .e-list-icon+.e-list-text{width:calc(100% - 60px)}.e-listview .e-icon-wrapper .e-list-text{width:calc(100% - 60px)}.e-listview .e-icon-wrapper.e-text-content.e-checkbox .e-list-text{width:calc(100% - 60px)}.e-listview .e-list-icon{margin-right:8px;height:30px;width:30px}.e-listview .e-content{overflow:hidden;position:relative}.e-listview .e-list-header.e-list-navigation .e-text{cursor:pointer}.e-listview .e-list-header .e-text{cursor:default;text-indent:0}.e-listview .e-text .e-headertext{display:inline-block;line-height:18px}.e-listview.e-rtl{direction:rtl}.e-listview.e-rtl .e-list-icon{margin-left:16px;margin-right:0}.e-listview.e-rtl .e-icon-collapsible{left:0%;right:initial;top:50%;transform:translateY(-50%) rotate(180deg)}.e-listview.e-rtl .e-list-header .e-text{cursor:pointer}.e-listview.e-rtl .e-back-button{transform:rotate(180deg)}.e-listview.e-rtl .e-icon-back{margin-top:0}.e-listview.e-rtl .e-checkbox .e-checkbox-left{margin:-2px 0 0 8px}.e-listview.e-rtl .e-checkbox .e-checkbox-right{margin:-2px 8px 0 0}.e-listview{border-color:#dee2e6;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px}.e-listview .e-list-header{background-color:rgba(0,0,0,0);border-color:#dee2e6;color:#6c757d;font-size:12px}.e-listview .e-icons{color:#6c757d}.e-listview .e-icons.e-back-button:hover{color:#343a40}.e-listview .e-icons.e-back-button:active{color:#212529}.e-listview .e-list-item{background-color:rgba(0,0,0,0);border-bottom:1px solid #dee2e6;border-left:0 solid rgba(0,0,0,0);border-right:0 solid rgba(0,0,0,0);border-top:0 solid rgba(0,0,0,0);color:#212529}.e-listview .e-list-item.e-hover,.e-listview .e-list-item.e-hover.e-active.e-checklist{background-color:#e9ecef;border-color:#dee2e6;color:#212529}.e-listview .e-list-item.e-active{background-color:#0d6efd;color:#fff}.e-listview .e-list-item.e-active.e-checklist{background-color:rgba(0,0,0,0);color:#212529}.e-listview .e-list-item.e-focused,.e-listview .e-list-item.e-focused.e-active.e-checklist{background-color:#0d6efd;color:#fff}.e-listview .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,.e-listview .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check{background-color:#fff;border-color:#fff;color:#0d6efd}.e-listview .e-list-group-item{background-color:rgba(0,0,0,0);border-color:#dee2e6;color:#6c757d;font-size:12px}.e-listview .e-list-item.e-focused .e-icon-wrapper .e-icon-collapsible{color:#fff}.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:10px 16px}.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line).e-list-badge:not(.e-list-avatar){padding:0 8px 0 12px}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line{padding:4px}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header{color:#212529;display:block;font-size:14px;font-weight:400;line-height:22px;margin:0;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content{color:#6c757d;display:block;font-size:14px;font-weight:400;line-height:22px;margin:0;padding:2px 0 0 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:40px;left:0;position:absolute;top:0;width:40px;margin:7px 16px 7px 12px}.e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge){padding-left:68px;padding-right:16px}.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge){padding-left:16px;padding-right:68px}.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar{height:40px;position:absolute;right:0;top:0;width:40px}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar{top:0}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar{top:0}.e-listview.e-list-template .e-list-wrapper.e-list-badge .e-badge{font-size:10px;height:18px;line-height:16px;padding:0;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px;border-radius:10px}.e-listview.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar{padding-left:68px;padding-right:10px}.e-listview.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar){padding-left:16px;padding-right:10px}.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content{display:block;margin:0;overflow:hidden;padding:8px 0;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:18px}.e-listview.e-list-template .e-list-item.e-focused .e-list-wrapper.e-list-multi-line .e-list-item-header{color:#fff}.e-listview.e-list-template .e-list-item.e-focused .e-list-wrapper.e-list-multi-line .e-list-content{color:#fff}.e-listview.e-list-template .e-list-item.e-hover .e-list-item-header{color:#212529}.e-listview.e-list-template .e-list-item.e-hover .e-list-content{color:#212529}.e-listview.e-list-template .e-list-item.e-active .e-list-item-header{color:#fff}.e-listview.e-list-template .e-list-item.e-active .e-list-content{color:#fff}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar{left:inherit;margin:7px 12px 7px 16px;right:0}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge){padding-left:16px;padding-right:68px}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge){padding-left:68px;padding-right:16px}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar{left:0;right:inherit}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge{left:12px;right:inherit}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar{padding-left:10px;padding-right:68px}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar){padding-left:10px;padding-right:16px}.e-sortable{outline:none;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-sortable .e-disabled{background-image:none;cursor:default;filter:alpha(Opacity=35);opacity:.35}.e-sortable *{box-sizing:border-box}.e-sortable *:focus{outline:none}.e-sortableclone{position:fixed !important}/*! calendar bootstrap5 theme variables *//*! component icons */.e-input-group-icon.e-range-icon,*.e-control-wrapper .e-input-group-icon.e-range-icon{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0;font-size:16px;margin:0;min-height:18px;min-width:30px;outline:none}.e-input-group-icon.e-range-icon::before,*.e-control-wrapper .e-input-group-icon.e-range-icon::before{content:"";font-family:"e-icons"}.e-input-group-icon.e-range-icon:focus,*.e-control-wrapper .e-input-group-icon.e-range-icon:focus{background:#e9ecef;border-radius:50%}.e-daterangepicker .e-calendar .e-header .e-date-icon-next::before{content:""}.e-daterangepicker .e-calendar .e-header .e-date-icon-prev::before{content:""}.e-daterangepicker .e-change-icon::before{content:""}.e-daterangepicker .e-calendar.e-rtl .e-header .e-date-icon-next::before{content:""}.e-daterangepicker .e-calendar.e-rtl .e-header .e-date-icon-prev::before{content:""}.e-daterangepicker.e-rtl .e-start-end .e-change-icon::before{content:""}.e-bigger .e-input-group-icon.e-range-icon,.e-bigger.e-control-wrapper .e-input-group-icon.e-range-icon,.e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon{font-size:18px;margin:0;min-height:18px;min-width:36px;outline:none}.e-small .e-input-group-icon.e-range-icon,*.e-control-wrapper.e-small .e-input-group-icon.e-range-icon,*.e-small .e-control-wrapper .e-input-group-icon.e-range-icon{font-size:14px}.e-small.e-bigger .e-input-group-icon.e-range-icon,*.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{font-size:18px}/*! daterangepicker layout */.e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus~.e-clear-icon,.e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus~.e-clear-icon{display:-ms-flexbox;display:flex}.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden,.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden,.e-float-input.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden,.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden,.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden,.e-float-input.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden{border:0;height:0;margin:0;padding:0;text-indent:0;visibility:hidden;width:0}.e-daterangepicker.e-popup,.e-bigger.e-small .e-daterangepicker.e-popup{border:1px solid #dee2e6;border-radius:0;box-shadow:0 16px 48px rgba(0,0,0,.175);max-height:500px;max-width:730px}.e-daterangepicker.e-popup.e-daterange-day-header-lg,.e-bigger.e-small .e-daterangepicker.e-popup.e-daterange-day-header-lg{max-width:100%}.e-daterangepicker.e-popup.e-preset-wrapper,.e-bigger.e-small .e-daterangepicker.e-popup.e-preset-wrapper{min-width:625px}.e-daterangepicker.e-popup.e-preset-wrapper .e-presets,.e-bigger.e-small .e-daterangepicker.e-popup.e-preset-wrapper .e-presets{max-height:none}.e-daterangepicker.e-popup .e-range-header,.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header{background:#fff;padding:12px 0;width:auto}.e-daterangepicker.e-popup .e-range-header .e-start-label,.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-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-end-label{cursor:default;display:inline-block;font-size:18px;overflow:hidden;text-align:center;text-decoration:none;text-overflow:ellipsis;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:48%}.e-daterangepicker.e-popup .e-range-header .e-change-icon,.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon{font-size:15px;font-weight:500;text-align:center;width:4%}.e-daterangepicker.e-popup .e-range-header .e-day-span,.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span{direction:ltr;font-size:12px;height:18px;margin:0;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.e-daterangepicker.e-popup .e-range-header .e-start-end,.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-start-end{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:28px}.e-daterangepicker.e-popup .e-separator,.e-bigger.e-small .e-daterangepicker.e-popup .e-separator{height:1px;margin:0}.e-daterangepicker.e-popup .e-calendar,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar{border:none;margin:0;padding:0 8px}.e-daterangepicker.e-popup .e-calendar .e-content table,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content table{padding:0}.e-daterangepicker.e-popup .e-calendar .e-header .e-title,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title{cursor:pointer;line-height:24px;width:auto;float:none;font-weight:normal;margin-left:0}.e-daterangepicker.e-popup .e-calendar .e-header.e-month,.e-daterangepicker.e-popup .e-calendar .e-header.e-year,.e-daterangepicker.e-popup .e-calendar .e-header.e-decade,.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-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-decade{padding:8px 5px}.e-daterangepicker.e-popup .e-calendar .e-header .e-next,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next{float:right}.e-daterangepicker.e-popup .e-calendar .e-header .e-prev,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev{float:left}.e-daterangepicker.e-popup .e-calendar .e-header .e-next,.e-daterangepicker.e-popup .e-calendar .e-header .e-prev,.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{height:24px;width:24px}.e-daterangepicker.e-popup .e-calendar .e-header .e-next span,.e-daterangepicker.e-popup .e-calendar .e-header .e-prev span,.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{padding:0}.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover{border-radius:50% 0 0 50%}.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover{border-radius:0 50% 50% 0}.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day,.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day,.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{border:none}.e-daterangepicker.e-popup .e-footer,.e-bigger.e-small .e-daterangepicker.e-popup .e-footer{-ms-flex-align:center;align-items:center;border-top:1px solid #dee2e6;clear:both;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;height:48px}.e-daterangepicker.e-popup .e-footer .e-btn,.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn{font-weight:500;height:30px;line-height:24px;overflow:hidden;padding:0 16px;text-overflow:ellipsis}.e-daterangepicker.e-popup .e-footer .e-btn.e-apply,.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn.e-apply{margin:0 8px 0 8px}.e-daterangepicker.e-popup .e-date-range-container,.e-bigger.e-small .e-daterangepicker.e-popup .e-date-range-container{float:left}.e-daterangepicker.e-popup .e-date-range-container.e-range-border,.e-bigger.e-small .e-daterangepicker.e-popup .e-date-range-container.e-range-border{border-right:1px solid #dee2e6}.e-daterangepicker.e-popup .e-calendar-container,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container{display:-ms-flexbox;display:flex}.e-daterangepicker.e-popup .e-calendar-container .e-left-container,.e-daterangepicker.e-popup .e-calendar-container .e-right-container,.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{float:left}.e-daterangepicker.e-popup .e-calendar-container .e-left-container,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-left-container{border-right:1px solid #dee2e6}.e-daterangepicker.e-popup .e-presets,.e-bigger.e-small .e-daterangepicker.e-popup .e-presets{max-height:192px;overflow:auto;width:auto}.e-daterangepicker.e-popup .e-presets .e-list-item,.e-bigger.e-small .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-daterangepicker.e-popup .e-presets .e-list-parent,.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent{margin:0;max-width:160px;padding:0}.e-daterangepicker.e-popup .e-presets .e-text-content,.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-text-content{line-height:47px}.e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item,.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item{font-size:13px;height:36px;line-height:36px}.e-daterangepicker.e-popup .e-hide-range,.e-bigger.e-small .e-daterangepicker.e-popup .e-hide-range{display:none}.e-daterangepicker.e-rtl .e-date-range-container,.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container{float:right}.e-daterangepicker.e-rtl .e-date-range-container.e-range-border,.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container.e-range-border{border-left:1px solid #dee2e6;border-right:0}.e-daterangepicker.e-rtl .e-date-range-container .e-left-container,.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-left-container{border-left:1px solid #dee2e6;border-right:0}.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next,.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next{float:left}.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev,.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev{float:right}.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover,.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover{border-radius:0 50% 50% 0}.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover,.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover{border-radius:50% 0 0 50%}.e-daterangepicker.e-rtl .e-footer,.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end}.e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel,.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel{margin:0 8px 0 8px}.e-daterangepicker.e-rtl .e-footer .e-btn.e-apply,.e-bigger.e-small .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:#fff;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{margin:12px 0;width:auto}.e-bigger .e-daterangepicker.e-popup .e-range-header .e-change-icon,*.e-bigger.e-daterangepicker.e-popup .e-range-header .e-change-icon,*.e-device.e-daterangepicker.e-popup .e-range-header .e-change-icon{font-size:18px}.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{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;height:36px;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.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-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-end-btn,*.e-device.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{border:1px solid #0d6efd;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-start-btn: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-start-btn:hover,*.e-bigger.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:hover,*.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]){box-shadow:none}.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-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-start-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-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-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-start-btn.e-active:hover,*.e-bigger.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-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-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-start-btn.e-active:hover,*.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover{box-shadow:none}.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-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-end-btn,*.e-device.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{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 8px}.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}.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-next,*.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:24px;width:24px}.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-next 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:0}.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:24px}.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-decade,*.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-decade,*.e-device.e-daterangepicker .e-calendar .e-header.e-month,*.e-device.e-daterangepicker .e-calendar .e-header.e-year,*.e-device.e-daterangepicker .e-calendar .e-header.e-decade{padding:10px 5px}.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:32px;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 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 #0d6efd;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 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:294px}.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:0;padding:12px}.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 10px}.e-small .e-daterangepicker.e-popup .e-range-header .e-start-label,.e-small .e-daterangepicker.e-popup .e-range-header .e-end-label,*.e-small.e-daterangepicker.e-popup .e-range-header .e-start-label,*.e-small.e-daterangepicker.e-popup .e-range-header .e-end-label{font-size:16px}.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon,*.e-small.e-daterangepicker.e-popup .e-range-header .e-change-icon{font-size:12px}.e-small .e-daterangepicker.e-popup .e-range-header .e-start-end,*.e-small.e-daterangepicker.e-popup .e-range-header .e-start-end{height:32px}.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span,*.e-small.e-daterangepicker.e-popup .e-range-header .e-day-span{font-size:12px;margin:0 0 10px 0}.e-small .e-daterangepicker.e-popup .e-range-header .e-separator,*.e-small.e-daterangepicker.e-popup .e-range-header .e-separator{margin:0 10px}.e-small .e-daterangepicker.e-popup .e-footer .e-btn.e-apply,*.e-small.e-daterangepicker.e-popup .e-footer .e-btn.e-apply{margin:10px 10px 10px 8px}.e-small .e-daterangepicker.e-popup.e-preset-wrapper .e-presets .e-list-parent.e-ul .e-list-item,*.e-small.e-daterangepicker.e-popup.e-preset-wrapper .e-presets .e-list-parent.e-ul .e-list-item{font-size:12px;height:26px;line-height:26px}.e-range-overflow{overflow:hidden}.e-daterangepick-mob-popup-wrap{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;-ms-flex-pack:center;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{color:#212529}.e-date-range-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active{color:#212529}.e-daterangepicker.e-popup,.e-bigger.e-small .e-daterangepicker.e-popup,.e-bigger.e-small.e-daterangepicker.e-popup{background:#fff}.e-daterangepicker.e-popup .e-calendar,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar,.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar{background-color:#fff}.e-daterangepicker.e-popup .e-calendar .e-header .e-title,.e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover,.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-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{color:#343a40;text-decoration:none}.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover,.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover{background-color:#dee2e6;color:#343a40}.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span{background-color:#e9ecef;border:1px solid #0d6efd;color:#212529}.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span,.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span{background:#dee2e6;border:none;color:#343a40}.e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day,.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day,.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover 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.e-focused-date.e-today span.e-day,.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover 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.e-focused-date.e-today span.e-day{background-color:#ced4da;border:none;color:#343a40}.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover span.e-day,.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day,.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day,.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover 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-start-date.e-selected.e-today span.e-day,.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-today:hover 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-start-date.e-selected.e-today span.e-day,.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day{border:1px solid #0d6efd}.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-selected.e-today:hover span.e-day,.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day{border:1px solid #0d6efd}.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover,.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span,.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span,.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day,.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected,.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span,.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-today.e-range-hover span,.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-range-hover:hover span.e-day,.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-range-hover,.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span,.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-range-hover:hover span.e-day,.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{background-color:#fff;border:none;color:#495057}.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover,.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected,.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-selected,.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-selected{background-color:#fff;border:none;color:#495057}.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,.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-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{background-color:#0d6efd;color:#fff}.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.e-today 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{background-color:#0d6efd;color:#fff}.e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span,.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span,.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span{color:#fff}.e-daterangepicker.e-popup .e-presets,.e-bigger.e-small .e-daterangepicker.e-popup .e-presets,.e-bigger.e-small.e-daterangepicker.e-popup .e-presets{background-color:#fff;color:#212529}.e-daterangepicker.e-popup .e-presets .e-list-item.e-active,.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-active,.e-bigger.e-small.e-daterangepicker.e-popup .e-presets .e-list-item.e-active{background-color:rgba(0,0,0,0);color:#0d6efd}.e-daterangepicker.e-popup .e-presets .e-list-item.e-hover,.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-hover,.e-bigger.e-small.e-daterangepicker.e-popup .e-presets .e-list-item.e-hover{background-color:#e9ecef;color:#212529}.e-daterangepicker.e-popup .e-start-label,.e-daterangepicker.e-popup .e-end-label,.e-bigger.e-small .e-daterangepicker.e-popup .e-start-label,.e-bigger.e-small .e-daterangepicker.e-popup .e-end-label,.e-bigger.e-small.e-daterangepicker.e-popup .e-start-label,.e-bigger.e-small.e-daterangepicker.e-popup .e-end-label{color:#495057}.e-daterangepicker.e-popup .e-change-icon,.e-bigger.e-small .e-daterangepicker.e-popup .e-change-icon,.e-bigger.e-small.e-daterangepicker.e-popup .e-change-icon{color:#6c757d}.e-daterangepicker.e-popup .e-day-span,.e-bigger.e-small .e-daterangepicker.e-popup .e-day-span,.e-bigger.e-small.e-daterangepicker.e-popup .e-day-span{color:#6c757d}.e-daterangepicker.e-popup .e-separator,.e-bigger.e-small .e-daterangepicker.e-popup .e-separator,.e-bigger.e-small.e-daterangepicker.e-popup .e-separator{background-color:#dee2e6}.e-daterangepicker.e-popup .e-footer,.e-bigger.e-small .e-daterangepicker.e-popup .e-footer,.e-bigger.e-small.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:#495057}.e-bigger .e-daterangepicker .e-start-btn,.e-bigger .e-daterangepicker .e-end-btn,*.e-bigger.e-daterangepicker .e-start-btn,*.e-bigger.e-daterangepicker .e-end-btn,*.e-device.e-daterangepicker .e-start-btn,*.e-device.e-daterangepicker .e-end-btn{background:#fff}.e-bigger .e-daterangepicker .e-start-btn.e-active,.e-bigger .e-daterangepicker .e-start-btn.e-active: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-start-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: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-start-btn.e-active:hover,*.e-bigger.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-end-btn.e-active,*.e-device.e-daterangepicker .e-end-btn.e-active:active:not([disabled]),*.e-device.e-daterangepicker .e-start-btn.e-active:hover,*.e-device.e-daterangepicker .e-end-btn.e-active:hover{background:#0d6efd;color:#fff}.e-daterangepicker.e-popup .e-footer .e-btn.e-apply.e-flat.e-primary,.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-apply.e-flat.e-primary{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.e-daterangepicker.e-popup .e-footer .e-btn.e-apply.e-flat.e-primary:hover,.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-apply.e-flat.e-primary:hover{background-color:#0b5ed7;border-color:#0a58ca;color:#fff}.e-daterangepicker.e-popup .e-footer .e-btn.e-apply.e-flat.e-primary:active,.e-daterangepicker.e-popup .e-footer .e-btn.e-apply.e-flat.e-primary.e-active,.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-apply.e-flat.e-primary:active,.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-apply.e-flat.e-primary.e-active{background-color:#0a58ca;border-color:#0a53be;color:#fff}.e-daterangepicker.e-popup .e-footer .e-btn.e-apply.e-flat.e-primary:disabled,.e-daterangepicker.e-popup .e-footer .e-btn.e-apply.e-flat.e-primary:disabled,.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-apply.e-flat.e-primary:disabled,.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-apply.e-flat.e-primary:disabled{background-color:rgba(13,110,253,.65);border-color:rgba(13,110,253,.65);color:rgba(255,255,255,.65)}.e-daterangepicker.e-popup .e-footer .e-btn.e-flat,.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-flat{background-color:#6c757d;border-color:#6c757d;color:#fff}.e-daterangepicker.e-popup .e-footer .e-btn.e-flat:hover,.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-flat:hover{background-color:#5c636a;border-color:#565e64;color:#fff}.e-daterangepicker.e-popup .e-footer .e-btn.e-flat:active,.e-daterangepicker.e-popup .e-footer .e-btn.e-flat.e-active,.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-flat:active,.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-flat.e-active{background-color:#51585e;border-color:#51585e;color:#fff}.e-daterangepicker.e-popup .e-footer .e-btn.e-flat:disabled,.e-daterangepicker.e-popup .e-footer .e-btn.e-flat:disabled,.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-flat:disabled,.e-daterangepicker.e-popup .e-footer .e-css.e-btn.e-flat:disabled{background-color:rgba(108,117,125,.65);border-color:rgba(108,117,125,.65);color:rgba(255,255,255,.65)}/*! component icons */.e-datetime-wrapper .e-time-icon.e-icons::before{content:"";font-family:"e-icons"}.e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus~.e-clear-icon,.e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus~.e-clear-icon{display:-ms-flexbox;display:flex}.e-datetime-wrapper{-webkit-tap-highlight-color:rgba(0,0,0,0)}.e-datetime-wrapper .e-time-icon.e-icons::before{font-size:16px}.e-datetime-wrapper.e-control-wrapper{box-sizing:border-box}.e-datetime-wrapper .e-time-icon.e-icons.e-disabled,.e-datetime-wrapper .e-date-icon.e-icons.e-disabled{pointer-events:none}.e-datetime-wrapper .e-clear-icon{box-sizing:content-box}.e-datetime-wrapper span{cursor:pointer}.e-datetime-wrapper .e-input-group-icon.e-date-icon,.e-datetime-wrapper .e-input-group-icon.e-time-icon{font-size:16px;margin:0;outline:none}.e-datetime-wrapper .e-input-group-icon.e-time-icon{border:0;border-style:none;margin:0}.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon{margin:0}.e-datetimepicker.e-time-modal{background-color:#e9ecef;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:#212529;cursor:default;font-size:14px;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:30px;text-indent:12px}.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before{font-size:18px}.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:0}.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: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:16px;line-height:32px;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:8px}.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:14px;line-height:30px;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:16px}.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{color:#212529}.e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active{color:#212529}.e-datetimepicker.e-popup{border:1px solid #dee2e6;border-radius:6px;box-shadow:none}.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:#212529}.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:#e9ecef;border:none;color:#212529}.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active{background-color:#0d6efd;color:#fff}.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover{background-color:#e9ecef;color:#212529}.e-signature{border:1px solid}.e-signature{background-color:#fff;border:1px solid;border-color:#dee2e6}/*! maskedtextbox layout */.e-control-wrapper.e-mask .e-maskedtextbox{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px}.e-bigger .e-control-wrapper.e-mask .e-maskedtextbox{font-size:16px}.e-control-wrapper.e-mask.e-bigger .e-maskedtextbox{font-size:16px}.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{color:#dc3545}.e-utility-mask.e-error{color:#dc3545}@keyframes material-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fabric-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.e-upload .e-upload-actions,.e-bigger.e-small .e-upload .e-upload-actions{background-color:#f8f9fa;border-radius:0 0 6px 6px}.e-upload .e-upload-files .e-file-remove-btn.e-icons::before{content:""}.e-upload .e-upload-files .e-icons.e-file-pause-btn::before{content:""}.e-upload .e-upload-files .e-icons.e-file-reload-btn::before{content:""}.e-upload .e-upload-files .e-icons.e-file-play-btn::before{content:""}.e-upload .e-upload-files .e-file-delete-btn.e-icons::before{content:""}.e-upload .e-upload-files .e-file-abort-btn.e-icons::before{content:""}.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:16px 0 16px 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:14px;line-height:22px;min-height:108px}.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container{margin-left:15px;top:0}.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name{font-size:15px;padding-top:15px}.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:15px;top:initial}.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information{font-size:12px;padding-bottom:15px}.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap{height:4px}.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap{height:4px;width:95%}.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:90%}.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text{font-size:12px;right:16px;top:-36px}.e-bigger .e-upload .e-upload-files .e-file-remove-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-abort-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-play-btn.e-icons,.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons{box-sizing:border-box;font-size:22px;height:24px;margin:15px;margin-top:-24px;padding:24px;top:50%;width:24px}.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled{color:#adb5bd;cursor:not-allowed;opacity:.4;pointer-events:none}.e-bigger .e-upload .e-upload-files .e-file-remove-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-abort-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-play-btn.e-msie.e-icons,.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons{padding:20px 17px 20px 26px}.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-pause-btn.e-icons{right:45px}.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons{font-size:22px}.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons{font-size:22px}.e-bigger .e-upload .e-upload-actions .e-btn{margin-left:15px}.e-bigger .e-upload .e-upload-actions .e-file-upload-btn{margin:15px}.e-bigger .e-upload .e-upload-actions .e-file-clear-btn{margin:15px}.e-bigger .e-upload.e-rtl .e-file-select-wrap{padding:20px 15px 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:15px}.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-information{top:30px}.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:16px;right:initial}.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-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-abort-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-play-btn.e-icons,.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons{box-sizing:border-box;left:0;margin-left:15px;margin-right:15px;padding:24px;top:50%}.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-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons.e-disabled{color:#adb5bd;cursor:not-allowed;opacity:.4;pointer-events:none}.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-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-abort-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-play-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{padding:20px 17px 20px 26px}.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-pause-btn.e-icons{left:41px}.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list{min-height:35px;padding-bottom:15px;padding-top:11px}.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-type.e-error,.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error{color:#dc3545}.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information{color:#6c757d;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{color:#dc3545}.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-type,.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status{color:#dc3545}.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-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-abort-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-play-btn.e-icons,.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons{box-sizing:border-box;top:38px}.e-bigger .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{color:#adb5bd;cursor:not-allowed;opacity:.4;pointer-events:none}.e-upload,.e-bigger.e-small .e-upload{width:100%}.e-upload.e-control-wrapper,.e-bigger.e-small .e-upload.e-control-wrapper{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.e-upload .e-hidden-file-input,.e-bigger.e-small .e-upload .e-hidden-file-input{border:0;height:0;margin:0;outline:none;padding:0;text-indent:0;visibility:hidden;width:0}.e-upload .e-file-select-wrap,.e-bigger.e-small .e-upload .e-file-select-wrap{padding:12px 0 12px 12px}.e-upload .e-file-select-wrap .e-file-select,.e-upload .e-file-select-wrap .e-file-select .e-uploader,.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{display:inline-block;width:0}.e-upload .e-file-select-wrap .e-file-select .e-uploader,.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader{opacity:0}.e-upload .e-file-select-wrap .e-file-drop,.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-drop{font-family:inherit;font-size:14px;margin-left:12px}.e-upload.e-form-upload .e-upload-files .e-upload-file-list,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list{min-height:35px;padding-bottom:15px;padding-top:11px}.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container{top:0}.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input{display:none}.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type,.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{line-height:1.5;padding-top:4px}.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error,.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-type.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{color:#dc3545}.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-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information{color:#6c757d;display:block;font-size:12px;line-height:1.5;padding-bottom:0;padding-top:4px;position:relative}.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid{color:#dc3545}.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status,.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-type,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status{color:#dc3545}.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,.e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,.e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,.e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,.e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,.e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-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-abort-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-play-btn.e-icons,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons{box-sizing:border-box;top:42px}.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled{color:#adb5bd;cursor:not-allowed;opacity:.4;pointer-events:none}.e-upload .e-upload-files,.e-bigger.e-small .e-upload .e-upload-files{list-style-type:none;margin:0;padding:0}.e-upload .e-upload-files .e-upload-file-list,.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list{font-family:inherit;font-size:14px;height:100%;line-height:22px;min-height:82px;position:relative}.e-upload .e-upload-files .e-upload-file-list .e-file-container,.e-bigger.e-small .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:0}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name{float:left;font-family:inherit;font-size:14px;max-width:75%;overflow:hidden;padding-top:12px;position:relative;text-overflow:ellipsis;top:0;white-space:nowrap}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before,.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before{content:attr(data-tail);float:right}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type,.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type{display:block;font-family:inherit;font-size:14px;padding-top:12px}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden,.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden{visibility:hidden}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size,.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size{display:block;font-size:12px;padding:0}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information{display:block;font-family:inherit;font-size:12px;padding-bottom:12px}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress,.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress,.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress,.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress{display:none}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap,.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap{display:block;height:10px;padding-bottom:11px;padding-top:6px;position:absolute;width:95%}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap,.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap{border-radius:4px;display:block;height:4px;width:100%}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar,.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{border-radius:4px;display:inherit;height:4px}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text,.e-bigger.e-small .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:12px;position:relative;right:0;top:-33px}.e-upload .e-upload-files .e-file-remove-btn.e-icons,.e-upload .e-upload-files .e-file-delete-btn.e-icons,.e-upload .e-upload-files .e-file-abort-btn.e-icons,.e-upload .e-upload-files .e-file-pause-btn.e-icons,.e-upload .e-upload-files .e-file-play-btn.e-icons,.e-upload .e-upload-files .e-file-reload-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-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-abort-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{-ms-flex-align:center;align-items:center;box-sizing:border-box;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;font-size:18px;height:20px;-ms-flex-pack:center;justify-content:center;margin:15px;margin-top:-9px;padding:10px;position:absolute;right:0;top:50%;vertical-align:middle;width:20px}.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress,.e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress,.e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress,.e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress,.e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress,.e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress,.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-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-abort-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{cursor:default}.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled{color:#adb5bd;cursor:not-allowed;opacity:.4;pointer-events:none}.e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons,.e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons,.e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons,.e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons,.e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons,.e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-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-abort-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{padding:18px 13px 18px 23px}.e-upload .e-upload-files .e-file-pause-btn.e-icons,.e-upload .e-upload-files .e-file-play-btn.e-icons,.e-upload .e-upload-files .e-file-reload-btn.e-icons,.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{right:36px}.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover,.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover,.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover,.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover,.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,.e-upload .e-upload-files .e-clear-icon-focus,.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):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-abort-btn.e-icons:not(.e-disabled):hover,.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-radius:50%;box-shadow:0 0 0 rgba(0,0,0,0)}.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-file-reload-btn.e-icons:focus,.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus,.e-upload .e-upload-files .e-clear-icon-focus,.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):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-abort-btn.e-icons:not(.e-disabled):focus,.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus{border-radius:50%}.e-upload .e-upload-files .e-file-delete-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons{font-size:18px;opacity:1}.e-upload .e-upload-files .e-file-abort-btn.e-icons,.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons{font-size:18px;opacity:1}.e-upload .e-file-select-wrap .e-btn,.e-upload .e-upload-actions .e-btn,.e-bigger.e-small .e-upload .e-file-select-wrap .e-btn,.e-bigger.e-small .e-upload .e-upload-actions .e-btn{font-family:inherit}.e-upload .e-upload-actions,.e-bigger.e-small .e-upload .e-upload-actions{position:relative;text-align:right}.e-upload .e-upload-actions .e-file-upload-btn,.e-bigger.e-small .e-upload .e-upload-actions .e-file-upload-btn{margin:8px}.e-upload .e-upload-actions .e-file-clear-btn,.e-bigger.e-small .e-upload .e-upload-actions .e-file-clear-btn{margin:8px}.e-upload.e-rtl .e-file-select-wrap,.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap{padding:16px 12px 16px 0}.e-upload.e-rtl .e-file-select-wrap .e-control.e-btn,.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn{margin-right:0}.e-upload.e-rtl .e-file-select-wrap .e-file-drop,.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-file-drop{margin-left:60px;margin-right:12px;position:relative}.e-upload.e-rtl .e-upload-actions,.e-bigger.e-small .e-upload.e-rtl .e-upload-actions{text-align:left}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container{height:100%;margin-left:60px;margin-right:11px;position:relative}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container{direction:ltr;float:right;width:100%}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type{float:right}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name{float:right}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size{direction:ltr;float:right;position:relative;text-align:right;width:100%}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap{float:right;position:initial;top:23px;width:86%}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text,.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{float:left;right:0;top:-32px}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-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-abort-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-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{left:0;margin-left:11px;margin-right:11px;right:auto;top:50%}.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-reload-btn.e-icons{left:36px;right:auto}.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,.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-pause-btn.e-icons{left:36px}.e-upload.e-disabled .e-file-drop,.e-bigger.e-small .e-upload.e-disabled .e-file-drop{color:#adb5bd}.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type,.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size,.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information,.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-type,.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-information{color:#adb5bd}.e-upload .e-content-placeholder.e-upload.e-placeholder-upload,.e-bigger.e-small .e-upload .e-content-placeholder.e-upload.e-placeholder-upload{background-size:400px 65px;min-height:65px}.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-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{background-size:400px 80px;min-height:80px}.e-small .e-upload .e-file-select-wrap{padding:12px 0 12px 12px}.e-small .e-upload .e-file-select-wrap .e-file-drop{font-size:13px;margin-left:10px}.e-small .e-upload .e-upload-files .e-upload-file-list{min-height:79px}.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name{font-size:12px;padding-top:12px}.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size{font-size:12px;padding:6px 0}.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type{font-size:12px;padding-top:12px}.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information{padding-bottom:12px}.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap{padding-bottom:2px;padding-top:2px}.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons,.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons,.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons,.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons,.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons{font-size:10px;height:24px;padding:12px;width:24px}.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled{color:#adb5bd;cursor:not-allowed;opacity:.4;pointer-events:none}.e-small .e-upload.e-rtl .e-file-select-wrap{padding:12px 12px 12px 0}.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list{min-height:35px;padding-bottom:12px;padding-top:8px}.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container{top:0}.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input{display:none}.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type{line-height:1.5;padding-top:4px}.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error{color:#dc3545}.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information{color:#6c757d;display:block;font-size:12px;line-height:1.5;padding-bottom:0;padding-top:4px;position:relative}.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid{color:#dc3545}.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status{color:#dc3545}.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons{box-sizing:border-box;top:42px}.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled{color:#adb5bd;cursor:not-allowed;opacity:.4;pointer-events:none}.e-upload{border:1px dashed #adb5bd}.e-upload .e-file-drop{color:#495057;vertical-align:middle}.e-upload .e-upload-files{border-top:1px solid #dee2e6}.e-upload .e-upload-files .e-upload-file-list{border-bottom:1px solid #dee2e6}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name{color:#212529}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type{color:#212529}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size{color:#6c757d}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information{color:#212529}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success{color:#198754}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-fails{color:#dc3545}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-validation-fails{color:#dc3545}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap{background-color:#dee2e6}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-progress{background:#0d6efd}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-success{background:#198754}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-failed{background:#dc3545}.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-bar-text{color:#212529}.e-upload .e-upload-files .e-file-remove-btn.e-icons,.e-upload .e-upload-files .e-file-delete-btn.e-icons,.e-upload .e-upload-files .e-file-reload-btn.e-icons,.e-upload .e-upload-files .e-file-abort-btn.e-icons,.e-upload .e-upload-files .e-file-pause-btn.e-icons,.e-upload .e-upload-files .e-file-play-btn.e-icons{color:#6c757d}.e-upload .e-upload-files .e-file-remove-btn.e-icons:hover,.e-upload .e-upload-files .e-file-delete-btn.e-icons:hover,.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,.e-upload .e-upload-files .e-file-abort-btn.e-icons:hover,.e-upload .e-upload-files .e-file-pause-btn.e-icons:hover,.e-upload .e-upload-files .e-file-play-btn.e-icons:hover{color:#343a40}.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus,.e-upload .e-upload-files .e-file-reload-btn.e-icons:focus,.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus,.e-upload .e-upload-files .e-clear-icon-focus{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);box-shadow:0 0 0 rgba(0,0,0,0)}.e-dialog .e-icon-dlg-close::before{content:"";position:relative}.e-dialog .e-icon-dlg-close{opacity:initial}.e-dialog .e-icon-dlg-close:active{opacity:initial}.e-dialog .e-icon-dlg-close:hover{opacity:initial}.e-dialog .e-south-east::before,.e-dialog .e-south-west::before,.e-dialog .e-north-east::before,.e-dialog .e-north-west::before{content:""}/*! dialog layout */.e-dialog{border:1px solid #dee2e6;border-radius:6px;-ms-flex-direction:column;flex-direction:column;width:100%}.e-dialog.e-popup{width:100%}.e-dialog.e-dlg-resizable{padding-bottom:15px;-ms-touch-action:none;touch-action:none}.e-dialog .e-dlg-header-content{border-radius:0;line-height:1.25}.e-dialog .e-dlg-header-content+.e-dlg-content{padding-top:12px}.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close{font-size:16px;width:12px}.e-dialog .e-dlg-header{display:block;font-size:16px;font-weight:500;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:top;white-space:nowrap;width:80%}.e-dialog .e-dlg-header.e-hide{display:none}.e-dialog .e-dlg-modal{position:fixed}.e-dialog .e-scroll-disabled{overflow:hidden !important}.e-dialog .e-dlg-content{display:block;-ms-flex:1 1 auto;flex:1 1 auto;font-size:14px;font-weight:400;line-height:1.5;overflow:auto;overflow-x:hidden}.e-dialog .e-dlg-content.e-hide{display:none}.e-dialog .e-footer-content{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #dee2e6;bottom:0;display:block;right:0;width:100%}.e-dialog .e-footer-content.e-hide{display:none}.e-dialog .e-footer-content{text-align:right}.e-dialog .e-resize-handle{height:15px;position:absolute;width:15px}.e-dialog .e-resize-handle.e-south-east{bottom:0;cursor:nwse-resize;right:0}.e-dialog .e-resize-handle.e-south-west{bottom:0;cursor:nesw-resize;left:0;transform:rotate(90deg)}.e-dialog .e-resize-handle.e-north-east{cursor:nesw-resize;right:0;top:0;transform:rotate(-90deg)}.e-dialog .e-resize-handle.e-north-west{cursor:nwse-resize;left:0;top:0;transform:rotate(180deg)}.e-dialog .e-south,.e-dialog .e-north,.e-dialog .e-east,.e-dialog .e-west{background-color:rgba(0,0,0,0);background-repeat:repeat;overflow:visible;position:absolute}.e-dialog .e-east,.e-dialog .e-west{cursor:ew-resize}.e-dialog .e-south,.e-dialog .e-north{cursor:ns-resize}.e-dialog.e-blazor-hidden{left:0;position:absolute}.e-bigger.e-dialog .e-dlg-header-content,*.e-bigger .e-dialog .e-dlg-header-content{padding:16px}.e-bigger.e-dialog .e-dlg-header,*.e-bigger .e-dialog .e-dlg-header{font-size:20px}.e-bigger.e-dialog .e-dlg-content,*.e-bigger .e-dialog .e-dlg-content{font-size:16px;padding:16px}.e-bigger.e-dialog .e-footer-content,*.e-bigger .e-dialog .e-footer-content{padding:16px}.e-bigger.e-dialog .e-footer-content .e-btn,*.e-bigger .e-dialog .e-footer-content .e-btn{margin-left:12px}.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:7px;height:20px;left:0;width:20px}.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:20px;width:14px}.e-bigger.e-rtl .e-footer-content .e-btn,.e-bigger .e-rtl .e-footer-content .e-btn{margin-left:0;margin-right:12px}.e-bigger .e-dlg-header-content+.e-dlg-content{padding-top:16px}.e-dialog .e-dlg-header-content{border-bottom:1px solid #dee2e6;padding:12px 14px 12px 12px}.e-dialog .e-dlg-content{padding:12px}.e-dialog .e-footer-content{padding:12px}.e-dialog .e-footer-content .e-btn{margin-left:8px}.e-rtl .e-footer-content .e-btn{margin-right:8px}.e-dialog.e-draggable>.e-dlg-header-content{cursor:move}.e-dialog{max-height:98%;max-width:100%;min-width:240px;position:absolute}.e-rtl .e-footer-content .e-btn{margin-left:0}.e-rtl .e-footer-content{text-align:left}.e-rtl .e-footer-content{text-align:left}.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{float:left;left:0;right:0}.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-radius:50%;bottom:5px;float:right;height:20px;left:0;position:relative;width:20px}.e-rtl.e-dialog .e-resize-handle.e-south-west{bottom:0;cursor:sw-resize;direction:ltr;left:0;text-align:initial;transform:rotate(90deg)}.e-dlg-target.e-scroll-disabled{overflow:hidden !important}.e-dlg-overlay{height:100%;left:0;opacity:1;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;width:100% !important}.e-popup.e-popup-open.e-dialog{display:-ms-inline-flexbox;display:inline-flex}.e-dlg-container{-ms-flex-align:start;align-items:flex-start;display:none;height:100%;left:0;position:fixed;top:0;width:100%}.e-dlg-center-center{-webkit-align-items:center;-webkit-justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.e-dlg-left-center{-webkit-align-items:center;-webkit-justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}.e-dlg-right-center{-webkit-align-items:center;-webkit-justify-content:flex-end;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}.e-dlg-left-top{-webkit-align-items:flex-start;-webkit-justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}.e-dlg-right-top{-webkit-align-items:flex-start;-webkit-justify-content:flex-end;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:end;justify-content:flex-end}.e-dlg-center-top{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.e-dlg-left-bottom{-webkit-align-items:flex-end;-webkit-justify-content:flex-start;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:start;justify-content:flex-start}.e-dlg-right-bottom{-webkit-align-items:flex-end;-webkit-justify-content:flex-end;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:end;justify-content:flex-end}.e-dlg-center-bottom{-webkit-align-items:center;-webkit-justify-content:flex-end;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end}.e-dialog .e-btn.e-dlg-closeicon-btn:hover,.e-dialog .e-btn.e-dlg-closeicon-btn:focus,.e-dialog .e-btn.e-dlg-closeicon-btn:active{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);box-shadow:0 0 0 rgba(0,0,0,0)}.e-dialog .e-btn.e-dlg-closeicon-btn:active{background-color:rgba(0,0,0,0)}.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}}@media(max-width: 768px){.e-prompt-dialog.e-dialog.e-popup,.e-prompt-dialog.e-dialog.e-popup{margin:30px auto;width:auto}}@media(min-width: 768px){.e-prompt-dialog.e-dialog.e-popup,.e-prompt-dialog.e-dialog.e-popup{margin:30px auto;width:600px}}.e-dlg-ref-element{display:none}.e-dialog .e-footer-content{box-sizing:border-box}.e-dialog{background-color:#fff;box-shadow:0 16px 48px rgba(0,0,0,.175)}.e-dlg-overlay{background-color:rgba(0,0,0,.5)}.e-footer-content{background-color:rgba(0,0,0,0)}.e-footer-content .e-btn.e-primary.e-flat:not([DISABLED]){background-color:#0d6efd;border-color:#0d6efd;color:#fff}.e-footer-content .e-btn:hover.e-primary.e-flat:not([DISABLED]){background-color:#0b5ed7}.e-footer-content .e-btn.e-flat:not([DISABLED]){background-color:#6c757d;border-color:#6c757d;color:#fff}.e-footer-content .e-btn:hover.e-flat:not([DISABLED]){background-color:#5c636a}.e-dlg-header,.e-dlg-header *{color:#212529;font-size:16px;font-weight:500}.e-dlg-content{color:#212529}.e-device .e-dlg-content{font-size:16px}.e-dlg-header-content{background-color:rgba(0,0,0,0)}.e-dlg-content{background-color:#fff}.e-icon-dlg-close{color:#6c757d}.e-dialog .e-btn.e-dlg-closeicon-btn:hover span{color:#212529}.e-dialog .e-btn.e-dlg-closeicon-btn:active span,.e-dialog .e-btn.e-dlg-closeicon-btn:focus span{border-radius:50%;color:#212529;opacity:1}.e-icon-dlg-close:active{border-radius:50%;color:#212529;opacity:1}.e-icon-dlg-close:hover{color:#343a40}.e-dlg-header-content .e-dlg-closeicon-btn:hover{background-color:rgba(0,0,0,0)}.e-dlg-header-content .e-dlg-closeicon-btn:active{background-color:rgba(0,0,0,0)}.e-south-east{color:#6c757d}.e-rtl .e-south-east{color:rgba(0,0,0,0)}.e-rtl .e-south-west{color:#6c757d}.e-south-west,.e-north-east,.e-north-west{color:rgba(0,0,0,0)}.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn.e-ripple{overflow:visible}/*!componenticons*/.e-pager .e-icon-last::before,.e-grid-menu .e-icon-last::before{content:""}.e-pager .e-icon-first::before,.e-grid-menu .e-icon-first::before{content:""}.e-pager .e-icon-prev::before,.e-grid-menu .e-icon-prev::before{content:""}.e-pager .e-icon-next::before,.e-grid-menu .e-icon-next::before{content:""}.e-pager.e-rtl .e-icon-last.e-lastpage::before,.e-pager.e-rtl .e-icon-last.e-lastpage:hover,.e-pager.e-rtl .e-icon-last.e-lastpagedisabled::before,.e-grid-menu.e-rtl .e-icon-last.e-lastpage::before,.e-grid-menu.e-rtl .e-icon-last.e-lastpage:hover,.e-grid-menu.e-rtl .e-icon-last.e-lastpagedisabled::before{content:""}.e-pager.e-rtl .e-icon-first.e-firstpage::before,.e-pager.e-rtl .e-icon-first.e-firstpage:hover,.e-pager.e-rtl .e-icon-first.e-firstpagedisabled::before,.e-grid-menu.e-rtl .e-icon-first.e-firstpage::before,.e-grid-menu.e-rtl .e-icon-first.e-firstpage:hover,.e-grid-menu.e-rtl .e-icon-first.e-firstpagedisabled::before{content:""}.e-pager.e-rtl .e-icon-prev.e-prevpage::before,.e-pager.e-rtl .e-icon-prev.e-prevpage:hover,.e-pager.e-rtl .e-icon-prev.e-prevpagedisabled::before,.e-grid-menu.e-rtl .e-icon-prev.e-prevpage::before,.e-grid-menu.e-rtl .e-icon-prev.e-prevpage:hover,.e-grid-menu.e-rtl .e-icon-prev.e-prevpagedisabled::before{content:""}.e-pager.e-rtl .e-icon-next.e-nextpage::before,.e-pager.e-rtl .e-icon-next.e-nextpage:hover,.e-pager.e-rtl .e-icon-next.e-nextpagedisabled::before,.e-grid-menu.e-rtl .e-icon-next.e-nextpage::before,.e-grid-menu.e-rtl .e-icon-next.e-nextpage:hover,.e-grid-menu.e-rtl .e-icon-next.e-nextpagedisabled::before{content:""}/*! Pager layout */.e-bigger .e-pager,.e-pager.e-bigger{font-size:16px;padding:7px 8px 7px 8px}.e-bigger .e-pager div.e-icons,.e-pager.e-bigger div.e-icons{font-size:11px}.e-bigger .e-pager div.e-parentmsgbar,.e-pager.e-bigger div.e-parentmsgbar{padding-bottom:8px;padding-right:0;padding-top:10px}.e-bigger .e-pager .e-pagerdropdown,.e-pager.e-bigger .e-pagerdropdown{height:38px;margin:0 10px 0 18px;margin-top:-24px;width:90px}.e-bigger .e-pager .e-pagercontainer .e-firstpage,.e-bigger .e-pager .e-pagercontainer .e-prevpage,.e-bigger .e-pager .e-pagercontainer .e-firstpagedisabled,.e-bigger .e-pager .e-pagercontainer .e-prevpagedisabled,.e-bigger .e-pager .e-pagercontainer .e-nextpage,.e-bigger .e-pager .e-pagercontainer .e-lastpage,.e-bigger .e-pager .e-pagercontainer .e-nextpagedisabled,.e-bigger .e-pager .e-pagercontainer .e-lastpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-firstpage,.e-pager.e-bigger .e-pagercontainer .e-prevpage,.e-pager.e-bigger .e-pagercontainer .e-firstpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-prevpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-nextpage,.e-pager.e-bigger .e-pagercontainer .e-lastpage,.e-pager.e-bigger .e-pagercontainer .e-nextpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-lastpagedisabled{padding:16px 14px 14px 14px}.e-bigger .e-pager .e-pagerconstant,.e-pager.e-bigger .e-pagerconstant{margin-bottom:6px;margin-left:16px}.e-bigger .e-pager .e-pagercontainer,.e-pager.e-bigger .e-pagercontainer{margin:0 0 -6px .8px}.e-bigger .e-pager.e-rtl .e-pagercontainer,.e-pager.e-bigger.e-rtl .e-pagercontainer{margin:0 0 -5px 0}@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-nextpagedisabled.e-disable,.e-bigger .e-pager .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,.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default{margin-left:0}.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:0}.e-bigger .e-pager.e-rtl div.e-parentmsgbar,.e-pager.e-bigger.e-rtl div.e-parentmsgbar{margin-left:6px;margin-top:0}.e-bigger .e-pager .e-numericitem,.e-pager.e-bigger .e-numericitem{margin:0}.e-bigger .e-pager .e-numericitem.e-currentitem,.e-pager.e-bigger .e-numericitem.e-currentitem{padding:9px 13px 10px 12px}.e-bigger .e-pager .e-numericitem.e-currentitem:hover,.e-pager.e-bigger .e-numericitem.e-currentitem:hover{padding:9px 13px 10px 12px}.e-bigger .e-pager.e-rtl .e-numericitem.e-currentitem,.e-pager.e-bigger.e-rtl .e-numericitem.e-currentitem{padding:9px 13px 10px 12px}.e-bigger .e-pager.e-rtl .e-numericitem.e-currentitem:hover,.e-pager.e-bigger.e-rtl .e-numericitem.e-currentitem:hover{padding:9px 13px 10px 12px}.e-bigger .e-pager .e-pp.e-spacing,.e-bigger .e-pager .e-np.e-spacing,.e-bigger .e-pager .e-pp.e-spacing:hover,.e-bigger .e-pager .e-np.e-spacing:hover,.e-pager.e-bigger .e-pp.e-spacing,.e-pager.e-bigger .e-np.e-spacing,.e-pager.e-bigger .e-pp.e-spacing:hover,.e-pager.e-bigger .e-np.e-spacing:hover{padding:14px 14px 13px 14px}.e-bigger .e-pager .e-spacing,.e-bigger .e-pager .e-numericitem:hover,.e-bigger .e-pager .e-currentitem,.e-pager.e-bigger .e-spacing,.e-pager.e-bigger .e-numericitem:hover,.e-pager.e-bigger .e-currentitem{border-radius:0;padding:12px 15px 13px 15px}.e-bigger .e-pager.e-rtl .e-spacing,.e-bigger .e-pager.e-rtl .e-numericitem:hover,.e-bigger .e-pager.e-rtl .e-currentitem,.e-pager.e-bigger.e-rtl .e-spacing,.e-pager.e-bigger.e-rtl .e-numericitem:hover,.e-pager.e-bigger.e-rtl .e-currentitem{margin:0;padding:12px 15px 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:12px 15px 13px 15px}.e-bigger .e-pager.e-rtl,.e-bigger .e-pager.e-rtl .e-numericitem:hover,.e-bigger .e-pager.e-rtl .e-currentitem,.e-pager.e-bigger.e-rtl,.e-pager.e-bigger.e-rtl .e-numericitem:hover,.e-pager.e-bigger.e-rtl .e-currentitem{margin:0;padding:7px 8px 7px 8px}.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:12px 15px 13px}.e-bigger .e-pager.e-rtl .e-pp,.e-bigger .e-pager.e-rtl .e-np,.e-bigger .e-pager.e-rtl .e-pp:hover,.e-bigger .e-pager.e-rtl .e-np:hover,.e-pager.e-bigger.e-rtl .e-pp,.e-pager.e-bigger.e-rtl .e-np,.e-pager.e-bigger.e-rtl .e-pp:hover,.e-pager.e-bigger.e-rtl .e-np:hover{font-size:14px;margin-top:0;padding:14px 14px 13px}.e-bigger .e-pager.e-rtl .e-pagerdropdown,.e-pager.e-bigger.e-rtl .e-pagerdropdown{margin:-26px 16px 0 0}.e-bigger .e-pager.e-rtl .e-pagerconstant,.e-pager.e-bigger.e-rtl .e-pagerconstant{margin:0 16px 7px 0}.e-bigger .e-pager .e-pagercontainer .e-firstpage,.e-bigger .e-pager .e-pagercontainer .e-prevpage,.e-bigger .e-pager .e-pagercontainer .e-firstpagedisabled,.e-bigger .e-pager .e-pagercontainer .e-prevpagedisabled,.e-bigger .e-pager .e-pagercontainer .e-nextpage,.e-bigger .e-pager .e-pagercontainer .e-lastpage,.e-bigger .e-pager .e-pagercontainer .e-nextpagedisabled,.e-bigger .e-pager .e-pagercontainer .e-lastpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-firstpage,.e-pager.e-bigger .e-pagercontainer .e-prevpage,.e-pager.e-bigger .e-pagercontainer .e-firstpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-prevpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-nextpage,.e-pager.e-bigger .e-pagercontainer .e-lastpage,.e-pager.e-bigger .e-pagercontainer .e-nextpagedisabled,.e-pager.e-bigger .e-pagercontainer .e-lastpagedisabled{margin-right:0;padding:16px 14px 14px 14px}.e-bigger .e-pager .e-pp,.e-bigger .e-pager .e-np,.e-bigger .e-pager .e-pp:hover,.e-bigger .e-pager .e-np:hover,.e-pager.e-bigger .e-pp,.e-pager.e-bigger .e-np,.e-pager.e-bigger .e-pp:hover,.e-pager.e-bigger .e-np:hover{font-size:14px}.e-pager{border-style:solid;border-width:1px;display:inline-block;font-size:14px;padding:7px 8px 7px 8px;white-space:normal;width:100%}.e-pager [class^=e-]{box-sizing:border-box}.e-pager div.e-parentmsgbar{float:right;padding-bottom:0;padding-right:0;padding-top:8px}.e-pager .e-pagesizes{display:inline}.e-pager .e-pagerdropdown{display:inline-block;height:32px;margin-left:10px;margin-right:8px;margin-top:-24px;overflow:unset;vertical-align:middle;width:90px}.e-pager .e-pagerconstant{display:inline-block;margin:0 0 6px 8px;overflow:hidden;width:auto}.e-pager .e-icons{font-size:9px}.e-pager .e-numericitem{border-right-style:solid;border-right-width:1px;display:inline-block;line-height:1;margin-right:0;min-width:26px;padding:13px 12px 10px 12px;text-align:center}.e-pager .e-numericitem.e-currentitem{padding:7px 10.5px 8px 9.5px}.e-pager .e-numericitem.e-currentitem:hover{padding:7px 10.5px 8px 9.5px}.e-pager.e-rtl .e-numericitem.e-currentitem{border-left-color:#86b7fe;border-left-style:solid;border-left-width:3px;padding:7px 10.5px 8px 9.5px}.e-pager.e-rtl .e-numericitem.e-currentitem:hover{padding:7px 10.5px 8px 9.5px}.e-pager div.e-pagermsgdiv{padding-right:6px;padding-top:4px;text-align:right}.e-pager .e-firstpagedisabled,.e-pager .e-prevpagedisabled,.e-pager .e-nextpagedisabled,.e-pager .e-lastpagedisabled{opacity:1}.e-pager .e-spacing,.e-pager .e-numericitem:hover,.e-pager .e-currentitem{border-radius:0;cursor:pointer;padding:10px 12.5px 11px 12.5px;text-decoration:none}.e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active){padding:10px 12.5px 11px 12.5px}.e-pager .e-currentitem{border:3px solid #86b7fe;font-style:normal;font-variant:normal;font-weight:400}.e-pager div,.e-pager a{display:inline;-webkit-user-select:none;-ms-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-prevpage,.e-pager .e-pagercontainer .e-firstpagedisabled,.e-pager .e-pagercontainer .e-prevpagedisabled,.e-pager .e-pagercontainer .e-nextpage,.e-pager .e-pagercontainer .e-lastpage,.e-pager .e-pagercontainer .e-nextpagedisabled,.e-pager .e-pagercontainer .e-lastpagedisabled{border-right-style:solid;border-right-width:1px;display:inline-block;margin-right:0;margin-top:0;min-width:26px;padding:14px 12px 12px 11.5px}.e-pager .e-pagercontainer .e-lastpage,.e-pager .e-pagercontainer .e-lastpagedisabled{border-right:1px}.e-pager .e-firstpage:hover,.e-pager .e-prevpage:hover,.e-pager .e-lastpage:hover,.e-pager .e-nextpage:hover{cursor:pointer;text-decoration:none}.e-pager a.e-nextprevitemdisabled{display:none;margin-left:1px;margin-right:1px;padding-left:5px;padding-right:5px;text-decoration:none}.e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,.e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default{margin-left:0}.e-pager .e-pagercontainer{border-radius:4px;border-style:solid;border-width:1px;display:inline-block;margin:0 0 -4px .3px;overflow:hidden}.e-pager .e-lastpage:Hover{border-radius:0 3px 3px 0}.e-pager .e-firstpage:Hover{border-radius:3px 0 0 3px}.e-pager .e-pagermessage,.e-pager .e-pagerexternalmsg{display:block;margin:6px 6px 0 6px;overflow:hidden;text-overflow:ellipsis}.e-pager .e-mfirst,.e-pager .e-mprev,.e-pager .e-mnext,.e-pager .e-mlast{display:none}.e-pager .e-mprev{text-indent:-3px}.e-pager .e-mnext{text-indent:-2px}.e-pager .e-mfirst,.e-pager .e-mprev,.e-pager .e-mnext,.e-pager .e-mlast{-webkit-tap-highlight-color:#fff}.e-pager .e-pp,.e-pager .e-np,.e-pager .e-pp:hover,.e-pager .e-np:hover{font-size:14px;font-weight:bold;letter-spacing:0;padding:10px 10.5px 11px 10.5px}.e-pager .e-np.e-focused,.e-pager .e-pp.e-focused{line-height:1;padding:10px 10.5px 11px 10.5px}@media(max-width: 769px){.e-pager{padding:13px 0}.e-pager div.e-parentmsgbar{box-sizing:border-box;display:inline-block;float:initial;padding-bottom:0;padding-right:0;padding-top:0;text-align:center;vertical-align:top;width:calc(60% - 48px)}.e-pager .e-pagesizes{display:none}.e-pager .e-pagecountmsg{display:none}.e-pager .e-pagercontainer{display:none}.e-pager .e-icons{font-size:11px}.e-pager .e-mfirst,.e-pager .e-mprev,.e-pager .e-mnext,.e-pager .e-mlast{border:0;box-sizing:border-box;display:inline-block;padding:1% 5%}.e-pager .e-mfirst{margin-right:4px;text-align:right;width:calc(10% + 11px)}.e-pager .e-mprev{margin:0 4px;text-align:right;width:10%}.e-pager .e-mnext{margin:0 4px;text-align:left;width:10%}.e-pager .e-mlast{margin-left:4px;text-align:left;width:calc(10% + 11px)}}.e-pager.e-rtl{direction:rtl}.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default{margin-left:0;margin-right:0;border-left-style:solid;border-left-width:1px;border-right-style:solid;border-right-width:1px}.e-pager.e-rtl .e-pagercontainer,.e-pager.e-rtl div,.e-pager.e-rtl a{float:initial}.e-pager.e-rtl .e-parentmsgbar{float:left;margin-left:6px}.e-pager.e-rtl .e-pagerdropdown{margin:-24px 16px 0 0}.e-pager.e-rtl .e-pagerconstant{margin:0 8px 6px 0}.e-pager.e-rtl .e-pagerexternalmsg{float:none}.e-pager.e-rtl .e-pagercontainer{float:none;margin:0 .3px -4px 0;padding:0}.e-pager.e-rtl .e-firstpage,.e-pager.e-rtl .e-prevpage,.e-pager.e-rtl .e-firstpagedisabled,.e-pager.e-rtl .e-prevpagedisabled,.e-pager.e-rtl .e-nextpage,.e-pager.e-rtl .e-lastpage,.e-pager.e-rtl .e-nextpagedisabled,.e-pager.e-rtl .e-lastpagedisabled{padding:14px 12px 12px 11.5px}.e-pager.e-rtl .e-firstpage::before,.e-pager.e-rtl .e-firstpage:hover,.e-pager.e-rtl .e-firstpagedisabled::before{content:""}.e-pager.e-rtl .e-prevpage::before,.e-pager.e-rtl .e-prevpage:hover,.e-pager.e-rtl .e-prevpagedisabled::before{content:""}.e-pager.e-rtl .e-nextpage::before,.e-pager.e-rtl .e-nextpage:hover,.e-pager.e-rtl .e-nextpagedisabled::before{content:""}.e-pager.e-rtl .e-lastpage::before,.e-pager.e-rtl .e-lastpage:hover,.e-pager.e-rtl .e-lastpagedisabled::before{content:""}.e-pager.e-rtl .e-nextpage,.e-pager.e-rtl .e-nextpagedisabled,.e-pager.e-rtl .e-prevpage,.e-pager.e-rtl .e-prevpagedisabled,.e-pager.e-rtl .e-firstpage,.e-pager.e-rtl .e-firstpagedisabled{border-left-style:none;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-left-style:none;border-left-width:0}.e-pager.e-rtl .e-firstpage,.e-pager.e-rtl .e-firstpagedisabled{border-right:medium none}.e-pager.e-rtl .e-firstpage:hover{border-radius:0 4px 4px 0}.e-pager.e-rtl .e-lastpage:hover{border-radius:4px 0 0 4px}.e-pager.e-rtl .e-numericcontainer{float:none}.e-pager.e-rtl .e-numericitem{border-right-style:solid;min-width:26px}.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,.e-pager.e-rtl.e-next.e-icons.e-icon-next.e-nextpage.e-pager-default{margin-left:0;margin-right:0}.e-pager.e-rtl .e-spacing,.e-pager.e-rtl .e-numericitem:hover,.e-pager.e-rtl .e-currentitem{margin:0;padding:10px 12.5px 11px 12.5px}.e-pager.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active){padding:10px 12.5px 11px 12.5px}.e-pager.e-rtl .e-pp,.e-pager.e-rtl .e-np,.e-pager.e-rtl .e-pp:hover,.e-pager.e-rtl .e-np:hover{margin-top:0;padding:10px 10.5px 11px 10.5px}@media(max-width: 769px){.e-pager.e-rtl .e-mfirst,.e-pager.e-rtl .e-mprev,.e-pager.e-rtl .e-mnext,.e-pager.e-rtl .e-mlast{border:0}.e-pager.e-rtl.e-rtl div.e-parentmsgbar{float:initial;margin-left:0;margin-top:10px}.e-pager.e-rtl .e-parentmsgbar{float:right}}.e-pager.sf-pager .e-pagercontainer .e-first,.e-pager.sf-pager .e-pagercontainer .e-prev,.e-pager.sf-pager .e-pagercontainer .e-next,.e-pager.sf-pager .e-pagercontainer .e-last{font-size:9px}.e-pager.sf-pager .e-numericcontainer a{font-size:14px}.e-pager.sf-pager .e-pagercontainer{font-size:0}.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{background-color:#fff;border-color:#dee2e6;color:#495057;opacity:1}.e-pager div.e-icons.e-pager-default{color:#0d6efd}.e-pager div.e-icons.e-disable{color:#adb5bd}.e-pager .e-pager-default:hover{background:#e9ecef;color:#0d6efd;opacity:1}.e-pager .e-parentmsgbar{font-weight:400}.e-pager .e-spacing{color:#0d6efd;opacity:1}.e-pager .e-spacing.e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover{background:#e9ecef}.e-pager .e-numericitem:hover{color:#0d6efd;opacity:1}.e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active){border-left:0 solid #dee2e6}.e-pager .e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover{background-color:#e9ecef;opacity:1}.e-pager .e-numericitem{background:#fff;border-right-color:#dee2e6;color:#0d6efd}.e-pager .e-prevpagedisabled,.e-pager .e-prevpage,.e-pager .e-nextpage,.e-pager .e-nextpagedisabled,.e-pager .e-lastpagedisabled,.e-pager .e-lastpage,.e-pager .e-firstpage,.e-pager .e-firstpagedisabled{background-color:#fff;color:#0d6efd}.e-pager .e-lastpage,.e-pager .e-firstpage{background-color:rgba(0,0,0,0)}.e-pager .e-pagercontainer{background-color:#fff;border-color:#dee2e6}.e-pager .e-firstpage,.e-pager .e-prevpage,.e-pager .e-firstpagedisabled,.e-pager .e-prevpagedisabled,.e-pager .e-nextpage,.e-pager .e-lastpage,.e-pager .e-nextpagedisabled,.e-pager .e-lastpagedisabled{border-right-color:#dee2e6}.e-pager .e-currentitem,.e-pager .e-currentitem:hover{border-right-color:#86b7fe;background:#e9ecef;color:#0d6efd;opacity:1}.e-pager .e-numericitem.e-focused,.e-pager .e-first.e-focused,.e-pager .e-prev.e-focused,.e-pager .e-next.e-focused,.e-pager .e-last.e-focused,.e-pager .e-mfirst.e-focused,.e-pager .e-mprev.e-focused,.e-pager .e-mnext.e-focused,.e-pager .e-mlast.e-focused{background-color:#eff1f4}.e-pager .e-currentitem.e-numericitem.e-focused{background:#e9ecef;box-shadow:0 0 0 1px #0d6efd inset}.e-pager .e-focused{box-shadow:0 0 0 1px #0d6efd inset}@media(max-width: 590px){.e-pager .e-pager-default:hover{background:#fff;color:#0d6efd;opacity:1}}.e-pager.e-rtl .e-numericitem{border-left-color:#dee2e6}.e-pager.e-rtl .e-firstpage,.e-pager.e-rtl .e-prevpage,.e-pager.e-rtl .e-firstpagedisabled,.e-pager.e-rtl .e-prevpagedisabled,.e-pager.e-rtl .e-nextpage,.e-pager.e-rtl .e-lastpage,.e-pager.e-rtl .e-nextpagedisabled,.e-pager.e-rtl .e-lastpagedisabled{border-left-color:#dee2e6}.e-pager.e-rtl .e-nextpage,.e-pager.e-rtl .e-nextpagedisabled{border-left-color:#dee2e6}/*! component's theme wise override definitions and variables */@keyframes hscroll-popup-shadow{0%{border-color:rgba(255,255,255,.5);box-shadow:0 0 0 0 rgba(255,255,255,.5)}100%{box-shadow:0 0 0 200px rgba(255,255,255,.12)}}/*! component's theme wise override definitions and variables *//*! Toolbar's bootstrap5 theme wise override definitions and variables *//*! toolbar icons */.e-toolbar .e-popup-down-icon::before{content:"";line-height:normal}.e-toolbar .e-popup-up-icon::before{content:"";line-height:normal}/*! toolbar layout */.e-bigger .e-toolbar,.e-toolbar.e-bigger{height:46px;min-height:46px}.e-bigger .e-toolbar .e-tbar-btn .e-icons,.e-toolbar.e-bigger .e-tbar-btn .e-icons{font-size:20px}.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;margin-left:8px}.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:12px;margin-right:initial}.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:12px;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:8px}.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:12px}.e-bigger .e-toolbar .e-hor-nav,.e-toolbar.e-bigger .e-hor-nav{min-height:46px;min-width:36px}.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:24px}.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:18px;min-height:18px;min-width:13px;padding-bottom:4px}.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;font-size:16px}.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:13px;font-size:16px}.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:46px;padding:8px 18px}.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 6px 0 0}.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 0 0 6px;font-size:16px}.e-bigger .e-toolbar .e-toolbar-items,.e-toolbar.e-bigger .e-toolbar-items{min-height:46px}.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow{margin-left:12.5px;margin-right:12.5px;white-space:normal}.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,.e-toolbar.e-bigger .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-hidden{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:-ms-inline-flexbox;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:12px}.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:12px}.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-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child{margin-left:12px}.e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,.e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child{margin-left:12px}.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item{min-height:46px}.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:49px;padding:4px}.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:30px;margin:8px;min-height:30px}.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-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-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,.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{padding-bottom:3px}.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:0;min-height:38px;min-width:38px;padding:0 8px}.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-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-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-btn-icon{padding:4px 6px}.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-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-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,.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{padding:4px 6px}.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,.e-bigger .e-toolbar .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,.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text{padding:4px}.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended{min-height:46px;padding-bottom:0;padding-left:12px;padding-right:12px;padding-top:0;margin-left:-1px}.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:49px;padding:4px}.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:-ms-inline-flexbox;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{-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;min-height:46px;vertical-align:middle;width:auto}.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,.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-toolbar.e-bigger.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{padding:4px}.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:0;min-height:38px;min-width:38px;padding:0 8px}.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:24px}.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:30px;margin:8px;min-height:30px}.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:18px;min-height:18px;min-width:13px}.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:12px;margin-left:0}.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:0}.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:0;display:block;height:38px;min-height:38px;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.e-toolbar .e-blazor-toolbar-items{position:absolute;top:-9999px;visibility:hidden}.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:8px;margin-left:0}.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left{padding-left:0}.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:38px;padding-bottom:0;padding-left:8px;padding-right:8px;padding-top:0;margin-left:-1px}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text{display:none}.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close{display:none}.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open{display:inline}.e-toolbar.e-extended-toolbar .e-toolbar-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:28px;padding:4px}.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:-ms-inline-flexbox;display:inline-flex}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item{-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;min-height:38px;vertical-align:middle;width:auto}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text{padding:4px}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text{display:inline-block;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;line-height: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:0;min-height:32px;min-width:32px;padding:0 4px}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn{line-height:22px}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator{margin:5px 10px;min-height:16px;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:16px;min-height:16px;min-width:12px;padding:0;font-size:16px;padding:5px 6px}.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type{display:-ms-inline-flexbox;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:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:18px;font-weight:400;overflow:hidden;padding:0 4px;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>*{-ms-flex-item-align:center;-ms-grid-row-align:center;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:4px}.e-toolbar.e-hidden,.e-toolbar .e-toolbar-items .e-toolbar-item.e-hidden{display:none}.e-toolbar.e-corner{border-radius:4px}.e-toolbar .e-toolbar-pop{border-radius:4px;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{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:start;justify-content:flex-start;min-height:38px;padding:6px 12px}.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon{margin:0;padding:0 4px 0 0;width:auto}.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text{padding:0 0 0 4px}.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon{min-width:12px}.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{-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:38px;-ms-flex-pack:center;justify-content:center}.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{text-align:center}.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;margin-left:8px}.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:8px;margin-right:initial}.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:8px}.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:8px}.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child{margin-left:0;margin-right:8px}.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:8px}.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:8px;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:8px;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:8px}.e-toolbar.e-rtl .e-hor-nav{left:0;right:auto;border-radius:0 0 0 0}.e-toolbar .e-hor-nav{-ms-flex-align:center;align-items:center;border-radius:0 0 0 0;cursor:pointer;display:-ms-flexbox;display:flex;height:100%;min-height:38px;overflow:hidden;position:absolute;right:0;top:0;width:28px}.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{color:#6c757d;display:table-cell;text-align:center;vertical-align:middle;width:100%;font-size:18px}.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn{line-height:22px}.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon{line-height:16px;min-height:16px}.e-toolbar .e-toolbar-items{border-radius:0 0 0 0;display:inline-block;height:100%;min-height:38px;vertical-align:middle}.e-toolbar .e-toolbar-items.e-toolbar-multirow{margin-bottom:1px;margin-left:10px;margin-right:10px;white-space:normal}.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden{display:none}.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator{display:-ms-inline-flexbox;display:inline-flex}.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right{display:inline}.e-toolbar .e-toolbar-items.e-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-left,.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right{display:table;height:100%;top:0}.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left{position:absolute}.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right{right:0}.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left{left:0;line-height:35px}.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center{margin:0 auto}.e-toolbar .e-toolbar-items .e-toolbar-left,.e-toolbar .e-toolbar-items .e-toolbar-center,.e-toolbar .e-toolbar-items .e-toolbar-right{display:inline-block}.e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child{margin-left:8px}.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child{margin-left:8px}.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:8px}.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:8px}.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:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child{margin-right:8px}.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:8px}.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content>.e-toolbar-item:last-child{margin-right:8px}.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:8px}.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{-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;min-height:38px;vertical-align:middle;width:auto}.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator){height:inherit;min-width:28px;padding:4px}.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator{margin:5px 10px;min-height:24px;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-bottom:5px}.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn{height:calc(100% - 10px);margin:0;min-height:32px;min-width:32px;padding:0 4px;border-radius:4px}.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon{padding:4px}.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:4px}.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon{margin:0;min-width:12px;width:auto;padding-bottom:4px}.e-toolbar .e-toolbar-items .e-toolbar-item>*{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;text-overflow:ellipsis}.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator{height:24px;vertical-align:middle}.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator+.e-separator{display:none}.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type,.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:first-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:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:18px;font-weight:400;overflow:hidden;padding:0 4px;text-align:center;text-decoration:none;text-transform:none}.e-toolbar .e-tbar-btn .e-icons.e-btn-icon{font-size:18px;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:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;line-height:inherit;vertical-align:middle;width:auto}.e-toolbar.e-vertical{display:-ms-flexbox;display:flex;-ms-flex-direction:column;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-left,.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right{height:auto}.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left{left:auto;right:auto;top:0}.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right{bottom:0;left:auto;right:auto}.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child{margin-left:0}.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin-right:0}.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item{display:-ms-flexbox;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 7px;min-height:auto}.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn{margin:0}.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:rgba(0,0,0,0);background:#f8f9fa;border:0 solid #dee2e6;box-shadow:none}.e-toolbar.e-vertical .e-hor-nav{border:solid #dee2e6;border-width:0 0 0 0}.e-toolbar.e-vertical.e-rtl .e-hor-nav{border:solid #dee2e6;border-width:0 0 0 0}.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator{border-width:0 0 1px 0}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay{background:#f8f9fa}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator{border:solid #dee2e6;border-width:0 1px 0 0}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons{color:#6c757d}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{background:#f8f9fa;box-shadow:none;color:#212529}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text{color:#212529}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus{background:#5c636a;border-color:#6c757d;border-radius:0;color:#6c757d}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-toolbar-item .e-tbar-btn-text,.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons{color:#fff}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover{background:#5c636a;border-color:#6c757d;border-radius:0;color:#6c757d}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-toolbar-item .e-tbar-btn-text,.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons{color:#fff}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active{background:#565e64;border-color:#dee2e6;border-radius:0;box-shadow:none;color:#495057}.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons{color:#fff}.e-toolbar .e-tbar-btn.e-btn .e-icons{color:#6c757d;padding-bottom:4px}.e-toolbar .e-toolbar-pop{background:#fff;border:0 solid #dee2e6;box-shadow:0 16px 48px rgba(0,0,0,.175)}.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn{background:rgba(0,0,0,0)}.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus{background:#5c636a}.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover{background:#5c636a}.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator){background:rgba(0,0,0,0)}.e-toolbar.e-extended-toolbar .e-toolbar-pop{background:#f8f9fa}.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:#5c636a;border:0;box-shadow:none;border-left:0 #dee2e6 #5c636a}.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons{color:#fff}.e-toolbar .e-tbar-btn{background:#f8f9fa;box-shadow:none;color:#212529}.e-toolbar .e-tbar-btn:focus{background:#5c636a;border-color:#6c757d;border-radius:0;color:#6c757d}.e-toolbar .e-tbar-btn:focus .e-icons,.e-toolbar .e-tbar-btn:focus .e-tbar-btn-text{color:#fff;padding-bottom:4px}.e-toolbar .e-tbar-btn:hover{background:#5c636a;border-color:#6c757d;border-radius:0;color:#6c757d}.e-toolbar .e-tbar-btn:hover .e-icons,.e-toolbar .e-tbar-btn:hover .e-tbar-btn-text{color:#fff;padding-bottom:4px}.e-toolbar .e-toolbar-items{background:#f8f9fa}.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay{background:#f8f9fa}.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text{color:#495057}.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons{color:#495057}.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator{border:solid #dee2e6;border-width:0 1px 0 0}.e-toolbar.e-rtl .e-hor-nav{background:#f8f9fa;border:solid #dee2e6;border-left:0;border-width:0 0 0 0}.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover{background:#5c636a;color:#6c757d}.e-toolbar .e-hor-nav{background:#f8f9fa;border:solid #dee2e6;border-width:0 0 0 0}.e-toolbar .e-hor-nav::after{content:""}.e-toolbar .e-hor-nav:active{border:0;box-shadow:none;color:#495057}.e-toolbar .e-hor-nav:active::after{content:""}.e-toolbar .e-hor-nav:hover{background:#5c636a;border-left:0;color:#fff}.e-toolbar .e-hor-nav:hover .e-icons{color:inherit}.e-toolbar .e-hor-nav:focus{background:#5c636a;border-left:0;border-color:#6c757d;color:#fff}.e-toolbar .e-hor-nav:focus .e-icons{color:inherit}.e-toolbar .e-tbar-btn:active{background:#e9ecef;background:#565e64;border-color:#dee2e6;border-radius:0;box-shadow:none;color:#495057}/*! Toolbar's bootstrap5 theme wise override definitions and variables *//*! Tab's bootstrap5 theme wise override definitions and variables *//*! Horizontal Tab *//*! Bootstrap 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:""}.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before{content:""}.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before{content:""}.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before{content:""}.e-tab .e-tab-header .e-close-icon::before{content:"";position:relative}.e-tab .e-tab-header .e-popup-up-icon::before{content:""}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-popup-up-icon::before{content:""}}.e-tab .e-tab-header .e-popup-down-icon::before{content:""}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-popup-down-icon::before{content:""}}@media screen and (max-width: 480px){.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before{content:""}.e-tab.e-vertical-icon .e-tab-header .e-popup-down-icon::before{content:""}}.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before{content:""}.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before{content:""}.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:""}.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:""}.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:""}.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:""}.e-tab-clone-element .e-close-icon::before{content:"";position:relative}/*! tab layout */.e-bigger .e-tab .e-tab-header,.e-tab.e-bigger .e-tab-header{height:42px;min-height:42px}.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;height:42px;min-height:42px}.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 2px 0 0}}.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator+.e-toolbar-item:last-child.e-active,.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator+.e-toolbar-item:last-child.e-active{margin:1px 2px 0 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 2px 0 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 2px 0 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 2px 0 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;border-radius:4px;width:38px}.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:42px;margin:0;min-height:42px;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-itop,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom{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:42px;padding:0 16px}@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 15px}}.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:42px}.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:16px}.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 2px 0 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 2px 0 0}}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before{position:relative;top:-0.5px}.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:42px;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:42px}.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:2px 0 0 8px}@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 8px}}.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before{font-size:12px}@media screen and (max-width: 480px){.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before{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;line-height: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:16px}.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 20px}.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 8px}@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 10px}}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop,.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom{height:72px}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,.e-bigger .e-tab .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-wrap,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap{height:72px}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap{height:72px}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap{height:auto}.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon{right:20px}.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:8px 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-itop .e-text-wrap,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .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:40px;min-height:40px}.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:40px;padding:0 24px}@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 24px}}.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:40px}.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-itop .e-close-icon,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon{right:24px}.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-bigger .e-tab .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),.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator){min-height:50px}@media screen and (max-width: 480px){.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-bigger .e-tab .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),.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator){min-height:50px}}.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-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-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,.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{height:50px}@media screen and (max-width: 480px){.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-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-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,.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{height:50px}}.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .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-itop .e-tab-text,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .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:42px;min-height:42px;padding:0}@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}}.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-right-nav{padding:0}.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav,.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-left-nav{padding:0}.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:38px;line-height:38px;width:38px}@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:38px;line-height:38px;width:38px}}.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:38px;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:42px;min-height:42px;padding:0}@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}}.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon{font-size:12px;height:38px;line-height:38px;width:38px}@media screen and (max-width: 480px){.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon{font-size:12px;height:38px;line-height:38px;width:38px}}.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before{font-size:12px;line-height:38px;top:0;vertical-align:initial}@media screen and (max-width: 480px){.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before{font-size:16px}}.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover,.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover{line-height:38px}.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 .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 .e-popup-down-icon:hover::before{top:0;line-height:38px;top:.5px}.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon{line-height:38px}.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before{top:0;line-height:38px}.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover{line-height:38px;top:-2px}.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-hor-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-bigger .e-tab .e-tab-header .e-scroll-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-hor-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,.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon{line-height:15px}.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-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-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-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{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 2px 0 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 2px 0 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 2px 0 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:1px}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before{top:.5px}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap{height:initial}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before{top:1.5px}.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 2px 0 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 2px 0 0}}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text{padding-top:.5px}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before{top:0}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom{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:42px;padding:0}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap{height:42px}.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap{height:initial}.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 16px}.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon{right:-20px}.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 16px}.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before{line-height:48px}.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,.e-bigger .e-tab .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,.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after{font-size:16px;line-height:48px;margin:0 0 0 8px}.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-toolbar-items,.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-items{height:72px}.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav,.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-scroll-nav{height:72px}.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav,.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav{height:72px}@media screen and (max-width: 480px){.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,.e-bigger .e-tab.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,.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before{font-size:12px}}.e-bigger .e-tab.e-vertical-icon.e-rtl .e-toolbar-item.e-active,.e-tab.e-bigger.e-vertical-icon.e-rtl .e-toolbar-item.e-active{margin:0 0 0 2px}.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-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus{height:42px}.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-text-wrap{height:42px}.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-bigger .e-tab.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,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus{height:72px}.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .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-tab.e-bigger.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-tab-wrap:focus .e-text-wrap{height:auto}.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-ibottom.e-active .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-ibottom.e-active .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-tab-wrap:focus,.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus{height:40px}.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-tab-wrap:focus .e-text-wrap{height:40px}.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-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-ibottom .e-tab-wrap:focus{height:42px}.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:42px;padding:0}.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-hor-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-bigger .e-tab.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-hor-nav.e-ie-align .e-popup-up-icon,.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-scroll-nav.e-ie-align .e-popup-up-icon,.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon{line-height:15px}.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-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-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-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{line-height:15px}.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-hor-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-edge .e-tab-header .e-scroll-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-hor-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-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-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-tab.e-bigger.e-safari .e-tab-header .e-close-icon::before{top:0}.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-hor-nav .e-popup-down-icon::before,.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before,.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-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-hor-nav .e-popup-down-icon::before,.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before,.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before{top:0}.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-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-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-scroll-nav .e-nav-left-arrow::before,.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before{top:0}.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active{margin:0}.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator){margin:0 0 0 2px}.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active,.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active{margin:0 0 0 2px}.e-bigger .e-tab.e-fill .e-tab-header,.e-tab.e-bigger.e-fill .e-tab-header{height:42px;min-height:42px}@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:42px;min-height:42px}}.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:42px}@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:42px}}.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:42px;margin:0 2px 0 0;min-height:42px}@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:42px;min-height:42px}}.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop,.e-bigger .e-tab.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,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom{height:72px;min-height:72px}.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:42px;padding:0 20px}@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:42px;padding:0 20px}}.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:42px}@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:42px}}.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:42px}@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:42px}}.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:42px}@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:42px}}.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,.e-bigger .e-tab.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,.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap{height:72px}.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-bigger .e-tab.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),.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom: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 16px}.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:50px}.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,.e-bigger .e-tab.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,.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap{height:auto}.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-bigger .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-bigger.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{height:50px}.e-bigger .e-tab.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{height:42px}.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-text-wrap{height:42px}.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-bigger .e-tab.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,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus{height:72px}.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab.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,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}@media screen and (max-width: 480px){.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab.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,.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .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 0 0 2px}.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 .e-tab-wrap,.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap{padding:0 20px}@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 20px}}.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:42px}.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 16px}.e-bigger .e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),.e-tab.e-bigger.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator){margin:0 0 0 2px}.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-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-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator){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 10px 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 10px 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 10px 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 8px 0 0}}.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon,.e-bigger .e-tab.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,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon{left:20px;right:auto}.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,.e-bigger .e-tab.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,.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .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-itop .e-close-icon,.e-bigger .e-tab.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,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon{left:24px;right:auto}.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-bigger .e-tab.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,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .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-itop .e-tab-text,.e-bigger .e-tab.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,.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .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-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-right-nav{padding:0}.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-left-nav,.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-left-nav{padding:0}.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-itop .e-close-icon,.e-bigger .e-tab.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,.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon{left:-20px}.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 16px}.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after,.e-bigger .e-tab.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,.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-down-icon::after{margin:0 8px 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:32px;min-height:32px}@media screen and (max-width: 480px){.e-tab .e-tab-header{height:42px;min-height:42px}}.e-tab .e-tab-header::before{content:"";position:absolute;display:block}.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:32px;position:relative;height:32px;min-height:32px}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-items{min-height:42px;height:42px}}.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 2px 0 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[style*="overflow: hidden"] .e-toolbar-item:not(.e-separator).e-active{margin-bottom:0}.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav{width:40px;border-radius:4px;width:32px}.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0 2px 0 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 2px 0 0}}.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active{margin:0 2px 0 0}.e-tab .e-tab-header .e-hscroll-bar{overflow:hidden}.e-tab .e-tab-header .e-indicator{display:none;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(0.35, 0, 0.25, 1),right .25s cubic-bezier(0.35, 0, 0.25, 1)}.e-tab .e-tab-header .e-toolbar-item.e-hidden{display:none}.e-tab .e-tab-header .e-toolbar-item:not(.e-separator){height:32px;margin:0;min-height:32px;min-width:auto;padding:0}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item:not(.e-separator){height:42px;min-height:42px}}.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap{height:32px;padding:0 12px;width:100%}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap{height:42px;padding:0 15px}}.e-tab .e-tab-header .e-toolbar-item .e-text-wrap{-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;height:32px}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item .e-text-wrap{height:42px}}.e-tab .e-tab-header .e-toolbar-item .e-tab-text{display:inherit;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;font-weight:400;text-transform:capitalize}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item .e-tab-text{font-size:16px}}.e-tab .e-tab-header .e-toolbar-item.e-active{margin:0 2px 0 0;padding-bottom:0}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item.e-active{margin:0 2px 0 0}}.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap{height:32px;margin-top:0}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap{height:42px}}.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-wrap:hover{border:0}.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text{font-weight:400}.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before{top:-1px}.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:32px;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:42px}}.e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon{display:none;margin:0 0 0 6px;min-width:12px}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon{margin:0 0 0 8px}}.e-tab .e-tab-header .e-toolbar-item .e-close-icon,.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before{font-size:10px}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item .e-close-icon,.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before{font-size:12px}}.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before{top:0}.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon{display:-ms-inline-flexbox;display:inline-flex;height:24px;min-width:24px;width:24px;line-height:24px}@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:14px}@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{-ms-flex-pack:center;justify-content:center;padding:0 15px}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap{padding:0 16px}}.e-tab .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text{margin:0 0 0 8px}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text{margin:0 0 0 10px}}.e-tab .e-tab-header .e-toolbar-item.e-itop,.e-tab .e-tab-header .e-toolbar-item.e-ibottom{height:62px}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item.e-itop,.e-tab .e-tab-header .e-toolbar-item.e-ibottom{height:72px}}.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:62px;position:relative}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap{height:72px}}.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}.e-tab .e-tab-header .e-toolbar-item.e-itop .e-text-wrap,.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap{display:block;height:auto}.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap{height:auto}.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap .e-text-wrap,.e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap .e-text-wrap{height:auto}.e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon,.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon{position:absolute;right:15px;top:calc(50% - 6px)}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon,.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon{right:12px}}.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text{margin:8px 0 0}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text{margin:8px 0 0}}.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text{margin:0 0 8px}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text{margin:0 0 10px}}.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-top,.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-bottom{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;margin:auto}.e-tab .e-tab-header .e-toolbar-pop{overflow-y:auto;padding:5px 0}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item{height:26px;min-height:26px;min-width:auto}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item{height:50px;min-height:50px}}.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:26px;padding:0 20px;text-align:initial}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap{height:50px;padding:0 24px}}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap{height:26px;width:100%}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text{display:-ms-inline-flexbox;display:inline-flex;width:100%}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon{margin:0 0 0 8px}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before{top:0}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text+.e-close-icon[style="display:block"]{padding-right:10px}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text+.e-close-icon[style="display:block"]{padding-right:0}}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom{height:40px}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom{height:50px}}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator){min-height:40px}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator){min-height:50px}}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap{height:40px}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap{height:50px}}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-text-wrap,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-text-wrap{display:-ms-inline-flexbox;display:inline-flex;height:auto}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text{display:block;-ms-flex-pack:center;justify-content:center;margin:0 0 0 10px;padding-left:0;padding-right:10px}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text{-ms-flex-pack:center;justify-content:center;margin:0 0 0 12px;padding-left:0;padding-right:0}}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon{right:20px;top:initial}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text{margin:0}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-top,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-bottom{display:-ms-inline-flexbox;display:inline-flex}.e-tab .e-tab-header.e-close-show .e-icons.e-close-icon{-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;display:-ms-inline-flexbox;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:-ms-inline-flexbox;display:inline-flex}}.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap{margin-right:20px}.e-tab .e-tab-header .e-scroll-nav{height:32px;min-height:32px;min-width:auto;width:auto}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-scroll-nav{height:42px;min-height:42px}}.e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav{padding:0}.e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav{padding:0}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav{padding:0}}.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:10px;line-height:32px;position:relative;top:0;vertical-align:initial}.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow{font-size:10px;height:32px;line-height:32px;width:32px}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow{font-size:12px;height:38px;line-height:38px;width:38px}}.e-tab .e-tab-header .e-hor-nav{height:32px;min-height:32px;min-width:auto;padding:0;width:auto}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-hor-nav{height:42px;min-height:42px;padding:0}}.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon{font-size:10px;height:32px;line-height:32px;width:32px}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon{font-size:12px;height:38px;line-height:38px;width:38px}}.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before{font-size:10px;line-height:32px;position:relative;top:0;vertical-align:initial}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before{font-size:16px}}.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover{line-height:32px}.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before{top:0;line-height:32px;top:0}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before{line-height:43px}}.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon{transform:rotate(0deg);transition:none}@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:none}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon{transform:none;transition:none}}.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon{line-height:32px}.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before{top:0;line-height:32px;top:0}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before{line-height:43px}}.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover{line-height:32px;top:-0.5px}.e-tab .e-tab-header.e-horizontal-bottom::before{bottom:auto}.e-tab .e-tab-header.e-horizontal-bottom .e-hscroll-bar{margin-top:-1px}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0 2px 0 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 2px 0 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 2px 0 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 2px 0 0}}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap{height:32px;padding:0}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap{height:initial}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap{height:initial;padding:0}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap::before,.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap::before{bottom:auto;top:0}.e-tab .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before{display:none}.e-tab .e-tab-header.e-vertical{max-width:150px;z-index:1}.e-tab .e-tab-header.e-vertical::before{bottom:0;height:100%;left:0;top:0}.e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]::before{bottom:15px;height:auto;top:15px}@media screen and (max-width: 480px){.e-tab .e-tab-header.e-vertical[style*="overflow: hidden"]::before{bottom:0;top:0}}.e-tab .e-tab-header.e-vertical .e-indicator{display:none;transition:top .125s cubic-bezier(0.35, 0, 0.25, 1),bottom .25s cubic-bezier(0.35, 0, 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{margin:0}.e-tab .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator){margin:0}.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap{padding:0 12px}.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-text-wrap{position:relative;width:100%}.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text,.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-icon::before{text-align:center;width:100%}.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before{display:none}.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon,.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon{right:-15px}.e-tab .e-tab-header.e-vertical .e-toolbar-pop{top:initial !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;-ms-flex-pack:center;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 12px;width:100%}.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon{height:100%;transform:none;transition:none;width:100%}.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before{float:left;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;font-weight:400;line-height:36px;text-align:left;text-transform:capitalize;transform:none;transition:none}.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after{float:left;font-size:12px;line-height:36px;margin:0 0 0 8px;vertical-align:initial}@media screen and (max-width: 480px){.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after{font-size:16px}}.e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-nav,.e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-overlay{display:none}.e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items{height:auto}.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child{margin:0}.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator){margin:0}.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-itop .e-close-icon,.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon{left:-15px}.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav{padding:0 12px}.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before{float:right}.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after{float:right;margin:0 8px 0 0}.e-tab .e-content{position:relative}.e-tab .e-content .e-item.e-view{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.e-tab .e-content>.e-item{display:none}.e-tab .e-content>.e-item.e-active{background:inherit;display:block}.e-tab .e-content.e-progress{overflow:hidden}.e-tab.e-vertical-tab .e-content{display:-ms-flexbox;display:flex}.e-tab.e-vertical-tab .e-content .e-item.e-active{display:-ms-flexbox;display:flex;-ms-flex:none;flex:none}.e-tab.e-vertical-tab .e-content .e-item,.e-tab.e-vertical-tab .e-content .e-item>:first-child{width:100%}.e-tab.e-vertical-icon .e-tab-header{height:62px;min-height:62px}.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap::before,.e-tab.e-vertical-icon .e-tab-header.e-reorder-active-item .e-toolbar-pop .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before{display:none}.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items{height:62px}.e-tab.e-vertical-icon .e-tab-header .e-scroll-nav{height:62px}.e-tab.e-vertical-icon .e-tab-header .e-hor-nav{height:62px}@media screen and (max-width: 480px){.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,.e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before{font-size:12px}}.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-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-rtl .e-tab-header .e-toolbar-item.e-active{margin:0 0 0 2px}.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items{height:inherit}.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus{height:32px}.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap{height:32px}.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus{height:62px}.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap{height:auto}.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus{height:26px}.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap{height:26px}.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus{height:32px}.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap{height:32px;padding:0}.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap{height:auto}.e-tab.e-template .e-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:-ms-flexbox;display:flex}.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon{display:block;line-height:15px}.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow{display:block;line-height:14px}.e-tab.e-ie .e-tab-header .e-popup-up-icon,.e-tab.e-ie .e-tab-header .e-popup-down-icon{transform:none;transition:none}.e-tab.e-ie .e-tab-header .e-popup-up-icon::before{transform:rotate(0deg);transition:none}@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:none}@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:-ms-flexbox;display:flex}.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon{display:block;line-height:14px;position:relative}.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow{display:block;line-height:11px;position:relative}.e-tab.e-edge .e-tab-header .e-popup-up-icon{transform:rotate(0deg);transition:none}@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:none}@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(0deg);transition:none}@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:none}@media screen and (max-width: 480px){.e-tab.e-edge .e-tab-header .e-popup-down-icon::before{transform:none;transition:none}}.e-tab.e-safari .e-tab-header .e-close-icon::before{top:-1px}.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before,.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before,.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before,.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before{top:0}.e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before,.e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before,.e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before,.e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before{top:0}.e-tab.e-disable{pointer-events:none}.e-tab.e-fill .e-tab-header{height:32px;min-height:32px}@media screen and (max-width: 480px){.e-tab.e-fill .e-tab-header{height:42px;min-height:42px}}.e-tab.e-fill .e-tab-header::before{display:none}.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:32px}@media screen and (max-width: 480px){.e-tab.e-fill .e-tab-header .e-toolbar-items{min-height:42px}}.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:32px;margin:0 2px 0 0;min-height:32px}@media screen and (max-width: 480px){.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator){height:42px;min-height:42px}}.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop,.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom{height:62px;min-height:62px}.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap{height:32px;padding:0 15px}@media screen and (max-width: 480px){.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap{height:42px;padding:0 15px}}.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap{height:32px}@media screen and (max-width: 480px){.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap{height:42px}}.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:32px}@media screen and (max-width: 480px){.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap{height:42px}}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text{font-weight:400}.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:32px}@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:42px}}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,.e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap{height:62px}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-text-wrap,.e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap{height:auto}.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator){height:auto}.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active,.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active{padding:0}.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-itop,.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-itop,.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-itop{padding-top:0}.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active{margin-right:0;padding:0}.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap{height:32px}@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:42px}}.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:44px}.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap{height:auto}.e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items{height:inherit}.e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap{padding:0 12px}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus{height:32px}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap{height:32px}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus{height:62px}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}@media screen and (max-width: 480px){.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}}.e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator){margin:0 0 0 2px}.e-tab.e-fill.e-vertical-icon .e-tab-header{height:60px;min-height:60px}.e-tab.e-background .e-tab-header::before{display:none}.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 2px 0 0}.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap{padding:0 15px}@media screen and (max-width: 480px){.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap{padding:0 20px}}.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:32px}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text{font-weight:400}.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap{padding:0 12px}.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:26px}.e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator){margin:0 0 0 2px}.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-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active{margin:0}.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator){margin:0}.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left+.e-tab-text{margin:0 8px 0 0}.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon{margin:0 8px 0 0}.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon,.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon{left:15px;right:auto}.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap{margin-left:20px;margin-right:0}.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator){margin:0 0 0 2px}.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active{margin:0 0 0 2px}.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active .e-tab-text{margin-bottom:0}.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item{margin:0}.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text{padding-left:10px;padding-right:0}@media screen and (max-width: 480px){.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text{padding-left:0}}.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon{margin:0}.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon{left:16px;right:auto}.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon,.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon{left:24px;right:auto}.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text{margin:0;padding-left:10px;padding-right:0}@media screen and (max-width: 480px){.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text{margin:0;padding-left:10px;padding-right:0}}.e-tab.e-rtl .e-tab-header .e-hor-nav,.e-tab.e-rtl .e-tab-header .e-scroll-right-nav{padding:0}.e-tab.e-rtl .e-tab-header .e-scroll-left-nav{padding:0}.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before{display:none}.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after{margin:0;width:100%}.e-tab-clone-element{overflow:visible;z-index:10000}.e-tab-clone-element:not(.e-separator){height:32px;margin:0;min-height:32px;min-width:auto;padding:0}@media screen and (max-width: 480px){.e-tab-clone-element:not(.e-separator){height:42px;min-height:42px}}.e-tab-clone-element .e-tab-wrap{height:32px;padding:0 12px;width:100%}@media screen and (max-width: 480px){.e-tab-clone-element .e-tab-wrap{height:42px;padding:0 15px}}.e-tab-clone-element .e-text-wrap{-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;height:32px}@media screen and (max-width: 480px){.e-tab-clone-element .e-text-wrap{height:42px}}.e-tab-clone-element .e-tab-text{display:inherit;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;font-weight:400;text-transform:capitalize}@media screen and (max-width: 480px){.e-tab-clone-element .e-tab-text{font-size:16px}}.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:-ms-inline-flexbox;display:inline-flex;height:24px;min-width:24px;width:24px;line-height:24px}@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:14px}@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{-ms-flex-pack:center;justify-content:center;padding:0 15px}@media screen and (max-width: 480px){.e-tab-clone-element.e-icon .e-tab-wrap{padding:0 16px}}.e-tab-clone-element .e-icon-left+.e-tab-text{margin:0 0 0 8px}@media screen and (max-width: 480px){.e-tab-clone-element .e-icon-left+.e-tab-text{margin:0 0 0 10px}}.e-tab-clone-element.e-itop,.e-tab-clone-element.e-ibottom{height:62px}@media screen and (max-width: 480px){.e-tab-clone-element.e-itop,.e-tab-clone-element.e-ibottom{height:72px}}.e-tab-clone-element.e-itop .e-tab-wrap,.e-tab-clone-element.e-ibottom .e-tab-wrap{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:62px;position:relative}@media screen and (max-width: 480px){.e-tab-clone-element.e-itop .e-tab-wrap,.e-tab-clone-element.e-ibottom .e-tab-wrap{height:72px}}.e-tab-clone-element.e-itop .e-tab-wrap:focus .e-text-wrap,.e-tab-clone-element.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}.e-tab-clone-element.e-itop .e-text-wrap,.e-tab-clone-element.e-ibottom .e-text-wrap{display:block;height:auto}.e-tab-clone-element.e-itop .e-close-icon,.e-tab-clone-element.e-ibottom .e-close-icon{position:absolute;right:15px;top:calc(50% - 6px)}@media screen and (max-width: 480px){.e-tab-clone-element.e-itop .e-close-icon,.e-tab-clone-element.e-ibottom .e-close-icon{right:12px}}.e-tab-clone-element.e-itop .e-tab-text{margin:8px 0 0}@media screen and (max-width: 480px){.e-tab-clone-element.e-itop .e-tab-text{margin:8px 0 0}}.e-tab-clone-element.e-ibottom .e-tab-text{margin:0 0 8px}@media screen and (max-width: 480px){.e-tab-clone-element.e-ibottom .e-tab-text{margin:0 0 10px}}.e-tab-clone-element .e-tab-icon.e-icon-top,.e-tab-clone-element .e-tab-icon.e-icon-bottom{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;margin:auto}.e-tab-clone-element.e-close-show .e-icons.e-close-icon{-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;display:-ms-inline-flexbox;display:inline-flex}@media screen and (max-width: 480px){.e-tab-clone-element.e-close-show .e-icons.e-close-icon{display:none}}.e-tab-clone-element.e-close-show .e-toolbar-item.e-itop .e-text-wrap,.e-tab-clone-element.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap{margin-right:20px}.e-bigger .e-tab-clone-element:not(.e-separator){height:42px;margin:0;min-height:42px;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-itop,.e-bigger .e-tab-clone-element:not(.e-separator).e-ibottom{height:72px;min-height:72px}.e-bigger .e-tab-clone-element .e-tab-wrap{height:42px;padding:0 16px}@media screen and (max-width: 480px){.e-bigger .e-tab-clone-element .e-tab-wrap{padding:0 15px}}.e-bigger .e-tab-clone-element .e-text-wrap{height:42px}.e-bigger .e-tab-clone-element .e-tab-text{font-size:16px}.e-bigger .e-tab-clone-element .e-icons.e-close-icon{cursor:pointer;margin:2px 0 0 8px}@media screen and (max-width: 480px){.e-bigger .e-tab-clone-element .e-icons.e-close-icon{margin:0 0 0 8px}}.e-bigger .e-tab-clone-element .e-icons.e-close-icon,.e-bigger .e-tab-clone-element .e-close-icon::before{font-size:12px}@media screen and (max-width: 480px){.e-bigger .e-tab-clone-element .e-icons.e-close-icon,.e-bigger .e-tab-clone-element .e-close-icon::before{font-size:12px}}.e-bigger .e-tab-clone-element .e-icons.e-tab-icon{height:24px;min-width:24px;width:24px;line-height:24px}.e-bigger .e-tab-clone-element .e-tab-icon,.e-bigger .e-tab-clone-element .e-tab-icon::before{font-size:16px}.e-bigger .e-tab-clone-element.e-icon .e-tab-wrap{padding:0 20px}.e-bigger .e-tab-clone-element .e-icon-left+.e-tab-text{margin:0 0 0 8px}@media screen and (max-width: 480px){.e-bigger .e-tab-clone-element .e-icon-left+.e-tab-text{margin:0 0 0 10px}}.e-bigger .e-tab-clone-element.e-itop,.e-bigger .e-tab-clone-element.e-ibottom{height:72px}.e-bigger .e-tab-clone-element.e-itop .e-tab-wrap,.e-bigger .e-tab-clone-element.e-ibottom .e-tab-wrap{height:72px}.e-bigger .e-tab-clone-element.e-itop .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab-clone-element.e-ibottom .e-tab-wrap:focus .e-text-wrap{height:auto}.e-bigger .e-tab-clone-element.e-itop.e-active .e-tab-wrap,.e-bigger .e-tab-clone-element.e-ibottom.e-active .e-tab-wrap{height:72px}.e-bigger .e-tab-clone-element.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,.e-bigger .e-tab-clone-element.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap{height:auto}.e-bigger .e-tab-clone-element.e-itop .e-close-icon,.e-bigger .e-tab-clone-element.e-ibottom .e-close-icon{right:20px}.e-bigger .e-tab-clone-element.e-itop .e-tab-text{margin:8px 0 0}.e-bigger .e-tab-clone-element.e-ibottom .e-tab-text{margin:0 0 10px}/*! tab theme */.e-tab{background:rgba(0,0,0,0);border:none}.e-tab .e-tab-header{background:inherit;border:0;border-radius:0}.e-tab .e-tab-header::before{border-color:#dee2e6;border-style:solid}.e-tab .e-tab-header:not(.e-vertical)::before{border-width:0 0 1px}.e-tab .e-tab-header[style*="overflow: hidden"]{border:0}.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active{border-bottom:1px solid #fff}.e-tab .e-tab-header .e-toolbar-items{background:inherit}.e-tab .e-tab-header .e-indicator{background:#dee2e6}.e-tab .e-tab-header .e-toolbar-item{background:inherit;border:1px solid rgba(0,0,0,0)}.e-tab .e-tab-header .e-toolbar-item .e-ripple-element{background:rgba(0,0,0,.12)}.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap{border-radius:4px;color:#0d6efd;border:1px solid rgba(0,0,0,0)}.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon{color:#6c757d}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap{color:#495057}.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon{color:#495057}.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon{color:rgba(108,117,125,.87)}}.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover{background:rgba(0,0,0,0);border:1px solid #dee2e6;border-radius:4px 4px 0 0}@media screen and (max-width: 480px){.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover{background:initial}}.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon{color:#0a58ca}.e-tab .e-tab-header .e-toolbar-item.e-active{border:1px solid #dee2e6;border-radius:4px 4px 0 0}.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap{border:0}.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon{color:#495057}.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon{color:#495057}.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-icon,.e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-icon{color:#6c757d}.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text,.e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text{color:#495057}.e-tab .e-tab-header .e-toolbar-item .e-close-icon{color:#6c757d}.e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover{color:#0a58ca}.e-tab .e-tab-header .e-toolbar-item .e-close-icon:active{color:#0d6efd}.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay{background:inherit;opacity:1;pointer-events:none}.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-text,.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-icon{color:#adb5bd}.e-tab .e-tab-header.e-reorder-active-item:not(.e-vertical) .e-toolbar-pop .e-toolbar-item.e-active{border:1px solid #fff}.e-tab .e-tab-header .e-toolbar-pop{background:#fff;border:1px #000;border-radius:4px;box-shadow:0 16px 48px rgba(0,0,0,.175);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 16px 48px rgba(0,0,0,.175)}}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon{color:#212529}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover{background:#dee2e6;border:1px solid rgba(0,0,0,0);border-radius:0}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon{color:#0a58ca}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active{background:#e9ecef}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon{color:#fff}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon{color:#495057}.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon{color:#adb5bd}.e-tab .e-tab-header .e-scroll-nav,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav{background:inherit;border:0}.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow{color:#6c757d}.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover{background:#dee2e6;color:#0a58ca}.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active{box-shadow:none}.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow{background:#e9ecef;color:#6c757d}.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover{background:#dee2e6;color:#0a58ca}.e-tab .e-tab-header .e-scroll-nav:active,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active{border:3px solid #adb5bd}.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow{color:#495057}.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover{color:#495057}.e-tab .e-tab-header .e-hor-nav,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav){background:rgba(0,0,0,0);border:0}.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon{color:#495057;border:0}.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover{background:#dee2e6;border:0;border-radius:4px}.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:#0a58ca;border:0}.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon{background:#e9ecef;border:0;border-radius:4px;color:#6c757d}.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover{background:#dee2e6;border:0;border-radius:4px}.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active{background:#dee2e6;border:0;border-radius:4px;box-shadow:inset 0 2px 4px rgba(0,0,0,.075)}.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:rgba(0,0,0,0)}.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;background:#e9ecef;border:3px solid #adb5bd;border-radius:4px}.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"]{border:0}.e-tab .e-tab-header.e-horizontal-bottom[style*="overflow: hidden"] .e-toolbar-items{border-bottom:0;border-top:1px solid #fff}.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active{border-bottom:1px solid #dee2e6;border-radius:0 0 4px 4px;border-top:1px solid #fff;border-top-color:#fff}.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:1px solid #dee2e6;border-top:1px solid #dee2e6}.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active{border-radius:4px 0 0 4px;border-right:1px solid #fff}.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active{border-left:1px solid #fff;border-radius:0 4px 4px 0}.e-tab .e-tab-header.e-vertical .e-toolbar-pop{box-shadow:0 16px 48px rgba(0,0,0,.175)}.e-tab .e-tab-header.e-vertical .e-scroll-nav{background:inherit;border:1px solid rgba(0,0,0,0)}.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-up-nav{border-bottom-color:rgba(222,226,230,.12)}.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-down-nav{border-top-color:rgba(222,226,230,.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(233,236,239,.12)}.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow{color:#0a58ca}.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(233,236,239,.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-up-icon,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon{border:0}.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover,.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover{background:inherit;border:0;color:#212529}.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon{background:inherit;border:0}.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover,.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active,.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active:hover,.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover,.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active,.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active:hover{background:inherit;border:0;box-shadow:none}.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon{border:0}.e-tab.e-focused>.e-tab-header .e-toolbar-item .e-tab-wrap:focus{background:rgba(233,236,239,.12);border:1px solid #6c757d}.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:#0a58ca}.e-tab.e-focused>.e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon{color:#6c757d}.e-tab.e-focused>.e-tab-header .e-scroll-nav:focus .e-nav-arrow{color:#6c757d}.e-tab.e-focused>.e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-tab.e-focused>.e-tab-header .e-hor-nav:focus .e-popup-down-icon{color:#6c757d}.e-tab.e-focused>.e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow{border:0}.e-tab.e-focused>.e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,.e-tab.e-focused>.e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon{border:0}.e-tab.e-focused>.e-tab-header.e-vertical .e-hor-nav:focus{outline:0}.e-tab.e-disable{pointer-events:none}.e-tab.e-disable .e-tab-header .e-indicator{background:rgba(222,226,230,.38)}.e-tab.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap{color:#adb5bd}.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-text,.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-icon{color:rgba(222,226,230,.38)}.e-tab.e-disable .e-content{opacity:.38}.e-tab.e-fill .e-tab-header{border-bottom:0}.e-tab.e-fill .e-tab-header .e-toolbar-items.e-hscroll{border:0}.e-tab.e-fill .e-tab-header .e-toolbar-item{border:0}.e-tab.e-fill .e-tab-header .e-toolbar-item .e-ripple-element{background:rgba(0,0,0,.05)}.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap{color:#0d6efd}.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon{color:#0a58ca}.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:#0d6efd;border-radius:4px}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon{color:#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-text,.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon{color:#fff}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon{color:#fff}.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover{color:#0d6efd;color:#fff}.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover{background:#e9ecef}.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text,.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon,.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon{color:#fff}.e-tab.e-fill .e-tab-header.e-horizontal-bottom{border-bottom:0;border-top:0}.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:0}.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-right{border-left:0}.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:0}.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap{color:#adb5bd}.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active{opacity:.65}.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(13,110,253,.38)}.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon,.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon{color:#6c757d}.e-tab.e-fill.e-disable .e-tab-header.e-horizontal-bottom{border-bottom:0;border-top:0}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon{color:#0a58ca}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus{background:rgba(233,236,239,.8)}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon{color:#adb5bd}.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon{color:#212529}.e-tab.e-background .e-tab-header{background:#0d6efd;border:0}.e-tab.e-background .e-tab-header .e-toolbar-items{background:inherit}.e-tab.e-background .e-tab-header .e-toolbar-items.e-hscroll{border:0}.e-tab.e-background .e-tab-header .e-indicator{background:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item{border:0;margin: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:inherit}.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon,.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon{color:#e7f1ff}.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon:hover{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover{background:rgba(0,0,0,0)}.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active{border:0;margin:0}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap{background:#fff;border-color:#0d6efd;border-radius:4px 4px 0 0;border-style:solid;border-width:2px 2px 0}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon{color:#495057}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus{background:#0b5ed7;background-color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon{color:#fff;color:#495057}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon{color:#495057}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon{color:#fff}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover{color:#0d6efd}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text{color:#495057}.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap,.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap{background:rgba(13,110,253,0)}.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-icon,.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-close-icon{color:rgba(222,226,230,.38)}.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item{background:inherit}.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon{color:#e7f1ff}.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover{background:#0b5ed7;background:#e9ecef}.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon{color:#fff}.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow,.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow{color:#e7f1ff}.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover,.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover{background:inherit;color:#6c757d}.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow,.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow{color:#6c757d}.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover,.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover{background:inherit;color:#6c757d}.e-tab.e-background .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active::after,.e-tab.e-background .e-tab-header .e-scroll-nav:active::after{animation:none}.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon,.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon{color:#e7f1ff}.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover,.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover{background:inherit;color:#6c757d;background:#6c757d;background:#dee2e6}.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon,.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon{color:#6c757d}.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav):active::after,.e-tab.e-background .e-tab-header .e-hor-nav:active::after{animation:none}.e-tab.e-background .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-popup-up-icon,.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon{color:#6c757d}.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active{border:0;margin:0}.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap{border-color:#0d6efd;border-radius:0 0 4px 4px;border-style:solid;border-width:0 2px 2px}.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active{border:0;margin:0}.e-tab.e-background .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active .e-tab-wrap{border-color:#0d6efd;border-radius:4px 0 0 4px;border-style:solid;border-width:2px 0 2px 2px}.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active{border:0;margin:0}.e-tab.e-background .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active .e-tab-wrap{border-color:#0d6efd;border-radius:0 4px 4px 0;border-style:solid;border-width:2px 2px 2px 0}.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow{border:0}.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow{border:0}.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover{background:none}.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow{color:#6c757d}.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon{background:inherit;border-color:rgba(0,0,0,0)}.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover,.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover{background:inherit;border-color:rgba(0,0,0,0)}.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover,.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover{background:inherit;border-color:rgba(0,0,0,0)}.e-tab.e-background.e-disable .e-tab-header .e-indicator{background:#dee2e6}.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap{color:rgba(222,226,230,.38)}.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon{color:rgba(222,226,230,.38)}.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon{color:rgba(222,226,230,.38)}.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active{opacity:.65}.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:#0d6efd;color:#6c757d}.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon,.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon{color:#6c757d}.e-tab.e-background.e-accent .e-tab-header .e-indicator{background:#dee2e6}.e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator{background:rgba(222,226,230,.38)}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus{background:#e9ecef}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon{color:#e7f1ff}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus{background:rgba(13,110,253,.12)}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon{color:#495057}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover{border:1px solid #dee2e6;border-radius:4px 4px 0 0}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon{color:#495057}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon{color:#495057}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap{background:rgba(13,110,253,0)}.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus,.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap:focus{background:rgba(13,110,253,.12)}.e-tab.e-background.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow{color:#6c757d}.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon,.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon{color:#6c757d}.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:#212529}.e-tab-clone-element{background:#dee2e6;color:#343a40}.e-tab-clone-element .e-tab-wrap{border-radius:4px;color:#343a40;border:1px solid rgba(0,0,0,0)}.e-tab-clone-element .e-tab-wrap .e-tab-icon{color:#343a40}/*! TreeView's bootstrap5 theme wise override definitions and variables *//*! TreeView icons */.e-treeview .e-list-item div.e-icons::before{content:""}.e-treeview .e-sibling::before{content:""}.e-treeview .e-popup .e-icons::before{content:""}.e-treeview.e-drag-item .e-icons.e-drop-in::before{content:""}.e-treeview.e-drag-item .e-icons.e-drop-out::before{content:""}.e-treeview.e-drag-item .e-icons.e-drop-next::before{content:""}.e-treeview.e-drag-item .e-icons.e-no-drop::before{content:""}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.e-bigger .e-treeview .e-ul,.e-treeview.e-bigger .e-ul{padding:0 0 0 16px}.e-bigger .e-treeview .e-list-item .e-ul,.e-treeview.e-bigger .e-list-item .e-ul{padding:0 0 0 20px}.e-bigger .e-treeview .e-list-item .e-text-content,.e-treeview.e-bigger .e-list-item .e-text-content{padding:0 0 0 24px}.e-bigger .e-treeview .e-list-item .e-list-icon,.e-bigger .e-treeview .e-list-item .e-list-img,.e-treeview.e-bigger .e-list-item .e-list-icon,.e-treeview.e-bigger .e-list-item .e-list-img{height:24px;width:24px}.e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-frame,.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-frame{height:18px;line-height:17px;width:18px}.e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-check,.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-check{font-size:12px}.e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-stop,.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-stop{font-size:12px;line-height:17px}.e-bigger .e-treeview .e-list-item .e-checkbox-wrapper+.e-list-text,.e-treeview.e-bigger .e-list-item .e-checkbox-wrapper+.e-list-text{padding:0 12px}.e-bigger .e-treeview .e-icon-collapsible,.e-bigger .e-treeview .e-icon-expandable,.e-treeview.e-bigger .e-icon-collapsible,.e-treeview.e-bigger .e-icon-expandable{height:24px;margin:0 0 0 -24px;width:24px}.e-bigger .e-treeview.e-drag-item .e-drop-count,.e-treeview.e-bigger.e-drag-item .e-drop-count{padding:3px 5px 4px}.e-bigger .e-treeview .e-navigable .e-text-content,.e-treeview.e-bigger .e-navigable .e-text-content{-ms-flex-align:center;align-items:center;display:-ms-flexbox;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 12px 0 8px}.e-bigger .e-treeview .e-navigable .e-anchor-wrap,.e-treeview.e-bigger .e-navigable .e-anchor-wrap{padding:0 0 0 8px}.e-bigger .e-treeview .e-navigable .e-list-icon,.e-bigger .e-treeview .e-navigable .e-list-img,.e-bigger .e-treeview .e-navigable .e-list-icon+.e-list-img,.e-treeview.e-bigger .e-navigable .e-list-icon,.e-treeview.e-bigger .e-navigable .e-list-img,.e-treeview.e-bigger .e-navigable .e-list-icon+.e-list-img{margin:0 8px 0 0}.e-bigger .e-treeview .e-fullrow,.e-treeview.e-bigger .e-fullrow{height:42px}.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper+.e-list-text,.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper+.e-list-text{max-width:calc(100% - 29px)}.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper+.e-list-icon+.e-list-text,.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper+.e-list-img+.e-list-text,.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper+.e-list-icon+.e-list-text,.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper+.e-list-img+.e-list-text{max-width:calc(100% - 65px)}.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper+.e-list-icon+.e-list-img+.e-list-text,.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper+.e-list-icon+.e-list-img+.e-list-text{max-width:calc(100% - 101px)}.e-bigger .e-treeview.e-text-wrap .e-list-icon+.e-list-text,.e-bigger .e-treeview.e-text-wrap .e-list-img+.e-list-text,.e-treeview.e-bigger.e-text-wrap .e-list-icon+.e-list-text,.e-treeview.e-bigger.e-text-wrap .e-list-img+.e-list-text{max-width:calc(100% - 35px)}.e-bigger .e-treeview.e-text-wrap .e-list-icon+.e-list-img+.e-list-text,.e-treeview.e-bigger.e-text-wrap .e-list-icon+.e-list-img+.e-list-text{max-width:calc(100% - 71px)}.e-bigger .e-treeview .e-list-text,.e-treeview.e-bigger .e-list-text{line-height:40px;min-height:40px;padding:0 12px}.e-bigger .e-treeview .e-list-text .e-input-group,.e-treeview.e-bigger .e-list-text .e-input-group{height:40px}.e-bigger .e-treeview .e-list-text .e-input-group .e-input,.e-treeview.e-bigger .e-list-text .e-input-group .e-input{height:36px}.e-bigger .e-treeview .e-checkbox-wrapper,.e-treeview.e-bigger .e-checkbox-wrapper{margin:0 0 0 12px}.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 12px}.e-bigger .e-treeview .e-list-icon,.e-bigger .e-treeview .e-list-img,.e-treeview.e-bigger .e-list-icon,.e-treeview.e-bigger .e-list-img{margin:0 0 0 12px}.e-bigger .e-treeview .e-list-icon+.e-list-text,.e-bigger .e-treeview .e-list-img+.e-list-text,.e-treeview.e-bigger .e-list-icon+.e-list-text,.e-treeview.e-bigger .e-list-img+.e-list-text{padding:0 12px}.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-list-icon,.e-bigger .e-treeview .e-list-img+.e-list-img,.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-list-icon,.e-treeview.e-bigger .e-list-img+.e-list-img{margin:0 0 0 12px}.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:0px}.e-bigger .e-treeview.e-drag-item .e-text-content,.e-treeview.e-bigger.e-drag-item .e-text-content{padding-left:24px}.e-bigger .e-treeview.e-drag-item .e-icon-collapsible,.e-bigger .e-treeview.e-drag-item .e-icon-expandable,.e-treeview.e-bigger.e-drag-item .e-icon-collapsible,.e-treeview.e-bigger.e-drag-item .e-icon-expandable{font-size:24px}.e-bigger .e-treeview.e-drag-item .e-icon-collapsible::before,.e-bigger .e-treeview.e-drag-item .e-icon-expandable::before,.e-treeview.e-bigger.e-drag-item .e-icon-collapsible::before,.e-treeview.e-bigger.e-drag-item .e-icon-expandable::before{font-size:24px}.e-bigger .e-treeview.e-rtl .e-ul,.e-treeview.e-bigger.e-rtl .e-ul{padding:0 16px 0 0}.e-bigger .e-treeview.e-rtl .e-list-item .e-ul,.e-treeview.e-bigger.e-rtl .e-list-item .e-ul{padding:0 20px 0 0}.e-bigger .e-treeview.e-rtl .e-list-item .e-text-content,.e-treeview.e-bigger.e-rtl .e-list-item .e-text-content{padding:0 24px 0 0}.e-bigger .e-treeview.e-rtl .e-icon-collapsible,.e-bigger .e-treeview.e-rtl .e-icon-expandable,.e-treeview.e-bigger.e-rtl .e-icon-collapsible,.e-treeview.e-bigger.e-rtl .e-icon-expandable{margin:0 -24px 0 0}.e-bigger .e-treeview.e-rtl.e-drag-item .e-text-content,.e-treeview.e-bigger.e-rtl.e-drag-item .e-text-content{padding-left:0;padding-right:24px}.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 8px 0 0}.e-bigger .e-treeview.e-rtl .e-navigable .e-list-icon,.e-bigger .e-treeview.e-rtl .e-navigable .e-list-img,.e-bigger .e-treeview.e-rtl .e-navigable .e-list-icon+.e-list-img,.e-treeview.e-bigger.e-rtl .e-navigable .e-list-icon,.e-treeview.e-bigger.e-rtl .e-navigable .e-list-img,.e-treeview.e-bigger.e-rtl .e-navigable .e-list-icon+.e-list-img{margin:0 0 0 8px}.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper,.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper{margin:0 12px 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 12px 0 0}.e-bigger .e-treeview.e-rtl .e-list-icon,.e-bigger .e-treeview.e-rtl .e-list-img,.e-treeview.e-bigger.e-rtl .e-list-icon,.e-treeview.e-bigger.e-rtl .e-list-img{margin:0 12px 0 0}.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-list-icon,.e-bigger .e-treeview.e-rtl .e-list-img+.e-list-img,.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-list-icon,.e-treeview.e-bigger.e-rtl .e-list-img+.e-list-img{margin:0 12px 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-text-wrap .e-list-text{white-space:normal;word-break:break-word}.e-treeview.e-text-wrap.e-ie-wrap .e-list-text{word-break:break-all}.e-treeview.e-text-wrap .e-editing .e-list-text,.e-treeview.e-text-wrap .e-editing .e-list-text .e-input-group{max-width:calc(100% - 2px)}.e-treeview.e-text-wrap .e-checkbox-wrapper+.e-list-text{max-width:calc(100% - 21px)}.e-treeview.e-text-wrap .e-checkbox-wrapper+.e-list-icon+.e-list-text,.e-treeview.e-text-wrap .e-checkbox-wrapper+.e-list-img+.e-list-text{max-width:calc(100% - 54px)}.e-treeview.e-text-wrap .e-checkbox-wrapper+.e-list-icon+.e-list-img+.e-list-text{max-width:calc(100% - 82px)}.e-treeview.e-text-wrap .e-list-icon+.e-list-text,.e-treeview.e-text-wrap .e-list-img+.e-list-text{max-width:calc(100% - 32px)}.e-treeview.e-text-wrap .e-list-icon+.e-list-img+.e-list-text{max-width:calc(100% - 60px)}.e-treeview .e-ul{margin:0;padding:0 0 0 12px}.e-treeview li.e-node-collapsed .e-list-item .e-fullrow{display:none}.e-treeview .e-display-none{display:none}.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{transform:rotate(180deg)}.e-treeview.e-rtl div.e-icons{transform:rotate(180deg)}.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 20px}.e-treeview .e-list-item.e-disable>.e-text-content,.e-treeview .e-list-item.e-disable>.e-fullrow{-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-icons .e-treeview-spinner{position:absolute}.e-treeview .e-icons-spinner{position:relative}.e-treeview .e-text-content{-ms-user-select:none;-webkit-user-select:none;user-select:none;border:1px solid;cursor:pointer;margin:0;padding:0 0 0 20px}.e-treeview .e-fullrow{-ms-user-select:none;-webkit-user-select:none;user-select:none;border:1px solid;box-sizing:border-box;cursor:pointer;height:36px;left:0;overflow:hidden;position:absolute;width:100%}.e-treeview .e-checkbox-wrapper{margin:0 0 0 12px;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 8px}.e-treeview .e-checkbox-wrapper+.e-list-text{padding:0 8px}.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:34px;margin:0;min-height:34px;padding:0 8px;text-decoration:none;vertical-align:middle}.e-treeview .e-list-text .e-input-group{height:30px;margin-bottom:2px;min-width:150px;vertical-align:bottom}.e-treeview .e-list-text .e-input-group .e-input{height:28px}.e-treeview .e-list-icon,.e-treeview .e-list-img{display:inline-block;height:20px;margin:0 0 0 8px;vertical-align:middle;width:20px}.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 8px}.e-treeview .e-list-icon+.e-list-text,.e-treeview .e-list-img+.e-list-text{padding:0 8px}.e-treeview .e-icon-collapsible,.e-treeview .e-icon-expandable{display:inline-block;height:20px;margin:0 2px 0 -25px;vertical-align:middle;width:20px}.e-treeview .e-icon-collapsible::before,.e-treeview .e-icon-expandable::before{display:inline-block;padding:0px}.e-treeview .e-load{animation:rotation .5s infinite linear}.e-treeview .e-sibling{width:144px;position:absolute;z-index:2}.e-treeview .e-text-content+.e-sibling{margin-top:1px}.e-treeview .e-sibling::before{left:0;height:2px;top:-1.5px;position:absolute;z-index:2}.e-treeview .e-popup{-ms-user-select:none;-webkit-user-select:none;user-select:none;font-weight:normal;position:absolute;z-index:99999}.e-treeview .e-popup .e-content{border-radius:4px;border-style:solid;border-width:1px;font-size:14px;padding:4px}.e-treeview .e-popup .e-icons{border:1px solid rgba(0,0,0,0);cursor:pointer;display:inline-block;height:26px;line-height:18px;padding:4px;width:26px}.e-treeview .e-popup .e-downtail::before,.e-treeview .e-popup .e-downtail::after{border:10px solid rgba(0,0,0,0);content:"";height:0;left:8px;position:absolute;width:0}.e-treeview .e-popup .e-downtail::after{bottom:-18px}.e-treeview.e-fullrow-wrap .e-text-content{pointer-events:none;position:relative}.e-treeview.e-fullrow-wrap .e-icon-collapsible,.e-treeview.e-fullrow-wrap .e-icon-expandable,.e-treeview.e-fullrow-wrap .e-input,.e-treeview.e-fullrow-wrap .e-list-url{pointer-events:auto}.e-treeview .e-navigable .e-text-content{-ms-flex-align:center;align-items:center;display:-ms-flexbox;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 8px}.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 8px 0 0}.e-treeview .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap .e-list-icon+.e-list-img{margin:0 8px 0 0}.e-treeview .e-navigable .e-anchor-wrap{padding:0 0 0 12px}.e-treeview .e-navigable .e-list-icon,.e-treeview .e-navigable .e-list-img{margin:0 8px 0 0}.e-treeview.e-drag-item{overflow:visible;z-index:10000}.e-treeview.e-drag-item .e-text-content{float:left}.e-treeview.e-drag-item .e-text-content .e-list-text{padding:0 12px}.e-treeview.e-drag-item .e-icon-collapsible,.e-treeview.e-drag-item .e-icon-expandable{box-sizing:content-box;padding-left:12px}.e-treeview.e-drag-item .e-icon-collapsible::before,.e-treeview.e-drag-item .e-icon-expandable::before{font-size:20px}.e-treeview.e-drag-item .e-drop-count{border:1px solid;border-radius:15px;box-sizing:content-box;font-size:12px;line-height:normal;min-width:12px;padding:1px 3px 2px;margin-left:-12px;position:absolute;text-align:center;top:-10px}.e-treeview.e-dragging .e-text-content,.e-treeview.e-dragging .e-fullrow{cursor:default}.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper+.e-list-url .e-anchor-wrap{padding:0 8px 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 0 0 8px}.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 8px}.e-treeview.e-rtl .e-navigable .e-anchor-wrap{padding:0 12px 0 0}.e-treeview.e-rtl .e-navigable .e-list-icon,.e-treeview.e-rtl .e-navigable .e-list-img,.e-treeview.e-rtl .e-navigable .e-list-icon+.e-list-img{margin:0 0 0 8px}.e-treeview.e-rtl .e-ul{padding:0 12px 0 0}.e-treeview.e-rtl .e-list-item .e-ul{padding:0 20px 0 0}.e-treeview.e-rtl .e-text-content{padding:0 20px 0 0}.e-treeview.e-rtl .e-checkbox-wrapper{margin:0 12px 0 0}.e-treeview.e-rtl .e-checkbox-wrapper+.e-list-icon,.e-treeview.e-rtl .e-checkbox-wrapper+.e-list-img{margin:0 8px 0 0}.e-treeview.e-rtl .e-list-icon,.e-treeview.e-rtl .e-list-img{margin:0 8px 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 8px 0 0}.e-treeview.e-rtl .e-icon-collapsible,.e-treeview.e-rtl .e-icon-expandable{margin:0 -20px 0 0}.e-treeview.e-rtl .e-sibling::before{right:0}.e-treeview.e-rtl.e-drag-item .e-text-content{float:right}.e-treeview.e-rtl.e-drag-item .e-drop-count{margin-right:-12px}.e-treeview.e-disabled .e-fullrow,.e-treeview.e-disabled .e-icons,.e-treeview.e-disabled .e-text-content,.e-treeview.e-disabled .e-list-img,.e-treeview.e-disabled .e-list-icon{cursor:auto}.e-treeview.e-disabled .e-list-url{cursor:default;pointer-events:none}.e-treeview.e-interaction.e-fullrow-wrap .e-text-content{pointer-events:auto}.e-bigger .e-treeview .e-list-text,.e-treeview.e-bigger .e-list-text{font-size:16px}.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:24px}.e-treeview{-webkit-tap-highlight-color:rgba(0,0,0,0)}.e-treeview.e-disabled{opacity:.5}.e-treeview .e-text-content,.e-treeview .e-fullrow{border-color:rgba(0,0,0,0)}.e-treeview .e-list-text{color:#212529;font-size:14px}.e-treeview .e-list-icon,.e-treeview .e-list-img{font-size:20px}.e-treeview .e-icon-collapsible,.e-treeview .e-icon-expandable{color:#6c757d}.e-treeview .e-icon-collapsible::before,.e-treeview .e-icon-expandable::before{font-size:20px}.e-treeview .e-list-item.e-active,.e-treeview .e-list-item.e-hover{background:rgba(0,0,0,0)}.e-treeview .e-list-item.e-hover>.e-text-content{color:#212529}.e-treeview .e-list-item.e-hover>.e-text-content .e-list-text{color:#212529}.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:#343a40}.e-treeview .e-list-item.e-active>.e-text-content{color:#fff}.e-treeview .e-list-item.e-active>.e-text-content .e-list-text{color:#fff}.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:#fff}.e-treeview .e-list-item.e-active>.e-text-content .e-check{border-color:#fff}.e-treeview .e-list-item.e-active>.e-text-content .e-stop{border-color:#fff}.e-treeview .e-list-item.e-active.e-hover>.e-text-content{color:#fff}.e-treeview .e-list-item.e-active.e-hover>.e-text-content .e-list-text{color:#fff}.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:#fff}.e-treeview .e-list-item.e-editing.e-active>.e-text-content,.e-treeview .e-list-item.e-editing.e-hover>.e-text-content{color:#212529}.e-treeview .e-list-item.e-editing.e-active>.e-text-content .e-list-text,.e-treeview .e-list-item.e-editing.e-hover>.e-text-content .e-list-text{color:#212529}.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:#6c757d}.e-treeview .e-list-item.e-hover>.e-fullrow{background-color:#e9ecef;border-color:#e9ecef}.e-treeview .e-list-item.e-active>.e-fullrow{background-color:#0d6efd;border-color:#0d6efd}.e-treeview .e-list-item.e-active.e-animation-active>.e-fullrow{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.e-treeview .e-list-item.e-active.e-animation-active>.e-text-content{color:#212529}.e-treeview .e-list-item.e-active.e-animation-active>.e-text-content .e-list-text{color:#212529}.e-treeview .e-list-item.e-active.e-hover>.e-fullrow{background-color:#0262ef;border-color:#0d6efd}.e-treeview .e-list-item.e-editing.e-active>.e-fullrow,.e-treeview .e-list-item.e-editing.e-hover>.e-fullrow{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.e-treeview .e-list-item.e-disable>.e-text-content,.e-treeview .e-list-item.e-disable>.e-fullrow{color:#adb5bd}.e-treeview .e-list-item.e-disable>.e-text-content .e-list-text,.e-treeview .e-list-item.e-disable>.e-fullrow .e-list-text{color:#adb5bd}.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:#adb5bd}.e-treeview .e-sibling{border-top:2px solid #0d6efd}.e-treeview .e-sibling::before{background:#0d6efd}.e-treeview .e-popup .e-content{background-color:#e9ecef;border-color:#e9ecef}.e-treeview .e-popup.e-select .e-icons{border-color:#e9ecef}.e-treeview .e-popup .e-downtail::before{border-top-color:#e9ecef}.e-treeview .e-popup .e-downtail::after{border-top-color:#e9ecef}.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover>.e-text-content{background-color:#e9ecef;border-color:#e9ecef}.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active>.e-text-content{background-color:#0d6efd;border-color:#0d6efd}.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover>.e-text-content{background-color:#0262ef;border-color:#0d6efd}.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:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.e-treeview.e-fullrow-wrap .e-text-content{border-color:rgba(0,0,0,0)}.e-treeview.e-drag-item{background-color:#dee2e6;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.e-treeview.e-drag-item .e-icon-collapsible::before,.e-treeview.e-drag-item .e-icon-expandable::before{font-size:20px}.e-treeview.e-drag-item .e-list-text{color:#343a40}.e-treeview.e-drag-item .e-icons{color:#343a40}.e-treeview.e-drag-item .e-drop-count{background-color:#0d6efd;border-color:#fff;color:#fff}.e-treeview.e-drag-item.e-rtl .e-sibling{border:1px solid #0d6efd}ejs-sidebar{display:none}.e-sidebar-display{display:block}.e-sidebar{-webkit-tap-highlight-color:rgba(0,0,0,0);background:#f8f9fa;height:100%;overflow:auto;position:fixed;top:0;transition:none;vertical-align:middle;visibility:hidden;will-change:transform}.e-sidebar.e-right.e-open{transform:translateX(0%);transition:transform .5s ease;visibility:visible}.e-sidebar.e-right.e-close{box-shadow:none;transform:translateX(100%);transition:transform .5s ease,visibility 500ms;visibility:hidden}.e-sidebar.e-left.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 500ms}.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 500ms;visibility:hidden}.e-sidebar.e-right{border-left:0 solid rgba(0,0,0,0);left:auto;right:0;top:0}.e-sidebar.e-left{border-right:0 solid rgba(0,0,0,0);left:0;right:auto;top:0}.e-sidebar.e-left.e-close.e-dock{transform:translateX(0%);transition:width .5s ease,visibility 500ms;visibility:visible}.e-sidebar.e-right.e-close.e-dock{transform:translateX(0%);transition:width .5s ease,visibility 500ms;visibility:visible}.e-sidebar.e-left.e-open.e-dock.e-blazor-dock,.e-sidebar.e-right.e-open.e-dock.e-blazor-dock{transition:width .5s ease,visibility 500ms}.e-sidebar.e-left.e-open.e-disable-animation,.e-sidebar.e-right.e-open.e-disable-animation,.e-sidebar.e-right.e-close.e-disable-animation,.e-sidebar.e-left.e-close.e-disable-animation{transition:none}.e-sidebar.e-visibility{visibility:hidden}.e-sidebar.e-over{box-shadow:0 .8px 16px rgba(0,0,0,.15)}.e-sidebar-absolute{position:absolute}.e-sidebar-context{overflow-x:hidden;position:relative}.e-backdrop{background-color:rgba(0,0,0,.5);height:100%;left:0;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;-ms-user-select:none;user-select:none}.e-disable-interaction{pointer-events:none;-ms-touch-action:none;touch-action:none}.e-sidebar-overflow{overflow-x:hidden !important}.e-sidebar-overlay{background-color:rgba(0,0,0,.5);height:100%;left:0;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 */@keyframes hscroll-popup-shadow{0%{border-color:rgba(255,255,255,.5);box-shadow:0 0 0 0 rgba(255,255,255,.5)}100%{box-shadow:0 0 0 200px rgba(255,255,255,.12)}}/*! component's theme wise override definitions and variables *//*! menu layout */.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret::before,.e-menu-container ul.e-vertical .e-menu-item .e-caret::before{content:""}.e-menu-wrapper ul .e-menu-item .e-caret::before,.e-menu-container ul .e-menu-item .e-caret::before{content:""}.e-menu-wrapper .e-ul .e-menu-item .e-caret::before,.e-menu-container .e-ul .e-menu-item .e-caret::before{content:""}.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon::before,.e-menu-container.e-hamburger .e-menu-header .e-menu-icon::before{content:""}.e-menu-wrapper.e-hamburger.e-close-icon .e-menu-header .e-menu-icon::before,.e-menu-container.e-hamburger.e-close-icon .e-menu-header .e-menu-icon::before{content:""}.e-menu-wrapper.e-hamburger .e-vertical .e-menu-item .e-caret::before,.e-menu-wrapper.e-hamburger .e-menu-item .e-caret::before,.e-menu-container.e-hamburger .e-vertical .e-menu-item .e-caret::before,.e-menu-container.e-hamburger .e-menu-item .e-caret::before{content:""}.e-menu-wrapper.e-rtl.e-hamburger ul.e-ul .e-caret::before,.e-menu-container.e-rtl.e-hamburger ul.e-ul .e-caret::before{content:""}.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-left-arrow::before,.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-right-arrow::before,.e-menu-container .e-menu-hscroll.e-hscroll .e-nav-left-arrow::before,.e-menu-container .e-menu-hscroll.e-hscroll .e-nav-right-arrow::before{content:""}.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-up-arrow::before,.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-down-arrow::before,.e-menu-container .e-menu-vscroll.e-vscroll .e-nav-up-arrow::before,.e-menu-container .e-menu-vscroll.e-vscroll .e-nav-down-arrow::before{content:""}.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before,.e-rtl.e-menu-container ul.e-vertical .e-caret::before{content:""}.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,.e-rtl.e-menu-container ul.e-ul .e-caret::before{content:""}.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-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{content:""}.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-container ul.e-ul .e-caret::before,.e-bigger.e-rtl.e-menu-container ul.e-ul .e-caret::before{content:""}.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret::before,.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret::before,.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-ul .e-caret::before,.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-ul .e-caret::before{content:""}/*! menu layout */.e-menu-wrapper,.e-menu-container{border:none;border-radius:4px;display:inline-block;line-height:0}.e-menu-wrapper .e-menu-vscroll,.e-menu-container .e-menu-vscroll{height:inherit}.e-menu-wrapper ul,.e-menu-container ul{font-weight:400;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;overflow:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none;font-size:14px;padding:0;text-align:left;white-space:nowrap}.e-menu-wrapper ul.e-ul,.e-menu-wrapper ul.e-ul *,.e-menu-container ul.e-ul,.e-menu-container ul.e-ul *{box-sizing:border-box}.e-menu-wrapper ul.e-ul:focus,.e-menu-wrapper ul.e-ul *:focus,.e-menu-container ul.e-ul:focus,.e-menu-container ul.e-ul *:focus{outline:none}.e-menu-wrapper ul.e-vertical,.e-menu-container ul.e-vertical{min-width:120px}.e-menu-wrapper ul.e-vertical .e-menu-item,.e-menu-container ul.e-vertical .e-menu-item{display:list-item}.e-menu-wrapper ul.e-vertical .e-separator,.e-menu-container ul.e-vertical .e-separator{border-bottom-style:solid;border-bottom-width:1px;height:auto}.e-menu-wrapper ul.e-menu,.e-menu-container ul.e-menu{display:inline-block}.e-menu-wrapper ul.e-menu:not(.e-vertical),.e-menu-container ul.e-menu:not(.e-vertical){padding:0}.e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator,.e-menu-container ul.e-menu:not(.e-vertical) .e-separator{border-right-style:solid;border-right-width:1px;padding:0}.e-menu-wrapper ul.e-menu .e-menu-item .e-menu-icon,.e-menu-container ul.e-menu .e-menu-item .e-menu-icon{width:1em}.e-menu-wrapper ul .e-menu-item,.e-menu-container ul .e-menu-item{cursor:pointer;position:relative;display:-ms-inline-flexbox;display:inline-flex;height:32px;line-height:32px;padding:0 12px;vertical-align:top;white-space:nowrap}.e-menu-wrapper ul .e-menu-item.e-menu-hide,.e-menu-container ul .e-menu-item.e-menu-hide{display:none}.e-menu-wrapper ul .e-menu-item.e-menu-header,.e-menu-container ul .e-menu-item.e-menu-header{border-bottom-style:solid;border-bottom-width:1px}.e-menu-wrapper ul .e-menu-item .e-menu-url,.e-menu-container ul .e-menu-item .e-menu-url{text-decoration:none}.e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-menu-container ul .e-menu-item .e-menu-icon{display:inline-block;vertical-align:middle}.e-menu-wrapper ul .e-menu-item.e-separator,.e-menu-container ul .e-menu-item.e-separator{cursor:auto;line-height:normal;pointer-events:none}.e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-menu-container ul .e-menu-item .e-menu-icon{font-size:18px;height:auto;line-height:32px;margin-right:8px;text-align:center}.e-menu-wrapper ul .e-menu-item .e-caret,.e-menu-container ul .e-menu-item .e-caret{font-size:14px;height:auto;line-height:35px;position:absolute;right:8px;top:0;width:auto}.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,.e-menu-container ul .e-menu-item.e-menu-caret-icon{padding-right:26px}.e-menu-wrapper ul .e-menu-item.e-disabled,.e-menu-container ul .e-menu-item.e-disabled{cursor:auto;opacity:.65;pointer-events:none}.e-menu-wrapper .e-ul,.e-menu-container .e-ul{font-size:14px;padding:0;min-width:120px}.e-menu-wrapper .e-ul .e-menu-item,.e-menu-container .e-ul .e-menu-item{height:30px;line-height:30px;padding:0 12px;display:list-item}.e-menu-wrapper .e-ul .e-menu-item .e-menu-url,.e-menu-container .e-ul .e-menu-item .e-menu-url{display:inline-block;min-width:120px}.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon,.e-menu-container .e-ul .e-menu-item .e-menu-icon{font-size:18px;line-height:30px;margin-right:8px;width:1em}.e-menu-wrapper .e-ul .e-menu-item .e-caret,.e-menu-container .e-ul .e-menu-item .e-caret{line-height:30px;margin-left:16px;margin-right:0;position:absolute;right:7px}.e-menu-wrapper .e-ul .e-menu-item.e-menu-caret-icon,.e-menu-container .e-ul .e-menu-item.e-menu-caret-icon{padding-right:36px}.e-menu-wrapper .e-ul .e-menu-item.e-separator,.e-menu-container .e-ul .e-menu-item.e-separator{border-bottom-style:solid;border-bottom-width:1px;height:auto;margin:4px 0}.e-menu-wrapper .e-ul .e-menu-item .e-caret,.e-menu-container .e-ul .e-menu-item .e-caret{font-size:14px}.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,.e-menu-container.e-menu-icon-right .e-menu-header .e-menu-icon{float:right}.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-title,.e-menu-container.e-menu-icon-right .e-menu-header .e-menu-title{padding:0 16px}.e-menu-wrapper .e-menu-header,.e-menu-container .e-menu-header{display:none;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:18px;font-weight:400;height:32px;line-height:32px;text-align:left;white-space:nowrap}.e-menu-wrapper .e-menu-header .e-menu-title,.e-menu-wrapper .e-menu-header .e-menu-icon,.e-menu-container .e-menu-header .e-menu-title,.e-menu-container .e-menu-header .e-menu-icon{display:inline-block;line-height:inherit}.e-menu-wrapper .e-menu-header .e-menu-icon,.e-menu-container .e-menu-header .e-menu-icon{cursor:pointer;float:left;outline:none;padding:0 16px}.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device),.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device){padding:0 28px}.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav,.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav{width:28px}.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus,.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover,.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus,.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover{border:0}.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-right-nav,.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-right-nav{border-left:none}.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-left-nav,.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-left-nav{border-right:none}.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-hscroll-bar,.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-hscroll-bar{overflow-y:hidden}.e-menu-wrapper .e-scroll-nav .e-nav-arrow,.e-menu-container .e-scroll-nav .e-nav-arrow{font-size:16px}.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,.e-menu-container .e-scroll-nav .e-nav-arrow.e-nav-left-arrow{transform:rotate(180deg)}.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-up-arrow,.e-menu-container .e-scroll-nav .e-nav-arrow.e-nav-up-arrow{transform:rotate(180deg)}.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,.e-menu-container.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow{transform:rotate(0deg)}.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow,.e-menu-container.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow{transform:rotate(180deg)}.e-menu-wrapper.e-popup.e-menu-popup,.e-menu-container.e-popup.e-menu-popup{border:1px solid #dee2e6;box-shadow:0 16px 48px rgba(0,0,0,.175);overflow:hidden;position:absolute}.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device),.e-menu-container .e-menu-vscroll.e-vscroll:not(.e-scroll-device){padding:28px 0}.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav,.e-menu-container .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav{transform:none;width:100%}.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow,.e-menu-container .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow{transform:none}.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar,.e-menu-container .e-menu-vscroll.e-vscroll .e-vscroll-bar{height:100%;width:inherit}.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar .e-vscroll-content,.e-menu-container .e-menu-vscroll.e-vscroll .e-vscroll-bar .e-vscroll-content{width:inherit}.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-menu-container .e-menu-vscroll.e-vscroll .e-scroll-nav{height:28px}.e-menu-wrapper.e-scrollable,.e-menu-container.e-scrollable{display:block}.e-menu-wrapper.e-scrollable .e-menu,.e-menu-container.e-scrollable .e-menu{display:block;overflow:auto}.e-menu-wrapper.e-contextmenu-container,.e-menu-container.e-contextmenu-container{height:1px}.e-menu-wrapper.e-contextmenu-container .e-menu-vscroll ul.e-ul,.e-menu-container.e-contextmenu-container .e-menu-vscroll ul.e-ul{width:inherit}.e-menu-wrapper.e-contextmenu-container .e-menu-vscroll,.e-menu-container.e-contextmenu-container .e-menu-vscroll{border:1px solid #dee2e6;box-shadow:0 16px 48px rgba(0,0,0,.175)}.e-menu-container:not(.e-hamburger):not(.e-rtl) .e-menu.e-vertical .e-blankicon{padding-left:34px}.e-rtl.e-menu-wrapper ul .e-menu-item,.e-rtl.e-menu-container ul .e-menu-item{text-align:right}.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-rtl.e-menu-container ul .e-menu-item .e-menu-icon{margin-right:0}.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret,.e-rtl.e-menu-container ul .e-menu-item .e-caret{margin-left:0;margin-right:16px;right:auto}.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-rtl.e-menu-container ul .e-menu-item .e-menu-icon{margin-left:8px}.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret,.e-rtl.e-menu-container ul .e-menu-item .e-caret{left:8px}.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,.e-rtl.e-menu-container ul .e-menu-item.e-menu-caret-icon{padding-left:26px;padding-right:12px}.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,.e-rtl.e-menu-container ul.e-ul .e-menu-item .e-menu-icon{margin-left:8px}.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,.e-rtl.e-menu-container ul.e-ul .e-menu-item .e-caret{left:7px}.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon{padding-left:36px;padding-right:12px}.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon{padding-left:14px}.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon,.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon{padding-left:36px}.e-rtl.e-menu-container:not(.e-hamburger) .e-menu.e-vertical .e-blankicon{padding-right:34px}.e-bigger .e-menu-wrapper ul,.e-bigger.e-menu-wrapper ul,.e-bigger .e-menu-container ul,.e-bigger.e-menu-container ul{font-size:16px}.e-bigger .e-menu-wrapper ul .e-menu-item,.e-bigger.e-menu-wrapper ul .e-menu-item,.e-bigger .e-menu-container ul .e-menu-item,.e-bigger.e-menu-container ul .e-menu-item{height:38px;line-height:38px;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,.e-bigger .e-menu-container ul .e-menu-item .e-menu-icon,.e-bigger.e-menu-container ul .e-menu-item .e-menu-icon{font-size:22px;line-height:38px;margin-right:12px}.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,.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{padding-right:32px}.e-bigger .e-menu-wrapper ul .e-menu-item .e-caret,.e-bigger.e-menu-wrapper ul .e-menu-item .e-caret,.e-bigger .e-menu-container ul .e-menu-item .e-caret,.e-bigger.e-menu-container ul .e-menu-item .e-caret{font-size:16px;line-height:40px;right:12px}.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-container ul .e-menu-item.e-separator,.e-bigger.e-menu-container ul .e-menu-item.e-separator{padding:0}.e-bigger .e-menu-wrapper ul.e-menu:not(.e-vertical),.e-bigger.e-menu-wrapper ul.e-menu:not(.e-vertical),.e-bigger .e-menu-container ul.e-menu:not(.e-vertical),.e-bigger.e-menu-container 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,.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{height:auto;line-height:normal}.e-bigger .e-menu-wrapper ul.e-ul,.e-bigger.e-menu-wrapper ul.e-ul,.e-bigger .e-menu-container ul.e-ul,.e-bigger.e-menu-container ul.e-ul{font-size:16px;padding:4px 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,.e-bigger .e-menu-container ul.e-ul .e-menu-item,.e-bigger.e-menu-container ul.e-ul .e-menu-item{height:32px;line-height:32px;padding:0 12px}.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,.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{font-size:22px;line-height:32px}.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,.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{line-height:32px}.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,.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{height:auto;line-height:normal}.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,.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{font-size:14px;right:7px}.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,.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{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,.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{margin-right:8px}.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:41px}.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),.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){padding:0 40px}.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,.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{width:40px}.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),.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){padding:32px 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,.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{height:32px}.e-bigger .e-menu-wrapper.e-menu-popup,.e-bigger.e-menu-wrapper.e-menu-popup,.e-bigger .e-menu-container.e-menu-popup,.e-bigger.e-menu-container.e-menu-popup{box-shadow:0 16px 48px rgba(0,0,0,.175)}.e-bigger .e-menu-wrapper .e-scroll-nav .e-icons,.e-bigger.e-menu-wrapper .e-scroll-nav .e-icons,.e-bigger .e-menu-container .e-scroll-nav .e-icons,.e-bigger.e-menu-container .e-scroll-nav .e-icons{font-size:18px}.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item,.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item,.e-bigger .e-rtl.e-menu-container ul .e-menu-item,.e-bigger.e-rtl.e-menu-container 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,.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{margin-left:12px;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,.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{left:12px;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,.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{padding-left:32px;padding-right:12px}.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,.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{margin-left:8px}.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,.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{left:7px}.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,.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{padding-left:36px;padding-right:12px}.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,.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{padding-left:14px}.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,.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{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:41px}.e-menu-wrapper.e-hamburger,.e-menu-container.e-hamburger{border:0;display:block;position:relative}.e-menu-wrapper.e-hamburger .e-menu-header:not(.e-vertical),.e-menu-container.e-hamburger .e-menu-header:not(.e-vertical){border:none;display:block}.e-menu-wrapper.e-hamburger .e-popup.e-menu-popup,.e-menu-container.e-hamburger .e-popup.e-menu-popup{border:0;border-radius:0;box-shadow:none;display:block;position:relative;width:100%}.e-menu-wrapper.e-hamburger ul.e-menu,.e-menu-container.e-hamburger ul.e-menu{border:none;overflow-y:auto;width:100%}.e-menu-wrapper.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu,.e-menu-container.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu{display:none}.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,.e-menu-container.e-hamburger ul.e-menu .e-menu-item{text-indent:12px}.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon,.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon{text-indent:38px}.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon,.e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-menu-icon{display:inline;text-indent:0}.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-hide,.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-menu-hide{display:none}.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item[aria-expanded=true] .e-caret,.e-menu-container.e-hamburger ul.e-menu .e-menu-item[aria-expanded=true] .e-caret{transition:transform .3s ease-in-out;transform:rotate(-180deg);text-indent:0}.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item[aria-expanded=false] .e-caret,.e-menu-container.e-hamburger ul.e-menu .e-menu-item[aria-expanded=false] .e-caret{transition:transform .3s ease-in-out;transform:rotate(0deg);text-indent:0}.e-menu-wrapper.e-hamburger ul.e-menu:not(.e-vertical),.e-menu-container.e-hamburger ul.e-menu:not(.e-vertical){border-top:0;display:block;padding:0;position:absolute}.e-menu-wrapper.e-hamburger ul.e-ul,.e-menu-container.e-hamburger ul.e-ul{font-size:14px;padding:0}.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item,.e-menu-container.e-hamburger ul.e-ul .e-menu-item{line-height:32px;text-indent:inherit}.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item.e-blankicon,.e-menu-container.e-hamburger ul.e-ul .e-menu-item.e-blankicon{padding:0;text-indent:inherit}.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item .e-caret,.e-menu-container.e-hamburger ul.e-ul .e-menu-item .e-caret{font-size:14px;right:8px}.e-menu-wrapper.e-hamburger ul .e-menu-item,.e-menu-container.e-hamburger ul .e-menu-item{display:list-item;height:auto;padding:0}.e-menu-wrapper.e-hamburger ul .e-menu-item.e-menu-caret-icon,.e-menu-container.e-hamburger ul .e-menu-item.e-menu-caret-icon{padding:0}.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-url,.e-menu-container.e-hamburger ul .e-menu-item .e-menu-url{display:inline-block;min-width:120px;text-indent:0;width:100%}.e-menu-wrapper.e-hamburger ul .e-menu-item.e-blankicon,.e-menu-container.e-hamburger ul .e-menu-item.e-blankicon{padding:0}.e-menu-wrapper.e-hamburger ul .e-menu-item.e-separator,.e-menu-container.e-hamburger ul .e-menu-item.e-separator{border-bottom-style:solid;border-bottom-width:1px;height:auto}.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-caret-icon,.e-rtl.e-menu-container.e-hamburger ul .e-menu-item .e-menu-caret-icon{padding-left:0;padding-right:0}.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-icon,.e-rtl.e-menu-container.e-hamburger ul .e-menu-item .e-menu-icon{margin-left:0;text-indent:inherit}.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-caret,.e-rtl.e-menu-container.e-hamburger ul .e-menu-item .e-caret{left:8px;right:auto}.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul,.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul,.e-bigger .e-menu-container.e-hamburger ul .e-ul,.e-bigger.e-menu-container.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,.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{height:auto;line-height:38px;padding:0}.e-bigger .e-menu-wrapper.e-hamburger .e-menu-header,.e-bigger.e-menu-wrapper.e-hamburger .e-menu-header,.e-bigger .e-menu-container.e-hamburger .e-menu-header,.e-bigger.e-menu-container.e-hamburger .e-menu-header{font-size:22px;height:38px;line-height:38px}.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,.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{text-indent:15px}.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,.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{text-indent:49px}.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul,.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul,.e-bigger .e-menu-container.e-hamburger ul.e-menu .e-ul,.e-bigger.e-menu-container.e-hamburger ul.e-menu .e-ul{font-size:16px}.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,.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{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,.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{font-size:16px;right:12px}.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,.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{padding:0;text-indent:15px}.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,.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{text-indent:49px}.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,.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{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,.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{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,.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{left:8px;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,.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{text-indent:inherit}/*! menu theme */.e-menu-wrapper,.e-menu-container{background-color:#f8f9fa}.e-menu-wrapper .e-menu,.e-menu-container .e-menu{background-color:inherit;color:#212529}.e-menu-wrapper .e-menu.e-menu:not(.e-vertical) .e-separator,.e-menu-container .e-menu.e-menu:not(.e-vertical) .e-separator{border-right-color:#dee2e6}.e-menu-wrapper .e-menu .e-menu-item.e-menu-header,.e-menu-container .e-menu .e-menu-item.e-menu-header{border-bottom-color:#dee2e6}.e-menu-wrapper .e-menu .e-menu-item .e-caret,.e-menu-container .e-menu .e-menu-item .e-caret{color:#6c757d}.e-menu-wrapper .e-menu .e-menu-item .e-menu-icon,.e-menu-container .e-menu .e-menu-item .e-menu-icon{color:#6c757d}.e-menu-wrapper .e-menu .e-menu-item.e-menu-header,.e-menu-container .e-menu .e-menu-item.e-menu-header{border-bottom-color:#dee2e6}.e-menu-wrapper .e-menu .e-menu-item .e-menu-url,.e-menu-container .e-menu .e-menu-item .e-menu-url{color:#212529}.e-menu-wrapper .e-menu .e-menu-item.e-focused,.e-menu-container .e-menu .e-menu-item.e-focused{color:#212529;outline:0 solid #dee2e6;outline-offset:0;background-color:#dee2e6}.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-caret,.e-menu-container .e-menu .e-menu-item.e-focused .e-caret{color:#6c757d}.e-menu-wrapper .e-menu .e-menu-item.e-focused .e-menu-icon,.e-menu-container .e-menu .e-menu-item.e-focused .e-menu-icon{color:#6c757d}.e-menu-wrapper .e-menu .e-menu-item.e-selected,.e-menu-container .e-menu .e-menu-item.e-selected{color:#212529;outline:0 solid #dee2e6;outline-offset:0;background-color:#dee2e6}.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-caret,.e-menu-container .e-menu .e-menu-item.e-selected .e-caret{color:#6c757d}.e-menu-wrapper .e-menu .e-menu-item.e-selected .e-menu-icon,.e-menu-container .e-menu .e-menu-item.e-selected .e-menu-icon{color:#6c757d}.e-menu-wrapper .e-menu .e-menu-item.e-separator,.e-menu-container .e-menu .e-menu-item.e-separator{border-bottom-color:#dee2e6}.e-menu-wrapper .e-menu .e-disabled,.e-menu-container .e-menu .e-disabled{color:rgba(33,37,41,.65);opacity:1}.e-menu-wrapper .e-menu .e-disabled .e-menu-icon,.e-menu-container .e-menu .e-disabled .e-menu-icon{color:rgba(108,117,125,.65)}.e-menu-wrapper .e-menu .e-disabled .e-caret,.e-menu-container .e-menu .e-disabled .e-caret{color:rgba(108,117,125,.65)}.e-menu-wrapper .e-menu .e-disabled .e-menu-url,.e-menu-container .e-menu .e-disabled .e-menu-url{color:rgba(33,37,41,.65)}.e-menu-wrapper .e-ul,.e-menu-container .e-ul{background-color:inherit;color:#212529}.e-menu-wrapper .e-ul .e-menu-item .e-menu-url,.e-menu-container .e-ul .e-menu-item .e-menu-url{color:#212529}.e-menu-wrapper .e-ul .e-menu-item.e-focused,.e-menu-container .e-ul .e-menu-item.e-focused{background-color:#e9ecef;color:#212529;outline:0 solid #dee2e6;outline-offset:0}.e-menu-wrapper .e-ul .e-menu-item.e-selected,.e-menu-container .e-ul .e-menu-item.e-selected{background-color:#0d6efd;color:#fff;outline:0 solid #0d6efd;outline-offset:0}.e-menu-wrapper .e-ul .e-menu-item.e-separator,.e-menu-container .e-ul .e-menu-item.e-separator{border-bottom-color:#dee2e6}.e-menu-wrapper.e-menu-popup,.e-menu-container.e-menu-popup{background-color:#fff}.e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,.e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll{background-color:inherit}.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav{background:#f8f9fa}.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons,.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons{color:#6c757d}.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:hover,.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav:hover{background:#dee2e6}.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:focus,.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav:focus{background:#dee2e6}.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:active,.e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav:active{background:#dee2e6}.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav,.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav{background:#fff;border-color:#dee2e6}.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons,.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons{color:#212529}.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover,.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus,.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover,.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus{background:#e9ecef}.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active,.e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active{background:#0d6efd}.e-menu-wrapper.e-hamburger .e-menu-header,.e-menu-container.e-hamburger .e-menu-header{color:#212529}.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon,.e-menu-container.e-hamburger .e-menu-header .e-menu-icon{color:#212529}.e-menu-wrapper.e-hamburger ul,.e-menu-container.e-hamburger ul{color:#212529}.e-icons{font-family:"e-icons";font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none}.e-diagram-menu .e-bringforward::before{content:""}.e-diagram-menu .e-bringfront::before{content:""}.e-diagram-menu .e-sendback::before{content:""}.e-diagram-menu .e-sendbackward::before{content:""}.e-diagram-menu .e-delete::before{content:""}.e-diagram-menu .e-ungroup::before{content:""}.e-diagram-menu .e-group::before{content:""}.e-diagram-menu .e-undo::before{content:""}.e-diagram-menu .e-cut::before{content:""}.e-diagram-menu .e-save::before{content:""}.e-diagram-menu .e-paste::before{content:""}.e-diagram-menu .e-copy::before{content:""}.e-diagram-menu .e-redo::before{content:""}.e-diagram-menu .e-zoomin::before{content:""}.e-diagram-menu .e-italic::before{content:""}.e-diagram-menu .e-close::before{content:""}.e-diagram-menu .e-pan::before{content:""}.e-diagram-menu .e-bold::before{content:""}.e-diagram-menu .e-underline::before{content:""}.e-diagram-menu .e-zoomout::before{content:""}.e-diagram-menu .e-export::before{content:""}.e-diagram-menu .e-print::before{content:""}.e-diagram-menu .e-order::before{content:""}.e-symbolpalette .e-clear-searchtext::before{content:""}.e-icons{font-family:"e-icons";font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none}.e-diagram-menu .e-bringforward::before{content:""}.e-diagram-menu .e-bringfront::before{content:""}.e-diagram-menu .e-sendback::before{content:""}.e-diagram-menu .e-sendbackward::before{content:""}.e-diagram-menu .e-delete::before{content:""}.e-diagram-menu .e-ungroup::before{content:""}.e-diagram-menu .e-group::before{content:""}.e-diagram-menu .e-undo::before{content:""}.e-diagram-menu .e-redo::before{content:""}.e-diagram-menu .e-copy::before{content:""}.e-diagram-menu .e-cut::before{content:""}.e-diagram-menu .e-save::before{content:""}.e-diagram-menu .e-paste::before{content:""}.e-diagram-menu .e-zoomin::before{content:""}.e-diagram-menu .e-italic::before{content:""}.e-diagram-menu .e-close::before{content:""}.e-diagram-menu .e-pan::before{content:""}.e-diagram-menu .e-bold::before{content:""}.e-diagram-menu .e-underline::before{content:""}.e-diagram-menu .e-zoomout::before{content:""}.e-diagram-menu .e-export::before{content:""}.e-diagram-menu .e-print::before{content:""}.e-diagram-menu .e-order::before{content:""}.e-symbolpalette .e-clear-searchtext::before{content:""}.e-diagram{background-color:#fff;display:block}.e-symbolpalette{display:block}.e-overview{display:block}.e-content-placeholder.e-diagram.e-placeholder-diagram{background-size:100% 100%;max-height:500px;max-width:500px}.e-content-placeholder.e-symbolpalette.e-placeholder-symbolpalette{background-size:100% 100%;max-height:200px;max-width:200px}.e-diagram-endpoint-handle{fill:#fff;stroke:#0d6efd}.e-diagram-endpoint-handle.e-connected{fill:#0d6efd;stroke:#fff}.e-diagram-endpoint-handle.e-disabled{fill:#adb5bd;opacity:1;stroke:#fff}.e-diagram-bezier-handle.e-source.e-disabled{opacity:1 !important}.e-diagram-bezier-handle.e-target.e-disabled{opacity:1 !important}.e-symbolpalette .e-acrdn-content{background-color:#fff !important}.e-diagram-bezier-handle{fill:#fff;stroke:#0d6efd}.e-diagram-bezier-line{stroke:#0d6efd}.e-diagram-resize-handle{fill:#0d6efd;stroke:#0d6efd;stroke:#fff}.e-diagram-helper{stroke:#0d6efd}.e-diagram-resize-handle.e-disabled{fill:#adb5bd;opacity:1;stroke:#fff}.e-diagram-rotate-handle{fill:#0d6efd;stroke:#0d6efd}.e-diagram-border{stroke:#0d6efd}.e-diagram-border.e-disabled{opacity:1;stroke:#adb5bd}.e-diagram-border.e-thick-border{stroke:#0d6efd;stroke-width:2}.e-diagram-border.e-thick-border.e-diagram-lane{stroke:#0d6efd;stroke-width:2}.e-diagram-highlighter{stroke:#0d6efd;stroke-width:2}.e-diagram-selected-region{stroke:#0d6efd}.e-diagram-pivot-line{stroke:#0d6efd}.e-symbolpalette .e-symbol-hover:hover{background:#e9ecef;border-radius:0px}.e-symbolpalette .e-symbol-selected{background:#e9ecef;border-radius:0px}.e-diagram-tooltip{pointer-events:none}.e-diagram .e-ruler{background-color:#f8f9fa;color:#495057;font-size:10px}.e-diagram .e-ruler-overlap{background-color:#f8f9fa}.e-diagram .e-d-ruler-marker{stroke:#0d6efd}.e-diagram .e-diagram-text-edit{background:#fff;border-color:#0d6efd;border-style:dashed;border-width:1px;box-sizing:content-box;color:#000;min-width:50px}.e-diagram-text-edit::selection{background:#0d6efd;color:#fff}.e-ruler-tick-label{fill:#495057}.e-ruler-tick{stroke:#ced4da}.e-menu-item e-blankicon{padding-left:28px}.e-diagram-selection-rect{stroke:#0d6efd}.e-diagram-selection-line{stroke:#0d6efd}.e-diagram-rotate{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==),auto !important}.e-symbolpalette-hidden{display:none !important}.e-symbolpalette-search-hidden{display:none !important}.e-diagramTooltip-content{width:auto !important;height:auto !important}@keyframes material-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fabric-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}/*! TreeView's bootstrap5 theme wise override definitions and variables */.e-ddt .e-ddt-icon::before{content:""}.e-ddt .e-chips-close::before{content:""}.e-ddt{cursor:pointer;outline:none}.e-ddt .e-ddt-icon::before{transform:rotate(0deg);transition:transform 300ms ease}.e-ddt.e-icon-anim .e-ddt-icon::before{transform:rotate(180deg);transition:transform 300ms ease}.e-ddt .e-ddt-hidden{border:0;height:0;visibility:hidden;width:0}.e-ddt.e-input-group.e-control-wrapper .e-clear-icon,.e-ddt.e-float-input.e-control-wrapper .e-clear-icon{box-sizing:content-box}.e-ddt.e-input-group.e-control-wrapper .e-input-group-icon.e-ddt-icon,.e-ddt.e-float-input.e-control-wrapper .e-input-group-icon.e-ddt-icon{border:0;font-size:20px}.e-ddt.e-input-group.e-control-wrapper .e-icon-hide,.e-ddt.e-float-input.e-control-wrapper .e-icon-hide{display:none}.e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,.e-ddt.e-input-group.e-control-wrapper.e-show-text .e-clear-icon,.e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-clear-icon,.e-ddt.e-float-input.e-control-wrapper.e-show-text .e-clear-icon{bottom:10px;position:absolute;right:0}.e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-ddt.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,.e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-ddt.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon{right:30px}.e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,.e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,.e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,.e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon{bottom:0;position:absolute;right:0}.e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-input-focus input.e-dropdowntree.e-chip-input,.e-ddt.e-input-group.e-control-wrapper.e-show-chip input.e-dropdowntree.e-chip-input,.e-ddt.e-input-group.e-control-wrapper.e-show-text.e-input-focus input.e-dropdowntree.e-chip-input,.e-ddt.e-input-group.e-control-wrapper.e-show-text input.e-dropdowntree.e-chip-input,.e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-input-focus input.e-dropdowntree.e-chip-input,.e-ddt.e-float-input.e-control-wrapper.e-show-chip input.e-dropdowntree.e-chip-input,.e-ddt.e-float-input.e-control-wrapper.e-show-text.e-input-focus input.e-dropdowntree.e-chip-input,.e-ddt.e-float-input.e-control-wrapper.e-show-text input.e-dropdowntree.e-chip-input{padding-left:0;padding-right:0}.e-ddt .e-chips-wrapper{width:100%}.e-ddt.e-show-chip .e-chips-close{min-height:16px;min-width:16px;text-align:center}.e-ddt.e-show-chip .e-chips-close::before{font-size:10px}.e-ddt.e-show-chip .e-chips{-ms-flex-align:center;align-items:center;border-radius:4px;box-sizing:border-box;display:-ms-inline-flexbox;display:inline-flex;float:left;height:24px;margin:3px 4px;max-width:calc(100% - 2px);overflow:hidden;padding:0 8px 0 8px;text-overflow:ellipsis;white-space:nowrap}.e-ddt.e-show-chip .e-chips>.e-chipcontent{max-width:100%;overflow:hidden;padding:0 4px 0 0;text-indent:0;text-overflow:ellipsis;white-space:nowrap}.e-ddt .e-overflow{white-space:nowrap}.e-ddt .e-overflow.e-show-text{padding:0 8px;line-height:30px}.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{line-height:30px}.e-ddt .e-overflow .e-remain{cursor:pointer;display:inline-block;font-size:14px;padding:0 0 0 8px}.e-ddt .e-overflow .e-remain.e-wrap-count{padding:5px 4px}.e-ddt.e-show-chip .e-overflow.e-total-count .e-remain{padding:0 8px}.e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child{margin-right:30px;max-width:calc(100% - 31px)}.e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child{margin-right:20px;max-width:calc(100% - 31px)}.e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child{margin-right:48px;max-width:calc(100% - 62px)}.e-ddt input[readonly],.e-ddt .e-dropdowntree,.e-ddt input[readonly].e-input{pointer-events:none}.e-ddt input[readonly].e-chip-input,.e-ddt .e-dropdowntree.e-chip-input,.e-ddt input[readonly].e-input.e-chip-input{width:0}.e-ddt.e-popup{border:1px solid #dee2e6;border-radius:4px;margin-top:4px;box-shadow:none;position:absolute}.e-ddt.e-popup .e-checkbox-wrapper .e-frame{background-color:rgba(0,0,0,0)}.e-ddt.e-popup .e-selectall-parent{border-bottom:1px solid;cursor:pointer;display:block;line-height:34px;overflow:hidden;position:relative;text-indent:0;white-space:nowrap;width:100%;padding:0 8px}.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-checkbox-wrapper .e-frame{margin-top:-3px}.e-ddt.e-popup .e-selectall-parent .e-all-text{font-family:inherit;font-size:14px;margin:0 8px}.e-ddt.e-popup .e-filter-wrap{border:1px solid #dee2e6;border-top-width:0;display:block;padding:4px}.e-ddt.e-popup .e-filter-wrap .e-input-group{margin-bottom:0}.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:7px 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;line-height:22px}.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-ul{overflow:hidden;padding:6px 8px}.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-chips>.e-chipcontent{padding:0 0 0 4px}.e-ddt.e-rtl.e-show-chip .e-overflow .e-remain,.e-ddt.e-rtl.e-show-text .e-overflow .e-remain{padding:0 8px 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:5px}.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 8px}.e-ddt.e-rtl.e-show-chip .e-overflow.e-total-count .e-remain{padding:0 8px}.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child{margin-left:18px;margin-right:4px}.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child{margin-left:18px;margin-right:4px}.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child{margin-left:48px;margin-right:4px}.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-text .e-clear-icon,.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,.e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-chip .e-clear-icon,.e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,.e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-text .e-clear-icon,.e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon{left:0;right:auto}.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,.e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,.e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon{left:30px}.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:30px}.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-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-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,.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{bottom:auto;right:36px}.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip.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-chip.e-show-dd-icon .e-clear-icon,.e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip.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-chip.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.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-chip.e-show-dd-icon .e-clear-icon,.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.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-chip.e-show-dd-icon .e-clear-icon{bottom:0}.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-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-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,.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{bottom:0}.e-bigger .e-ddt.e-input-group.e-control-wrapper .e-clear-icon,.e-bigger .e-ddt.e-float-input.e-control-wrapper .e-clear-icon,.e-ddt.e-bigger.e-input-group.e-control-wrapper .e-clear-icon,.e-ddt.e-bigger.e-float-input.e-control-wrapper .e-clear-icon{min-height:36px}.e-bigger .e-ddt.e-show-chip .e-chips-close,.e-ddt.e-bigger.e-show-chip .e-chips-close{min-height:24px;min-width:24px}.e-bigger .e-ddt.e-show-chip .e-chips-close::before,.e-ddt.e-bigger.e-show-chip .e-chips-close::before{font-size:12px;vertical-align:middle}.e-bigger .e-ddt .e-overflow.e-show-text,.e-ddt.e-bigger .e-overflow.e-show-text{padding:0 12px;line-height:37px}.e-bigger .e-ddt .e-overflow .e-remain,.e-ddt.e-bigger .e-overflow .e-remain{font-size:16px}.e-bigger .e-ddt.e-show-chip .e-overflow.e-total-count .e-remain,.e-ddt.e-bigger.e-show-chip .e-overflow.e-total-count .e-remain{line-height:36px;padding:0 12px}.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{max-width:calc(100% - 37px)}.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{max-width:calc(100% - 37px)}.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% - 73px)}.e-bigger .e-ddt.e-popup,.e-ddt.e-bigger.e-popup{margin-top:4px}.e-bigger .e-ddt.e-popup .e-selectall-parent,.e-ddt.e-bigger.e-popup .e-selectall-parent{text-indent:0;padding:3px 12px}.e-bigger .e-ddt.e-popup .e-selectall-parent .e-all-text,.e-ddt.e-bigger.e-popup .e-selectall-parent .e-all-text{font-size:16px;line-height:24px;margin:0 12px}.e-bigger .e-ddt.e-popup .e-popup-content.e-no-data,.e-ddt.e-bigger.e-popup .e-popup-content.e-no-data{padding:9px 16px}.e-bigger .e-ddt.e-popup .e-popup-content.e-no-data .e-ddt-nodata,.e-ddt.e-bigger.e-popup .e-popup-content.e-no-data .e-ddt-nodata{font-size:16px;line-height:24px}.e-bigger .e-ddt.e-popup .e-filter-wrap,.e-ddt.e-bigger.e-popup .e-filter-wrap{padding:8px}.e-bigger .e-ddt.e-popup .e-treeview>.e-ul,.e-ddt.e-bigger.e-popup .e-treeview>.e-ul{padding:8px 16px}.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-right:4px}.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-right:4px}.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:4px}.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{right:auto}.e-ddt .e-chips{background-color:#6c757d}.e-ddt .e-chips .e-chips-close::before{color:#fff}.e-ddt .e-chips>.e-chipcontent{color:#fff}.e-ddt .e-chips:hover{background-color:#565e64}.e-ddt .e-chips:hover>.e-chipcontent{color:#fff}.e-ddt .e-overflow .e-remain{color:#6c757d}.e-ddt.e-input-group.e-control-wrapper .e-input[readonly],.e-ddt.e-float-input.e-control-wrapper input[readonly]{background:#fff}.e-ddt.e-input-group.e-control-wrapper .e-input[readonly]~span.e-input-group-icon.e-ddt-icon,.e-ddt.e-float-input.e-control-wrapper input[readonly]~span.e-input-group-icon.e-ddt-icon{background:rgba(0,0,0,0);color:#6c757d}.e-ddt.e-popup{background:#fff;border-color:#dee2e6}.e-ddt.e-popup .e-popup-content.e-no-data{color:#212529}.e-ddt.e-popup .e-selectall-parent{border-bottom-color:#dee2e6}.e-ddt.e-popup .e-selectall-parent .e-all-text{color:#212529}@keyframes material-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fabric-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before{line-height:30px;top:0}.e-multiselect .e-input-group-icon.e-ddl-icon{border-radius:0 2px 2px 0;border-right-width:0}.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon{border-left-width:0;border-radius:4px 0 0 4px;border-right-width:1px}.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon{height:32px;width:32px}.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon{height:24px;width:24px}.e-multi-select-wrapper .e-searcher input[type=text]{color:#212529;height:100%}.e-multiselect .e-input-group-icon.e-ddl-icon{border-left-width:0}.e-multiselect.e-input-group .e-ddl-icon::before{content:"";font-family:"e-icons"}.e-multi-select-wrapper .e-chips .e-chips-close::before{content:"";cursor:pointer;left:0;position:relative;top:0}.e-multi-select-wrapper .e-close-hooker::before{content:"";cursor:pointer;left:6px;position:relative;top:6px}.e-multiselect.e-input-group .e-ddl-disable-icon::before{content:""}.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;-ms-user-select:none;user-select:none;width:100%}.e-multi-select-wrapper.e-delimiter .e-searcher,.e-multi-select-wrapper.e-delimiter .e-multi-searcher{height:27px;vertical-align:middle}.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase{height:100%;min-height:100%}.e-multi-select-wrapper .e-delim-view{white-space:nowrap}.e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow,.e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total{box-sizing:border-box;display:inline-block;overflow:hidden;text-overflow:ellipsis}.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before{color:#212529;font-size:14px;left:12px;top:0}.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent{background-color:#0d6efd;color:#212529;padding:12px 4px 11px 0}.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box){width:0}.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text]{height:1px;min-height:1px}.e-multi-select-wrapper .e-chips.e-mob-chip>.e-chipcontent{max-width:100%}.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher{display:-ms-flexbox;display:flex;float:left;width:auto}.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher{display:-ms-inline-flexbox;display:inline-flex;float:none}.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box){width:0}.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide{display:none}.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon{padding:0 48px 0 0}.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values{-ms-flex-align:center;align-items:center;display:inline;max-width:100%;word-break:break-word}.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon{-ms-flex-align:center;align-items:center;cursor:pointer;display:none;-ms-flex-direction:row;flex-direction:row;margin-top:-2em;outline:0;padding:0;position:absolute;right:5px;top:100%}.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon{display:-ms-flexbox;display:flex}.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon{margin-right:0;margin-top:-2.1em;right:0}.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter{top:-1px}.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon{font-size:14px;height:24px;width:24px}.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher{float:right}.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon{left:0;right:auto}.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon{padding:0 0 0 48px}.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon{margin-top:-2.25em}.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-multiselect.e-float-input{word-wrap:initial}.e-multiselect.e-input-group .e-searcher .e-label-top,.e-multiselect.e-input-group .e-multi-searcher .e-label-top{top:15px}.e-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{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;float:left;margin:3px;max-width:100%;overflow:hidden;padding:0 6px 0 8px;text-overflow:ellipsis;white-space:nowrap}.e-bigger .e-multi-select-wrapper .e-chips{margin:3px}.e-multi-select-wrapper .e-chips>.e-chipcontent{max-width:100%;overflow:hidden;padding:0 6px 0 0;text-indent:0;text-overflow:ellipsis;white-space:nowrap;line-height:1.5}.e-multi-select-wrapper.e-delimiter .e-searcher{display:inline-block;float:none}.e-multi-select-wrapper .e-mob-chip.e-chips>.e-chipcontent,.e-bigger .e-multi-select-wrapper .e-chips>.e-chipcontent{padding:8px 4px 8px 0}.e-bigger .e-multi-select-wrapper .e-chips>.e-chipcontent{padding:7px 8px 7px 4px}.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips>.e-chipcontent,.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips>.e-chipcontent{padding:8px 0 8px 4px}.e-multi-select-wrapper .e-chips-close{-ms-flex-item-align:center;align-self:center;display:-ms-flexbox;display:flex;float:right;font-family:"e-icons";height:14px;margin:0 0 0;width:14px}.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:14px;height:24px;margin-top:-2em;position:absolute;right:5px;top:100%;width:24px}.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon{right:40px}.e-bigger.e-small .e-multiselect .e-down-icon .e-chips-close.e-close-hooker{right:40px}.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon{left:40px;right:auto}.e-bigger.e-small .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon,.e-bigger.e-small.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon{left:45px;right:auto}.e-small .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-small.e-bigger.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker{left:12px;right:auto}.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker{margin-top:-2.25em}.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon{margin-top:-2.25em;margin-top:-2.15em}.e-multi-select-wrapper input[type=text]{background:none;border:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;font-weight:400;height:30px;min-height:30px;outline:none;padding:0;text-indent:8px}.e-multiselect.e-filled .e-multi-select-wrapper input[type=text]{background:none;border:0;color:inherit;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;font-weight:400;height:30px;min-height:30px;outline:none;padding:0;text-indent:8px}.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text]{padding:5px}.e-bigger .e-multi-select-wrapper input[type=text],.e-multi-select-wrapper.e-mob-wrapper input[type=text]{height:30px;min-height:30px}.e-bigger .e-multi-select-wrapper input[type=text]{height:36px;min-height:36px}.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-small .e-bigger.e-multiselect .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:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;line-height:28px;max-width:100%;padding-left:8px;padding-right:6px;vertical-align:middle}.e-bigger .e-multi-select-wrapper .e-delim-values{line-height:36px;padding-left:12px}.e-bigger .e-multi-select-wrapper .e-delim-values .e-remain{padding-left:0}.e-multi-select-list-wrapper .e-hide-listitem,.e-multi-select-list-wrapper .e-hide-group-header{display:none}.e-multi-select-wrapper .e-delim-values .e-remain{color:#212529;cursor:pointer;display:inline-block;font-size:14px;padding-left:8px}.e-multiselect.e-disabled .e-multi-select-wrapper,.e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before{cursor:not-allowed}.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close{height:40px;left:0;margin:0 0 0 0;margin-left:auto;position:relative;top:0;width:40px}.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected{-ms-flex-item-align:center;align-self:center;box-shadow:0 2px 3px 1px rgba(0,0,0,.21);display:-ms-inline-flexbox;display:inline-flex;padding:0 0 0 16px;width:92%}.e-multi-select-wrapper .e-ddl-disable-icon::before{content:""}.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher{float:none}.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide{padding-left:0}.e-multiselect.e-rtl .e-multi-select-wrapper{padding:0 2px 0 32px}.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before{left:-12px}.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close{margin:0;margin-right:auto}.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher{float:right}.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips{float:right;margin:4px;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:40px;position:absolute;right:auto;left:0}.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:8px}.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker{left:19px}.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before{left:25px}.e-small.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,.e-small .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before{left:20px}.e-bigger.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before{left:32px}.e-bigger.e-small.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,.e-bigger.e-small .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before{left:25px}.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper{bottom:1px;margin-right:8px;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:0}.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper{padding-right:25px}.e-bigger .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;bottom:2px;margin-right:8px;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-list-item .e-checkbox-wrapper{bottom:1px;bottom:2px;margin-right:12px}.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper{bottom:1px;bottom:2px;margin-right:12px}.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper{margin-left:12px;margin-right:0}.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper{margin-left:12px;margin-right:0}.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item{padding-right:0}.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item{padding-right:0}.e-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:0}.e-multi-select-list-wrapper .e-selectall-parent{cursor:pointer;display:block;line-height:36px;overflow:hidden;padding-right:16px;position:relative;text-indent:12px;white-space:nowrap;width:100%}.e-rtl .e-multi-select-list-wrapper .e-selectall-parent,.e-multi-select-list-wrapper.e-rtl .e-selectall-parent{padding-left:16px;padding-right:0}.e-multi-select-list-wrapper .e-selectall-parent .e-all-text{color:#212529;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px}.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-all-text,.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-all-text{font-size:16px}.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,.e-bigger .e-multi-select-list-wrapper .e-selectall-parent{font-size:14px;line-height:48px;text-indent:16px}.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper{bottom:1px;margin-right:8px;position:relative;text-indent:0;vertical-align:middle}.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper{bottom:1px;bottom:2px;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:0}.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon{float:left}.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-group:not(.e-control-container) .e-clear-icon,.e-bigger .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}.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;padding-left:0}.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame{opacity:.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]{pointer-events:none}.e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher{pointer-events:none}ejs-multiselect{display:block}.e-small.e-multi-select-list-wrapper .e-selectall-parent,.e-small .e-multi-select-list-wrapper .e-selectall-parent{line-height:26px}.e-small .e-multi-select-wrapper .e-chips-close{height:12px;width:12px}.e-small .e-multi-select-wrapper{min-height:24px}.e-small .e-multi-select-wrapper input[type=text]{height:24px;min-height:24px}.e-small .e-multi-select-wrapper .e-delim-values{font-size:12px;line-height:24px}.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:-2em}.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,.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:14px;width:14px}.e-bigger.e-small .e-multi-select-wrapper{min-height:28px}.e-bigger.e-small .e-multi-select-wrapper input[type=text]{height:32px;min-height:32px}.e-small.e-bigger .e-multi-select-wrapper .e-delim-values{font-size:13px;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:-2em}.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]{color:inherit}.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon{-ms-flex-align:normal;align-items:normal}.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-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-bigger .e-small.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-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-bigger .e-small.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-input-group.e-control-wrapper,.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper{padding:0}.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-filled: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-bigger .e-small.e-filled.e-multiselect: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-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.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-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-filled:not(.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.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-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-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-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-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-small .e-bigger.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-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-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-bigger .e-small.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-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-bigger .e-small.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-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-bigger .e-small.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-rtl.e-bigger.e-filled .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-float-input .e-multi-select-wrapper .e-chips,.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,.e-bigger.e-filled .e-multi-select-wrapper .e-chips,.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-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,.e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,.e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon,.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,.e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon{display:none}.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before{color:#212529}.e-multi-select-wrapper .e-chips.e-chip-selected{background-color:#adb5bd}.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover{background-color:#565e64}.e-multiselect{box-sizing:border-box}.e-multi-select-wrapper .e-chips>.e-chipcontent{-webkit-text-fill-color:#fff;color:#fff;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px}.e-multi-select-wrapper .e-chips.e-chip-selected>.e-chipcontent{color:#212529}.e-multi-select-wrapper .e-chips.e-chip-selected>.e-chipcontent:hover{color:#fff}.e-multi-select-wrapper .e-chips{background-color:#6c757d;border-radius:4px;height:24px}.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover{background-color:#5c636a}.e-multi-select-wrapper .e-chips>.e-chipcontent:hover{color:#fff}.e-multi-select-wrapper .e-chips .e-chips-close::before{-webkit-text-fill-color:#fff;color:#fff;font-size:14px}.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before{font-size:14px}.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected{background-color:#0d6efd;border-radius:2px;color:#212529;height:40px;line-height:40px}.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent{color:#212529}.e-multi-select-wrapper .e-chips.e-mob-chip,.e-bigger .e-multi-select-wrapper .e-chips{height:30px}.e-popup.e-multi-select-list-wrapper{box-shadow:0 16px 48px rgba(0,0,0,.175);box-sizing:content-box;overflow:initial}.e-popup.e-multi-select-list-wrapper .e-list-item.e-active{border-bottom:0 solid rgba(0,0,0,0);border-left:0 solid #0d6efd;border-right:0 solid #0d6efd;border-top:0 solid #adb5bd}.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#212529}.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#212529}.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover{background-color:#e9ecef;color:#212529}.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover{background-color:#e9ecef;color:#6c757d}.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child{border-bottom:0 solid rgba(0,0,0,0);border-top:0 solid rgba(0,0,0,0)}.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child{border-bottom:0 solid rgba(0,0,0,0)}.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus+li.e-active{border-top:0 solid rgba(0,0,0,0)}.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus{background-color:#0d6efd;box-shadow:none;color:#fff;border:0 solid rgba(0,0,0,0)}.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus{background-color:#0d6efd;box-shadow:none;color:#fff;border:0 solid rgba(0,0,0,0)}.e-popup.e-multi-select-list-wrapper .e-list-item{border:0 solid rgba(0,0,0,0)}.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item{border:0 solid rgba(0,0,0,0)}.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder{color:#6c757d}.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder{color:#6c757d}.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder{color:#6c757d}.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder{color:#6c757d}.e-ul.e-reorder{border-bottom:1px solid #dee2e6}.e-multi-select-list-wrapper .e-selectall-parent{border-bottom:1px solid #dee2e6}.e-multi-select-wrapper .e-delim-values{-webkit-text-fill-color:#fff;color:#fff;-webkit-text-fill-color:#212529;color:#212529}.e-multi-select-wrapper .e-chips-close.e-close-hooker{color:#212529}.e-small .e-multi-select-wrapper .e-chips{border-radius:2px;height:20px}.e-small .e-multi-select-wrapper .e-chips>.e-chipcontent{font-size:12px}.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before{font-size:12px}.e-small .e-multi-select-wrapper .e-close-hooker::before{left:0}.e-bigger.e-small .e-multi-select-wrapper .e-chips{height:26px}.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:14px}.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values{-webkit-text-fill-color:#343a40;color:#343a40}.e-listbox-tool .e-moveup::before{content:""}.e-listbox-tool .e-movedown::before{content:""}.e-listbox-tool .e-moveto::before{content:""}.e-listbox-tool .e-movefrom::before{content:""}.e-listbox-tool .e-moveallto::before{content:""}.e-listbox-tool .e-moveallfrom::before{content:""}.e-listbox-wrapper,.e-listbox-container{-webkit-overflow-scrolling:touch;box-sizing:border-box;cursor:pointer;display:block;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.e-listbox-wrapper *,.e-listbox-container *{box-sizing:border-box}.e-listbox-wrapper .e-list-wrap,.e-listbox-container .e-list-wrap{width:84% !important}.e-listbox-wrapper:focus,.e-listbox-container:focus{outline:none}.e-listbox-wrapper.e-disabled,.e-listbox-container.e-disabled{cursor:default;pointer-events:none}.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,.e-listbox-container:not(.e-list-template) .e-list-nrt{text-align:center}.e-listbox-wrapper:not(.e-list-template) .e-list-item,.e-listbox-wrapper .e-list-nrt,.e-listbox-wrapper .e-selectall-parent,.e-listbox-container:not(.e-list-template) .e-list-item,.e-listbox-container .e-list-nrt,.e-listbox-container .e-selectall-parent{height:36px;line-height:1;padding:10px 12px;position:relative}.e-listbox-wrapper.e-filter-list,.e-listbox-container.e-filter-list{overflow:inherit}.e-listbox-wrapper .e-list-parent,.e-listbox-container .e-list-parent{height:100%;min-height:36px}.e-listbox-wrapper .e-list-item,.e-listbox-container .e-list-item{border-bottom:0 solid;outline:none}.e-listbox-wrapper .e-list-item.e-disabled,.e-listbox-container .e-list-item.e-disabled{pointer-events:none}.e-listbox-wrapper .e-disable,.e-listbox-container .e-disable{opacity:.7}.e-listbox-wrapper .e-list-parent,.e-listbox-container .e-list-parent{margin:0;padding:0}.e-listbox-wrapper .e-list-header .e-text.header,.e-listbox-container .e-list-header .e-text.header{display:none}.e-listbox-wrapper .e-icon-back,.e-listbox-container .e-icon-back{margin-top:2px}.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,.e-listbox-container .e-list-header .e-headertemplate-text.nested-header{display:none}.e-listbox-wrapper .e-list-header,.e-listbox-container .e-list-header{-ms-flex-align:center;align-items:center;border-bottom:1px solid;display:-ms-flexbox;display:flex;font-weight:500;height:18px;padding:0 12px}.e-listbox-wrapper .e-has-header>.e-view,.e-listbox-container .e-has-header>.e-view{top:45px}.e-listbox-wrapper .e-but-back,.e-listbox-container .e-but-back{cursor:pointer;padding-right:8px}.e-listbox-wrapper .e-list-group-item:first-child,.e-listbox-container .e-list-group-item:first-child{border:0;border-bottom:0 solid rgba(0,0,0,0)}.e-listbox-wrapper .e-list-group-item,.e-listbox-container .e-list-group-item{border-bottom:0 solid rgba(0,0,0,0);border-top:1px solid;font-weight:600;height:30px;line-height:10px;padding:10px 12px}.e-listbox-wrapper .e-icon-collapsible,.e-listbox-container .e-icon-collapsible{cursor:pointer;font-size:12px;position:absolute;right:0%;top:50%;transform:translateY(-50%)}.e-listbox-wrapper .e-text-content,.e-listbox-container .e-text-content{height:100%;position:relative;vertical-align:middle}.e-listbox-wrapper .e-text-content *,.e-listbox-container .e-text-content *{display:inline-block;vertical-align:middle}.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,.e-listbox-container .e-text-content.e-checkbox .e-list-text{width:calc(100% - 40px)}.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon+.e-list-text,.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon+.e-list-text{width:calc(100% - 90px)}.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text,.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text{width:calc(100% - 80px)}.e-listbox-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text,.e-listbox-container .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text{width:calc(100% - 92px)}.e-listbox-wrapper .e-checkbox .e-checkbox-left,.e-listbox-container .e-checkbox .e-checkbox-left{margin:-2px 8px 0 0}.e-listbox-wrapper .e-checkbox .e-checkbox-right,.e-listbox-container .e-checkbox .e-checkbox-right{margin:-2px 0 0 8px}.e-listbox-wrapper .e-list-text,.e-listbox-container .e-list-text{cursor:pointer;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;width:100%}.e-listbox-wrapper .e-list-icon+.e-list-text,.e-listbox-container .e-list-icon+.e-list-text{width:calc(100% - 60px)}.e-listbox-wrapper .e-icon-wrapper .e-list-text,.e-listbox-container .e-icon-wrapper .e-list-text{width:calc(100% - 60px)}.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text{width:calc(100% - 60px)}.e-listbox-wrapper .e-list-icon,.e-listbox-container .e-list-icon{height:30px;margin-right:16px;width:30px}.e-listbox-wrapper .e-content,.e-listbox-container .e-content{overflow:hidden;position:relative}.e-listbox-wrapper .e-list-header .e-text,.e-listbox-container .e-list-header .e-text{cursor:pointer;text-indent:0}.e-listbox-wrapper .e-text .e-headertext,.e-listbox-container .e-text .e-headertext{display:inline-block;line-height:18px}.e-listbox-wrapper.e-rtl,.e-listbox-container.e-rtl{direction:rtl}.e-listbox-wrapper.e-rtl .e-list-icon,.e-listbox-container.e-rtl .e-list-icon{margin-left:16px;margin-right:0}.e-listbox-wrapper.e-rtl .e-icon-collapsible,.e-listbox-container.e-rtl .e-icon-collapsible{left:0%;right:initial;top:50%;transform:translateY(-50%) rotate(180deg)}.e-listbox-wrapper.e-rtl .e-list-header .e-text,.e-listbox-container.e-rtl .e-list-header .e-text{cursor:pointer}.e-listbox-wrapper.e-rtl .e-but-back,.e-listbox-container.e-rtl .e-but-back{transform:rotate(180deg)}.e-listbox-wrapper.e-rtl .e-icon-back,.e-listbox-container.e-rtl .e-icon-back{margin-top:-2px}.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left{margin:-2px 0 0 8px}.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right{margin:-2px 8px 0 0}.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,.e-listbox-container.e-rtl .e-checkbox-wrapper{margin:-2px 0 0 8px}.e-listbox-wrapper .e-checkbox-wrapper,.e-listbox-container .e-checkbox-wrapper{margin:-2px 8px 0 0;text-indent:0;vertical-align:middle}.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,.e-listbox-container.e-checkbox-right .e-checkbox-wrapper{position:absolute;right:0;top:30%}.e-listbox-wrapper .e-input-group,.e-listbox-container .e-input-group{padding:4px 8px}.e-listbox-wrapper .e-input-focus,.e-listbox-container .e-input-focus{padding:4px 4px 4px 8px}.e-listbox-wrapper .e-hidden-select,.e-listbox-container .e-hidden-select{height:1px;opacity:0;position:absolute;width:100%}.e-listbox-wrapper .e-placeholder,.e-listbox-container .e-placeholder{background-color:#0d6efd;display:block;height:1px}ejs-listbox{display:block}.e-listbox-wrapper:not(.e-listbox-container){overflow:auto}.e-listbox-wrapper.e-filter-list{overflow:inherit}.e-listbox-wrapper.e-filter-list .e-list-parent{overflow:auto}.e-listbox-wrapper.e-sortableclone,.e-listbox-container.e-sortableclone{border-width:0;overflow:visible}.e-listbox-wrapper.e-sortableclone .e-list-item,.e-listbox-container.e-sortableclone .e-list-item{list-style-type:none}.e-listbox-wrapper.e-sortableclone .e-ripple,.e-listbox-container.e-sortableclone .e-ripple{overflow:visible}.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element{display:none}.e-listbox-wrapper.e-sortableclone .e-list-badge,.e-listbox-container.e-sortableclone .e-list-badge{-ms-flex-align:center;align-items:center;background-color:#0d6efd;border:1px solid #fff;border-radius:50%;color:#fff;display:-ms-flexbox;display:flex;font-size:12px;height:22px;-ms-flex-pack:center;justify-content:center;position:absolute;right:-10px;top:-10px;width:22px}.e-listboxtool-wrapper,.e-listboxtool-container{cursor:pointer;display:-ms-flexbox;display:flex}.e-listboxtool-wrapper *,.e-listboxtool-container *{box-sizing:border-box}.e-listboxtool-wrapper.e-disabled,.e-listboxtool-container.e-disabled{cursor:default;pointer-events:none}.e-listboxtool-wrapper .e-listbox-wrapper,.e-listboxtool-container .e-listbox-wrapper{-ms-flex:1;flex:1}.e-listboxtool-wrapper.e-right .e-listbox-tool,.e-listboxtool-container.e-right .e-listbox-tool{margin-left:15px}.e-listboxtool-wrapper.e-left .e-listbox-tool,.e-listboxtool-container.e-left .e-listbox-tool{margin-right:15px}.e-listboxtool-wrapper .e-listbox-tool,.e-listboxtool-container .e-listbox-tool{border:1px solid #dee2e6;overflow:auto;padding:8px}.e-listboxtool-wrapper .e-listbox-tool .e-btn,.e-listboxtool-container .e-listbox-tool .e-btn{display:list-item;list-style-type:none;margin-bottom:10px}.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper{position:absolute;right:0;top:30%}.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,.e-rtl.e-listboxtool-container.e-right .e-listbox-tool{margin-right:15px}.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,.e-rtl.e-listboxtool-container.e-left .e-listbox-tool{margin-left:15px}.e-bigger .e-listbox-wrapper .e-list-wrap,.e-listbox-wrapper.e-bigger .e-list-wrap,.e-bigger .e-listbox-container .e-list-wrap,.e-listbox-container.e-bigger .e-list-wrap{width:80% !important}.e-bigger .e-listbox-wrapper .e-list-item,.e-listbox-wrapper.e-bigger .e-list-item,.e-bigger .e-listbox-container .e-list-item,.e-listbox-container.e-bigger .e-list-item{border-bottom:0 solid rgba(0,0,0,0);border-left:0 solid rgba(0,0,0,0);border-right:0 solid rgba(0,0,0,0);border-top:0 solid rgba(0,0,0,0)}.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,.e-bigger .e-listbox-wrapper .e-selectall-parent,.e-bigger .e-listbox-wrapper .e-list-group-item,.e-bigger .e-listbox-wrapper .e-list-header,.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,.e-listbox-wrapper.e-bigger .e-selectall-parent,.e-listbox-wrapper.e-bigger .e-list-group-item,.e-listbox-wrapper.e-bigger .e-list-header,.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,.e-bigger .e-listbox-container .e-selectall-parent,.e-bigger .e-listbox-container .e-list-group-item,.e-bigger .e-listbox-container .e-list-header,.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,.e-listbox-container.e-bigger .e-selectall-parent,.e-listbox-container.e-bigger .e-list-group-item,.e-listbox-container.e-bigger .e-list-header{padding:8px 16px}.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,.e-bigger .e-listbox-wrapper .e-selectall-parent,.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,.e-listbox-wrapper.e-bigger .e-selectall-parent,.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,.e-bigger .e-listbox-container .e-selectall-parent,.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,.e-listbox-container.e-bigger .e-selectall-parent{height:48px;line-height:1.6;position:relative}.e-bigger .e-listbox-wrapper .e-list-parent,.e-listbox-wrapper.e-bigger .e-list-parent,.e-bigger .e-listbox-container .e-list-parent,.e-listbox-container.e-bigger .e-list-parent{min-height:48px}.e-bigger .e-listbox-wrapper .e-text-content,.e-listbox-wrapper.e-bigger .e-text-content,.e-bigger .e-listbox-container .e-text-content,.e-listbox-container.e-bigger .e-text-content{font-size:16px}.e-bigger .e-listbox-wrapper .e-list-group-item,.e-listbox-wrapper.e-bigger .e-list-group-item,.e-bigger .e-listbox-container .e-list-group-item,.e-listbox-container.e-bigger .e-list-group-item{height:40px;line-height:25px}.e-bigger .e-listbox-wrapper .e-list-header,.e-listbox-wrapper.e-bigger .e-list-header,.e-bigger .e-listbox-container .e-list-header,.e-listbox-container.e-bigger .e-list-header{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-weight:500;height:22px}.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,.e-bigger .e-listbox-container .e-list-header .e-text.header,.e-listbox-container.e-bigger .e-list-header .e-text.header{display:none}.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header{display:none}.e-bigger .e-listbox-wrapper .e-list-header .e-text,.e-listbox-wrapper.e-bigger .e-list-header .e-text,.e-bigger .e-listbox-container .e-list-header .e-text,.e-listbox-container.e-bigger .e-list-header .e-text{font-size:14px}.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,.e-small .e-listbox-container.e-filter-list .e-list-parent{height:calc(100% - 45px)}.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,.e-bigger .e-listbox-container.e-filter-list .e-list-parent{height:calc(100% - 55px)}.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent+.e-list-parent,.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent+.e-list-parent{height:calc(100% - 96px)}.e-bigger .e-listbox-wrapper .e-selectall-parent+.e-list-parent,.e-bigger .e-listbox-container .e-selectall-parent+.e-list-parent{height:calc(100% - 40px)}.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent{height:calc(100% - 45px)}.e-listbox-wrapper,.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),.e-listboxtool-container.e-listbox-container .e-ul{border:1px solid #dee2e6}.e-listbox-wrapper,.e-listbox-container{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px}.e-listbox-wrapper .e-list-header,.e-listbox-container .e-list-header{background-color:#e9ecef;border-color:rgba(0,0,0,.12);color:#495057;font-size:12px}.e-listbox-wrapper.e-filter-list .e-list-parent,.e-listbox-container.e-filter-list .e-list-parent{height:calc(100% - 47px)}.e-listbox-wrapper.e-filter-list .e-selectall-parent+.e-list-parent,.e-listbox-container.e-filter-list .e-selectall-parent+.e-list-parent{height:calc(100% - 86px)}.e-listbox-wrapper .e-selectall-parent+.e-list-parent,.e-listbox-container .e-selectall-parent+.e-list-parent{height:calc(100% - 36px)}.e-listbox-wrapper .e-list-item,.e-listbox-container .e-list-item{background-color:rgba(0,0,0,0);border-bottom:0 solid rgba(0,0,0,0);border-left:0 solid rgba(0,0,0,0);border-right:0 solid rgba(0,0,0,0);border-top:0 solid rgba(0,0,0,0);color:#212529}.e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),.e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled){background-color:#e9ecef;border-color:rgba(0,0,0,0);color:#212529}.e-listbox-wrapper .e-list-item.e-selected,.e-listbox-container .e-list-item.e-selected{background-color:#e9ecef;color:rgba(33,37,41,.87)}.e-listbox-wrapper .e-list-item.e-selected.e-checklist,.e-listbox-container .e-list-item.e-selected.e-checklist{background-color:rgba(0,0,0,0);color:#212529}.e-listbox-wrapper .e-list-item.e-focused,.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,.e-listbox-container .e-list-item.e-focused,.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist{background-color:#e9ecef;color:rgba(33,37,41,.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,.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{background-color:#fff;border-color:#fff;color:#0d6efd}.e-listbox-wrapper .e-list-group-item,.e-listbox-container .e-list-group-item{background-color:#e9ecef;border-color:rgba(0,0,0,.12);color:#000;font-size:12px}.e-listbox-wrapper .e-selectall-parent,.e-listbox-container .e-selectall-parent{background-color:rgba(0,0,0,0);border-bottom:1px solid #dee2e6;color:#212529}.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,.e-listbox-container .e-sortableclone.e-ripple .e-ripple-element{background-color:rgba(0,0,0,0)}.e-listbox-wrapper.e-list-template .e-list-wrapper,.e-listbox-container.e-list-template .e-list-wrapper{height:inherit;position:relative}.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line){padding:8px 16px}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line{padding:4px}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header{color:#212529;display:block;font-size:14px;font-weight:500;margin:0;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content{color:#495057;display:block;font-size:14px;margin:0;padding:2px 0 0 0;word-wrap:break-word}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar{height:40px;left:0;position:absolute;top:0;width:40px}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge){padding-left:68px;padding-right:16px}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge){padding-left:16px;padding-right:68px}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar{height:40px;position:absolute;right:0;top:0;width:40px}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar{top:0}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar{top:0}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge{font-size:10px;height:18px;line-height:16px;padding:0;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:32px}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar{padding-left:68px;padding-right:10px}.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar){padding-left:16px;padding-right:10px}.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content{display:block;margin:0;overflow:hidden;padding:8px 0;text-overflow:ellipsis;white-space:nowrap}.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header{color:#212529}.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content{color:#212529}.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header{color:rgba(33,37,41,.87)}.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content{color:rgba(33,37,41,.87)}.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar{left:inherit;right:0}.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge){padding-left:16px;padding-right:68px}.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge){padding-left:68px;padding-right:16px}.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar{left:0;right:inherit}.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge{left:12px;right:inherit}.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar{padding-left:10px;padding-right:68px}.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar){padding-left:10px;padding-right:16px}.e-documenteditor .e-close::before{color:#6c757d;content:"";font-family:"e-icons";font-size:14px}.e-documenteditor .e-de-op-search-icon::before{content:"";font-family:"e-icons"}.e-documenteditor .e-arrow-up::before{content:"";font-family:"e-icons"}.e-documenteditor .e-arrow-down::before{content:"";font-family:"e-icons"}.e-documenteditor .e-de-op .e-de-op-close-icon{height:20px}.e-documenteditor .e-de-op-close-icon::before{content:"";font-family:"e-icons"}.e-documenteditor .e-de-op-search-close-icon::before{color:#6c757d;content:"";font-family:"e-icons"}.e-documenteditor .e-de-new-cmt::before{content:"";font-family:"e-icons"}.e-documenteditor .e-de-menu-icon::before{content:"";font-family:"e-icons"}.e-documenteditor .e-de-cmt-mark-icon::before{color:#6c757d;content:"";font-family:"e-icons";font-size:13px}.e-documenteditor .e-de-cmt-post::before{content:"";font-family:"e-icons"}.e-documenteditor .e-de-cmt-rply-icon::before{color:#6c757d;content:"";font-family:"e-icons"}.e-documenteditor .e-de-cmt-cancel::before{content:"";font-family:"e-icons"}.e-documenteditor .e-de-cmt-delete::before{content:"";font-family:"e-icons"}.e-documenteditor .e-de-cmt-reopen::before{content:"";font-family:"e-icons"}.e-documenteditor .e-de-nav-up::before{content:"";font-family:"e-icons"}.e-documenteditor .e-de-nav-right-arrow::before{content:"";font-family:"e-icons"}.e-documenteditor .e-de-nav-left-arrow::before{content:"";font-family:"e-icons"}.e-documenteditor .e-de-save-icon::before{content:"";font-family:"e-icons"}.e-documenteditor .e-de-cancel-icon::before{content:"";font-family:"e-icons"}.e-de-ctn-title-print::before{content:""}.e-de-acceptchange::before{color:#6c757d;content:"";font-family:"e-icons"}.e-de-rejectchange::before{color:#6c757d;content:"";font-family:"e-icons"}.e-de-ctn-title-download::before{content:""}.e-de-table-properties-alignment:hover{border-color:#0d6efd}.e-de-table-properties-alignment{border:1px solid rgba(0,0,0,0)}.e-de-tablecell-alignment{border:1px solid rgba(0,0,0,0)}.e-de-tablecell-alignment:hover{border-color:#0d6efd}.e-de-table-left-alignment::before{color:#6c757d;content:"";font-size:46px}.e-de-table-center-alignment::before{color:#6c757d;content:"";font-size:46px}.e-de-table-right-alignment::before{color:#6c757d;content:"";font-size:46px}.e-de-tablecell-top-alignment::before{color:#6c757d;content:"";font-family:"e-icons";font-size:51px}.e-de-tablecell-center-alignment::before{color:#6c757d;content:"";font-family:"e-icons";font-size:51px}.e-de-tablecell-bottom-alignment::before{color:#6c757d;content:"";font-family:"e-icons";font-size:51px}.e-de-table-border-setting{border:1px solid #ced4da;height:40px;left:5px;position:relative;top:5px;width:40px}.e-de-table-border-setting-genral{border:1px solid #6c757d;height:52px;width:52px}.e-de-table-border-preview-genral{border:1px solid #6c757d;height:24px;width:24px}.e-de-table-border-inside-setting:hover{border:1px solid #0d6efd}.e-de-table-border-preview{height:24px;width:24px}.e-de-table-border-inside-preview:hover{border:1px solid #0d6efd}.e-de-table-border-inside-setting-click{border:1px solid #0d6efd}.e-de-table-border-inside-preview-click{border:1px solid #0d6efd}.e-de-table-border-none-setting::before{color:#6c757d;content:"";font-size:38px;position:absolute}.e-de-table-border-box-setting::before{color:#6c757d;content:"";font-size:34px;left:2px;position:absolute;top:2px}.e-de-table-border-all-setting::before{color:#6c757d;content:"";font-family:"e-icons";font-size:34px;left:2px;position:absolute;top:2px}.e-de-table-border-custom-setting::before{color:#6c757d;content:"";font-size:34px;left:2px;position:absolute;top:2px}.e-de-para-border-none-setting::before{color:#6c757d;content:"";font-size:38px;position:absolute}.e-de-para-border-box-setting::before{color:#6c757d;content:"";font-size:34px;left:2px;position:absolute;top:2px}.e-de-para-border-shadow-setting::before{color:#6c757d;content:"";font-size:34px;left:2px;position:absolute;top:2px}.e-de-para-border-custom-setting::before{color:#6c757d;content:"";font-size:34px;left:2px;position:absolute;top:2px}.e-de-table-border-toptop-alignment::before{color:#6c757d;content:"";font-family:"e-icons";font-size:16px;left:5px;position:absolute;top:2px}.e-de-table-border-topcenter-alignment::before{color:#6c757d;content:"";font-size:16px;left:5px;position:absolute;top:2px}.e-de-table-border-topbottom-alignment::before{color:#6c757d;content:"";font-size:16px;left:5px;position:absolute;top:2px}.e-de-table-border-diagionalup-alignment::before{color:#6c757d;content:"";font-size:16px;left:5px;position:absolute;top:2px}.e-de-table-border-diagionaldown-alignment::before{color:#6c757d;content:"";font-size:16px;left:5px;position:absolute;top:2px}.e-de-table-border-bottomleft-alignment::before{color:#6c757d;content:"";font-size:16px;left:5px;position:absolute;top:2px}.e-de-table-border-bottomcenter-alignment::before{color:#6c757d;content:"";font-size:16px;left:5px;position:absolute;top:2px}.e-de-table-border-bottomright-alignment::before{color:#6c757d;content:"";font-size:16px;left:5px;position:absolute;top:2px}.e-menu-item .e-de-cmt-add::before{content:""}.e-menu-item .e-de-cut::before{content:""}.e-menu-item .e-de-spellcheck::before{content:""}.e-menu-item .e-de-copy::before{content:""}.e-menu-item .e-de-paste::before{content:""}.e-menu-item .e-de-continue-numbering::before{content:""}.e-menu-item .e-de-restart-at::before{content:""}.e-menu-item .e-de-insertlink::before{content:""}.e-menu-item .e-de-open-hyperlink::before{content:""}.e-menu-item .e-de-copy-hyperlink::before{content:""}.e-menu-item .e-de-open-properties::before{content:""}.e-menu-item .e-de-edit-hyperlink::before{content:""}.e-menu-item .e-de-remove-hyperlink::before{content:""}.e-menu-item .e-de-fonts::before{content:""}.e-menu-item .e-de-paragraph::before{content:""}.e-menu-item .e-de-table::before{content:""}.e-menu-item .e-de-insertabove::before{content:""}.e-menu-item .e-de-insertbelow::before{content:""}.e-menu-item .e-de-insertleft::before{content:""}.e-menu-item .e-de-insertright::before{content:""}.e-menu-item .e-de-delete-table::before{content:""}.e-menu-item .e-de-deleterow::before{content:""}.e-menu-item .e-de-deletecolumn::before{content:""}.e-de-bold::before{content:"";font-family:"e-icons"}.e-de-italic::before{content:"";font-family:"e-icons"}.e-de-underline::before{content:"";font-family:"e-icons"}.e-de-indent::before{content:"";font-family:"e-icons"}.e-de-outdent::before{content:"";font-family:"e-icons"}.e-de-align-left::before{content:"";font-family:"e-icons"}.e-de-align-center::before{content:"";font-family:"e-icons"}.e-de-align-right::before{content:"";font-family:"e-icons"}.e-de-justify::before{content:"";font-family:"e-icons"}.e-de-single-spacing::before{content:"";font-family:"e-icons"}.e-de-double-spacing::before{content:"";font-family:"e-icons"}.e-de-one-point-five-spacing::before{content:"";font-family:"e-icons"}.e-de-before-spacing::before{content:"";font-family:"e-icons"}.e-de-after-spacing::before{content:"";font-family:"e-icons"}.e-de-icon-bullet-list-dot::before{content:"";font-family:"e-icons";font-size:8px;line-height:28px}.e-de-icon-bullet-list-circle::before{content:"";font-family:"e-icons";font-size:8px;line-height:28px}.e-de-icon-bullet-list-square::before{content:"";font-family:"e-icons";font-size:8px;line-height:28px}.e-de-icon-bullet-list-tick::before{content:"";font-family:"e-icons";font-size:12px}.e-de-icon-bullet-list-flower::before{content:"";font-family:"e-icons";font-size:12px}.e-de-icon-bullet-list-arrow::before{content:"";font-family:"e-icons";font-size:12px}.e-de-icon-bullet-list-none::before{content:"";font-family:"e-icons";font-size:24px}.e-de-icon-autofit::before{content:"";font-family:"e-icons"}.e-de-icon-fixed-columnwidth::before{content:"";font-family:"e-icons"}.e-de-icon-auto-fitwindow::before{content:"";font-family:"e-icons"}.e-item .e-de-paste-text::before{content:"";font-family:"e-icons"}.e-item .e-de-paste-source::before{content:"";font-family:"e-icons"}.e-item .e-de-paste-merge::before{content:"";font-family:"e-icons"}.e-btn-icon .e-de-paste::before,.e-icon-btn .e-de-paste::before{content:"";font-family:"e-icons"}.e-item .e-de-paste-column::before{content:""}.e-item .e-de-paste-row::before{content:""}.e-item .e-de-paste-overwrite-cells::before{content:""}.e-item .e-de-paste-nested-table::before{content:""}.e-item .e-de-paste-merge-table::before{content:""}.e-de-dlg-container{padding-bottom:12px}.e-de-dlg-row{display:-ms-flexbox;display:flex}.e-de-container-row{display:-ms-flexbox;display:flex;padding-bottom:12px}.e-de-subcontainer-left{padding-right:6px;width:50%}.e-de-subcontainer-right{padding-left:6px;width:50%}.e-de-dlg-tab-first-child{padding-top:6px}.e-de-dlg-heading{display:block;font-size:14px;font-weight:500;margin-bottom:12px}.e-rtl .e-de-subcontainer-left{padding-left:6px;padding-right:0}.e-rtl .e-de-subcontainer-right{padding-left:0;padding-right:6px;width:50%}.e-bigger .e-de-dlg-container{padding-bottom:16px}.e-bigger .e-de-container-row{padding-bottom:16px}.e-bigger .e-de-subcontainer-left{padding-right:8px;width:50%}.e-bigger .e-de-subcontainer-right{padding-left:8px;width:50%}.e-bigger .e-de-dlg-tab-first-child{padding-top:8px}.e-bigger .e-rtl .e-de-subcontainer-left{padding-left:8px;padding-right:0}.e-bigger .e-rtl .e-de-subcontainer-right{padding-left:0;padding-right:8px;width:50%}.e-de-blink-cursor{border-left:1px solid #000;pointer-events:none;position:absolute;z-index:3}.e-de-cursor-animation{animation-duration:1s;animation-iteration-count:infinite;animation-name:FadeInFadeOut}@keyframes FadeInFadeOut{from{opacity:1}13%{opacity:0}50%{opacity:0}63%{opacity:1}to{opacity:1}}.e-de-text-target{border:0;height:1px;opacity:0;outline-style:none;overflow:hidden;pointer-events:none;position:absolute;top:-10000px;width:625px}.e-de-txt-form .e-de-txt-field{display:block}.e-de-txt-form .e-de-num-field{display:none}.e-de-txt-form .e-de-date-field{display:none}.e-de-txt-form .e-de-ddl-field{display:none}.e-de-num-form .e-de-txt-field{display:none}.e-de-num-form .e-de-num-field{display:block}.e-de-num-form .e-de-date-field{display:none}.e-de-num-form .e-de-ddl-field{display:none}.e-de-date-form .e-de-txt-field{display:none}.e-de-date-form .e-de-num-field{display:none}.e-de-date-form .e-de-date-field{display:block}.e-de-date-form .e-de-ddl-field{display:none}.e-de-ddl-form .e-de-txt-field{display:none}.e-de-ddl-form .e-de-num-field{display:none}.e-de-ddl-form .e-de-date-field{display:none}.e-de-ddl-form .e-de-ddl-field{display:block}.e-documenteditor .e-de-op-close-button{left:267px;position:absolute;top:8px}.e-documenteditor .e-de-op-close-button.e-de-rtl{left:14px}.e-de-background{background-color:#f8f9fa}.e-de-ff-sub-header{display:block;font-size:12px;font-weight:500;margin-top:6px}.e-de-check-exactnumbr-width{width:130px !important}.e-de-ff-dlg-heading{display:block;font-weight:500;margin-bottom:12px}.e-de-ff-dlg-heading-small{display:block;font-weight:500;margin-bottom:4px}.e-de-ff-dlg-drpdwn-heading{display:block;font-size:14px;font-weight:500;margin-bottom:8px}.e-de-ff-dlg-check{display:block;font-size:14px;font-weight:500;margin-bottom:-2px}.e-de-div-seperate-dlg{display:-ms-inline-flexbox;display:inline-flex;margin-bottom:12px;width:100%}.e-de-ff-radio-div{display:-ms-inline-flexbox;display:inline-flex;margin-right:16px}.e-de-ff-radio-div.e-de-rtl{margin-left:16px;margin-right:0}.e-de-ff-radio-scnd-div{display:-ms-inline-flexbox;display:inline-flex;margin-bottom:0;margin-right:16px}.e-de-ff-radio-scnd-div.e-de-rtl{margin-left:16px;margin-right:0}.e-de-ff-dlg-lft-hlf{margin-right:12px;width:50.5%}.e-de-ff-dlg-lft-hlf.e-de-rtl{margin-left:12px;margin-right:0}.e-de-ff-chck-exact{margin-left:15px;margin-top:-6px}.e-de-ff-chck-exact.e-de-rtl{margin-left:0;margin-right:15px}.e-de-ff-dlg-rght-hlf{width:47.5%}.e-de-ff-drpdwn-dlg-scndiv{display:-ms-inline-flexbox;display:inline-flex;height:168px;margin-bottom:4px;width:100%}.e-de-cmt-avatar{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;width:95%}.e-de-ff-cmt-avatar{-ms-flex-align:center;align-items:center;border-radius:50%;color:#fff;display:-ms-flexbox;display:flex;font-size:12px;height:24px;-ms-flex-pack:center;justify-content:center;letter-spacing:0;line-height:12px;opacity:100%;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:24px;z-index:1}.e-de-ff-drpdwn-listview{margin-right:12px;width:100%}.e-de-ff-drpdwn-listview.e-de-rtl{margin-left:12px;margin-right:0}.e-de-ff-drpdwn-mvup{margin-right:8px}.e-de-ff-drpdwn-mvup.e-de-rtl{margin-left:8px;margin-right:0}.e-de-drp-dwn-frst-div{margin-bottom:8px;width:47.5%}.e-de-result-list-block .e-de-search-result-hglt{background:rgba(0,0,0,0);border-bottom:2px solid #0d6efd;cursor:default;padding:12px 1px 12px 5px}.e-de-result-list-block .e-de-op-search-txt .e-de-op-search-word-text{color:#0d6efd}.e-de-search-result-item{cursor:default;padding:12px 1px 12px 5px;word-break:break-word}.e-de-search-result-item:hover{border-bottom:1px solid #0d6efd;cursor:default}.e-de-search-result-item:focus{border-bottom:2px solid #0d6efd;cursor:default;padding:12px 1px 12px 5px}.e-de-search-tab-content .e-input-group .e-de-op-search-icon:focus{border:1px solid #212529}.e-de-op-search-icon:hover{background:#343a40}.e-de-search-tab-content .e-input-group .e-de-op-search-close-icon:focus{border:1px solid #212529;border-right-width:0}.e-de-op-search-close-icon:hover{background:#343a40}.e-spin-down:focus{border:1px solid #dee2e6;border-right-width:0}.e-spin-down:hover{background:#dee2e6}.e-spin-up:focus{border:1px solid #dee2e6;border-right-width:0}.e-spin-up:hover{background:#dee2e6}.e-de-toc-dlg-heading{color:#495057;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.e-de-toc-dlg-main-heading{color:#495057;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.e-content-placeholder.e-documenteditor.e-placeholder-documenteditor{background-size:100%}.e-de-toc-reset-button{margin-top:10px}.e-de-toc-reset-button.e-de-rtl{margin-right:0}.e-de-toc-modify-button{margin-left:156px;margin-top:10px}.e-de-toc-modify-button.e-de-rtl{margin-left:0;margin-right:156px}.e-de-toc-dlg-container{height:454px;width:550px}.e-de-toc-dlg-sub-container{margin-bottom:8px}.e-de-toc-list-view{border:1px solid #ced4da;border-radius:3px;font-size:12px;height:186px;overflow-y:scroll}.e-de-toc-list-view.e-de-rtl{margin-left:0}.e-de-toc-dlg-sub-heading{color:#495057;display:block;font-size:14px;font-weight:500;margin:5px 15px 5px 15px}.e-de-toc-dlg-style-label{margin-left:42px;margin-top:35px}.e-de-toc-dlg-style-label .e-de-rtl{margin-left:0;margin-right:42px}.e-de-pagesetup-dlg-container{height:auto;width:380px}.e-de-page-setup-ppty-tab{border:0}.e-de-page-setup-dlg-sub-container{margin-bottom:12px}.e-de-page-setup-dlg-left-sub-container{float:left;position:relative;top:0}.e-de-page-setup-dlg-left-sub-container.e-de-rtl{float:right}.e-de-page-setup-dlg-right-sub-container{float:right;position:relative;top:0}.e-de-page-setup-dlg-right-sub-container.e-de-rtl{float:left}.e-de-page-setup-dlg-sub-header{display:block;font-size:12px;font-weight:500;margin-bottom:4px;margin-top:12px}.e-de-page-setup-dlg-sub-title-header{display:block;font-size:12px;font-weight:500;margin-bottom:4px;margin-top:12px}.e-de-page-setup-dlg-sub-container-port{height:auto;margin-bottom:0}.e-de-page-setup-dlg-sub-label{font-size:14px;font-weight:500}.e-de-page-setup-dlg-orientation-prop{margin-top:8px}.e-de-page-setup-dlg-sub-size-container{height:73px;margin-bottom:12px}.e-de-page-setup-dlg-layout-sub-container{height:auto;margin-bottom:12px;position:relative;top:12px}.e-de-page-setup-dlg-first-page-prop{margin-bottom:8px}.e-de-page-setup-dlg-first-page-prop .e-label,.e-de-page-setup-dlg-odd-or-even-prop .e-label{font-size:12px}.e-de-page-setup-dlg-first-page-prop .e-frame,.e-de-page-setup-dlg-odd-or-even-prop .e-frame{height:18px;line-height:1.5;width:18px}.e-de-page-setup-dlg-left-layout-container{float:left;position:relative;top:0}.e-de-page-setup-dlg-left-layout-container.e-de-rtl{float:right}.e-de-page-setup-dlg-right-layout-container{float:right;position:relative;top:0}.e-de-page-setup-dlg-right-layout-container.e-de-rtl{float:left}.e-de-dlg-footer .e-btn{margin-left:10px}.e-de-hyperlink-dlg-title{font-size:12px;font-weight:500;margin-bottom:4px;margin-top:0}.e-de-hyperlink .e-de-hyperlink-dlg-input{height:32px;margin-bottom:12px;width:230px}.e-de-font-dlg-header{display:-ms-flexbox;display:flex;font-size:12px;font-weight:500;margin-bottom:4px}.e-de-font-dlg-header-effects,.e-de-font-dlg-header-font-color{display:-ms-flexbox;display:flex;font-size:12px;font-weight:500;margin-bottom:0}.e-de-font-dlg-main-header{color:#495057;font-size:14px;font-weight:500;margin-right:17px}.e-de-font-dlg-cb-right{margin-left:12px}.e-de-font-dlg-cb-right.e-de-rtl{margin-left:0;margin-right:12px}.e-de-font-dlg-cb-right-div{margin-left:20px}.e-de-dropdown{margin-right:20px}.e-de-restrict-pane{border-right:1px solid #ced4da;padding-left:12px;padding-top:12px;padding-right:12px;position:relative;width:300px}.e-de-op{border-right:1px solid #ced4da;padding-left:12px;padding-right:12px;position:relative;width:300px}.e-de-op.e-de-rtl{padding-left:0;padding-right:12px}.e-de-op-header{color:#343a40;font-family:inherit;font-size:15px;font-weight:500;margin-bottom:12px;padding-top:12px}.e-de-op-header.e-de-rtl{direction:rtl;text-align:right}.e-de-op-tab{border:0;height:auto}.e-de-op-icon{color:#6c757d;height:20px;width:20px}.e-de-op-close-icon{color:#6c757d}.e-de-op-nav-btn{height:20px;width:20px}.e-de-op-search-txt{border-bottom:1px solid #dee2e6;color:#495057;font-size:14px}.e-de-op-search-txt .e-de-op-search-word{color:#0d6efd}.e-de-op-more-less{display:-ms-inline-flexbox;display:inline-flex;margin-top:12px}.e-de-op-replacetabcontentdiv{margin-top:12px}label[for*=_wholeWord_e-de-ltr]{left:35px}label[for*=_wholeWord_e-de-rtl]{right:35px}.e-de-cell-dia-label-common{display:inline-block;font-size:12px;font-weight:500;margin-bottom:4px;margin-top:0;width:150px}.e-de-cell-dia-options-label{font-weight:500}.e-de-table-border-heading{font-size:16px;font-weight:500;padding-bottom:8px}.e-de-table-setting-heading{font-size:12px;font-weight:500;padding-bottom:4px}.e-de-layout-setting-heading{font-size:12px;font-weight:500;padding-bottom:4px}.e-de-table-setting-labels-heading{font-size:12px;font-weight:500;margin-left:10px}.e-de-table-element-subheading{font-size:12px;font-weight:500}.e-de-border-dlg-preview-div{border:1px solid rgba(0,0,0,.54);width:80px;height:80px}.e-de-border-dlg-preview-inside-divs{opacity:.54}.e-de-tablecell-dia-align-div{border:1px solid #ced4da;display:inline-block;height:60px;margin-right:11px;width:60px}.e-de-tablecell-dia-align-div.e-de-rtl{margin-left:11px;margin-right:0}.e-de-table-dia-align-label{display:inline-block;font-size:12px;font-weight:500;margin-left:10px;margin-top:4px}.e-de-table-dialog-separator-line{background-color:#ced4da;bottom:59px;display:none;height:1px;left:1px;margin-top:5px;position:absolute;width:100%}.e-de-table-alignment-active{border:1px solid #0d6efd}.e-de-table-dialog-size-label{padding-top:12px !important}.e-de-list-ddl-header{font-size:14px;font-weight:500;margin-bottom:8px;margin-top:12px}.e-de-list-ddl-header-list-level{font-size:14px;font-weight:500;margin-bottom:8px}.e-de-tbl-dlg-footer{padding-top:23px}.e-de-row-ht-top,.e-de-cell-ht-top{padding:0 12px;width:144px}.e-de-ht-wdth-type{margin-top:-22px;width:120px}.e-de-row-ht-top.e-de-rtl,.e-de-cell-ht-top.e-de-rtl{margin-left:0;margin-right:12px}.e-de-cell-width-top{margin-left:20px;margin-top:-23px}.e-de-cell-width-top.e-de-rtl{margin-left:0;margin-right:20px}.e-de-tbl-dlg-border-btn{float:right;margin-top:16px}.e-de-tbl-dlg-border-btn.e-de-rtl{float:left;margin-right:0}.e-de-table-border-setting.e-de-rtl{right:5px}.e-de-tbl-dlg-op-btn{left:440px;position:absolute;top:285px}.e-de-insert-table-dlg-sub-header{display:block;font-size:12px;font-weight:500;margin-bottom:4px;margin-top:0}.e-de-insert-footnote-dlg-sub-header,.e-de-insert-footnote-dlg-header{display:block;font-size:12px;font-weight:500;margin-bottom:4px;margin-top:0}.e-de-insert-footnote-dlg-header{margin-bottom:12px}.e-de-insert-table-dlg-input{margin-bottom:12px}.e-de-list-ddl-subheader,.e-de-list-ddl-subheaderbottom{font-size:12px;font-weight:500;margin-bottom:4px;margin-top:12px}.e-de-list-dlg-subdiv{float:right;margin-top:40px;position:relative}.e-de-list-dlg-subdiv.e-de-rtl{float:left;margin-top:-121px}.e-de-list-dlg-div{float:right;margin-top:36px;position:relative}.e-de-list-dlg-div.e-de-rtl{float:left;margin-top:-125px}.e-de-ok-button{margin-right:8px}.e-de-ok-button.e-de-rtl{margin-left:8px}.e-de-options-setter{left:339px}.e-de-op-close-icon:hover{color:rgba(0,0,0,.75)}.e-de-tooltip{background-color:#fff;box-shadow:0 3px 8px 0 rgba(0,0,0,.26);color:#212529;cursor:text;display:table;max-width:200px;padding:5px;word-wrap:break-word}.e-de-form-popup{background-color:#fff;box-shadow:0 3px 8px 0 rgba(0,0,0,.26);color:#212529;cursor:text;max-width:350px;min-width:300px;padding:16px;position:absolute;width:fit-content;word-wrap:break-word}.e-de-save,.e-de-cancel{margin-left:8px}.e-btn.e-de-op-icon-btn{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.e-documenteditor .e-de-op-close-button{left:250px;position:absolute;top:8px}.e-bigger .e-documenteditor .e-de-op-close-button{left:240px;position:absolute;top:5px}.e-de-style-paragraph-indent-group-button .e-btn.e-active,.e-de-style-paragraph-group-button .e-btn.e-active,.e-de-style-font-group-button .e-btn.e-active{background-color:#5a6268;box-shadow:none;box-shadow:none}.e-de-style-font-group-button .e-btn,.e-de-style-paragraph-group-button .e-btn,.e-de-style-paragraph-indent-group-button .e-btn{background-color:#fff;border-color:#dee2e6}.e-de-style-font-group-button .e-btn:focus,.e-de-style-paragraph-group-button .e-btn:focus,.e-de-style-paragraph-indent-group-button .e-btn:focus{background-color:#5a6268;box-shadow:none}.e-de-style-font-group-button .e-btn:active,.e-de-style-paragraph-group-button .e-btn:active,.e-de-style-paragraph-indent-group-button .e-btn:active{background-color:#5a6268;box-shadow:none}.e-de-style-font-group-button .e-btn:hover,.e-de-style-paragraph-group-button .e-btn:hover,.e-de-style-paragraph-indent-group-button .e-btn:hover{background-color:#5a6268;box-shadow:none}.e-de-style-font-group-button .e-btn:hover .e-btn-icon,.e-de-style-font-group-button .e-btn:focus .e-btn-icon,.e-de-style-font-group-button .e-btn:active .e-btn-icon,.e-de-style-font-group-button .e-btn:disabled .e-btn-icon,.e-de-style-paragraph-group-button .e-btn:hover .e-btn-icon,.e-de-style-paragraph-group-button .e-btn:focus .e-btn-icon,.e-de-style-paragraph-group-button .e-btn:active .e-btn-icon,.e-de-style-paragraph-group-button .e-btn:disabled .e-btn-icon{color:#fff}.e-de-style-font-group-button .e-btn-icon,.e-de-style-paragraph-group-button .e-btn-icon,.e-de-style-paragraph-indent-group-button .e-btn-icon{color:#6c757d;font-size:14px}.e-de-style-paragraph-indent-group-button .e-btn:hover .e-btn-icon,.e-de-style-paragraph-indent-group-button .e-btn:focus .e-btn-icon,.e-de-style-paragraph-indent-group-button .e-btn:active .e-btn-icon,.e-de-style-paragraph-indent-group-button .e-btn:disabled .e-btn-icon{color:#6c757d}.e-de-style-paragraph-indent-group-button .e-btn-icon{color:#6c757d;font-size:14px}.e-de-restrict-pane{color:#212529}.e-bigger .e-de-hyperlink-dlg-input,.e-bigger .e-de-insert-table-dlg-input,.e-bigger .e-de-insert-footnote-dlg-header,.e-bigger .e-bookmark-dlgfields,.e-bigger .e-de-ff-dlg-heading{margin-bottom:16px !important}.e-bigger .e-de-font-dlg-cb-right,.e-bigger .e-bookmark-list.e-de-rtl,.e-bigger .e-styles-list.e-de-rtl,.e-bigger .e-de-ff-dlg-lft-hlf.e-de-rtl{margin-left:16px}.e-bigger .e-de-font-dlg-cb-right.e-de-rtl,.e-bigger .e-bookmark-list,.e-bigger .e-styles-list,.e-bigger .e-de-ff-dlg-lft-hlf{margin-right:16px}.e-bigger .e-bookmark-textboxdiv{margin-bottom:12px !important}.e-bigger .e-de-ff-drpdwn-mvdn,.e-bigger .e-de-ff-drpdwn-mvup{width:52px !important}.e-bigger .e-documenteditor .e-de-op-close-button.e-de-rtl{right:240px}.e-bigger .e-de-track-date{font-size:12px}.e-bigger .e-de-page-setup-dlg-sub-container-port{margin-top:19px}.e-bigger .e-de-table-container-div{margin-top:13px}.e-bigger .e-de-table-properties-dlg{width:470px}.e-bigger .e-de-table-ppty-dlg-preferred-width-div,.e-bigger .e-de-table-ppty-dlg-measure-drop-down-div,.e-bigger .e-de-ht-wdth-type{width:155px}.e-bigger .e-de-row-ht-top,.e-bigger .e-de-cell-ht-top{width:179px}.e-de-restrict-pane{color:#212529}.e-de-op.e-de-rtl .e-de-search-tab-content{margin-left:12px;margin-right:0}.e-documenteditor .e-de-op-close-button.e-de-rtl{right:255px}.e-de-table-measure-lbl{font-size:12px;font-weight:500;display:block;margin-bottom:4px}.e-de-tbl-indent-lbl{font-weight:500;font-size:12px;position:relative;display:block;margin-bottom:0;top:6px}.e-btn.e-de-op-close-button:hover{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:rgba(0,0,0,.75)}.e-btn.e-de-op-close-button:focus{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:rgba(0,0,0,.75)}.e-btn.e-de-op-close-button:active{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:rgba(108,117,125,.5)}.e-documenteditor .e-input{font-size:14px}.e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn){height:32px}.e-de-tbl-dlg-border-btn .e-control.e-btn.e-flat:not(.e-icon-btn){height:auto}.e-de-op-result-container{margin-top:12px}.e-de-restrict-pane,.e-de-op{background-color:#f8f9fa}.e-de-restrict-pane .e-tab-header .e-toolbar-items,.e-de-op .e-tab-header .e-toolbar-items{margin-bottom:0;margin-top:0}.e-de-font-dlg-color{border:1px #f8f9fa;border-radius:4px;font-size:12px;height:16px;margin-left:15px;width:25px}.e-de-icon-table-row-above{top:10px}.e-de-icon-table-row-below{top:49px}.e-de-icon-table-column-left{top:89px}.e-de-icon-table-column-right{top:127px}.e-de-icon-table-delete{top:10px}.e-de-icon-table-row-delete{top:49px}.e-de-icon-table-column-delete{top:89px}.e-de-list-bullet-none{height:40px;width:40px}.e-de-list-bullet-dot{height:40px;width:40px}.e-de-list-bullet-circle{height:40px;width:40px}.e-de-list-bullet-square{height:40px;width:40px}.e-de-list-bullet-flower{height:40px;width:40px}.e-de-list-bullet-arrow{height:40px;width:40px}.e-de-list-bullet-tick{height:40px;width:40px}.e-de-bullet:hover{background:rgba(0,0,0,.12)}.e-de-list-numbered-none{height:80px;width:80px}.e-de-list-numbered-number-dot{height:80px;width:80px}.e-de-list-numbered-number-brace{height:80px;width:80px}.e-de-list-numbered-up-roman{height:80px;width:80px}.e-de-list-numbered-up-letter{height:80px;width:80px}.e-de-list-numbered-low-letter-brace{height:80px;width:80px}.e-de-numbered-low-letter-dot{height:80px;width:80px}.e-de-list-numbered-low-roman{height:80px;width:80px}.e-de-numbered:hover{background:rgba(0,0,0,.12)}.e-de-list-multilevel-none{height:80px;width:80px}.e-de-list-multilevel-list-normal{height:80px;width:80px}.e-de-list-multilevel-list-multilevel{height:80px;width:80px}.e-de-list-multilevel-list-bullets{height:80px;width:80px}.e-de-multilevel-list:hover{background:rgba(0,0,0,.12)}.e-de-list-dialog-open:hover{background:rgba(0,0,0,.12)}.e-de-cell-options{left:336px;top:272px}.e-de-cell-options.e-de-rtl{left:123px}.e-de-font-color-label{margin-bottom:8px;margin-right:12px;margin-top:12px}.e-de-font-content-label{width:125px}.e-de-font-color-margin{margin-right:8px;margin-top:5px}.e-de-font-color-margin.e-de-rtl{margin-left:8px;margin-right:0}.e-de-font-content-checkbox-label{margin-left:46px}.e-de-font-content-checkbox-label-rtl{margin-right:41px}.e-bigger .e-de-font-content-checkbox-label{margin-left:64px}.e-bigger .e-de-font-content-checkbox-label-rtl{margin-right:64px}.e-bigger .e-de-font-content-label{width:154px}.e-de-font-checkbox{margin-top:8px}.e-de-font-checkbox-transform{margin-left:58px}.e-de-font-checkbox-transform.e-de-rtl{margin-left:0;margin-right:58px}.e-de-font-checkbox-transform-label{margin-bottom:8px;margin-top:8px}.e-de-font-checkbox.e-de-rtl{margin-left:0;margin-right:58px}.e-de-font-checkbox.e-de-rtl{margin-left:0;margin-right:58px}.e-de-font-clr-div{margin-top:12px}.e-de-font-dlg-padding{margin-top:12px}.e-de-table-container-div{margin-top:11px}.e-de-table-header-div{padding-top:0}.e-de-table-subheader-div{float:right;margin-right:140px;margin-top:-40px}.e-de-table-subheader-div.e-de-rtl{float:left;margin-left:140px;margin-right:0}.e-de-table-cell-header-div{padding-top:0}.e-de-table-cell-subheader-div{top:57px}.e-de-cell-margin-header{left:-26px;top:274px}.e-de-font-dlg-display{display:-ms-inline-flexbox;display:inline-flex}.e-de-tbl-margin-sub-header{margin-top:10px}.e-de-tbl-btn-separator{width:60%}.e-de-op-msg{color:#212529;top:79px}.e-de-save-dlg-file-name{height:25px;margin-bottom:8px}.e-de-save-dlg-format-type{height:25px;margin-bottom:8px;padding-top:1px}.e-de-search-tab-content{margin-top:12px;width:275px}.e-de-font-dlg{width:max-content}.e-de-hyperlink{width:250px}.e-bigger .e-de-hyperlink{width:300px}.e-de-insert-table{height:auto;width:auto}.e-de-insert-footnote{height:auto;width:247px}.e-de-insert-spellchecker{height:360px;width:513px;font-weight:500}.e-bigger .e-de-insert-spellchecker{width:600px}.e-de-dlg-spellcheck-listview{border:1px solid #dee2e6;border-radius:2px !important;height:122px !important;margin-right:12px;margin-top:8px;position:relative;float:left;width:100%}.e-de-dlg-spellcheck-listview.e-de-rtl{float:right}.e-de-spellcheck-error-container{height:140px;margin-bottom:16px;display:-ms-flexbox;display:flex}.e-de-spellcheck-suggestion-container{height:140px;margin-bottom:16px;display:-ms-flexbox;display:flex}.e-dlg-spellcheck-listitem{font-size:15px !important}.e-de-spellcheck-btncontainer{margin-top:8px;position:relative;width:100%;float:right}.e-de-spellcheck-btncontainer.e-de-rtl{float:left}.e-de-spellcheck-btn{margin-bottom:8px;width:100%}.e-de-dlg-spellchecker-subheader{margin-top:8px;font-size:15px}.e-de-dlg-spellchecker-subheaderbtm{font-size:15px}.e-de-list-dlg{height:405px;width:400px}.e-de-save-dlg{height:135px;width:230px}.e-de-table-properties-dlg{width:395px}.e-de-table-border-shading-dlg{width:460px}.e-de-table-cell-margin-dlg{height:auto;width:380px}.e-de-table-options-dlg{height:auto;width:395px}.e-de-table-border-none{position:absolute;top:25px}.e-de-table-border-box{position:absolute;top:95px}.e-de-table-border-all{position:absolute;top:165px}.e-de-table-border-custom{position:absolute;top:235px}.e-de-table-shading-preview{top:385px}.e-de-font-label span.e-label{color:#212529}.e-de-font-content-label:hover .e-label,.e-css.e-de-font-content-label:hover .e-label{color:#212529}.e-de-font-label:hover .e-label,.e-css.e-de-font-label:hover .e-label{color:#212529}.e-de-op-dlg-footer{margin-top:12px}.e-de-op-dlg-footer .e-btn{padding-left:6px;padding-right:6px}.e-de-search-tab-content .e-input-group .e-de-search-input{width:204px}.e-de-op-replacewith{width:98%}.e-de-table-ppty-tab{border:0}.e-de-list-format-info{border-radius:50% !important;cursor:default;font-size:12px !important;height:15px;line-height:1px;padding:3px 0 0 0 !important;text-transform:lowercase;width:16px}.e-button-custom{height:32px;width:100%}.e-bigger .e-button-custom{height:37px;width:100%}.e-styles-listview,.e-bookmark-listview{border:1px solid #ced4da;border-radius:4px;height:150px;overflow-y:scroll}.e-bookmark-gotobutton,.e-bookmark-addbutton,.e-styles-addbutton,.e-bookmark-deletebutton{margin-bottom:12px}.e-bookmark-list{float:left;margin-right:12px;width:250px}.e-bookmark-list.e-de-rtl{margin-left:12px;margin-right:0}.e-bookmark-textboxdiv{margin-bottom:8px}.e-bookmark-listview .e-list-item{font-size:13px;height:30px;line-height:27px}.e-bookmark-common{display:-ms-flexbox;display:flex}.e-bookmark-button{position:relative;top:0}.e-font{float:left}.e-font-rtl{float:right}.e-de-table-border-toptop-alignment,.e-de-table-border-topcenter-alignment,.e-de-table-border-topbottom-alignment,.e-de-table-border-diagionalup-alignment,.e-de-table-border-diagionaldown-alignment,.e-de-table-border-bottomleft-alignment,.e-de-table-border-bottomcenter-alignment,.e-de-table-border-bottomright-alignment{left:48%;position:relative;top:59%;transform:translate(-50%, -50%)}.e-de-style-properties,.e-de-style-formatting{font-size:14px;font-weight:500;color:#495057}.e-de-style-formatting{margin-bottom:14px}.e-de-style-paragraph-indent-group-button .e-btn,.e-de-style-paragraph-group-button .e-btn,.e-de-style-font-group-button .e-btn{box-shadow:none}.e-de-table-options-dlg-div{height:auto;position:relative;margin-bottom:14px;width:504px}.e-de-style-paragraph-indent-group-button .e-btn.e-active,.e-de-style-paragraph-group-button .e-btn.e-active,.e-de-style-font-group-button .e-btn.e-active{background-color:#dee2e6;border-color:#dee2e6;box-shadow:none;color:#212529}.e-de-style-properties{margin-bottom:14px}.e-de-style-nametype-div{margin-bottom:12px}.e-de-style-based-para-div{margin-bottom:16px}.e-de-style-name,.e-de-style-styletype,.e-de-style-style-based-on,.e-de-style-style-paragraph{font-weight:500;margin-bottom:6px;font-size:12px;width:180px}.e-de-style-left-div{margin-right:12px}.e-de-style-left-div.e-de-rtl{margin-left:12px;margin-right:0}.e-bigger .e-de-style-bold-button-size{margin-left:6px}.e-de-style-bold-button-size{margin-left:6px}.e-de-style-format-dropdwn .e-btn-icon{margin-left:8px}.e-de-style-icon-button-first-size{margin-left:6px}.e-de-style-icon-button-last-size{margin-right:6px}.e-de-style-font-color-picker{margin-left:6px}.e-style-font-fmaily-right{margin-right:6px}.e-style-font{margin-left:20px;margin-right:20px}.e-de-style-left-div .e-de-style-dlg-name-input{height:31px}.e-style-list{margin-left:20px}.e-de-style-dialog .e-de-style-only-this-document{margin-top:25px}.e-de-style-format-dropdwn{width:135px}.e-de-style-options-div,.e-de-style-options-div>div:first-child{margin-bottom:8px !important}.e-de-style-paragraph-group-button{border-right:2px solid #dee2e6}.e-de-style-font-group-button{border-left:2px solid #dee2e6;border-right:2px solid #dee2e6;padding-right:8px}.e-de-op-replace-messagediv{color:#212529;top:auto}.e-de-op-input-group,.e-de-op-replacewith{height:auto}.e-bigger .e-de-op-input-group,.e-bigger .e-de-op-replacewith{height:40px}.e-de-hyperlink-bookmark-check{margin-top:12px}.e-de-table-container-div .e-checkbox-wrapper .e-label,.e-de-table-header-div .e-checkbox-wrapper .e-label,.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,.e-de-table-cell-header-div .e-checkbox-wrapper .e-label,.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,.e-de-tbl-margin-sub-header .e-label{font-size:14px}.e-de-table-ppty-dlg-measure-div{float:right;margin-left:12px;margin-top:-18px}.e-de-table-ppty-dlg-measure-div.e-de-rtl{float:left;margin-left:0;margin-right:12px}.e-de-table-ppty-dlg-measure-drop-down-div{float:right;margin-left:12px;margin-top:6px;width:120px}.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl{margin-left:0;margin-right:12px}.e-de-table-ppty-dlg-row-height-label{float:right;margin-right:184px;margin-top:-62px}.e-de-table-ppty-dlg-row-height-label.e-de-rtl{float:left;margin-left:184px;margin-right:0}.e-de-table-ppty-dlg-preferred-width-div{float:right;margin-left:12px;margin-top:6px;width:120px}.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl{margin-left:0;margin-right:12px;width:120px}.e-de-table-ppty-options-break{margin-bottom:8px}.e-de-table-cell-subheader-div{margin-right:125px;margin-top:-37px}.e-de-table-cell-subheader-div.e-de-rtl{margin-left:125px;margin-right:0}.e-de-table-ppty-dlg-cell-tab-measure-label{float:right;margin-right:190px;margin-top:-58px}.e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-row-header{padding-left:12px;padding-right:12px}.e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-cell-header{padding-left:12px;padding-right:12px}.e-tab .e-tab-header .e-toolbar-item .e-de-page-setup-dlg-margin-tab-header{padding-left:15px;padding-right:12px}.e-styles-list{float:left;margin-right:12px;width:250px}.e-styles-textboxdiv{padding-bottom:15px}.e-styles-listview .e-list-item{font-size:13px;height:30px;line-height:27px}.e-styles-common{padding-top:5px}.e-styles-button{float:right}.e-de-toc-dlg-right-sub-container.e-de-rtl{margin-left:2px;margin-right:2px}.e-de-toc-dlg-styles{margin-bottom:11px;margin-left:38px;margin-top:12px}.e-de-toc-dlg-styles.e-de-rtl{margin-left:0;margin-right:38px}.e-de-toc-dlg-style-input.e-de-rtl{margin-left:0;margin-right:38px}.e-de-toc-table-div .e-de-toc-dlg-toc-level{height:24px;margin-left:36px;width:44px}.e-de-toc-styles-table-div{border:1px solid #ced4da;border-radius:3px;margin-top:10px;width:100%;height:183px}.e-de-toc-dlg-sub-level-heading{font-size:12px}.e-de-toc-table-div{height:143px;overflow-y:scroll;width:100%}.e-de-toc-dlg-style-input{margin-bottom:3px;margin-left:38px;width:210px}.e-de-toc-dlg-outline-levels{margin-top:15px;width:150px}.e-bookmark-textboxdiv .e-bookmark-textbox-input{height:32px}.e-styles-dlgfields{font-weight:500;margin-bottom:6px}.e-tab .e-tab-header .e-toolbar-item .e-de-op-find-tab-header{padding-left:15px;padding-right:12px}.e-tab .e-tab-header .e-toolbar-item .e-de-op-replace-tab-header{padding-left:15px;padding-right:12px}.e-de-dlg-target .e-footer-content .e-list-dlg-font{margin-left:1px}.e-bookmark-dlgfields{font-weight:500;font-size:12px;margin-bottom:12px}.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md{height:64px;padding:8px 8px 8px 10px;width:64px}.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-bullet-menuitem-md{height:45px;width:45px}.e-de-bullet-icon-size{height:45px;width:45px}.e-de-ui-list-header-presetmenu{cursor:pointer;font-size:11px;line-height:14px;min-width:40px;overflow:hidden;text-align:left;white-space:nowrap;width:100%}.e-de-number-bullet-dlg .e-tab .e-content .e-item{padding:0px}.e-de-number-bullet-dlg{width:300px}.e-de-style-numbered-list,.e-de-ui-bullet-list-header-presetmenu{height:173px}.e-de-ui-bullet{font-size:42px}.e-de-ui-list-header-presetmenu .e-de-ui-list-line{border-bottom:1px solid #6c757d;margin-left:5px;width:100%}.e-de-ui-list-header-presetmenu div span{color:#6c757d;display:inline-block;vertical-align:middle}.e-de-ui-wfloating-menu .e-de-ui-wfloating-menuitem,.e-de-ui-wfloating-menu .e-de-ui-menuitem-none{border:0;box-shadow:inset 0 0 0 1px #ced4da;cursor:pointer;height:70px;margin:0 8px 8px 0;padding:0;width:70px}.e-de-ui-wfloating-menu{padding:0}.e-de-list-thumbnail .e-de-list-items{float:left}.e-de-list-thumbnail .e-de-list-items{background:#fff;border:1px solid rgba(0,0,0,0);clear:initial;display:inline-block;height:auto;margin:5px;text-align:center;width:auto}.e-de-list-items{background:#fff;box-sizing:border-box;cursor:pointer;list-style:none;padding:7px 10px;position:relative}.e-de-list-item-size{font-size:14px}.e-de-ui-wfloating-menu{padding:0}.e-de-table-ppty-dlg-tabs{height:280px;position:relative}.e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active,.e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active{border-color:#0d6efd}.e-de-rp-sub-content-div{line-height:1.5;font-size:12px;margin-bottom:8px}.e-de-bullet-icons{left:50%;position:absolute;top:50%;transform:translate(-50%, -50%)}.e-de-header-footer-list{color:#0d6efd}.e-de-ltr-btn-div{font-size:12px;width:200px}.e-de-tbl-rtl-btn-div{font-size:12px;margin-right:14px}.e-de-tbl-rtl-btn-div.e-de-rtl{margin-left:14px;margin-right:0}.e-de-tbl-ltr-btn-div{font-size:12px}.e-de-disabledbutton{opacity:.4;pointer-events:none}.e-bigger .e-de-insert-table{height:auto;width:auto}.e-bigger .e-de-insert-footnote{height:auto;width:auto}.e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn){height:auto}.e-bigger .e-de-font-dlg{width:max-content}.e-bigger .e-para-dlg-sub-height{height:170px}.e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl{margin-right:36px}.e-bigger .e-de-font-content-label-width{width:90px}.e-bigger .e-de-toc-label{margin-left:0px}.e-bigger .e-de-toc-label-rtl{margin-left:0px;margin-right:0px}.e-bigger .e-de-outline-rtl{width:173px}.e-bigger .e-de-rp-header{font-size:16px;width:75%}.e-de-restrict-format{margin-top:16px}.e-de-rp-format{font-size:14px;margin-bottom:12px;opacity:.65;font-weight:500}.e-de-rp-checkbox{font-size:12px}.e-de-rp-border{margin-bottom:12px;margin-top:12px}.e-de-rp-header{font-size:15px;font-weight:500;opacity:.87;color:#343a40;width:75%}.e-de-rp-user .e-checkbox-wrapper{width:auto}.e-de-rp-nav-btn,.e-de-rp-btn-enforce{background:"";font-size:13px;opacity:.87;border-radius:2px;box-shadow:0 8px 12px rgba(0,0,0,.15)}.e-bigger .e-de-rp-btn-enforce{padding-left:10px;padding-right:10px}.e-de-rp-nav-btn{width:auto}.e-de-rp-btn-stop-enforce{background:"";font-size:13px;opacity:.87;border-radius:2px;box-shadow:0 8px 12px rgba(0,0,0,.15)}.e-de-rp-sub-div{border-bottom:1px solid #dee2e6;padding:12px}.e-de-restrict-pane{padding-left:0;padding-top:0;padding-right:0}.e-de-rp-whole-header{padding:12px}.e-de-rp-user{background:#fff;border:1px solid #dee2e6;border-radius:2px;font-size:12px;height:110px}.e-de-rp-enforce{padding:12px}.e-de-rp-enforce-nav{margin:0 12px 12px 12px}.e-de-enforce-dlg-title{font-size:12px;font-weight:500;margin-bottom:4px}.e-de-enforce .e-de-enforce-dlg-input{height:32px;width:300px}.e-de-user-add-btn{border-radius:2px;width:74px}.e-de-user-dlg .e-de-user-dlg-textbox-input{margin-right:24px;width:304px}.e-de-user-dlg-list.e-de-rtl .e-de-user-dlg-textbox-input{margin-right:0;margin-left:24px}.e-de-user-dlg-list{margin-bottom:12px;display:-ms-inline-flexbox;display:inline-flex}.e-de-user-listview{border:1px solid #dee2e6;border-radius:2px;height:106px}.e-de-user-dlg-user{margin-bottom:8px}.e-user-delete{float:left}.e-de-unprotect-dlg-title{font-size:12px;margin-bottom:4px}.e-de-rp-stop-div1{opacity:.87;padding:12px 12px 6px 12px;font-weight:500;border-bottom:1px solid #e0e0e0}.e-de-rp-stop-div2{padding:12px 12px 24px}.e-de-rp-close-icon{float:right;position:relative;top:-5px;right:-12px}.e-de-restrict-pane{height:100%;overflow:auto;overflow-x:hidden;width:280px}.e-de-rp-nav-lbl{font-size:13px;margin:0 12px}.e-documenteditor-optionspane{height:100%}.e-de-cmt-pane{background-color:inherit;color:#343a40}.e-de-cp-whole-header{padding:12px}.e-de-cp-header{font-size:13px;font-weight:500;opacity:.87;width:75%}.e-de-cmt-container{height:auto;padding:0;overflow:auto}.e-de-cmt-sub-container{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:2px;margin:0;padding:12px}.e-de-cmt-view{cursor:default}.e-de-cmt-sub-container.e-de-cmt-selection{border-left:3px solid #0d6efd;padding-left:10px}.e-de-tc-outer{border-bottom:1px solid #d8d8d8}.e-de-tc-pane{color:#343a40}.e-de-trckchanges-inner{cursor:default;margin:0;padding-left:8px;padding-right:16px;padding-bottom:8px}.e-de-trckchanges-inner:hover{border-left:2px solid #0d6efd;cursor:default;margin:0;padding-left:6px;padding-right:16px;padding-bottom:8px}.e-de-trckchanges-inner.e-de-trckchanges-inner-select{border-left:3px solid #0d6efd;cursor:default;margin:0;padding-left:5px;padding-right:16px;padding-bottom:8px}.e-de-tc-no-chng{color:#212529;font-size:14px;opacity:65%;margin:60px 0;text-align:center}.e-tc-btn-bg-clr.e-btn:not(:hover):not(.e-active){background-color:inherit;border-color:rgba(0,0,0,0);color:inherit}.e-tc-nvgte.e-icon-btn{text-align:center;vertical-align:middle}.e-de-track-span-user{display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;width:110px}.e-de-track-span-view{display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;width:50px}.e-btn.e-outline.e-de-track-accept-button{min-width:66px;padding:5px 4px;text-transform:initial}.e-btn.e-outline.e-de-track-accept-button:hover{min-width:66px;padding:5px 4px;text-transform:initial}.e-btn.e-outline.e-de-track-reject-button{min-width:64px;padding:5px 6px;margin-left:8px;text-transform:initial}.e-btn.e-outline.e-de-track-reject-button:hover{min-width:64px;padding:5px 6px;margin-left:8px;text-transform:initial}.e-de-track-chngs-count{font-size:12px;margin-left:6px;opacity:.87;padding-top:7px;white-space:nowrap}.e-de-track-insert{color:#198754;font-size:13px;opacity:100%}.e-de-track-delete{color:#dc3545;font-size:13px;opacity:100%}.e-de-track-toolbar{border-bottom:1px solid #d8d8d8;border-top:1px solid #d8d8d8;padding-bottom:3px}.e-de-track-pane-drop-btn{padding-left:0px;padding-right:0px;padding-top:5px;font-size:13px;font-weight:500}.e-toolbar-item.e-de-track-toolbar-overlay.e-template.e-overlay{opacity:1;font-weight:500;font-size:14px}.e-de-track-date{font-size:10px;margin-top:4px;opacity:.67}.e-de-track-usernme-div{-ms-flex-pack:justify;justify-content:space-between;padding-top:8px}.e-de-track-user-nme{font-size:14px;font-weight:500;padding-left:8px}.e-de-track-chngs-text{line-height:19.5px;overflow:hidden;word-wrap:break-word;text-overflow:ellipsis;font-size:14px;min-height:20px;padding-top:8px;margin-bottom:16px}.e-de-track-chng-table{border-collapse:collapse;border-spacing:0px;opacity:70%;width:100%}.e-de-tc-tble-cell{border:1px solid;height:20px}.e-de-tc-shrink-img{height:30px;margin:0 4px;vertical-align:middle;width:50px}.e-de-tc-field{background-color:#cecdcd;margin:0 2px}.e-de-tc-pmark{font-size:14px;font-family:Roboto-Regular;font-weight:600;color:#011677;margin:0 2px}.e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover{border-left:2px solid #0d6efd;padding-left:11px}.e-de-cmt-author{-ms-flex-align:center;align-items:center;margin-bottom:12px}.e-de-cmt-author-name{font-size:14px;font-weight:500;padding-left:12px;width:90%}.e-de-cp-option.e-btn.e-icon-btn{background-color:inherit;border:none;color:inherit;float:right;height:20px;padding:0px;width:20px}.e-de-cp-option.e-btn.e-icon-btn span{margin-top:0px}.e-de-cmt-view:hover .e-de-cp-option{display:block}.e-de-cmt-readonly{font-size:14px;word-break:break-word}.e-de-cmt-date{font-size:10px;margin-top:4px;opacity:.67}.e-de-cmt-sub-container.e-de-cmt-reply{border:none;border-top:1px solid #dee2e6;border-radius:0px;margin:12px 8px 0 8px;padding:0px}.e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view{margin-top:12px}.e-de-cmt-textarea.e-input{color:#343a40;font-size:13px;line-height:normal;min-height:30px;overflow:hidden;padding-top:5px;resize:none}.e-bigger .e-de-cmt-textarea.e-input{padding-top:2px}.e-de-cmt-action-button{text-align:right;margin-top:8px}.e-de-cmt-post-btn.e-btn.e-flat,.e-de-cmt-cancel-btn.e-btn.e-flat{height:32px;margin-left:8px;width:42px}.e-de-cmt-resolved .e-de-cmt-author-name,.e-de-cmt-resolved .e-de-cmt-readonly,.e-de-cmt-resolved e-de-cmt-date{opacity:.67}.e-de-cmt-resolved .e-de-cmt-rply-view{display:none}.e-de-cmt-resolved .e-de-cmt-resolve-btn{display:block;margin-top:8px;text-align:right}.e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection{border-left:3px solid rgba(13,110,253,.5)}.e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover{border-left:2px solid rgba(13,110,253,.5)}.e-de-lock-mark{cursor:default;color:#6c757d;font-size:13px;height:13px;pointer-events:all;width:13px}.e-de-cmt-mark{cursor:default;color:#6c757d;font-size:13px;height:13px;pointer-events:all;width:13px}.e-de-cmt-mark :hover{color:#0d6efd}.e-de-cmt-mark.e-de-cmt-mark-selected,.e-de-cmt-mark.e-de-cmt-mark-hover{color:#0d6efd}.e-de-cmt-no-cmt{margin-left:6px;margin-top:24px;font-size:13px}.e-de-cmt-drawer-cnt{font-size:13px;height:20px;margin-top:8px}.e-de-cmt-drawer{cursor:pointer;float:right;opacity:.54;margin-right:4px;margin-top:4px}.e-de-cmt-rply-view{margin-top:12px}.e-de-cmt-resolve-btn{display:none}.e-rtl .e-de-cmt-pane{border-left:none;border-right:1px solid #ced4da}.e-rtl .e-de-rp-close-icon{float:left;right:12px}.e-rtl .e-de-cp-option.e-btn.e-icon-btn{float:left}.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection{border-left:1px solid #dee2e6;border-right:3px solid #0d6efd;padding-left:12px;padding-right:10px}.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover{border-left:1px solid #dee2e6;border-right:2px solid #0d6efd;padding-left:12px;padding-right:11px}.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection{border-right:3px solid rgba(13,110,253,.5)}.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover{border-right:2px solid rgba(13,110,253,.5)}.e-rtl .e-de-cmt-action-button{text-align:left}.e-rtl .e-de-cmt-no-cmt{margin-left:auto;margin-right:6px}.e-rtl .e-de-cmt-drawer{float:left;margin-left:8px;margin-right:auto}.e-rtl .e-de-cmt-resolve-btn{text-align:left}.e-bigger .e-de-cmt-post-btn.e-btn.e-flat,.e-bigger .e-de-cmt-cancel-btn.e-btn.e-flat{height:auto;margin-left:12px;width:54px}.e-bigger .e-de-cp-whole-header{height:56px;padding:16px;padding-right:8px}.e-bigger .e-de-rp-close-icon{float:right;position:relative;top:-9px;right:-17px}.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,.e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat{margin-right:12px}.e-de-close-icon.e-btn{background-color:rgba(0,0,0,0) !important;border-color:rgba(0,0,0,0) !important;border-radius:50%;color:#6c757d;border:none}.e-de-close-icon.e-btn:active{background-color:rgba(0,0,0,0) !important;border-color:rgba(0,0,0,0) !important;box-shadow:none}.e-de-close-icon.e-btn:hover{background-color:rgba(0,0,0,0) !important;box-shadow:none;color:#343a40;cursor:default;border:none}.e-btn.e-de-close-icon:hover span{cursor:pointer;color:#343a40}.e-de-para-dlg-right-sub-container-blazor{top:0}.e-de-rp-mu-btn{margin-top:3px}.e-de-table-dialog-row-height{padding-top:24px}.e-de-tablecell-dialog-alignment-icon{width:54px;height:54px;margin:2px}.e-de-table-dia-indent-from-left{right:45px}.e-de-table-dia-align-div{border:1px solid #ced4da;display:inline-block;height:52px;margin-right:11px;width:52px}.e-de-table-dialog-alignment-icon{margin:2px;height:46px}.e-de-table-border-setting-genral{margin-right:11px}.e-de-table-border-clr-left-container{padding-right:19px}.e-de-table-border-clr-heading{font-size:12px;font-weight:500;padding-bottom:6px}.e-de-table-border-icon-container{margin-top:4px;margin-right:4px}.e-de-table-border-preview-container{padding-left:72px}.e-de-table-dlg-alignment-heading{color:#495057;display:block;font-size:14px;font-weight:500;margin-bottom:3px}.e-rtl .e-de-cmt-author-name{padding-left:0%;padding-right:12px}.e-rtl .e-de-ok-button{margin-right:0;margin-left:8px}.e-rtl .e-de-table-dia-align-div.e-de-rtl{margin-left:11px;margin-right:0}.e-rtl .e-de-table-border-clr-left-container{padding-right:0;padding-left:19px}.e-rtl .e-de-table-border-preview-container{padding-right:72px;padding-left:0}.e-rtl .e-de-table-border-setting-genral{margin-right:0;margin-left:11px}.e-rtl .e-de-table-border-icon-container{margin-right:0;margin-left:4px}.e-rtl .e-de-table-border-preview{width:23px}.e-rtl .e-de-table-setting-labels-heading{margin-left:0;margin-right:10px}.e-bigger .e-de-cmt-author-name{padding-left:16px}.e-bigger .e-de-cmt-rply-view{margin-top:16px}.e-bigger .e-de-cmt-sub-container{padding:16px}.e-bigger .e-de-cmt-sub-container.e-de-cmt-selection{padding-left:14px}.e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover{padding-left:15px}.e-bigger .e-de-cmt-sub-container.e-de-cmt-reply{padding:0%}.e-bigger .e-de-rp-nav-btn{width:auto}.e-bigger .e-de-rp-whole-header{padding:12px}.e-bigger .e-de-rp-sub-div{border-bottom:1px solid #dee2e6;padding:12px}.e-bigger .e-de-rp-enforce{padding:12px}.e-bigger .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child){width:300px}.e-bigger .e-rtl .e-de-cmt-author-name{padding-left:0%;padding-right:16px}.e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection{padding-left:16px;padding-right:14px}.e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover{padding-left:16px;padding-right:15px}.e-bigger .e-rtl .e-de-rp-close-icon{float:left;right:17px}.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label{font-size:14px}.e-bigger .e-de-para-dlg-container .e-input-group{width:192px !important}.e-bigger .e-de-para-dlg-heading{color:#495057;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label{font-size:12px}.e-bigger .e-de-para-dlg-container{height:auto;width:auto}.e-bigger .e-de-para-dlg-cs-check-box{margin-bottom:0;margin-top:12px}.e-bigger .e-de-para-dlg-spacing-div{margin-left:20px}.e-bigger .e-de-para-dlg-spacing-div.e-de-rtl{margin-left:0;margin-right:20px}.e-bigger .e-de-para-dlg-sub-container .e-input-group{margin-bottom:4px}.e-bigger .e-de-para-dlg-sub-container{margin-bottom:16px}.e-bigger .e-de-para-dlg-right-sub-container{top:0}.e-bigger .e-de-dlg-sub-header{display:block;font-size:12px;font-weight:500;margin-bottom:4px}.e-bigger .e-de-rtl-btn-div{font-size:12px;margin-right:24px;width:200px}.e-bigger .e-de-rtl-btn-div.e-de-rtl{margin-left:12px;margin-right:0}.e-de-para-dlg-heading{color:#495057;display:block;font-size:14px;font-weight:500;margin-bottom:4px;opacity:87%}.e-de-para-dlg-container .e-checkbox-wrapper .e-label,.e-de-table-options-dlg .e-checkbox-wrapper .e-label{font-size:12px}.e-de-para-dlg-container{height:auto;width:auto}.e-de-para-dlg-cs-check-box{margin-bottom:0;margin-top:12px}.e-de-para-dlg-spacing-div{margin-left:40px}.e-de-para-dlg-spacing-div.e-de-rtl{margin-left:0;margin-right:40px}.e-de-para-dlg-sub-container .e-input-group{margin-bottom:4px}.e-de-para-dlg-sub-container{margin-bottom:16px}.e-de-para-dlg-right-sub-container{top:0}.e-de-dlg-sub-header{display:block;font-size:12px;font-weight:500;margin-bottom:4px}.e-de-rtl-btn-div{font-size:12px;margin-right:14px;width:200px}.e-de-rtl-btn-div.e-de-rtl{margin-left:14px;margin-right:0}.e-para-dlg-sub-height{height:145px}.e-de-ctnr-close::before{color:#6c757d;content:"";font-size:16px}.e-de-ctnr-linespacing::before{content:""}.e-de-ctnr-undo::before{content:""}.e-de-ctnr-find::before{content:""}.e-de-ctnr-lock::before{content:""}.e-de-ctnr-italic::before{content:""}.e-de-selected-spellcheck-item::before{color:#6c757d;content:"";font-family:"e-icons";font-size:10px}.e-de-selected-underline-item::before{color:#6c757d;content:"";font-family:"e-icons";font-size:10px}.e-de-ctnr-link::before{content:""}.e-de-ctnr-table::before{content:""}.e-de-ctnr-download::before{color:#6c757d;content:""}.e-de-ctnr-justify::before{content:""}.e-de-ctnr-tableofcontent::before{content:""}.e-de-ctnr-pagenumber::before{content:""}.e-de-ctnr-highlight::before{content:""}.e-de-ctnr-new::before{content:""}.e-de-ctnr-paste::before{content:""}.e-de-ctnr-bold::before{content:""}.e-de-ctnr-subscript::before{content:""}.e-de-ctnr-aligncenter::before{content:""}.e-de-ctnr-fontcolor::before{content:""}.e-de-ctnr-change-case::before{content:""}.e-de-ctnr-pagesetup::before{content:""}.e-de-ctnr-strokestyle::before{content:""}.e-de-ctnr-strikethrough::before{content:""}.e-de-ctnr-image::before{content:""}.e-de-ctnr-redo::before{content:""}.e-de-ctnr-bookmark::before{content:""}.e-de-ctnr-increaseindent::before{content:""}.e-de-ctnr-header::before{content:""}.e-de-ctnr-backgroundcolor::before{content:""}.e-de-ctnr-open::before{content:""}.e-de-ctnr-underline::before{content:""}.e-de-ctnr-superscript::before{content:""}.e-de-ctnr-alignleft::before{content:""}.e-de-ctnr-numbering::before{content:""}.e-de-ctnr-bullets::before{content:""}.e-de-ctnr-borders::before{content:""}.e-de-ctnr-decreaseindent::before{content:""}.e-de-ctnr-showhide::before{content:"";font-size:16px}.e-de-ctnr-print::before{content:""}.e-de-ctnr-alignright::before{content:""}.e-de-ctnr-footer::before{content:""}.e-de-ctnr-clearall::before{content:""}.e-de-ctnr-outsideborder::before{content:""}.e-de-ctnr-allborders::before{content:""}.e-de-ctnr-insideborders::before{content:""}.e-de-ctnr-leftborders::before{content:""}.e-de-ctnr-insideverticalborder::before{content:""}.e-de-ctnr-rightborder::before{content:""}.e-de-ctnr-topborder::before{content:""}.e-de-ctnr-insidehorizondalborder::before{content:""}.e-de-ctnr-bottomborder::before{content:""}.e-de-ctnr-strokesize::before{content:""}.e-de-ctnr-highlightcolor::before{content:""}.e-de-ctnr-mergecell::before{content:""}.e-de-ctnr-insertleft::before{content:""}.e-de-ctnr-insertright::before{content:""}.e-de-ctnr-insertabove::before{content:""}.e-de-ctnr-insertbelow::before{content:""}.e-de-ctnr-deleterows::before{content:""}.e-de-ctnr-deletecolumns::before{content:""}.e-de-ctnr-aligntop::before{content:""}.e-de-ctnr-alignbottom::before{content:""}.e-de-ctnr-aligncenter-table::before{content:""}.e-de-ctnr-cellbg-clr-picker::before{content:""}.e-de-ctnr-bullet-none::before{color:#6c757d;content:"";font-size:20px;line-height:28px}.e-de-ctnr-bullet-dot::before{color:#6c757d;content:"";font-size:8px;line-height:28px}.e-de-ctnr-bullet-circle::before{color:#6c757d;content:"";font-size:8px;line-height:28px}.e-de-ctnr-bullet-square::before{color:#6c757d;content:"";font-size:8px;line-height:28px}.e-de-ctnr-bullet-flower::before{color:#6c757d;content:"";line-height:28px}.e-de-ctnr-bullet-arrow::before{color:#6c757d;content:"";line-height:28px}.e-de-ctnr-bullet-tick::before{color:#6c757d;content:"";line-height:28px}.e-de-selected-item::before{color:#6c757d;content:""}.e-de-ctnr-break::before{content:""}.e-de-ctnr-page-break::before{content:""}.e-de-ctnr-section-break::before{content:""}.e-de-ctnr-upload::before{color:#6c757d;content:""}.e-de-flip{transform:scaleX(-1)}.e-de-cnt-cmt-add::before{content:""}.e-de-cnt-track::before{content:""}.e-de-printlayout::before{content:""}.e-de-weblayout::before{content:""}.e-de-textform::before{color:#6c757d;content:"";font-family:"e-icons"}.e-de-formproperties::before{color:#6c757d;content:"";font-family:"e-icons"}.e-de-clearform::before{color:#6c757d;content:"";font-family:"e-icons"}.e-de-dropdownform::before{color:#6c757d;content:"";font-family:"e-icons"}.e-de-formfield::before{content:"";font-family:"e-icons"}.e-de-checkbox-form::before{color:#6c757d;content:"";font-family:"e-icons"}.e-de-arrow-up::before{content:"";font-family:"e-icons"}.e-de-arrow-down::before{content:"";font-family:"e-icons"}.e-de-update-field::before{content:"";font-family:"e-icons"}.e-de-footnote::before{content:"";font-family:"e-icons"}.e-de-endnote::before{content:"";font-family:"e-icons"}.e-de-toolbar{height:100%}.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap{height:0;line-height:.5}.e-de-ctnr-file-picker{left:-110em;position:fixed}.e-de-ctnr-rtl{direction:rtl}.e-de-ctnr-hglt-btn{border:.5px solid rgba(0,0,0,0);display:inline-block;height:25px;margin:3px;width:25px}.e-color-selected,.e-de-ctnr-hglt-btn:hover{border-color:#fff;outline:#000 .5px solid}.e-hglt-no-color{height:30px;padding-top:1px;width:157px}.e-hglt-no-color:hover{background-color:#e9ecef;cursor:pointer}.e-de-ctnr-hglt-no-color{font-size:12px;font-weight:400;left:40px;padding-top:11px;position:absolute;top:100px}.e-de-scrollbar-hide::-webkit-scrollbar{width:0}.e-de-scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.e-de-toolbar{height:100%}.e-de-statusbar-pageweb{background-color:#f8f9fa;border:0;box-shadow:none;float:right;color:#6c757d}.e-de-statusbar-pageweb:hover{color:#fff;box-shadow:none}.e-de-statusbar-pageweb .e-de-printlayout,.e-de-statusbar-pageweb .e-de-weblayout{font-size:16px}.e-de-statusbar-pageweb .e-de-printlayout:hover,.e-de-statusbar-pageweb .e-de-weblayout:hover{font-size:16px;color:#fff}.e-bigger .e-de-statusbar-pageweb .e-de-printlayout,.e-bigger .e-de-statusbar-pageweb .e-de-weblayout{font-size:18px}.e-de-linespacing{margin-top:8px}.e-de-statusbar-zoom{background-color:#f8f9fa;border:0;color:#495057;float:right;font-weight:400;height:33px;box-shadow:none}.e-de-pagenumber-text{border:none !important}.e-de-pagenumber-input{background:#fff;border:1px solid #dee2e6;border-radius:2px;color:#495057;font-family:inherit;font-size:14px;padding:0px;text-align:center;width:22px}.e-bigger .e-de-pagenumber-input{font-size:16px}.e-btn-pageweb-toggle{background-color:#dee2e6;box-shadow:none;outline:#fff 0 solid;outline-offset:0}.e-btn-pageweb-spellcheck{border:0;box-shadow:none;float:right;margin-left:calc(100% - 360px)}.e-bigger .e-btn-pageweb-spellcheck{margin-left:calc(100% - 410px)}.e-de-ctn-title{background-color:#0d6efd;border-bottom:none !important;color:#fff;font-size:14px !important}.e-de-ctn-title button{font-size:14px !important;height:36px !important;margin:0 !important}.e-de-ctn-title button .e-btn-icon{font-size:16px !important}.e-bigger .e-de-ctn-title{font-size:16px !important;height:40px !important}.e-bigger .e-de-ctn-title button{font-size:16px !important;height:auto ​ !important;margin:0 !important}.e-bigger .e-de-ctn-title button .e-btn-icon{font-size:18px !important}.e-de-tool-ctnr-properties-pane{display:-ms-flexbox;display:flex;height:calc(100% - 115px);width:100%}.e-de-ctnr-properties-pane{display:-ms-flexbox;display:flex;height:calc(100% - 42px);width:100%}.e-de-statusbar-separator{border-left:1px solid #dee2e6;height:16px;margin-left:0;margin-top:6px}.e-de-statusbar-spellcheck{border-radius:2px;font-weight:400;margin-left:7.5px}.e-de-ctn{background-color:#f8f9fa;border:1px solid #dee2e6;height:100%;position:relative;width:100%}.e-bigger .e-de-statusbar-spellcheck{border-radius:2px;margin-left:7.5px}.e-de-ctnr-toolbar{display:-ms-flexbox;display:flex;height:72px;width:100%}.e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,.e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn{border:0}.e-de-pane{border-left:1px solid #dee2e6}.e-de-pane-rtl{border-right:1px solid #dee2e6}.e-de-tool-ctnr-properties-pane,.e-de-ctnr-properties-pane{background-color:#f8f9fa;border-bottom:1px solid #dee2e6;border-top:1px solid #dee2e6}.e-de-ctnr-segment{margin-bottom:12px}.e-de-insert-del-cell>div:last-child{margin-left:12px !important}.e-bigger .e-de-ctnr-prop-label,.e-bigger .e-de-ctnr-segment{margin-bottom:16px}.e-bigger .e-de-property-div-padding{padding:16px}.e-bigger .e-de-insert-del-cell>div:last-child{margin-left:16px !important}.e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon{margin-left:-2px}.e-bigger .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret){font-size:18px}.e-bigger .e-de-pane-rtl .e-de-ctnr-group-btn .e-btn .e-btn-icon{margin-left:0px;margin-right:-2px}.e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret){font-size:16px}.e-de-property-div-padding .e-de-cellmargin-text{padding-bottom:3px}.e-de-cntr-pane-padding.e-de-prop-separator-line>div>div:first-child>div:first-child{margin-bottom:0 !important}.e-de-font-clr-picker .e-colorpicker-wrapper:first-child,.e-de-font-clr-picker>.e-split-btn-wrapper{margin-right:12px}.e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,.e-de-font-clr-picker.e-rtl>.e-split-btn-wrapper{margin-left:12px;margin-right:0}.e-de-ctnr-segment>div:first-child:not(.e-rtl),.e-de-ctnr-segment>button:first-child:not(.e-rtl){margin-right:12px}.e-de-ctnr-segment.e-de-ctnr-segment-rtl>div:first-child,.e-de-ctnr-segment.e-de-ctnr-segment-rtl>button:first-child{margin-left:12px;margin-right:0}.e-de-tlbr-wrapper{background-color:#f8f9fa;height:72px;width:calc(100% - 75px)}.e-de-ctnr-prop-label{color:#495057;display:inline-block;font-size:14px;font-weight:500;letter-spacing:.05px;margin-bottom:12px;opacity:.87}.e-de-table-prop-label{margin-left:12px}.e-de-table-prop-label.e-de-rtl{margin-left:0;margin-right:12px}.e-de-toolbar.e-toolbar{border-radius:0}.e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first{margin-left:0;margin-right:4px}.e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first{margin-left:4px;margin-right:0}.e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first{margin-left:0;margin-right:6px}.e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first{margin-left:6px;margin-right:0}.e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last{margin-left:4px;margin-right:0}.e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last{margin-left:0;margin-right:4px}.e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last{margin-left:6px;margin-right:0}.e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last{margin-left:0;margin-right:6px}.e-de-toolbar.e-toolbar .e-toolbar-items{height:72px}.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator{height:59px;margin:0 14px}.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start{margin-left:8px;margin-right:4px}.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle{margin-left:4px;margin-right:4px}.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end{margin-left:4px;margin-right:8px}.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus{background-color:#dee2e6}.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn{padding:0;padding-bottom:14px}.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus{padding:0;padding-bottom:14px}.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active{padding:0;padding-bottom:14px}.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover{padding:0;padding-bottom:14px}.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text{padding:0}.e-de-overlay{height:100%;opacity:.5;pointer-events:none;-ms-touch-action:none;touch-action:none;width:100%}.e-de-font-clr-picker .e-colorpicker-container .e-split-btn-wrapper .e-btn.e-icon-btn,.e-de-font-clr-picker .e-colorpicker-container .e-split-btn-wrapper .e-btn.e-icon-btn,.e-de-font-clr-picker .e-colorpicker-wrapper .e-btn.e-icon-btn,.e-de-font-clr-picker .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,.e-de-font-clr-picker .e-colorpicker-wrapper .e-btn.e-icon-btn.e-rtl{padding:0}.e-de-prop-font-colorpicker .e-btn.e-icon-btn,.e-de-prop-font-colorpicker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn{padding:4px 8px !important}.e-de-ctnr-style-div{width:auto}.e-btn-toggle .e-tbar-btn-text{color:#6c757d !important}.e-btn-toggle .e-btn-icon{color:#6c757d !important}.e-de-ctnr-list,.e-de-list-header-presetmenu{color:#6c757d}.e-de-ctnr-group-btn .e-btn{background-color:#fff;border-color:#dee2e6}.e-de-ctnr-group-btn .e-btn:focus{background-color:#545b62;border-color:#4e555b;box-shadow:0 0 0 0 #dee2e6;outline-color:#dee2e6}.e-de-ctnr-group-btn .e-btn:active,.e-de-ctnr-group-btn .e-btn .e-btn-toggle{background-color:#545b62;border-color:#4e555b}.e-de-ctnr-group-btn .e-btn:hover{background-color:#5a6268}.e-de-ctnr-group-btn .e-btn:disabled{background-color:#dee2e6;border-color:#dee2e6;opacity:65%}.e-de-ctnr-group-btn .e-btn:hover .e-btn-icon,.e-de-ctnr-group-btn .e-btn:focus .e-btn-icon,.e-de-ctnr-group-btn .e-btn:active .e-btn-icon,.e-de-ctnr-group-btn .e-btn:disabled .e-btn-icon{color:#fff}.e-de-ctnr-group-btn .e-btn-icon{color:#6c757d;font-size:16px}.e-bigger .e-de-ctnr-group-btn .e-btn-icon{color:#6c757d}.e-btn-toggle .e-btn-icon{color:#6c757d}.e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn,.e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn-icon,.e-de-border-size-button,.e-de-border-size-button .e-btn-icon{background-color:#fff;border-color:#dee2e6;color:#6c757d}.e-de-border-size-button:focus,.e-de-border-size-button:hover,.e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:hover,.e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:focus{background-color:#dee2e6;box-shadow:none}.e-de-border-size-button:focus .e-btn-icon,.e-de-border-size-button:hover .e-btn-icon,.e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:hover .e-btn-icon,.e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:focus .e-btn-icon{background-color:#dee2e6;box-shadow:none;color:#6c757d}.e-de-border-size-button .e-btn-icon:focus,.e-de-border-size-button .e-btn-icon:hover{background-color:#dee2e6;box-shadow:none;color:#6c757d}.e-de-pagenumber-text{border:none !important}.e-de-ctnr-properties-pane-btn{width:75px}.e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn .e-btn{color:#0d6efd}.e-de-pane-disable-clr.e-de-ctnr-properties-pane-btn .e-btn{color:#495057}.e-de-ctnr-properties-pane-btn .e-btn{background-color:#f8f9fa;border-radius:0;box-shadow:none;color:#0d6efd;min-height:100%;min-width:100%}.e-de-ctnr-properties-pane-btn .e-btn:focus{box-shadow:none}.e-de-ctnr-properties-pane-btn .e-btn:active{box-shadow:none}.e-de-ctnr-properties-pane-btn .e-btn:hover{box-shadow:none}.e-de-showhide-btn{border:0;height:72px}.e-de-showhide-btn-rtl{border:0;height:72px}.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator){padding:0}.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text{display:table;font-size:14px;margin:0 6.5px;padding:0;white-space:normal}.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon{padding:0 !important}.e-de-hdr-ftr-frst-div{margin-bottom:12px}.e-de-hdr-ftr-top-div{margin-bottom:12px}.e-de-cntr-pane-padding{padding:12px}.e-de-prop-pane{height:100%;min-height:200px;overflow:auto;width:260px}.e-de-review-pane{border-left:1px solid #ced4da;height:100%;min-height:200px;overflow:auto;width:440px}.e-bigger .e-de-cntr-pane-padding{padding:16px}.e-bigger .e-de-prop-pane{height:100%;min-height:200px;overflow:auto;width:306px}.e-de-ctnr-group-btn.e-btn-group:not(.e-outline){box-shadow:none;height:31px}.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus{box-shadow:none}.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active{box-shadow:none}.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover{box-shadow:none}.e-de-ctnr-group-btn button{box-shadow:none;height:31px}.e-de-ctnr-group-btn button:focus{box-shadow:none}.e-de-ctnr-group-btn button:active{box-shadow:none}.e-de-ctnr-group-btn button:hover{box-shadow:none}.e-de-property-div-padding{border-bottom:.5px solid #dee2e6;padding:12px}.e-de-ctnr-dropdown-ftr{border-top:1px solid #dee2e6;color:#495057;cursor:pointer;display:block;font-size:12px;line-height:40px;text-indent:1.2em}.e-de-char-fmt-btn-left>button,.e-de-insert-del-cell button{width:38.75px}.e-de-char-fmt-btn-right>button{width:37.5px}.e-de-panel-left-width{width:151px}.e-bigger .e-de-panel-left-width{width:169px}.e-bigger .e-de-char-fmt-btn-left>button,.e-bigger .e-de-insert-del-cell button{width:44px}.e-de-panel-right-width{width:73px}.e-bigger .e-de-panel-right-width{width:86px}.e-bigger .e-de-char-fmt-btn-left>button,.e-bigger .e-de-char-fmt-btn-right>button{width:43px}.e-de-cntr-highlight-pane{border:1px solid #dee2e6}.e-de-btn-hghlclr>button:first-child{padding:1px !important}.e-de-ctnr-hglt-color{font-size:12px;font-weight:400;height:20px !important;width:20px !important;border-radius:4px}.e-de-font-clr-picker>div div button,.e-de-font-clr-picker>div button,.e-de-font-clr-picker>button{width:38px}.e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md{height:55px;padding:4px !important;width:60px}.e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover{border:3px solid #0d6efd;padding:2px !important}.e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md{height:38px;padding:4px !important;width:38px}.e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover{border:3px solid #0d6efd;padding:2px !important}.e-de-list-header-presetmenu{cursor:pointer;font-size:11px;line-height:14px;overflow:hidden;text-align:left;min-width:50px;white-space:nowrap;width:100%}.e-de-bullet-list-header-presetmenu{cursor:pointer;font-size:14px;left:-11px;line-height:0;min-width:50px;overflow:hidden;position:relative;white-space:nowrap;width:100%}.e-rtl .e-de-bullet-list-header-presetmenu{cursor:pointer;font-size:14px;left:10px;line-height:0;min-width:50px;overflow:hidden;position:relative;white-space:nowrap;width:100%}.e-de-bullet{font-size:42px}.e-de-list-header-presetmenu .e-de-list-line{border-bottom:1px solid #6c757d;margin-left:5px;width:100%}.e-de-toc-optionsdiv{margin-bottom:11.5px;margin-left:5.5px;margin-top:15.5px}.e-de-toc-optionsdiv.e-de-rtl{margin-right:5.5px;margin-left:0}.e-de-list-header-presetmenu div span{display:inline-block;vertical-align:middle}.e-de-floating-menu .e-de-floating-menuitem,.e-de-floating-menu .e-de-menuitem-none{cursor:pointer;height:70px;padding:0 !important;margin:0 5px 5px 0 !important;width:70px}.e-de-list-thumbnail .e-de-list-items{float:left}.e-de-list-thumbnail .e-de-list-items{border:1px solid #dee2e6;clear:initial;display:inline-block;height:auto;margin:5px;padding:2px;text-align:center;width:auto}.e-de-list-items{cursor:pointer;background:#f8f9fa;box-sizing:border-box;list-style:none;padding:7px 10px 7px 10px;position:relative}.e-de-list-item-size{font-size:14px}.e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected,.e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected{border:3px solid #0d6efd;padding:2px !important}.e-de-floating-menu{padding:10px 4px 5px 10px !important}.e-de-list-container{background:#f8f9fa;border:1px solid #ccc;border-radius:2px;box-shadow:0 0 14px rgba(0,0,0,.2);box-sizing:border-box;display:inline-block;line-height:normal;margin:0;outline:0;padding:5px 0;position:absolute;width:auto;z-index:10020}.e-de-ctnr-list{font-size:12px;vertical-align:top}.e-de-image-property{padding-left:32px}.e-de-img-prty-span{color:#495057;left:12px;position:absolute;top:8px}.e-btn-toggle{background-color:#dee2e6 !important;outline:none;outline-offset:0;box-shadow:none !important}.e-btn-toggle:hover{background-color:#dee2e6 !important;outline:none;outline-offset:0;box-shadow:none !important}.e-de-ctnr-group-btn-top>button:first-child{border-radius:0;border-top-left-radius:4px}.e-de-ctnr-group-btn-top.e-de-rtl>button:first-child{border-top-left-radius:0;border-top-right-radius:4px}.e-de-ctnr-group-btn-top>button:last-child{border-radius:0;border-top-right-radius:4px}.e-de-ctnr-group-btn-top.e-de-rtl>button:last-child{border-top-left-radius:4px;border-top-right-radius:0}.e-de-ctnr-group-btn-middle>button{border-radius:0;border-top:0;border-bottom:0}.e-de-ctnr-group-btn-bottom>button:first-child{border-radius:0;border-bottom-left-radius:4px}.e-de-ctnr-group-btn-bottom.e-de-rtl>button:first-child{border-bottom-left-radius:0;border-bottom-right-radius:4px}.e-de-ctnr-group-btn-bottom>button:last-child{border-radius:0;border-bottom-right-radius:4px}.e-de-ctnr-group-btn-bottom.e-de-rtl>button:last-child{border-bottom-right-radius:0;border-bottom-left-radius:4px}.e-de-toc-template1{background:#f8f9fa;border:1px solid #dee2e6;color:#495057;height:129px;margin-left:78px;width:94px}.e-de-toc-template1.e-de-rtl{margin-left:0;margin-right:78px}.e-de-toc-template1-content1{font-size:10px;height:11px;margin-left:5.4px;margin-top:6.7px;width:83px}.e-de-toc-template1-content2{font-size:8px;height:9px;margin-left:20.4px;margin-top:5.7px;width:68px}.e-de-toc-template1-content3{font-size:7px;height:8px;margin-left:28.4px;margin-top:6.7px;width:60px}.e-de-prop-sub-label{color:#343a40;font-size:13px;margin-bottom:4px;font-weight:500}.e-de-toc-checkbox1{height:16px;margin-top:16px}.e-de-toc-checkbox2{height:16px;margin-top:16px}.e-de-toc-checkbox3{height:16px;margin-top:16px}.e-de-status-bar{background-color:#f8f9fa;display:-ms-flexbox;display:flex;padding-top:4px;width:100%}.e-de-ctnr-pg-no{color:#495057;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;height:100%;padding-top:8px}.e-de-ctnr-pg-no span{border:1px solid rgba(0,0,0,0)}.e-de-ctnr-pg-no-spellout{color:#495057;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;height:100%;padding-top:8px;width:calc(100% - 155px)}.e-de-ctnr-pg-no-spellout span{border:1px solid rgba(0,0,0,0)}.e-bigger .e-de-ctnr-pg-no-spellout{color:#495057;display:-ms-inline-flexbox;display:inline-flex;font-size:16px;height:100%;padding-top:7px;width:calc(100% - 205px)}.e-de-statusbar-zoom-spell{background-color:#f8f9fa;border:0;color:#495057;float:right;height:34px;margin-left:calc(100% - 360px)}.e-bigger .e-de-statusbar-zoom-spell{background-color:#f8f9fa;border:0;color:#495057;float:right;height:34px;margin-left:calc(100% - 410px)}.e-de-btn-cancel{margin-left:10px}.e-de-btn-cancel-rtl{margin-left:0;margin-right:10px}.e-de-prop-header-label{color:#495057;display:inline-block;font-size:14px;font-weight:bold;letter-spacing:.05px;opacity:.87}.e-de-prop-separator-line{border-bottom:1px solid #dee2e6}.e-de-status-bar>div label{font-weight:500}.e-de-stylediv{padding-left:12px}.e-de-stylediv-rtl{padding-left:0;padding-right:12px}.e-de-border-size-button{height:31px;margin-top:8px;width:99px}.e-de-color-picker{height:31px;width:99px}.e-de-cell-text-box{margin-right:12px}.e-de-pane-rtl .e-de-cell-text-box{margin-left:12px;margin-right:0}.e-de-prop-fill-label{margin-right:8px}.e-de-prop-fill-label.e-de-rtl{margin-left:8px;margin-right:0}.e-de-grp-btn-ctnr .e-de-ctnr-group-btn{height:38px !important}.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn{height:42px !important}.e-de-grp-btn-ctnr .e-de-ctnr-group-btn>button{height:38px;width:39px}.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn>button{height:42px;width:44px}.e-de-border-clr-picker .e-split-btn-wrapper>button:first-child{width:70px}.e-bigger .de-split-button>div:first-child{margin-right:0}.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper>button:first-child{width:66px}.e-bigger .e-de-prop-fill-label{margin-left:0;margin-right:9.8px}.e-bigger .e-de-prop-fill-label.e-de-rtl{margin-left:9.8px;margin-right:0px}.e-bigger .e-rtl .e-de-cell-text-box{margin-left:16px;margin-right:0}.e-bigger .e-de-cell-div button{width:45px !important}.e-bigger .e-de-color-picker{height:38px;width:95px}.e-bigger .e-de-border-size-button{height:38px;margin-top:8px;width:95px}.e-bigger .e-de-stylediv{padding-left:16px}.e-bigger .e-de-stylediv-rtl{padding-right:16px}.e-bigger .e-de-tool-ctnr-properties-pane{display:-ms-flexbox;display:flex;height:calc(100% - 126px);min-height:200px;width:100%}.e-bigger .e-de-ctnr-properties-pane{display:-ms-flexbox;display:flex;height:calc(100% - 46px);width:100%}.e-bigger .e-de-ctn{background-color:#f8f9fa;border:1px solid #dee2e6;height:100%;position:relative;width:100%}.e-bigger .e-de-ctnr-toolbar{display:-ms-flexbox;display:flex;height:81px;width:100%}.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,.e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn{border:0}.e-bigger .e-de-pane{border-left:1px solid #dee2e6}.e-bigger .e-de-pane-rtl{border-right:1px solid #dee2e6}.e-bigger .e-de-ctnr-segment{margin-bottom:16px}.e-bigger .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,.e-bigger .e-de-font-clr-picker>.e-split-btn-wrapper{margin-right:16px}.e-bigger .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,.e-bigger .e-de-font-clr-picker.e-rtl>.e-split-btn-wrapper{margin-left:16px;margin-right:0}.e-bigger .e-de-ctnr-segment>div:first-child:not(.e-rtl),.e-bigger .e-de-ctnr-segment>button:first-child:not(.e-rtl){margin-right:16px}.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl>div:first-child,.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl>button:first-child{margin-left:16px;margin-right:0}.e-bigger .e-de-tlbr-wrapper{background-color:#f8f9fa;height:81px;width:calc(100% - 75px)}.e-bigger .e-de-ctnr-prop-label{color:#495057;display:inline-block;font-size:16px;font-weight:500;letter-spacing:.05px;margin-bottom:16px;opacity:.87}.e-bigger .e-de-table-prop-label{margin-left:14.5px}.e-bigger .e-de-table-prop-label.e-de-rtl{margin-left:0;margin-right:14.5px}.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items{height:81px}.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator{height:25px;margin:0 16px}.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start{margin-left:12px;margin-right:6px}.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle{margin-left:6px;margin-right:6px}.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end{margin-left:6px;margin-right:12px}.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus{background-color:#dee2e6}.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control{padding:0;padding-bottom:14px}.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus{padding:0;padding-bottom:14px}.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active{padding:0;padding-bottom:14px}.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover{padding:0;padding-bottom:14px}.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text{padding:0 !important}.e-bigger .e-de-overlay{height:100%;opacity:.5;pointer-events:none;-ms-touch-action:none;touch-action:none}.e-bigger .e-de-ctnr-properties-pane-btn{width:75px}.e-bigger .e-de-ctnr-properties-pane-btn .e-btn{background-color:#f8f9fa;border-radius:0;box-shadow:none;min-height:100%;min-width:100%}.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus{box-shadow:none}.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active{box-shadow:none}.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover{box-shadow:none}.e-bigger .e-de-showhide-btn{border:0;height:81px}.e-bigger .e-de-showhide-btn-rtl{border:0;height:81px}.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator){padding:0}.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text{display:table;font-size:16px;margin:0 6px;padding:0;white-space:normal}.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon{padding:0}.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline){box-shadow:none;height:38px;padding-left:1px}.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus{box-shadow:none}.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active{box-shadow:none}.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover{box-shadow:none}.e-bigger .e-de-ctnr-group-btn button{box-shadow:none;height:38px}.e-bigger .e-de-ctnr-group-btn button:focus{box-shadow:none}.e-bigger .e-de-ctnr-group-btn button:active{box-shadow:none}.e-bigger .e-de-ctnr-group-btn button:hover{box-shadow:none}.e-bigger .e-de-property-div-padding{border-bottom:.5px solid #dee2e6;padding:16px}.e-bigger .e-de-font-clr-picker>div button,.e-bigger .e-de-font-clr-picker>button{width:43px}.e-bigger .e-de-ctnr-dropdown-ftr{border-top:1px solid #dee2e6;color:#495057;cursor:pointer;display:block;font-size:12px;line-height:40px;text-indent:1.2em}.e-bigger .e-de-char-fmt-btn>button{width:38.5px}.e-bigger .e-de-btn-hghlclr>button:first-child{padding:0 6px !important}.e-bigger .e-de-ctnr-hglt-color{font-size:12px;font-weight:400;height:24px !important;width:24px !important;border-radius:4px}.e-bigger .e-de-ctnr-list{font-size:12px;vertical-align:top}.e-bigger .e-de-image-property{padding-left:32px}.e-bigger .e-de-img-prty-span{color:#495057;left:10px;position:absolute;top:12px}.e-bigger .e-btn-toggle{background-color:#dee2e6 !important;box-shadow:none !important;outline:none;outline-offset:0}.e-bigger .e-btn-toggle:hover{background-color:#dee2e6 !important;outline:none;outline-offset:0;box-shadow:none !important}.e-bigger .e-de-toc-template1{background:#f8f9fa;border:1px solid #dee2e6;color:#495057;height:129px;margin-left:78px;width:94px}.e-bigger .e-de-toc-template1-content1{font-size:10px;height:11px;margin-left:5.4px;margin-top:6.7px;width:83px}.e-bigger .e-de-toc-template1-content2{font-size:8px;height:9px;margin-left:20.4px;margin-top:5.7px;width:68px}.e-bigger .e-de-toc-template1-content3{font-size:7px;height:8px;margin-left:28.4px;margin-top:6.7px;width:60px}.e-bigger .e-de-toc-optionsdiv{margin-bottom:11.5px;margin-left:5.5px;margin-top:15.5px}.e-bigger .e-de-toc-optionsdiv.e-de-rtl{margin-right:5.5px;margin-left:0}.e-bigger .e-de-prop-sub-label{font-size:13px;margin-bottom:8.5px}.e-bigger .e-de-btn-cancel{margin-left:10px}.e-bigger .e-de-status-bar{background-color:#f8f9fa;display:-ms-flexbox;display:flex;padding-top:5px;width:100%}.e-bigger .e-de-statusbar-zoom{background-color:#f8f9fa;border:0;color:#495057;float:right;height:34px}.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text{line-height:25px;padding:0 5px !important}.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap{height:0;line-height:.5}.e-de-ctn .e-de-bzr-button{background:#f8f9fa;height:100%;color:#212529}.e-de-ctn .e-de-bzr-button:hover{background:#5c636a;border:none;border-radius:4px;color:#fff}.e-de-ctn .e-de-bzr-button:hover .e-btn-icon{color:#fff}.e-de-ctn .e-de-bzr-button:active{box-shadow:none;background-color:#5c636a;border-color:#ced4da;color:#fff}.e-de-ctn .e-de-bzr-button{font-weight:400;background:#f8f9fa;height:100%;color:#212529;border:none;line-height:16px !important;box-shadow:none}.e-de-ctn .e-de-bzr-button:hover{background:#5c636a;border:none;border-radius:4px;color:#fff}.e-de-ctn .e-de-bzr-button:active{box-shadow:none;background-color:#5c636a;border-color:#ced4da;color:#fff}.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon{font-size:16px}.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-break.e-de-bzr-button .e-btn-icon{margin-top:-11px}.e-bigger .e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon{font-size:18px;padding-bottom:4px}.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before{content:"";font-family:"e-icons";font-size:14px}.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before{content:"";font-family:"e-icons";font-size:14px}.e-bigger .e-splitter .e-split-bar .e-resize-handler::before{font-size:16px}.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:-ms-flexbox;display:flex;overflow:hidden;position:relative;-ms-touch-action:none;touch-action:none;width:100%}.e-splitter.e-splitter-horizontal .e-pane,.e-splitter.e-splitter-vertical .e-pane{-ms-flex:1 1 auto;flex:1 1 auto;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;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{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative: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{-ms-flex-preferred-size:0 !important;flex-basis:0 !important;overflow:hidden !important}.e-splitter.e-splitter-horizontal{-ms-flex-direction:row;flex-direction:row}.e-splitter.e-splitter-horizontal.e-pane.e-scrollable{overflow:hidden}.e-splitter.e-splitter-horizontal.e-rtl{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after{right:auto}.e-splitter.e-splitter-vertical{-ms-flex-direction:column;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{-ms-flex-preferred-size:0 !important;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)::before,.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after{right:auto}.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down){border-radius:50%;bottom:20px;right:22px}.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down{border-radius:50%;left:22px;right:auto;top:20px}.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after{right:auto}.e-splitter .e-split-bar.e-split-bar-horizontal{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-pack:center;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{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:18px;-ms-flex-pack:center;justify-content:center;position:relative;width:1px}.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler{visibility:hidden}.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after{left:8px;right:3px}.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow{border-image:none;border-width:1px;cursor:pointer;display:-ms-flexbox;display:flex;height:26px;padding:1px 12px;position:relative}.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before,.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after{border-radius:16px;content:"";height:8px;position:absolute;transform:rotate(0deg);width:2px}.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before{top:5px;transform-origin:1px 7px 0}.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after{top:11px;transform-origin:1px 1px 0}.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right){border-radius:50%;right:5px}.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right{border-radius:50%;left:5px}.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::before,.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::after{right:8px}.e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar){margin:0 3px}.e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar){margin:0 0 0 3px}.e-splitter .e-split-bar.e-split-bar-vertical{-ms-flex-align:center;align-items:center;border-left:none;border-right:none;display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-pack:center;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{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:1px;-ms-flex-pack:center;justify-content:center;width:18px}.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler{visibility:hidden}.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after{left:10px}.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow{border-image:none;border-width:0;cursor:pointer;display:-ms-flexbox;display:flex;height:26px;padding:10px 3px 10px 18px;position:relative;width:26px}.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before,.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after{border-radius:16px;content:"";height:8px;position:absolute;transform:rotate(90deg);width:2px}.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before{top:3px;transform-origin:2px 7px 0}.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after{left:11px;top:8px;transform-origin:1px 1px 0}.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before{left:12px;top:8px;transform-origin:1px 6px 0}.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after{left:10px;top:12px;transform-origin:1px 2px 0}.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down){border-radius:50%;bottom:20px;left:22px}.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down{border-radius:50%;right:22px;top:20px}.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before,.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after{right:10px}.e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar){margin:3px 0}.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar){margin:3px 0 0}.e-bigger.e-splitter .e-pane{font-size:16px}.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)::before,.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after{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{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.e-bigger .e-splitter .e-pane{font-size:16px}.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-content-placeholder.e-splitter.e-placeholder-splitter{background-size:100px 110px;min-height:110px}.e-bigger .e-content-placeholder.e-splitter.e-placeholder-splitter,.e-bigger.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{-ms-flex-direction:column;flex-direction:column}.e-splitter.e-splitter-horizontal,.e-splitter.e-splitter-vertical{border:solid 1px #dee2e6}.e-splitter.e-splitter-horizontal .e-pane,.e-splitter.e-splitter-vertical .e-pane{color:#212529}.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:rgba(0,0,0,0)}.e-splitter .e-split-bar.e-split-bar-horizontal{background:#dee2e6;border-left:none;border-right:none}.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler{background:#fff;color:#6c757d}.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden){background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:rgba(0,0,0,0);transition:background-color 500ms ease-out}.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::before,.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::after{background-color:#0d6efd;opacity:0;transition-duration:.3s;transition-timing-function:cubic-bezier(0.25, 0.1, 0.25, 1)}.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active{background:#0d6efd;border-left:none;border-right:none}.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler{background:#fff;color:#0d6efd}.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right{background-color:rgba(0,0,0,0);border-color:#0d6efd;border-width:1px;opacity:.9}.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::before,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::before,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-hover .e-navigate-arrow::before,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-active .e-navigate-arrow::before{background-color:#0d6efd;opacity:1;transform:rotate(40deg)}.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::after,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::after,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-hover .e-navigate-arrow::after,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-active .e-navigate-arrow::after{background-color:#0d6efd;opacity:1;transform:rotate(-40deg)}.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::before,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::before{background-color:#0d6efd;opacity:1;transform:rotate(-40deg)}.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::after,.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::after{background-color:#0d6efd;opacity:1;transform:rotate(40deg)}.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active{background:#0d6efd}.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler{background:#fff;color:#0d6efd}.e-splitter .e-split-bar.e-split-bar-vertical{background:#dee2e6}.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler{background:#fff;color:#6c757d}.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active{background:#0d6efd;border-left:none;border-right:none}.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down{background-color:rgba(0,0,0,0);border-color:#0d6efd;border-width:1px;opacity:.9}.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler{background:#fff;color:#0d6efd}.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before{background-color:#0d6efd;opacity:1;transform:rotate(125deg)}.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::after,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::after{background-color:#0d6efd;opacity:1;transform:rotate(50deg)}.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::before,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::before{background-color:#0d6efd;opacity:1;transform:rotate(55deg)}.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::after,.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::after{background-color:#0d6efd;opacity:1;transform:rotate(125deg)}.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:rgba(0,0,0,0);transition:background-color 300ms ease-out}.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before,.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after{background-color:#0d6efd;opacity:0;transition-duration:.3s;transition-timing-function:cubic-bezier(0.25, 0.1, 0.25, 1)}.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active{background:#0d6efd}.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler{background:#fff;color:#0d6efd}.e-splitter.e-disabled{opacity:.4;pointer-events:none}@keyframes material-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fabric-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}/*! component icons */.e-icon-check::before{content:""}.e-excelfilter .e-icon-filter::before{content:""}.e-excelfilter .e-excl-filter-icon::before{content:""}.e-excelfilter .e-excl-filter-icon.e-filtered::before{content:""}.e-excelfilter .e-search-icon::before{content:""}.e-excelfilter .e-ccsearch-icon::before{content:""}.e-excelfilter .e-chkcancel-icon::before{content:""}.e-excelfilter .e-sortascending::before{content:""}.e-excelfilter .e-sortdescending::before{content:""}/*! Excel-Filter layout */.sf-grid .e-excelfilter .e-dlg-content{overflow:visible;padding:0}.sf-grid .e-excelfilter .e-searchcontainer{padding:14px;padding-top:4px}.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{min-height:318px}.e-xlflmenu .e-xlfl-dlgfields{font-size:15px}.e-xlflmenu .e-xlfl-fieldset{font-size:13px;padding-top:9px}.e-xlflmenu .e-xlfl-optr,.e-xlflmenu .e-xlfl-value{padding-top:11.25px}.e-xlflmenu .e-xlfl-radio,.e-xlflmenu .e-xlfl-mtcase{padding-top:12px}.e-xlflmenu .e-xlfl-optr:first-child{padding-right:11.25px}.e-xlflmenu .e-xlfl-table{border-spacing:0;table-layout:fixed;width:100%}.e-xlflmenu .e-radio+label .e-label{margin-top:0;padding-left:25px;padding-right:9px}.e-xlflmenu .e-checkbox-wrapper .e-frame+.e-label{margin-bottom:1px;margin-left:6px}.e-xlflmenu .e-checkbox-wrapper .e-frame{margin-bottom:1px}.e-xlflmenu .e-dlg-content{padding-bottom:5px}.e-xlflmenu .e-xlfl-radiodiv{width:120px}.e-xlflmenu .e-xlfl-matchcasediv{margin-left:0;margin-right:13px}.e-xlfl-radio-or,.e-xlfl-matchcasediv{margin-left:2px}.e-emptyicon{opacity:0}.e-xlflmenu.e-rtl .e-xlfl-optr{padding-left:11.25px;padding-right:0}.e-xlflmenu.e-rtl .e-radio+label .e-label{padding-left:0;padding-right:25px}.e-xlflmenu.e-rtl .e-xlfl-radio-or{margin-left:0;margin-right:13px}.e-bigger .e-xlflmenu.e-rtl .e-radio+label .e-label{padding-left:0;padding-right:25px}.e-bigger .e-xlflmenu{min-height:362px}.e-bigger .e-xlflmenu .e-xlfl-table{border-spacing:0;width:100%}.e-bigger .e-xlflmenu .e-dlg-content{padding-bottom:10px}.e-bigger .e-xlflmenu .e-radio+label .e-label{padding-left:27px;padding-right:6px}.e-bigger .e-xlflmenu .e-checkbox-wrapper .e-frame+.e-label{margin-left:8px}.e-bigger .e-xlflmenu .e-xlfl-radiodiv{width:141px}.e-bigger .e-xlflmenu .e-xlfl-radio-or,.e-bigger .e-xlflmenu .e-xlfl-matchcasediv{margin-left:18px}.e-bigger .e-xlflmenu .e-xlfl-optr:first-child{padding-right:10px}.e-bigger .e-xlflmenu .e-xlfl-dlgfields{font-size:18px}.e-bigger .e-xlflmenu .e-xlfl-fieldset{font-size:16px;padding-top:12px}.e-bigger .e-xlflmenu .e-xlfl-optr,.e-bigger .e-xlflmenu .e-xlfl-value{padding-top:15px}.e-bigger .e-xlflmenu .e-xlfl-radio,.e-bigger .e-xlflmenu .e-xlfl-mtcase{padding-top:10px}.e-bigger .e-excelfilter .e-xlflmenu,.e-excelfilter.e-bigger .e-xlflmenu{min-height:362px}.e-bigger .e-excelfilter .e-ftrchk,.e-excelfilter.e-bigger .e-ftrchk{padding-bottom:9px;padding-top:9px}.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li,.e-bigger .e-excelfilter .e-contextmenu-container ul li,.e-excelfilter.e-bigger .e-contextmenu-wrapper ul li,.e-excelfilter.e-bigger .e-contextmenu-container ul li{height:40px;line-height:40px}.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,.e-bigger .e-excelfilter .e-contextmenu-container ul li .e-menu-icon,.e-excelfilter.e-bigger .e-contextmenu-wrapper ul li .e-menu-icon,.e-excelfilter.e-bigger .e-contextmenu-container ul li .e-menu-icon{height:40px;line-height:40px;margin-right:13px}.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:40px;line-height:40px;margin-right:6.2px}.e-bigger .e-excelfilter.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret,.e-excelfilter.e-bigger.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret{margin-left:6.2px}.e-bigger .e-excelfilter.e-dialog .e-dlg-content,.e-excelfilter.e-bigger.e-dialog .e-dlg-content{padding-left:7px}.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:9px}.e-bigger .e-excelfilter.e-rtl .e-dlg-content,.e-excelfilter.e-bigger.e-rtl .e-dlg-content{padding-left:16px;padding-right:7px}.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:9px}.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-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-excelfilter .e-contextmenu-container ul li{height:36px;line-height:36px}.e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,.e-excelfilter .e-contextmenu-container ul li .e-menu-icon{height:36px;line-height:36px;margin-right:10px}.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-contextmenu-wrapper ul,.e-excelfilter .e-contextmenu-container ul:not(.e-ul){border:0;border-radius:5px 5px 0 0;box-shadow:none;max-width:300px;padding-bottom:4px;position:static}.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{background-color:#fff;padding-top:0}.e-excelfilter .e-contextmenu-wrapper,.e-excelfilter .e-contextmenu-wrapper ul{display:block}.e-excelfilter .e-contextmenu-wrapper ul{padding-bottom:4px;position:static}.e-excelfilter .e-contextmenu-wrapper ul li .e-contextmenu-container ul li{height:36px;line-height:36px}.e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,.e-excelfilter .e-contextmenu-container ul li .e-menu-icon{height:36px;line-height:36px;margin-right:10px}.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;margin-right:13px}.e-excelfilter.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret{margin-left:13px}.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:12px}.e-excelfilter .e-xlsel{border:0 solid;position:absolute;-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-excelfilter.e-dialog .e-dlg-content{padding-left:6px}.e-excelfilter .e-ftrchk,.e-excelfilter .e-searchbox{padding-left:8px}.e-excelfilter.e-rtl .e-dlg-content{padding-left:14px;padding-right:6px}.e-excelfilter.e-rtl .e-ftrchk,.e-excelfilter.e-rtl .e-searchbox{padding-left:0;padding-right:8px}.e-excelfilter .e-searchbox{display:block}.e-ftrchk{padding-bottom:8px;padding-top:8px}/*! Excel-Filter theme */.e-excelfilter .e-footer-content{border-color:rgba(52,58,64,.12);opacity:1}.e-excelfilter .e-filtered::before{color:#0d6efd}.e-excelfilter .e-dlg-content{padding-bottom:0}li.e-separator.e-menu-item.e-excel-separator{margin-bottom:0;margin-top:0}.e-xlsel{background-color:#0d6efd;border-color:#0d6efd}@keyframes material-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fabric-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}/*! Toolbar's bootstrap5 theme wise override definitions and variables *//*! component icons */.e-icon-check::before{content:""}.e-grid .e-group-animate .e-drag.e-icon-drag::before,.e-grid-menu .e-group-animate .e-drag.e-icon-drag::before{content:""}.e-grid .e-group-animate .e-nextgroup.e-icon-next::before,.e-grid-menu .e-group-animate .e-nextgroup.e-icon-next::before{content:""}.e-grid .e-icon-ascending::before,.e-grid-menu .e-icon-ascending::before{content:""}.e-grid .e-icon-descending::before,.e-grid-menu .e-icon-descending::before{content:""}.e-grid .e-icon-hide::before,.e-grid-menu .e-icon-hide::before{content:""}.e-grid .e-ungroupbutton.e-icon-hide::before,.e-grid-menu .e-ungroupbutton.e-icon-hide::before{content:""}.e-grid .e-icon-rowselect::before,.e-grid-menu .e-icon-rowselect::before{content:""}.e-grid .e-icon-sortdirect::before,.e-grid-menu .e-icon-sortdirect::before{content:""}.e-grid .e-icon-gdownarrow::before,.e-grid-menu .e-icon-gdownarrow::before{content:""}.e-grid .e-icon-grightarrow::before,.e-grid-menu .e-icon-grightarrow::before{content:""}.e-grid .e-icon-filter::before,.e-grid .e-icon-filter.e-filtered::before,.e-grid-menu .e-icon-filter::before,.e-grid-menu .e-icon-filter.e-filtered::before{content:""}.e-grid .e-resfilter-icon::before,.e-grid-menu .e-resfilter-icon::before{content:""}.e-grid .e-ressort-icon::before,.e-grid-menu .e-ressort-icon::before{content:""}.e-grid .e-excl-filter-icon::before,.e-grid-menu .e-excl-filter-icon::before{content:""}.e-grid .e-excl-filter-icon.e-filtered::before,.e-grid-menu .e-excl-filter-icon.e-filtered::before{content:""}.e-grid.e-rtl .e-icon-grightarrow::before,.e-grid-menu.e-rtl .e-icon-grightarrow::before{content:""}.e-grid .e-icon-group::before,.e-grid-menu .e-icon-group::before{content:""}.e-grid .e-icon-ungroup::before,.e-grid-menu .e-icon-ungroup::before{content:""}.e-grid .e-icon-reorderuparrow::before,.e-grid-menu .e-icon-reorderuparrow::before{content:""}.e-grid .e-icon-reorderdownarrow::before,.e-grid-menu .e-icon-reorderdownarrow::before{content:""}.e-grid .e-print::before,.e-grid-menu .e-print::before{content:""}.e-grid .e-add::before,.e-grid-menu .e-add::before{content:""}.e-grid .e-resback-icon::before,.e-grid-menu .e-resback-icon::before{content:""}.e-grid .e-wordexport::before,.e-grid-menu .e-wordexport::before{content:""}.e-grid .e-pdfexport::before,.e-grid-menu .e-pdfexport::before{content:""}.e-grid .e-csvexport::before,.e-grid-menu .e-csvexport::before{content:""}.e-grid .e-excelexport::before,.e-grid-menu .e-excelexport::before{content:""}.e-grid .e-edit::before,.e-grid-menu .e-edit::before{content:""}.e-grid .e-columnmenu::before,.e-grid .e-columnmenu.e-filtered::before,.e-grid-menu .e-columnmenu::before,.e-grid-menu .e-columnmenu.e-filtered::before{content:""}.e-grid .e-delete::before,.e-grid-menu .e-delete::before{content:""}.e-grid .e-cancel::before,.e-grid-menu .e-cancel::before{content:""}.e-grid .e-copy::before,.e-grid-menu .e-copy::before{content:""}.e-grid .e-save::before,.e-grid-menu .e-save::before{content:""}.e-grid .e-update::before,.e-grid-menu .e-update::before{content:""}.e-grid .e-search-icon::before,.e-grid-menu .e-search-icon::before{content:""}.e-grid .e-cancel-icon::before,.e-grid-menu .e-cancel-icon::before{content:""}.e-grid .e-columnchooserdiv::before,.e-grid-menu .e-columnchooserdiv::before{content:""}.e-grid .e-ccsearch-icon::before,.e-grid-menu .e-ccsearch-icon::before{content:""}.e-grid .e-columnchooser::before,.e-grid-menu .e-columnchooser::before{content:""}.e-grid .e-columnchooser-btn::before,.e-grid-menu .e-columnchooser-btn::before{content:""}.e-grid .e-cc-icon::before,.e-grid-menu .e-cc-icon::before{content:""}.e-grid .e-icon-rowdragicon::before,.e-grid-menu .e-icon-rowdragicon::before{content:""}.e-grid.e-rtl .e-icon-rowdragicon::before,.e-grid-menu.e-rtl .e-icon-rowdragicon::before{content:""}.e-grid .e-ccsearch-icon.e-cc-cancel::before,.e-grid .e-chkcancel-icon::before,.e-grid-menu .e-ccsearch-icon.e-cc-cancel::before,.e-grid-menu .e-chkcancel-icon::before{content:""}.e-responsive-dialog .e-resfilterback::before{content:""}.e-responsive-dialog.e-rtl .e-resfilterback::before{content:""}.e-responsive-dialog .e-filterset::before{content:""}.e-responsive-dialog .e-search-icon::before{content:""}.e-responsive-dialog .e-chkcancel-icon::before{content:""}.e-responsive-dialog .e-icon-filter-clear::before{content:""}.e-row-responsive-filter .e-dlg-closeicon-btn .e-icon-dlg-close::before{content:""}.e-row-responsive-filter.e-rtl .e-dlg-closeicon-btn .e-icon-dlg-close::before{content:""}.e-checkboxfilter .e-search-icon::before{content:""}.e-checkboxfilter .e-chkcancel-icon::before{content:""}/*! Grid layout */.e-disableuserselect{-webkit-user-select:none;-ms-user-select:none;user-select:none}/*! Blazor column menu custom css */.e-contextmenu-container.e-sfcontextmenu.e-hide-menu{visibility:hidden}.e-emptyicon{opacity:0}.e-device .e-flmenu-valuediv{padding:24px 0 0}.e-bigger .e-grid,.e-grid.e-bigger{font-size:16px}.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop){font-size:16px}.e-bigger .e-grid .e-row .e-icon-rowdragicon::before,.e-grid.e-bigger .e-row .e-icon-rowdragicon::before{font-size:16px}.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper,.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper{padding:5px 25px 5px 0}.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search,.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input.e-search{width:100%}.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input-group-icon.e-icons.e-sicon.e-clear-icon,.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input-group-icon.e-icons.e-sicon.e-clear-icon{margin:0}.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before,.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before{font-size:16px}.e-bigger .e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon,.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon{padding-left:0}.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:5px;padding-top:5px}.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:38px}.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon{margin:0;min-width:38px;padding:0}.e-bigger .e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before,.e-grid.e-bigger .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before{font-size:16px}.e-bigger .e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon,.e-grid.e-bigger.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon{margin:0;min-width:38px;padding:0}.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:16px}.e-bigger .e-grid .e-flmenu-valuediv,.e-grid.e-bigger .e-flmenu-valuediv{padding:16px 0 0}.e-bigger .e-grid .e-headercell,.e-grid.e-bigger .e-headercell{height:40px;padding:10px 12px 10px}.e-bigger .e-grid .e-headercelldiv,.e-grid.e-bigger .e-headercelldiv{font-size:16px;height:20px;line-height:20px}.e-bigger .e-grid .e-headercell,.e-bigger .e-grid .e-detailheadercell,.e-grid.e-bigger .e-headercell,.e-grid.e-bigger .e-detailheadercell{font-size:16px}.e-bigger .e-grid .e-icons,.e-grid.e-bigger .e-icons{font-size:16px}.e-bigger .e-grid .e-gridheader thead .e-icons,.e-grid.e-bigger .e-gridheader thead .e-icons{font-size:22px}.e-bigger .e-grid .e-icon-gdownarrow,.e-grid.e-bigger .e-icon-gdownarrow{font-size:16px}.e-bigger .e-grid .e-icon-grightarrow,.e-grid.e-bigger .e-icon-grightarrow{font-size:16px}.e-bigger .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn,.e-grid.e-bigger .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn{font-size:16px}.e-bigger .e-grid .e-gridheader tr th:last-child,.e-grid.e-bigger .e-gridheader tr th:last-child{padding-right:8px}.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:2px}.e-bigger .e-grid .e-gridheader tr th:first-child,.e-grid.e-bigger .e-gridheader tr th:first-child{padding-left:8px}.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:2px}.e-bigger .e-grid .e-headercelldiv,.e-grid.e-bigger .e-headercelldiv{font-size:16px}.e-bigger .e-grid .e-rowcell,.e-bigger .e-grid .e-summarycell,.e-bigger .e-grid .e-groupcaption,.e-grid.e-bigger .e-rowcell,.e-grid.e-bigger .e-summarycell,.e-grid.e-bigger .e-groupcaption{font-size:16px;padding:8px 12px}.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:8px}.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:8px}.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:40px;padding:0 12px}.e-bigger .e-grid .e-filterbarcell input,.e-grid.e-bigger .e-filterbarcell input{height:39px}.e-bigger .e-grid .e-ftrchk,.e-grid.e-bigger .e-ftrchk{padding-bottom:9px;padding-top:9px}.e-bigger .e-grid .e-columnmenu,.e-grid.e-bigger .e-columnmenu{bottom:21px;top:23px}.e-bigger .e-grid.e-device.e-noselect,.e-grid.e-bigger.e-device.e-noselect{-webkit-user-select:none;-ms-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:360px}.e-bigger .e-grid .e-checkboxfilter .e-dlg-content,.e-grid.e-bigger .e-checkboxfilter .e-dlg-content{padding-left:7px}.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:9px}.e-bigger .e-grid.e-rtl .e-checkboxfilter .e-dlg-content,.e-grid.e-bigger.e-rtl .e-checkboxfilter .e-dlg-content{padding-left:16px;padding-right:7px}.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:9px}.e-bigger .e-grid .e-filtermenudiv,.e-grid.e-bigger .e-filtermenudiv{margin:-14px -2px -14px 4px}.e-bigger .e-grid .e-sortfilterdiv,.e-grid.e-bigger .e-sortfilterdiv{margin:-12px -2px -12px 4px}.e-bigger .e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv,.e-grid.e-bigger .e-gridheader .e-fltr-icon .e-sortfilterdiv{margin:-15px 22px -14px 4px}.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:-31px 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:-30px -5px}.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:-30px 28px -31px 0}.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:-26px -20px 0 0}.e-bigger .e-grid.e-wrap .e-rowcell,.e-bigger .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv,.e-bigger .e-grid.e-wrap .e-columnheader .e-headercelldiv,.e-grid.e-bigger.e-wrap .e-rowcell,.e-grid.e-bigger.e-wrap .e-columnheader .e-stackedheadercelldiv,.e-grid.e-bigger.e-wrap .e-columnheader .e-headercelldiv{line-height:24px}.e-bigger .e-grid .e-gridheader .e-rightalign .e-sortfilterdiv,.e-grid.e-bigger .e-gridheader .e-rightalign .e-sortfilterdiv{margin:-12px 4px -12px -2px}.e-bigger .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortnumber,.e-grid.e-bigger .e-gridheader .e-rightalign.e-fltr-icon .e-sortnumber{float:left;margin:1px 4px 0 4px}.e-bigger .e-grid .e-gridheader .e-rightalign .e-sortnumber,.e-grid.e-bigger .e-gridheader .e-rightalign .e-sortnumber{float:left;margin:1px 4px 0 20px}.e-bigger .e-grid .e-sortnumber,.e-grid.e-bigger .e-sortnumber{border-radius:65%;display:inline-block;float:right;font-size:16px;height:18px;line-height:16px;margin:1px 4px 0 4px;text-align:center;width:18px}.e-bigger .e-grid .e-gridheader .e-fltr-icon .e-sortnumber,.e-grid.e-bigger .e-gridheader .e-fltr-icon .e-sortnumber{margin:1px 4px 0 4px}.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:-15px 4px -14px -2px}.e-bigger .e-grid.e-rtl .e-headercell .e-sortfilterdiv,.e-bigger .e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv,.e-grid.e-bigger.e-rtl .e-headercell .e-sortfilterdiv,.e-grid.e-bigger.e-rtl .e-detailheadercell .e-sortfilterdiv{margin:-12px 4px -12px -2px}.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv,.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv{margin:-12px 4px -12px -2px}.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 4px -14px 24px}.e-bigger .e-grid.e-rtl .e-gridheader .e-leftalign .e-sortfilterdiv,.e-grid.e-bigger.e-rtl .e-gridheader .e-leftalign .e-sortfilterdiv{margin-bottom:-12px;margin-top:-15px}.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:-15px 4px -14px 22px}.e-bigger .e-grid.e-rtl .e-filtermenudiv,.e-grid.e-bigger.e-rtl .e-filtermenudiv{margin:-14px 4px -14px -2px}.e-bigger .e-grid.e-rtl .e-rightalign .e-filtermenudiv,.e-grid.e-bigger.e-rtl .e-rightalign .e-filtermenudiv{margin:-14px 4px -14px -2px}.e-bigger .e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber,.e-bigger .e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber,.e-grid.e-bigger.e-rtl .e-headercell .e-headercelldiv .e-sortnumber,.e-grid.e-bigger.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber{margin:1px 0 0 -20px}.e-bigger .e-grid.e-rtl .e-headercell.e-rightalign .e-headercelldiv .e-sortnumber,.e-bigger .e-grid.e-rtl .e-detailheadercell.e-rightalign .e-headercelldiv .e-sortnumber,.e-grid.e-bigger.e-rtl .e-headercell.e-rightalign .e-headercelldiv .e-sortnumber,.e-grid.e-bigger.e-rtl .e-detailheadercell.e-rightalign .e-headercelldiv .e-sortnumber{margin:1px 0 0 20px}.e-bigger .e-grid.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber,.e-grid.e-bigger.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber{margin:1px 0 0 -20px;margin-left:4px}.e-bigger .e-grid .e-rowcell,.e-bigger .e-grid .e-summarycell,.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:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty,.e-grid.e-bigger .e-rowcell,.e-grid.e-bigger .e-summarycell,.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:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty{line-height:24px}.e-bigger .e-grid .e-filterbarcell input,.e-grid.e-bigger .e-filterbarcell input{font-size:16px}.e-bigger .e-grid .e-groupdroparea,.e-grid.e-bigger .e-groupdroparea{font-size:16px;min-height:54px;padding:15px 15px}.e-bigger .e-grid .e-cloneproperties,.e-grid.e-bigger .e-cloneproperties{padding:3px 0 0 8px}.e-bigger .e-grid .e-cloneproperties.e-draganddrop,.e-grid.e-bigger .e-cloneproperties.e-draganddrop{padding:0}.e-bigger .e-grid .e-headerclone,.e-grid.e-bigger .e-headerclone{font-size:16px}.e-bigger .e-grid .e-groupdroparea.e-grouped,.e-grid.e-bigger .e-groupdroparea.e-grouped{padding:0 0 8px}.e-bigger .e-grid .e-frozenheader table tr td.e-rowcell,.e-grid.e-bigger .e-frozenheader table tr td.e-rowcell{height:40px -6}.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-frozenhdrcont table tr td:first-child:empty,.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty,.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-frozenhdrcont table tr td:first-child:empty,.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty{height:40px}.e-bigger .e-grid.e-bigger .e-columnmenu,.e-grid.e-bigger.e-bigger .e-columnmenu{bottom:13px;margin:0 -3px}.e-bigger .e-grid .e-columnmenu,.e-grid.e-bigger .e-columnmenu{right:23px}.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:0;height:38px;margin:8px 0 0 8px;padding:7px 0;font-size:16px}.e-bigger .e-grid .e-groupheadercell:hover,.e-grid.e-bigger .e-groupheadercell:hover{padding:7px 0}.e-bigger .e-grid .e-gdclone,.e-grid.e-bigger .e-gdclone{border-radius:6px;padding:10px 6px 6px}.e-bigger .e-grid .e-groupheadercell span,.e-grid.e-bigger .e-groupheadercell span{height:24px;line-height:24px;padding:0 8px}.e-bigger .e-grid .e-groupheadercell .e-ungroupbutton,.e-grid.e-bigger .e-groupheadercell .e-ungroupbutton{font-size:22px}.e-bigger .e-grid .e-groupheadercell .e-grouptext,.e-grid.e-bigger .e-groupheadercell .e-grouptext{line-height:24px}.e-bigger .e-grid .e-row .e-input-group .e-input.e-field,.e-bigger .e-grid .e-row .e-input-focus .e-input.e-field,.e-grid.e-bigger .e-row .e-input-group .e-input.e-field,.e-grid.e-bigger .e-row .e-input-focus .e-input.e-field{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px;padding-bottom:0;padding-top:0}.e-bigger .e-grid.e-device .e-row .e-input-group .e-input.e-field,.e-bigger .e-grid.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,.e-grid.e-bigger.e-device .e-row .e-input-focus .e-input.e-field{padding-bottom:0;padding-top:0}.e-bigger .e-grid .e-row .e-input-group,.e-grid.e-bigger .e-row .e-input-group{margin-bottom:2px;vertical-align:middle}.e-bigger .e-grid.e-device .e-headercell,.e-grid.e-bigger.e-device .e-headercell{padding:0 12px 8px}.e-bigger .e-grid.e-device .e-headercell:first-child,.e-grid.e-bigger.e-device .e-headercell:first-child{padding:0 12px 8px 16px}.e-bigger .e-grid.e-device .e-headercell:last-child,.e-grid.e-bigger.e-device .e-headercell:last-child{padding:0 16px 8px 12px}.e-bigger .e-grid.e-device .e-groupheadercell span,.e-grid.e-bigger.e-device .e-groupheadercell span{line-height:33px}.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:6px 12px}.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:6px 12px 6px 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:6px 16px 6px 12px}.e-bigger .e-grid.e-device .e-filterbarcell,.e-grid.e-bigger.e-device .e-filterbarcell{padding:6px 12px}.e-bigger .e-grid.e-device .e-filterbarcell:first-child,.e-grid.e-bigger.e-device .e-filterbarcell:first-child{padding:6px 12px 6px 16px}.e-bigger .e-grid.e-device .e-filterbarcell:last-child,.e-grid.e-bigger.e-device .e-filterbarcell:last-child{padding:6px 16px 6px 12px}.e-bigger .e-grid.e-device .e-groupheadercell .e-ungroupbutton,.e-grid.e-bigger.e-device .e-groupheadercell .e-ungroupbutton{line-height:37px}.e-bigger .e-grid.e-device .e-normaledit .e-rowcell,.e-grid.e-bigger.e-device .e-normaledit .e-rowcell{padding-bottom:0;padding-top:0}.e-bigger .e-grid.e-device .e-editedbatchcell.e-rowcell,.e-grid.e-bigger.e-device .e-editedbatchcell.e-rowcell{padding-bottom:0;padding-top:0}.e-bigger .e-grid .e-unboundcell,.e-bigger .e-grid .e-editedrow .e-normaledit .e-unboundcell,.e-bigger .e-grid .e-addedrow .e-normaledit .e-unboundcell,.e-grid.e-bigger .e-unboundcell,.e-grid.e-bigger .e-editedrow .e-normaledit .e-unboundcell,.e-grid.e-bigger .e-addedrow .e-normaledit .e-unboundcell{padding-bottom:1.2px;padding-top:1.2px}.e-bigger .e-grid .e-grouptext,.e-grid.e-bigger .e-grouptext{margin-right:0;width:auto}.e-bigger .e-grid .e-gridheader table th[rowspan],.e-bigger .e-grid.e-device .e-gridheader table th[rowspan],.e-grid.e-bigger .e-gridheader table th[rowspan],.e-grid.e-bigger.e-device .e-gridheader table th[rowspan]{padding-bottom:20px}.e-bigger .e-grid .e-groupsort,.e-bigger .e-grid span.e-ungroupbutton,.e-bigger .e-grid .e-toggleungroup,.e-grid.e-bigger .e-groupsort,.e-grid.e-bigger span.e-ungroupbutton,.e-grid.e-bigger .e-toggleungroup{margin-left:-8px;margin-top:1px}.e-bigger .e-grid span.e-ungroupbutton.e-icons,.e-grid.e-bigger span.e-ungroupbutton.e-icons{font-size:16px;margin-left:-12px;margin-top:1px;margin-right:0}.e-bigger .e-grid span.e-groupsort.e-icons,.e-grid.e-bigger span.e-groupsort.e-icons{margin-right:0;margin-top:1px}.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:8px 8px 0 0;padding:7px 6px 7px 9px}.e-bigger .e-grid.e-rtl span.e-ungroupbutton.e-icons,.e-grid.e-bigger.e-rtl span.e-ungroupbutton.e-icons{margin-left:-8px;margin-right:-12px;margin-top:1px;padding-top:0;padding-left:8px}.e-bigger .e-grid .e-groupcaption,.e-grid.e-bigger .e-groupcaption{line-height:20px}.e-bigger .e-grid .e-ccdlg .e-dlg-content,.e-grid.e-bigger .e-ccdlg .e-dlg-content{margin:40px 0 0;padding:16px 16px 16px 16px}.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:4px}.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:8px}.e-bigger .e-grid .e-ccdlg li.e-cclist,.e-grid.e-bigger .e-ccdlg li.e-cclist{padding:8px 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-bigger .e-grid .e-rowcell.e-frozen-right-border,.e-bigger .e-grid .e-headercell.e-frozen-right-border,.e-bigger .e-grid .e-filterbarcell.e-frozen-right-border,.e-grid.e-bigger .e-rowcell.e-frozen-right-border,.e-grid.e-bigger .e-headercell.e-frozen-right-border,.e-grid.e-bigger .e-filterbarcell.e-frozen-right-border{border-right:2px solid #86b7fe}.e-bigger .e-grid .e-rowcell.e-frozen-left-border,.e-bigger .e-grid .e-headercell.e-frozen-left-border,.e-bigger .e-grid .e-filterbarcell.e-frozen-left-border,.e-grid.e-bigger .e-rowcell.e-frozen-left-border,.e-grid.e-bigger .e-headercell.e-frozen-left-border,.e-grid.e-bigger .e-filterbarcell.e-frozen-left-border{border-left:2px solid #86b7fe}.e-bigger .e-grid .e-rowcell.e-freezeline,.e-bigger .e-grid .e-gridheader .e-filterbarcell.e-freezeline,.e-grid.e-bigger .e-rowcell.e-freezeline,.e-grid.e-bigger .e-gridheader .e-filterbarcell.e-freezeline{position:relative}.e-bigger .e-grid .e-rowcell .e-frozen-right-cursor,.e-bigger .e-grid .e-rowcell .e-frozen-left-cursor,.e-bigger .e-grid .e-gridheader .e-headercell .e-frozen-right-cursor,.e-bigger .e-grid .e-gridheader .e-headercell .e-frozen-left-cursor,.e-bigger .e-grid .e-gridheader .e-filterbarcell .e-frozen-right-cursor,.e-bigger .e-grid .e-gridheader .e-filterbarcell .e-frozen-left-cursor,.e-grid.e-bigger .e-rowcell .e-frozen-right-cursor,.e-grid.e-bigger .e-rowcell .e-frozen-left-cursor,.e-grid.e-bigger .e-gridheader .e-headercell .e-frozen-right-cursor,.e-grid.e-bigger .e-gridheader .e-headercell .e-frozen-left-cursor,.e-grid.e-bigger .e-gridheader .e-filterbarcell .e-frozen-right-cursor,.e-grid.e-bigger .e-gridheader .e-filterbarcell .e-frozen-left-cursor{cursor:move;height:100%;position:absolute;top:0;width:4px}.e-bigger .e-grid .e-rowcell .e-frozen-left-cursor,.e-bigger .e-grid .e-gridheader .e-headercell .e-frozen-left-cursor,.e-bigger .e-grid .e-gridheader .e-filterbarcell .e-frozen-left-cursor,.e-grid.e-bigger .e-rowcell .e-frozen-left-cursor,.e-grid.e-bigger .e-gridheader .e-headercell .e-frozen-left-cursor,.e-grid.e-bigger .e-gridheader .e-filterbarcell .e-frozen-left-cursor{right:0}.e-bigger .e-grid .e-rowcell .e-frozen-right-cursor,.e-bigger .e-grid .e-gridheader .e-headercell .e-frozen-right-cursor,.e-bigger .e-grid .e-gridheader .e-filterbarcell .e-frozen-right-cursor,.e-grid.e-bigger .e-rowcell .e-frozen-right-cursor,.e-grid.e-bigger .e-gridheader .e-headercell .e-frozen-right-cursor,.e-grid.e-bigger .e-gridheader .e-filterbarcell .e-frozen-right-cursor{left:0}.e-bigger .e-grid .e-gridheader .e-headercell .e-frozen-left-cursor.e-frozen-resize-cursor,.e-bigger .e-grid .e-gridheader .e-filterbarcell .e-frozen-left-cursor.e-frozen-resize-cursor,.e-bigger .e-grid .e-rowcell .e-frozen-left-cursor.e-frozen-resize-cursor,.e-grid.e-bigger .e-gridheader .e-headercell .e-frozen-left-cursor.e-frozen-resize-cursor,.e-grid.e-bigger .e-gridheader .e-filterbarcell .e-frozen-left-cursor.e-frozen-resize-cursor,.e-grid.e-bigger .e-rowcell .e-frozen-left-cursor.e-frozen-resize-cursor{right:3px}.e-bigger .e-grid .e-gridheader .e-headercell .e-frozen-right-cursor.e-frozen-resize-cursor:not(.e-frozen-default-cursor),.e-bigger .e-grid .e-gridheader .e-filterbarcell .e-frozen-right-cursor.e-frozen-resize-cursor:not(.e-frozen-default-cursor),.e-grid.e-bigger .e-gridheader .e-headercell .e-frozen-right-cursor.e-frozen-resize-cursor:not(.e-frozen-default-cursor),.e-grid.e-bigger .e-gridheader .e-filterbarcell .e-frozen-right-cursor.e-frozen-resize-cursor:not(.e-frozen-default-cursor){left:3px}.e-bigger .e-grid .e-frozen-helper,.e-grid.e-bigger .e-frozen-helper{border-left:2px solid #86b7fe;cursor:move;position:absolute;z-index:2}.e-bigger .e-grid .e-content.e-freezeline-moving,.e-grid.e-bigger .e-content.e-freezeline-moving{-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-grid{border-radius:1px;border-style:none solid solid;border-width:1px;display:block;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;height:auto;position:relative}.e-grid .e-gridheader{-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-grid .e-groupdroparea.e-sticky,.e-grid .e-toolbar.e-sticky,.e-grid .e-gridheader.e-sticky{position:sticky;z-index:10}.e-grid .e-gridheader.e-sticky .e-headercontent .e-reorderuparrow,.e-grid .e-gridheader.e-sticky .e-headercontent .e-reorderdownarrow,.e-grid .e-ccdlg.e-sticky{position:fixed;z-index:10}.e-grid .e-groupdroparea.e-sticky{opacity:1}.e-grid .e-gridheader .e-firstrow-dragborder,.e-grid.e-rtl .e-gridheader .e-firstrow-dragborder,.e-grid .e-gridcontent .e-lastrow-dragborder,.e-grid.e-rtl .e-gridcontent .e-lastrow-dragborder{bottom:0;background-color:#0d6efd;height:2px;position:absolute}.e-grid .e-grid-relative{position:relative}.e-grid .e-dropitemscount{border:1px solid #dee2e6;border-radius:17px;box-sizing:content-box;font-size:13px;line-height:normal;margin-left:-4px;min-width:12px;padding:3px 8px 4px;position:absolute;text-align:center;top:-14px;z-index:5}.e-grid.e-rtl .e-dropitemscount{left:-6px !important}.e-grid.e-rtl .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon{padding:0;margin:0}.e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop,.e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop{border-top:1px solid #dee2e6;border-right:1px solid #dee2e6;border-bottom:0}.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid .e-gridcontent .e-rowcell.e-dragborder,.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder,.e-grid .e-gridcontent .e-detailrowcollapse.e-dragborder,.e-grid .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid .e-gridheader .e-rowcell.e-dragborder,.e-grid .e-gridheader .e-rowdragdrop.e-dragborder,.e-grid .e-gridheader .e-detailrowcollapse.e-dragborder,.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder,.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder,.e-grid.e-rtl .e-gridcontent .e-detailrowcollapse.e-dragborder,.e-grid.e-rtl .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid.e-rtl .e-gridheader .e-rowcell.e-dragborder,.e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragborder,.e-grid.e-rtl .e-gridheader .e-detailrowcollapse.e-dragborder{box-shadow:0 2px 0 0 #0d6efd;position:relative;z-index:5}.e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop){font-size:14px}.e-grid .e-row .e-icon-rowdragicon::before{display:block;text-indent:10px;font-size:14px;font-weight:bold;color:#6c757d;opacity:.54}.e-grid .e-row .e-icon-rowdragmoveicon::before{font-size:14px;font-weight:bold}.e-grid .e-row .e-icon-rowdragmoveicon{padding-left:10px}.e-grid .e-draganddrop .e-rowcell,.e-grid.e-rtl .e-draganddrop .e-rowcell{padding-left:6px;padding-right:6px}.e-grid .e-gridcontent .e-rowdragdrop,.e-grid .e-gridheader .e-rowdragdrop{border-style:solid;border-width:1px 0 0 0;border-color:#dee2e6}.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:14px;text-indent:11px}.e-grid .e-toolbar{border-bottom:0;border-left:0;border-right:0;border-top:1px solid #dee2e6;border-radius:0}.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon{padding:0;min-width:32px;margin-right:0}.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before{font-size:14px}.e-grid .e-res-toolbar{border-bottom:1px solid;border-bottom-color:#dee2e6}.e-grid .e-res-toolbar .e-toolbar-items{min-height:initial}.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:hover,.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:active,.e-grid .e-res-toolbar .e-toolbar-items .e-tbar-btn:focus,.e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:hover,.e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:active,.e-grid .e-res-toolbar .e-toolbar-items .e-search-icon:focus,.e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:hover,.e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:active,.e-grid .e-res-toolbar .e-toolbar-items .e-sicon.e-clear-icon:focus{background:none}.e-grid .e-res-toolbar .e-toolbar-items .e-icons{color:#6c757d}.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item .e-tbar-btn .e-resfilter-icon{font-size:16px}.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::before,.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-input-group::after{background:none}.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper{width:100%;padding-left:18px;padding-right:18px}.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-search-icon{font-size:18px;font-size:16px;margin-top:0}.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-input-group{border:0;opacity:1;padding:0;padding-right:0;width:100%}.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-input-group .e-input{margin-top:0}.e-grid .e-res-toolbar .e-toolbar-items .e-toolbar-right .e-search-wrapper .e-input-group .e-search-icon{margin-top:0;padding-left:0}.e-grid .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper{padding-left:0}.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon{margin:0}.e-grid.e-bigger .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon::before{font-size:16px}.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper{padding-left:26px}.e-grid.e-rtl .e-res-toolbar .e-toolbar-items .e-responsive-right .e-search-wrapper .e-sicon.e-clear-icon{margin:0}.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper{padding-bottom:3px;padding-top:3px}.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search:focus{opacity:1}.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search{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:32px}.e-bigger .e-grid .e-group-animator .e-groupheadercell,.e-bigger .e-grid .e-group-animator .e-groupheadercell:hover{margin:15px 0 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:22px}.e-grid .e-group-animator .e-groupheadercell,.e-grid .e-group-animator .e-groupheadercell:hover{margin:12px 0 12px 0;border-bottom-width:1px}.e-grid .e-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:15px}.e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell{margin:12px 12px 12px 0}.e-grid .e-group-animator:first-child .e-groupheadercell{margin:12px 0 12px 12px}.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:12px;line-height:19px;padding:0;vertical-align:middle}.e-grid .e-group-animator .e-icon-drag.e-icons{margin-left:8px}.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:1}.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-groupdroparea.e-grouped{padding:0 0 4px}.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-verticallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell,.e-grid.e-default.e-hidelines .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:2px 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-verticallines .e-grouptopleftcell,.e-grid.e-default.e-bothlines .e-grouptopleftcell,.e-grid.e-default.e-hidelines .e-grouptopleftcell{border-top-width:0}.e-grid.e-default.e-verticallines .e-detailrowcollapse,.e-grid.e-default.e-verticallines .e-detailrowexpand,.e-grid.e-default.e-verticallines .e-rowdragdrop,.e-grid.e-default.e-hidelines .e-detailrowcollapse,.e-grid.e-default.e-hidelines .e-detailrowexpand,.e-grid.e-default.e-hidelines .e-rowdragdrop{border-top-width:0}.e-grid.e-default.e-horizontallines .e-grouptopleftcell{border-top:1px solid}.e-grid .e-gridheader .e-headercell .e-rhandler,.e-grid .e-gridheader .e-headercell .e-rsuppress{height:100%;position:absolute;right:0;top:0;width:4px}.e-grid .e-gridheader .e-frozenheader .e-headercell:last-child .e-rhandler:last-of-type,.e-grid .e-gridheader .e-frozenheader .e-headercell:last-child .e-rsuppress:last-of-type{border-right:0}.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-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-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-rhelper{position:absolute;width:1px}.e-grid .e-virtual-rhandler{z-index:1}.e-grid.e-device .e-ricon::before{border-bottom:6px solid rgba(0,0,0,0);border-right:6px solid;border-top:6px solid rgba(0,0,0,0);content:"";display:block;height:0;position:absolute;right:4px;top:4px;width:20px}.e-grid.e-device .e-ricon::after{border-bottom:6px solid rgba(0,0,0,0);border-left:6px solid;border-top:6px solid rgba(0,0,0,0);content:"";display:block;height:0;left:4px;position:absolute;top:4px;width:20px;z-index:3}.e-grid.e-rcursor,.e-grid .e-gridheader .e-stackedheadercell.e-rcursor,.e-grid .e-gridheader .e-rcursor{cursor:col-resize}.e-grid.e-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 none;display:block;font-size:14px;font-weight:700;height:18px;line-height:18px;margin:-7px -7px -7px -8px;overflow:hidden;padding:0 .4em;text-align:left;text-transform:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-grid .e-headercelldiv.e-headerchkcelldiv{overflow:visible}.e-grid .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv{padding:0 .6em}.e-grid .e-gridheader .e-headercontent .e-centeralign .e-headercelldiv.e-headerchkcelldiv{padding:0 .6em}.e-grid .e-headercell,.e-grid .e-headercell.e-stackedheadercell,.e-grid .e-headercell.e-defaultcursor{cursor:default}.e-grid .e-headercell.e-mousepointer,.e-grid .e-headercell.e-stackedheadercell.e-mousepointer{cursor:pointer}.e-grid .e-gridheader .e-headercell,.e-grid .e-gridheader .e-detailheadercell{-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-grid .e-gridcontent tr:first-child td{border-top:0 none}.e-grid .e-gridheader tr:first-child th{border-top:0 none}.e-grid .e-gridheader tr th:last-child.e-filterbarcell{padding-right:2px}.e-grid .e-gridheader tr th:last-child{padding-right:8px}.e-grid .e-gridheader tr th:first-child{padding-left:8px}.e-grid .e-gridheader tr th:first-child.e-filterbarcell{padding-left:2px}.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-headercell,.e-grid .e-detailheadercell{border-style:solid;border-width:0;font-size:14px;font-weight:700;height:34px;overflow:hidden;padding:8px 8px 8px;position:relative;text-align:left}.e-grid.e-device .e-headercell{padding:0 12px 8px}.e-grid.e-device .e-headercell:first-child{padding:0 12px 8px 16px}.e-grid.e-device .e-headercell:last-child{padding:0 16px 8px 12px}.e-grid .e-rowcell{border-style:solid;border-width:1px 0 0;display:table-cell;font-size:14px;line-height:22px;overflow:hidden;padding:6px 8px;vertical-align:middle;white-space:nowrap;width:auto}.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,.e-grid .e-movableheader table .e-insertedrow td.e-rowcell,.e-grid .e-movablecontent table .e-insertedrow td.e-rowcell,.e-grid:not(.e-grid-min-height) .e-gridcontent .e-content tr.e-insertedrow .e-rowcell:empty,.e-grid .e-row.e-emptyrow{height:35px}.e-grid .e-editedrow .e-input-group input.e-input,.e-grid .e-editedrow .e-input-group.e-control-wrapper input.e-input,.e-grid .e-addedrow .e-input-group input.e-input,.e-grid .e-addedrow .e-input-group.e-control-wrapper input.e-input{min-height:unset}.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty{height:34px}.e-grid.e-afenabled .e-movablecontent,.e-grid.e-afenabled .e-frozencontent,.e-grid.e-afenabled .e-movableheader,.e-grid.e-afenabled .e-frozenheader,.e-grid.e-afenabled .e-headercontent,.e-grid.e-enabledboxbdr .e-movablecontent,.e-grid.e-enabledboxbdr .e-frozencontent,.e-grid.e-enabledboxbdr .e-movableheader,.e-grid.e-enabledboxbdr .e-frozenheader,.e-grid.e-enabledboxbdr .e-headercontent{position:relative}.e-grid .e-rowcell:first-child,.e-grid .e-summarycell:first-child{padding-left:8px}.e-grid .e-rowcell:last-child,.e-grid .e-summarycell:last-child{padding-right:8px}.e-grid .e-unboundcell,.e-grid .e-editedrow .e-normaledit .e-unboundcell,.e-grid .e-addedrow .e-normaledit .e-unboundcell{padding-bottom:4px;padding-top:4px}.e-grid .e-unboundcelldiv>button{margin:0 4px}.e-grid .e-unboundcelldiv{margin:0 -3.5px}.e-grid .e-summarycell{border-style:solid;border-width:1px 0 0;font-size:14px;font-weight:700;height:auto;line-height:14px;padding:6px 8px;white-space:normal;word-wrap:break-word}.e-grid .e-summarycontent{display:-ms-flexbox;display:flex}.e-grid .e-summarycontent .e-frozenfootercontent{float:left;width:min-content}.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:#dee2e6}.e-grid .e-summarycontent .e-movablefootercontent{height:inherit;overflow:hidden;-ms-flex:1;flex:1}.e-grid .e-summarycontent .e-indentcell{border-width:1px 0 0}.e-grid .e-summarycontent .e-detailindentcelltop{border-width:1px 0 0}.e-grid.e-device .e-rowcell,.e-grid.e-device .e-summarycell{padding:6px 12px}.e-grid.e-device .e-rowcell:first-child,.e-grid.e-device .e-summarycell:first-child{padding:6px 12px 6px 16px}.e-grid.e-device .e-rowcell:last-child,.e-grid.e-device .e-summarycell:last-child{padding:6px 16px 6px 12px}.e-grid td.e-rowcell.e-checkbox{padding:8px 8px}.e-grid td.e-rowcell.e-checkbox input[type=checkbox]{margin-top:0}.e-grid.e-default .e-rowcell.e-lastrowcell{border-bottom-width:1px}.e-grid.e-default .e-detailrowcollapse.e-lastrowcell{border-bottom-width:1px}.e-grid.e-default .e-detailrow .e-lastrowcell{border-bottom:1px solid;border-bottom-color:#dee2e6}.e-grid.e-bothlines .e-rowcell.e-lastrowcell{border-bottom-width:1px}.e-grid.e-bothlines .e-rowcell{border-width:1px 0 0 1px}.e-grid .e-gridheader table th[rowspan],.e-grid.e-device .e-gridheader table th[rowspan]{padding-bottom:13px;vertical-align:bottom}.e-grid .e-emptyrow td{line-height:22px;padding:.7em}.e-grid.e-responsive .e-rowcell,.e-grid.e-responsive .e-headercelldiv{text-overflow:ellipsis;white-space:nowrap}.e-grid.e-responsive .e-rowcell.e-gridchkbox,.e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv{text-overflow:clip}.e-grid.e-default .e-headercell,.e-grid.e-default .e-detailheadercell{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-headercell,.e-grid.e-default.e-verticallines .e-detailheadercell{border-width:0 0 0 1px}.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell{border-bottom:1px solid}.e-grid.e-default .e-stackedheadercell{border-width:1px 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-headercell,.e-grid.e-default.e-bothlines .e-detailheadercell{border-width:0 0 0 1px}.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 tr td:first-child,.e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border),.e-grid.e-default tr th.e-detailheadercell:first-child,.e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border){border-left-width:0}.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst{border-left-width:0}.e-grid .e-hide{display:none}.e-grid .e-rowcell,.e-grid .e-gridcontent,.e-grid .e-gridheader,.e-grid .e-headercontent,.e-grid .e-groupdroparea,.e-grid .e-gridfooter,.e-grid .e-summarycontent{overflow:hidden;vertical-align:middle}.e-grid .e-sortfilterdiv{float:right;height:18px;margin:-10px -2px -12px 8px;padding:2px;width:18px}.e-grid .e-gridheader .e-rightalign .e-sortfilterdiv{float:left;margin:-10px 8px -12px -2px}.e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv,.e-grid .e-gridheader .e-rightalign .e-stackedheadercelldiv{padding:0 8px 0}.e-grid .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv{margin:-5px 20px -5px 8px}.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv{margin:-5px 20px -5px -5px}.e-grid .e-gridheader .e-sortfilter .e-headercelldiv,.e-grid .e-gridheader .e-stackedheadercelldiv{padding:0 20px 0 5px}.e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv{padding-left:8px}.e-grid .e-filtermenudiv{float:right;margin:-12px -2px -12px 8px;padding:2px;text-align:right}.e-grid .e-filtermenudiv:hover{cursor:pointer}.e-grid.e-print-grid-layout .e-pager,.e-grid.e-print-grid-layout .e-filterbar,.e-grid.e-print-grid-layout .e-icons:not(.e-frame),.e-grid.e-print-grid-layout .e-grouptopleftcell,.e-grid.e-print-grid-layout .e-recordpluscollapse,.e-grid.e-print-grid-layout .e-indentcell,.e-grid.e-print-grid-layout .e-recordplusexpand{display:none}.e-grid.e-print-grid-layout .e-indentcell.e-detailindentcelltop{display:table-cell}.e-grid.e-print-grid-layout .e-content{overflow-y:hidden}.e-grid.e-print-grid-layout .e-grouptext{width:auto}.e-grid.e-print-grid-layout .e-detailcell{padding:.8em .6em}.e-grid.e-print-grid{left:-1000px;top:-1000px}.e-grid .e-flmenu-valuediv{padding:14px 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:14px;height:16px;line-height:14px;margin:1px 10px 1px 8px;text-align:center;width:16px}.e-grid .e-gridheader .e-fltr-icon .e-sortnumber{margin:1px 8px 1px 8px}.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortnumber{float:left;margin:1px 8px 0 10px}.e-grid .e-gridheader .e-rightalign .e-sortnumber{float:left;margin:1px 8px 0 22px}.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv{margin:-13px 24px -12px 8px}.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv{margin:-13px 8px -12px -2px}.e-grid.e-wrap .e-gridheader .e-rightalign .e-sortnumber{margin:3px 2px 0 10px}.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-movableheader .e-editcell.e-normaledit,.e-grid .e-frozenheader .e-editcell.e-normaledit{border-top-color:rgba(0,0,0,0)}.e-grid .e-columnmenu{position:absolute;right:23px;float:right;margin:-12px -18px -12px 8px;padding:2px}.e-grid.e-wrap .e-columnmenu{margin:-19px -20px -20px -20px}.e-grid.e-rtl .e-columnmenu{left:23px;right:auto;margin:-12px 8px -12px -22px}.e-grid.e-wrap.e-rtl .e-columnmenu{margin:-17px -13px -23px -25px}.e-grid [class^=e-]{box-sizing:border-box}.e-grid .e-rowdragdropcell{border-style:solid;border-width:1px 0 0}.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-rowcell,.e-grid.e-verticallines .e-filterbarcell{border-width:0 0 0 1px}.e-grid.e-hidelines .e-rowcell,.e-grid.e-horizontallines .e-headercell,.e-grid.e-hidelines .e-headercell,.e-grid.e-horizontallines .e-detailheadercell,.e-grid.e-hidelines .e-detailheadercell,.e-grid.e-hidelines tr th.e-firstcell,.e-grid.e-hidelines .e-filterbarcell{border-width:0}.e-grid.e-horizontallines .e-headercell.e-stackedheadercell{border-width:0 0 1px 1px}.e-grid.e-horizontallines .e-rowcell{border-width:1px 0 0}.e-grid.e-horizontallines .e-filterbarcell{border-width:1px 0 0}.e-grid.e-horizontallines .e-rowcell.e-lastrowcell,.e-grid.e-verticallines .e-rowcell.e-lastrowcell,.e-grid.e-hidelines .e-rowcell.e-lastrowcell{border-bottom-width:1px}.e-grid.e-horizontallines .e-detailrowvisible,.e-grid.e-verticallines .e-detailrowvisible,.e-grid.e-hidelines .e-detailrowvisible,.e-grid.e-bothlines .e-detailrowvisible{border-left-width:0}.e-grid.e-verticallines .e-firstchildrow .e-rowcell,.e-grid.e-verticallines .e-firstchildrow .e-detailrowcollapse,.e-grid.e-verticallines .e-firstchildrow .e-detailrowexpand,.e-grid.e-hidelines .e-firstchildrow .e-rowcell,.e-grid.e-hidelines .e-firstchildrow .e-detailrowcollapse,.e-grid.e-hidelines .e-firstchildrow .e-detailrowexpand{border-top-width:1px}.e-grid .e-filterbarcell .e-icons::before{display:block;margin:0 auto}.e-grid .e-filterbarcell .e-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:34px;overflow:hidden;padding:1px 2px;vertical-align:middle}.e-grid .e-rowdragheader{border-color:#dee2e6;border-style:solid;border-width:1px 0 0}.e-grid .e-filterbarcell input{border-radius:4px;border-style:solid;border-width:0;font-size:14px;font-weight:normal;height:32px;padding-right:24px;text-indent:1px;width:100%}.e-grid.e-device .e-filterbarcell{padding:6px 12px}.e-grid.e-device .e-filterbarcell:first-child{padding:6px 12px 6px 16px}.e-grid.e-device .e-filterbarcell:last-child{padding:6px 16px 6px 12px}.e-grid .e-searchclear{float:right;position:relative}.e-grid.e-rtl .e-searchclear{float:left;position:relative}.e-grid .e-checkboxlist{height:200px;margin-top:5px;min-height:160px;overflow-y:auto}.e-grid .e-checkfltrnmdiv{height:60px;padding:23px;text-align:center}.e-grid .e-checkboxlist>span{padding-left:8px}.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;position:relative;top:-2px}.e-grid .e-dialog.e-checkboxfilter,.e-grid .e-dialog.e-flmenu{min-width:250px}.e-grid .e-dialog.e-checkboxfilter .e-dlg-content,.e-grid .e-dialog.e-flmenu .e-dlg-content{border-radius:6px}.e-grid .e-dialog.e-checkboxfilter{min-height:307px}.e-grid .e-checkboxfilter .e-searchbox{display:block}.e-grid .e-checkboxfilter .e-dlg-content{padding-left:6px}.e-grid .e-checkboxfilter .e-ftrchk,.e-grid .e-checkboxfilter .e-searchbox{padding-left:8px}.e-grid .e-ftrchk{padding-bottom:8px;padding-top:8px}.e-grid .e-filterdiv,.e-grid .e-fltrtempdiv{padding:0;position:relative;text-align:center;width:100%}.e-grid .e-pager{border-bottom:rgba(0,0,0,0);border-left:rgba(0,0,0,0);border-right:rgba(0,0,0,0)}.e-grid .e-gridpopup{font-weight:normal;position:absolute;-webkit-user-select:none;-ms-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 rgba(0,0,0,0);cursor:pointer;display:inline-block;height:26px;padding:4px;width:26px}.e-grid .e-gridpopup .e-tail::before,.e-grid .e-gridpopup .e-tail::after{border:10px solid rgba(0,0,0,0);content:"";height:0;left:8px;position:absolute;width:0}.e-grid .e-gridpopup .e-downtail::after{top:34px}.e-grid .e-gridpopup .e-uptail::after{top:-17px}.e-grid .e-gridpopup .e-uptail::before{top:-19px}.e-grid .e-gridpopup .e-sortdirect,.e-grid .e-gridpopup .e-rowselect{line-height:18px;text-indent:1px}.e-grid .e-cloneproperties{border-style:solid;border-width:1px;box-shadow:0 .8px 16px rgba(0,0,0,.15);font-size:14px;font-weight:400;opacity:1;overflow:hidden;padding:2px 8px 1px;text-align:left;-webkit-user-select:none;-ms-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:14px;font-weight:normal;overflow:visible}.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-grabcur{cursor:grabbing}.e-grid .e-cloneproperties.e-headerclone table{border-spacing:0}.e-grid .e-headerclone{border-radius:0;font-size:14px;font-weight:400;line-height:29px}.e-grid .e-draganddrop{border-width:0 1px 1px;font-weight:normal;padding:0}.e-grid .e-draganddrop .e-rowcell{opacity:.95}.e-grid.e-default .e-gridheader th.e-firstcell,.e-grid.e-default .e-gridheader th.e-laststackcell{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-reorderuparrow,.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow{font-size:10px;margin-left:-3px;margin-top:-7px;position:absolute;z-index:10}.e-grid .e-gridheader .e-headercontent .e-reorderuparrow{margin-top:-7px}.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow{margin-top:4px}.e-grid td.e-active{font-weight:400}.e-grid td.e-cellselectionbackground{font-weight:400}.e-grid .e-groupdroparea{height:auto;line-height:normal;min-height:36px}.e-grid .e-griddragarea{border:1px solid;opacity:.6;position:absolute}.e-grid .e-gdclone{border-radius:4px;padding:2px}.e-grid .e-content{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:scroll;position:relative}.e-grid.e-ungroupdrag .e-columnheader,.e-grid.e-ungroupdrag .e-groupdroparea,.e-grid.e-rowdrag .e-columnheader,.e-grid.e-rowdrag .e-groupdroparea{cursor:not-allowed}.e-grid .e-groupdroparea,.e-grid.e-ungroupdrag .e-gridcontent,.e-grid.e-rowdrag .e-gridcontent{cursor:default}.e-grid .e-groupdroparea{border-style:solid none;border-width:1px 0 0}.e-grid .e-groupdroparea{border-top-width:1px;font-size:14px;font-weight:normal;opacity:1;padding:9px 0;text-align:center;text-indent:1pt;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.e-grid .e-grouptext{display:inline-block;margin-right:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto}.e-grid .e-grid-icon{float:left}.e-grid .e-groupheadercell,.e-grid .e-groupheadercell:hover{border:1px;border-collapse:collapse;border-radius:0;cursor:pointer;font-size:14px;font-weight:normal;height:32px;margin:4px 0 0 5px;overflow:hidden;padding:5px 0;vertical-align:middle}.e-grid .e-groupheadercell:hover{border:1px;padding:5px 0}.e-grid .e-groupheadercell span{display:inline-block;float:left;height:22px;line-height:25px;padding:0 8px;vertical-align:middle}.e-grid .e-groupheadercell .e-grouptext{line-height:22px}.e-grid .e-groupheadercell .e-ungroupbutton{font-size:14px;line-height:20px}.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:14px}.e-grid .e-groupheadercell .e-icons::before{display:inline}.e-grid .e-groupsort,.e-grid .e-ungroupbutton,.e-grid .e-toggleungroup{font-size:14px;margin-left:-8px}.e-grid .e-groupsort{margin-right:0;margin-top:-0.5px}.e-grid span.e-ungroupbutton.e-icons{margin-left:-12px;margin-top:2px;padding-right:8px}.e-grid .e-grptogglebtn{padding:7px}.e-grid .e-icon-gdownarrow{font-size:14px;text-indent:11px}.e-grid .e-icon-grightarrow{font-size:14px;text-indent:11px}.e-grid .e-recordplusexpand{padding-top:5px}.e-grid .e-indentcell{border-style:solid;border-width:0 1px 0 0}.e-grid .e-indentcell.e-indentcelltop,.e-grid .e-indentcell.e-detailindentcelltop{border-width:1px 0 0}.e-grid .e-recordplusexpand,.e-grid .e-recordpluscollapse{border-style:solid;border-width:1px 0 0;cursor:pointer}.e-grid .e-groupcaption{border-style:solid;border-width:1px 0 0;display:table-cell;font-size:14px;line-height:22px;overflow:hidden;padding:.5em;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:auto}.e-grid .e-virtualtable .e-groupcaption{line-height:22px;padding:6px 8px}.e-grid .e-autofill{border:1px solid;height:8px;position:absolute;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:8px}.e-grid .e-headercontent{border-style:solid;border-width:0}.e-grid .e-stackedheadercell{border-width:1px 0 1px 1px;white-space:nowrap}.e-grid .e-noselect{-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn{font-size:14px;line-height:3}.e-grid .e-toolbar .e-toolbar-items .e-toolbar-right .e-cc-toolbar .e-tbar-btn .e-columnchooser-btn{margin-top:4px}.e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar{margin-top:0;padding:3px}.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:2px;padding-top:2px}.e-grid .e-gridcontent .e-normaledit .e-rowcell.e-lastrowadded{border-bottom:1px solid #dee2e6;border-top:0 none #dee2e6}.e-grid .e-normaledit{border-top:0;padding:0}.e-grid .e-gridcontent .e-normaledit .e-rowcell{border-top:1px solid}.e-grid:not(.e-row-responsive) .e-gridcontent tr.e-row:first-child .e-rowcell{border-top:0}.e-grid.e-device .e-editedbatchcell.e-rowcell,.e-grid .e-editedbatchcell.e-rowcell,.e-grid.e-device .e-gridcontent .e-normaledit .e-rowcell{padding-bottom:0;padding-top:0}.e-grid .e-editedbatchcell,.e-grid td.e-boolcell{padding-left:8px;padding-right:8px}.e-grid td.e-boolcell input{margin:3px 3px 3px 4px}.e-grid td.e-boolcell.e-rowcell{padding-bottom:5px;padding-top:5px}.e-grid .e-dialog .e-gridform .e-rowcell{border:0;padding:0}.e-grid .e-row .e-input-group .e-input.e-field,.e-grid .e-row .e-input-focus .e-input.e-field{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;padding-bottom:1px;padding-top:2px}.e-grid .e-row .e-input-group{margin-bottom:2px;margin-top:2px;vertical-align:middle}.e-grid .e-defaultcell.e-ralign,.e-grid .e-editedrow .e-defaultcell.e-ralign,.e-grid .e-defaultcell.e-ralign:focus,.e-grid .e-editedrow .e-defaultcell.e-ralign:focus{padding-right:10px}.e-grid .e-dlg-content .e-defaultcell.e-ralign,.e-grid .e-dlg-content .e-defaultcell.e-ralign:focus{padding-right:0}.e-grid .e-hiddenrow{display:none}.e-grid .e-columnchooserdiv{float:right;margin:-12px}.e-grid .e-ccdlg .e-dlg-content{margin:40px 0 0;overflow:visible;padding:14px 14px 14px 14px}.e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard{padding-left:8px}.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:7px 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:1px;left:1px;opacity:.6;position:absolute;right:0;top:-41px}.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-icons{float:right;opacity:.6;padding:6px 5px}.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-cc-cancel{font-size:14px;padding:5px 5px 6px}.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus{opacity:1}.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus span.e-ccsearch-icon.e-icons{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:6px;padding-left:4px;padding-top:6px}.e-grid .e-checkboxfiltertext{width:150px;word-break:normal}.e-grid .e-frozenhdrcont .e-headercontent>.e-table,.e-grid .e-frozenhdrcont .e-frozenheader>.e-table,.e-grid .e-frozenhdrcont .e-movableheader>.e-table,.e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable>.e-table{border-bottom:3px solid}.e-grid .e-frozenheader>.e-table,.e-grid .e-frozencontent>.e-table,.e-grid .e-frozenheader .e-virtualtable>.e-table,.e-grid .e-frozencontent .e-virtualtable>.e-table{border-left:0;border-right:3px solid}.e-grid .e-frozenheader.e-frozen-right-header>.e-table,.e-grid .e-frozencontent.e-frozen-right-content>.e-table,.e-grid .e-rowcell .e-frozen-default-cursor,.e-grid .e-gridheader .e-headercell .e-frozen-default-cursor,.e-grid .e-gridheader .e-filterbarcell .e-frozen-default-cursor{border-left:3px solid;border-right:0}.e-grid .e-frozenheader{float:left;width:min-content}.e-grid .e-frozenheader.e-frozen-right-header{float:right}.e-grid.e-rtl .e-frozenheader>.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-frozencontent .e-virtualtable>.e-table{border-left:3px solid;border-right:0}.e-grid.e-rtl .e-frozenheader.e-frozen-right-header>.e-table,.e-grid.e-rtl .e-frozencontent.e-frozen-right-content>.e-table{border-left:0;border-right:3px solid}.e-grid.e-rtl .e-frozenheader{float:right}.e-grid.e-rtl .e-frozenheader.e-frozen-right-header{float:left}.e-grid.e-rtl .e-frozencontent{float:right}.e-grid.e-rtl .e-frozen-right-content{float:left}.e-grid.e-rtl .e-frozenfootercontent{float:right}.e-grid.e-rtl .e-frozen-right-footercontent{float:left}.e-grid .e-movableheader{overflow:hidden}.e-grid .e-frozenhdrcont{-ms-touch-action:none}.e-grid .e-frozencontent{-ms-touch-action:none;border-bottom-width:1px;float:left;width:min-content}.e-grid .e-frozen-right-content{float:right}.e-grid .e-movablecontent{-ms-overflow-style:none;-ms-flex:1;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 #dee2e6}.e-grid .e-movablescrollbar{-ms-flex:1;flex:1;overflow:hidden;overflow-x: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-checkboxfilter .e-dlg-content{padding-left:14px;padding-right:6px}.e-grid.e-rtl .e-checkboxfilter .e-ftrchk,.e-grid.e-rtl .e-checkboxfilter .e-searchbox{padding-left:0;padding-right:8px}.e-grid.e-rtl .e-headercell,.e-grid.e-rtl .e-detailheadercell{border-width:0;text-align:right}.e-grid.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv,.e-grid.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv.e-headerchkcelldiv,.e-grid.e-rtl .e-detailheadercell.e-fltr-icon .e-headercelldiv,.e-grid.e-rtl .e-detailheadercell.e-fltr-icon .e-headercelldiv.e-headerchkcelldiv{padding:0 .4em 0 2.8em;text-align:right}.e-grid.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber,.e-grid.e-rtl .e-headercell.e-fltr-icon .e-headercelldiv.e-headerchkcelldiv .e-sortnumber,.e-grid.e-rtl .e-detailheadercell.e-fltr-icon .e-headercelldiv .e-sortnumber,.e-grid.e-rtl .e-detailheadercell.e-fltr-icon .e-headercelldiv.e-headerchkcelldiv .e-sortnumber{float:left;margin:1px 0 0 12px}.e-grid.e-rtl .e-headercell .e-headercelldiv,.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv,.e-grid.e-rtl .e-detailheadercell .e-headercelldiv,.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv{padding:0 .4em 0 2.8em;text-align:right}.e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber,.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber,.e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber,.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber{float:left;margin:1px 0 0 -10px}.e-grid.e-rtl .e-headercell .e-filterbarcell input,.e-grid.e-rtl .e-detailheadercell .e-filterbarcell input{border-width:0}.e-grid.e-rtl .e-headercell .e-sortfilterdiv,.e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv{float:left;margin:-10px 8px -12px -2px}.e-grid.e-rtl .e-headercell.e-leftalign.e-headercell.e-fltr-icon .e-headercelldiv,.e-grid.e-rtl .e-detailheadercell.e-leftalign.e-headercell.e-fltr-icon .e-headercelldiv{margin-left:10px}.e-grid.e-rtl .e-headercell.e-leftalign.e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber,.e-grid.e-rtl .e-detailheadercell.e-leftalign.e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber{margin:1px 8px 0 0}.e-grid.e-rtl .e-headercell.e-leftalign.e-headercell.e-fltr-icon .e-filtermenudiv,.e-grid.e-rtl .e-detailheadercell.e-leftalign.e-headercell.e-fltr-icon .e-filtermenudiv{margin-left:-2px}.e-grid.e-rtl .e-headercell.e-leftalign .e-sortfilterdiv,.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-sortfilterdiv{float:right;margin:-10px 2px}.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv,.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv{padding:0 25px 0 .7em}.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv .e-sortnumber,.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv .e-sortnumber{float:right;margin:1px 8px 0 0}.e-grid.e-rtl .e-headercell.e-fltr-icon.e-rightalign .e-sortnumber,.e-grid.e-rtl .e-detailheadercell.e-fltr-icon.e-rightalign .e-sortnumber{float:left;margin:1px 0 0 12px}.e-grid.e-rtl .e-headercell.e-rightalign .e-sortnumber,.e-grid.e-rtl .e-detailheadercell.e-rightalign .e-sortnumber{float:left;margin:1px 0 0 22px}.e-grid.e-rtl .e-rowcell:first-child,.e-grid.e-rtl .e-summarycell:first-child{padding-right:8px}.e-grid.e-rtl .e-rowcell:last-child,.e-grid.e-rtl .e-summarycell:last-child{padding-left:8px}.e-grid.e-rtl.e-wrap .e-gridheader .e-rightalign .e-sortnumber{margin:3px 5px 0 2px}.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:-30px 5px}.e-grid.e-rtl.e-wrap .e-gridheader .e-rightalign .e-sortfilterdiv{margin:-30px 17px}.e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv{margin:-13px 8px -13px 24px}.e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv{margin:-13px 8px -12px 24px}.e-grid.e-rtl .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv{margin:-5px}.e-grid.e-rtl .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv{margin:-5px}.e-grid.e-rtl.e-verticallines .e-grouptopleftcell,.e-grid.e-rtl.e-bothlines .e-grouptopleftcell,.e-grid.e-rtl.e-hidelines .e-grouptopleftcell{border-top:0}.e-grid.e-rtl .e-grouptopleftcell{border-top:2px solid}.e-grid.e-rtl .e-grouptext{margin-left:0;margin-right:0}.e-grid.e-rtl .e-groupheadercell span{float:right;padding:0 8px}.e-grid.e-rtl.e-horizontallines .e-grouptopleftcell{border-top:1px solid}.e-grid.e-rtl .e-rowcell{border-width:1px 0 0}.e-grid.e-rtl .e-filterbarcell,.e-grid.e-rtl .e-filterbarcelldisabled{border-width:1px 0 0}.e-grid.e-rtl .e-lastrowcell{border-width:1px 1px 1px 0}.e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv{margin:-10px 8px -12px -2px}.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:last-child{padding-left:8px;padding-right:8px}.e-grid.e-rtl.e-default .e-gridheader tr th:first-child{padding-left:8px;padding-right:8px}.e-grid.e-rtl.e-default th:first-child .e-grid.e-rtl.e-default .e-headercell,.e-grid.e-rtl.e-default .e-detailheadercell{border-width:0}.e-grid.e-rtl.e-default .e-rowcell{border-width:1px 0 0}.e-grid.e-rtl.e-default.e-verticallines .e-headercell,.e-grid.e-rtl.e-default.e-verticallines .e-rowcell,.e-grid.e-rtl.e-default.e-verticallines .e-filterbarcell,.e-grid.e-rtl.e-default.e-verticallines .e-detailheadercell,.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-firstcell{border-width:0 0 0 1px}.e-grid.e-rtl.e-default.e-verticallines tr th:first-child:not(.e-firstcell){border-left-width:1px}.e-grid.e-rtl.e-default .e-stackedheadercell,.e-grid.e-rtl.e-default.e-horizontallines .e-stackedheadercell{border-width:0 1px 1px 0}.e-grid.e-rtl.e-default .e-gridheader th.e-firstcell,.e-grid.e-rtl.e-default.e-horizontallines .e-gridheader th.e-firstcell{border-left-width:0;border-right-width:1px}.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-firstcell{border-left-width:1px;border-right-width:0}.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader,.e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader{border-left:0}.e-grid.e-rtl.e-default.e-hidelines .e-gridheader th.e-firstcell{border-left:0;border-right:0}.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader,.e-grid.e-rtl.e-default.e-horizontallines .e-gridheader .e-headercell.e-firstheader{border-right:1px solid}.e-grid.e-rtl.e-default.e-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-detailcell,.e-grid.e-rtl.e-default.e-bothlines .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-ungroupbutton,.e-grid.e-rtl .e-toggleungroup{margin-left:0;margin-right:-10px}.e-grid.e-rtl span.e-ungroupbutton.e-icons{margin-left:0;margin-right:-12px;padding-top:0}.e-grid.e-rtl.e-default.e-bothlines .e-headercell,.e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell{border-width:0 0 0 1px}.e-grid.e-rtl.e-default.e-bothlines .e-dragheadercell,.e-grid.e-rtl.e-default.e-bothlines .e-rowdragheader,.e-grid.e-rtl.e-default.e-bothlines .e-cloneproperties.e-draganddrop td.e-rowdragdrop,.e-grid.e-rtl.e-default.e-verticallines .e-cloneproperties.e-draganddrop td.e-rowdragdrop{border-left:1px solid #dee2e6;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{border-width:1px 0 0 1px}.e-grid.e-rtl.e-bothlines .e-rowcell,.e-grid.e-rtl.e-bothlines .e-rowcell.e-lastrowcell{border-width:1px 0 0 1px}.e-grid.e-rtl.e-verticallines .e-rowcell,.e-grid.e-rtl.e-verticallines .e-filterbarcell{border-width:1px 0 0 1px}.e-grid.e-rtl.e-hidelines .e-rowcell,.e-grid.e-rtl.e-hidelines .e-headercell,.e-grid.e-rtl.e-hidelines .e-detailheadercell,.e-grid.e-rtl.e-hidelines .e-filterbarcell{border-width:0}.e-grid.e-rtl.e-horizontallines .e-rowcell{border-width:1px 0 0}.e-grid.e-rtl.e-horizontallines .e-filterbarcell{border-width:1px 0 0}.e-grid.e-rtl.e-horizontallines .e-rowcell.e-lastrowcell,.e-grid.e-rtl.e-verticallines .e-rowcell.e-lastrowcell,.e-grid.e-rtl.e-hidelines .e-rowcell.e-lastrowcell{border-bottom-width:1px}.e-grid.e-rtl.e-verticallines .e-firstchildrow .e-rowcell,.e-grid.e-rtl.e-hidelines .e-firstchildrow .e-rowcell{border-top-width:1px}.e-grid.e-rtl .e-groupheadercell .e-icons::before{display:inline-block}.e-grid.e-rtl .e-groupheadercell .e-cancel{padding-left:23px;padding-right:0;padding-top:2px}.e-grid.e-rtl .e-groupheadercell,.e-grid.e-rtl .e-groupheadercell:hover{margin-left:0;margin-right:5px;padding:5px 0}.e-grid.e-rtl .e-groupheadercell,.e-grid.e-rtl .e-groupheadercell:hover{float:right}.e-grid.e-rtl .e-groupdroparea{text-align:center}.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-row .e-input.e-defaultcell.e-ralign,.e-grid.e-rtl .e-defaultcell.e-ralign:focus,.e-grid.e-rtl .e-editedrow .e-defaultcell.e-ralign:focus{padding-left:10px}.e-grid.e-rtl .e-detailindentcell{border-left-style:solid;border-left-width:1px;border-right-width:0}.e-grid.e-rtl .e-filtermenudiv{float:left;margin:-12px 8px -12px -2px;padding:2px}.e-grid.e-wrap .e-rowcell,.e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv,.e-grid.e-wrap .e-columnheader .e-headercelldiv{height:Auto;line-height:21px;overflow-wrap:break-word;text-overflow:clip;white-space:normal;word-wrap:break-word}.e-grid.e-wrap .e-stackedheader .e-columnheader .e-stackedheadercelldiv,.e-grid.e-wrap .e-stackedheader .e-columnheader .e-headercelldiv{max-height:36px}.e-grid.e-wrap .e-columnheader .e-headercelldiv,.e-grid .e-columnheader.e-wrap .e-headercelldiv{margin-bottom:2px;margin-top:0}.e-grid.e-wrap .e-columnheader .e-filtermenudiv{line-height:18px}.e-grid .e-columnheader.e-wrap .e-filtermenudiv{line-height:18px}.e-grid .e-columnheader.e-wrap .e-headercelldiv,.e-grid .e-columnheader.e-wrap .e-stackedheadercelldiv,.e-grid .e-gridcontent.e-wrap .e-rowcell,.e-grid .e-frozenhdrcont.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:-30px 10px}.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv,.e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv{margin:-30px -5px}.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv,.e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv{margin:-27px 20px -29px 0}.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:-28px 0}.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-rowcell.e-gridclip,.e-grid.e-responsive .e-gridclip .e-headercelldiv,.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 th.e-headercell.e-stackedheadercell,.e-grid.e-resize-lines th.e-headercell.e-firstcell,.e-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell,.e-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell{border-left:0;border-right:0;border-top:0}.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,.e-grid.e-resize-lines.e-rtl 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]{border-left:0}.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor,.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-laststackcell .e-rhandler.e-rcursor{border-left:0}.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan]{border-right:0}.e-grid.sf-grid .e-table{border-spacing:.25px}.e-grid.sf-grid .e-rowcell.e-frozen-right-border,.e-grid.sf-grid .e-headercell.e-frozen-right-border,.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border{border-right:2px solid #86b7fe}.e-grid.sf-grid .e-rowcell.e-frozen-left-border,.e-grid.sf-grid .e-headercell.e-frozen-left-border,.e-grid.sf-grid .e-filterbarcell.e-frozen-left-border{border-left:2px solid #86b7fe}.e-grid.sf-grid .e-rowcell.e-freezeline,.e-grid.sf-grid .e-gridheader .e-filterbarcell.e-freezeline{position:relative}.e-grid.sf-grid .e-rowcell .e-frozen-right-cursor,.e-grid.sf-grid .e-rowcell .e-frozen-left-cursor,.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-right-cursor,.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-left-cursor,.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-right-cursor,.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-left-cursor{cursor:move;height:100%;position:absolute;top:0;width:4px}.e-grid.sf-grid .e-rowcell .e-frozen-left-cursor,.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-left-cursor,.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-left-cursor{right:0}.e-grid.sf-grid .e-rowcell .e-frozen-right-cursor,.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-right-cursor,.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-right-cursor{left:0}.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-left-cursor.e-frozen-resize-cursor,.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-left-cursor.e-frozen-resize-cursor,.e-grid.sf-grid .e-rowcell .e-frozen-left-cursor.e-frozen-resize-cursor{right:3px}.e-grid.sf-grid .e-gridheader .e-headercell .e-frozen-right-cursor.e-frozen-resize-cursor:not(.e-frozen-default-cursor),.e-grid.sf-grid .e-gridheader .e-filterbarcell .e-frozen-right-cursor.e-frozen-resize-cursor:not(.e-frozen-default-cursor){left:3px}.e-grid.sf-grid .e-frozen-helper{border-left:2px solid #86b7fe;cursor:move;position:absolute;z-index:2}.e-grid.sf-grid .e-content.e-freezeline-moving{-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderuparrow{margin-top:0}.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow{margin-top: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-yscroll{overflow-y:hidden}.e-grid.sf-grid .e-gridcontent .e-content.e-noscroll,.e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent.e-noscroll{overflow-y:hidden}.e-grid.sf-grid .e-label.e-fltrcheck,.e-grid.sf-grid .e-label.e-choosercheck{width:0}.e-grid.sf-grid .e-checkboxlist .e-fltrcheck,.e-grid.sf-grid .e-cc-contentdiv .e-choosercheck{white-space:nowrap}.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,.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-reorderdownarrow{font-size:14px;margin-top:-3.7px}.e-bigger .e-grid .e-gridheader thead .e-icons,.e-bigger.e-grid .e-gridheader thead .e-icons{font-size:10px}.e-bigger .e-grid .e-ccdlg .e-cc-searchdiv,.e-bigger.e-grid .e-ccdlg .e-cc-searchdiv{padding-left:0;padding-right:4px}.e-bigger .e-grid .e-ccdlg span.e-ccsearch-icon.e-cc-cancel,.e-bigger.e-grid .e-ccdlg span.e-ccsearch-icon.e-cc-cancel{font-size:16px}.e-bigger .e-grid.e-rtl .e-columnmenu,.e-bigger.e-grid.e-rtl .e-columnmenu{margin:-12px 4px -12px -22px}.e-bigger .e-grid.e-rtl .e-groupheadercell span,.e-bigger.e-grid.e-rtl .e-groupheadercell span{padding:0 8px}.e-grid-min-height .e-rowcell{line-height:0;padding-bottom:0;padding-top:0}.e-grid-min-height .e-gridheader .e-headercell,.e-grid-min-height .e-gridheader .e-detailheadercell,.e-grid-min-height .e-gridheader .e-headercell .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-grid-min-height .e-grid-height .e-rowcell{line-height:22px;padding:6px 8px}.e-grid-min-height .e-grid-height .e-gridheader .e-headercell,.e-grid-min-height .e-grid-height .e-gridheader .e-detailheadercell,.e-grid-min-height .e-grid-height .e-gridheader .e-headercell .e-headercelldiv{height:18px}.e-grid-min-height .e-grid-height .e-gridcontent .e-groupcaption{line-height:22px;padding:.7em}.e-grid-min-height .e-grid-height .e-summarycell{line-height:14px;padding:6px 8px}.e-device.e-grid-min-height .e-grid-height .e-rowcell{padding:6px 12px}.e-device.e-grid-min-height .e-grid-height .e-rowcell:first-child{padding:6px 12px 6px 16px}.e-device.e-grid-min-height .e-grid-height .e-rowcell:last-child{padding:6px 16px 6px 12px}.e-device.e-grid-min-height .e-rowcell,.e-device.e-grid-min-height .e-rowcell:first-child,.e-device.e-grid-min-height .e-rowcell:last-child{padding-bottom:0;padding-top:0}.e-bigger .e-grid.e-grid-min-height .e-grid-height .e-rowcell{line-height:24px;padding:8px 12px}.e-bigger .e-grid.e-grid-min-height .e-grid-height .e-rowcell:first-child{line-height:8px;padding-left:8px}.e-bigger .e-grid.e-grid-min-height .e-grid-height .e-rowcell:last-child{line-height:8px;padding-right:8px}.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-grid-height .e-rowcell{line-height:24px}.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-movablecontent 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:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):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{height:40px}.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-movablecontent 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:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty{height:18px}.e-rtl .e-grid .e-headercell,.e-rtl .e-grid .e-detailheadercell,.e-rtl .e-grid .e-headercelldiv,.e-rtl .e-grid .e-headercelldiv.e-headerchkcelldiv{text-align:right}.e-edit-dialog .e-gridform .e-table{border-collapse:separate;border-spacing:11px;width:100%}.e-edit-dialog .e-dlg-content{position:relative}.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: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:hover,.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{background:none}.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: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:hover .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{padding-bottom:4px}.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;border-top-color:#dee2e6}.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-gridcontent 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-summarycontent 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]{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-summarycontent .e-input,.e-bigger.e-grid.e-row-responsive .e-gridcontent .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-summarycontent td,.e-bigger.e-grid.e-row-responsive .e-gridcontent 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-summarycontent .e-row,.e-bigger.e-grid.e-row-responsive .e-gridcontent .e-row,.e-bigger.e-grid.e-row-responsive .e-summarycontent .e-row{border-bottom:1px solid #dee2e6}.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-gridcontent .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-summarycontent 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{border-bottom:0;border-bottom-color:#dee2e6;height:auto}.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-gridcontent .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-summarycontent .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{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-summarycontent .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{bottom:6px;position:static}.e-bigger .e-grid.e-row-responsive .e-table,.e-bigger.e-grid.e-row-responsive .e-table{display:block}.e-bigger .e-grid.e-row-responsive .e-table tbody,.e-bigger .e-grid.e-row-responsive .e-table tr,.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 tbody,.e-bigger.e-grid.e-row-responsive .e-table tr,.e-bigger.e-grid.e-row-responsive .e-table td:not(.e-hide),.e-bigger.e-grid.e-row-responsive .e-table tfoot{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;border-bottom-color:#dee2e6;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:initial}.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{background-color:rgba(0,0,0,0)}.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:#6c757d;font-size:16px;margin-top:-10px}.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: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:focus .e-btn-icon{color:#6c757d}.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:-ms-flexbox;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:6px;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:#0d6efd;margin-top:6px;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:16px}.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:#0d6efd;font-size:16px;font-weight:500;padding-top:4px}.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:16px;font-weight:500;padding:0;padding-left:20px;padding-right:0;padding-top:4px;margin-bottom:-2px}.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(108,117,125,.65)}.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:#0d6efd}.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:16px;padding-top:0}.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:#0d6efd}.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:rgba(0,0,0,0)}.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;padding-right:16px}.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:rgba(0,0,0,0)}.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;margin-top:-9px}.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:#6c757d;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:#212529}.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;padding-right:8px}.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:focus,.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:hover,.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:active,.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-searchbox .e-search-icon:hover{background:none;color:#6c757d}.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:9px;padding-top:9px}.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:rgba(0,0,0,0);box-shadow:none;margin-top:23px;max-width:100%;min-width:100%;overflow-y:auto;padding:16px;padding-top:0}.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:rgba(0,0,0,0)}.e-bigger .e-responsive-dialog .e-defaultcell.e-ralign,.e-bigger .e-responsive-dialog .e-editedrow .e-defaultcell.e-ralign,.e-bigger .e-responsive-dialog .e-insertedrow .e-defaultcell.e-ralign,.e-bigger .e-responsive-dialog .e-defaultcell.e-ralign:focus,.e-bigger .e-responsive-dialog .e-insertedrow .e-defaultcell.e-ralign:focus .e-bigger .e-responsive-dialog .e-editedrow .e-defaultcell.e-ralign:focus,.e-bigger.e-responsive-dialog .e-defaultcell.e-ralign,.e-bigger.e-responsive-dialog .e-editedrow .e-defaultcell.e-ralign,.e-bigger.e-responsive-dialog .e-insertedrow .e-defaultcell.e-ralign,.e-bigger.e-responsive-dialog .e-defaultcell.e-ralign:focus,.e-bigger .e-responsive-dialog .e-insertedrow .e-defaultcell.e-ralign:focus .e-bigger.e-responsive-dialog .e-editedrow .e-defaultcell.e-ralign:focus,.e-bigger.e-responsive-dialog .e-insertedrow .e-defaultcell.e-ralign:focus .e-bigger .e-responsive-dialog .e-editedrow .e-defaultcell.e-ralign:focus,.e-bigger.e-responsive-dialog .e-insertedrow .e-defaultcell.e-ralign:focus .e-bigger.e-responsive-dialog .e-editedrow .e-defaultcell.e-ralign:focus{padding-right:10px}.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;margin-bottom:2px}.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{border-color:#dee2e6}.e-grid .e-content{background-color:#fff}.e-grid .e-icons:not(.e-btn-icon){color:#6c757d}.e-grid .e-unboundcelldiv .e-icons:not(.e-btn-icon){color:#6c757d}.e-grid .e-unboundcelldiv .e-btn:hover .e-icons{color:#fff}.e-grid .e-table{background-color:#fff}.e-grid .e-focused:not(.e-menu-item){box-shadow:0 0 0 1px #0d6efd inset}.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop):not(.e-icon-reorderuparrow):not(.e-icon-reorderdownarrow){color:#6c757d}.e-grid .e-gridheader .e-headercontent .e-icon-reorderuparrow,.e-grid .e-gridheader .e-headercontent .e-icon-reorderdownarrow{color:#0d6efd}.e-grid .e-groupdroparea .e-icons{color:#6c757d}.e-grid .e-tableborder{border-right-color:#dee2e6}.e-grid .e-autofill{background-color:#0d6efd}.e-grid .e-autofill,.e-grid .e-xlsel{border-color:#0d6efd;z-index:1}.e-grid .e-xlsel{background-color:rgba(0,0,0,0);border-style:solid;pointer-events:none;position:absolute}.e-grid .e-xlselaf{background-color:#0d6efd;border-color:#0d6efd;position:absolute}.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid .e-gridcontent .e-rowcell.e-dragborder,.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder,.e-grid .e-gridheader thead tr th.e-firstrowdragborder,.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder,.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder{box-shadow:0 2px 0 0 #0d6efd;position:relative;z-index:5}.e-grid .e-gridheader{background-color:#fff;border-bottom-color:#dee2e6;border-top-color:#dee2e6;color:#212529}.e-grid .e-gridcontent tr:first-child td{border-top-color:rgba(0,0,0,0)}.e-grid th.e-headercell[aria-sort=ascending] .e-headertext,.e-grid th.e-headercell[aria-sort=descending] .e-headertext,.e-grid th.e-headercell[aria-sort=ascending] .e-sortfilterdiv,.e-grid th.e-headercell[aria-sort=descending] .e-sortfilterdiv{color:#212529;opacity:1}.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell{border-color:#dee2e6}.e-grid.e-default.e-horizontallines .e-grouptopleftcell{border-color:#dee2e6}.e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell,.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell,.e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell,.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell{border-color:#dee2e6}.e-grid.e-default .e-gridheader .e-headercell.e-firstheader,.e-grid.e-default.e-horizontallines .e-headercell.e-firstheader{border-color:#dee2e6}.e-grid .e-filterbarcell input{border-color:#dee2e6}.e-grid .e-gridcontent{background-color:#fff}.e-grid .e-gridfooter{background-color:#f8f9fa}.e-grid .e-headercontent{border-color:#dee2e6}.e-grid .e-rowdragheader{background-color:#fff}.e-grid .e-headercell,.e-grid .e-detailheadercell{background-color:#fff;border-color:#dee2e6}.e-grid [aria-selected]+tr .e-detailindentcell{border-color:#dee2e6}.e-grid tr th.e-firstcell{border-left-color:#dee2e6;border-right-color:#dee2e6}.e-grid .e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd),.e-grid .e-detailrowcollapse:not(.e-editedbatchcell):not(.e-updatedtd),.e-grid .e-detailrowexpand:not(.e-editedbatchcell):not(.e-updatedtd),.e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd),.e-grid .e-gridheader .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd),.e-grid .e-emptyrow:not(.e-editedbatchcell):not(.e-updatedtd){color:#212529}.e-grid .e-summarycell{background-color:#f8f9fa;border-color:#dee2e6;color:#212529}.e-grid .e-summaryrow .e-summarycell,.e-grid .e-summaryrow .e-templatecell,.e-grid .e-summarycontent .e-indentcell,.e-grid .e-indentcell.e-detailindentcelltop{background-color:#f8f9fa;border-color:#dee2e6;color:#212529}.e-grid .e-rowcell,.e-grid .e-groupcaption,.e-grid .e-indentcell,.e-grid .e-recordplusexpand,.e-grid .e-recordpluscollapse,.e-grid .e-rowdragdropcell,.e-grid .e-detailrowcollapse,.e-grid .e-detailrowexpand,.e-grid .e-detailindentcell,.e-grid .e-detailcell{border-color:#dee2e6}.e-grid.e-default .e-grouptopleftcell{border-color:#dee2e6}.e-grid .e-frozenhdrcont .e-headercontent>.e-table,.e-grid .e-frozenhdrcont .e-frozenheader>.e-table,.e-grid .e-frozenhdrcont .e-movableheader>.e-table,.e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable>.e-table{border-bottom-color:#dee2e6}.e-grid .e-frozencontent{border-bottom-color:#dee2e6}.e-grid .e-frozenheader>.e-table,.e-grid .e-frozencontent>.e-table,.e-grid .e-frozencontent .e-virtualtable>.e-table,.e-grid .e-frozenheader .e-virtualtable>.e-table{border-right-color:#dee2e6}.e-grid .e-frozenheader.e-frozenborderdisabled>.e-table,.e-grid .e-frozencontent.e-frozenborderdisabled>.e-table,.e-grid .e-frozencontent.e-frozenborderdisabled .e-virtualtable>.e-table,.e-grid .e-frozenheader.e-frozenborderdisabled .e-virtualtable>.e-table{border-right-color:#fff}.e-grid .e-frozenheader.e-frozen-right-header>.e-table,.e-grid .e-frozencontent.e-frozen-right-content>.e-table,.e-grid .e-rowcell .e-frozen-default-cursor,.e-grid .e-gridheader .e-headercell .e-frozen-default-cursor,.e-grid .e-gridheader .e-filterbarcell .e-frozen-default-cursor{border-left-color:#dee2e6}.e-grid .e-frozenheader.e-frozen-right-header.e-frozenborderdisabled>.e-table,.e-grid .e-frozencontent.e-frozen-right-content.e-frozenborderdisabled>.e-table{border-left-color:#fff}.e-grid.e-rtl .e-frozenheader>.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-frozencontent .e-virtualtable>.e-table{border-left-color:#dee2e6}.e-grid.e-rtl .e-frozenheader.e-frozen-right-header>.e-table,.e-grid.e-rtl .e-frozencontent.e-frozen-right-content>.e-table{border-right-color:#dee2e6}.e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),.e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse: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-rtl .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-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell){background-color:#eff1f4;color:#212529}.e-grid tr[role=row]:hover .e-rowdragdrop{cursor:move}.e-grid .e-sortnumber{background-color:#dee2e6;color:#495057}.e-grid.e-gridhover .e-frozenhover{background-color:#eff1f4;color:#212529}.e-grid .e-col-menu.e-filter-popup{box-shadow:0 .8px 16px rgba(0,0,0,.15)}.e-grid td.e-active .e-icon-rowdragicon::before{color:#212529}.e-grid td.e-active{background:#e6eaed;color:#212529}.e-grid .e-columnselection{background-color:#e6eaed}.e-grid td.e-cellselectionbackground{background:#e6eaed;color:#0d6efd}.e-grid .e-filterbarcell,.e-grid .e-filterbarcelldisabled{background-color:#fff;background-image:none;border-color:#dee2e6}.e-grid .e-filtered::before{color:#0d6efd}.e-grid .e-gridpopup .e-content{background-color:#fff;border-color:#dee2e6}.e-grid .e-gridpopup span:hover,.e-grid .e-gridpopup .e-spanclicked{border-color:#6c757d}.e-grid .e-gridpopup .e-downtail::before,.e-grid .e-gridpopup .e-downtail{border-top-color:#dee2e6}.e-grid .e-gridpopup .e-downtail::after{border-top-color:#fff}.e-grid .e-gridpopup .e-uptail::before,.e-grid .e-gridpopup .e-uptail{border-bottom-color:#dee2e6}.e-grid .e-gridpopup .e-uptail::after{border-bottom-color:#fff}.e-grid .e-cloneproperties{background-color:#dee2e6;border-color:#dee2e6;color:#343a40}.e-grid .e-rhelper{background-color:#adb5bd;cursor:col-resize;opacity:1}.e-grid.e-device .e-rcursor::before{border-right-color:#adb5bd;opacity:1}.e-grid.e-device .e-rcursor::after{border-left-color:#adb5bd;opacity:1}.e-grid.e-resize-lines .e-headercell .e-rhandler,.e-grid.e-resize-lines .e-headercell .e-rsuppress{border-right:1px solid #dee2e6}.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{border-left:1px solid #dee2e6}.e-grid.e-resize-lines .e-focused .e-rhandler{border:0 none}.e-grid.e-resize-lines .e-headercell.e-stackedheadercell{border-bottom:1px solid #dee2e6;border-right:1px solid #dee2e6}.e-grid.e-resize-lines .e-frozen-right-header .e-headercell.e-stackedheadercell{border-left:1px solid #dee2e6}.e-grid.e-rtl.e-resize-lines .e-headercell.e-stackedheadercell,.e-grid.e-rtl.e-resize-lines .e-headercell .e-rhandler,.e-grid.e-rtl.e-resize-lines .e-headercell .e-rsuppress{border-left:1px solid #dee2e6;border-right-width:0}.e-grid.e-rtl.e-resize-lines .e-frozen-right-header .e-headercell.e-stackedheadercell,.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{border-left-width:0;border-right:1px solid #dee2e6}.e-grid.e-resize-lines .e-filterbarcell,.e-grid.e-rtl.e-resize-lines .e-filterbarcell{border-top:1px solid #dee2e6}.e-grid .e-cloneproperties.e-draganddrop{box-shadow:0 .8px 16px rgba(0,0,0,.15);opacity:.95;overflow:visible}.e-grid .e-row .e-dragstartrow::before,.e-grid .e-row .e-selectionbackground .e-dragstartrow::before{color:#0d6efd}.e-grid .e-griddragarea{background-color:#dee2e6;border-color:#dee2e6;color:#212529}.e-grid .e-groupdroparea{background-color:#f8f9fa;border-top-color:#dee2e6;color:#6c757d}.e-grid .e-groupdroparea.e-hover{background-color:#fff}.e-grid .e-groupdroparea.e-grouped{background-color:#f8f9fa}.e-grid .e-groupheadercell{background-color:#dee2e6;border-color:#dee2e6;border-radius:0;color:#343a40}.e-grid .e-groupheadercell:hover{background-color:#dee2e6;border-color:#ced4da}.e-grid .e-ungroupbutton:hover{color:#343a40;opacity:1}.e-grid .e-ungroupbutton{opacity:1}.e-grid .e-groupcaption,.e-grid .e-indentcell,.e-grid .e-recordplusexpand,.e-grid .e-recordpluscollapse{background-color:#f8f9fa;color:#343a40}.e-grid .e-grouptopleftcell{background-color:#fff;border-color:#dee2e6}.e-grid .e-stackedheadercell{border-bottom-color:#dee2e6}.e-grid .e-verticallines tr th{border-color:#dee2e6}.e-grid td.e-updatedtd{background-color:#d1e7dd;color:#198754}.e-grid .e-gridcontent .e-normaledit .e-rowcell{border-top-color:#dee2e6}.e-grid .e-gridcontent .e-normaledit .e-dragindentcell,.e-grid .e-gridcontent .e-normaledit .e-detailrowcollapse{border-top:1px solid #dee2e6}.e-grid .e-ccdlg .e-footer-content{border-color:rgba(52,58,64,.12);opacity:1}.e-grid .e-ccdlg .e-cc-searchdiv{border-color:#dee2e6}.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus{border-color:#0d6efd}.e-grid .e-cloneproperties.e-draganddrop .e-rowcell{color:#212529}.e-grid .e-cloneproperties.e-draganddrop table,.e-grid .e-cloneproperties.e-draganddrop table .e-selectionbackground{background-color:#dee2e6;height:30px}.e-grid.e-rtl .e-verticallines tr th:first-child:not(.e-firstcell){border-color:#dee2e6}.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader,.e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader,.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader,.e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell,.e-grid.e-rtl.e-default.e-verticallines tr th:last-child,.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell,.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell,.e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader,.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell{border-color:#dee2e6}.e-grid.e-rtl .e-tableborder{border-left-color:#dee2e6}.e-grid.e-rtl .e-filterbardropdown{margin-left:30px}.e-grid.sf-grid .e-gridfooter .e-summarycontent{border-right:0 #dee2e6 solid}.e-grid .e-ftrchk.e-chkfocus{background-color:#eff1f4}.e-tooltip-wrap.e-griderror,.e-control.e-tooltip-wrap.e-popup.e-griderror{background-color:#f8d7da;border-color:#f8d7da}.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 #f8d7da;color:#f8d7da}.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-bottom,.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-bottom{border-top:8px solid #f8d7da;color:#f8d7da}.e-tooltip-wrap.e-griderror .e-tip-content,.e-tooltip-wrap.e-griderror .e-tip-content label{color:#dc3545}.e-dropitemscount{background-color:#0d6efd;color:#fff}.e-filterbaroperator.e-dropdownlist{position:absolute}.e-filterbardropdown:not(.e-rtl){margin-right:30px}.e-headercontent .e-filterbar .e-filterbarcell .e-fltrinputdiv .e-input-group .e-filterbardropdown{border:rgba(0,0,0,0)}.e-headercontent .e-filterbar .e-filterbarcell .e-fltrinputdiv .e-input-group .e-filterbardropdown:active,.e-headercontent .e-filterbar .e-filterbarcell .e-fltrinputdiv .e-input-group .e-filterbardropdown.e-input-focus{box-shadow:none}.e-upload .e-upload-actions,.e-bigger.e-small .e-upload .e-upload-actions{background-color:#f8f9fa;border-radius:0 0 6px 6px}@keyframes material-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fabric-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}/*! TreeView's bootstrap5 theme wise override definitions and variables *//*! Toolbar's bootstrap5 theme wise override definitions and variables *//*! FileManager's tailwind 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,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.6609 3.84609C17.9756 1.38463 22.0244 1.38464 23.3392 3.84609L39.6572 34.3961C40.7819 36.5017 39.0019 38.9055 36.318 38.9055H3.68198C0.998067 38.9055 -0.781888 36.5017 0.342825 34.3961L16.6609 3.84609Z" fill="%23FDDD35"/%3E%3Cpath d="M20 22.5025V25.8794M20 29.2564H20.0097M28.75 25.8794C28.75 30.0758 24.8325 33.4776 20 33.4776C15.1675 33.4776 11.25 30.0758 11.25 25.8794C11.25 21.6831 15.1675 18.2812 20 18.2812C24.8325 18.2812 28.75 21.6831 28.75 25.8794Z" stroke="%23212529" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-docx,.e-filemanager .e-fe-doc{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%2300B0FF"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cline x1="10.5" y1="15.75" x2="22" y2="15.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 22.5L30 22.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 30L30 30" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="42" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="2"/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-pptx,.e-filemanager .e-fe-ppt{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H30.9997C33.2088 40 34.9997 38.2091 34.9997 36V10L24.9998 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FF8E47"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H34.9999L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M11.249 32.499L29.9988 32.499" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cellipse cx="19.9994" cy="20" rx="7.49991" ry="7.5" fill="%23FFA153" stroke="white"/%3E%3Cpath d="M27.5 20H20L20.0001 12.5C24.1422 12.5 27.5 15.8579 27.5 20Z" fill="white"/%3E%3Cpath d="M27.5 20V20.5H28V20H27.5ZM20 20L19.5 20C19.5 20.1326 19.5527 20.2598 19.6464 20.3536C19.7402 20.4473 19.8674 20.5 20 20.5V20ZM20.0001 12.5V12H19.5001L19.5001 12.5L20.0001 12.5ZM20.5 20L20.5001 12.5L19.5001 12.5L19.5 20L20.5 20ZM20.0001 13C23.866 13 27 16.134 27 20H28C28 15.5817 24.4183 12 20.0001 12V13ZM27.5 19.5H20V20.5H27.5V19.5Z" fill="white"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="29.9997" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="13.9999" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-xlsx,.e-filemanager .e-fe-xls{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%2337E170"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M11.25 25L30 25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20 16.875L20 33.125" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M30 33.75H11.25V16.25H30V33.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-pdf{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FF8484"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M8.75 28.75V23.75M8.75 23.75V18.75H11.75C12.8546 18.75 13.75 19.6454 13.75 20.75V21.75C13.75 22.8546 12.8546 23.75 11.75 23.75H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 28.75V23.75V18.75H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 23.75H31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20.5 18.75H17.5V28.75H20.5C21.6046 28.75 22.5 27.8546 22.5 26.75V20.75C22.5 19.6454 21.6046 18.75 20.5 18.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-image{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%238799FB"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M11.25 29.25L16.624 24.2821C17.5393 23.4359 19.0232 23.4359 19.9385 24.2821L25.3125 29.25M22.9688 27.0833L24.8271 25.3654C25.7424 24.5193 27.2264 24.5193 28.1417 25.3654L30 27.0833M22.9688 20.5833H22.9805M13.5938 32.5H27.6562C28.9507 32.5 30 31.5299 30 30.3333V18.4167C30 17.22 28.9507 16.25 27.6562 16.25H13.5938C12.2993 16.25 11.25 17.22 11.25 18.4167V30.3333C11.25 31.5299 12.2993 32.5 13.5938 32.5Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-rar{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23B870FF"/%3E%3C/g%3E%3Cpath d="M8.75 28.75V23.75M8.75 23.75V18.75H11.75C12.8546 18.75 13.75 19.6454 13.75 20.75V21.75C13.75 22.8546 12.8546 23.75 11.75 23.75H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M9.47102 23.817L13.7497 28.749" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 28.75V20.75C17.5 19.6454 18.3954 18.75 19.5 18.75H20.5C21.6046 18.75 22.5 19.6454 22.5 20.75V28.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 28.75V23.75M26.25 23.75V18.75H29.25C30.3546 18.75 31.25 19.6454 31.25 20.75V21.75C31.25 22.8546 30.3546 23.75 29.25 23.75H26.25Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.971 23.817L31.2497 28.749" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cline x1="17.5" y1="25.75" x2="22.5" y2="25.75" stroke="white"/%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-zip{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FFCB45"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M10 16.25L22.5 16.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M10 10.001L22.5 10.001" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M10 22.5L22.5 22.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M22.5 28.75H10L16.25 35L22.5 28.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-txt{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%239A9DA2"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cline x1="11.75" y1="17" x2="23.25" y2="17" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 23.75L30 23.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 31.25L30 31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-music{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%2333C0FF"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M15.4167 31.5278V17.0833L28.75 13.75V28.1944M15.4167 31.5278C15.4167 32.7551 13.9243 33.75 12.0833 33.75C10.2424 33.75 8.75 32.7551 8.75 31.5278C8.75 30.3005 10.2424 29.3056 12.0833 29.3056C13.9243 29.3056 15.4167 30.3005 15.4167 31.5278ZM28.75 28.1944C28.75 29.4217 27.2576 30.4167 25.4167 30.4167C23.5757 30.4167 22.0833 29.4217 22.0833 28.1944C22.0833 26.9671 23.5757 25.9722 25.4167 25.9722C27.2576 25.9722 28.75 26.9671 28.75 28.1944ZM15.4167 21.5278L28.75 18.1944" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-video{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FF8484"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M23.4916 23.5073L20.1611 21.287C19.4689 20.8255 18.5417 21.3218 18.5417 22.1537V26.5943C18.5417 27.4263 19.4689 27.9225 20.1611 27.461L23.4916 25.2407C24.1101 24.8284 24.1101 23.9196 23.4916 23.5073Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M30 24.374C30 29.5517 25.8027 33.749 20.625 33.749C15.4473 33.749 11.25 29.5517 11.25 24.374C11.25 19.1964 15.4473 14.999 20.625 14.999C25.8027 14.999 30 19.1964 30 24.374Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-js{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23A0DA40"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M22.5 28.75H26.75C27.8546 28.75 28.75 27.8546 28.75 26.75V25.125C28.75 24.0204 27.8546 23.125 26.75 23.125H24.5C23.3954 23.125 22.5 22.2296 22.5 21.125V19.5C22.5 18.3954 23.3954 17.5 24.5 17.5H28.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 17.5V26.75C17.5 27.8546 16.6046 28.75 15.5 28.75H13.25C12.1454 28.75 11.25 27.8546 11.25 26.75V24.5312" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-css{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23F4A839"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M26.25 30H30.5C31.6046 30 32.5 29.1046 32.5 28V26.375C32.5 25.2704 31.6046 24.375 30.5 24.375H28.25C27.1454 24.375 26.25 23.4796 26.25 22.375V20.75C26.25 19.6454 27.1454 18.75 28.25 18.75H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 30H21.75C22.8546 30 23.75 29.1046 23.75 28V26.375C23.75 25.2704 22.8546 24.375 21.75 24.375H19.5C18.3954 24.375 17.5 23.4796 17.5 22.375V20.75C17.5 19.6454 18.3954 18.75 19.5 18.75H23.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M15 18.75H10.75C9.64543 18.75 8.75 19.6454 8.75 20.75V28C8.75 29.1046 9.64543 30 10.75 30H15" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-html{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23B653C6"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M17.5 33.75L22.5 13.75M26.25 18.75L31.25 23.75L26.25 28.75M13.75 28.75L8.75 23.75L13.75 18.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-php{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23A080FF"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M8.75 28.75V25M8.75 25V20H11.75C12.8546 20 13.75 20.8954 13.75 22V23C13.75 24.1046 12.8546 25 11.75 25H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 28.75V25M26.25 25V20H29.25C30.3546 20 31.25 20.8954 31.25 22V23C31.25 24.1046 30.3546 25 29.25 25H26.25Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 28.75V25V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M22.5 28.75V25V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 23.75H22.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-exe{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%239B9DA2"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M27.5 30V25V20H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 30V25V20H13.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 30L23.75 20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M23.75 30L17.5 20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M27.5 25H31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 25H12.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M27.5 30H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 30H13.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-msi{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%232ACBB7"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M31.25 31.25V25.625V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 31.25V25.625V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 31.25V25.625V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M21.25 31.25H25.5C26.6046 31.25 27.5 30.3546 27.5 29.25V27.625C27.5 26.5204 26.6046 25.625 25.5 25.625H23.25C22.1454 25.625 21.25 24.7296 21.25 23.625V22C21.25 20.8954 22.1454 20 23.25 20H27.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 20L13.125 25.625L8.75 20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-unknown{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23DD6BBA"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M20.625 20.2074V24.374M20.625 28.5407H20.6354M30 24.374C30 29.5517 25.8027 33.749 20.625 33.749C15.4473 33.749 11.25 29.5517 11.25 24.374C11.25 19.1964 15.4473 14.999 20.625 14.999C25.8027 14.999 30 19.1964 30 24.374Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-rtf{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%235FDBF7"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M26.25 27.5V22.5V17.5H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20 27.5V22.5V17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 22.5H31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M16.25 17.5H23.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 27.5V22.5M8.75 22.5V17.5H11.75C12.8546 17.5 13.75 18.3954 13.75 19.5V20.5C13.75 21.6046 12.8546 22.5 11.75 22.5H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M9.47102 22.568L13.7497 27.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-xml{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#clip0)"%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23A0DA40"/%3E%3C/g%3E%3Cg filter="url(../libs/tsp/jslibs/syncfusions/javascript/dist/#filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M28.75 17.501V22.501V27.501H33.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M7.5 27.5L13.75 17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M13.75 27.5L7.5 17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M16.25 27.5V23.125V17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M25 27.5V23.125V17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M25 17.5L20.625 23.125L16.25 17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-folder{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.269631 16.0936C0.126239 14.9028 1.05591 13.8545 2.25529 13.8545H37.7447C38.9441 13.8545 39.8738 14.9028 39.7304 16.0936L37.7574 32.4777C37.5154 34.4873 35.8103 35.9994 33.7861 35.9994H6.21389C4.18972 35.9994 2.48458 34.4873 2.24258 32.4777L0.269631 16.0936Z" fill="%23FDDD35"/%3E%3Cpath d="M2.5 8V14.1587H37.5V11.9798C37.5 10.8753 36.6046 9.97984 35.5 9.97984H21.4809C21.0683 9.97984 20.6657 9.85221 20.3285 9.61445L15.7199 6.36538C15.3826 6.12763 14.9801 6 14.5675 6H4.5C3.39543 6 2.5 6.89543 2.5 8Z" fill="%23FAC800"/%3E%3C/svg%3E%0A')}.e-filemanager .e-fe-locked>.e-text-content .e-fe-folder,.e-filemanager .e-fe-locked>.e-fe-grid-icon .e-fe-folder{background-image:url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.272644 16.3177C0.127709 15.1261 1.05767 14.0762 2.25801 14.0762H37.742C38.9423 14.0762 39.8723 15.1261 39.7274 16.3177L37.7611 32.4827C37.5169 34.4902 35.8127 35.9997 33.7904 35.9997H6.20961C4.18727 35.9997 2.48306 34.4902 2.23887 32.4826L0.272644 16.3177Z" fill="%23FDDD35"/%3E%3Cpath d="M2.5 8V14.0771H37.5V11.94C37.5 10.8355 36.6046 9.94004 35.5 9.94004H21.4757C21.0663 9.94004 20.6668 9.8144 20.331 9.58008L15.7173 6.35996C15.3816 6.12564 14.9821 6 14.5727 6H4.5C3.39543 6 2.5 6.89543 2.5 8Z" fill="%23FAC800"/%3E%3Cpath d="M23.125 23.693V24.193H23.625V23.693H23.125ZM16.875 23.693H16.375V24.193H16.875V23.693ZM20.5 26.77C20.5 26.4939 20.2761 26.27 20 26.27C19.7239 26.27 19.5 26.4939 19.5 26.77H20.5ZM19.5 28.3085C19.5 28.5846 19.7239 28.8085 20 28.8085C20.2761 28.8085 20.5 28.5846 20.5 28.3085H19.5ZM15.3125 24.193H24.6875V23.193H15.3125V24.193ZM25.75 25.2315V29.847H26.75V25.2315H25.75ZM24.6875 30.8855H15.3125V31.8855H24.6875V30.8855ZM14.25 29.847V25.2315H13.25V29.847H14.25ZM15.3125 30.8855C14.7184 30.8855 14.25 30.4133 14.25 29.847H13.25C13.25 30.9801 14.1807 31.8855 15.3125 31.8855V30.8855ZM25.75 29.847C25.75 30.4133 25.2816 30.8855 24.6875 30.8855V31.8855C25.8193 31.8855 26.75 30.9801 26.75 29.847H25.75ZM24.6875 24.193C25.2816 24.193 25.75 24.6652 25.75 25.2315H26.75C26.75 24.0984 25.8193 23.193 24.6875 23.193V24.193ZM15.3125 23.193C14.1807 23.193 13.25 24.0984 13.25 25.2315H14.25C14.25 24.6652 14.7184 24.193 15.3125 24.193V23.193ZM22.625 20.616V23.693H23.625V20.616H22.625ZM23.125 23.193H16.875V24.193H23.125V23.193ZM17.375 23.693V20.616H16.375V23.693H17.375ZM20 18.0391C21.4571 18.0391 22.625 19.2001 22.625 20.616H23.625C23.625 18.6333 21.9947 17.0391 20 17.0391V18.0391ZM20 17.0391C18.0053 17.0391 16.375 18.6333 16.375 20.616H17.375C17.375 19.2001 18.5429 18.0391 20 18.0391V17.0391ZM19.5 26.77V28.3085H20.5V26.77H19.5Z" fill="%23998100"/%3E%3C/svg%3E%0A')}.e-filemanager .e-address .e-address-list-item .e-icons::before{content:""}.e-filemanager .e-fe-open::before,.e-fe-popup .e-fe-open::before{content:""}.e-filemanager .e-fe-cut::before,.e-fe-popup .e-fe-cut::before{content:""}.e-filemanager .e-fe-copy::before,.e-fe-popup .e-fe-copy::before{content:""}.e-filemanager .e-fe-paste::before,.e-fe-popup .e-fe-paste::before{content:""}.e-filemanager .e-fe-delete::before,.e-fe-popup .e-fe-delete::before{content:""}.e-filemanager .e-fe-rename::before,.e-fe-popup .e-fe-rename::before{content:""}.e-filemanager .e-fe-newfolder::before,.e-fe-popup .e-fe-newfolder::before{content:""}.e-filemanager .e-fe-refresh::before,.e-fe-popup .e-fe-refresh::before{content:""}.e-filemanager .e-fe-upload::before,.e-fe-popup .e-fe-upload::before{content:""}.e-filemanager .e-fe-download::before,.e-fe-popup .e-fe-download::before{content:""}.e-filemanager .e-fe-grid::before,.e-fe-popup .e-fe-grid::before{content:""}.e-filemanager .e-fe-large::before,.e-fe-popup .e-fe-large::before{content:""}.e-filemanager .e-fe-select::before,.e-fe-popup .e-fe-select::before{content:""}.e-filemanager .e-fe-details::before,.e-fe-popup .e-fe-details::before{content:""}.e-filemanager .e-fe-sort::before,.e-fe-popup .e-fe-sort::before{content:""}.e-filemanager .e-fe-search::before,.e-fe-popup .e-fe-search::before{content:""}.e-filemanager .e-fe-clear::before,.e-fe-popup .e-fe-clear::before{content:""}.e-filemanager .e-fe-breadcrumb::before,.e-fe-popup .e-fe-breadcrumb::before{content:""}.e-filemanager .e-fe-drop-in::before,.e-fe-popup .e-fe-drop-in::before{content:""}.e-filemanager .e-fe-drop-out::before,.e-fe-popup .e-fe-drop-out::before{content:""}.e-filemanager .e-fe-no-drop::before,.e-fe-popup .e-fe-no-drop::before{content:""}.e-filemanager .e-toolbar .e-hor-nav .e-popup-up-icon::before,.e-fe-popup .e-toolbar .e-hor-nav .e-popup-up-icon::before{content:""}.e-filemanager .e-toolbar .e-hor-nav .e-popup-down-icon::before,.e-fe-popup .e-toolbar .e-hor-nav .e-popup-down-icon::before{content:""}.e-filemanager.e-fe-m-filter .e-fe-search::before,.e-fe-popup.e-fe-m-filter .e-fe-search::before{content:""}.e-fe-popup .e-fe-dot::before{content:""}.e-fe-popup .e-fe-tick::before{content:""}ejs-filemanager{display:block}.e-filemanager{-ms-user-select:none;-webkit-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-treeview .e-text-content,.e-filemanager.e-fe-drop .e-treeview .e-fullrow,.e-filemanager.e-fe-drop .e-address .e-address-list-item:last-child .e-list-text,.e-filemanager.e-fe-drop .e-grid .e-columnheader{cursor:grab}.e-filemanager.e-no-drop{cursor:no-drop}.e-filemanager .e-toolbar{border-bottom-style:solid;border-width:0 0 1px}.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn{border:0;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;height:18px;margin:2px 4px 0;padding:1px;width:18px}.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{border:0;padding:0}.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-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus{border:0;padding:0}.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-icons.e-caret{font-size:8px;min-width:0;padding:0 8px}.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-tbar-btn-text.e-tbar-ddb-text{padding-right:0}.e-filemanager .e-toolbar .e-toolbar-pop{width:max-content}.e-filemanager .e-treeview>.e-ul{overflow:initial}.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 dashed;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-split-bar .e-resize-handler{display:none}.e-filemanager .e-splitter .e-display-none{display:none}.e-filemanager .e-address{border-bottom:1px solid;height:35px;position:relative}.e-filemanager .e-address .e-fe-breadcrumb.e-icons{padding-bottom:6px}.e-filemanager .e-address .e-search-wrap{float:right;padding:3px 12px 2px 0;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-focus .e-input{padding:0}.e-filemanager .e-address .e-search-wrap .e-input-group .e-input{margin:0 0 0 29px;padding:0;height:26px}.e-filemanager .e-address .e-search-wrap .e-input-group .e-clear-icon{margin:0}.e-filemanager .e-address .e-fe-search{font-size:14px;margin:5px;margin-right:4px;padding:3px;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:8px 16px 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:12px;line-height:18px;font-weight:500;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}.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:8px;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:12px}.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:0}.e-filemanager .e-grid .e-gridheader .e-headercell .e-headertext{font-size:10px}.e-filemanager .e-grid .e-gridheader .e-headercell .e-rcursor{border:0}.e-filemanager .e-grid .e-gridheader .e-checkbox-wrapper{visibility:hidden}.e-filemanager .e-grid .e-gridheader:hover .e-checkbox-wrapper,.e-filemanager .e-grid .e-gridheader .e-active .e-checkbox-wrapper{visibility:visible}.e-filemanager .e-grid.e-headercheck .e-gridheader .e-headercontent .e-checkbox-wrapper{visibility:visible}.e-filemanager .e-grid .e-content{overflow-y:auto !important}.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:14px}.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child{box-shadow:1px 0 0 1px #0d6efd inset}.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:last-child{box-shadow:-1px 0 0 1px #0d6efd inset}.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell{box-shadow:0 2px 0 -1px #0d6efd inset,0 -2px 0 -1px #0d6efd inset}.e-filemanager .e-grid .e-empty{min-width:200px}.e-filemanager .e-grid .e-empty-content{font-size:16px;margin:0 auto;padding:18px 0 8px 0;text-align:center;line-height:24px}.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;line-height:22px;padding:0;text-align:center}.e-filemanager .e-grid .e-gridpopup{display:none !important}.e-filemanager .e-grid .e-gridheader .e-emptyrow,.e-filemanager .e-grid .e-gridcontent .e-emptyrow{display:none}.e-filemanager .e-grid .e-gridheader .e-fe-checkbox,.e-filemanager .e-grid .e-gridcontent .e-fe-checkbox{overflow:inherit;padding-left:12px;padding-right:0}.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon,.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon{padding:0 0 0 12px}.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon .e-headercelldiv,.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon .e-headercelldiv{text-overflow:unset}.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon+.e-rowcell,.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon+.e-headercell,.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon+.e-rowcell,.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon+.e-headercell{padding-left:0}.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon+.e-rowcell.e-fe-grid-name,.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon+.e-headercell.e-fe-grid-name,.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon+.e-rowcell.e-fe-grid-name,.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon+.e-headercell.e-fe-grid-name{padding-left:6px}.e-filemanager .e-grid .e-row .e-checkbox-wrapper{visibility:hidden}.e-filemanager .e-grid .e-row.e-focused{box-shadow:none}.e-filemanager .e-grid .e-row:hover .e-checkbox-wrapper,.e-filemanager .e-grid .e-row .e-active .e-checkbox-wrapper{visibility:visible}.e-filemanager .e-grid .e-row.e-fe-drop-file:hover .e-checkbox-wrapper{visibility:hidden}.e-filemanager .e-grid.e-horizontallines .e-rowcell.e-lastrowcell,.e-filemanager .e-grid.e-verticallines .e-rowcell.e-lastrowcell,.e-filemanager .e-grid.e-hidelines .e-rowcell.e-lastrowcell{border-bottom-width:0}.e-filemanager .e-grid.e-resize-lines .e-headercell .e-rsuppress{border-width:0}.e-filemanager .e-grid .e-fe-icon{display:inline-block;height:20px;margin:0;vertical-align:middle;width:20px}.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:12px}.e-filemanager .e-large-icons .e-empty{min-width:200px}.e-filemanager .e-large-icons .e-empty-content{font-size:16px;margin:0 auto;padding:18px 0 8px 0;text-align:center;line-height:24px}.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;line-height:22px;padding:0;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;margin:2px}.e-filemanager .e-large-icons .e-list-item{border:1px solid;float:left;height:85px;margin:8px 4px;overflow:hidden;padding:2px;width:80px;border-radius:4px}.e-filemanager .e-large-icons .e-list-item.e-fe-drop-folder{border:1px dashed #0d6efd}.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:12px;padding:2px 0 0 0;text-align:center;width:74px}.e-filemanager .e-large-icons .e-list-img{border:2px solid;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 .8px 16px rgba(0,0,0,.15);display:-ms-inline-flexbox;display:inline-flex;height:38px}.e-filemanager .e-fe-clone .e-fe-content .e-fe-name{display:inline-block;font-size:14px;line-height:22px;margin:8px 8px 8px 0;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-filemanager .e-fe-clone .e-fe-content .e-fe-icon{display:inline-block;height:20px;margin:9px 8px;width:20px}.e-filemanager .e-fe-clone .e-fe-count{border:1px solid;border-radius:50%;font-size:12px;height:20px;line-height:18px;margin:-10px 0 0 -10px;width:20px;position:absolute;text-align:center;top:0}.e-filemanager.e-rtl .e-toolbar .e-fe-grid{display:inline-table;transform:rotate(180deg)}.e-filemanager.e-rtl .e-splitter.e-splitter-horizontal{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.e-filemanager.e-rtl .e-address .e-search-wrap{float:left;left:0;right:auto;padding-left:12px}.e-filemanager.e-rtl .e-address .e-search-wrap .e-input-group .e-input{margin:0 29px 0 0;padding:0}.e-filemanager.e-rtl .e-address .e-addressbar-ul{display:-ms-flexbox;display:flex;padding:8px 18px 8px 12px}.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-gridheader .e-fe-checkbox,.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-checkbox{padding-left:0;padding-right:12px}.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon,.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon{padding-left:0;padding-right:12px}.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon+.e-rowcell,.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon+.e-headercell,.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon+.e-rowcell,.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon+.e-headercell{padding-left:21px;padding-right:0}.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon+.e-rowcell.e-fe-grid-name,.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon+.e-headercell.e-fe-grid-name,.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon+.e-rowcell.e-fe-grid-name,.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon+.e-headercell.e-fe-grid-name{padding-right:12px}.e-filemanager.e-rtl .e-grid.e-rtl .e-fe-icon{margin:0 0 0 8px}.e-filemanager.e-rtl .e-large-icons .e-list-item{float:right}.e-filemanager.e-rtl .e-fe-clone .e-fe-count{margin-left:0;margin-right:-12px}.e-filemanager.e-rtl .e-fe-clone .e-fe-name{margin:8px 0 8px 8px}.e-filemanager .e-layout-content{position:relative}.e-filemanager .e-fe-overlay{border:2px dashed #0d6efd;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-dropdown-popup ul .e-item .e-fe-dot,.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick,.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick,.e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-dot,.e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-tick{font-size:14px}.e-fe-popup.e-dlg-resizable .e-dlg-content{overflow:hidden}.e-fe-popup.e-dialog.e-fe-upload-dialog .e-dlg-content{overflow:auto}.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item.e-separator,.e-fe-popup.e-contextmenu-container ul .e-menu-item.e-separator{margin:0 0}.e-fe-popup.e-rtl .e-fe-grid{display:inline-table;transform:rotate(180deg)}.e-fe-popup.e-dialog td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;max-width:211px;min-width:51px;padding:4px 24px 4px 0;line-height:22px}.e-fe-popup.e-dialog td:first-child{font-size:12px;line-height:18px}.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-dlg-content{padding-top:16px}.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:18px;padding-top:4px}.e-fe-popup .e-upload{border-bottom-width:0;border-top-width:0}.e-fe-popup .e-upload .e-file-select-wrap{display:none}.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-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,.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{font-size:20px}.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-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{padding-top:0}.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-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{padding-left:0}.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-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-sort{padding-top:3px}.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-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-refresh{padding-top:3px}.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-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{padding-top:2px}.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-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{padding:4px 0 0 2px}.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-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{padding:4px 2px 0 2px}.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-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{padding-top:3px}.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-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{padding-left:4px}.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-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{padding-left:2px;padding-top:3px}.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-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{padding-left:4px}.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-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{padding-left:2px;padding-top:1px}.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-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{padding-left:4px}.e-filemanager.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-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,.e-bigger .e-filemanager.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-bigger.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons{font-size:20px}.e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort,.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{display:inline-block;margin:0;width:14px}.e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text{display:none}.e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-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-toolbar-left .e-toolbar-item .e-tbar-btn-text{display:none}.e-filemanager.e-fe-mobile .e-splitter .e-split-bar,.e-bigger .e-filemanager.e-fe-mobile .e-splitter .e-split-bar,.e-filemanager.e-bigger.e-fe-mobile .e-splitter .e-split-bar{display:none}.e-filemanager.e-fe-mobile .e-address,.e-bigger .e-filemanager.e-fe-mobile .e-address,.e-filemanager.e-bigger.e-fe-mobile .e-address{height:40px}.e-filemanager.e-fe-mobile .e-address .e-addressbar-ul,.e-bigger .e-filemanager.e-fe-mobile .e-address .e-addressbar-ul,.e-filemanager.e-bigger.e-fe-mobile .e-address .e-addressbar-ul{height:40px}.e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons,.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{font-size:10px}.e-filemanager.e-fe-mobile .e-address .e-list-text,.e-bigger .e-filemanager.e-fe-mobile .e-address .e-list-text,.e-filemanager.e-bigger.e-fe-mobile .e-address .e-list-text{font-size:14px}.e-filemanager.e-fe-mobile .e-address .e-search-wrap,.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap,.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap{min-width:47px;width:auto}.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group,.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{display:none;height:40px;width:100%}.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon,.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{margin:2px 8px 0}.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input,.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{margin:0 0 0 29px}.e-filemanager.e-fe-mobile .e-address .e-fe-search,.e-bigger .e-filemanager.e-fe-mobile .e-address .e-fe-search,.e-filemanager.e-bigger.e-fe-mobile .e-address .e-fe-search{font-size:20px;margin:3px 0;right:13px}.e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon,.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{height:35px;width:35px;margin:0 8px 0 0}.e-filemanager.e-fe-mobile .e-grid .e-gridheader,.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridheader,.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridheader{display:none}.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell,.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{border-bottom:1px solid;border-bottom-color:#dee2e6}.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox,.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{padding:0}.e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon,.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{padding-left:10px;padding-right:10px}.e-filemanager.e-fe-mobile .e-grid .e-fe-text,.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-text,.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent,.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{padding:0}.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,.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{display:inline-table;height:155px;margin:8px 8px;width:155px}.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper,.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{visibility:hidden}.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper,.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{visibility:visible}.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper,.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{z-index:1000}.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text,.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{margin:0 auto;width:110px}.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img,.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{margin:11px auto;max-height:110px;max-width:110px}.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,.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{height:110px;margin:11px auto 0;width:110px}.e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .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-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper{visibility:visible}.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-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper,.e-filemanager.e-bigger.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper{visibility:visible}.e-filemanager.e-fe-m-filter .e-address .e-search-wrap,.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{margin:0;padding:0;position:absolute;width:100%}.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group,.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{display:-ms-inline-flexbox;display:inline-flex}.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input,.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{height:auto;margin-left:45px}.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search,.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{left:0;margin-left:8px;margin-top:7px;width:30px}.e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul,.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{visibility:hidden}.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input,.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{margin-right:45px}.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search,.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{transform:rotate(180deg)}.e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon,.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-bigger .e-filemanager.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-bigger.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon{padding-right:10px}.e-fe-popup.e-bigger .e-fe-error,.e-bigger .e-fe-popup .e-fe-error{font-size:14px;line-height:22px}.e-fe-popup.e-bigger.e-dialog .e-dlg-header-content,.e-bigger .e-fe-popup.e-dialog .e-dlg-header-content{padding:21px}.e-fe-popup.e-bigger.e-dialog td,.e-bigger .e-fe-popup.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-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn{padding:0 6px}.e-bigger .e-filemanager .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.e-active{padding:0 6px}.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:hover{padding:0 6px}.e-bigger .e-filemanager .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:focus{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-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{padding:0 10px}.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-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-up-icon.e-icons,.e-bigger .e-filemanager .e-toolbar .e-popup-down-icon.e-icons,.e-filemanager.e-bigger .e-toolbar .e-popup-up-icon.e-icons,.e-filemanager.e-bigger .e-toolbar .e-popup-down-icon.e-icons{font-size:20px}.e-bigger .e-filemanager .e-fe-clone .e-fe-content .e-fe-name,.e-filemanager.e-bigger .e-fe-clone .e-fe-content .e-fe-name{font-size:16px;line-height:24px;margin:7px 12px 7px 0}.e-bigger .e-filemanager .e-fe-clone .e-fe-content .e-fe-icon,.e-filemanager.e-bigger .e-fe-clone .e-fe-content .e-fe-icon{height:24px;margin:7px 12px;width:24px}.e-bigger .e-filemanager .e-fe-clone .e-fe-count,.e-filemanager.e-bigger .e-fe-clone .e-fe-count{font-size:14px;height:24px;line-height:22px;width:24px}.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:10px}.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:14px;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:4px 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:30px}.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-clear-icon::before,.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group .e-clear-icon::before{margin:0}.e-bigger .e-filemanager .e-address .e-fe-search,.e-filemanager.e-bigger .e-address .e-fe-search{font-size:16px;margin:4px}.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:14px}.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell,.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell,.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell,.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell{font-size:14px}.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell .e-fe-text,.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell .e-fe-text,.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell .e-fe-text,.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell .e-fe-text{font-size:16px}.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-checkbox,.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-checkbox,.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-checkbox,.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-checkbox{padding-left:10px}.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon,.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon,.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-grid-icon,.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-grid-icon{padding-left:10px}.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:22px;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:14px;margin:0 auto;padding:6px;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:22px;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:14px;margin:0 auto;padding:4px;text-align:center}.e-bigger .e-filemanager.e-rtl .e-fe-clone .e-fe-name,.e-filemanager.e-bigger.e-rtl .e-fe-clone .e-fe-name{margin:7px 0 7px 12px}.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-checkbox,.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-checkbox,.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-checkbox,.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .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:rgba(0,0,0,0);border-color:#dee2e6}.e-filemanager .e-toolbar{border-bottom-color:#dee2e6}.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active{background:#5c636a;border-color:#565e64}.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active .e-btn-icon,.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active .e-tbar-btn-text{color:#fff}.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover{background:#5c636a;border-color:#565e64}.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus{background:#5c636a;border-color:#565e64}.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus .e-btn-icon,.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus .e-tbar-btn-text{color:#fff}.e-filemanager .e-address{border-bottom-color:#dee2e6}.e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu:active .e-btn-icon,.e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu:active .e-tbar-btn-text,.e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu:focus .e-btn-icon,.e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu:focus .e-tbar-btn-text,.e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu:hover .e-btn-icon,.e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu:hover .e-tbar-btn-text{color:#fff}.e-filemanager .e-address .e-icons{color:#6c757d}.e-filemanager .e-address .e-list-text{color:#495057}.e-filemanager .e-address .e-address-list-item{color:#495057}.e-filemanager .e-address .e-address-list-item:focus .e-list-text{color:#212529}.e-filemanager .e-address .e-address-list-item:last-child .e-list-text{color:#343a40}.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover{color:#212529}.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active{color:#212529}.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus{color:#212529}.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success){background:#fff;border-color:#dee2e6}.e-filemanager .e-treeview .e-list-item.e-active>.e-fullrow{border:#0d6efd}.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder.e-hover>.e-fullrow{border-color:#0d6efd}.e-filemanager .e-grid .e-gridheader tr:first-child th{background:#f8f9fa}.e-filemanager .e-grid .e-gridheader .e-headercell:not(.e-fe-grid-icon):hover{background:#e9ecef}.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover{background:#f8f9fa}.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-headercelldiv:hover{background:#e9ecef}.e-filemanager .e-grid .e-empty-inner-content{color:#495057}.e-filemanager .e-grid td.e-active.e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd){color:#fff}.e-filemanager .e-grid td.e-active{background-color:#0d6efd;color:#fff}.e-filemanager .e-grid .e-checkbox-wrapper .e-icons.e-check{background-color:#fff;color:#0d6efd}.e-filemanager .e-grid .e-checkbox-wrapper .e-icons.e-stop{background-color:#fff;color:#0d6efd}.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:rgba(0,0,0,0)}.e-filemanager .e-large-icons .e-list-img{border-color:#dee2e6}.e-filemanager .e-large-icons .e-active{color:#fff}.e-filemanager .e-large-icons .e-empty-inner-content{color:#495057}.e-filemanager .e-large-icons .e-large-icon{border-color:rgba(0,0,0,0)}.e-filemanager .e-large-icons .e-large-icon.e-active{background:#0d6efd;border-color:#0d6efd}.e-filemanager .e-large-icons .e-large-icon.e-hover{background:#e9ecef;border-color:#e9ecef}.e-filemanager .e-large-icons .e-large-icon.e-active.e-hover{background:#0d6efd;border-color:#0d6efd}.e-filemanager .e-large-icons .e-large-icon.e-focus{border-color:#dee2e6}.e-filemanager .e-large-icons .e-large-icon.e-hover.e-fe-drop-folder{border-color:#0d6efd}.e-filemanager .e-large-icons .e-checkbox-wrapper .e-icons.e-check{background-color:#fff;color:#0d6efd}.e-filemanager .e-fe-clone .e-fe-content{background-color:#dee2e6;color:#343a40}.e-filemanager .e-fe-clone .e-fe-count{background-color:#0d6efd;border-color:#fff;color:#fff}.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-hover{background:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-focus{border-color:rgba(0,0,0,0)}.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-active{background:#0d6efd;border-color:#0d6efd}.e-filemanager.e-fe-mobile .e-address .e-icons{color:#6c757d}.e-filemanager.e-fe-mobile .e-address .e-icons:hover{color:#343a40}.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick,.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick,.e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-dot,.e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-tick{color:#6c757d}.e-fe-popup.e-dialog td{color:#212529}.e-fe-popup.e-dialog td:first-child{color:#495057}.e-fe-popup .e-fe-error{color:#dc3545}.e-fe-popup .e-upload .e-upload-actions{border-bottom-color:#dee2e6}@keyframes material-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fabric-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}/*! Toolbar's bootstrap5 theme wise override definitions and variables */.e-treegrid .e-indent::before,.e-grid-menu .e-indent::before{content:""}.e-treegrid .e-outdent::before,.e-grid-menu .e-outdent::before{content:""}.e-treegrid .e-treegridexpand::before,.e-treegrid .e-treegridcollapse::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-treegridexpand,.e-bigger .e-treegrid .e-treegridcollapse{font-size:22px;height:22px;width:22px}.e-bigger .e-treegrid .e-hierarchycheckbox{padding-left:2px}.e-bigger .e-treegrid .e-hierarchycheckbox .e-frame{height:18px;width:18px}.e-bigger .e-treegrid .e-hierarchycheckbox .e-frame{height:18px;width:18px}.e-bigger .e-treegrid .e-treecell{line-height:22px}.e-treegrid .e-icons.e-none::before{content:""}.e-treegrid .e-gridheader .e-headercell .e-css.e-hierarchycheckbox{height:20px;vertical-align:middle}.e-treegrid .e-treegridexpand::before,.e-treegrid .e-treegridcollapse::before{text-align:center;vertical-align:unset}.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-treegridexpand:hover::before,.e-treegrid .e-treegridcollapse:hover::before{color:#343a40}.e-treegrid .e-rtl .e-treegridcollapse{transform:scale(-1)}.e-treegrid .e-treegridexpand{transform:rotate(90deg)}.e-treegrid .e-treerowexpanded:not(.e-hiddenrow){display:table-row}.e-treegrid .e-treerowcollapsed{display:none}.e-treegrid .e-treecheckbox-container{display:block;overflow:hidden;text-overflow:ellipsis}.e-treegrid .e-treecheckbox-container :not(.e-treecheckbox){white-space:nowrap}.e-treegrid .e-treecheckbox{overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.e-treegrid .e-treecolumn-container span{display:inline-block;vertical-align:middle}.e-treegrid .e-hierarchycheckbox .e-frame{height:14px;width:14px}.e-treegrid .e-checkselection .e-frozenheader .e-rowcell,.e-treegrid .e-checkselection .e-movableheader .e-rowcell,.e-treegrid .e-checkselection .e-frozencontent .e-rowcell,.e-treegrid .e-checkselection .e-movablecontent .e-rowcell{line-height:21px}.e-treegrid .e-treegridexpand,.e-treegrid .e-treegridcollapse{color:#6c757d;cursor:pointer;font-size:18px;height:18px;padding:0;text-align:center;vertical-align:bottom;width:16px}.e-treegrid .e-treecell{display:table-cell;line-height:26px}.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-grid.e-wrap .e-rowcell .e-treecheckbox-container{white-space:nowrap}.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecheckbox-container .e-treecheckbox{display:inline-block;white-space:normal;word-wrap:break-word}.e-treegrid.e-grid.e-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-headercontent .e-table .e-detail-intent,.e-treegrid .e-gridcontent .e-table .e-detail-intent,.e-treegrid .e-table .e-detailrow .e-detailindentcell,.e-treegrid .e-table .e-detailrowexpand,.e-treegrid .e-table .e-detailrowcollapse,.e-treegrid .e-filterbarcell.e-mastercell{display:none}.e-treegrid .e-icons.e-errorelem{display:inline-block;padding-left:10px;vertical-align:middle}.e-treegrid .e-errorelem::before{color:#dc3545;content:"";transform:rotate(180deg)}.e-treegrid .e-gridcontent td.e-childborder{border-color:#0d6efd;border-width:2px 0 0;box-shadow:0 1px 0 0 #0d6efd;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 #0d6efd}.e-treegrid .e-gridcontent td.e-rowcell.e-dragborder,.e-treegrid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,.e-treegrid .e-gridcontent .e-rowdragdrop.e-dragborder{box-shadow:0 0 0 0}.e-treegrid .e-gridcontent td.e-childborder:first-child{border-left:2px solid #4f46e5;box-shadow:0 1px 0 0 #0d6efd;position:relative;z-index:1}.e-treegrid .e-gridcontent td.e-rowcell.e-childborder:last-child{border-right:2px solid #4f46e5}.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder{border-width:2px 0}.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder:last-child{border-right:2px solid #4f46e5}.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder:first-child{border-left:2px solid #4f46e5}.e-treegrid .e-gridcontent td.e-dropbottom:first-child,.e-treegrid .e-gridcontent td.e-rowcell.e-dropbottom,.e-treegrid .e-gridcontent td.e-dropbottom{box-shadow:0 1px 0 0 #0d6efd;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:#0d6efd;border-width:2px 0 0}.e-treegrid .e-gridcontent td.e-lastrowcell.e-dropbottom{border-bottom-color:#0d6efd}.e-treegrid .e-gridcontent td.e-rowdragdrop.e-droptop.e-dragborder{box-shadow:0 0 0 0}.e-treegrid .e-gridcontent .e-gridheader .e-firstrow-dragborder{height:1px}.e-treegrid .e-gridcontent .e-lastrow-dragborder{height:0}.e-treegrid .e-gridheader .e-firstrow-dragborder{height:0}.e-treegrid .e-droptop .e-lastrow-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-gridheader .e-firstrow-border,.e-treegrid .e-gridcontent .e-lastrow-border{background-color:#0d6efd;bottom:0;display:none;height:1px;position:absolute;z-index:1}.e-treegrid .e-grid .e-gridcontent tr.e-row:first-child td.e-rowcell.e-childborder,.e-treegrid .e-grid .e-gridcontent tr.e-row:first-child td.e-rowdragdrop.e-childborder{border-bottom:2px solid #4f46e5;border-top:2px solid #4f46e5;box-shadow:0 0 0 0 #0d6efd}.e-treegrid .e-grid .e-gridcontent tr.e-row:first-child td.e-rowcell.e-droptop,.e-treegrid .e-grid .e-gridcontent tr.e-row:first-child td.e-rowdragdrop.e-droptop{border-top:2px solid #4f46e5}.e-treegrid .e-grid .e-gridcontent td.e-rowcell.e-childborder{border-bottom:2px solid #4f46e5;border-top:2px solid #4f46e5;box-shadow:0 0 0 0 #0d6efd}.e-treegrid .e-grid .e-gridcontent td.e-rowdragdrop.e-childborder{border-bottom:2px solid #4f46e5;border-top:2px solid #4f46e5;box-shadow:0 0 0 0 #0d6efd}.e-treegrid .e-grid .e-gridcontent td.e-rowcell.e-dropbottom{border-bottom:2px solid #4f46e5;box-shadow:0 0 0 0 #0d6efd}.e-treegrid .e-grid .e-gridcontent td.e-rowdragdrop.e-dropbottom{border-bottom:2px solid #4f46e5;box-shadow:0 0 0 0 #0d6efd}.e-treegrid .e-grid.e-rtl .e-gridheader .e-firstrow-dragborder{height:0}.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-childborder{border-color:#0d6efd;border-width:2px 0 2px 0;position:relative;z-index:1}.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-rowcell.e-dragborder,.e-treegrid .e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,.e-treegrid .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder{box-shadow:0 0 0 0}.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-childborder:first-child{border-right:2px solid #4f46e5;box-shadow:0 1px 0 0 #0d6efd;position:relative;z-index:1}.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-rowcell.e-childborder:last-child{border-left:2px solid #4f46e5}.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-lastrowcell.e-childborder{border-width:2px 0}.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-lastrowcell.e-childborder:last-child{border-right:2px solid #4f46e5}.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-lastrowcell.e-childborder:first-child{border-left:2px solid #4f46e5}.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-droptop:first-child,.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-rowcell.e-droptop{border-top-color:#0d6efd;border-width:2px 0 0}.e-treegrid .e-grid.e-rtl .e-gridcontent td.e-lastrowcell.e-dropbottom{border-bottom-color:#0d6efd}.e-treegrid .e-grid.e-rtl .e-gridcontent .e-droptop .e-lastrow-dragborder{height:0}*.e-btn-group,*.e-css.e-btn-group{display:-ms-inline-flexbox;display:inline-flex;border-radius:4px;-ms-flex-direction:row;flex-direction:row;position:relative}*.e-btn-group input:focus+label.e-btn,*.e-btn-group .e-btn:focus,*.e-btn-group .e-btn:hover,*.e-css.e-btn-group input:focus+label.e-btn,*.e-css.e-btn-group .e-btn:focus,*.e-css.e-btn-group .e-btn:hover{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 input:disabled+label.e-btn,*.e-btn-group :disabled,*.e-css.e-btn-group input:disabled+label.e-btn,*.e-css.e-btn-group :disabled{cursor:default;pointer-events:none}*.e-btn-group .e-btn-icon,*.e-css.e-btn-group .e-btn-icon{font-size:16px}*.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:-1px}*.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:-1px}*.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{-ms-flex-direction:column;flex-direction:column}*.e-btn-group.e-vertical input,*.e-css.e-btn-group.e-vertical input{margin:-1px 0 0}*.e-btn-group.e-vertical .e-btn:not(.e-outline),*.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline){margin-top:-1px}*.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),*.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type){border-radius:0}*.e-btn-group.e-vertical .e-btn:first-of-type,*.e-css.e-btn-group.e-vertical .e-btn:first-of-type{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:2px;border-top-right-radius:2px}*.e-btn-group.e-vertical .e-btn:last-of-type,*.e-css.e-btn-group.e-vertical .e-btn:last-of-type{border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:0;border-top-right-radius:0}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl){border-radius:20px}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type{border-bottom-left-radius:20px;border-top-left-radius:20px}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type{border-bottom-right-radius:20px;border-top-right-radius:20px}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper+.e-btn,*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper+.e-btn{border-bottom-left-radius:0;border-top-left-radius:0}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child{border-bottom-left-radius:20px;border-top-left-radius:20px}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child{border-bottom-right-radius:0;border-top-right-radius:0}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child{border-bottom-right-radius:20px;border-top-right-radius:20px}*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl{border-radius:20px}*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type{border-bottom-right-radius:20px;border-top-right-radius:20px}*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type{border-bottom-left-radius:20px;border-top-left-radius:20px}*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child){border-bottom-left-radius:0;border-top-left-radius:0}*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child){border-bottom-right-radius:0;border-top-right-radius:0}.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:20px}.e-btn-group:not(.e-outline),.e-css.e-btn-group:not(.e-outline){box-shadow:0 2px 4px rgba(0,0,0,.075)}.e-btn-group .e-btn:hover,.e-css.e-btn-group .e-btn:hover{box-shadow:none}.e-btn-group .e-btn:focus,.e-btn-group input:focus+label.e-btn,.e-css.e-btn-group .e-btn:focus,.e-css.e-btn-group input:focus+label.e-btn{background-color:#5c636a;border-color:#6c757d;color:#fff;outline:#6c757d 0 solid;outline-offset:0;box-shadow:0 0 0 4px rgba(130,138,145,.5);border-color:#5c636a;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:#0b5ed7;border-color:#0d6efd;color:#fff;outline:#6c757d 0 solid;box-shadow:0 0 0 4px rgba(49,132,253,.5);border-color:#0b5ed7;outline-color:inherit}.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:#157347;border-color:#198754;color:#fff;box-shadow:0 0 0 4px rgba(60,153,110,.5);border-color:#157347;outline-color:inherit}.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:#31d2f2;border-color:#0dcaf0;color:#000;box-shadow:0 0 0 4px rgba(49,210,242,.5);border-color:#31d2f2;outline-color:inherit}.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:#ffca2c;border-color:#ffc107;color:#000;box-shadow:0 0 0 4px rgba(255,202,44,.5);border-color:#ffca2c;outline-color:inherit}.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:#bb2d3b;border-color:#dc3545;color:#fff;box-shadow:0 0 0 4px rgba(225,83,97,.5);border-color:#bb2d3b;outline-color:inherit}.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:#0a58ca;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);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{box-shadow:0 0 0 4px rgba(130,138,145,.5);border-color:#5c636a}.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{box-shadow:0 0 0 4px rgba(49,132,253,.5);border-color:#0d6efd}.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{box-shadow:0 0 0 4px rgba(60,153,110,.5);border-color:#157347}.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{box-shadow:0 0 0 4px rgba(49,210,242,.5);border-color:#31d2f2}.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{box-shadow:0 0 0 4px rgba(255,202,44,.5);border-color:#ffca2c}.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{box-shadow:0 0 0 4px rgba(225,83,97,.5);border-color:#bb2d3b}.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:#565e64;border-color:#51585e;color:#fff;outline:#6c757d 0 solid;outline-offset:0}.e-btn-group .e-btn:active.e-primary,.e-btn-group input:active+label.e-btn.e-primary,.e-btn-group input:checked+label.e-btn.e-primary,.e-css.e-btn-group .e-btn:active.e-primary,.e-css.e-btn-group input:active+label.e-btn.e-primary,.e-css.e-btn-group input:checked+label.e-btn.e-primary{background-color:#0a58ca;border-color:#0a53be;color:#fff;outline:#6c757d 0 solid}.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:#146c43;border-color:#13653f;color:#fff}.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:#3dd5f3;color:#000;border-color:#25cff2}.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:#ffcd39;border-color:#ffc720;color:#000}.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:#b02a37;border-color:#a52834;color:#fff}.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:#565e64;border-color:#51585e;color:#fff}.e-btn-group .e-btn:active.e-outline.e-primary,.e-btn-group input:active+label.e-btn.e-outline.e-primary,.e-btn-group input:checked+label.e-btn.e-outline.e-primary,.e-css.e-btn-group .e-btn:active.e-outline.e-primary,.e-css.e-btn-group input:active+label.e-btn.e-outline.e-primary,.e-css.e-btn-group input:checked+label.e-btn.e-outline.e-primary{background-color:#0d6efd;color:#fff}.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:#146c43;border-color:#13653f;color:#fff}.e-btn-group .e-btn:active.e-outline.e-info,.e-btn-group input:active+label.e-btn.e-outline.e-info,.e-btn-group input:checked+label.e-btn.e-outline.e-info,.e-css.e-btn-group .e-btn:active.e-outline.e-info,.e-css.e-btn-group input:active+label.e-btn.e-outline.e-info,.e-css.e-btn-group input:checked+label.e-btn.e-outline.e-info{background-color:#0dcaf0;color:#000}.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:#ffcd39;border-color:#ffc720;color:#000}.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:#b02a37;border-color:#a52834;color:#fff}.e-btn-group .e-btn:disabled,.e-btn-group input:disabled+label.e-btn,.e-css.e-btn-group .e-btn:disabled,.e-css.e-btn-group input:disabled+label.e-btn{background-color:rgba(108,117,125,.65);border-color:rgba(108,117,125,.65);box-shadow:none;color:rgba(255,255,255,.65);border-color:#6c757d}.e-btn-group .e-btn:disabled.e-primary,.e-btn-group input:disabled+label.e-btn.e-primary,.e-css.e-btn-group .e-btn:disabled.e-primary,.e-css.e-btn-group input:disabled+label.e-btn.e-primary{background-color:rgba(13,110,253,.65);border-color:rgba(13,110,253,.65);box-shadow:none;color:rgba(255,255,255,.65);border-color:#0d6efd}.e-btn-group .e-btn:disabled.e-success,.e-btn-group input:disabled+label.e-btn.e-success,.e-css.e-btn-group .e-btn:disabled.e-success,.e-css.e-btn-group input:disabled+label.e-btn.e-success{background-color:rgba(25,135,84,.65);border-color:rgba(25,135,84,.65);box-shadow:none;color:rgba(255,255,255,.65);border-color:#198754}.e-btn-group .e-btn:disabled.e-info,.e-btn-group input:disabled+label.e-btn.e-info,.e-css.e-btn-group .e-btn:disabled.e-info,.e-css.e-btn-group input:disabled+label.e-btn.e-info{background-color:rgba(13,202,240,.65);border-color:rgba(13,202,240,.65);box-shadow:none;color:rgba(0,0,0,.65);border-color:#0dcaf0}.e-btn-group .e-btn:disabled.e-warning,.e-btn-group input:disabled+label.e-btn.e-warning,.e-css.e-btn-group .e-btn:disabled.e-warning,.e-css.e-btn-group input:disabled+label.e-btn.e-warning{background-color:rgba(255,193,7,.65);border-color:rgba(255,193,7,.65);box-shadow:none;color:rgba(0,0,0,.65);border-color:#ffc107}.e-btn-group .e-btn:disabled.e-danger,.e-btn-group input:disabled+label.e-btn.e-danger,.e-css.e-btn-group .e-btn:disabled.e-danger,.e-css.e-btn-group input:disabled+label.e-btn.e-danger{background-color:rgba(220,53,69,.65);border-color:rgba(220,53,69,.65);box-shadow:none;color:rgba(0,0,0,.65);border-color:#dc3545}.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(108,117,125,.65);text-decoration:underline;background-color:rgba(0,0,0,0);box-shadow:none;text-decoration:none;border-color:rgba(0,0,0,0)}.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:rgba(0,0,0,0);border-color:rgba(108,117,125,.65);color:#565e64;border-color:#6c757d}.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:rgba(13,110,253,.65);border-color:rgba(13,110,253,.65);box-shadow:none;color:rgba(255,255,255,.65);border-color:#0d6efd}.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:rgba(25,135,84,.65);border-color:rgba(25,135,84,.65);box-shadow:none;color:rgba(255,255,255,.65);border-color:#198754}.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:rgba(13,202,240,.65);border-color:rgba(13,202,240,.65);box-shadow:none;color:rgba(0,0,0,.65);border-color:#0dcaf0}.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:rgba(255,193,7,.65);border-color:rgba(255,193,7,.65);box-shadow:none;color:rgba(0,0,0,.65);border-color:#ffc107}.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:rgba(220,53,69,.65);border-color:rgba(220,53,69,.65);box-shadow:none;color:rgba(255,255,255,.65);border-color:#dc3545}.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:rgba(0,0,0,0);border-right:rgba(0,0,0,0)}.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:rgba(0,0,0,0)}.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:rgba(0,0,0,0)}.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline{border-color:#6c757d;outline-color:inherit}.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-primary,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-primary{border-color:#0d6efd;outline-color:inherit}.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-success,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-success{border-color:#198754;outline-color:inherit}.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-info,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-info{border-color:#0dcaf0;outline-color:inherit}.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-warning,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-warning{border-color:#ffc107;outline-color:inherit}.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-danger,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus+label.e-btn.e-outline.e-danger{border-color:#dc3545;outline-color:inherit}.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type){border-bottom:rgba(0,0,0,0);border-top:rgba(0,0,0,0)}.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:rgba(0,0,0,0)}.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:rgba(0,0,0,0)}.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline,.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline{border-color:#6c757d;outline-color:inherit}.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-primary,.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-primary{border-color:#0d6efd;outline-color:inherit}.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-success,.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-success{border-color:#198754;outline-color:inherit}.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-info,.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-info{border-color:#0dcaf0;outline-color:inherit}.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-warning,.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-warning{border-color:#ffc107;outline-color:inherit}.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-danger,.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus+label.e-btn.e-outline.e-danger{border-color:#dc3545;outline-color:inherit}.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type){border-left:rgba(0,0,0,0);border-right:rgba(0,0,0,0)}.e-btn-group.e-rtl .e-btn:first-of-type,.e-css.e-btn-group.e-rtl .e-btn:first-of-type{border-left:rgba(0,0,0,0)}.e-btn-group.e-rtl .e-btn:last-of-type,.e-css.e-btn-group.e-rtl .e-btn:last-of-type{border-right:rgba(0,0,0,0)}@keyframes material-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fabric-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}/*! 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;pointer-events:none}.e-progress-btn.e-progress-active .e-progress{opacity:1}.e-progress-btn.e-progress-active .e-animate-end{opacity:0}.e-progress-btn.e-spin-top,.e-progress-btn.e-spin-bottom{transition:padding .3s linear}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner,.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-btn-content,.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner{display:block;line-height:1}.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner{display:-ms-flexbox;display:flex;-ms-flex-pack:center;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{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;height:100%;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0;width:100%}@keyframes ProgressSlideLeft{from{left:0%;opacity:1}to{left:-100%;opacity:0}}@keyframes ProgressSlideRight{from{left:0%;opacity:1}to{left:100%;opacity:0}}@keyframes ProgressSlideUp{from{height:auto;opacity:1;top:0}to{height:auto;opacity:0;top:-100px}}@keyframes ProgressSlideDown{from{height:auto;opacity:1;top:0}to{height:auto;opacity:0;top:100px}}@keyframes ProgressZoomIn{from{opacity:1;transform:translate(0, 0) scale(1)}to{opacity:0;transform:translate(0, 0) scale(3)}}@keyframes ProgressZoomOut{from{transform:translate(0, 0) scale(1)}to{transform:translate(0, 0) scale(0)}}*.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:#fff;stroke:#fff}.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(255,255,255,.7)}.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#fff}.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-primary.e-flat:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-primary.e-flat:focus .e-spinner-pane .e-spinner-inner svg{fill:#fff;stroke:#fff}.e-progress-btn.e-primary .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-circle,.e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-primary.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-primary.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(255,255,255,.7)}.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#fff}.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-primary.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-primary.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg{fill:#0d6efd;stroke:#0d6efd}.e-progress-btn.e-primary.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-circle,.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-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-primary.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(255,255,255,.7)}.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-primary.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#fff}.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-success.e-flat:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-success.e-flat:focus .e-spinner-pane .e-spinner-inner svg{fill:#fff;stroke:#fff}.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-success.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-success.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(255,255,255,.7)}.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#fff}.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-success.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-success.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg{fill:#198754;stroke:#198754}.e-progress-btn.e-success.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-circle,.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-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-success.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(255,255,255,.7)}.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-success.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#198754}.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-info.e-flat:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-info.e-flat:focus .e-spinner-pane .e-spinner-inner svg{fill:#000;stroke:#000}.e-progress-btn.e-info .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-circle,.e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-info.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-info.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(0,0,0,.7)}.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#000}.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-info.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-info.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg{fill:#0dcaf0;stroke:#0dcaf0}.e-progress-btn.e-info.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-circle,.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-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-info.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(255,255,255,.7)}.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-info.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#0dcaf0}.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-warning.e-flat:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-warning.e-flat:focus .e-spinner-pane .e-spinner-inner svg{fill:#000;stroke:#000}.e-progress-btn.e-warning .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-circle,.e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-warning.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-warning.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(0,0,0,.7)}.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#000}.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg{fill:#ffc107;stroke:#ffc107}.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(255,255,255,.7)}.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#ffc107}.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-danger.e-flat:hover .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-danger.e-flat:focus .e-spinner-pane .e-spinner-inner svg{fill:#fff;stroke:#fff}.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-danger.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-danger.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(255,255,255,.7)}.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-flat:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-flat:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#fff}.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-danger.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-danger.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg{fill:#dc3545;stroke:#dc3545}.e-progress-btn.e-danger.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-circle,.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-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-danger.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(255,255,255,.7)}.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-danger.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#dc3545}.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-flat.e-primary .e-spinner-pane .e-spinner-inner svg{fill:#0d6efd;stroke:#0d6efd}.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-flat.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(13,110,253,.7)}.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-flat.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#0d6efd}.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-flat.e-success .e-spinner-pane .e-spinner-inner svg{fill:#198754;stroke:#198754}.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-flat.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(25,135,84,.7)}.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-flat.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#198754}.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-flat.e-info .e-spinner-pane .e-spinner-inner svg{fill:#0dcaf0;stroke:#0dcaf0}.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-flat.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(13,202,240,.7)}.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-flat.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#0dcaf0}.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-flat.e-warning .e-spinner-pane .e-spinner-inner svg{fill:#ffc107;stroke:#ffc107}.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-flat.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(255,193,7,.7)}.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-flat.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#ffc107}.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg,.e-progress-btn.e-flat.e-danger .e-spinner-pane .e-spinner-inner svg{fill:#dc3545;stroke:#dc3545}.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle,.e-progress-btn.e-flat.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(220,53,69,.7)}.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc,.e-progress-btn.e-flat.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#dc3545}.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg{fill:#0d6efd;stroke:#0d6efd}.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-circle{stroke:rgba(13,110,253,.7)}.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-arc{stroke:#0d6efd}.e-progress{background-color:rgba(255,255,255,.2)}*.e-primary .e-progress,*.e-success .e-progress,*.e-danger .e-progress,*.e-info .e-progress{background-color:rgba(108,117,125,.2)}*.e-warning .e-progress{background-color:rgba(108,117,125,.2)}*.e-flat.e-primary .e-progress{background-color:rgba(255,255,255,.2)}*.e-flat.e-success .e-progress{background-color:rgba(255,255,255,.2)}*.e-flat.e-info .e-progress{background-color:rgba(0,0,0,.2)}*.e-flat.e-warning .e-progress{background-color:rgba(0,0,0,.2)}*.e-flat.e-danger .e-progress{background-color:rgba(255,255,255,.2)}*.e-outline:not(:focus).e-primary .e-progress{background-color:rgba(13,110,253,.2)}*.e-outline:not(:focus).e-success .e-progress{background-color:rgba(25,135,84,.2)}*.e-outline:not(:focus).e-info .e-progress{background-color:rgba(13,202,240,.2)}*.e-outline:not(:focus).e-warning .e-progress{background-color:rgba(255,193,7,.2)}*.e-outline:not(:focus).e-danger .e-progress{background-color:rgba(220,53,69,.2)}*.e-flat:not(:focus).e-primary .e-progress{background-color:rgba(13,110,253,.2)}*.e-flat:not(:focus).e-success .e-progress{background-color:rgba(25,135,84,.2)}*.e-flat:not(:focus).e-info .e-progress{background-color:rgba(13,202,240,.2)}*.e-flat:not(:focus).e-warning .e-progress{background-color:rgba(255,193,7,.2)}*.e-flat:not(:focus).e-danger .e-progress{background-color:rgba(220,53,69,.2)}/*! component's theme wise override definitions and variables *//*! richtexteditor icons */.e-rte-toolbar .e-alignments::before,.e-rte-dropdown-popup .e-alignments::before{content:""}.e-rte-toolbar .e-justify-left::before,.e-rte-dropdown-popup .e-justify-left::before{content:""}.e-rte-toolbar .e-justify-center::before,.e-rte-dropdown-popup .e-justify-center::before{content:""}.e-rte-toolbar .e-justify-right::before,.e-rte-dropdown-popup .e-justify-right::before{content:""}.e-rte-toolbar .e-justify-full::before,.e-rte-dropdown-popup .e-justify-full::before{content:""}.e-rte-toolbar .e-font-name::before,.e-rte-dropdown-popup .e-font-name::before{content:""}.e-rte-toolbar .e-font-color::before,.e-rte-dropdown-popup .e-font-color::before{content:""}.e-rte-toolbar .e-background-color::before,.e-rte-dropdown-popup .e-background-color::before{content:""}.e-rte-toolbar .e-bold::before,.e-rte-dropdown-popup .e-bold::before{content:""}.e-rte-toolbar .e-italic::before,.e-rte-dropdown-popup .e-italic::before{content:""}.e-rte-toolbar .e-underline::before,.e-rte-dropdown-popup .e-underline::before{content:""}.e-rte-toolbar .e-strike-through::before,.e-rte-dropdown-popup .e-strike-through::before{content:""}.e-rte-toolbar .e-clear-format::before,.e-rte-dropdown-popup .e-clear-format::before{content:""}.e-rte-toolbar .e-clear-all::before,.e-rte-dropdown-popup .e-clear-all::before{content:""}.e-rte-toolbar .e-cut::before,.e-rte-dropdown-popup .e-cut::before{content:""}.e-rte-toolbar .e-copy::before,.e-rte-dropdown-popup .e-copy::before{content:""}.e-rte-toolbar .e-paste::before,.e-rte-dropdown-popup .e-paste::before{content:""}.e-rte-toolbar .e-unorder-list::before,.e-rte-dropdown-popup .e-unorder-list::before{content:""}.e-rte-toolbar .e-order-list::before,.e-rte-dropdown-popup .e-order-list::before{content:""}.e-rte-toolbar .e-indent::before,.e-rte-dropdown-popup .e-indent::before{content:""}.e-rte-toolbar .e-outdent::before,.e-rte-dropdown-popup .e-outdent::before{content:""}.e-rte-toolbar .e-undo::before,.e-rte-dropdown-popup .e-undo::before{content:""}.e-rte-toolbar .e-redo::before,.e-rte-dropdown-popup .e-redo::before{content:""}.e-rte-toolbar .e-super-script::before,.e-rte-dropdown-popup .e-super-script::before{content:""}.e-rte-toolbar .e-sub-script::before,.e-rte-dropdown-popup .e-sub-script::before{content:""}.e-rte-toolbar .e-create-link::before,.e-rte-dropdown-popup .e-create-link::before{content:""}.e-rte-toolbar .e-open-link::before,.e-rte-dropdown-popup .e-open-link::before{content:""}.e-rte-toolbar .e-edit-link::before,.e-rte-dropdown-popup .e-edit-link::before{content:""}.e-rte-toolbar .e-remove-link::before,.e-rte-dropdown-popup .e-remove-link::before{content:""}.e-rte-toolbar .e-image::before,.e-rte-dropdown-popup .e-image::before{content:""}.e-rte-toolbar .e-replace::before,.e-rte-dropdown-popup .e-replace::before{content:""}.e-rte-toolbar .e-align::before,.e-rte-dropdown-popup .e-align::before{content:""}.e-rte-toolbar .e-caption::before,.e-rte-dropdown-popup .e-caption::before{content:""}.e-rte-toolbar .e-remove::before,.e-rte-dropdown-popup .e-remove::before{content:""}.e-rte-toolbar .e-insert-link::before,.e-rte-dropdown-popup .e-insert-link::before{content:""}.e-rte-toolbar .e-display::before,.e-rte-dropdown-popup .e-display::before{content:""}.e-rte-toolbar .e-alt-text::before,.e-rte-dropdown-popup .e-alt-text::before{content:""}.e-rte-toolbar .e-img-dimension::before,.e-rte-dropdown-popup .e-img-dimension::before{content:""}.e-rte-toolbar .e-maximize::before,.e-rte-dropdown-popup .e-maximize::before{content:""}.e-rte-toolbar .e-minimize::before,.e-rte-dropdown-popup .e-minimize::before{content:""}.e-rte-toolbar .e-zoom-in::before,.e-rte-dropdown-popup .e-zoom-in::before{content:""}.e-rte-toolbar .e-zoom-out::before,.e-rte-dropdown-popup .e-zoom-out::before{content:""}.e-rte-toolbar .e-lower-case::before,.e-rte-dropdown-popup .e-lower-case::before{content:""}.e-rte-toolbar .e-upper-case::before,.e-rte-dropdown-popup .e-upper-case::before{content:""}.e-rte-toolbar .e-print::before,.e-rte-dropdown-popup .e-print::before{content:""}.e-rte-toolbar .e-formats::before,.e-rte-dropdown-popup .e-formats::before{content:""}.e-rte-toolbar .e-source-code::before,.e-rte-dropdown-popup .e-source-code::before{content:""}.e-rte-toolbar .e-preview::before,.e-rte-dropdown-popup .e-preview::before{content:""}.e-rte-toolbar .e-view-side::before,.e-rte-dropdown-popup .e-view-side::before{content:""}.e-rte-toolbar .e-insert-code::before,.e-rte-dropdown-popup .e-insert-code::before{content:""}.e-rte-toolbar .e-table-header::before,.e-rte-dropdown-popup .e-table-header::before{content:""}.e-rte-toolbar .e-table-remove::before,.e-rte-dropdown-popup .e-table-remove::before{content:""}.e-rte-toolbar .e-table-rows::before,.e-rte-dropdown-popup .e-table-rows::before{content:""}.e-rte-toolbar .e-table-columns::before,.e-rte-dropdown-popup .e-table-columns::before{content:""}.e-rte-toolbar .e-table-cell-ver-align::before,.e-rte-dropdown-popup .e-table-cell-ver-align::before{content:""}.e-rte-toolbar .e-table-edit-properties::before,.e-rte-dropdown-popup .e-table-edit-properties::before{content:""}.e-rte-toolbar .e-create-table::before,.e-rte-dropdown-popup .e-create-table::before{content:""}.e-rte-toolbar .e-align-bottom::before,.e-rte-dropdown-popup .e-align-bottom::before{content:""}.e-rte-toolbar .e-align-middle::before,.e-rte-dropdown-popup .e-align-middle::before{content:""}.e-rte-toolbar .e-align-top::before,.e-rte-dropdown-popup .e-align-top::before{content:""}.e-rte-toolbar .e-insert-column-left::before,.e-rte-dropdown-popup .e-insert-column-left::before{content:""}.e-rte-toolbar .e-insert-column-right::before,.e-rte-dropdown-popup .e-insert-column-right::before{content:""}.e-rte-toolbar .e-delete-column::before,.e-rte-dropdown-popup .e-delete-column::before{content:""}.e-rte-toolbar .e-insert-row-before::before,.e-rte-dropdown-popup .e-insert-row-before::before{content:""}.e-rte-toolbar .e-insert-row-after::before,.e-rte-dropdown-popup .e-insert-row-after::before{content:""}.e-rte-toolbar .e-delete-row::before,.e-rte-dropdown-popup .e-delete-row::before{content:""}.e-rte-toolbar .e-style::before,.e-rte-dropdown-popup .e-style::before{content:""}.e-rte-toolbar .e-rte-file-manager::before,.e-rte-dropdown-popup .e-rte-file-manager::before{content:""}.e-richtexteditor .e-south-east::before,.e-richtexteditor .e-south-west::before{content:""}.e-cell-merge::before{content:""}.e-cell-horizontal-split::before{content:""}.e-cell-vertical-split::before{content:""}.e-table-cell::before{content:""}/*! 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-rte-toolbar .e-toolbar-item .e-dropdown-btn .e-dropdown-btn,.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-item .e-dropdown-btn .e-dropdown-btn{font-size:16px}.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-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-items .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-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-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-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-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-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-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-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-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-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-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,.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-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-extended .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-items .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-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before,.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.e-extended-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-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-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-extended .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-items .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-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-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-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-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-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before{top:-20px}.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-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-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-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-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-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-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-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn{padding-left:10px;padding-right:6px}.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-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: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:hover,.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: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: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-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: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: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-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: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:hover,.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: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:hover,.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: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: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-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: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: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-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:active{padding-left:10px;padding-right:6px}.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-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-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-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-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,.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{padding:0 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.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-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-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn{padding:0 8px}.e-bigger .e-richtexteditor.e-rte-full-screen iframe,.e-richtexteditor.e-bigger.e-rte-full-screen iframe{height:calc(100% - 56px)}.e-richtexteditor{color:#212529;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{display:none}.e-richtexteditor.e-disabled{pointer-events:none}.e-richtexteditor.e-rte-full-screen{bottom:0;height:100% !important;left:0;overflow:auto;position:fixed;right:0;top:0;width:100% !important;z-index:999}.e-richtexteditor.e-rte-full-screen .e-resize-handle{display:none}.e-richtexteditor.e-rte-full-screen iframe{height:calc(100% - 42px)}.e-richtexteditor.e-rtl .e-rte-character-count{left:0;padding-left:30px;padding-right:unset;right:unset}.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote{padding-left:0;padding-right:5px}.e-richtexteditor .e-rte-toolbar.e-toolbar .e-hor-nav{min-height:40px}.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-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{position:inherit;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-items .e-toolbar-item .e-formats-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.e-extended-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-formats-tbar-btn>:first-child{min-width:75px}.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-extended .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-name-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{min-width:67px}.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-extended .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-font-size-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{min-width:36px}.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,.e-richtexteditor .e-rte-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,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn{padding-left:7px;padding-right:7px;border:1px solid rgba(0,0,0,0)}.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-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,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text{font-size:14px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover,.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:active,.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover,.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:active,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .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:focus,.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-extended .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:focus,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active{padding-left:7px;padding-right:7px}.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-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,.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{font-size:12px;position:relative;top:-18px}.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before,.e-richtexteditor .e-rte-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,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before{font-size:13px}.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-items .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-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-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-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-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-extended .e-toolbar-item .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content{line-height:1}.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before,.e-richtexteditor .e-rte-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,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before{display:inline;font-size:14px}.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-items .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-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-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,.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-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-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret){font-size:16px}.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-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,.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn{padding:0}.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.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn{padding:0 4px}.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:translate3d(0, 0, 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 .rte-placeholder{color:#212529;line-height:1.5;opacity:.54;overflow:hidden;padding:16px;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:100ms 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 rgba(0,0,0,0);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;margin-bottom: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:16px;font-weight:400;line-height:1.5;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;margin-left: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:#212529;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 strong,.e-richtexteditor .e-rte-content .e-content b,.e-richtexteditor .e-source-content .e-content strong,.e-richtexteditor .e-source-content .e-content b{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;-ms-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 p:last-child,.e-richtexteditor .e-rte-content .e-content pre:last-child,.e-richtexteditor .e-rte-content .e-content blockquote:last-child,.e-richtexteditor .e-source-content .e-content p:last-child,.e-richtexteditor .e-source-content .e-content pre:last-child,.e-richtexteditor .e-source-content .e-content blockquote:last-child{margin-bottom:0}.e-richtexteditor .e-rte-content .e-content h3+h4,.e-richtexteditor .e-rte-content .e-content h4+h5,.e-richtexteditor .e-rte-content .e-content h5+h6,.e-richtexteditor .e-source-content .e-content h3+h4,.e-richtexteditor .e-source-content .e-content h4+h5,.e-richtexteditor .e-source-content .e-content h5+h6{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:#6c757d;font-size:14px;margin-right:30px;opacity:1;padding-bottom:2px;position:absolute;right:0;z-index:100}.e-richtexteditor .e-rte-character-count.e-warning{color:#ffc107;opacity:unset}.e-richtexteditor .e-rte-character-count.e-error{color:#dc3545;opacity:unset}.e-richtexteditor .e-rte-srctextarea{background-color:rgba(0,0,0,0);border:0;color:#212529;display:block;height:100%;line-height:22px;overflow:auto;padding:16px;resize:none;transition:100ms ease-out;width:100%}.e-richtexteditor .e-resize-handle{height:15px;position:absolute;width:15px}.e-richtexteditor .e-resize-handle.e-south-east{bottom:0;cursor:nwse-resize;right:0;z-index:100}.e-richtexteditor .e-resize-handle.e-south-west{bottom:0;cursor:sw-resize;left:0;transform:rotate(90deg);z-index:100}.e-richtexteditor.e-rtl.e-rte-resize{float:right}.e-richtexteditor.e-rtl .e-resize-handle.e-south-west{direction:ltr;text-align:initial}.e-richtexteditor.e-rte-tb-expand.e-rte-fixed-tb-expand{transition:none}.e-rte-linkcontent .e-rte-label{padding-top:12px}.e-rte-label label{font-weight:normal}.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:-ms-inline-flexbox;display:inline-flex}}.e-rte-dropdown-popup ul{min-width:82px}.e-rte-dropdown-popup ul .e-item .e-menu-icon{margin:0 6px;width:auto}.e-rte-dropdown-popup ul .e-item.e-h1{font-size:2em;font-weight:bold;height:40px;line-height:40px}.e-rte-dropdown-popup ul .e-item.e-h2{font-size:1.5em;font-weight:bold;height:40px;line-height:40px}.e-rte-dropdown-popup ul .e-item.e-h3{font-size:1.16em;font-weight:bold}.e-rte-dropdown-popup ul .e-item.e-h4{font-size:1em;font-weight:bold}.e-rte-dropdown-popup ul .e-item.e-h5{font-size:.83em;font-weight:bold}.e-rte-dropdown-popup ul .e-item.e-h6{font-size:.7em;font-weight:bold}.e-rte-dropdown-popup ul .e-item.e-segoe-ui{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.e-rte-dropdown-popup ul .e-item.e-arial{font-family:Arial,Helvetica,sans-serif}.e-rte-dropdown-popup ul .e-item.e-courier-new{font-family:Courier New,Courier,monospace}.e-rte-dropdown-popup ul .e-item.e-georgia{font-family:Georgia,"Times New Roman",Times,serif}.e-rte-dropdown-popup ul .e-item.e-helvetica-neue{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.e-rte-dropdown-popup ul .e-item.e-impact{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif}.e-rte-dropdown-popup ul .e-item.e-lucida-console{font-family:Lucida Console,Monaco,monospace}.e-rte-dropdown-popup ul .e-item.e-tahoma{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.e-rte-dropdown-popup ul .e-item.e-times-new-roman{font-family:"Times New Roman",Times,serif}.e-rte-dropdown-popup ul .e-item.e-trebuchet-ms{font-family:"Trebuchet MS","Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif}.e-rte-dropdown-popup ul .e-item.e-verdana{font-family:Verdana,Geneva,Tahoma,sans-serif}.e-rte-dropdown-popup ul .e-item.e-roboto{font-family:"Roboto","Segoe UI","GeezaPro","DejaVu Serif",sans-serif}.e-rte-dropdown-popup.e-rte-dropdown-icons ul{min-width:auto}@media screen and (max-width: 768px){.e-rte-dropdown-popup.e-rte-dropdown-icons ul{min-width:30px}}.e-rte-dropdown-popup.e-rtl ul .e-item .e-menu-icon{margin:0 6px}.e-rte-image.e-imgbreak{border:0;cursor:pointer;display:block;float:none;max-width:100%;padding:1px;position:relative}.e-rte-image{border:0;cursor:pointer;display:block;float:none;margin:auto;max-width:100%;position:relative}.e-rte-image.e-imginline{display:inline-block;float:none;max-width:calc(100% - 10px);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 auto;margin-right:5px;text-align:left}.e-rte-image.e-imgright{float:right;margin:0 auto;margin-left:5px;text-align:right}.e-rte-img-popup .e-item{height:106px;width:300px}.e-rte-img-caption{display:inline-block;margin:5px auto;max-width:100%;position:relative}.e-rte-img-caption.e-caption-inline{display:inline-block;margin:5px auto;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px);position:relative;text-align:center;vertical-align:bottom}.e-rte-img-caption.e-imgcenter{display: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 #dee2e6;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:initial;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:12px}.e-rte-img-dialog .e-rte-label:first-child{padding-top:0}.e-rte-table-resize.e-row-resize,.e-rte-table-resize.e-column-resize{background-color:rgba(0,0,0,0);background-repeat:repeat;bottom:0;cursor:col-resize;height:1px;overflow:visible;position:absolute;width:1px}.e-rte-table-resize.e-row-resize{cursor:row-resize;height:1px}.e-richtexteditor .e-linkheader{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:15px;opacity:.87;padding-bottom:12px;padding-top:12px}.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons{margin-top:0}.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons{margin-right:30px}.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list{border-bottom:0 solid rgba(0,0,0,0);min-height:initial}.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container{margin-left:0;margin-right:0}.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files{border-top:0 solid rgba(0,0,0,0)}.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 rgba(0,0,0,0);float:none}.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn{display:block;height:36px;margin:0 auto;padding:0 18px;position:relative;top:-50px}.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,.e-richtexteditor .e-rte-inline-dropdown.e-rte-numberformatlist-dropdown,.e-richtexteditor .e-rte-inline-dropdown.e-rte-bulletformatlist-dropdown{line-height:0}.e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open{border-radius:6px;box-shadow:0 .8px 16px rgba(0,0,0,.15);font-size:14px;font-weight:normal;min-width:120px;overflow:hidden;padding:10px}.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-tablecell{border:1px solid #dee2e6;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:12px}.e-richtexteditor .e-rte-edit-table .e-rte-field:first-child{padding-top:0}.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 #0d6efd;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-hide{display:none}.e-richtexteditor span.e-table-box.e-rmob{height:14px;width:14px}.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-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette,.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette{padding:0}.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn,.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn{padding:5px}.e-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{padding:5px}.e-rte-quick-popup{border-radius:2px;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-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow{white-space:nowrap}.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow{white-space:nowrap}.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos){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-fontcolor-dropdown .e-btn-icon.e-caret,.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-numberformatlist-dropdown .e-btn-icon.e-caret,.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-bulletformatlist-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-order-list.e-icons,.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-unorder-list.e-icons,.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:1.5}.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-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,.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-order-list.e-icons,.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-unorder-list.e-icons,.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-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-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-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-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-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-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-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-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-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-numberformatlist-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-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-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-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-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control{display:-ms-flexbox;display:flex;padding-left:0;padding-right:0}.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-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.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-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-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.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-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-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.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-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-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.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-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-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.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-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-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.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-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-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.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-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-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.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-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-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.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-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-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.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-numberformatlist-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: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,.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-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-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.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-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-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.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-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-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.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-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-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.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-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-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.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{padding-left:0;padding-right:0}.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-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-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-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-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-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-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,.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-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-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-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-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-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-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-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-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{position:relative;vertical-align:middle;width:30px}.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-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-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-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-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-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-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-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-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-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-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-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-bulletformatlist-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-unorder-list{line-height:30px}.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-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-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-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-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-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-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-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-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-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-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-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-bulletformatlist-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-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-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-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-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-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-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-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-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-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 .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-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-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-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;line-height:1;min-width:18px;text-align:center;width:18px}.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-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-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-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-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-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-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-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-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 .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-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-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-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon{padding-top:4px}.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-caret:not(.e-toolbar-pop),.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-caret:not(.e-toolbar-pop),.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-caret:not(.e-toolbar-pop),.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-caret:not(.e-toolbar-pop),.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-caret:not(.e-toolbar-pop),.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-caret:not(.e-toolbar-pop),.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.e-caret:not(.e-toolbar-pop),.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-caret:not(.e-toolbar-pop),.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-caret:not(.e-toolbar-pop),.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-caret:not(.e-toolbar-pop),.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-caret:not(.e-toolbar-pop),.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-caret:not(.e-toolbar-pop),.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-caret:not(.e-toolbar-pop),.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-caret:not(.e-toolbar-pop),.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-caret:not(.e-toolbar-pop),.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-caret:not(.e-toolbar-pop){padding-left:0;padding-right:0}.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-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-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-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-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-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-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,.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-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-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-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-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-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-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-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-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{line-height:20px}.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-items .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret,.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-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret{font-size:12px}.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret:not(.e-toolbar-pop),.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret:not(.e-toolbar-pop),.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret:not(.e-toolbar-pop),.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-caret:not(.e-toolbar-pop){font-size:12px}.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret,.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret,.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret,.e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-alignment-tbar-btn .e-btn-icon.e-caret{min-width:24px}.e-rte-inline-dropdown .e-rte-color-content .e-rte-elements{border-bottom-style:solid;border-bottom-width:3px;line-height:1.25;padding-bottom:1px}.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-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-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-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-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-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-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-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-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 .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-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-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-bulletformatlist-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-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-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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:hover,.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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:active{padding-left:0;padding-right:0}.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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-unorder-list{line-height:37px}.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-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-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-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-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-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-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,.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-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-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-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-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-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-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-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-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{line-height:30px}.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-items .e-toolbar-item .e-dropdown-btn .e-caret,.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-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-caret{font-size:14px}.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-caret.e-btn-icon:not(.e-toolbar-pop),.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-caret.e-btn-icon:not(.e-toolbar-pop),.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-caret.e-btn-icon:not(.e-toolbar-pop),.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-caret.e-btn-icon:not(.e-toolbar-pop){font-size:14px}.e-popup-modal.e-popup.e-popup-open{display:-ms-inline-flexbox;display:inline-flex}.e-rte-modal-popup.e-popup-container.e-center{-ms-flex-pack:center;justify-content:center}.e-rte-modal-popup.e-popup-container{-ms-flex-align:center;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-bottom:6px solid rgba(0,0,0,0);border-right:6px solid;border-top:6px solid rgba(0,0,0,0);content:"";display:block;height:0;position:absolute;right:4px;top:4px;width:20px}.e-reicon::after{border-bottom:6px solid rgba(0,0,0,0);border-left:6px solid;border-top:6px solid rgba(0,0,0,0);content:"";display:block;height:0;left:4px;position:absolute;top:4px;width:20px;z-index:3}.e-row-helper.e-reicon::after{top:10px;transform:rotate(90deg)}.e-row-helper.e-reicon::before{left:4px;top:-20px;transform:rotate(90deg)}.e-rte-overflow{overflow:hidden}.e-rte-dialog-minheight{min-height:296px}.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor{background-size:700px 190px;min-height:190px}.e-bigger .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor,.e-bigger.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor{background-size:700px 190px;min-height:190px}.e-rte-table.e-rte-table-border{border:1px solid #dee2e6;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 rgba(0,0,0,0);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:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:15px;opacity:.87;padding-bottom:12px;padding-top:12px}.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-rte-elements.e-rte-quick-popup .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon{min-width:24px}.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn{line-height:20px}.e-richtexteditor .e-toolbar .e-insert-table-btn.e-btn .e-icons{padding-bottom:0}.e-richtexteditor .e-rte-table-popup.e-popup-open.e-dialog .e-rte-tablecell{margin:1px}/*! tab layout */.e-richtexteditor .e-rte-toolbar{border:1px solid #dee2e6;border-bottom:0}.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons{color:#adb5bd}.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons{color:#fff}.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:#565e64;border:1px solid #51585e;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{color:#fff}.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons{color:#6c757d}.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons{color:#fff}.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons{color:#fff}.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active{background:#565e64;border-color:#51585e}.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:#fff}.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-rte-dropdown-btn-text{color:#fff}.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,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-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{background:#fff}.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-fontcolor-dropdown:active:hover .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-bulletformatlist-dropdown:active:hover .e-icons{color:#565e64}.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-fontcolor-dropdown:active:hover .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-bulletformatlist-dropdown:active:hover .e-icons{color:#fff}.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-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-fontcolor-dropdown:active:hover .e-caret:active.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-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,.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-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{color:#fff}.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,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover{background:#5c636a}.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-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,.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{background:#5c636a}.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-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,.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{background:#565e64}.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-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,.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{background:#565e64}.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,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:hover,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:hover{background:#5c636a}.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,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:focus,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:focus{background:#565e64}.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,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown:hover .e-caret:active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown:hover .e-caret:active{background:#565e64}.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,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-numberformatlist-dropdown.e-active,.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-bulletformatlist-dropdown.e-active{background:#565e64;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-fontcolor-dropdown.e-active .e-rte-color-content::after,.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-bulletformatlist-dropdown.e-active .e-rte-color-content::after{background:#fff}.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-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: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,.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{background:rgba(0,0,0,0)}.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,.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,.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{color:#fff}.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons{color:#6c757d}.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons{color:#fff}.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons{color:#adb5bd}.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-active{background:#565e64}.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus,.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover{border-radius:4px}.e-richtexteditor .e-rte-toolbar.e-rte-tb-float{border:1px solid #dee2e6}.e-richtexteditor .e-rte-toolbar.e-tb-static{border-bottom:1px solid #dee2e6}.e-richtexteditor .e-toolbar-wrapper+.e-rte-toolbar:not(.e-rte-tb-float){border:0}.e-richtexteditor img.e-img-focus::selection{background:rgba(0,0,0,0);color:rgba(0,0,0,0)}.e-richtexteditor .e-rte-content,.e-richtexteditor .e-source-content{background:#fff;border:1px solid #dee2e6;color:#212529}.e-richtexteditor .e-rte-content .e-content blockquote,.e-richtexteditor .e-source-content .e-content blockquote{border-left:solid 2px #212529}.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:dashed 2px #0d6efd}.e-richtexteditor .e-rte-content .e-content a,.e-richtexteditor .e-source-content .e-content a{color:#0d6efd}.e-richtexteditor.e-rtl .e-rte-content .e-content blockquote{border-left:0;border-right:solid 2px #212529}.e-richtexteditor.e-rte-resize{background:#fff}.e-richtexteditor .e-input.e-rte-linkurl.e-error,.e-richtexteditor .e-input.e-img-link.e-error{color:#dc3545}.e-richtexteditor.e-rte-full-screen{background:#fff}.e-richtexteditor.e-rte-inline .e-rte-content{border:0}.e-richtexteditor:not(.e-rte-toolbar-enabled){border:1px solid #dee2e6}.e-richtexteditor:not(.e-rte-toolbar-enabled) .e-rte-content{border:0;border-bottom:0;border-top:0}.e-richtexteditor.e-rte-tb-expand{border:1px solid #dee2e6}.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-toolbar-extended.e-popup-open{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 #dee2e6;border-right:1px solid #dee2e6;border-top:1px solid #dee2e6}.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open{border-bottom:1px solid #dee2e6}.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open .e-toolbar-extended{border-bottom:1px solid #dee2e6;border-right:1px solid #dee2e6}.e-richtexteditor.e-rte-tb-expand .e-rte-content,.e-richtexteditor.e-rte-tb-expand .e-source-content{border:0;border-bottom:1px solid #dee2e6;border-top:1px solid #dee2e6}.e-richtexteditor.e-rte-tb-expand .e-toolbar-extended.e-popup-open{border-bottom:1px solid #dee2e6}.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:none;border-radius:2px;box-shadow:none}.e-rte-quick-popup .e-rte-quick-toolbar{background:#e9ecef;border:1px solid #dee2e6}.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items{background:#e9ecef}.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator{border:.5px solid #dee2e6}.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn{background:#e9ecef;border:0}.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover{background:#5c636a;border-color:#565e64}.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:focus{background:#565e64}.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active{background:#565e64;border-color:#51585e}.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons{color:#fff}.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:#565e64;border:1px solid #51585e}.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:#fff}.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons{color:#6c757d}.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover .e-icons{color:#fff}.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:focus .e-icons{color:#fff}.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons{color:#6c757d}.e-rte-quick-popup .e-rte-dropdown-btn{background:#e9ecef;border-color:#e9ecef}.e-rte-quick-popup .e-rte-dropdown-btn:focus,.e-rte-quick-popup .e-rte-dropdown-btn:hover{background:#5c636a}.e-rte-quick-popup .e-rte-dropdown-btn:hover{border-color:#e9ecef}.e-dialog .e-img-uploadwrap .e-droptext{border:dashed 2px #adb5bd;border-radius:4px;color:#495057;display:block;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;height:185px;margin:0 auto;text-align:center;width:300px}.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext{margin:0 auto;width:250px}.e-linkheader{color:#212529}.e-rte-img-popup.e-popup{background:#fff;border:1px solid #dee2e6;box-shadow:0 .8px 16px rgba(0,0,0,.15);color:#dee2e6;padding:10px}.e-rte-content .e-content img:not(.e-resize){z-index:1000}span.e-rte-imageboxmark{background:#0d6efd;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 #0d6efd;border-radius:15px;height:20px;width:20px}.e-mob-rte.e-mob-span span.e-rte-imageboxmark{background:#0d6efd;border:1px solid #fff}.e-rte-content .e-content img.e-resize{z-index:1000}*.e-disabled{-webkit-user-select:none;-ms-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-tbar-btn.e-icon-btn:hover,*.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:active,*.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:focus,*.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:hover,*.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:active,*.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:focus,*.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:hover,*.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:active,*.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:focus{background:rgba(0,0,0,0);cursor:default}.e-dropdown-popup ul .e-item.e-active{background-color:#565e64;color:#fff}.e-popup-overlay{background-color:rgba(0,0,0,.5)}.e-rte-toolbar.e-extended-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn{color:#ced4da}.e-rte-table-popup.e-popup.e-popup-open{background-color:#fff;color:#212529}.e-rte-table-popup.e-popup.e-popup-open{background-color:#fff}.e-rte-table-popup .e-span-border{border:1px solid #dee2e6;display:block;margin-bottom:8px;margin-top:12px}.e-rte-table-popup .e-rte-popup-header{color:#343a40;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;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:#e7f1ff;border:1px solid #0d6efd}.e-rte-table.e-alternate-border tbody tr:nth-child(2n+0){background-color:#f8f9fa}.e-rte-table th{background-color:#f8f9fa}.e-rte-table-popup.e-popup.e-popup-open{background-color:#fff;color:#dee2e6}span.e-table-box{background-color:#fff;border:1px solid #dee2e6}span.e-table-box.e-rbox-select{background-color:#dee2e6;border:1px solid #dee2e6}.e-table-rhelper{background-color:#0d6efd}.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:#fff}.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active{background:#565e64;border-radius:4px}.e-richtexteditor .e-toolbar .e-insert-table-btn.e-btn:hover .e-icons{color:#fff}.e-richtexteditor.e-rte-tb-expand .e-rte-content-border{border-bottom:0}.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active .e-icons,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active .e-rte-dropdown-btn-text,.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus .e-rte-dropdown-btn-text,.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icon-button:focus .e-icons{color:#fff}/*! Toolbar's bootstrap5 theme wise override definitions and variables *//*! Tab's bootstrap5 theme wise override definitions and variables *//*! Horizontal Tab *//*! Bootstrap specific themes definition's *//*! Vertical Tab */@keyframes material-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fabric-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.e-gantt .e-add::before{content:""}.e-gantt .e-critical-path::before{content:""}.e-gantt .e-edit::before{content:""}.e-gantt .e-delete::before{content:""}.e-gantt .e-cancel::before{content:""}.e-gantt .e-save::before{content:""}.e-gantt .e-update::before{content:""}.e-gantt .e-search-icon::before{content:""}.e-gantt .e-cancel-icon::before{content:""}.e-gantt .e-notes-info::before{content:""}.e-gantt .e-left-resize-gripper::before,.e-gantt .e-right-resize-gripper::before{content:""}.e-gantt .e-expandall::before{content:""}.e-gantt .e-collapseall::before{content:""}.e-gantt .e-prevtimespan::before{content:""}.e-gantt .e-nexttimespan::before{content:""}.e-gantt .e-zoomin::before{content:""}.e-gantt .e-zoomout::before{content:""}.e-gantt .e-zoomtofit::before{content:""}.e-gantt .e-csvexport::before{content:""}.e-gantt .e-excelexport::before{content:""}.e-gantt .e-pdfexport::before{content:""}.e-gantt .e-indent::before{content:""}.e-gantt .e-outdent::before{content:""}.e-gantt .e-add-above::before{content:""}.e-gantt .e-add-below::before{content:""}.e-gantt.e-device .e-backarrowspan::before,.e-gantt.e-device .e-icon-dlg-close::before{content:""}.e-gantt.e-device .e-left-resize-gripper::before,.e-gantt.e-device .e-right-resize-gripper::before{content:""}.e-gantt-tooltip-arrow-left::before{content:""}.e-gantt-tooltip-arrow-right::before{content:""}.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container{height:64px}.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell{height:32px}.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label{border-radius:4px !important;font-size:12px !important;height:26px !important;padding:4px 11px 4px 9px !important;top:65px !important}.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow{border-bottom:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-right-color:#fff3cd;border-top:6px solid rgba(0,0,0,0);top:73px !important}.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before{content:""}.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,.e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,.e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div{border-radius:50%;display:inline-block;position:absolute}.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,.e-bigger .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-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover{background-color:#0257d5;border-color:#fff}.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover{background-color:#0257d5;border-color:#fff;outline:2px solid #0d6efd}.e-bigger .e-gantt .e-tab .e-content{height:250px !important}.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell{height:63px !important}.e-bigger .e-gantt .e-dialog .e-dlg-header-content{padding:16px 4px 16px 16px !important}.e-bigger .e-gantt .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{left:2px !important}.e-bigger .e-gantt .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close{font-size:14px !important}.e-bigger .e-gantt .e-dialog .e-footer-content{height:70px !important;padding:16px !important}.e-bigger .e-gantt .e-dialog .e-footer-content .e-btn{margin-left:12px}.e-bigger .e-gantt .e-dialog .e-dlg-header{line-height:28px}.e-bigger .e-gantt .e-filter-popup{width:350px !important}.e-bigger .e-gantt .e-grid .e-flmenu-valuediv{padding:16px 0 0 !important}.e-bigger .e-gantt .e-filter-popup .e-dlg-content{border-radius:6px !important;padding:32px 16px 16px !important}.e-bigger .e-columnmenu{top:35px}.e-bigger .e-gantt-dialog{border-radius:6px;width:556px !important}.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap{padding:0 16px !important}.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd){padding:16px 12px 0 16px}.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even){padding:16px 16px 0 12px}.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even){padding:16px 18px 0 9px}.e-bigger .e-gantt-dialog .e-edit-form-row{height:250px !important}.e-bigger .e-gantt-dialog .e-edit-form-column{height:78px !important}.e-bigger .e-gantt-dialog .e-dlg-header-content{border-bottom:0 !important}.e-bigger .e-gantt-dialog>.e-dlg-content{border-radius:0 !important}.e-bigger .e-gantt-dialog .e-dlg-header-content{border-radius:6px 6px 0px 0px;padding-bottom:12px}.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{border-radius:50%;height:auto !important;width:auto}.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active{margin-left:5px !important}.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon{font-size:16px !important}.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-date-icon{min-height:36px !important;min-width:35.82px !important}.e-bigger .e-gantt-dialog .e-btn.e-flat{line-height:24px;padding:6px 16px 6px 15px !important}.e-bigger .e-gantt-dialog .e-btn.e-primary{padding:6px 21px 6px 23px !important}.e-bigger .e-gantt-dialog .e-datetime-wrapper .e-time-icon.e-icons::before{font-size:16px !important}.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input~label.e-label-top.e-float-text{font-size:14px;line-height:22px}.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input[disabled]~label.e-label-top.e-float-text{font-size:14px;line-height:22px}.e-bigger .e-gantt-dialog .e-float-input.e-control-wrapper input{height:36px !important}.e-bigger .e-gantt-dialog .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon{min-height:36px !important;min-width:35.82px !important}.e-bigger .e-gantt-dialog .e-control-wrapper .e-input-group-icon.e-time-icon{min-height:36px !important;min-width:35.82px !important}.e-bigger .e-gantt-dialog .e-input-group.e-control-wrapper{height:38px}.e-bigger .e-gantt-dialog .e-input-group-icon.e-date-icon{min-width:36px !important}.e-bigger .e-predecessor-tooltip{background-color:#000}.e-bigger .e-predecessor-tooltip .e-left-btn:disabled{color:#adb5bd !important}.e-bigger .e-predecessor-tooltip .e-right-btn:disabled{color:#adb5bd !important}.e-bigger .e-predecessor-tooltip .e-tip-content{padding:3px !important}.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type{background-color:#000;border-color:#000;color:#fff;font-size:12px;line-height:18px;padding:0 8px 0 0}.e-bigger .e-predecessor-tooltip .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type{background-color:#000;border-color:#000;color:#fff;font-size:12px;line-height:18px;padding:0 0 0 8px}.e-bigger .e-predecessor-dialog{background-color:#fff}.e-bigger .e-predecessor-dialog .e-dlg-content{background-color:#fff;padding:10px 9px 9px 14px !important}.e-gantt{display:block;width:100%}.e-gantt .e-cloneproperties{padding:2px 8px 1px}.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:bold;opacity:1;overflow:hidden;padding:2px 8px 1px;text-align:center;-webkit-user-select:none;-ms-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:normal;overflow:visible}.e-gantt .e-cloneproperties .e-bothganttlines{border-width:1px 0 0 1px}.e-gantt .e-draganddrop{border-width:0 1px 1px;font-weight:normal;padding:0}.e-gantt .e-draganddrop .e-rowcell{opacity:.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:#dc3545;content:"";transform:rotate(180deg)}.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop,.e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop{border-bottom:0;border-right:1px solid #ced4da;border-top:1px solid #ced4da}.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:16px}.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:rgba(0,0,0,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]: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-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-rowdragdrop: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),.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){background-color:rgba(0,0,0,0)}.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:51px !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-nonworking-day-container{position:absolute}.e-gantt .e-gantt-chart .e-chart-root-container .e-event-markers-container{position:absolute}.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container{height:100%;position:absolute}.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container{height:100%;position:absolute}.e-gantt .e-gantt-chart .e-timeline-header-container{border-bottom-style:solid;border-right-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;transform:scale(1);white-space:nowrap}.e-gantt .e-gantt-chart .e-timeline-header-table-body>tr{display:-ms-inline-flexbox;display:inline-flex}.e-gantt .e-gantt-chart .e-timeline-top-header-cell,.e-gantt .e-gantt-chart .e-timeline-single-header-cell{border-spacing:0;border-style:solid;border-top:0;border-width:1px;box-sizing:border-box;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;font-weight:bold;margin:0;padding:0;position:static;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-header-cell-label,.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-header-cell-label{box-sizing:border-box;margin:auto;overflow:hidden;position:static;text-overflow:ellipsis;white-space:nowrap}.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text{padding-left: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:0}.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border{border-top-color:rgba(0,0,0,0)}.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{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:end;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{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;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{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:end;justify-content:flex-end;width:100%}.e-gantt .e-gantt-chart .e-label{margin:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-gantt .e-gantt-chart .e-right-label-container{background-color:rgba(0,0,0,0);display:inline-block;margin:0;position:absolute}.e-gantt .e-gantt-chart .e-right-label-inner-div{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;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-taskbar,.e-gantt .e-gantt-chart .e-gantt-parent-taskbar,.e-gantt .e-gantt-chart .e-gantt-child-progressbar,.e-gantt .e-gantt-chart .e-gantt-parent-progressbar,.e-gantt .e-gantt-chart .e-gantt-milestone,.e-gantt .e-gantt-chart .e-gantt-parent-milestone,.e-gantt .e-gantt-chart .e-gantt-manualparent-milestone{display:inline-block;width:100%}.e-gantt .e-gantt-chart .e-manualparent-main-container{background-color:rgba(0,0,0,0);cursor:move;margin-top:-5px;position:absolute}.e-gantt .e-gantt-chart .e-gantt-manualparent-taskbar{margin-top:3px}.e-gantt .e-gantt-chart .e-gantt-split-container-line{border-color:inherit;border-top-style:dotted;border-top-width:2px;height:0;left:2px;pointer-events:none;position:absolute;top:50%;width:98%}.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-scroll-container,.e-gantt .e-gantt-chart .e-chart-rows-container{-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-gantt .e-gantt-chart .e-chart-rows-container{line-height:initial}.e-gantt .e-gantt-chart .e-taskbar-left-resizer,.e-gantt .e-gantt-chart .e-taskbar-right-resizer{display:inline-block;position:absolute;top:0;width:10px;z-index:4}.e-gantt .e-gantt-chart .e-child-progress-resizer{display:inline-block;height:15px;position:absolute;top:0;width:20px;z-index:5}.e-gantt .e-gantt-chart .e-progress-resize-gripper{cursor:col-resize}.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler{border-width:1px;box-sizing:content-box;cursor:col-resize;height:2px;position:absolute;top:7px}.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element{border-bottom-style:solid;border-bottom-width:8px;border-left:7px solid rgba(0,0,0,0);border-right:7px solid rgba(0,0,0,0);cursor:col-resize;height:0;left:0;position:absolute;top:-7px;width:0}.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after{border-bottom-style:solid;border-bottom-width:8px;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);cursor:col-resize;height:0;left:1px;position:absolute;top:-7px;width:0}.e-gantt .e-gantt-chart .e-baseline-bar{border-radius:2px;box-sizing:border-box;position:absolute;z-index:2}.e-gantt .e-gantt-chart .e-milestone-top,.e-gantt .e-gantt-chart .e-parent-milestone-top,.e-gantt .e-gantt-chart .e-manualparent-milestone-top{border-style:none solid solid;border-top:0}.e-gantt .e-gantt-chart .e-milestone-top,.e-gantt .e-gantt-chart .e-milestone-bottom,.e-gantt .e-gantt-chart .e-parent-milestone-top,.e-gantt .e-gantt-chart .e-parent-milestone-bottom,.e-gantt .e-gantt-chart .e-manualparent-milestone-top,.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom{border-left-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0)}.e-gantt .e-gantt-chart .e-milestone-bottom,.e-gantt .e-gantt-chart .e-parent-milestone-bottom,.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom{border-bottom:0;border-style:solid solid none}.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container{position:absolute;z-index:2}.e-gantt .e-gantt-chart .e-task-label{display:inline;font-weight:normal;margin-left:8px;margin-right:15px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.e-gantt .e-gantt-chart .e-task-table{overflow:hidden}.e-gantt .e-gantt-chart .e-left-resize-gripper,.e-gantt .e-gantt-chart .e-right-resize-gripper{-ms-flex-align:center;align-items:center;cursor:ew-resize;display:-ms-inline-flexbox;display:inline-flex}.e-gantt .e-gantt-chart .e-holiday{display:inline-block;position:absolute}.e-gantt .e-gantt-chart .e-holiday .e-span{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-rangecontainer .e-leftarc{border-bottom-left-radius:2px;border-top-left-radius:2px;position:absolute}.e-gantt .e-gantt-chart .e-rangecontainer .e-rightarc{border-bottom-right-radius:2px;border-top-right-radius:2px;position:absolute}.e-gantt .e-gantt-chart .e-event-markers{border-left:1px dashed;position:absolute;width:1px;z-index:2}.e-gantt .e-gantt-chart .e-event-markers .e-span-label{border-radius:3px;font-weight:500;height:28px;left:5px;line-height:1.5;padding:3px 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 rgba(0,0,0,0);border-right:5px solid;border-top:5px solid rgba(0,0,0,0);height:0;position:absolute;top:56px;width:0}.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar{border-radius:0;border-style:none;display:inline-block}.e-gantt .e-gantt-chart .e-connector-line-right-arrow{border-left-style:solid;border-left-width:10px}.e-gantt .e-gantt-chart .e-connector-line-left-arrow{border-right-style:solid;border-right-width:10px}.e-gantt .e-gantt-chart .e-connector-line-right-arrow,.e-gantt .e-gantt-chart .e-connector-line-left-arrow{border-bottom:5px solid rgba(0,0,0,0);border-top:5px solid rgba(0,0,0,0)}.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-critical-connector-line-hover{outline:1px solid}.e-gantt .e-gantt-chart .e-connector-line-hover-z-index{z-index:100}.e-gantt .e-gantt-chart .e-connectortouchpoint{background-color:rgba(0,0,0,0);display:block;position:absolute;z-index:5}.e-gantt .e-gantt-chart .e-connectorpoint-right,.e-gantt .e-gantt-chart .e-connectorpoint-left,.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div{border-radius:50%;display:inline-block;position:absolute}.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,.e-gantt .e-gantt-chart .e-connectorpoint-right-hover{border-style:solid;border-width:1px;box-sizing:content-box;cursor:pointer;display:inline-block}.e-gantt .e-gantt-chart .e-connectorpoint-allow-block{cursor:no-drop}.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left,.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right{background-color:#adb5bd;border-color:#adb5bd;border-radius:50%;display:inline-block;height:10px;margin:-1px;position:absolute;width:10px}.e-gantt .e-gantt-chart .e-manualparent-milestone-top,.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom{border-bottom-color:#adb5bd}.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right{cursor:e-resize;margin-left:-8px}.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left{margin-left:0}.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar{background:#adb5bd;margin-top:3px;position:absolute}.e-gantt .e-gantt-chart .e-icon{font-family:"e-icons";font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;text-transform:none;vertical-align:middle}.e-gantt .e-gantt-chart .e-active-container{outline:1px solid;outline-offset:2px}.e-gantt-dialog .e-tab .e-tab-header{padding-left:12px}.e-gantt-dialog .e-tab .e-tab-header .e-indicator{display:block}.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap{border-style:solid;border-width:1px}.e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before{border:0}.e-gantt-dialog{border:0}.e-gantt-dialog .e-gridform .e-table{border-spacing:0}.e-gantt-dialog .e-item{height:241px}.e-gantt-dialog .e-dependent-div{border-bottom-width:0px}.e-gantt-dialog .e-icon-dlg-close{opacity:initial}.e-gantt-dialog .e-toolbar{border-top-width:0}.e-gantt-dialog .e-resource-div{border-bottom-width:0px}.e-gantt-dialog .e-resource-div .e-gridheader{border-top-width:0}.e-gantt-dialog .e-edit-form-row{height:241px;overflow-y:auto}.e-gantt-dialog .e-edit-form-column:nth-child(odd){float:left;padding:12px 18px 0 18px;width:50%}.e-gantt-dialog .e-edit-form-column:nth-child(even){float:left;padding:12px 18px 0 0;width:50%}.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even){padding:12px 18px 0 0}.e-gantt-dialog .e-edit-form-column{height:75px}.e-gantt-dialog .e-dependent-div .e-content{height:161px}.e-gantt-dialog .e-resource-div .e-content{height:202px}.e-gantt-dialog .e-richtexteditor{border-bottom-width:0px;height:241px !important;overflow:hidden}.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand{border-top:0}.e-gantt-dialog .e-richtexteditor .e-rte-content{border-bottom-width:0px;height:200px}.e-gantt-dialog>.e-dlg-content{padding:0 !important}.e-gantt-dialog .e-dlg-header-content{border-bottom:0 !important}.e-gantt-dialog .e-dlg-header-content{border-radius:3px 3px 0px 0px;padding-bottom:12px}.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{border-radius:50%;height:auto !important;width:auto !important}.e-icon-rowselect::before{content:""}.e-ganttpopup{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;font-weight:normal;position:absolute;user-select:none;z-index:99999}.e-ganttpopup .e-rowselect{line-height:18px;text-indent:7%}.e-ganttpopup span{border:1px solid rgba(0,0,0,0);cursor:pointer;display:inline-block;height:26px;padding:4px;width:26px}.e-ganttpopup .e-content{border-radius:4px;border-style:solid;border-width:1px;font-size:14px;padding:4px}.e-ganttpopup .e-tail::after,.e-ganttpopup .e-tail::before,.e-ganttpopup .e-ganttpopup{border:10px solid rgba(0,0,0,0);content:"";height:0;left:8px;position:absolute;width:0}.e-ganttpopup .e-downtail::after{top:34px}.e-gantt-tooltip.e-tooltip-wrap{opacity:1}.e-gantt-tooltip{visibility:hidden}.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before{content:""}.e-bigger .e-gantt .e-gantt-chart .e-label{font-size:16px}.e-gantt-tooltip-label{padding-bottom:2px;padding-right:2px;text-align:left}.e-gantt.e-device .e-edit-form-column:nth-child(odd),.e-gantt.e-device .e-edit-form-column:nth-child(even){float:none;padding:12px 18px 0 18px;width:100%}.e-gantt.e-device .e-edit-form-row{height:auto}.e-gantt.e-device .e-adaptive-searchbar{padding:5px 10px;width:90%}.e-gantt.e-device .e-backarrowspan{font-size:16px;padding:5px 10px}.e-gantt.e-device .e-gantt-dialog{max-height:none}.e-gantt.e-device .e-gantt-dialog .e-dlg-closeicon-btn{float:left;left:-4px}.e-gantt.e-device .e-gantt-dialog .e-icon-dlg-close{font-size:16px}.e-gantt.e-device .e-gantt-dialog .e-dlg-header{display:inline-block}.e-gantt.e-device .e-toolbar-item{padding:7px}.e-gantt.e-device .e-toolbar .e-icons{font-size:18px}.e-gantt.e-device .e-gridheader .e-icons{font-size:12px}.e-gantt.e-device .e-right-resize-gripper,.e-gantt.e-device .e-left-resize-gripper{border:7px solid;z-index:-1}.e-gantt.e-device .e-right-resize-gripper::before,.e-gantt.e-device .e-left-resize-gripper::before{font-size:14px;margin-left:-7px}.e-gantt.e-device .e-dependent-div .e-content{height:100%}.e-gantt.e-device .e-resource-div .e-content{height:100%}.e-gantt.e-device .e-richtexteditor{height:100%}.e-gantt.e-device .e-richtexteditor .e-rte-content{height:100%}.e-predecessor-tooltip{visibility:hidden}/*! Gantt theme */.e-gantt .e-gantt-splitter{border-color:#dee2e6;border-radius:0px}.e-gantt .e-cloneproperties.e-draganddrop{box-shadow:0 6px 12px rgba(0,0,0,.175);opacity:.95;overflow:visible}.e-gantt .e-cloneproperties{background-color:#fff;border-color:#dee2e6;color:#212529}.e-gantt .e-cloneproperties.e-draganddrop .e-rowcell{color:#212529}.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:0px;border-top-right-radius:0px}.e-gantt .e-grid .e-focused:not(.e-menu-item){box-shadow:0 0 0 1px #ced4da inset !important}.e-gantt .e-temp-content{border-color:#dee2e6}.e-gantt .e-splitter-box{border-color:#dee2e6}.e-gantt .e-gantt-temp-header{border-color:#dee2e6}.e-gantt .e-gantt-chart-pane{border-color:#dee2e6}.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:#e6eaed;opacity:.9}.e-gantt .e-gantt-chart .e-timeline-header-container{background:#fff;border-bottom-color:#dee2e6;border-bottom-width:1px;border-right-color:#dee2e6;color:#212529;height:52px}.e-gantt .e-gantt-chart .e-timeline-top-header-cell,.e-gantt .e-gantt-chart .e-timeline-single-header-cell{border-color:#dee2e6;color:#212529}.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:26px}.e-gantt .e-gantt-chart .e-chart-root-container{background-color:#fff;border-color:#dee2e6}.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:#dee2e6}.e-gantt .e-gantt-chart .e-chart-row-cell{color:#495057}.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow{border-bottom-color:#dee2e6}.e-gantt .e-gantt-chart .e-line-container-cell{border-color:#dee2e6}.e-gantt .e-gantt-chart .e-active-container{outline-color:#ced4da}.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div{background-color:#86b7fe;border:1px solid #0d6efd;border-radius:4px}.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div{border:1px solid #fff;border-bottom:0;border-top:0}.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-progressbar{width:0px !important}.e-gantt .e-gantt-chart .e-collapse-parent .e-collapsed-taskbar-drag{background-color:#0d6efd}.e-gantt .e-gantt-chart .e-collapse-parent .e-left-connectorpoint-outer-div{display:none}.e-gantt .e-gantt-chart .e-collapse-parent .e-right-connectorpoint-outer-div{display:none}.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div{background-color:#ced4da;border:1px solid #adb5bd;border-radius:4px}.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div{background-color:#adb5bd;border:0px;border-radius:4px}.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div{background-color:#0d6efd;border:0px;border-radius:4px}.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar{background-color:#d1e7dd;border:1px solid #198754}.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar{background:linear-gradient(to right, #d1e7dd, #198754 30%, #198754 70%, #198754 70%, #d1e7dd 100%)}.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar{background-color:#198754;border:0px}.e-gantt .e-gantt-chart .e-gantt-critical-child-manualprogressbar{background-color:#198754;border:0px}.e-gantt .e-gantt-chart .e-holiday{background:#f8f9fa}.e-gantt .e-gantt-chart .e-holiday .e-span{color:#495057;font-size:13px}.e-gantt .e-gantt-chart .e-weekend{background:#f8f9fa}.e-gantt .e-gantt-chart .e-weekend-header-cell{background:#f8f9fa}.e-gantt .e-gantt-chart .e-rangecontainer .e-rg-rangdiv{border:2px solid #ffc107;width:5px;z-index:6}.e-gantt .e-gantt-chart .e-event-markers{border-left-color:#0d6efd}.e-gantt .e-gantt-chart .e-event-markers .e-span-label{background-color:#fff3cd;color:#876500;font-size:14px}.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow{border-right-color:#fff3cd}.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar{background:linear-gradient(to right, #86b7fe, #0d6efd 30%, #0d6efd 70%, #0d6efd 70%, #86b7fe 100%);border:0px;border-radius:4px}.e-gantt .e-gantt-chart .e-unscheduled-milestone-top{border-bottom-color:#adb5bd}.e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom{border-top-color:#adb5bd}.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler{background:#212529}.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after{border-bottom-color:#212529}.e-gantt .e-gantt-chart .e-gantt-dependency-view-container{display:block;z-index:5}.e-gantt .e-gantt-chart .e-line{border-color:#0d6efd}.e-gantt .e-gantt-chart .e-connector-line-right-arrow{border-left-color:#0d6efd}.e-gantt .e-gantt-chart .e-connector-line-left-arrow{border-right-color:#0d6efd}.e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover{border-left-color:#0d6efd}.e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover{border-right-color:#0d6efd}.e-gantt .e-gantt-chart .e-connector-line-hover{border-color:#0d6efd;outline-color:#0d6efd}.e-gantt .e-gantt-chart .e-gantt-false-line{border-top-color:#0d6efd}.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,.e-gantt .e-gantt-chart .e-connectorpoint-right-hover{background-color:#0257d5;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:#343a40;border-color:#fff}.e-gantt .e-gantt-chart .e-left-label-inner-div,.e-gantt .e-gantt-chart .e-right-label-inner-div{color:#495057;font-size:13px}.e-gantt .e-gantt-chart .e-left-label-temp-container{color:#495057;font-size:14px;padding-right:25px}.e-gantt .e-gantt-chart .e-right-label-temp-container{color:#495057;font-size:14px;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-right-connectorpoint-outer-div,.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div{height:8px;width:12px}.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div{left:-12px}.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left,.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right{border-right:rgba(0,0,0,0);border-width:3px}.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right{border-bottom-left-radius:0px;border-bottom-right-radius:2px;border-top-left-radius:0px;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:#adb5bd}.e-gantt .e-gantt-chart .e-milestone-bottom{border-top-color:#adb5bd}.e-gantt .e-gantt-chart .e-parent-milestone-top{border-bottom-color:#adb5bd}.e-gantt .e-gantt-chart .e-parent-milestone-bottom{border-top-color:#adb5bd}.e-gantt .e-gantt-chart .e-manualparent-milestone-top{border-bottom-color:#adb5bd}.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom{border-top-color:#adb5bd}.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask{background:linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%)}.e-gantt .e-gantt-chart .e-label{color:#495057;font-size:14px}.e-gantt .e-gantt-chart .e-active{background:#e6eaed;color:#212529;opacity:.9}.e-gantt .e-gantt-chart .e-active .e-label{color:#212529}.e-gantt .e-gantt-chart .e-baseline-bar{background-color:#ffc107}.e-gantt .e-gantt-chart .e-baseline-milestone-top{border-bottom-color:#ffc107}.e-gantt .e-gantt-chart .e-baseline-milestone-bottom{border-top-color:#ffc107}.e-gantt .e-gantt-chart .e-uptail::before{border-bottom-color:#dee2e6}.e-gantt .e-gantt-chart .e-downtail::after{border-top-color:#fff}.e-gantt .e-gantt-chart .e-downtail::before{border-top-color:#dee2e6}.e-gantt .e-gantt-chart .e-ganttpopup .e-content{background-color:#fff;border-color:#dee2e6}.e-gantt .e-gantt-chart .e-spanclicked,.e-gantt .e-gantt-chart .e-grid .e-gridpopup .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:rgba(0,0,0,0);border:rgba(0,0,0,0)}.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label{color:rgba(0,0,0,0)}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label{color:rgba(0,0,0,0) !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line{border-color:#ced4da !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow{border-left-color:#ced4da !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow{border-right-color:#ced4da !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div{background:#86b7fe !important;border:#86b7fe !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div{background-color:rgba(0,0,0,0) !important;border:rgba(0,0,0,0) !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top{border-bottom-color:#86b7fe !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom{border-top-color:#86b7fe !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div{background-color:#ced4da !important;border:#ced4da !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div{background-color:rgba(0,0,0,0) !important;border:rgba(0,0,0,0) !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div{background:#0d6efd !important;border:#0d6efd !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top{border-bottom-color:#0d6efd !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom{border-top-color:#0d6efd !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div{background:#72abfe !important;border:#72abfe !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top{border-bottom-color:#72abfe !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom{border-top-color:#72abfe !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line{border-color:#0d6efd !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow{border-left-color:#0d6efd !important}.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow{border-right-color:#0d6efd !important}.e-gantt .e-icons{color:#6c757d}.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon){color:#6c757d !important}.e-gantt-dialog .e-dlg-header{color:#212529}.e-gantt-dialog .e-dlg-header-content{background:#f8f9fa}.e-gantt-dialog .e-icon-dlg-close{color:#6c757d}.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover{background-color:#f8f9fa}.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close{color:#6c757d}.e-gantt-dialog .e-tab .e-tab-header{background:#f8f9fa}.e-gantt-dialog .e-tab .e-tab-header .e-indicator{background:#0d6efd}.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active{background-color:rgba(0,0,0,0)}.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text{color:#0d6efd}.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap{border-color:rgba(0,0,0,0)}.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text{color:#495057}.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover{background:rgba(0,0,0,0);border-bottom:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-color:rgba(0,0,0,0)}.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text{color:#495057}.e-gantt.e-device .e-left-resize-gripper,.e-gantt.e-device .e-right-resize-gripper{border-color:#ced4da;color:#fff}.e-gantt.e-device .e-backarrowspan{color:#000}.e-gantt .e-gantt-chart .e-criticalconnector-line{border-color:#dc3545}.e-gantt .e-gantt-chart .e-criticalconnector-line-right-arrow{border-left-color:#dc3545}.e-gantt .e-gantt-chart .e-criticalconnector-line-left-arrow{border-right-color:#dc3545}.e-gantt .e-gantt-chart .e-critical-connector-line-hover{border-color:#f8d7da;outline-color:#f8d7da}.e-gantt .e-gantt-chart .e-critical-connector-line-right-arrow-hover{border-left-color:#f8d7da}.e-gantt .e-gantt-chart .e-critical-connector-line-left-arrow-hover{border-right-color:#f8d7da}.e-gantt .e-gantt-chart .e-gantt-child-critical-taskbar-inner-div{background-color:#f8d7da;border:1px solid #f8d7da;border-radius:4px}.e-gantt .e-gantt-chart .e-gantt-child-critical-progressbar-inner-div{background-color:#dc3545;border:0px;border-radius:4px}.e-gantt .e-gantt-chart .e-gantt-critical-unscheduled-taskbar{background:linear-gradient(to right, rgba(255, 85, 85, 0.2), #dc3545 30%, #dc3545 70%, #dc3545 70%, rgba(255, 85, 85, 0.2) 100%);background-color:rgba(255,85,85,.2);border:0px;border-radius:4px}.e-gantt .e-gantt-chart .e-critical-milestone-top{border-bottom-color:#dc3545}.e-gantt .e-gantt-chart .e-critical-milestone-bottom{border-top-color:#dc3545}/*! calendar bootstrap5 theme variables */@keyframes material-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fabric-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}/*! inplaceeditor icons */.e-inplaceeditor .e-save-icon::before,.e-inplaceeditor-tip .e-save-icon::before{content:""}.e-inplaceeditor .e-cancel-icon::before,.e-inplaceeditor-tip .e-cancel-icon::before{content:""}.e-inplaceeditor .e-editable-overlay-icon::before,.e-inplaceeditor-tip .e-editable-overlay-icon::before{content:""}/*! inplaceeditor layout */.e-bigger .e-inplaceeditor .e-editable-value-wrapper,.e-inplaceeditor.e-bigger .e-editable-value-wrapper{padding:7px 12px 7px 12px}.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value{font-size:16px;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-value-wrapper .e-spinner-pane .e-spinner-inner,.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner{right:8px}.e-bigger .e-inplaceeditor .e-editable-value-container,.e-inplaceeditor.e-bigger .e-editable-value-container{padding:7px 12px 7px 12px}.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value{font-size:16px;margin:0 30px 0 0}.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon{right:8px;width:20px}.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before,.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon::before{font-size:16px}.e-bigger .e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner,.e-inplaceeditor.e-bigger .e-editable-value-container .e-spinner-pane .e-spinner-inner{right:8px}.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-value-wrapper .e-spinner-pane,.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane,.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner{left:8px}.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value,.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-value{margin:0 0 0 30px}.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon,.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-overlay-icon{left:8px;right:auto}.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner,.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane,.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner{left:8px}.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{display:inline-block;position:relative;width:auto}.e-inplaceeditor .e-input-group.e-numeric.e-control-wrapper .e-clear-icon.e-clear-icon-hide{display:block;visibility:hidden}.e-inplaceeditor .e-input-group.e-numeric.e-control-container .e-clear-icon.e-clear-icon-hide{display:block;visibility:hidden}.e-inplaceeditor .e-editable-value-wrapper{display:inline-block;padding:3px 8px 5px 8px;position:relative;width:auto;word-break:break-word}.e-inplaceeditor .e-editable-value-wrapper .e-editable-value{display:inline-block;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;margin:0 28px 0 0}.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon{bottom:0;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;height:inherit;position:absolute;right:8px;top:0;visibility:hidden;width:20px}.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before{-ms-flex-align:center;align-items:center;display:-ms-flexbox;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;-ms-user-select:none;user-select:none}.e-inplaceeditor .e-editable-value-wrapper.e-loading{pointer-events:none}.e-inplaceeditor .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner{left:unset;right:8px}.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-overlay-icon{visibility:visible}.e-inplaceeditor .e-editable-value-wrapper:hover.e-editable-open .e-editable-overlay-icon{visibility:hidden}.e-inplaceeditor .e-editable-value-container{display:inline-block;padding:3px 8px 5px 8px;position:relative;width:auto;word-break:break-word}.e-inplaceeditor .e-editable-value-container .e-editable-value{display:inline-block;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;margin:0 28px 0 0}.e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon{bottom:0;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;height:inherit;position:absolute;right:8px;top:0;visibility:hidden;width:20px}.e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:14px}.e-inplaceeditor .e-editable-value-container.e-hide{display:none}.e-inplaceeditor .e-editable-value-container.e-editable-open{-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-inplaceeditor .e-editable-value-container.e-loading{pointer-events:none}.e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner{left:unset;right:8px}.e-inplaceeditor .e-editable-value-container:hover .e-editable-overlay-icon{visibility:visible}.e-inplaceeditor .e-editable-value-container:hover.e-editable-open .e-editable-overlay-icon{visibility:hidden}.e-inplaceeditor .e-editable-action-buttons{margin-top:4px;position:absolute;right:0;z-index:100}.e-inplaceeditor.e-overlay{-webkit-user-select:none;-ms-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-value-wrapper .e-spinner-pane{right:unset}.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane,.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner{left:8px}.e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value{margin:0 0 0 28px}.e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon{left:8px;right:auto}.e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane{right:unset}.e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,.e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner{left:8px}.e-inplaceeditor.e-rtl .e-editable-action-buttons{left:0;right:auto}.e-bigger .e-inplaceeditor,.e-inplaceeditor.e-bigger,.e-bigger .e-inplaceeditor-tip,.e-inplaceeditor-tip.e-bigger{width:auto}.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor)+.e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor)+.e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle{stroke-width:inherit}.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor)+.e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor)+.e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle{stroke-width:inherit}.e-inplaceeditor .e-editable-loading,.e-inplaceeditor-tip .e-editable-loading{display:none;min-height:100%;position:absolute;top:0}.e-inplaceeditor .e-editable-loading.e-show,.e-inplaceeditor-tip .e-editable-loading.e-show{display:block}.e-inplaceeditor .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,.e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner{left:auto;right:5px;transform:translateX(-30%) translateY(-50%)}.e-inplaceeditor .e-editable-form,.e-inplaceeditor-tip .e-editable-form{width:100%}.e-inplaceeditor .e-editable-form.e-loading .e-input-group-icon,.e-inplaceeditor-tip .e-editable-form.e-loading .e-input-group-icon{visibility:hidden}.e-inplaceeditor .e-component-group,.e-inplaceeditor-tip .e-component-group{margin-bottom:4px}.e-inplaceeditor .e-component-group .e-editable-component,.e-inplaceeditor-tip .e-component-group .e-editable-component{min-width:150px;position:relative}.e-inplaceeditor .e-control-overlay,.e-inplaceeditor-tip .e-control-overlay{visibility:hidden}.e-inplaceeditor .e-control-overlay.e-richtexteditor,.e-inplaceeditor-tip .e-control-overlay.e-richtexteditor{opacity:.5;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;visibility:visible}.e-inplaceeditor .e-editable-action-buttons .e-btn-save,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save{margin:0 4px 0 0}.e-inplaceeditor .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons{font-size:16px}.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel{margin:0 0 0 4px}.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons{font-size:16px}.e-inplaceeditor .e-editable-action-buttons.e-hide,.e-inplaceeditor-tip .e-editable-action-buttons.e-hide{visibility:hidden}.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-save{margin:0 0 0 4px}.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-cancel{margin:0 4px 0 0}.e-inplaceeditor.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,.e-inplaceeditor-tip.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner{left:5px;right:auto;transform:translateX(30%) translateY(-50%)}.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content,.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content{padding: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-container,.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-container{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:16px}.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title+.e-editable-container,.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title+.e-editable-container{padding:16px}.e-bigger .e-inplaceeditor-tip .e-editable-title,.e-inplaceeditor-tip.e-bigger .e-editable-title{font-size:14px;min-height:46px;padding:12px 16px 12px 16px}.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:12px 16px 12px 16px}.e-inplaceeditor-tip{opacity:1;width:auto}.e-inplaceeditor-tip.e-tooltip-wrap{max-width:100%}.e-inplaceeditor-tip.e-tooltip-wrap .e-input-group.e-numeric.e-control-wrapper .e-clear-icon.e-clear-icon-hide,.e-inplaceeditor-tip.e-tooltip-wrap .e-input-group.e-numeric.e-control-container .e-clear-icon.e-clear-icon-hide{display:block;visibility:hidden}.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content{padding:0}.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title{-ms-flex-line-pack:center;align-content:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:12px;font-weight:500;height:36px;-ms-flex-pack:center;justify-content:center;padding:9px 12px 9px 12px}.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper{display:-ms-flexbox;display:flex;padding:12px}.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons{float:right;margin-top:4px;position:relative;right:auto;top:auto}.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container{display:-ms-flexbox;display:flex;padding:12px}.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons{float:right;margin-top:4px;position:relative;right:auto;top:auto}.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title+.e-editable-wrapper{padding:12px}.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title+.e-editable-container{padding:12px}.e-inplaceeditor-tip.e-hide{visibility:hidden}.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title{padding:9px 12px 9px 12px}.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons{float:left}.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons{float:left}.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor{background-size:150px 60px;min-height:60px}.e-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}.e-control .e-inplaceeditor,.e-tooltip-wrap.e-popup.e-inplaceeditor-tip.e-popup-open,.e-inplaceeditor .e-input-group.e-control-wrapper.e-editable-elements{border-radius:4px}.e-control.e-inplaceeditor .e-editable-value-wrapper{min-height:30px}.e-bigger .e-inplaceeditor .e-editable-value-wrapper,.e-inplaceeditor.e-bigger .e-editable-value-wrapper{min-height:38px}.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title,.e-bigger.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title{font-size:14px}.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-icon.e-icons .e-bigger.e-inplaceeditor .e-editable-action-buttons .e-btn-icon.e-icons{font-size:22px}/*! inplaceeditor theme */.e-inplaceeditor .e-editable-value-wrapper .e-editable-value{border-bottom:1px dashed #212529;color:#212529}.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon{color:#6c757d}.e-inplaceeditor .e-editable-value-wrapper.e-loading .e-editable-value{border-bottom:0}.e-inplaceeditor .e-editable-value-wrapper:hover{background:#e9ecef;border-radius:4px}.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value{border-bottom-color:rgba(0,0,0,0)}.e-inplaceeditor .e-editable-value-container .e-editable-value{border-bottom:1px dashed #212529;color:#212529}.e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon{color:#6c757d}.e-inplaceeditor .e-editable-value-container.e-loading .e-editable-value{border-bottom:0}.e-inplaceeditor .e-editable-value-container:hover{background:#e9ecef;border-radius:4px}.e-inplaceeditor .e-editable-value-container:hover .e-editable-value{border-bottom-color:rgba(0,0,0,0)}.e-inplaceeditor[data-underline=false] .e-editable-value-wrapper .e-editable-value{border-bottom:0}.e-inplaceeditor[data-underline=false] .e-editable-value-container .e-editable-value{border-bottom:0}.e-inplaceeditor.e-disable{pointer-events:none;-ms-touch-action:none;touch-action:none}.e-inplaceeditor.e-disable .e-editable-value-wrapper .e-editable-value{border-bottom-color:rgba(0,0,0,0)}.e-inplaceeditor.e-disable .e-editable-value-container .e-editable-value{border-bottom-color:rgba(0,0,0,0)}.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn,.e-inplaceeditor .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-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn{background-color:#fff;border:1px solid #dee2e6;border-radius:4px}.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons{color:#6c757d}.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover,.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover,.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover{background-color:#5a6268;border:1px solid #545b62}.e-inplaceeditor .e-editable-value-wrapper{background-color:rgba(0,0,0,0);border-radius:4px}.e-inplaceeditor .e-editable-value-wrapper.e-tooltip.e-editable-open{background:#fff}.e-inplaceeditor-tip.e-tooltip-wrap.e-popup{background:#fff;box-shadow:0 16px 48px rgba(0,0,0,.175)}.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content{border-radius:4px;color:#212529}.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner{color:#f8f9fa}.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top{border-bottom-color:#f8f9fa}.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom{border-top-color:#f8f9fa}.e-inplaceeditor-tip.e-tooltip-wrap.e-popup.e-popup{border:1px solid #ced4da}.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title{background:#f8f9fa;border-bottom:0;color:#212529}.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top{border-bottom-color:#ced4da}.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top{color:#f8f9fa}/*! TreeView's bootstrap5 theme wise override definitions and variables */@keyframes material-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fabric-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.e-kanban .e-column-expand::before{content:""}.e-kanban .e-column-collapse::before{content:""}.e-kanban .e-swimlane-row-expand::before{content:""}.e-kanban .e-swimlane-row-collapse::before{content:""}.e-kanban .e-show-add-icon::before{content:""}.e-kanban .e-swimlane-header-toolbar .e-icon-menu::before{content:""}.e-kanban.e-rtl .e-column-collapse::before{content:""}.e-kanban.e-rtl .e-column-expand::before{content:""}.e-kanban.e-rtl .e-swimlane-row-collapse::before{content:""}.e-mobile-popup-wrapper .e-close-icon::before{content:""}/*! kanban component layout */.e-kanban{display:block;outline:medium none;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-kanban .e-kanban-table{border:0;border-collapse:separate;border-spacing:10px 4px;table-layout:fixed;width:100%}.e-kanban .e-kanban-table col.e-collapsed{width:42px}.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:12px 12px 12px 20px}.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header{display:-ms-flexbox;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:1.5;padding:0 0 0 8px}.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-item-count{font-size:12px;font-weight:500;line-height:1.5;opacity:.57;padding:3px}.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-expand,.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-collapse{border:1px solid rgba(0,0,0,0);color:#adb5bd;cursor:pointer;font-size:14px;height:20px;margin:1px;padding:2px}.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-expand:hover,.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-expand:focus,.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-collapse:hover,.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-collapse:focus{background:#5c636a;border:1px solid rgba(0,0,0,0);border-radius:4px;box-shadow:none;color:#fff;margin:1px;padding:2px}.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-expand:focus,.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-collapse:focus{background:#5c636a;box-shadow:0 0 0 4px rgba(130,138,145,.5)}.e-kanban .e-kanban-header>div{overflow:hidden}.e-kanban .e-kanban-header .e-header-cells{border-radius:4px;height:44px;overflow:hidden;padding:8px;position:relative;text-align:left;text-overflow:ellipsis;white-space:nowrap}.e-kanban .e-kanban-header .e-header-cells .e-header-wrap{display:-ms-flexbox;display:flex}.e-kanban .e-kanban-header .e-header-cells .e-header-wrap .e-header-title{display:-ms-flexbox;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 #ced4da}.e-kanban .e-kanban-header .e-header-cells.e-toggle-header .e-column-expand{cursor:pointer;font-size:14px;padding:4px}.e-kanban .e-kanban-header .e-header-cells.e-toggle-header .e-column-collapse{cursor:pointer;font-size:14px;padding:2px}.e-kanban .e-kanban-header .e-header-cells.e-min-color{background:#fff3cd}.e-kanban .e-kanban-header .e-header-cells.e-max-color{background:#f8d7da}.e-kanban .e-kanban-header .e-header-cells.e-collapsed{background-color:#f8f9fa;text-align:center;width:42px}.e-kanban .e-kanban-header .e-header-cells.e-collapsed .e-header-wrap{-ms-flex-pack:center;justify-content:center}.e-kanban .e-kanban-header .e-header-cells.e-collapsed.e-min-color{background:#fff3cd}.e-kanban .e-kanban-header .e-header-cells.e-collapsed.e-max-color{background:#f8d7da}.e-kanban .e-kanban-header .e-header-cells.e-collapsed .e-limits,.e-kanban .e-kanban-header .e-header-cells.e-collapsed .e-header-title{display:none}.e-kanban .e-kanban-header .e-header-cells .e-header-text{font-size:12px;font-weight:500;line-height:1.5;overflow:hidden;padding-right:5px;text-overflow:ellipsis}.e-kanban .e-kanban-header .e-header-cells .e-item-count{font-size:10px;font-weight:500;line-height:1.625;margin-top:0;opacity:1;text-transform:capitalize}.e-kanban .e-kanban-header .e-header-cells .e-limits{display:-ms-flexbox;display:flex;padding-top:3px}.e-kanban .e-kanban-header .e-header-cells .e-limits .e-min-count,.e-kanban .e-kanban-header .e-header-cells .e-limits .e-max-count{font-size:12px;font-weight:500;opacity:1;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:-ms-flexbox;display:flex;height:26px;position:relative}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-kanban-border{display:none}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-kanban-border.e-dropping{display:block;position:absolute}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-limits .e-min-count,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-limits .e-max-count{font-size:12px;font-weight:500;opacity:1;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:#fff3cd}.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-max-color{background:#f8d7da}.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed{overflow:hidden;text-align:center;width:42px}.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-card-wrapper,.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-card-container,.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-limits{display:none}.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text{color:#343a40;font-size:12px;font-weight:500;overflow:hidden;padding:12px;position:relative;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;-ms-writing-mode:tb-lr;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 #0d6efd;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 #adb5bd;color:#adb5bd}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-multi-card-wrapper,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-multi-card-container{display:none}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container{height:inherit;overflow:auto;padding:12px 12px 0}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-empty-card,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-empty-card{color:#495057;display:table;font-size:14px;line-height:1.5;margin:0 auto;padding:20px 0;position:relative}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card{border:1px solid #dee2e6;border-radius:6px;box-shadow:none;margin-bottom:12px;min-height:50px}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-draggable,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-draggable{cursor:all-scroll}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-header,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-header{padding:12px 14px 0}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-header .e-card-header-title,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-header .e-card-header-title{font-size:14px;font-weight:500;line-height:1.625}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-footer,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-footer{display:-ms-inline-flexbox;display:inline-flex;line-height:normal;padding:13px 14px}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-content,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-content{font-size:14px;line-height:1.625;padding:8px 14px}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color{border:1px solid rgba(0,0,0,0);border-left:2px solid}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-header,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-header{padding:12px 14px 0 14px}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-content,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-content{padding:8px 14px 12px 14px}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-tags,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-tags{padding:8px 14px 0 12px}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color.e-selection,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color.e-selection{border:1px solid #0d6efd;border-left:2px solid;box-shadow:none}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color.e-selection:hover,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color.e-selection:hover{border:1px solid #0d6efd;border-left:2px solid;box-shadow:none;padding:0}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color:hover,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color:hover{border:1px solid #adb5bd;border-left:2px solid;box-shadow:none}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-footer,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-footer{padding:8px 18px 8px 16px}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-tag,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-tag{border-radius:2px;display:inline-block;font-size:14px;line-height:1.625;margin-right:4px;max-width:100%;overflow:hidden;padding:1px 4px;text-overflow:ellipsis}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-tags,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-tags{line-height:1;padding:12px 12px 0}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-cloned-card,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-cloned-card{position:absolute;z-index:1}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-selection,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-selection{border:1px solid #0d6efd;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1)}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-selection:hover,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-selection:hover{border:1px solid #0d6efd;box-shadow:none;padding:0}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card:hover,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card:hover{border:1px solid #adb5bd;box-shadow:none}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card:focus,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card:focus{border:1px solid #adb5bd}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color:focus,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color:focus{border:1px solid #adb5bd;border-left:2px solid}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-kanban-dragged-card,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-kanban-dragged-card{display:none}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-multi-card-clone,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-multi-card-clone{border:1px solid #adb5bd;height:34px}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-multi-card-text,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-multi-card-text{background:#fff;display:table-cell;padding-left:8px;text-align:center}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dropped-clone{border-radius:6px;margin-bottom:12px}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dragged-clone,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dragged-clone{background-color:#dee2e6;border:1px dashed #adb5bd}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-target-dropped-clone,.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-target-dropped-clone{background:#e7f1ff;border:1px dashed #0d6efd}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-target-multi-clone .e-column-key{border-bottom:1px dashed #adb5bd;border-left:1px dashed #adb5bd;border-right:1px dashed #adb5bd}.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;color:#adb5bd;font-size:16px;opacity:1}.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-target-multi-clone .e-column-key:first-child{border-top:1px dashed #adb5bd}.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells{height:46px;min-height:50px}.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header{display:-ms-flexbox;display:flex;padding:12px}.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand,.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse{border:1px solid rgba(0,0,0,0);color:#adb5bd;cursor:pointer;font-size:14px;height:20px;margin:1px;padding:0}.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand:hover,.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand:focus,.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse:hover,.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse:focus{background:none;border:1px solid rgba(0,0,0,0);border-radius:4px;box-shadow:0 0 0 4px rgba(130,138,145,.5);color:#0d6efd;font-size:14px;margin:1px;padding:0}.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:1.5;padding:0 0 0 8px}.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:500;line-height:20px;opacity:.57;padding:1px 2px}.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells{border:1px solid rgba(0,0,0,0);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 #adb5bd}.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells.e-min-color{background:#fff3cd}.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells.e-max-color{background:#f8d7da}.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells:focus{border:1px solid rgba(0,0,0,0);box-shadow:0 0 0 4px rgba(13,110,253,.25)}.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells .e-card-wrapper,.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells .e-card-container{min-height:50px}.e-kanban .e-kanban-content .e-content-row:not(.e-swimlane-row) .e-content-cells .e-dropping{border:1px dashed #adb5bd}.e-kanban .e-kanban-content .e-content-row.e-collapsed:not(.e-swimlane-row) .e-content-cells{border-bottom:0;height:0}.e-kanban .e-kanban-content .e-content-row.e-collapsed:not(.e-swimlane-row) .e-content-cells>.e-collapse-header-text,.e-kanban .e-kanban-content .e-content-row.e-collapsed:not(.e-swimlane-row) .e-content-cells .e-limits,.e-kanban .e-kanban-content .e-content-row.e-collapsed:not(.e-swimlane-row) .e-content-cells .e-show-add-button,.e-kanban .e-kanban-content .e-content-row.e-collapsed:not(.e-swimlane-row) .e-content-cells .e-card-wrapper,.e-kanban .e-kanban-content .e-content-row.e-collapsed:not(.e-swimlane-row) .e-content-cells .e-card-container{display:none}.e-kanban.e-rtl .e-kanban-table .e-header-cells{text-align:right}.e-kanban.e-rtl .e-kanban-table .e-header-cells .e-header-text{padding-left:5px;padding-right:initial;text-align:right;text-transform:uppercase}.e-kanban.e-rtl .e-kanban-table .e-header-cells .e-limits .e-max-count{text-align:left}.e-kanban.e-rtl .e-kanban-table .e-header-cells.e-toggle-header .e-column-collapse{text-align:center}.e-kanban.e-rtl .e-kanban-table.e-content-table .e-content-row .e-content-cells .e-limits .e-max-count{left:0;right:auto}.e-kanban.e-rtl .e-kanban-table.e-content-table .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text{direction:initial}.e-kanban.e-rtl .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand,.e-kanban.e-rtl .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse{margin:1px}.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar{background:#f8f9fa;border-bottom:0;display:-ms-flexbox;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:16px;font-weight:500;line-height:1.5;padding:5px}.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar .e-toolbar-menu,.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar .e-toolbar-level-title{padding-top:6px}.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar .e-toolbar-menu .e-icon-menu,.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar .e-toolbar-level-title .e-icon-menu{color:inherit;font-size:18px;padding:7px;padding-left:4px}.e-kanban.e-device .e-kanban-header .e-swimlane .e-header-cells{border-bottom:0}.e-kanban.e-device .e-swimlane-content{position:absolute;width:100%}.e-kanban.e-device .e-swimlane-content .e-swimlane-resource{background:#fff;border:1px solid #dee2e6;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:rgba(0,0,0,.5);height:100%;opacity:1;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-toolbar-swimlane-name,.e-bigger.e-kanban .e-swimlane-header-toolbar .e-toolbar-swimlane-name{font-size:18px}.e-bigger .e-kanban .e-swimlane-header-toolbar .e-icon-menu,.e-bigger.e-kanban .e-swimlane-header-toolbar .e-icon-menu{font-size:20px}.e-bigger .e-kanban .e-kanban-table.e-content-table,.e-bigger.e-kanban .e-kanban-table.e-content-table{border-spacing:12px 4px}.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:12px 0}.e-bigger .e-kanban .e-frozen-swimlane-row .e-frozen-row,.e-bigger.e-kanban .e-frozen-swimlane-row .e-frozen-row{padding:16px 16px 16px 28px}.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:16px}.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:1.625;padding:4px}.e-bigger .e-kanban .e-kanban-table col.e-collapsed,.e-bigger.e-kanban .e-kanban-table col.e-collapsed{width:48px}.e-bigger .e-kanban .e-kanban-table .e-header-cells,.e-bigger.e-kanban .e-kanban-table .e-header-cells{height:48px}.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:500;line-height:1.5;text-transform:uppercase}.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:500;line-height:1.5;margin-top:4px;text-transform:capitalize}.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-collapse,.e-bigger.e-kanban .e-kanban-table .e-header-cells .e-column-expand{font-size:14px}.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-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-container{padding:16px 16px 0}.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-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-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-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{margin-bottom:16px}.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:14px}.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:16px;line-height:1.5}.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:1.5;padding:5px}.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-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-collapse{font-size:14px;padding-top:4px}.e-bigger .e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand:hover,.e-bigger .e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand:focus,.e-bigger .e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse:hover,.e-bigger .e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse:focus,.e-bigger.e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand:hover,.e-bigger.e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand:focus,.e-bigger.e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse:hover,.e-bigger.e-kanban .e-kanban-content .e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse:focus{padding-top:4px}.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-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-container .e-card.e-card-color .e-card-header{padding:12px 20px 0 20px}.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-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-container .e-card.e-card-color .e-card-content{padding:12px 20px 12px 20px}.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-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-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-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-footer{padding:0 24px 12px 22px}.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-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-container .e-card .e-card-header{padding:24px 24px 0}.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-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-container .e-card .e-card-content{padding:8px 24px 12px}.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-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-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-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-footer{padding:0 24px 12px}.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-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-container .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-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-container .e-card{margin-bottom:16px}.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-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-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-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-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-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-container .e-card .e-card-header .e-card-header-title{font-size:16px;line-height:1.5}.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-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-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-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-content,.e-bigger.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-content{font-size:16px;line-height:1.625}.e-mobile-popup-wrapper.e-device,.e-mobile-popup-container.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:-ms-flexbox;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;-ms-user-select:none;user-select:none;width:100%;z-index:1004}.e-mobile-popup-wrapper.e-device .e-popup-header .e-close,.e-mobile-popup-container.e-device .e-popup-header .e-close{background-color:rgba(0,0,0,0)}.e-mobile-popup-wrapper.e-device .e-popup-content,.e-mobile-popup-container.e-device .e-popup-content{color:inherit;font-size:15px;font-weight:500;overflow:hidden;padding:5px;text-overflow:ellipsis;white-space:nowrap;width:100%}.e-kanban-dialog{min-width:350px}.e-kanban-dialog .e-kanban-form-wrapper table,.e-kanban-dialog .e-kanban-form-container table{width:100%}.e-kanban-dialog .e-kanban-form-wrapper table td,.e-kanban-dialog .e-kanban-form-container table td{color:#343a40;font-size:14px;font-weight:500;letter-spacing:0;line-height:1.5;opacity:1;padding:8px 0;text-align:left}.e-kanban-dialog .e-kanban-form-wrapper table .e-label,.e-kanban-dialog .e-kanban-form-container table .e-label{padding-right:10px;vertical-align:top;width:70px}.e-kanban-dialog .e-kanban-form-wrapper table .e-field,.e-kanban-dialog .e-kanban-form-container 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-wrapper table .e-label,*.e-rtl .e-kanban-form-container table .e-label{padding-left:10px;padding-right:0;text-align:right}*.e-rtl .e-dialog-delete{float:right}/*! kanban component theme */.e-kanban{background:#fff}.e-kanban .e-kanban-table .e-header-cells{background-color:#f8f9fa}.e-kanban .e-kanban-table .e-header-cells .e-header-text{color:#343a40}.e-kanban .e-kanban-table .e-header-cells .e-item-count{color:#6c757d}.e-kanban .e-kanban-table .e-header-cells .e-limits{color:#6c757d}.e-kanban .e-kanban-table .e-header-cells .e-column-expand,.e-kanban .e-kanban-table .e-header-cells .e-column-collapse{border:1px solid rgba(0,0,0,0);color:#adb5bd}.e-kanban .e-kanban-table .e-header-cells .e-column-expand:hover,.e-kanban .e-kanban-table .e-header-cells .e-column-expand:focus,.e-kanban .e-kanban-table .e-header-cells .e-column-collapse:hover,.e-kanban .e-kanban-table .e-header-cells .e-column-collapse:focus{background:none;border:1px solid rgba(0,0,0,0);border-radius:4px;box-shadow:0 0 0 4px rgba(13,110,253,.25);color:#0d6efd}.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td{background-color:#f8f9fa}.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count{color:#212529}.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover{background-color:#e7f1ff}.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon{color:#0d6efd}.e-kanban .e-kanban-table.e-content-table .e-card{background:#fff}.e-kanban .e-kanban-table.e-content-table .e-card.e-selection{background-color:#fff}.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header{color:#212529}.e-kanban .e-kanban-table.e-content-table .e-card .e-card-content{color:#343a40}.e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label{background-color:#dee2e6;color:#212529}.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active{background:#e7f1ff;border-color:#0d6efd}.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-bottom-border{border-bottom-color:#0d6efd}.e-kanban .e-kanban-table.e-content-table .e-target-multi-clone .e-column-key.e-multi-active:first-child{border-color:#0d6efd}.e-kanban .e-frozen-swimlane-row{background:#fff}.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-swimlane-text{color:#212529}.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-item-count{color:#6c757d}.e-kanban-dialog .e-kanban-form-wrapper table textarea{background-color:initial;color:#212529;min-width:70%;font-weight:400;border-color:#dee2e6;border-radius:4px;outline:none;padding:4px 8px 4px 12px}.e-kanban-dialog .e-kanban-form-wrapper table textarea:focus{box-shadow:0 0 0 2px #0d6efd}.e-toast .e-toast-close-icon::before{content:"";font-family:"e-icons"}.e-toast .e-toast-success-icon::before{content:"";font-family:"e-icons"}.e-toast .e-toast-error-icon::before{content:"";font-family:"e-icons"}.e-toast .e-toast-info-icon::before{content:"";font-family:"e-icons"}.e-toast .e-toast-warning-icon::before{content:"";font-family:"e-icons"}/*! 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:initial;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:initial;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:16px;margin-right:initial}.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:4px;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:16px}.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;padding-bottom:8px;padding-left:48px;padding-right:12px;padding-top:8px}.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;padding-bottom:16px}.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;padding:16px 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:16px 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:16px 0;text-align:right;border-top:1px solid #ced4da;margin-left:16px;margin-right:16px}.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;margin-top:13px;position:absolute;right:12px}.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:16px;width:24px;left:18px;margin-top:13px;position:absolute}.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:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;position:relative}.e-toast-container.e-toast-top-left{left:10px;top:10px}.e-toast-container.e-toast-bottom-left{bottom:10px;left:10px}.e-toast-container.e-toast-top-right{right:10px;top:10px}.e-toast-container.e-toast-bottom-right{bottom:10px;right:10px}.e-toast-container.e-toast-bottom-center{bottom:10px;pointer-events:none;right:0;width:100%}.e-toast-container.e-toast-bottom-center .e-toast{margin:0 auto 10px;pointer-events:auto}.e-toast-container.e-toast-top-center{pointer-events:none;right:0;top:10px;width:100%}.e-toast-container.e-toast-top-center .e-toast{margin:0 auto 10px;pointer-events:auto}.e-toast-container.e-toast-full-width{left:0;right:0;width:100%}.e-toast-container.e-toast-full-width .e-toast{margin:0 auto 10px;width:96%}.e-toast-container.e-rtl .e-toast .e-toast-actions{text-align:left}.e-toast-container.e-rtl .e-toast .e-toast-actions>*{margin-left:initial;margin-right:10px}.e-toast-container.e-rtl .e-toast .e-toast-close-icon{margin-left:initial;margin-right:auto}.e-toast-container.e-rtl .e-toast .e-toast-icon{margin-left:14px;margin-right:initial}.e-toast-container.e-rtl .e-toast .e-toast-progress{left:auto;right:0}.e-toast-container .e-toast{border-radius:4px;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;margin:0 0 10px;overflow:hidden;padding:0;position:relative}.e-toast-container .e-toast .e-toast-icon,.e-toast-container .e-toast .e-toast-message{display:-ms-inline-flexbox;display:inline-flex}.e-toast-container .e-toast>*{word-break:break-word;word-wrap:break-word}.e-toast-container .e-toast .e-toast-message{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-ms-flex-direction:column;flex-direction:column;overflow:hidden;width:inherit}.e-toast-container .e-toast .e-toast-message .e-toast-title,.e-toast-container .e-toast .e-toast-message .e-toast-content{overflow:hidden;text-overflow:ellipsis}.e-toast-container .e-toast .e-toast-message .e-toast-title:first-child,.e-toast-container .e-toast .e-toast-message .e-toast-content:first-child{padding:0;padding-bottom:12px;padding-left:12px;padding-right:12px;padding-top:12px}.e-toast-container .e-toast .e-toast-message .e-toast-title:last-child,.e-toast-container .e-toast .e-toast-message .e-toast-content:last-child{padding-bottom:0;padding-bottom:12px}.e-toast-container .e-toast .e-toast-message .e-toast-title>*,.e-toast-container .e-toast .e-toast-message .e-toast-content>*{overflow:hidden;text-overflow:ellipsis}.e-toast-container .e-toast .e-toast-message .e-toast-title{font-size:14px;font-weight:500;letter-spacing:.5px;border-bottom:1px solid #ced4da}.e-toast-container .e-toast .e-toast-message .e-toast-content{padding:12px;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;padding:16px 0}.e-toast-container .e-toast .e-toast-message .e-toast-actions{margin:1px;border-top:1px solid #ced4da;margin-left:12px;margin-right:12px;padding:12px 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-header-icon .e-toast-message .e-toast-title:first-child,.e-toast-container .e-toast.e-toast-header-icon .e-toast-message .e-toast-content:first-child{padding-left:48px}.e-toast-container .e-toast.e-toast-header-close-icon .e-toast-message .e-toast-title:first-child,.e-toast-container .e-toast.e-toast-header-close-icon .e-toast-message .e-toast-content:first-child{padding-right:30px}.e-toast-container .e-toast .e-toast-close-icon{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;font-size:14px;height:20px;-ms-flex-pack:center;justify-content:center;margin-left:auto;width:20px;margin-top:13px;position:absolute;right:8px}.e-toast-container .e-toast .e-toast-icon{-ms-flex-align:center;align-items:center;font-size:14px;height:20px;-ms-flex-pack:center;justify-content:center;margin-right:14px;width:20px;left:16px;margin-top:13px;position:absolute}.e-toast-container .e-toast .e-toast-progress{bottom:0;height:4px;left:0;position:absolute}.e-content-placeholder.e-toast.e-placeholder-toast{background-size:400px 100px;min-height:100px}.e-bigger .e-content-placeholder.e-toast.e-placeholder-toast,.e-bigger.e-content-placeholder.e-toast.e-placeholder-toast{background-size:400px 100px;min-height:100px}.e-blazor-toast-hidden{visibility:hidden}.e-toast-container .e-toast .e-toast-close-icon.blazor-toast-close-icon{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-radius:50%;bottom:6px;height:20px;position:relative;width:22px}.e-toast-container .e-toast{background-color:#fff;border:1px solid #dee2e6;box-shadow:0 .8px 16px rgba(0,0,0,.15);color:#fff}.e-toast-container .e-toast .e-toast-close-icon{color:#6c757d}.e-toast-container .e-toast .e-toast-close-icon.e-blazor-toast-close-icon,.e-toast-container .e-toast .e-toast-close-icon.e-blazor-toast-close-icon:focus,.e-toast-container .e-toast .e-toast-close-icon.e-blazor-toast-close-icon:active{background-color:rgba(0,0,0,0);border:0;box-shadow:none;outline:0}.e-toast-container .e-toast.e-toast-success{background-color:#d1e7dd;color:#198754}.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-title{color:#198754;border-color:#198754}.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-content{color:#198754}.e-toast-container .e-toast.e-toast-success .e-toast-icon{color:#198754}.e-toast-container .e-toast.e-toast-success .e-toast-close-icon{color:#198754}.e-toast-container .e-toast.e-toast-success:hover{background-color:#d1e7dd;box-shadow:0 .8px 16px rgba(0,0,0,.15);color:#198754}.e-toast-container .e-toast.e-toast-info{background-color:#cff4fc;color:#066477}.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title{color:#066477;border-color:#066477}.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content{color:#066477}.e-toast-container .e-toast.e-toast-info .e-toast-icon{color:#066477}.e-toast-container .e-toast.e-toast-info .e-toast-close-icon{color:#066477}.e-toast-container .e-toast.e-toast-info:hover{background-color:#cff4fc;box-shadow:0 .8px 16px rgba(0,0,0,.15);color:#066477}.e-toast-container .e-toast.e-toast-warning{background-color:#fff3cd;color:#876500}.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title{color:#876500;border-color:#876500}.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content{color:#876500}.e-toast-container .e-toast.e-toast-warning .e-toast-icon{color:#876500}.e-toast-container .e-toast.e-toast-warning .e-toast-close-icon{color:#876500}.e-toast-container .e-toast.e-toast-warning:hover{background-color:#fff3cd;box-shadow:0 .8px 16px rgba(0,0,0,.15);color:#876500}.e-toast-container .e-toast.e-toast-danger{background-color:#f8d7da;color:#dc3545}.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-title{color:#dc3545;border-color:#dc3545}.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-content{color:#dc3545}.e-toast-container .e-toast.e-toast-danger .e-toast-icon{color:#dc3545}.e-toast-container .e-toast.e-toast-danger .e-toast-close-icon{color:#dc3545}.e-toast-container .e-toast.e-toast-danger:hover{background-color:#f8d7da;box-shadow:0 .8px 16px rgba(0,0,0,.15);color:#dc3545}.e-toast-container .e-toast:hover{background-color:#fff;box-shadow:0 .8px 16px rgba(0,0,0,.15)}.e-toast-container .e-toast .e-toast-icon{color:#6c757d}.e-toast-container .e-toast .e-toast-message .e-toast-title{color:#212529}.e-toast-container .e-toast .e-toast-message .e-toast-content{color:#343a40}.e-toast-container .e-toast .e-toast-progress{background-color:#0d6efd}/*! PdfViewer's default definitions and variables */.e-pdfviewer .e-pv-icon::before{font-family:"e-icons"}.e-pdfviewer .e-pv-icon-search::before{font-family:"e-icons";font-size:12px}.e-pdfviewer .e-pv-open-document-icon::before{content:""}.e-pdfviewer .e-pv-download-document-icon::before{content:""}.e-pdfviewer .e-pv-print-document-icon::before{content:""}.e-pdfviewer .e-pv-first-page-navigation-icon::before{content:""}.e-pdfviewer .e-pv-previous-page-navigation-icon::before{content:""}.e-pdfviewer .e-pv-prev-search-icon::before{color:#6c757d;content:""}.e-pdfviewer .e-pv-next-page-navigation-icon::before{content:""}.e-pdfviewer .e-pv-next-search-icon::before{color:#6c757d;content:""}.e-pdfviewer .e-pv-last-page-navigation-icon::before{content:""}.e-pdfviewer .e-pv-zoom-out-icon::before{content:"";line-height:26px}.e-pdfviewer .e-pv-zoom-in-icon::before{content:"";line-height:26px}.e-pdfviewer .e-pv-thumbnail-view-icon::before{content:""}.e-pdfviewer .e-pv-stamp-icon::before{content:""}.e-pdfviewer .e-pv-thumbnail-view-disable-icon::before{color:#adb5bd;content:""}.e-pdfviewer .e-pv-thumbnail-view-selection-icon::before{color:#fff;content:""}.e-pdfviewer .e-pv-bookmark-icon::before{content:""}.e-pdfviewer .e-pv-bookmark-disable-icon::before{color:#adb5bd;content:""}.e-pdfviewer .e-pv-bookmark-selection-icon::before{color:#fff;content:""}.e-pdfviewer .e-pv-title-close-icon::before,.e-pdfviewer .e-pv-annotation-tools-close-icon::before,.e-pdfviewer .e-pv-annotation-popup-close::before{content:""}.e-pdfviewer .e-pv-resize-icon::before{content:"";font-size:10px}.e-pdfviewer .e-pv-text-select-tool-icon::before{content:""}.e-pdfviewer .e-pv-pan-tool-icon::before{content:""}.e-pdfviewer .e-pv-text-search-icon::before{content:""}.e-pdfviewer .e-pv-search-icon::before{content:"";font-family:"e-icons"}.e-pdfviewer .e-pv-search-close::before{content:"";font-family:"e-icons"}.e-pdfviewer .e-pv-formdesigner-icon::before{content:""}.e-pdfviewer .e-pv-annotation-icon::before{content:""}.e-pdfviewer .e-pv-annotation-color-icon::before{content:""}.e-pdfviewer .e-pv-annotation-stroke-icon::before{content:""}.e-pdfviewer .e-pv-annotation-opacity-icon::before{content:""}.e-pdfviewer .e-pv-annotation-thickness-icon::before{content:""}.e-pdfviewer .e-pv-annotation-delete-icon::before{content:""}.e-pdfviewer .e-pv-undo-icon::before{content:""}.e-pdfviewer .e-pv-redo-icon::before{content:""}.e-pdfviewer .e-pv-more-icon::before{color:#6c757d;content:""}.e-pdfviewer .e-pv-backward-icon::before{content:""}.e-pdfviewer .e-pv-notification-icon{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");background-repeat:no-repeat;background-size:36.7px 31.7px;height:31.7px}.e-pdfviewer .e-pv-notification-icon-rtl{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");background-position:right;background-repeat:no-repeat;background-size:36.7px 31.7px;height:31.7px}.e-pdfviewer .e-pv-textbox-icon::before{content:""}.e-pdfviewer .e-pv-password-icon::before{content:""}.e-pdfviewer .e-pv-checkbox-icon::before{content:""}.e-pdfviewer .e-pv-radiobutton-icon::before{content:""}.e-pdfviewer .e-pv-dropdown-icon::before{content:""}.e-pdfviewer .e-pv-listbox-icon::before{content:""}.e-pdfviewer .e-pv-annotation-shape-icon::before{content:""}.e-pdfviewer .e-pv-annotation-calibrate-icon::before{content:""}.e-pv-download-document-icon.e-menu-icon::before{content:""}.e-pv-bookmark-icon.e-menu-icon::before{content:""}.e-pv-highlight-icon::before{content:"";font-family:"e-icons"}.e-pv-underline-icon::before{content:"";font-family:"e-icons"}.e-pv-strikethrough-icon::before{content:"";font-family:"e-icons"}.e-pv-copy-icon::before{content:"";font-family:"e-icons"}.e-pv-cut-icon::before{content:"";font-family:"e-icons"}.e-pv-paste-icon::before{content:"";font-family:"e-icons"}.e-pv-delete-icon::before{content:"";font-family:"e-icons"}.e-pv-properties-fill-color-icon::before{content:"";font-family:"e-icons"}.e-pv-properties-stroke-color-icon::before{content:"";font-family:"e-icons"}.e-pv-shape-line-icon::before{content:"";font-family:"e-icons"}.e-pv-shape-arrow-icon::before{content:"";font-family:"e-icons"}.e-pv-shape-rectangle-icon::before{content:"";font-family:"e-icons"}.e-pv-shape-circle-icon::before{content:"";font-family:"e-icons"}.e-pv-shape-pentagon-icon::before{content:"";font-family:"e-icons"}.e-pv-comment-icon::before{content:"";font-family:"e-icons"}.e-pv-property-icon::before{content:"";font-family:"e-icons"}.e-pv-comment-selection-icon::before{color:#fff;content:"";font-family:"e-icons"}.e-pv-comment-panel-icon::before{content:"";font-family:"e-icons"}.e-pv-accepted-icon::before{color:#fff;content:"";font-family:"e-icons";font-size:14px;padding:1px 1px 1px 4px;position:absolute}.e-pv-rejected-icon::before{color:#fff;content:"";font-family:"e-icons";font-size:14px;padding:2px 1px 1px 4px;position:absolute}.e-pv-completed-icon::before{color:#fff;content:"";font-family:"e-icons";font-size:14px;padding:2px 1px 1px 3.5px;position:absolute}.e-pv-cancelled-icon::before{color:#fff;content:"";font-family:"e-icons";font-size:14px;padding:2px 1px 1px 3.5px;position:absolute}.e-pv-scale-ratio-icon::before{content:"";font-family:"e-icons"}.e-pv-calibrate-distance-icon::before{content:"";font-family:"e-icons"}.e-pv-calibrate-perimeter-icon::before{content:"";font-family:"e-icons"}.e-pv-calibrate-area-icon::before{content:"";font-family:"e-icons"}.e-pv-calibrate-radius-icon::before{content:"";font-family:"e-icons"}.e-pv-calibrate-volume-icon::before{content:"";font-family:"e-icons"}.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret::before{content:"";font-size:18px}.e-pv-freetext-icon::before{content:"";font-family:"e-icons"}.e-pv-annotation-textcolor-icon::before{content:""}.e-pv-annotation-textalign-icon::before{content:"";font-family:"e-icons"}.e-pv-annotation-textprop-icon::before{content:"";font-family:"e-icons"}.e-pv-left-align-icon::before{content:"";font-family:"e-icons"}.e-pv-right-align-icon::before{content:"";font-family:"e-icons"}.e-pv-center-align-icon::before{content:"";font-family:"e-icons"}.e-pv-justfiy-align-icon::before{content:"";font-family:"e-icons"}.e-pv-bold-icon::before{content:"";font-family:"e-icons"}.e-pv-italic-icon::before{content:"";font-family:"e-icons"}.e-pv-strikeout-icon::before{content:"";font-family:"e-icons"}.e-pv-underlinetext-icon::before{content:"";font-family:"e-icons"}.e-pv-superscript-icon::before{content:"";font-family:"e-icons"}.e-pv-subscript-icon::before{content:"";font-family:"e-icons"}.e-pv-handwritten-icon::before{content:"";font-family:"e-icons"}.e-pv-inkannotation-icon::before{content:"";font-family:"e-icons"}.e-pv-delete::before{content:"";font-family:"e-icons"}.e-pv-eye-icon::before{content:"";cursor:pointer;font-family:"e-icons";font-size:18px;padding:7px}.e-pv-eye-slash-icon::before{content:"";cursor:pointer;font-family:"e-icons";font-size:18px;padding:7px}/*! component layout */.e-pdfviewer .e-pv-viewer-container{border-style:solid;border-width:1px 1px 1px 0}.e-pdfviewer .e-pv-text-layer{position:absolute;top:0;z-index:2}.e-pdfviewer .e-pv-annotation-canvas{left:0;position:absolute;top:0}.e-pdfviewer .e-pv-text{background:rgba(0,0,0,0);color:rgba(0,0,0,0);line-height:normal;opacity:.6;position:absolute}.e-pdfviewer .e-pv-search-text-highlight,.e-pdfviewer .e-pv-search-text-highlightother{line-height:normal;opacity:.6;position:absolute}.e-pdfviewer .e-pv-hyperlink{z-index:2}.e-pdfviewer .e-pv-hyperlink.e-pv-onselection{z-index:1}.e-pdfviewer .e-enable-text-selection{-ms-user-select:text;-webkit-user-select:text;user-select:text}.e-pdfviewer .e-disable-text-selection{-ms-user-select:none;-webkit-user-select:none;user-select:none}.e-pdfviewer .e-enable-text-selection .e-pv-text{display:inline-block}.e-pdfviewer .e-disable-text-selection .e-pv-text{display:none}.e-pdfviewer .e-pv-cursor{cursor:text}.e-pdfviewer .e-pv-crosshair-cursor{cursor:crosshair}.e-pdfviewer .e-pv-touch-select-drop{display:inline-block;height:30px;position:absolute;width:30px;z-index:1000}.e-pdfviewer .e-pv-touch-ellipse{background-color:#0d6efd;border-bottom-left-radius:50%;border-bottom-right-radius:50%;border-color:#0d6efd;border-style:solid;border-top-left-radius:50%;border-width:2px;height:20px;margin:0 0 0 9px;position:absolute;width:20px}.e-pdfviewer .e-pv-annotation-note{border-radius:2px;cursor:auto;font-size:14px;height:auto;max-width:200px;min-height:10px;min-width:30px;overflow-wrap:break-word;padding:5px;position:absolute;width:auto;z-index:10000}.e-pdfviewer .e-pv-annotation-note-author{border-bottom:1px solid #000;font-weight:bold}.e-pdfviewer .e-pv-annotation-popup-menu{cursor:auto;min-width:396px;padding-bottom:6px;position:absolute;width:auto;z-index:10000}.e-pdfviewer .e-pv-annotation-popup-header{height:auto;min-height:29px;padding-top:14px}.e-pdfviewer .e-pv-annotation-popup-author{float:left;font-size:16px;font-weight:bold;margin-left:14px}.e-pdfviewer .e-pv-annotation-popup-close{float:right;height:20px;margin-right:14px;width:20px}.e-pdfviewer .e-pv-annotation-modified-time{height:14px;margin-left:14px;padding-top:8px}.e-pdfviewer .e-pv-annotation-popup-note-container{height:auto;padding:14px;width:auto}.e-pdfviewer .e-pv-annotation-popup-content{background-color:#fff;border:1px solid;font-size:16px;min-height:132.08px;overflow:hidden auto;width:368px}.e-pdfviewer .e-pv-properties-fill-color-icon,.e-pdfviewer .e-pv-properties-stroke-color-icon{border-bottom:2px solid}.e-pdfviewer .e-pv-drop{color:#0d6efd;display:inline-block;height:20px;position:absolute;width:20px;z-index:1000}.e-pdfviewer .e-pv-droplet{background-color:#0d6efd;border-bottom-left-radius:50%;border-bottom-right-radius:50%;border-color:#0d6efd;border-style:solid;border-top-left-radius:50%;border-width:2px;height:20px;margin:0 0 0 9px;position:absolute;width:20px}.e-pv-viewer-container{background-color:#e9ecef;border-color:#e9ecef;height:100%;overflow:auto;position:relative;-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar{display:none}input.e-pv-input-password::-ms-reveal{display:none}.e-pv-page-container{margin:0;padding:0;-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.e-pv-signaturehover{background-color:#e9ecef}.e-pv-mobilespanscroll-container{color:#212529;font-family:Roboto-Regular;font-size:14px}.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),.e-pv-annotation-shapes-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),.e-pv-annotation-calibrate-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),.e-pv-annotation-handwritten-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret),.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-bigger .e-pv-icon-search,.e-pv-icon{font-size:16px}.e-pv-annotation-ink-container .e-pv-inkannotation-icon{font-size:16px}.e-pv-annotation-handwritten-container .e-pv-handwritten-icon.e-btn-icon:not(.e-caret){font-size:16px}.e-pv-mobilescroll-container{background-color:#e9ecef;border:1px solid #adb5bd;border-radius:56px 0 0 56px;line-height:27px;position:absolute;text-align:center}.e-pv-viewer-container .e-pv-page-div{border-color:#dee2e6;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;position:absolute}.e-pv-toolbar,.e-pv-nav-toolbar,.e-pv-annotation-toolbar,.e-pv-formdesigner-toolbar{border:solid #dee2e6;border-radius:0;border-width:1px 1px 0 1px}.e-pv-toolbar,.e-pv-annotation-toolbar,.e-pv-mobile-annotation-toolbar,.e-pv-formdesigner-toolbar{height:38px}.e-pv-toolbar.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left{left:0;line-height:0}.e-pv-nav-toolbar,.e-bigger .e-pv-toolbar,.e-pv-toolbar.e-pv-mobile-toolbar,.e-bigger .e-pv-annotation-toolbar,.e-pv-mobile-view .e-pv-annotation-toolbar{height:38px}.e-toolbar.e-pv-toolbar .e-pv-zoom-drop-down-container{height:32px;width:86px}.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container{display:none}.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text{display:none}.e-pv-current-page-box.e-input-group.e-control-wrapper{height:28px;height:32px;margin-top:0;width:46px}.e-pv-mobilepagenoscroll-container{background:#f8f9fa;border:1px solid #adb5bd;border-radius:10px;padding:6px;text-align:center;vertical-align:middle}.e-pv-mobilecurrentpage-container{color:#212529;display:block;font-family:Roboto-Regular;font-size:24px}.e-pv-mobiledashedline-container{color:#212529;display:block;padding:10px}.e-pv-number-ofpages{width:10%}.e-pv-gotopage-popup{max-width:500px;padding-left:16px;padding-top:16px}.e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled{background-color:rgba(0,0,0,0)}.e-pv-mobiletotalpage-container{color:#212529;display:block;font-family:Roboto-Regular;font-size:14px}.e-pv-password-input{margin-top:8px}.e-pv-password-error{color:#dc3545}.e-pv-corrupted-popup-header{color:#0d6efd;opacity:.87}.e-pv-corrupted-popup-content{color:#0d6efd;font-size:16px;line-height:24px;margin-left:50px;opacity:.87;padding-top:4.7px;text-align:left}.e-pv-corrupted-popup-content-rtl{color:#0d6efd;font-size:16px;line-height:24px;margin-right:53px;opacity:.87;padding-top:4.7px;text-align:right}.e-pv-toolbar.e-toolbar:not(.e-pv-mobile-toolbar) .e-toolbar-items .e-toolbar-item:not(.e-separator){height:auto;margin-left:.5px;margin-right:.5px;padding-bottom:4px;padding-top:4px;padding:3px 4px}.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator){height:auto;height:32px;margin-left:.5px;margin-right:.5px;padding:0 4px}.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon{padding-bottom:0}.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon{line-height:26px;min-height:26px}.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator{border-right-width:1px;height:24px;margin-left:3px;margin-right:3px}.e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child,.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child,.e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child{margin-left:4.5px}.e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child,.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child,.e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child{margin-right:4.5px}.e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child,.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child,.e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child{margin-right:4.5px}.e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child,.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child,.e-pdfviewer .e-pv-formdesigner-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child{margin-left:4.5px}.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn{height:30px;min-width:30px;width:30px}.e-pv-open-document-icon{font-size:16px;height:12.44px;line-height:12.44px;width:16px}.e-toolbar-items:not(.e-toolbar-pop) .e-pv-download-document-icon{line-height:16px}.e-toolbar-items:not(.e-toolbar-pop) .e-pv-print-document-icon{line-height:16px}.e-pv-first-page-navigation-icon{line-height:14px}.e-pv-previous-page-navigation-icon{line-height:14px}.e-pv-next-page-navigation-icon{line-height:14px}.e-pv-last-page-navigation-icon{line-height:14px}.e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-out-icon,.e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-in-icon{line-height:16px}.e-pv-eye-slash-icon,.e-pv-eye-icon{margin-top:3px}.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container{padding-left:8px}.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-pv-pan-tool .e-pv-icon{margin-right:2px}.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container{margin:0 4px;padding:6px 0}.e-pv-toolbar.e-toolbar .e-toolbar-items .e-pv-total-page-container.e-toolbar-item:not(.e-separator){color:#212529;cursor:default;font-size:13px;margin-left:0;margin-right:9.5px;min-width:unset;padding-bottom:0;padding-left:0;padding-top:0;position:relative}.e-pv-total-page{color:#343a40;font-size:inherit}.e-pv-total-page-ms{-ms-transform:translateY(-50%);margin:0;position:absolute;top:50%;transform:translateY(-50%)}.e-pv-zoom-drop-down.e-input-group.e-control-wrapper.e-ddl:not(.e-error),.e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error),.e-pv-zoom-drop-down-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error),.e-pv-prop-dropdown-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error){background-color:rgba(0,0,0,0);border:0;box-shadow:none;height:inherit;margin-top:0;padding:0}.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error){background-color:#fff;border:0;border-radius:2px}.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon{color:inherit}.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard{height:auto;margin-top:0;padding-bottom:3px;padding-top:0}.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard{padding-left:0}.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard{padding-right:12px}.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-search-icon.e-ddl-icon,.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon,.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-search-icon.e-ddl-icon,.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-search-icon.e-ddl-icon{background-color:rgba(0,0,0,0);border-left:0;margin-bottom:0;margin-left:0;margin-top:0;padding-right:0}.e-pv-zoom-drop-down-container .e-input-group.e-control-wrapper .e-input-group-icon,.e-pv-annotation-fontsize-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown .e-input-group-icon,.e-pv-annotation-fontname-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown .e-input-group-icon{border-left:0;margin-bottom:0;margin-left:0;margin-top:0;padding-right:0}.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control,.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control,.e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input,.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control,.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control{text-align:center}.e-pv-zoom-drop-down.e-ddl.e-popup.e-popup-open,.e-pv-prop-dropdown.e-ddl.e-popup.e-popup-open{text-align:left}.e-pv-zoom-drop-down-rtl.e-ddl.e-popup.e-popup-open,.e-pv-prop-dropdown-rtl.e-ddl.e-popup.e-popup-open{text-align:right}.e-pv-zoom-drop-down.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active .e-pv-prop-dropdown.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active,.e-pv-zoom-drop-down-rtl.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active .e-pv-prop-dropdown-rtl.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active{color:#0d6efd}.e-pv-zoom-drop-down.e-popup.e-popup-open,.e-pv-zoom-drop-down-rtl.e-popup.e-popup-open{min-height:327px;min-width:110px}.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left){border:1px solid #ced4da;border-radius:4px;box-shadow:none}.e-pv-annotation-toolbar,.e-pv-mobile-annotation-toolbar,.e-pv-formdesigner-toolbar{border:solid #dee2e6;border-width:1px}.e-pv-password-popup.e-dialog .e-dlg-header,.e-pv-corrupted-popup.e-dialog .e-pv-corrupted-popup-header,.e-pv-notification-popup.e-dialog .e-dlg-header{font-size:20px;font-weight:500;letter-spacing:-0.2px}.e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,.e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,.e-pv-notification-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{padding-top:6px}.e-pv-password-popup.e-dialog{height:198px;margin:0 10px;max-width:500px}.e-pv-corrupted-popup.e-dialog{height:180px;margin:0 10px;max-width:409px}.e-pv-corrupted-popup.e-dialog .e-dlg-header-content,.e-pv-notification-popup.e-dialog .e-dlg-header-content{border-bottom:0}.e-pv-corrupted-popup.e-dialog .e-footer-content,.e-pv-notification-popup.e-dialog .e-footer-content{border-top:0}.e-pv-corrupted-popup.e-dialog .e-dlg-content{padding-bottom:15px;padding-top:6.9px}.e-pv-password-popup.e-dialog span[id*=_prompt]{font-size:16px;letter-spacing:-0.16px}.e-pv-password-popup.e-dialog .e-dlg-header-content{border-bottom:0}.e-pv-password-popup.e-dialog .e-footer-content{border-top:0}.e-pv-password-popup.e-dialog .e-dlg-content{padding-bottom:11px;padding-top:6px}.e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input{max-height:28px;padding-bottom:4px;max-height:30px;padding-bottom:1px}.e-pv-toolbar:not(.e-rtl) .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input{padding-left:0}.e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input{padding-right:0}.e-pv-zoom-drop-down.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,.e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,.e-pv-zoom-drop-down-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,.e-pv-prop-dropdown-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before{transform:rotate(0deg)}.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::after,.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::before,.e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::after,.e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::before,.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::after,.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::before,.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::after,.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::before,.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::after,.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::before,.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::after,.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before,.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::after,.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::before,.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::after,.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::before,.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::after,.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::before,.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::after,.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::before{background:none}.e-pv-sidebar-container{background:#0d6efd;border-top:1px solid #0d6efd;bottom:0;position:absolute;top:56px;transition:transform .3s ease;transition-duration:200ms;transition-timing-function:ease;width:250px;z-index:100}.e-pv-main-container{height:100%;overflow:hidden;position:relative;width:100%}.e-pv-viewer-main-container{background-color:#e9ecef;bottom:0;left:0;position:absolute;right:0;top:0}.e-pdfviewer:not(.e-pv-mobile-view) .e-pv-viewer-main-container{min-width:400px}.e-pdfviewer:not(.e-pv-mobile-view) .e-pv-main-container{min-height:500px}.e-pv-sidebar-content-container{border-top:1px solid #dee2e6;display:none;float:left;height:calc(100% - 38px);position:absolute;transition-duration:200ms;transition-timing-function:ease;width:202px}.e-pv-sidebar-content-container.e-thumbnail{height:100%;left:1px;position:unset}.e-pv-sidebar-title-container{background:#f8f9fa;border:1px solid #dee2e6;border-width:0 1px 0 0;height:40px;position:absolute;top:0;width:202px}.e-pv-sidebar-title{color:#343a40;font-size:14px;font-weight:500;height:40px;line-height:38px;margin:0;position:absolute;text-align:left;top:0;vertical-align:middle}.e-pv-sidebar-title.e-left{left:8px;width:160px}.e-pv-sidebar-title.e-right{right:8px}.e-pv-sidebar-toolbar{background:#f8f9fa;border:1px solid #dee2e6;border-width:1px 1px 1px 1px;bottom:0;height:calc(100% - 38px);position:absolute;width:38px;z-index:100}.e-pv-sidebar-content{-webkit-overflow-scrolling:touch;background:#f8f9fa;bottom:0;overflow:auto;overflow-x:hidden;position:absolute;top:38px;width:202px;z-index:103}.e-pv-thumbnail-anchor-node:hover{text-decoration:auto}.e-pv-sidebar-content.e-thumbnail{top:1px}.e-pv-sidebar-resizer{background:#f8f9fa;border:0;border-width:0;color:inherit;cursor:ew-resize;height:100%;position:absolute;width:8px;z-index:105}.e-pv-sidebar-content::-webkit-scrollbar{width:16px}.e-pv-sidebar-content::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 0 #dee2e6;background:#f8f9fa;border:1px solid #dee2e6}.e-pv-sidebar-content::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 0 #dee2e6;background:#ced4da;background-clip:content-box;border:4px solid rgba(0,0,0,0);border-radius:100px}.e-pv-thumbnail-view-button.e-btn{background:rgba(0,0,0,0);border:0;border-radius:4px;box-shadow:none;font-weight:500;height:30px;line-height:inherit;margin:12px 2px;outline:none;padding:0;width:30px;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,.e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn{background:#565e64;border:none;border-radius:4px;line-height:inherit;padding:0}.e-pv-bookmark-button.e-btn{background:rgba(0,0,0,0);border:none;box-shadow:none;font-weight:500;height:30px;margin:15px 2px;outline:none;padding:0;width:30px;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.e-pv-title-close-div.e-btn{background:rgba(0,0,0,0);border:none;box-shadow:none;height:40px;left:0;line-height:38px;padding:1px;position:absolute;right:0;top:0;vertical-align:middle;width:32px}.e-pv-sidebar-toolbar-splitter{background:#dee2e6;bottom:0;height:calc(100% - 38px);position:absolute;width:0;z-index:104}.e-pv-sidebar-content-splitter{background:#dee2e6;height:1px;position:absolute;top:38px;width:201px;z-index:104}.e-pv-thumbnail-view{bottom:0;height:50%;padding:8px 24px 0;position:absolute;top:0}.e-pv-thumbnail{height:140px;margin:0 20px 40px;width:100px}.e-pv-thumbnail-number{color:#343a40;font-family:Roboto;padding-left:50px;padding-right:50px;padding-top:8px}.e-pv-thumbnail-selection-ring{border:1px solid #dee2e6;border-radius:0;box-shadow:0 2px 4px rgba(0,0,0,.075);padding:2px}.e-pv-thumbnail-image{background-clip:content-box;background-color:#fff;height:126px;width:94px}.e-pv-thumbnail-hover{border:1px solid #adb5bd;border-radius:0;box-shadow:0 2px 4px rgba(0,0,0,.075);cursor:pointer;padding:2px}.e-pv-thumbnail-focus{border:2px solid #0d6efd;border-radius:0;box-shadow:0 2px 4px rgba(0,0,0,.075);cursor:pointer;padding:0}.e-pv-thumbnail-selection{border:2px solid #0d6efd;border-radius:0;box-shadow:0 2px 4px rgba(0,0,0,.075);cursor:pointer;padding:1px}.e-pv-thumbnail-row{-ms-flex-wrap:wrap;display:-ms-flexbox;display:flex;flex-wrap:wrap}.e-pv-thumbnail-row{display:-ms-flexbox}.e-pv-thumbnail-column{-ms-flex:25%;flex:25%}.e-pv-thumbnail-column img{display:block;margin-left:auto;margin-right:auto}.e-pv-bookmark-view{height:100%;overflow:auto;padding-top:0;position:relative}div>.e-pv-bookmark-icon.e-pv-icon{float:left;font-size:14px;padding-left:0;padding-right:16px}.e-pv-bookmark-title{padding-left:30px}.e-pv-sidebar-bookmark-title{color:#343a40;font-family:Roboto-Regular;font-size:14px}.e-pv-bookmark-view::-webkit-scrollbar{height:16px;width:16px}.e-pv-bookmark-view::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 0 #dee2e6;background:#f8f9fa;border:1px solid #dee2e6}.e-pv-bookmark-view::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 0 #dee2e6;background:#ced4da;background-clip:content-box;border:4px solid rgba(0,0,0,0);border-radius:100px}.e-pv-bookmark-view>.e-ul{height:inherit;overflow:unset}.e-pv-bookmark-view .e-fullrow{height:34px}.e-pv-bookmark-view .e-icon-collapsible::before,.e-pv-bookmark-view .e-icon-expandable::before{display:inline-block;height:13px;padding:0;width:13px}.e-pv-bookmark-view .e-list-item .e-ul{padding-left:32px}.e-pv-bookmark-view .e-ul{padding:0 0 0 16px}.e-pv-text::selection{background:#0dcaf0}.e-pv-text .e-pv-maintaincontent{background:#0dcaf0}.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,.e-pv-mobile-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,.e-pv-mobile-annotation-toolbar .e-dropdown-btn.e-btn,.e-pv-annotation-toolbar .e-dropdown-btn.e-btn,.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn,.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn,.e-pv-shapes-toolbar .e-pv-tbar-btn,.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret{color:#6c757d;box-shadow:none}.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret{box-shadow:none;color:inherit}.e-pv-mobile-annotation-toolbar .e-tbar-btn:hover{background:#f8f9fa;border-color:#f8f9fa}.e-pv-mobile-annotation-toolbar .e-tbar-btn:focus{background:#f8f9fa;border-color:#f8f9fa}.e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav{transform:skewX(-1deg) translateX(6px);width:56px}.e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow{font-size:14px;transform:skewX(4deg)}.e-pv-mobile-annotation-toolbar .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow{color:#6c757d}.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:hover,.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:hover,.e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover,.e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover .e-caret,.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:hover,.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:hover,.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:hover .e-caret,.e-pv-shapes-toolbar .e-pv-tbar-btn:hover,.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused:hover,.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon:hover,.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,.e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,.e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,.e-pv-shapes-toolbar .e-pv-tbar-btn:focus,.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused:focus,.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon:focus,.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:not(.e-input-focus):hover,.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:focus,.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:not(.e-input-focus):hover{color:#fff}.e-pv-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,.e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,.e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon,.e-pv-formdesigner-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,.e-pv-formdesigner-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon{color:#6c757d}.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item{height:inherit}.e-pv-toolbar .e-pv-zoom-drop-down-container .e-ddl.e-input-group.e-control-wrapper .e-ddl-icon:hover{background-color:#5c636a;color:#fff}.e-pv-prop-dropdown .e-pv-annotation-fontsize-container,.e-pv-prop-dropdown-rtl .e-pv-annotation-fontsize-container{padding-left:0;width:40px}.e-pv-print-popup-container{height:100%;left:0;overflow:auto;position:absolute;top:0;width:100%;z-index:2000}.e-pdfviewer .e-pv-print-popup-container .e-spinner-pane.e-spin-center.e-spin-show{background-color:rgba(0,0,0,.3)}.e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon{padding:0 16px 0 0}.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon{padding:0 0 0 16px}.e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,.e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,.e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,.e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select,.e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select{background:#565e64;border:0;border-radius:0;color:#fff}.e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,.e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,.e-pv-mobile-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,.e-pv-mobile-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons,.e-pv-formdesigner-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select .e-icons{color:#fff}.e-pv-sidebar-toolbar .e-pv-tbar-btn{color:#6c757d}.e-pv-search-bar{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:2px;box-shadow:0 3px 8px 0 #dee2e6;height:104px;padding:16px;position:absolute;width:348px;z-index:105}.e-pv-search-input{height:31px;width:240px}.e-pv-search-input-mobile{height:31px}.e-pv-match-case-container{margin-top:12px}.e-pv-search-btn.e-btn{background-color:rgba(0,0,0,0);border:0;box-shadow:none;height:24px;margin-top:-6px;width:24px}.e-pv-search-btn.e-btn:active{background-color:rgba(0,0,0,0)}.e-pv-search-bar:not(.e-rtl) .e-pv-prev-search{margin-left:16px}.e-pv-search-bar:not(.e-rtl) .e-pv-next-search{margin-left:8px}.e-pv-search-bar.e-rtl .e-pv-prev-search{margin-right:16px}.e-pv-search-bar.e-rtl .e-pv-next-search{margin-right:8px}.e-pv-search-bar.e-rtl .e-pv-prev-search .e-pv-icon-search{padding-right:5px}.e-pv-notification-popup{height:180px;margin:0 10px;max-width:409px}.e-pv-notification-popup.e-pv-notification-large-content{height:205px;max-width:400px}.e-pv-notification-popup .e-pv-notification-popup-content{font-size:16px}.e-pv-search-input.e-input-group .e-input-search-group-icon.e-input-group-icon{background:rgba(0,0,0,0)}.e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:active{background:rgba(0,0,0,0);color:rgba(13,110,253,.54)}.e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:hover{color:rgba(13,110,253,.54)}.e-pv-bookmark-container{background-color:#f8f9fa;border:1px solid #dee2e6}.e-pv-bookmark-container .e-listview:not(.e-list-template) .e-list-item{border-bottom:1px solid #dee2e6;height:48px}.e-pv-bookmark-container .e-pv-bookmark-view.e-listview .e-ul .e-list-item:last-child{border-bottom-width:0}.e-pv-bookmark-container .e-listview .e-list-text{-ms-transform:translateY(-50%);position:absolute;top:50%;transform:translateY(-50%)}.e-pv-nav-toolbar.e-toolbar .e-tbar-btn:active .e-tbar-btn-text{color:rgba(13,110,253,.87)}.e-pv-nav-toolbar.e-toolbar .e-tbar-btn.e-tbtn-txt{background-color:rgba(0,0,0,0);border-width:0;box-shadow:none}.e-pv-bookmark-container .e-pv-bookmark-view{padding-top:0}.e-pv-bookmark-container .e-pv-bookmark-view .e-list-parent.e-ul{padding-left:0}.e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-color-icon.e-pv-icon,.e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-stroke-icon.e-pv-icon{border-bottom:2px solid;margin-top:0;padding-top:5px;margin-top:-4px;padding-top:0;vertical-align:initial}.e-pv-properties-font-color-container .e-btn-icon.e-pv-annotation-textcolor-icon.e-pv-icon{border-bottom:2px solid;margin-top:0;padding-top:1px;vertical-align:initial}.e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon{margin-top:0;padding-top:7px;padding-top:0;vertical-align:initial}.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,.e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon{padding-top:0;vertical-align:initial}.e-pv-annotation-opacity-popup-container,.e-pv-annotation-thickness-popup-container{background-color:#fff;box-shadow:0 3px 8px 0 #e9ecef;color:#212529;height:auto;min-height:48px;padding:16px;width:auto}.e-pv-annotation-opacity-label,.e-pv-annotation-opacity-indicator,.e-pv-annotation-thickness-label,.e-pv-annotation-thickness-indicator{float:left;font-family:inherit;font-size:inherit}.e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,.e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal{float:left;height:auto;margin-left:11px;margin-right:10px}.e-dropdown-popup:not(.e-rtl) .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,.e-dropdown-popup:not(.e-rtl) .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal{width:172px}.e-dropdown-popup.e-rtl .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal,.e-dropdown-popup.e-rtl .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal{width:140px}.e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider,.e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider{height:16px}.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret{font-size:12px}.e-pv-annotation-color-container,.e-pv-annotation-opacity-container,.e-pv-annotation-stroke-container,.e-pv-custom-annotation-thickness-container,.e-pv-custom-annotation-opacity-container,.e-pv-annotation-thickness-container,.e-pv-annotation-textcolor-container,.e-pv-annotation-textalign-container,.e-pv-annotation-textprop-container{height:32px;width:auto}.e-pv-shapes-toolbar{box-shadow:0 2px 4px rgba(0,0,0,.075)}.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator){padding:4px}.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items.e-toolbar-multirow{margin-bottom:0;margin-left:4px;margin-right:4px}.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn{height:32px;width:32px}.e-pv-annotation-thickness-slider-container{margin-top:-6px}.e-pv-annotation-opacity-icon{padding-top:1px}.e-pv-annotation-color-container.e-btn,.e-pv-annotation-opacity-container.e-btn,.e-pv-annotation-stroke-container.e-btn,.e-pv-annotation-thickness-container.e-btn,.e-pv-annotation-shapes-container.e-btn,.e-pv-annotation-calibrate-container.e-btn,.e-pv-annotation-textcolor-container.e-btn,.e-pv-annotation-textalign-container.e-btn,.e-pv-annotation-textprop-container.e-btn,.e-pv-annotation-handwritten-container.e-btn,.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:not(.e-selected){background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.e-pv-annotation-color-container.e-btn:hover,.e-pv-annotation-opacity-container.e-btn:hover,.e-pv-annotation-stroke-container.e-btn:hover,.e-pv-annotation-thickness-container.e-btn:hover,.e-pv-annotation-shapes-container.e-btn:hover,.e-pv-annotation-calibrate-container.e-btn:hover,.e-pv-annotation-textcolor-container.e-btn:hover,.e-pv-annotation-textalign-container.e-btn:hover,.e-pv-annotation-textprop-container.e-btn:hover,.e-pv-annotation-handwritten-container.e-btn:hover,.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:hover,.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:hover,.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover{background-color:#5c636a;border-color:#565e64}.e-pv-annotation-color-container.e-btn:active,.e-pv-annotation-opacity-container.e-btn:active,.e-pv-annotation-stroke-container.e-btn:active,.e-pv-annotation-thickness-container.e-btn:active,.e-pv-annotation-shapes-container.e-btn:active,.e-pv-annotation-calibrate-container.e-btn:active,.e-pv-annotation-textcolor-container.e-btn:active,.e-pv-annotation-textalign-container.e-btn:active,.e-pv-annotation-textprop-container.e-btn:active,.e-pv-annotation-handwritten-container.e-btn:active{background-color:#565e64;border-color:rgba(0,0,0,0);box-shadow:none;color:#fff}.e-pv-annotation-shapes-container.e-btn.e-dropdown-btn.e-active:not(:hover),.e-pv-annotation-calibrate-container.e-btn.e-dropdown-btn.e-active:not(:hover),.e-pv-annotation-handwritten-container.e-dropdown-btn.e-btn.e-active:not(:hover),.e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active:not(:hover) .e-caret{background-color:#565e64;color:#6c757d;color:#fff}.e-pv-annotation-color-container.e-dropdown-btn.e-btn,.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn{line-height:1.6em;padding:10px 7px 7px;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.e-pv-annotation-color-container.e-dropdown-btn.e-button,.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,.e-pv-annotation-textprop-container.e-dropdown-btn.e-button{line-height:1.6em;padding:10px 7px 7px;-ms-flex-align:baseline;align-items:baseline;display:-ms-flexbox;display:flex}.e-pv-annotation-color-container.e-btn.e-active,.e-pv-annotation-opacity-container.e-btn.e-active,.e-pv-annotation-stroke-container.e-btn.e-active,.e-pv-annotation-shapes-container.e-btn.e-active,.e-pv-annotation-calibrate-container.e-btn.e-active,.e-pv-annotation-textcolor-container.e-btn.e-active,.e-pv-annotation-textprop-container.e-btn.e-active,.e-pv-custom-annotation-thickness-container.e-btn.e-active,.e-pv-custom-annotation-opacity-container.e-btn.e-active,.e-pv-annotation-handwritten-container.e-btn.e-active,.e-pv-annotation-textalign-container.e-btn.e-active{background-color:#5c636a;border-color:#565e64;color:#fff}.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-menu-icon .e-caret,.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-menu-icon .e-caret{height:32px;line-height:32px;padding:0 8px}.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-menu-icon .e-caret,.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-menu-icon .e-caret{height:32px;line-height:32px;padding:0 8px}.e-pv-submit .e-tbar-btn{height:30px}.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text.e-pv-submitform-text{display:inline-block;padding:0 4px}.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-pv-submit .e-tbar-btn .e-tbar-btn-text.e-pv-submitform-text{display:inline-block;padding:0 4px}.e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn,.e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn{height:30px;min-width:36px}.e-pv-annotation-popup-menu{background-color:#f8f9fa;border-color:#e9ecef;color:#212529}.e-pv-properties-window{max-width:424px}.e-pv-scale-ratio-window{max-width:476px}.e-pv-scale-ratio-dialog{max-width:476px}.e-pv-line-styles-content,.e-pv-line-styles-item{border-bottom-color:#212529}.e-pv-line-styles-container:hover{background-color:#e9ecef}.e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn,.e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn{height:30px;line-height:16px;background:rgba(0,0,0,0);border:1px solid #dee2e6;border-radius:4px;box-sizing:border-box;color:#212529}.e-pv-properties-window .e-dlg-content{padding-top:6px}.e-pv-scale-ratio-text,.e-pv-depth-text{margin-bottom:8px}.e-pv-properties-line-start-container,.e-pv-properties-line-end-container,.e-pv-properties-line-style-container,.e-pv-properties-line-thickness-container,.e-pv-properties-line-fill-color-container,.e-pv-properties-line-stroke-color-container,.e-pv-properties-line-leader-length-container{float:left;height:52px;margin-bottom:16px}.e-pv-properties-line-opacity-container{float:left;height:auto;width:180px}.e-pv-scale-ratio-src-input-container,.e-pv-scale-ratio-src-unit-container,.e-pv-scale-ratio-dest-input-container,.e-pv-scale-ratio-dest-unit-container,.e-pv-depth-input-container,.e-pv-depth-unit-container{float:left;height:32px}.e-pv-scale-ratio-src-input-container,.e-pv-scale-ratio-src-unit-container,.e-pv-scale-ratio-dest-input-container,.e-pv-scale-ratio-dest-unit-container{margin-bottom:8px}.e-pv-scale-ratio-src-unit-container,.e-pv-scale-ratio-dest-unit-container,.e-pv-depth-unit-container{margin-left:12px}.e-pv-scale-ratio-src-unit.e-btn,.e-pv-scale-ratio-dest-unit.e-btn,.e-pv-depth-unit.e-btn{padding:6px 8px 4px}.e-pv-scale-unit-content{float:left;width:33px}.e-pv-scale-ratio-src-unit .e-caret,.e-pv-scale-ratio-dest-unit .e-caret,.e-pv-depth-unit .e-caret{margin-left:120px;margin-top:7px}.e-pv-properties-line-opacity{margin-top:-10px}.e-pv-properties-line-start-label,.e-pv-properties-line-end-label,.e-pv-properties-line-style-label,.e-pv-properties-line-thickness-label,.e-pv-properties-line-fill-color-label,.e-pv-properties-line-stroke-color-label,.e-pv-properties-line-opacity-label,.e-pv-properties-line-leader-length-label{font-size:14px;margin-bottom:8px}.e-pv-properties-line-end-container,.e-pv-properties-line-thickness-container{margin-left:37px}.e-pv-properties-line-leader-length-container{margin-left:16px}.e-pv-properties-line-stroke-color-container{margin-left:163px;margin-right:87px}.e-pv-properties-line-start,.e-pv-properties-line-end,.e-pv-properties-line-style,.e-pv-properties-line-thickness,.e-pv-properties-line-opacity,.e-pv-properties-line-leader-length{max-width:180px}.e-pv-scale-ratio-src-input,.e-pv-scale-ratio-dest-input,.e-pv-depth-input{max-width:232px}.e-pv-properties-line-start,.e-pv-properties-line-end,.e-pv-properties-line-style{width:180px}.e-pv-scale-ratio-src-unit,.e-pv-scale-ratio-dest-unit,.e-pv-depth-unit{width:203px}.e-pv-line-styles-container{line-height:0;padding:17px}.e-pv-line-styles-item{border-bottom-width:2px;box-sizing:border-box;display:inline-block;width:100%}.e-pv-line-styles-content{border-bottom-width:2px;display:inline-block;width:100%}.e-pv-properties-line-style-content{float:left;line-height:16px;width:44px}.e-pv-properties-line-start.e-btn,.e-pv-properties-line-end.e-btn{background:rgba(0,0,0,0);border-color:#ced4da;box-shadow:none;color:#212529;height:32px;padding:4px 11px;text-align:center}.e-pv-properties-line-style.e-btn{background:rgba(0,0,0,0);border-color:#ced4da;box-shadow:none;color:#212529;height:32px;line-height:0;padding:8px;white-space:pre}.e-pv-properties-line-start.e-btn .e-caret,.e-pv-properties-line-end.e-btn .e-caret{display:inline;line-height:16px;margin-left:95px}.e-pv-line-styles-content-container{float:left;font-size:0;margin-right:7.5px;margin-top:2.5px;width:138px}.e-pv-annotation-shapes-container.e-btn.e-icon-btn,.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,.e-pv-annotation-handwritten-container.e-btn.e-icon-btn,.e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp ul{height:32px;width:auto}.e-pv-annotation-shapes-container.e-btn.e-icon-button,.e-pv-annotation-calibrate-container.e-btn.e-icon-button,.e-pv-annotation-handwritten-container.e-btn.e-icon-button{-ms-flex-align:baseline;align-items:baseline;display:-ms-flexbox;display:flex;height:32px;line-height:32px;padding:3px 8px;width:auto}.e-pv-annotation-shapes-container.e-btn.e-icon-btn,.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,.e-pv-annotation-handwritten-container.e-btn.e-icon-btn{-ms-flex-align:baseline;align-items:baseline;display:-ms-flexbox;display:flex;padding:0 8px}.e-pv-annotation-shapes-container .e-btn-icon.e-icons.e-icon-right.e-caret,.e-pv-annotation-calibrate-container .e-btn-icon.e-icons.e-icon-right.e-caret,.e-pv-annotation-handwritten-container .e-btn-icon.e-icons.e-icon-right.e-caret,.e-pv-alignment-container .e-btn-icon.e-icons.e-icon-right.e-caret,.e-pv-text-color-container .e-btn-icon.e-icons.e-icon-right.e-caret,.e-pv-color-template-container .e-btn-icon.e-icons.e-icon-right.e-caret,.e-pv-stroke-template-container .e-btn-icon.e-icons.e-icon-right.e-caret,.e-pv-thickness-template-container .e-btn-icon.e-icons.e-icon-right.e-caret,.e-pv-opacity-template-container .e-btn-icon.e-icons.e-icon-right.e-caret{padding-bottom:0;width:20px}.e-pv-annotation-shape-icon,.e-pv-annotation-calibrate-icon,.e-pv-handwritten-icon{margin-right:4px}.e-pv-stamp-template-container .e-menu-item.e-menu-caret-icon{padding:0 26px 0 8px}.e-pv-properties-opacity-indicator{margin-left:153px}.e-pv-annotation-stamp-container .e-menu-parent.e-menu{border-radius:2px}.e-pv-annotation-shapes-container.e-btn.e-icon-btn,.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,.e-pv-annotation-handwritten-container.e-btn.e-icon-btn,.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item,.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-pv-stamp-icon,.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-caret{line-height:32px}.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item.e-selected{background:#565e64}.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn{height:30px;line-height:25px;margin:4px 0;padding:0 1.5px;width:30px}.e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input{padding-top:4px}.e-toolbar-item.e-pv-current-page-container{padding-top:2px}.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container{width:93px}.e-pv-toolbar.e-toolbar .e-tbar-btn>:first-child{line-height:26px;min-height:26px}.e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input:focus{padding-left:0}.e-bigger .e-pv-password-popup.e-dialog,.e-pv-mobile-view .e-pv-password-popup.e-dialog{height:240px}.e-bigger .e-pv-notification-popup.e-dialog,.e-pv-mobile-view .e-pv-notification-popup.e-dialog{height:195px}.e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,.e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog{height:220px}.e-bigger .e-pv-corrupted-popup.e-dialog,.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog{height:198px}.e-bigger .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,.e-bigger .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,.e-pv-mobile-view .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{padding-top:6px}.e-pv-fontfamily-container .e-input-group:not(.e-disabled) .e-input-group-icon:hover,.e-pv-fontfamily-container .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover{color:#fff}.e-pv-fontfamily-container .e-input-group .e-input-group-icon,.e-input-group.e-control-wrapper .e-input-group-icon{color:inherit}.e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,.e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right{top:0}.e-bigger .e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input{padding-right:0}.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl input.e-input.e-control.e-keyboard,.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl input.e-input.e-control.e-keyboard,.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl input.e-input.e-control.e-keyboard,.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl input.e-input.e-control.e-keyboard{padding-left:0;padding-right:12px}.e-pv-sidebar-content-container.e-left{left:38px}.e-pv-sidebar-content-container.e-right{right:38px}.e-pv-sidebar-toolbar-splitter.e-left{left:38px}.e-pv-sidebar-toolbar-splitter.e-right{right:38px}.e-pv-sidebar-resizer.e-left{left:202px}.e-pv-sidebar-resizer.e-right{right:202px}.e-pdfviewer .e-checkbox-wrapper .e-frame+.e-label,.e-pdfviewer .e-css.e-checkbox-wrapper .e-frame+.e-label{margin-right:10px}div>.e-pv-bookmark-icon.e-pv-icon.e-right{float:left;font-size:14px;padding-left:1px;padding-right:1px;position:absolute}.e-bigger .e-pv-properties-window{max-width:435px}.e-bigger .e-pv-scale-ratio-window{max-width:464px}.e-pdfviewer .e-treeview .e-list-item{white-space:pre-wrap;word-break:break-word}.e-pdfviewer .e-treeview .e-list-text{width:100%}.e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-collapsible,.e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-expandable,.e-pdfviewer .e-treeview.e-fullrow-wrap .e-input,.e-pdfviewer .e-treeview.e-fullrow-wrap .e-list-url{margin-top:6px;position:absolute}.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper.e-hide{display:none}.e-pdfviewer .e-editable-inline{padding:7px 8px 50px}.e-pv-comment-textbox{min-height:22px}.e-pdfviewer .e-editable-value-wrapper{color:#343a40;color:#495057;font-size:14px;font-size:12px;line-height:normal;min-height:22px;padding:2px 8px 3px}.e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper{color:#343a40;color:#495057;font-size:14px;font-size:12px;line-height:normal;min-height:24px;padding:2px 8px 3px 32px}.e-pv-comment-textbox.e-inplaceeditor .e-component-group,.e-pv-new-comments-div.e-inplaceeditor .e-component-group{margin-bottom:0}.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons{float:right;padding-bottom:7px;margin-top:0;padding-top:10px;position:relative;right:0}.e-pdfviewer .e-pv-reply-div .e-inplaceeditor .e-editable-action-buttons{float:right;padding-bottom:7px;margin-top:0;padding-top:10px;position:relative;right:0}.e-pv-comment-title-container{height:36px}.e-pv-reply-title-container{height:36px}.e-pv-more-options-button.e-btn{background:rgba(0,0,0,0);border:0;border-radius:4px;box-shadow:none;float:right;padding:8px 7px 1px 1px}.e-pdfviewer .e-editable-inline .e-editable-form{margin-bottom:1px}.e-pdfviewer .e-editable-inline .e-clear-icon{padding-right:2px}.e-pdfviewer .e-btn-cancel{font-size:14px;padding-left:5px;padding-right:5px}.e-pdfviewer .e-btn-save{font-size:14px;margin-right:12px;padding-left:7px;padding-right:7px}.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content{box-shadow:0 0 0 8px #f8f9fa inset;padding:8px}.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-header{line-height:32px;min-height:32px}.e-contextmenu-wrapper .e-pv-context-menu .e-menu-item{height:38px}.e-pv-comment-panel{background-color:#f8f9fa;border:1px solid #dee2e6;border-width:1px 1px 0;opacity:1;overflow:hidden;position:absolute;top:57px;width:300px;z-index:100}.e-pv-comment-panel-title-container{background-color:#f8f9fa;border-color:#dee2e6;border-style:double;border-width:0 1px 1px 0;height:45px;position:relative}.e-pv-comment-panel-title{color:#343a40;font-size:14px;font-size:16px;font-weight:500;left:15px;position:absolute;text-align:left;top:14px}.e-pv-comment-panel-title-close-div.e-btn{background:rgba(0,0,0,0);border:none;box-shadow:none;height:40px;position:absolute;right:11px;top:5px;width:32px}.e-pv-title-close-icon{color:#6c757d}.e-pv-comments-panel-text{font-size:15px;padding-left:85px}.e-pv-comments-content-container{background-color:#f8f9fa;border-color:#dee2e6;border-style:double;border-width:0 1px 1px 0;height:calc(100% - 45px);overflow:auto}.e-pv-comments-container{background-color:#f8f9fa;border-radius:2px;left:7px;right:7px}.e-pv-comments-border{border:1px solid #dee2e6;border-radius:2px}.e-pv-comment-title{color:#0d6efd;color:#212529;font-size:14px;font-size:12px;font-weight:500;max-width:237px;padding-left:32px;padding-top:7px;position:absolute}.e-pv-reply-title{color:#0d6efd;color:#212529;font-size:14px;font-size:12px;font-weight:500;max-width:212px;padding-left:8px;padding-top:7px;position:absolute}.e-pv-comments-hover{background-color:#e9ecef}.e-pv-comments-select{background-color:#f8f9fa}.e-pv-comments-select .e-pv-comment-textbox .e-editable-value-wrapper{color:#343a40}.e-pv-comments-leave{background-color:#f8f9fa}.e-pdfviewer .e-accordion{background-color:#f8f9fa;border:rgba(0,0,0,0)}.e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp{border:0;background-color:rgba(0,0,0,0);display:block}.e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup.e-popup-open ul{padding-bottom:6px;padding-top:17px}.e-menu-icon.e-pv-stamp-icon.e-pv-icon{margin-top:0;padding-left:7px;padding-left:4px}.e-pv-annotation-stamp-container .e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon{margin-left:1px}.e-pdfviewer .e-inplaceeditor{display:block}.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon{display:none}.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value{border-bottom:0;word-break:break-all}.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper{display:block}.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper:hover{background:rgba(0,0,0,0)}.e-pdfviewer .e-inplaceeditor .e-editable-value-container{background:rgba(0,0,0,0);width:229px}.e-pv-status-div{height:20px;left:8px;position:relative;width:20px}.e-pv-status-container{padding-bottom:5px;padding-top:2px}.e-pv-reply-div{margin-top:3px}.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header,.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header{background:#f8f9fa;border:1px solid #dee2e6}.e-pdfviewer .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state>.e-acrdn-header:focus,.e-pdfviewer .e-accordion .e-acrdn-item.e-selected>.e-acrdn-header{background:#f8f9fa;box-shadow:none}.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header .e-acrdn-header-icon,.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header .e-acrdn-header-content,.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header .e-acrdn-header-icon,.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header .e-acrdn-header-content{color:#0d6efd;font-size:14px}.e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer{background-size:100%}.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content{line-height:normal}.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper{margin-top:10px;padding-bottom:5px}.e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn{float:left}.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-underlinetext.e-pv-tbar-btn.e-tooltip.textprop-option-active,.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-left-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-right-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-center-align.e-pv-tbar-btn.e-tooltip.textprop-option-active,.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-justfiy-align.e-pv-tbar-btn.e-tooltip.textprop-option-active{background:#565e64;border-color:#565e64;color:#fff}.e-pv-comment-panel-resizer{background:#f8f9fa;border:0;border-width:0;color:inherit;cursor:ew-resize;height:100%;position:absolute;width:8px;z-index:105}.e-pv-comment-panel-resizer.e-left{left:300px}.e-pv-comment-panel-resizer.e-right{right:300px}.e-pv-align{cursor:pointer;float:right;font-size:20px;margin-right:16px;margin-top:10px}.e-pv-align-border{border:1px dotted #e9ecef;border-radius:5px;cursor:pointer;display:inline-block;width:170px}.e-pv-font-sign{border:1px solid #343a40;border-radius:5px;display:inline-block;font-size:13px;height:88px;margin:15px;padding-top:40px;text-align:center;width:311px;word-wrap:break-word}.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused{color:#fff;height:32px;line-height:32px}.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item{height:32px;line-height:32px;padding-left:8px}.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-menu-icon{font-size:16px}.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret{font-size:14px}.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret{border-radius:4px;color:#6c757d;height:32px;line-height:32px}.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused:hover,.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-selected{background:#565e64}.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused:hover .e-menu-icon,.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused:hover .e-caret{color:#fff}.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused:hover .e-menu-icon,.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused:hover .e-caret,.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-selected .e-menu-icon,.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-selected .e-caret{color:#fff}.e-pv-stamp-template-container .e-menu-container .e-menu{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.e-pv-custom-annotation-thickness-container,.e-pv-custom-annotation-opacity-container{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.e-pdfviewer-signatureformfields.e-pv-signature-focus,.e-pdfviewer-signatureformfields-signature.e-pv-signature-focus{outline:#000 dotted 2px}.e-pv-checkbox-container{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;cursor:pointer;display:block;margin-bottom:0;position:relative;user-select:none}.e-pv-text-selection-none{-ms-user-select:none;-webkit-user-select:none;user-select:none}.e-pv-checkbox-container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.e-pv-checkbox-div{border:1px solid #000;display:inline;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%}.e-pv-cb-checked{border:solid #000;border-left-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0);border-width:3px;position:absolute;transform:rotate(45deg)}.e-pv-cb-unchecked{border:1px;border-width:1px}.e-pv-radiobtn-container{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;cursor:pointer;display:block;margin-bottom:0;position:relative;user-select:none}.e-pv-radiobtn-container input{cursor:pointer;opacity:0;position:absolute}.e-pv-radiobtn-div{border:1px solid #000;border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%}.e-pv-radio-btn{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.e-pv-radio-btn+span{display:block}.e-pv-radio-btn+.e-pv-radiobtn-span::before{content:"";display:block;height:inherit;width:inherit}.e-pv-radio-btn:checked+.e-pv-radiobtn-span::before{background:#000;border-radius:50%}.e-pv-properties-text-edit-prop,.e-pv-properties-visibility-style-prop,.e-pv-properties-font-items-container{display:-ms-flexbox;display:flex;-ms-flex-pack:space-evenly;justify-content:space-evenly}.e-pv-properties-form-field-name-main-div,.e-pv-properties-form-field-value-main-div{padding-right:15px}.e-pv-properties-form-field-name-main-div,.e-pv-properties-form-field-tooltip-main-div,.e-pv-properties-form-field-value-main-div,.e-pv-properties-form-field-visibility-main-div{width:285px}.e-pv-properties-text-edit-prop{padding-top:20px}.e-pv-properties-visibility-style-prop{padding-bottom:10px;padding-top:20px}.e-pv-properties-checkbox-main-div-prop{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;padding-top:20px}.e-pv-bold-icon-div,.e-pv-italic-icon-div,.e-pv-strikeout-icon-div,.e-pv-underlinetext-icon-div,.e-pv-left-align-icon-div,.e-pv-center-align-icon-div,.e-pv-right-align-icon-div{padding:4px 8px}.e-pv-bold-icon-div:hover,.e-pv-italic-icon-div:hover,.e-pv-strikeout-icon-div:hover,.e-pv-underlinetext-icon-div:hover,.e-pv-left-align-icon-div:hover,.e-pv-center-align-icon-div:hover,.e-pv-right-align-icon-div:hover{background-color:#5c636a;border-color:#565e64;background-color:#565e64;border-color:#565e64;color:#fff}.e-pv-bold-icon-div:active,.e-pv-italic-icon-div:active,.e-pv-strikeout-icon-div:active,.e-pv-underlinetext-icon-div:active,.e-pv-left-align-icon-div:active,.e-pv-center-align-icon-div:active,.e-pv-right-align-icon-div:active{background-color:#e9ecef;border-color:#e9ecef;background-color:#565e64;border-color:#565e64;color:#fff}.e-pv-properties-fill-color-style-prop,.e-pv-properties-stroke-color-style-prop,.e-pv-properties-stroke-thickness-style-prop{padding:12px 20px 12px 1px}.e-pv-formfield-fontcolor-icon,.e-pv-formfield-strokecolor-icon,.e-pv-formfield-strokethickness-icon{color:inherit;background:#fff;border:1px solid #dee2e6;border-radius:4px;height:32px;margin-top:8px;width:54px;-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center;box-shadow:none;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 11px;width:inherit}.e-pv-properties-format-text-style-prop{padding:15px 15px 15px 1px}.e-pv-properties-font-family-container{margin-right:15px;width:165px}.e-pv-properties-font-size-container{border-right-color:#dee2e6;border-right-style:solid;border-right-width:1px;margin-right:15px;padding-right:15px;width:92px}.e-pv-formfield-maxlength{padding-left:20px}.e-pv-properties-font-color-container,.e-pv-properties-color-container-style-prop{display:-ms-flexbox;display:flex;padding-top:20px}.e-pv-formfield-textcolor{margin-right:10px}.e-pv-formfield-maxlength-icon{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding-right:14px;padding-right:10px}.e-pv-formfield-textcolor-icon.e-btn.e-icon-btn,.e-pv-formfield-strokecolor-icon.e-btn.e-icon-btn,.e-pv-formfield-fontcolor-icon.e-btn.e-icon-btn,.e-pv-formfield-strokethickness-icon.e-btn.e-icon-btn{padding:0 11px}.e-pv-formfield-textcolor-icon{background:#fff;border:1px solid #dee2e6;border-radius:4px;width:inherit;-ms-flex-align:baseline;align-items:baseline;box-shadow:none;color:inherit;display:-ms-flexbox;display:flex;height:32px}.e-pv-properties-formfield-maxlength-text-label,.e-pv-formfield-maxlength{padding-left:1px;width:100px}.e-pv-formfield-maxlength-group{display:-ms-flexbox;display:flex;padding-left:85px}.e-pv-properties-form-field-list-add-div{display:-ms-flexbox;display:flex;padding-bottom:15px;padding-top:20px}.e-pv-properties-list-item-edit-prop{margin-right:15px;width:295px}.e-pv-properties-form-field-window{max-width:477px}.e-pv-properties-export-value-edit-prop{width:295px}.e-pv-properties-form-field-list-btn-div{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:36px;margin-top:10px;text-align:center}.e-pv-properties-form-field-export-value-main-div{padding-bottom:15px;padding-top:10px;width:335px}.e-pv-properties-form-field-group-btn-div{display:-ms-grid;display:grid}.e-pv-properties-form-field-option-dropdown-list-div{padding-top:10px}.e-pv-properties-form-field-btn-textarea-container{display:-ms-flexbox;display:flex;width:385px;padding-top:15px}.e-pv-properties-dropdown-btn{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:36px;text-align:center;width:75px}.e-pv-show-designer-name{-ms-flex-align:center;align-items:center;color:#000;display:-ms-grid;display:grid;height:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.e-pv-formfield-li-element{list-style:none;padding-left:10px}.e-pv-li-select{background-color:#0d6efd;background-color:#565e64;color:#fff}.e-pv-formfield-li-element.e-pv-li-select{background-color:#0d6efd;color:#fff}.e-pv-formfield-li-element:hover{background-color:#0d6efd;color:#fff}.e-pv-form-designer-ul-list-items{padding-left:1px}.e-pv-form-field-property-header.e-dialog .e-dlg-header .e-dlg-header-content{font-size:20px;font-weight:500}.e-pv-form-field-property-header{-ms-user-select:none;-webkit-user-select:none;color:#212529;display:block;font-family:Roboto;font-family:inherit;font-size:20px;font-style:normal;font-weight:500;line-height:23px;margin-top:5px;mix-blend-mode:normal;opacity:1;overflow:hidden;text-overflow:ellipsis;user-select:none;vertical-align:top;white-space:nowrap;width:80%}.e-pv-form-field-property-header-general{font-family:Roboto;font-family:inherit;font-size:12px;font-style:normal;font-weight:500;line-height:15px}.e-pv-properties-formfield-formatting{color:#343a40;font-family:Roboto;font-size:12px;font-style:normal;font-weight:normal;height:15px;line-height:15px;width:64px}.e-pv-properties-form-field-font-style{background:#fff;border-radius:4px;display:-ms-flexbox;display:flex;height:36px;-ms-flex-pack:space-evenly;justify-content:space-evenly;width:154px;-ms-flex-align:center;align-items:center;border:1px solid #dee2e6;height:32px;width:163px}.e-pv-properties-form-field-font-align{background:#fff;border-radius:4px;display:-ms-flexbox;display:flex;height:36px;-ms-flex-pack:space-evenly;justify-content:space-evenly;margin-right:15px;width:120px;-ms-flex-align:center;align-items:center;border:1px solid #dee2e6;height:32px}.e-pv-properties-formfield-label{color:#343a40;font-family:Roboto;font-family:inherit;font-size:12px;font-style:normal;font-weight:normal;font-weight:500;height:15px;line-height:15px}.e-pv-formfield-maxlength .e-input-group.e-control-wrapper .e-input-group-icon{min-width:18px}.e-pv-properties-form-field-window{height:544px}.e-pv-properties-header-spliter{border-bottom-color:#0d6efd;border-bottom-style:solid;border-bottom-width:0;left:0;padding-top:38px;position:absolute;width:100%}.e-pv-properties-bottom-spliter{border-bottom-color:#0d6efd;border-bottom-style:solid;border-bottom-width:0;left:0;margin-bottom:10px;padding-top:10px;width:100%}.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator){background-color:#f8f9fa;padding:0 7px}.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn{padding:0 7px}.e-pv-signature-dialog-height{height:535px}.e-pv-signature-dialog-blazor-height{height:530px}.e-pv-handwritten-signature-canvas{height:366px;width:712px}.e-pv-toolbar-scroll .e-toolbar-pop.e-popup-open{overflow:auto}.e-pv-canvas-signature{width:724px}.e-pv-canvas-signature-blazor{width:724px}.e-pv-font-appearance-style{padding:15px 18px}.e-pv-font-appearance-style-blazor{padding:15px 18px}/*! component icons */.e-time-wrapper .e-time-icon.e-icons::before,*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before{content:""}.e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus~.e-clear-icon,.e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus~.e-clear-icon{display:-ms-flexbox;display:flex}.e-time-wrapper,*.e-control-wrapper.e-time-wrapper{-webkit-tap-highlight-color:rgba(0,0,0,0)}.e-time-wrapper .e-time-icon.e-icons,*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons{font-size:16px}.e-time-wrapper .e-time-icon.e-icons.e-disabled,*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled{pointer-events:none}.e-time-wrapper span,*.e-control-wrapper.e-time-wrapper span{cursor:pointer}.e-timepicker.e-time-modal{background-color:#e9ecef;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 0}.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item{cursor:default;font-size:14px;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:30px;text-indent:12px}.e-bigger .e-time-wrapper .e-time-icon.e-icons,*.e-bigger.e-time-wrapper .e-time-icon.e-icons,*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons{font-size:18px}.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,*.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul{padding:0 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:16px;line-height:32px;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:14px;line-height:26px;text-indent:8px}.e-small .e-time-wrapper .e-time-icon.e-icons,*.e-small.e-time-wrapper .e-time-icon.e-icons,*.e-small .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,*.e-control-wrapper.e-small.e-time-wrapper .e-time-icon.e-icons{font-size:14px}.e-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:14px;line-height:30px;text-indent:16px}.e-small.e-bigger .e-time-wrapper .e-time-icon.e-icons,*.e-small.e-bigger.e-time-wrapper .e-time-icon.e-icons,*.e-small.bigger .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,*.e-control-wrapper.e-small.bigger.e-time-wrapper .e-time-icon.e-icons{font-size:16px}.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{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;-ms-flex-pack:center;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{background:#565e64;border-color:#545b62;color:#fff}.e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active{color:#fff}.e-timepicker.e-popup{background-color:#fff;border:1px solid #dee2e6;border-radius:6px;box-shadow:none}.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:#212529}.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled{color:#adb5bd;opacity:1;pointer-events:none;-ms-touch-action: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:#e9ecef;border:none;color:#212529}.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active{background-color:#0d6efd;color:#fff}.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover{background-color:#e9ecef;color:#212529}.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-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{color:#212529}/*! 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:""}.e-pivot-formatting-dialog .e-format-delete-icon::before{content:""}.e-pivot-formatting-dialog .e-add-icon::before{content:""}.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-back-color+.e-split-btn-wrapper .e-split-btn .e-selected-color::before,.e-pivot-formatting-dialog .e-colorpicker-container .e-format-back-color+.e-split-btn-wrapper .e-split-btn .e-selected-color::before{content:""}.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-font-color+.e-split-btn-wrapper .e-split-btn .e-selected-color::before,.e-pivot-formatting-dialog .e-colorpicker-container .e-format-font-color+.e-split-btn-wrapper .e-split-btn .e-selected-color::before{content:""}.e-level-options .e-selected-level-icon::before{content:""}.e-pivot-calc-dialog-div .e-drag::before{content:""}.e-pivot-calc-dialog-div .e-pivot-all-field-title-wrapper .e-info.e-icons::before,.e-pivot-calc-dialog-div .e-pivot-all-field-title-container .e-info.e-icons::before{content:""}.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edited.e-icons::before{content:""}.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edit.e-icons::before{content:""}.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-remove-report.e-icons::before{content:""}.e-pivot-calc-dialog-div .e-remove-report.e-icons::before{content:""}.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-format.e-icons::before{content:""}.e-pivot-calc-dialog-div .e-measureGroupCDB-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-measure-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-folderCDB-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-folderCDB-open-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-dimensionCDB-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-kpiCDB-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-kpiGoal-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-kpiStatus-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-kpiTrend-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-kpiValue-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-namedSetCDB-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-hierarchyCDB-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-attributeCDB-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-hierarchy-level-0-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-hierarchy-level-1-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-hierarchy-level-2-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-hierarchy-level-3-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-hierarchy-level-4-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-hierarchy-level-5-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-calcMemberGroupCDB::before{content:"" !important}.e-pivot-calc-dialog-div .e-calc-measure-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-calc-dimension-icon::before{content:"" !important}.e-pivot-calc-dialog-div .e-sort-none::before{content:"" !important}.e-pivot-calc-dialog-div .e-sort-ascend::before{content:"" !important}.e-pivot-calc-dialog-div .e-sort-descend::before{content:"" !important}.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,.e-pivotfieldlist-container .e-field-list-back-icon::before{content:""}.e-pivotfieldlist-wrapper .e-sort::before,.e-pivotfieldlist-container .e-sort::before{content:""}.e-pivotfieldlist-wrapper .e-pv-filter::before,.e-pivotfieldlist-container .e-pv-filter::before{content:""}.e-pivotfieldlist-wrapper .e-pv-filtered::before,.e-pivotfieldlist-container .e-pv-filtered::before{content:""}.e-pivotfieldlist-wrapper .e-drag::before,.e-pivotfieldlist-container .e-drag::before{content:""}.e-pivotfieldlist-wrapper .e-add-icon::before,.e-pivotfieldlist-container .e-add-icon::before{content:""}.e-pivotfieldlist-wrapper .e-remove::before,.e-pivotfieldlist-container .e-remove::before{content:""}.e-pivotfieldlist-wrapper .e-axis-rows::before,.e-pivotfieldlist-container .e-axis-rows::before{content:""}.e-pivotfieldlist-wrapper .e-axis-columns::before,.e-pivotfieldlist-container .e-axis-columns::before{content:""}.e-pivotfieldlist-wrapper .e-axis-values::before,.e-pivotfieldlist-container .e-axis-values::before{content:""}.e-pivotfieldlist-wrapper .e-axis-filters::before,.e-pivotfieldlist-container .e-axis-filters::before{content:""}.e-pivotfieldlist-wrapper .e-selected-option-icon::before,.e-pivotfieldlist-container .e-selected-option-icon::before{content:""}.e-pivotfieldlist-wrapper .e-clear-filter-icon::before,.e-pivotfieldlist-container .e-clear-filter-icon::before{content:""}.e-pivotfieldlist-wrapper .e-dropdown-icon::before,.e-pivotfieldlist-container .e-dropdown-icon::before{content:""}.e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before,.e-pivotfieldlist-container .e-measureGroupCDB-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-measure-icon::before,.e-pivotfieldlist-container .e-measure-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-folderCDB-icon::before,.e-pivotfieldlist-container .e-folderCDB-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-folderCDB-open-icon::before,.e-pivotfieldlist-container .e-folderCDB-open-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-dimensionCDB-icon::before,.e-pivotfieldlist-container .e-dimensionCDB-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-kpiCDB-icon::before,.e-pivotfieldlist-container .e-kpiCDB-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-kpiGoal-icon::before,.e-pivotfieldlist-container .e-kpiGoal-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-kpiStatus-icon::before,.e-pivotfieldlist-container .e-kpiStatus-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-kpiTrend-icon::before,.e-pivotfieldlist-container .e-kpiTrend-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-kpiValue-icon::before,.e-pivotfieldlist-container .e-kpiValue-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-namedSetCDB-icon::before,.e-pivotfieldlist-container .e-namedSetCDB-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-hierarchyCDB-icon::before,.e-pivotfieldlist-container .e-hierarchyCDB-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-attributeCDB-icon::before,.e-pivotfieldlist-container .e-attributeCDB-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-hierarchy-level-0-icon::before,.e-pivotfieldlist-container .e-hierarchy-level-0-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-hierarchy-level-1-icon::before,.e-pivotfieldlist-container .e-hierarchy-level-1-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-hierarchy-level-2-icon::before,.e-pivotfieldlist-container .e-hierarchy-level-2-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-hierarchy-level-3-icon::before,.e-pivotfieldlist-container .e-hierarchy-level-3-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-hierarchy-level-4-icon::before,.e-pivotfieldlist-container .e-hierarchy-level-4-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-hierarchy-level-5-icon::before,.e-pivotfieldlist-container .e-hierarchy-level-5-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-calcMemberGroupCDB::before,.e-pivotfieldlist-container .e-calcMemberGroupCDB::before{content:"" !important}.e-pivotfieldlist-wrapper .e-calc-measure-icon::before,.e-pivotfieldlist-container .e-calc-measure-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-calc-dimension-icon::before,.e-pivotfieldlist-container .e-calc-dimension-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-sort-none::before,.e-pivotfieldlist-container .e-sort-none::before{content:"" !important}.e-pivotfieldlist-wrapper .e-sort-ascend::before,.e-pivotfieldlist-container .e-sort-ascend::before{content:"" !important}.e-pivotfieldlist-wrapper .e-sort-descend::before,.e-pivotfieldlist-container .e-sort-descend::before{content:"" !important}.e-pivotfieldlist-wrapper .e-field-list-search-icon::before,.e-pivotfieldlist-container .e-field-list-search-icon::before{content:"" !important}.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before{content:""}.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before,.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before{content:""}.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before,.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before{content:""}.e-pivotfieldlist-wrapper .e-pivot-button .e-edit::before,.e-pivotfieldlist-container .e-pivot-button .e-edit::before{content:""}.e-pivotfieldlist-wrapper .e-sort-ascend-icon::before,.e-pivotfieldlist-container .e-sort-ascend-icon::before{content:""}.e-pivotfieldlist-wrapper .e-sort-descend-icon::before,.e-pivotfieldlist-container .e-sort-descend-icon::before{content:""}/*! field-list theme */.e-pivotfieldlist .e-disable{display:none}.e-pivotfieldlist .e-hide{visibility:hidden}.e-pivot-formatting-dialog{max-height:480px !important;width:628px !important}.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td{padding-bottom:4px}.e-pivot-formatting-dialog .e-format-delete-icon{font-weight:normal}.e-pivot-formatting-dialog .e-format-delete-icon:hover{font-weight:600}.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td{padding-bottom:14px;padding-right:18px;white-space:nowrap;padding-right:8px}.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-font-color-picker{margin-left:0;margin-right:16px}.e-pivot-formatting-dialog .e-format-inner-div{padding-left:14px;padding-top:14px;width:579px}.e-pivot-formatting-dialog .e-format-outer-div{background-color:#fff;border:1px solid #dee2e6;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:rgba(0,0,0,0);border-color:rgba(0,0,0,0);float:right;padding-right:12px;padding-top:12px;color:#212529 !important}.e-pivot-formatting-dialog .e-format-delete-button:hover,.e-pivot-formatting-dialog .e-format-delete-button:focus,.e-pivot-formatting-dialog .e-format-delete-button:active{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);box-shadow:0 0 0 rgba(0,0,0,0)}.e-pivot-formatting-dialog .e-format-delete-button:hover .e-format-delete-icon,.e-pivot-formatting-dialog .e-format-delete-button:focus .e-format-delete-icon,.e-pivot-formatting-dialog .e-format-delete-button:active .e-format-delete-icon{font-weight:600}.e-pivot-formatting-dialog .e-format-delete-icon{font-size:10px}.e-pivot-formatting-dialog .e-format-label,.e-pivot-formatting-dialog .e-format-value-label{color:#212529;font-size:13px;font-weight:500;opacity:.87}.e-pivot-formatting-dialog .e-format-value-preview{border:1px solid #dee2e6;border-radius:4px;height:28px;margin:0 !important;padding-left:6px;padding-top:6px;width:80px}.e-pivot-formatting-dialog .e-format-color-picker .e-split-btn-wrapper .e-split-btn .e-selected-color{background:none;margin:0 2px;width:14px;color:#212529 !important}.e-pivot-formatting-dialog .e-format-color-picker .e-split-btn-wrapper .e-split-btn .e-selected-color:hover{color:#6c757d !important}.e-pivot-formatting-dialog .e-format-color-picker .e-split-btn-wrapper .e-split-btn{pointer-events:none}.e-pivot-formatting-dialog .e-format-color-picker .e-split-btn-wrapper .e-split-btn .e-selected-color{background:none;margin:0 2px;width:14px}.e-pivot-formatting-dialog .e-split-preview,.e-pivot-formatting-dialog .e-tip-transparent{border:1px solid #dee2e6;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-inner-div{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-font-color-picker{margin-left:16px;margin-right:0}.e-pivot-formatting-dialog.e-rtl .e-format-condition-button{float:right}.e-pivot-formatting-dialog.e-rtl .e-format-condition-button .e-add-icon{margin-left:auto}.e-pivot-formatting-dialog.e-rtl .e-format-inner-div{padding-left:0;padding-right:14px}.e-pivot-formatting-dialog.e-rtl .e-format-delete-button{float:left;padding-left:12px}.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker{margin-right:0}.e-bigger.e-pivot-formatting-dialog,.e-bigger .e-pivot-formatting-dialog{width:680px !important}.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-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-value2,.e-bigger .e-pivot-formatting-dialog .e-format-value1,.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;width:656px}.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(even) td,.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td{padding-bottom:16px;padding-right:20px;padding-right:12px}.e-bigger.e-pivot-formatting-dialog .e-format-font-color-picker,.e-bigger .e-pivot-formatting-dialog .e-format-font-color-picker{margin-left:0;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-bigger.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker,.e-bigger .e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker{margin-left:20px;margin-right:0}.e-pivot-calc-dialog-div{max-height:550px !important;min-width:290px}.e-pivot-calc-dialog-div .e-dlg-header-content,.e-pivot-calc-dialog-div .e-footer-content{border:0}.e-pivot-calc-dialog-div .e-dlg-content{padding-bottom:18px}.e-pivot-calc-dialog-div .e-pivot-all-field-title,.e-pivot-calc-dialog-div .e-pivot-field-name-title,.e-pivot-calc-dialog-div .e-pivot-formula-title,.e-pivot-calc-dialog-div .e-olap-hierarchy-title,.e-pivot-calc-dialog-div .e-olap-format-title,.e-pivot-calc-dialog-div .e-olap-member-title{color:#495057;font-size:14px;margin-bottom:4px;margin-top:12px;overflow:hidden;padding:4px 0;padding-bottom:0;text-overflow:ellipsis;white-space:nowrap;padding-bottom:4px}.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:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon{color:#6c757d}.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon{float:right !important;margin:0;margin-right:12px !important}.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:14px;height:24px;opacity:.87;padding:2px 4px 4px;pointer-events:auto;width:24px;height:20px;width:20px}.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format{float:right;font-size:20px;margin-right:12px;padding-top:8px}.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace{cursor:pointer;display:inline-block;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:not(.e-active) span.e-icons{color:#adb5bd}.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons{cursor:move;display:inline-block;font-size:14px;height:24px;margin-right:4px;pointer-events:auto;width:24px;height:20px;padding:5px 8px 12px 5px;width:20px;padding:8px 8px 8px 12px}.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:#212529;font-size:14px;height:48px;opacity:.87}.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-icons{font-size:14px;height:24px;margin-bottom:10px;padding:5px;width:24px}.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edit.e-icons,.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-edited.e-icons,.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-remove-report.e-icons{margin-right:0;transform:rotate(0deg)}.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:-30px}.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:#dc3545 !important;font-weight:600 !important}.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field:-moz-placeholder{color:#dc3545 !important;font-weight:600 !important}.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field::-moz-placeholder{color:#dc3545 !important;font-weight:600 !important}.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field:-ms-input-placeholder{color:#dc3545 !important;font-weight:600 !important}.e-pivot-calc-dialog-div .e-pivot-formula{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;color:#212529;font-size:13px;height:70px;padding:5px 8px;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:65%}.e-pivot-calc-dialog-div .e-pivot-treeview-outer{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;height:120px;overflow:auto}.e-pivot-calc-dialog-div.e-olap-calc-dialog-div{min-width:575px}.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div{display:-ms-flexbox;display:flex}.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div{height:495px;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:460px;overflow:auto;width:310px}.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-calcfieldmember .e-list-text{width:150px;overflow:hidden;text-overflow:ellipsis}.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item .e-text-content{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-remove-report.e-list-icon{cursor:pointer;font-size:13px;margin-top:3px}.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{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-icon.e-edited{cursor:pointer;padding:7px !important}.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item div.e-icons{padding:0;height:auto;float:none !important}.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul li{margin-left:0;margin-right:0}.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.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:#495057;-ms-flex:auto;flex:auto;margin-top:0;padding-bottom:4px;padding-left:18px;padding-right:18px}.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-container{background-color:#f8f9fa;color:#495057;display:-ms-flexbox;display:flex;font-size:14px}.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-container .e-info{padding:7px !important}.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-container .e-info:hover{color:#6c757d}.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div{-ms-flex:auto;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-pivot-formula-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-olap-hierarchy-title,.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-member-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{max-height:600px !important;min-width:401px !important}.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-formula-title,.e-bigger.e-pivot-calc-dialog-div .e-olap-hierarchy-title,.e-bigger.e-pivot-calc-dialog-div .e-olap-format-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-field-name-title,.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula-title,.e-bigger .e-pivot-calc-dialog-div .e-olap-hierarchy-title,.e-bigger .e-pivot-calc-dialog-div .e-olap-format-title,.e-bigger .e-pivot-calc-dialog-div .e-olap-member-title{font-size:14px;padding:6px 0;padding-bottom:0;padding-bottom:4px;padding-top:16px}.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 div.e-icons,.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons{font-size:20px;padding-top:12px}.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:20px;position:relative;top:3px}.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:8px;padding-top:8px}.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div{max-height:750px !important;min-width:580px !important}.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:570px;width:283px}.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:520px;width:325px}.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-container,.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-container{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:20px}.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-container .e-adaptive-field-list-dialog,.e-pivotfieldlist-container .e-member-editor-dialog{max-width:400px !important;min-width:320px !important}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,.e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt{padding:25px 12px;text-align:center;width:100%}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-editor-search-container,.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container{display:-ms-flexbox;display:flex;padding:0 12px 10px}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-editor-search-container .e-clear-icon-hide,.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide{display:inline-block;visibility:hidden}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container-outer-div{display:inline-block;height:162px;max-width:400px;overflow:auto;width:100%}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container,.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container{display:inline-table;width:100%}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container.e-rtl ul .e-list-icon,.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container.e-rtl ul .e-list-icon{transform:rotateX(0deg) rotateY(180deg)}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul{margin-left:-22px;overflow:auto !important}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-icon,.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-icon{margin:0}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-disable,.e-pivotfieldlist-container .e-member-editor-dialog .e-disable{display:none !important}.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-rtl .e-member-editor-outer-container ul,.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul{margin-left:0;margin-right:-22px}.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul{margin-left:0}.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-treeview ul:first-child,.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-treeview ul:first-child{padding-left:10px;padding-right:10px}.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container,.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container{display:-ms-flexbox;display:flex}.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul,.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul{margin-right:0}.e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items{margin-left:20px}.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button{float:left;margin:0}.e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button.e-disable{display:none}.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container{background-color:#343a40;opacity:56%;padding:14px 10px 16px 20px}.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container .e-editor-label{color:#212529;font:500 13px Inter;opacity:.87;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort{box-shadow:none;margin-left:10px}.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon{font-size:16px}.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul{margin-left:-22px;overflow:hidden}.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul li .e-list-text{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul li .e-list-icon{margin:0}.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container{border:0}.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text{margin:0 0 0 6px}.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon{height:14px;min-width:14px;width:14px;height:auto}.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before{font-size:14px}.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text{margin:0 6px 0 0}.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter{padding-top:20px}.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div{height:164px}.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter{height:248px;overflow:auto;padding:20px;padding-bottom:0}.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div{color:#6c757d !important;font-size:13px;font-weight:500}.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-option-container-1,.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-option-container-2,.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-separator-div,.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-option-container-1,.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-option-container-2,.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-separator-div{padding-top:20px}.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-between-text-div,.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-between-text-div{padding:8px 0}.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-disable,.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-disable{display:none}.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter .e-editor-label-container{opacity:56%;padding:14px 10px 9px 20px}.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items{margin-left:0;margin-right:20px}.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort{margin-left:0;margin-right:10px}.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button{float:right}.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul{margin-left:0}.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop{margin:0 5px}.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop .e-caret{font-size:14px}.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop li .e-disabled{opacity:.5;pointer-events:none}.e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort{margin-left:0;margin-right:10px}.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul{min-height:170px;overflow:auto}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-hierarchyCDB-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-level-members,.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-namedSetCDB-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-measure-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-kpiGoal-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-kpiStatus-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-kpiTrend-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-kpiValue-icon{margin-left:10px}.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-calc-measure-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-calc-dimension-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-attributeCDB-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-hierarchyCDB-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-level-members,.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-namedSetCDB-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-measure-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiGoal-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiStatus-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiTrend-icon,.e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon{margin-left:0;margin-right:10px}.e-pivotfieldlist-container .e-value-field-settings{max-width:400px !important;min-width:300px !important}.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content{overflow:auto}.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content{padding:0 12px 10px}.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container{display:-ms-flexbox;display:flex}.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content{font-size:13px;font-weight:500}.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title{-ms-flex:none;flex:none}.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content{-ms-flex:auto;flex:auto;width:100%}.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-caption-input-container,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-type-option-container,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-field-option-container,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-item-option-container{padding-top:12px}.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-caption-input-container .e-base-field-option-text,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-caption-input-container .e-base-item-option-text,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-caption-input-container .e-type-option-text,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-type-option-container .e-base-field-option-text,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-type-option-container .e-base-item-option-text,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-type-option-container .e-type-option-text,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-field-option-container .e-base-field-option-text,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-field-option-container .e-base-item-option-text,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-field-option-container .e-type-option-text,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-item-option-container .e-base-field-option-text,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-item-option-container .e-base-item-option-text,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-item-option-container .e-type-option-text{font-size:13px;font-weight:500;width:100%}.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-caption-input-container .e-caption-input-text,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-type-option-container .e-caption-input-text,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-field-option-container .e-caption-input-text,.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-base-item-option-container .e-caption-input-text{font-size:13px}.e-pivotfieldlist-container .e-adaptive-field-list-dialog,.e-pivotfieldlist-container .e-member-editor-dialog,.e-pivotfieldlist-container .e-value-field-settings{border-radius:4px;width:auto !important}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-footer-content,.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content,.e-pivotfieldlist-container .e-member-editor-dialog .e-footer-content,.e-pivotfieldlist-container .e-value-field-settings .e-dlg-header-content,.e-pivotfieldlist-container .e-value-field-settings .e-footer-content{border-radius:4px}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content,.e-pivotfieldlist-container .e-value-field-settings .e-dlg-header-content{border:0;font-weight:normal}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-footer-content,.e-pivotfieldlist-container .e-member-editor-dialog .e-footer-content,.e-pivotfieldlist-container .e-value-field-settings .e-footer-content{border-top:1px solid #dee2e6;border-top-left-radius:0;border-top-right-radius:0;padding-top:10px}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content,.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content{overflow:hidden;padding:0 !important}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder{color:#dc3545 !important;font-weight:600 !important}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field:-moz-placeholder,.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field:-moz-placeholder,.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content .e-empty-field:-moz-placeholder{color:#dc3545 !important;font-weight:600 !important}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-moz-placeholder,.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-moz-placeholder,.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content .e-empty-field::-moz-placeholder{color:#dc3545 !important;font-weight:600 !important}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder,.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder,.e-pivotfieldlist-container .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder{color:#dc3545 !important;font-weight:600 !important}.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div{height:200px}.e-field-list-tree.e-drag-item.e-treeview,.e-pivot-calc.e-drag-item.e-treeview{background-color:#dee2e6;border:1px solid #dee2e6;border-radius:0;box-shadow:0 1px 2px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.1);height:32px;line-height:1.15em;min-width:100px;padding:5px 10px;line-height:normal;padding:0 10px}.e-field-list-tree.e-drag-item.e-treeview .e-text-content,.e-pivot-calc.e-drag-item.e-treeview .e-text-content{height:100%;padding:0;text-align:center;width:100%}.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text{color:#343a40;font-size:16px;line-height:1em;width:100%;display:inline;line-height:normal;vertical-align:sub}.e-field-list-tree.e-drag-item.e-treeview .e-text-content>.e-icons,.e-field-list-tree.e-drag-item.e-treeview .e-checkbox-wrapper,.e-field-list-tree.e-drag-item.e-treeview .e-list-icon,.e-pivot-calc.e-drag-item.e-treeview .e-text-content>.e-icons,.e-pivot-calc.e-drag-item.e-treeview .e-checkbox-wrapper,.e-pivot-calc.e-drag-item.e-treeview .e-list-icon{display:none}.e-field-list-tree.e-drag-item.e-treeview.e-rtl .e-text-content,.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content{padding-right:0}.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content{padding-left:24px}.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content .e-list-text,.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content .e-list-text{padding:0}.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop,.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop{display:inline-block !important;line-height:0em}.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before{float:left;font-size:16px;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-pivot-calc.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{height:36px;padding:6px 12px}.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-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{line-height:1.5em}.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-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{padding:4px}.e-button-drag-clone{background-color:#dee2e6 !important;border:1px solid #dee2e6;border-radius:0;box-shadow:0 1px 2px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.1);color:#343a40;font-size:16px;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";height:32px;line-height:1.15em;min-width:100px;overflow:hidden;padding:5px 10px;text-align:center;width:auto;z-index:100000;line-height:normal;padding:0 10px}.e-button-drag-clone .e-text-content{width:100%;display:inline;vertical-align:sub}.e-bigger .e-button-drag-clone,.e-bigger.e-button-drag-clone{height:36px !important;line-height:1.5em;padding:6px 12px;line-height:normal;padding:0 12px}.e-pivot-error-dialog{max-width:400px !important;width:auto !important}.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div{height:129px}.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-descend-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-descend-icon{font-size:18px}.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-level-drop .e-caret,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-level-drop .e-caret{font-size:20px !important}.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-calc-measure-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-calc-dimension-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-attributeCDB-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-hierarchyCDB-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-level-members,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-namedSetCDB-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-measure-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-kpiGoal-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-kpiStatus-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-kpiTrend-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-kpiValue-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-calc-measure-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-calc-dimension-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-attributeCDB-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-hierarchyCDB-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-level-members,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-namedSetCDB-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-measure-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-kpiGoal-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-kpiStatus-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-kpiTrend-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container ul li .e-kpiValue-icon{margin-left:10px}.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-calc-measure-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-calc-dimension-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-attributeCDB-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-hierarchyCDB-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-level-members,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-namedSetCDB-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-measure-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiGoal-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiStatus-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiTrend-icon,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-calc-measure-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-calc-dimension-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-attributeCDB-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-hierarchyCDB-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-level-members,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-namedSetCDB-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-measure-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiGoal-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiStatus-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiTrend-icon,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon{margin-left:10px}.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text{margin:0 0 0 6px}.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text{margin:0 6px 0 0}.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div{height:117px !important}.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter{height:227px}.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div{font-size:14px}.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-option-container-1,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-option-container-2,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-separator-div,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-option-container-1,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-option-container-2,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-separator-div,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-option-container-1,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-option-container-2,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-separator-div,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-option-container-1,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-option-container-2,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-separator-div{padding-top:24px}.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-between-text-div,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-between-text-div,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-between-text-div,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-between-text-div{padding:10px 0}.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter{min-width:350px !important}.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small{font-size:14px;top:0}.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content{padding:0 12px 10px}.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-field-name-text-container,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-field-name-text-container{display:-ms-flexbox;display:flex}.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-field-name-text-container .e-field-name-title,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-field-name-text-container .e-field-name-content,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-field-name-text-container .e-field-name-title,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-field-name-text-container .e-field-name-content{font-size:14px}.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-caption-input-container,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-type-option-container,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-base-field-option-container,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-base-item-option-container,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-caption-input-container,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-type-option-container,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-base-field-option-container,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-base-item-option-container{padding-top:24px}.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-caption-input-container .e-base-field-option-text,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-caption-input-container .e-base-item-option-text,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-caption-input-container .e-type-option-text,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-caption-input-container .e-caption-input-text,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-type-option-container .e-base-field-option-text,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-type-option-container .e-base-item-option-text,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-type-option-container .e-type-option-text,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-type-option-container .e-caption-input-text,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-base-field-option-container .e-base-field-option-text,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-base-field-option-container .e-base-item-option-text,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-base-field-option-container .e-type-option-text,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-base-field-option-container .e-caption-input-text,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-base-item-option-container .e-base-field-option-text,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-base-item-option-container .e-base-item-option-text,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-base-item-option-container .e-type-option-text,.e-bigger .e-pivotfieldlist-container .e-value-field-settings .e-base-item-option-container .e-caption-input-text,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-caption-input-container .e-base-field-option-text,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-caption-input-container .e-base-item-option-text,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-caption-input-container .e-type-option-text,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-caption-input-container .e-caption-input-text,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-type-option-container .e-base-field-option-text,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-type-option-container .e-base-item-option-text,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-type-option-container .e-type-option-text,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-type-option-container .e-caption-input-text,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-base-field-option-container .e-base-field-option-text,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-base-field-option-container .e-base-item-option-text,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-base-field-option-container .e-type-option-text,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-base-field-option-container .e-caption-input-text,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-base-item-option-container .e-base-field-option-text,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-base-item-option-container .e-base-item-option-text,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-base-item-option-container .e-type-option-text,.e-bigger.e-pivotfieldlist-container .e-value-field-settings .e-base-item-option-container .e-caption-input-text{font-size:14px}/*! field-list theme */.e-pivotfieldlist .e-member-editor-dialog,.e-pivotfieldlist .e-olap-editor-dialog{visibility:hidden}.e-pivotfieldlist .e-select-table{background-color:#e9ecef;border:.5px solid #dee2e6;box-shadow:0 1px 2px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.1);color:#6c757d;font-size:17px;height:31px;max-height:31px;max-width:31px;min-height:31px;min-width:31px;padding:8px;position:relative;width:31px;z-index:1000}.e-pivotfieldlist .e-select-table.e-fieldlist-left{box-shadow:0 1px 2px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.1)}.e-pivotfieldlist .e-select-table:focus,.e-pivotfieldlist .e-select-table:active{background-color:#dee2e6}.e-pivotfieldlist .e-select-table:hover{background-color:#dee2e6}*.e-rtl .e-select-table{padding:8px 5px}.e-bigger .e-pivotfieldlist .e-select-table,.e-bigger.e-pivotfieldlist .e-select-table{font-size:20px;height:36px;max-height:36px;max-width:36px;min-height:36px;min-width:36px}.e-bigger .e-pivotfieldlist .e-member-editor-dialog,.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,.e-bigger.e-pivotfieldlist .e-member-editor-dialog,.e-bigger.e-pivotfieldlist .e-olap-editor-dialog{max-height:400px !important;min-width:370px !important}.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div{min-height:113px !important}.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul{height:auto}.e-pivotfieldlist-container{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;max-width:700px;min-width:300px}.e-pivotfieldlist-container .e-layout-footer{display:-ms-flexbox;display:flex;padding:10px 2px 2px}.e-pivotfieldlist-container .e-layout-footer .e-button-layout{-ms-flex:auto;flex:auto;text-align:end}.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button{margin-right:10px}.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-cancel-btn,.e-pivotfieldlist-container .e-layout-footer .e-button-layout .e-defer-apply-button{min-width:fit-content}.e-pivotfieldlist-container .e-layout-footer .e-cancel-btn,.e-pivotfieldlist-container .e-layout-footer .e-defer-apply-button,.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout{max-width:25%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout .e-label{padding-right:10px}.e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout{max-width:45%}.e-pivotfieldlist-container .e-checkbox-layout{float:left;margin-top:6px}.e-pivotfieldlist-container.e-rtl .e-layout-footer .e-defer-apply-button{margin-left:10px}.e-pivotfieldlist-container.e-rtl .e-checkbox-layout{float:right}.e-pivotfieldlist-container.e-dialog{max-height:550px !important}.e-pivotfieldlist-container.e-dialog .e-layout-footer{padding:0}.e-pivotfieldlist-container.e-dialog .e-checkbox-layout{margin-left:10px}.e-pivotfieldlist-container.e-dialog .e-button-layout{margin-right:10px}.e-pivotfieldlist-container .e-dlg-header-content,.e-pivotfieldlist-container .e-footer-content{border:0}.e-pivotfieldlist-container .e-dlg-header-content{border-bottom:1px solid #dee2e6}.e-pivotfieldlist-container .e-footer-content{border-top:1px solid #dee2e6}.e-pivotfieldlist-container .e-field-list-title{display:-ms-flexbox;display:flex;font-size:16px;min-height:25px;padding:0 2px 18px;width:100%}.e-pivotfieldlist-container .e-field-list-title .e-title-content{-ms-flex:auto;flex:auto}.e-pivotfieldlist-container .e-title-header{display:-ms-flexbox;display:flex;padding:2px;width:100%}.e-pivotfieldlist-container .e-title-header .e-title-content{-ms-flex:auto;flex:auto}.e-pivotfieldlist-container .e-field-list-container{display:-ms-flexbox;display:flex;height:342px;padding:1px;position:relative}.e-pivotfieldlist-container .e-field-list-container .e-field-table{border:1px solid #dee2e6;border-radius:4px;display:inline-block;overflow:hidden;width:30%}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list-tree .e-sibling{display:none}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list{width:100%}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header{background-color:#f8f9fa;color:#495057;font-size:14px;font-weight:normal;height:28px;overflow:hidden;padding:6px 0 0 18px;text-align:left;text-overflow:ellipsis;word-break:break-all}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container{background-color:#f8f9fa;color:#495057;display:-ms-flexbox;display:flex;padding-right:18px}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header{-ms-flex:auto;flex:auto}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-none,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-ascend,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-descend{color:#495057;cursor:pointer;font-size:14px;height:20px !important;padding:6px 0 0 4px;width:20px}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-none.e-selected::before,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-ascend.e-selected::before,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-descend.e-selected::before{color:#6c757d}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-none:hover,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-ascend:hover,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-descend:hover{font-weight:bold}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-none:focus,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-ascend:focus,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-sort-descend:focus{font-weight:bold}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list-tree-outer-div{display:inline-block;height:310px;overflow:auto;width:100%}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list{display:inline-table;height:100%;padding-left:2px;width:100%}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul{overflow:hidden}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li{margin-left:-30px}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow{cursor:default}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-drag{color:#adb5bd;cursor:move;display:inline-block;font-size:14px;height:20px;margin-bottom:4px;margin-right:6px;pointer-events:all;text-align:center;vertical-align:bottom;width:20px;margin-right:4px;padding-left:12px}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-drag.e-disable-drag{cursor:not-allowed;opacity:.4;visibility:hidden}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-icon{color:#6c757d;margin:0}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-calc-measure-icon,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-calc-dimension-icon,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-attributeCDB-icon,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-hierarchyCDB-icon,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-level-members,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-namedSetCDB-icon,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-measure-icon,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-kpiGoal-icon,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-kpiStatus-icon,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-kpiTrend-icon,.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-kpiValue-icon{margin-left:10px}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-selected{opacity:.5}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-selected-node{font-weight:500}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable{display:none !important}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li{margin-left:0;margin-right:0}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon{font-size:14px;height:auto;width:auto}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview ul:first-child{padding-left:10px;padding-right:10px}.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-rtl ul .e-list-icon{transform:rotateX(0deg) rotateY(180deg)}.e-pivotfieldlist-container .e-field-list-container .e-field-table.e-olap-field-table{width:40%}.e-pivotfieldlist-container .e-field-list-container .e-axis-table{display:-ms-flexbox;display:flex;overflow:hidden;width:70%}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields{padding-left:8px;width:50%}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;fill:#fff;font-weight:normal;min-height:165px;position:relative;width:100%}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container{background-color:#f8f9fa;border-bottom:1px solid #dee2e6;color:#495057;display:-ms-flexbox;display:flex;height:28px;padding:2px 18px 5px}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container{height:20px;padding-top:2px;width:20px}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-rows,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-columns,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-values,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-filters,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container .e-axis-rows,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container .e-axis-columns,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container .e-axis-values,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container .e-axis-filters,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container .e-axis-rows,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container .e-axis-columns,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container .e-axis-values,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container .e-axis-filters,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container .e-axis-rows,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container .e-axis-columns,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container .e-axis-values,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container .e-axis-filters{color:#495057;font-size:14px}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-header,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-header,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-header,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-header{-ms-flex:auto;flex:auto;font-size:14px;line-height:1.125em;margin-top:2px;overflow:hidden;padding:0 8px;text-overflow:ellipsis;text-transform:none;width:100%;margin-top:4px}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content{cursor:default;width:100%}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content.e-drag-restrict,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content.e-drag-restrict,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content.e-drag-restrict,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content.e-drag-restrict{cursor:no-drop}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator-last,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator-last,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator-last,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator{display:block;pointer-events:none;width:100%}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover{border-top:2px dashed #0d6efd;margin-top:-2px;border-top:2px solid #0d6efd}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover{position:absolute}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button{background-color:#fff;border-bottom:1px solid rgba(33,37,41,.12);border-left:0;border-radius:0;border-right:0;border-top:0;box-shadow:none;cursor:default;display:-ms-flexbox;display:flex;font-weight:normal;height:32px;line-height:1em;padding:9px 12px;text-transform:none;width:100%;color:#212529}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected{color:#212529;opacity:.5}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover{background-color:#eff1f4}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content{background-color:rgba(0,0,0,0)}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active{background-color:#e6eaed;color:#343a40}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content{background-color:rgba(0,0,0,0)}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-edit,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-edit,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-edit,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-edit,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-edit,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-edit,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-edit,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-edit{color:#343a40}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content{background-color:rgba(0,0,0,0);-ms-flex:auto;flex:auto;font-size:14px;height:16px;line-height:1em;overflow:hidden;padding:0 8px;text-align:left;text-overflow:ellipsis;width:70%}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable{height:20px;width:20px}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag{color:#adb5bd;cursor:move;font-size:14px;height:20px;width:20px}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag.e-disable-drag,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag.e-disable-drag,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag.e-disable-drag,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag.e-disable-drag{cursor:not-allowed;opacity:.4;visibility:hidden}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit{color:#6c757d;cursor:pointer;display:inline-block;font-size:14px;height:20px;padding-left:4px;width:20px}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit:hover{color:#6c757d}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit.e-disable{display:none}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort{height:14px}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove{display:none}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content{text-align:right}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit{padding-left:0;padding-right:4px}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-sort,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-sort{height:fit-content;transform:rotateX(0deg);transition:transform 200ms ease-in-out}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-sort.e-descend,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-sort.e-descend,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-sort.e-descend,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-sort.e-descend{transform:rotateX(180deg)}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content{height:133px;overflow:auto;scroll-behavior:smooth}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt{bottom:32%;color:#495057;font-size:14px;height:25px;pointer-events:none;position:absolute;text-align:center;width:100%}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt.e-disable,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt.e-disable{display:none}.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values{margin-top:8px}.e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table{width:60%}.e-pivotfieldlist-container.e-search-mode.e-static{max-height:750px}.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table{height:261px}.e-pivotfieldlist-container.e-search-mode.e-popup{min-height:540px}.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container{height:369px}.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table{height:392px !important}.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table{height:392px}.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content{height:162px !important}.e-pivotfieldlist-container.e-search-mode .e-member-prompt{color:#adb5bd;padding:25px 12px;text-align:center;width:100%}.e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable{display:none}.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search{display:-ms-flexbox;display:flex;padding:10px 18px}.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon{float:right;font-size:14px}.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon{border-width:0 !important;cursor:text !important}.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover{background-color:rgba(0,0,0,0) !important;border:rgba(0,0,0,0) !important;color:currentColor !important}.e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,.e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable{display:none !important}.e-pivotfieldlist-container .e-calculated-field{color:#fff;font-size:14px;font-weight:normal;max-width:160px;min-width:145px}.e-pivotfieldlist-container .e-calculated-field.e-disable{display:none}.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list{padding-left:0;padding-right:2px}.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li{margin-left:0;margin-right:-30px}.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-drag{margin-left:6px !important;margin-right:0 !important}.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-calc-measure-icon,.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-calc-dimension-icon,.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-attributeCDB-icon,.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-hierarchyCDB-icon,.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-level-members,.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-namedSetCDB-icon,.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-measure-icon,.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-kpiGoal-icon,.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-kpiStatus-icon,.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-kpiTrend-icon,.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-kpiValue-icon{margin-left:0;margin-right:10px}.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header{padding-left:0;padding-right:18px;text-align:right}.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container{padding-left:18px;padding-right:0}.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-descend{padding:6px 4px 0 0}.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields,.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields{padding-left:0;padding-right:8px}.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-header,.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-header,.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-header,.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-header{float:right}.e-pivotfieldlist-container.e-static{background-color:#fff;border:1px solid #dee2e6;max-height:700px;padding:10px;position:relative}.e-pivotfieldlist-container.e-static .e-title-content{color:#212529}.e-pivotfieldlist-container.e-static .e-field-list-container{display:inline-block;height:100%;width:100%}.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table{height:210px;width:100%}.e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div{height:180px}.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div{display:none}.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-title{color:#495057;font-size:14px;height:25px;margin-top:5px;overflow:hidden;text-align:left;text-overflow:ellipsis}.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table{width:100%}.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields{padding:0}.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields{padding-left:8px}.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values{margin-top:8px}.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container{padding-top:2px}.e-pivotfieldlist-container.e-static.e-rtl .e-center-title{text-align:right}.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields{padding-left:10px}.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-right-axis-fields{padding:0}.e-pivotfieldlist-container.e-device{height:100%;max-height:100% !important;max-width:100% !important;min-height:500px;width:100%}.e-pivotfieldlist-container.e-device .e-dlg-header-content{background-color:#e9ecef;color:#495057;font-size:14px;height:48px;padding-bottom:9px;padding-top:9px}.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content{background-color:rgba(0,0,0,0);color:#495057}.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,.e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div{height:210px;overflow:auto}.e-pivotfieldlist-container.e-device .e-title-mobile-header{display:-ms-flexbox;display:flex}.e-pivotfieldlist-container.e-device .e-title-mobile-content{margin-top:5px}.e-pivotfieldlist-container.e-device .e-field-list-back-icon{color:#6c757d;font-size:16px;height:24px;margin-left:0;margin-right:12px;padding-top:7px;text-align:center;width:24px}.e-pivotfieldlist-container.e-device .e-disable{display:none}.e-pivotfieldlist-container.e-device .e-adaptive-container{height:100%;position:relative}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-tab-header{background-color:#f8f9fa}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-tab-header .e-toolbar-item .e-tab-wrap{border:0}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content{display:initial}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values{display:inline-block;height:100%;min-height:250px;padding-top:20px;position:relative;width:100%}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-axis-content,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-axis-content,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-axis-content{overflow:auto}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div{display:-ms-grid;display:grid}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-drop-indicator,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-drop-indicator,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-drop-indicator,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-drop-indicator{display:none}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button{border:1px solid rgba(33,37,41,.12);border-left:0;border-radius:0;border-right:0;border-top:0;border-width:1px 0;box-shadow:none;display:-ms-flexbox;display:flex;font-size:14px;font-weight:normal;height:36px;line-height:normal;padding:9px 16px;text-transform:none;width:100%;background-color:#fff;color:#212529}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-list-selected,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-list-selected{opacity:.5}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-content{-ms-flex:auto;flex:auto;font-size:14px;height:100%;margin-top:-2px;overflow:hidden;text-align:left;text-overflow:ellipsis;width:70%}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-drag,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-drag,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-drag,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-drag{display:none}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-edit,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-edit,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-edit,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-edit{color:#6c757d;cursor:pointer;display:inline-block;font-size:20px;height:24px;padding-left:10px;width:24px;font-size:14px !important;color:#6c757d;padding-left:8px}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-edit:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-edit:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-edit:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-edit:hover{color:#6c757d}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-edit.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-edit.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-edit.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-edit.e-disable{display:none}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort{height:fit-content;transform:rotateX(0deg);transition:transform 200ms ease-in-out}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-descend,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-descend,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort.e-descend{transform:rotateX(180deg)}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove{display:inline-block}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-content,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-content{text-align:right}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-edit{padding-left:0;padding-right:10px;padding-right:8px}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-axis-content,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-axis-content,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-axis-content{height:100%;width:100%}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-draggable-prompt,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-draggable-prompt,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-columns .e-draggable-prompt,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-values .e-draggable-prompt{border:1px dashed #f8f9fa;color:#f8f9fa;font-size:16px;height:22px;left:15%;line-height:22px;pointer-events:none;position:absolute;text-align:center;top:25%;vertical-align:middle;width:70%;color:#212529}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;color:#212529;height:200px;margin-left:20px;margin-right:20px;margin-top:25px;padding:2px 3px;resize:none;width:90%}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-input-div,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-member-options,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-custom-format-div,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-olap-calc-custom-format-div{margin-left:20px;margin-right:20px;margin-top:20px;width:90% !important}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion{margin-top:20px;overflow:auto}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon{display:table;font-size:12px;height:36px;min-height:36px;min-width:28px;padding:0;position:absolute;right:16px;top:0}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon{cursor:pointer;display:table-cell;padding-right:6px;text-align:center;vertical-align:middle}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame{margin-right:12px}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon{left:16px;right:auto}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-icons.e-frame{margin-left:12px !important;margin-right:0 !important}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper{margin-bottom:24px;margin-right:20px}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label{color:#212529;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;opacity:.87}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-add-button,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-cancel-button{float:right;margin-right:20px;margin-top:32px}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button{bottom:0;position:sticky}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord{max-height:290px;overflow:auto}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord ul .e-list-icon{color:#6c757d;color:#fff}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord ul .e-calcfieldmember .e-list-text{overflow:hidden;text-overflow:ellipsis;width:53%}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord ul .e-list-header-icon{display:table;height:30px;min-height:30px;min-width:24px;padding:0;position:absolute;right:16px;top:0}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord ul .e-list-header-icon .e-list-edit-icon,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord ul .e-list-header-icon .e-remove-report.e-icons{color:#6c757d;display:table-cell;padding:5px;pointer-events:all;text-align:center;vertical-align:middle}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord.e-rtl ul .e-list-header-icon{left:16px;right:auto}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord.e-rtl ul .e-list-icon{transform:rotateX(0deg) rotateY(180deg)}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div{max-height:350px;overflow:hidden;overflow-y:auto}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-field-list-footer{bottom:20px;display:inline-block;position:absolute;vertical-align:bottom;width:100%}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content{display:inline-block;padding:15px;width:100%}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-field-list-btn,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-calculated-field-btn{float:right;height:52px;pointer-events:all;width:52px;z-index:1000}.e-pivotfieldlist-container.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-field-list-btn .e-add-icon,.e-pivotfieldlist-container.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-calculated-field-btn .e-add-icon{font-size:18px;line-height:50px}.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer{background-color:rgba(0,0,0,0);bottom:0;display:inline-block;padding:15px;pointer-events:none;position:absolute;vertical-align:bottom;width:100%}.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-field-list-btn,.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-calculated-field-btn,.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-cancel-btn,.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button{float:right;height:52px;pointer-events:all;width:52px;z-index:1000}.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-field-list-btn .e-add-icon,.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-calculated-field-btn .e-add-icon,.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-cancel-btn .e-add-icon,.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button .e-add-icon{font-size:18px;line-height:50px}.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-cancel-btn,.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button{float:left}.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-cancel-btn,.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button,.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-checkbox-layout{max-width:20%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-pivotfieldlist-container.e-device .e-footer-content.e-field-list-footer .e-checkbox-layout{max-width:45%}.e-pivotfieldlist-container.e-device.e-static{border:0;padding:0}.e-pivotfieldlist-container.e-device.e-static .e-field-list-filters .e-axis-content,.e-pivotfieldlist-container.e-device.e-static .e-field-list-rows .e-axis-content,.e-pivotfieldlist-container.e-device.e-static .e-field-list-columns .e-axis-content,.e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content{max-height:600px}.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon{margin-left:12px;margin-right:0;transform:rotateY(180deg)}.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-footer .e-field-list-btn,.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-footer .e-calculated-field-btn{float:left}.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-footer .e-cancel-btn,.e-pivotfieldlist-container.e-device.e-rtl .e-field-list-footer .e-defer-apply-button{float:right}.e-pivotfieldlist-container.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-ok-button,.e-pivotfieldlist-container.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-add-button,.e-pivotfieldlist-container.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-cancel-button{float:left !important;margin-left:20px}.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,.e-bigger.e-pivotfieldlist-container .e-field-table .e-right-axis-fields{padding-left:12px}.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header{background-color:#f8f9fa;color:#495057;font-size:14px;font-weight:normal;height:30px;overflow:hidden;padding:6px 0 0 20px}.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header-container,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container{padding-right:20px}.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-none,.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-none,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend{font-size:16px;height:24px !important;padding:6px 0 0 4px;width:24px}.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list{padding-left:5px}.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list ul li,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list ul li{padding:0}.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list .e-drag,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list .e-drag{font-size:20px !important;height:24px !important;margin-bottom:3px !important;margin-right:4px !important;width:24px !important}.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list .e-calc-measure-icon,.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list .e-calc-dimension-icon,.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list .e-attributeCDB-icon,.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list .e-hierarchyCDB-icon,.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list .e-level-members,.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list .e-namedSetCDB-icon,.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list .e-measure-icon,.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list .e-kpiGoal-icon,.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list .e-kpiStatus-icon,.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list .e-kpiTrend-icon,.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list .e-kpiValue-icon,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list .e-calc-measure-icon,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list .e-calc-dimension-icon,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list .e-attributeCDB-icon,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list .e-hierarchyCDB-icon,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list .e-level-members,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list .e-namedSetCDB-icon,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list .e-measure-icon,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list .e-kpiGoal-icon,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list .e-kpiStatus-icon,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list .e-kpiTrend-icon,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list .e-kpiValue-icon{margin-left:10px}.e-bigger .e-pivotfieldlist-container .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon,.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon{font-size:20px}.e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields .e-field-list-rows,.e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields .e-field-list-values,.e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields .e-field-list-rows,.e-bigger.e-pivotfieldlist-container .e-field-table .e-right-axis-fields .e-field-list-values{margin-top:12px}.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container{height:30px;padding:0 20px 5px}.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container{height:24px;padding-top:7px;width:24px}.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-rows,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-columns,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-values,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-filters,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container .e-axis-rows,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container .e-axis-columns,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container .e-axis-values,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container .e-axis-filters,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container .e-axis-rows,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container .e-axis-columns,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container .e-axis-values,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container .e-axis-filters,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container .e-axis-rows,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container .e-axis-columns,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container .e-axis-values,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container .e-axis-filters,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-rows,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-columns,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-values,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container .e-axis-filters,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container .e-axis-rows,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container .e-axis-columns,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container .e-axis-values,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container .e-axis-filters,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container .e-axis-rows,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container .e-axis-columns,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container .e-axis-values,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container .e-axis-filters,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container .e-axis-rows,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container .e-axis-columns,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container .e-axis-values,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container .e-axis-filters{font-size:16px}.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-header,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-header,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-header,.e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-header,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-header,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-header,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-header,.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-header{font-size:14px;line-height:1.6em;margin-top:4px;padding:0 12px}.e-bigger .e-pivotfieldlist-container .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-container .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-container .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-container .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-container .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-container .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-container .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-container .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-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-container .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-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-container .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-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-container .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-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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:24px;width:24px}.e-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit,.e-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit,.e-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit,.e-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit,.e-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit,.e-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit,.e-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit,.e-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-edit{cursor:pointer;display:inline-block;font-size:20px;height:24px;width:24px}.e-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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:20px}.e-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-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-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag,.e-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-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-bigger.e-pivotfieldlist-container .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:20px;width:24px}.e-bigger .e-pivotfieldlist-container .e-calculated-field,.e-bigger.e-pivotfieldlist-container .e-calculated-field{font-size:14px}.e-bigger .e-pivotfieldlist-container.e-static,.e-bigger.e-pivotfieldlist-container.e-static{max-height:720px}.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-center-title,.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-center-title{color:#495057;font-size:14px}.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields,.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields{padding-left:12px}.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values,.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows,.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values{margin-top:12px}.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,.e-bigger .e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container,.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-container .e-axis-icon-container,.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-icon-container,.e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container{padding-top:7px}.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields{padding-left:12px}.e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-right-axis-fields,.e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-right-axis-fields{padding:0 !important}.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list{padding-left:0;padding-right:5px}.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag{margin-left:4px !important;margin-right:0 !important}.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-calc-measure-icon,.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon,.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon,.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon,.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-level-members,.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon,.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-measure-icon,.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon,.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon,.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon,.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-kpiValue-icon,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-calc-measure-icon,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-level-members,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-measure-icon,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-kpiValue-icon{margin-left:0;margin-right:10px}.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header{padding-right:20px}.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container{padding-left:20px}.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,.e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-descend,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,.e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-descend{padding:6px 4px 0 0}.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields{padding-left:0;padding-right:8px}.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-edit,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-edit,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-edit,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon,.e-bigger .e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-edit,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-edit,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-edit,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon,.e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit{padding-left:0;padding-right:4px}.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static{max-height:750px}.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container{max-height:800px}.e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,.e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table{height:270px}.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup{max-height:600px !important;min-height:580px !important}.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container{height:387px}.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table{height:400px !important}.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table{height:404px}.e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,.e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content{height:165px !important}.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div{max-height:187px}/*! component's theme wise override definitions and variables *//*! component's common definitions and variables *//*! component's theme wise override definitions and variables *//*! component's common definitions and variables */.e-pivotview .e-expand::before{content:""}.e-pivotview .e-collapse::before{content:""}.e-pivotview.e-rtl .e-expand::before{content:""}.e-pivotview .e-sort::before{content:""}.e-pivotview .e-pv-filter::before{content:""}.e-pivotview .e-pv-filtered::before{content:""}.e-pivotview .e-remove::before{content:""}.e-pivotview .e-selected-option-icon::before{content:""}.e-pivotview .e-clear-filter-icon::before{content:""}.e-pivotview .e-dropdown-icon::before{content:""}.e-pivotview .e-export::before{content:""}.e-pivotview .e-new-report::before{content:""}.e-pivotview .e-save-report::before{content:""}.e-pivotview .e-saveas-report::before{content:""}.e-pivotview .e-rename-report::before{content:""}.e-pivotview .e-remove-report::before{content:""}.e-pivotview .e-sub-total::before{content:""}.e-pivotview .e-grand-total::before{content:""}.e-pivotview .e-toolbar-fieldlist::before{content:""}.e-pivotview .e-toolbar-grid::before{content:""}.e-pivotview .e-toolbar-chart::before{content:""}.e-pivotview .e-toolbar-formatting::before{content:""}.e-pivotview .e-pivot-button .e-edit::before{content:""}.e-pivotview .e-sort-ascend-icon::before{content:""}.e-pivotview .e-sort-descend-icon::before{content:""}.e-pivotview-pdf-export::before{content:""}.e-pivotview-excel-export::before{content:""}.e-pivotview-csv-export::before{content:""}.e-pivotview-png-export::before{content:""}.e-pivotview-jpeg-export::before{content:""}.e-pivotview-svg-export::before{content:""}.e-mdx::before{content:""}.e-pivotview-select-icon::before{content:""}.e-pivotview-export::before{content:""}.e-pivotview-grid::before{content:""}.e-pivotview-expand::before{content:""}.e-pivotview-collapse::before{content:""}.e-pivot-format-menu::before{content:""}.e-pivot-number-format-menu::before{content:""}.e-pivot-conditional-format-menu::before{content:""}.e-pivot-format-toolbar::before{content:""}.e-pivotview-group::before{content:""}.e-pivotview-ungroup::before{content:""}.e-level-options .e-selected-level-icon::before{content:""}/*! PivotView layout */.e-pivotview .e-value-field-settings,.e-pivotview .e-member-editor-dialog,.e-pivotview .e-group-field-settings{max-height:450px !important;border-radius:4px;max-width:400px !important;width:auto !important}.e-pivotview .e-pivot-format-dialog{border-radius:4px;max-width:400px !important;width:auto !important}.e-pivotview .e-value-field-settings .e-field-name-text-container{display:-ms-flexbox;display:flex}.e-pivotview .e-value-field-settings .e-field-name-title{-ms-flex:none;flex:none;font-size:13px;font-weight:500}.e-pivotview .e-value-field-settings .e-field-name-content{-ms-flex:auto;flex:auto;font-size:13px;font-weight:500;width:100%}.e-pivotview .e-value-field-settings .e-caption-input-container,.e-pivotview .e-value-field-settings .e-type-option-container,.e-pivotview .e-value-field-settings .e-base-field-option-container,.e-pivotview .e-value-field-settings .e-base-item-option-container{padding-top:20px}.e-pivotview .e-value-field-settings .e-base-field-option-text,.e-pivotview .e-value-field-settings .e-base-item-option-text,.e-pivotview .e-value-field-settings .e-type-option-text{font-size:13px;font-weight:500;width:100%;padding-bottom:4px}.e-pivotview .e-value-field-settings .e-caption-input-text{font-size:13px}.e-pivotview .e-group-field-settings .e-caption-option-text,.e-pivotview .e-group-field-settings .e-input-option-text,.e-pivotview .e-group-field-settings .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-checkbox-wrapper{padding-bottom:12px}.e-pivotview .e-group-field-settings .e-group-start-option-container .e-checkbox-wrapper{padding-top:12px}.e-pivotview .e-group-field-settings .e-caption-option-text,.e-pivotview .e-group-field-settings .e-input-option-text,.e-pivotview .e-group-field-settings .e-group-inerval-option-text,.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label{font-size:13px;font-weight:500;width:100%}.e-pivotview .e-group-field-settings .e-group-input-container,.e-pivotview .e-group-field-settings .e-group-end-option-container,.e-pivotview .e-group-field-settings .e-group-interval-option-container{padding-top:20px}.e-pivotview .e-group-field-settings .e-group-field-div-content{margin-bottom:10px}.e-pivotview .e-member-editor-dialog{min-width:320px}.e-pivotview .e-member-editor-dialog .e-editor-search-container{display:-ms-flexbox;display:flex;padding:0 20px 10px}.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide{display:inline-block;visibility:hidden}.e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-container{padding:5px 20px 10px}.e-pivotview .e-member-editor-dialog .e-filter-sort{box-shadow:none;margin-left:10px}.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,.e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon{font-size:16px}.e-pivotview .e-member-editor-dialog .e-member-prompt{padding:15px 20px;text-align:center;width:100%}.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div{display:inline-block;height:167px;max-width:400px;overflow:auto;width:100%}.e-pivotview .e-member-editor-dialog .e-member-editor-container{display:inline-table;width:100%}.e-pivotview .e-member-editor-dialog .e-member-editor-container.e-olap-field-list-tree{overflow-x:auto}.e-pivotview .e-member-editor-dialog .e-select-all-container ul,.e-pivotview .e-member-editor-dialog .e-member-editor-container ul{margin-left:-22px;overflow:hidden}.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-list-text,.e-pivotview .e-member-editor-dialog .e-member-editor-container ul li .e-list-text{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-list-icon,.e-pivotview .e-member-editor-dialog .e-member-editor-container ul li .e-list-icon{margin:0}.e-pivotview .e-member-editor-dialog .e-select-all-container ul,.e-pivotview .e-member-editor-dialog .e-member-editor-container ul{margin-left:-22px;overflow:hidden}.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-list-text,.e-pivotview .e-member-editor-dialog .e-member-editor-container ul li .e-list-text{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.e-pivotview .e-member-editor-dialog .e-select-all-container ul li .e-list-icon,.e-pivotview .e-member-editor-dialog .e-member-editor-container ul li .e-list-icon{margin:0}.e-pivotview .e-member-editor-dialog .e-excelfilter{padding-top:20px}.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div{height:171px}.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-container{opacity:56%;padding:14px 10px 9px 20px}.e-pivotview .e-member-editor-dialog .e-label-filter,.e-pivotview .e-member-editor-dialog .e-value-filter{height:248px;overflow:auto;padding:20px;padding-bottom:0}.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div{color:#343a40 !important;font-size:13px;font-weight:500}.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-option-container-1,.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-option-container-2,.e-pivotview .e-member-editor-dialog .e-label-filter .e-separator-div,.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-option-container-1,.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-option-container-2,.e-pivotview .e-member-editor-dialog .e-value-filter .e-separator-div{padding-top:20px}.e-pivotview .e-member-editor-dialog .e-label-filter .e-between-text-div,.e-pivotview .e-member-editor-dialog .e-value-filter .e-between-text-div{padding:8px 0}.e-pivotview .e-member-editor-dialog .e-label-filter .e-disable,.e-pivotview .e-member-editor-dialog .e-value-filter .e-disable{display:none}.e-pivotview .e-member-editor-dialog .e-filter-tab-container{border:none}.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text{margin:0 0 0 6px}.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon{height:14px;min-width:14px;width:14px;height:auto}.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-text-wrap .e-tab-icon::before{font-size:14px}.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text{margin:0 6px 0 0}.e-pivotview .e-member-editor-dialog .e-disable{display:none !important}.e-pivotview .e-member-editor-dialog .e-clear-filter-button{float:left;margin:0}.e-pivotview .e-member-editor-dialog .e-clear-filter-button.e-disable{display:none}.e-pivotview .e-member-editor-dialog .e-editor-label-container{background-color:#f8f9fa;opacity:56%;padding:12px 10px 16px 20px}.e-pivotview .e-member-editor-dialog .e-editor-label-container .e-editor-label{color:#343a40;font:500 13px Inter;opacity:.87;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort{margin-left:0;margin-right:10px}.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul{margin-left:0;margin-right:-22px}.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort{margin-left:0;margin-right:10px}.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul{margin-left:0;margin-right:-22px}.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button{float:right;margin:0}.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul,.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul{margin-left:0}.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-treeview ul:first-child{padding-left:10px;padding-right:10px}.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop{margin:0 5px}.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop .e-caret{font-size:12px}.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop li .e-disabled{opacity:.5;pointer-events:none}.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul,.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul{margin-left:0}.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-treeview ul:first-child{padding-left:10px;padding-right:10px}.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop{margin:0 5px}.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop .e-caret{font-size:12px}.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-editor-search-container .e-level-drop li .e-disabled{opacity:.5;pointer-events:none}.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul{margin-right:0}.e-pivotview .e-value-field-settings .e-dlg-header-content,.e-pivotview .e-member-editor-dialog .e-dlg-header-content,.e-pivotview .e-pivot-format-dialog .e-dlg-header-content,.e-pivotview .e-group-field-settings .e-dlg-header-content{border:0;border-radius:4px;font-weight:normal}.e-pivotview .e-value-field-settings .e-footer-content,.e-pivotview .e-member-editor-dialog .e-footer-content,.e-pivotview .e-pivot-format-dialog .e-footer-content,.e-pivotview .e-group-field-settings .e-footer-content{border-top-left-radius:0;border-top-right-radius:0;border-radius:4px;padding-bottom:8px;padding-top:8px}.e-pivotview .e-value-field-settings .e-dlg-content,.e-pivotview .e-member-editor-dialog .e-dlg-content,.e-pivotview .e-pivot-format-dialog .e-dlg-content,.e-pivotview .e-group-field-settings .e-dlg-content{overflow:hidden}.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder,.e-pivotview .e-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-group-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder{color:#dc3545 !important;font-weight:600 !important}.e-pivotview .e-value-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-pivot-format-dialog .e-dlg-content .e-empty-field:-moz-placeholder,.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field:-moz-placeholder{color:#dc3545 !important;font-weight:600 !important}.e-pivotview .e-value-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-pivot-format-dialog .e-dlg-content .e-empty-field::-moz-placeholder,.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field::-moz-placeholder{color:#dc3545 !important;font-weight:600 !important}.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder,.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder,.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder,.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder{color:#dc3545 !important;font-weight:600 !important}.e-pivotview .e-member-editor-dialog .e-dlg-content,.e-pivotview .e-pivot-format-dialog .e-dlg-content{padding:0}.e-pivotview .e-value-field-settings .e-footer-content,.e-pivotview .e-member-editor-dialog .e-footer-content{border-top:1px solid #dee2e6}.e-pivotview .e-value-field-settings,.e-pivotview .e-pivot-format-dialog{min-width:300px}.e-pivotview .e-value-field-settings .e-dlg-content,.e-pivotview .e-pivot-format-dialog .e-dlg-content{overflow:auto}.e-pivotview .e-pivotchart-type-dialog{max-width:350px !important;max-height:380px !important}.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-container,.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-text{padding-bottom:20px}.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-container .e-chart-type-option-text,.e-pivotview .e-pivotchart-type-dialog .e-chart-type-option-text .e-chart-type-option-text{padding-bottom:5px}.e-pivotview .e-pivotchart-type-dialog .e-multiple-axes-mode-container{padding-top:20px}.e-pivotview .e-pivotchart-type-dialog .e-multiple-axes-mode-container .e-multiple-axes-mode-text{padding-bottom:5px}.e-pivotview .e-pivotchart-type-dialog .e-dialog-multiple-axis,.e-pivotview .e-pivotchart-type-dialog .e-dialog-show-legend{width:49%}.e-pivotview .e-pivot-format-dialog{max-height:550px !important;max-width:350px !important}.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer{padding:0 20px}.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-lable,.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-lable,.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-custom-lable,.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-lable,.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-lable{font-weight:500;padding-bottom:4px}.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-drop,.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-drop,.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-custom-text,.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-drop,.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop{margin-bottom:20px}.e-pivotview .e-pivot-toolbar{background:#f8f9fa;border-bottom:0;border-style:solid;border-top:1px solid #dee2e6;border-left:1px solid #dee2e6;border-right:1px solid #dee2e6}.e-pivotview .e-pivot-toolbar .e-toolbar-items{background:#f8f9fa}.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-pivot-toolbar-menu{background-color:rgba(0,0,0,0);border:none}.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item{height:32px !important;overflow:hidden;padding-left:10px}.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon{margin-left:0;margin-right:0;font-size:16px;line-height:32px}.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret{line-height:32px}.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active{margin-left:18px !important}.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template{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-pivot-toolbar-menu ul .e-menu-item{padding-left:30px;padding-right:10px}.e-pivotview .e-frozenscrollbar{background-color:#f8f9fa}.e-pivotview-disable-icon{visibility:hidden}.e-pivotview-report-inner{padding-top:10px}.e-pivotview-report-dialog{max-width:350px !important}.e-mdx-query-content{background-color:rgba(0,0,0,0);color:#343a40;font-size:14px;font-weight:500;height:200px;margin-top:5px;padding:5px 10px;resize:none;width:100%}.e-pivotview-mdx-dialog{max-width:500px !important}.e-report-outer{display:inline-block;width:100%}.e-pivotview-report-label{float:left;margin-top:5px;width:40%;padding-left:12px}.e-pivotview-report-input{float:right;width:60% !important}*.e-rtl .e-pivotview-report-input{float:left}*.e-rtl .e-pivotview-report-label{float:right}.e-pivotview-pdf-export,.e-pivotview-excel-export,.e-pivotview-csv-export,.e-pivotview-png-export,.e-pivotview-jpeg-export,.e-pivotview-svg-export{font-size:18px !important}.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,.e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label{white-space:nowrap}.e-drillthrough-dialog .e-drillthrough-body-header-container{margin-bottom:20px;margin-bottom:18px}.e-drillthrough-dialog .e-drillthrough-body-header{color:#343a40;font-weight:600;opacity:.87}.e-drillthrough-dialog .e-drillthrough-body-header-value{color:#343a40;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-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div{height:139px}.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon{font-size:18px}.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-level-drop .e-caret,.e-bigger.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-level-drop .e-caret{font-size:14px !important}.e-bigger .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text{margin:0 0 0 6px}.e-bigger .e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text,.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left+.e-tab-text{margin:0 6px 0 0}.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div{height:127px !important}.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter{height:220px}.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div{font-size:14px}.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-option-container-1,.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-option-container-2,.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-separator-div,.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-option-container-1,.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-option-container-2,.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-separator-div,.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-option-container-1,.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-option-container-2,.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter .e-separator-div,.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-option-container-1,.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-option-container-2,.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter .e-separator-div{padding-top:24px}.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-between-text-div,.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-between-text-div,.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter .e-between-text-div,.e-bigger.e-pivotview .e-member-editor-dialog .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{min-width:350px}.e-bigger .e-pivotview .e-member-editor-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-pivot-format-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-value-field-settings .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{font-size:14px;top:0}.e-bigger .e-pivotview .e-value-field-settings,.e-bigger.e-pivotview .e-value-field-settings{max-height:510px !important}.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{padding:0 20px 10px}.e-bigger .e-pivotview .e-group-field-settings .e-caption-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-caption-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label{font-size:14px}.e-bigger .e-pivotview .e-group-field-settings .e-group-input-container,.e-bigger .e-pivotview .e-group-field-settings .e-group-end-option-container,.e-bigger .e-pivotview .e-group-field-settings .e-group-interval-option-container,.e-bigger.e-pivotview .e-group-field-settings .e-group-input-container,.e-bigger.e-pivotview .e-group-field-settings .e-group-end-option-container,.e-bigger.e-pivotview .e-group-field-settings .e-group-interval-option-container{padding-top:24px}.e-bigger .e-pivotview .e-group-field-settings .e-caption-input-text,.e-bigger .e-pivotview .e-group-field-settings .e-input-option-text,.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,.e-bigger .e-pivotview .e-group-field-settings .e-group-inerval-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-caption-input-text,.e-bigger.e-pivotview .e-group-field-settings .e-input-option-text,.e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,.e-bigger.e-pivotview .e-group-field-settings .e-group-inerval-option-text{font-size:14px}.e-bigger .e-pivotview .e-group-field-settings .e-group-start-option-container .e-checkbox-wrapper,.e-bigger.e-pivotview .e-group-field-settings .e-group-start-option-container .e-checkbox-wrapper{padding-top:16px}.e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,.e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container{display:-ms-flexbox;display:flex}.e-bigger .e-pivotview .e-value-field-settings .e-field-name-title,.e-bigger .e-pivotview .e-value-field-settings .e-field-name-content,.e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,.e-bigger.e-pivotview .e-value-field-settings .e-field-name-content{font-size:14px;font-weight:500}.e-bigger .e-pivotview .e-value-field-settings .e-caption-input-container,.e-bigger .e-pivotview .e-value-field-settings .e-type-option-container,.e-bigger .e-pivotview .e-value-field-settings .e-base-field-option-container,.e-bigger .e-pivotview .e-value-field-settings .e-base-item-option-container,.e-bigger.e-pivotview .e-value-field-settings .e-caption-input-container,.e-bigger.e-pivotview .e-value-field-settings .e-type-option-container,.e-bigger.e-pivotview .e-value-field-settings .e-base-field-option-container,.e-bigger.e-pivotview .e-value-field-settings .e-base-item-option-container{padding-top:24px}.e-bigger .e-pivotview .e-value-field-settings .e-base-field-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-base-item-option-text,.e-bigger .e-pivotview .e-value-field-settings .e-type-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-base-field-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-base-item-option-text,.e-bigger.e-pivotview .e-value-field-settings .e-type-option-text{font-size:14px}.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content,.e-bigger .e-pivotview .e-value-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-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-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-group-field-div-content{padding:0 20px 10px}.e-bigger .e-pivotview-report-dialog .e-pivotview-report-label,.e-bigger.e-pivotview-report-dialog .e-pivotview-report-label{margin-top:12px}/*! PivotView theme */.e-pivotview .e-nextspan{display:inline-block;width:18px}.e-pivotview .e-lastspan{display:inline-block;padding-top:10px;width:12px}.e-pivotview .e-grid.e-gridhover tr[role=row]:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell){background-color:rgba(0,0,0,0)}.e-pivotview .e-rowsheader .e-cellvalue{margin-left:10px}.e-pivotview .e-valuescontent{padding-right:8px;text-align:right}.e-pivotview .e-grid .e-rowcell{font-size:14px !important;padding-left:8px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-pivotview .e-gtot,.e-pivotview .e-gtot.e-rowsheader,.e-pivotview .e-gtot.e-columnsheader,.e-pivotview .e-grid .e-content,.e-pivotview .e-grid .e-gridheader,.e-pivotview .e-headercell{background-color:#f8f9fa}.e-pivotview .e-grid .e-gridheader{border-bottom-width:1px;border-bottom-color:#dee2e6}.e-pivotview .e-gtot{font-weight:700}.e-pivotview .e-gtot .e-cellvalue{color:#343a40}.e-pivotview .e-rowsheader,.e-pivotview .e-columnsheader{background-color:#f8f9fa}.e-pivotview .e-rowsheader .e-cellvalue{margin-left:8px;margin-top:5px}.e-pivotview .e-pivot-conditional-empty-format{margin:10px}.e-pivotview .e-member-editor-dialog,.e-pivotview .e-olap-editor-dialog{min-height:385px !important;min-width:350px !important;visibility:hidden}.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items{margin-left:20px}.e-pivotview .e-member-editor-dialog .e-rtl.e-toolbar .e-toolbar-items{margin-left:0;margin-right:20px}.e-pivotview .e-pivot-format-dialog .e-pivot-format-table{width:100%}.e-pivotview .e-grid .e-rowsheader.e-active,.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,.e-pivotview .e-grid .e-columnsheader.e-active,.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground,.e-pivotview .e-grid .e-rowsheader.e-active,.e-pivotview .e-grid .e-rowsheader.e-selectionbackground,.e-pivotview .e-grid .e-columnsheader.e-active,.e-pivotview .e-grid .e-columnsheader.e-selectionbackground{background:#dee2e6 !important;color:#495057 !important}.e-pivotview .e-grid .e-rowsheader.e-active .e-stackedheadercelldiv,.e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue,.e-pivotview .e-grid .e-rowsheader.e-active .e-icons,.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-stackedheadercelldiv,.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-cellvalue,.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-icons,.e-pivotview .e-grid .e-columnsheader.e-active .e-stackedheadercelldiv,.e-pivotview .e-grid .e-columnsheader.e-active .e-cellvalue,.e-pivotview .e-grid .e-columnsheader.e-active .e-icons,.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-stackedheadercelldiv,.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-cellvalue,.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-icons,.e-pivotview .e-grid .e-rowsheader.e-active .e-stackedheadercelldiv,.e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue,.e-pivotview .e-grid .e-rowsheader.e-active .e-icons,.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-stackedheadercelldiv,.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-cellvalue,.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-icons,.e-pivotview .e-grid .e-columnsheader.e-active .e-stackedheadercelldiv,.e-pivotview .e-grid .e-columnsheader.e-active .e-cellvalue,.e-pivotview .e-grid .e-columnsheader.e-active .e-icons,.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-stackedheadercelldiv,.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-cellvalue,.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-icons{color:#495057 !important}.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext,.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-headertext,.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext,.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-headertext,.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext,.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-headertext,.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext,.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-headertext{color:#495057 !important}.e-pivotview .e-drop-indicator{display:block}.e-pivotview div.e-cellvalue{margin-top:5px;margin-top:2px}.e-pivotview .e-sortfilterdiv{float:right;margin:-15px 0 !important;font-size:12px !important;padding:15px}.e-pivotview .e-sortfilterdiv.e-value-sort-icon{font-size:12px !important;padding-right:5px !important}.e-pivotview .e-rowsheader .e-sortfilterdiv{margin:-10px 0 !important}.e-pivotview .e-rowsheader .e-sortfilterdiv.e-value-sort-align{margin:0 !important}.e-pivotview .e-pivotchart>svg,.e-pivotview .e-pivotchart-inner>svg{border:1px solid #dee2e6}.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:#fff !important;color:#343a40 !important}.e-pivotview .e-grid .e-icons:hover{color:#fff !important;color:#343a40 !important}.e-pivotview .e-grid{border-color:#dee2e6}.e-pivotview .e-grid .e-rowsheader{padding-left:8px;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.e-pivotview .e-grid .e-rowsheader.e-active .e-icons{color:#fff !important;color:#343a40 !important}.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner{z-index:1 !important}.e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner{visibility:hidden !important}.e-pivotview .e-grid .e-headercelldiv,.e-pivotview .e-grid .e-columnsheader{padding-left:8px !important;padding-top:0px !important;padding-bottom:0px !important}.e-pivotview .sf-grid .e-spinner-pane{z-index:1 !important}.e-pivotview .e-grid .e-headercelldiv,.e-pivotview .e-grid .e-columnsheader{padding-right:8px !important}.e-pivotview .e-grid .e-headercelldiv,.e-pivotview .e-grid .e-stackedheadercelldiv{line-height:normal}.e-pivotview .e-frozenheader>.e-table,.e-pivotview .e-frozencontent>.e-table{border-left-color:#dee2e6 !important;border-right-color:#dee2e6 !important;border-left:0;border-right-width:1px}.e-pivotview .e-stackedheadercelldiv{display:block}.e-pivotview .e-stackedheadertext.e-cellvalue,.e-pivotview .e-stackedheadercelldiv.e-cellvalue{display:inline-block;padding-left:12px !important;margin-top:5px;margin-top:2px;padding-left:8px !important}.e-pivotview .e-stackedheadercelldiv{padding:0 0 0 1px !important}.e-pivotview .e-stackedheadercelldiv,.e-pivotview .e-stackedheadertext,.e-pivotview .e-headertext,.e-pivotview .e-rowsheader .e-cellvalue{color:#343a40;font-size:14px;font-weight:700}.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,.e-pivotview .e-stackedheadertext .e-hyperlinkcell,.e-pivotview .e-headertext .e-hyperlinkcell,.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell{cursor:pointer}.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;-ms-user-select:none;user-select:none}.e-pivotview .e-grouping-bar .e-right-axis-fields{-ms-flex:auto;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-row,.e-pivotview .e-grouping-bar .e-axis-column,.e-pivotview .e-grouping-bar .e-axis-value,.e-pivotview .e-grouping-bar .e-axis-filter,.e-pivotview .e-grouping-bar .e-group-all-fields{background:#f8f9fa;display:-ms-flexbox;display:flex}.e-pivotview .e-grouping-bar .e-left-axis-fields{border:1px solid #dee2e6;border-bottom-width:0;border-right-width:0}.e-pivotview .e-grouping-bar .e-all-fields-axis{background:#f8f9fa;border:1px solid #dee2e6;border-bottom-width:0;height:30px !important;min-height:30px !important}.e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav{background:#f8f9fa;min-height:30px !important}.e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav:hover{background-color:#5c636a}.e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav:hover .e-nav-arrow{color:#fff !important}.e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-items{background:#f8f9fa;min-height:30px !important}.e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-items .e-toolbar-item{margin:0 !important;min-height:30px !important;padding:0 !important}.e-pivotview .e-grouping-bar .e-right-axis-fields{border:1px solid #dee2e6;border-bottom-width:0}.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-filter{border-bottom:1px solid #dee2e6}.e-pivotview .e-group-values,.e-pivotview .e-group-columns,.e-pivotview .e-group-filters,.e-pivotview .e-group-rows,.e-pivotview .e-group-all-fields{background:#f8f9fa;display:inline-table;-ms-flex:auto;flex:auto;height:30px;min-height:30px;overflow:hidden;padding-left:8px;scroll-behavior:smooth;vertical-align:top}.e-pivotview .e-group-values.e-drag-restrict,.e-pivotview .e-group-columns.e-drag-restrict,.e-pivotview .e-group-filters.e-drag-restrict,.e-pivotview .e-group-rows.e-drag-restrict,.e-pivotview .e-group-all-fields.e-drag-restrict{cursor:no-drop}.e-pivotview .e-group-values .e-draggable-prompt,.e-pivotview .e-group-columns .e-draggable-prompt,.e-pivotview .e-group-filters .e-draggable-prompt,.e-pivotview .e-group-rows .e-draggable-prompt,.e-pivotview .e-group-all-fields .e-draggable-prompt{color:#343a40;display:inline-block;line-height:24px;margin-top:4px;padding-left:8px;pointer-events:none;position:relative;text-align:center;vertical-align:middle;font-size:14px;font-weight:normal}.e-pivotview .e-group-values .e-pivot-button .e-sort,.e-pivotview .e-group-values .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-values .e-pivot-button .e-pv-filter,.e-pivotview .e-group-values .e-pivot-button .e-pv-filtered,.e-pivotview .e-group-values .e-pivot-button .e-remove,.e-pivotview .e-group-values .e-pivot-button .e-edit,.e-pivotview .e-group-columns .e-pivot-button .e-sort,.e-pivotview .e-group-columns .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-columns .e-pivot-button .e-pv-filter,.e-pivotview .e-group-columns .e-pivot-button .e-pv-filtered,.e-pivotview .e-group-columns .e-pivot-button .e-remove,.e-pivotview .e-group-columns .e-pivot-button .e-edit,.e-pivotview .e-group-filters .e-pivot-button .e-sort,.e-pivotview .e-group-filters .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-filters .e-pivot-button .e-pv-filter,.e-pivotview .e-group-filters .e-pivot-button .e-pv-filtered,.e-pivotview .e-group-filters .e-pivot-button .e-remove,.e-pivotview .e-group-filters .e-pivot-button .e-edit,.e-pivotview .e-group-rows .e-pivot-button .e-sort,.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,.e-pivotview .e-group-rows .e-pivot-button .e-remove,.e-pivotview .e-group-rows .e-pivot-button .e-edit,.e-pivotview .e-group-all-fields .e-pivot-button .e-sort,.e-pivotview .e-group-all-fields .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filter,.e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filtered,.e-pivotview .e-group-all-fields .e-pivot-button .e-remove,.e-pivotview .e-group-all-fields .e-pivot-button .e-edit{margin-top:1px}.e-pivotview .e-grouping-bar .e-pvt-btn-div,.e-pivotview .e-group-rows .e-pvt-btn-div{display:-ms-inline-flexbox;display:inline-flex;height:24px;padding:3px;padding-bottom:0;padding-left:0;padding-right:8px}.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-indent-div,.e-pivotview .e-group-rows .e-pvt-btn-div .e-indent-div{pointer-events:none}.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-drop-indicator,.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator{pointer-events:none;width:2px}.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-drop-indicator.e-drop-hover,.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator.e-drop-hover{border-left:1px dashed #0d6efd;border-left:1px solid #0d6efd}.e-pivotview .e-grouping-bar .e-pivot-button,.e-pivotview .e-group-rows .e-pivot-button{background-color:#6c757d;border:1px solid #dee2e6;border-radius:4px;box-shadow:none;color:#343a40 !important;cursor:default;display:-ms-flexbox;display:flex;font-weight:normal;height:24px;line-height:.9em;padding:3px 8px;text-transform:none;vertical-align:bottom;z-index:1}.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,.e-pivotview .e-group-rows .e-pivot-button.e-list-selected{opacity:.5}.e-pivotview .e-grouping-bar .e-pivot-button:hover,.e-pivotview .e-group-rows .e-pivot-button:hover{background-color:#5c636a;border-color:#5c636a}.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-sort,.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-dropdown-icon,.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-pv-filter,.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-pv-filtered,.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-remove,.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-edit,.e-pivotview .e-group-rows .e-pivot-button:hover .e-sort,.e-pivotview .e-group-rows .e-pivot-button:hover .e-dropdown-icon,.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filter,.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,.e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,.e-pivotview .e-group-rows .e-pivot-button:hover .e-edit{color:#fff}.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused{background-color:#565e64;color:#343a40}.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-sort,.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-dropdown-icon,.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-pv-filter,.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-pv-filtered,.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-remove,.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-edit,.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-sort,.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-dropdown-icon,.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filter,.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit{color:#fff}.e-pivotview .e-grouping-bar .e-pivot-button:focus,.e-pivotview .e-grouping-bar .e-pivot-button:active,.e-pivotview .e-group-rows .e-pivot-button:focus,.e-pivotview .e-group-rows .e-pivot-button:active{background-color:#565e64;color:#343a40}.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-sort,.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-dropdown-icon,.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-pv-filter,.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-pv-filtered,.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-remove,.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-edit,.e-pivotview .e-grouping-bar .e-pivot-button:active .e-sort,.e-pivotview .e-grouping-bar .e-pivot-button:active .e-dropdown-icon,.e-pivotview .e-grouping-bar .e-pivot-button:active .e-pv-filter,.e-pivotview .e-grouping-bar .e-pivot-button:active .e-pv-filtered,.e-pivotview .e-grouping-bar .e-pivot-button:active .e-remove,.e-pivotview .e-grouping-bar .e-pivot-button:active .e-edit,.e-pivotview .e-group-rows .e-pivot-button:focus .e-sort,.e-pivotview .e-group-rows .e-pivot-button:focus .e-dropdown-icon,.e-pivotview .e-group-rows .e-pivot-button:focus .e-pv-filter,.e-pivotview .e-group-rows .e-pivot-button:focus .e-pv-filtered,.e-pivotview .e-group-rows .e-pivot-button:focus .e-remove,.e-pivotview .e-group-rows .e-pivot-button:focus .e-edit,.e-pivotview .e-group-rows .e-pivot-button:active .e-sort,.e-pivotview .e-group-rows .e-pivot-button:active .e-dropdown-icon,.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filter,.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,.e-pivotview .e-group-rows .e-pivot-button:active .e-remove,.e-pivotview .e-group-rows .e-pivot-button:active .e-edit{color:#fff}.e-pivotview .e-grouping-bar .e-pivot-button .e-content,.e-pivotview .e-group-rows .e-pivot-button .e-content{background-color:rgba(0,0,0,0);cursor:move;-ms-flex:auto;flex:auto;font-size:13px;margin-right:4px;overflow:hidden;text-align:left;text-overflow:ellipsis;color:#fff}.e-pivotview .e-grouping-bar .e-pivot-button .e-content.e-disable-drag,.e-pivotview .e-group-rows .e-pivot-button .e-content.e-disable-drag{cursor:auto}.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,.e-pivotview .e-group-rows .e-pivot-button .e-draggable{height:initial !important}.e-pivotview .e-grouping-bar .e-pivot-button .e-drag,.e-pivotview .e-group-rows .e-pivot-button .e-drag{display:none}.e-pivotview .e-grouping-bar .e-pivot-button .e-sort,.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon,.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filter,.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filtered,.e-pivotview .e-grouping-bar .e-pivot-button .e-remove,.e-pivotview .e-grouping-bar .e-pivot-button .e-edit,.e-pivotview .e-group-rows .e-pivot-button .e-sort,.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,.e-pivotview .e-group-rows .e-pivot-button .e-remove,.e-pivotview .e-group-rows .e-pivot-button .e-edit{color:#fff;cursor:pointer;display:inline-block;font-size:12px;height:18px;margin-left:4px;width:18px}.e-pivotview .e-grouping-bar .e-pivot-button .e-sort:hover,.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon:hover,.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filter:hover,.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filtered:hover,.e-pivotview .e-grouping-bar .e-pivot-button .e-remove:hover,.e-pivotview .e-grouping-bar .e-pivot-button .e-edit:hover,.e-pivotview .e-group-rows .e-pivot-button .e-sort:hover,.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon:hover,.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter:hover,.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,.e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,.e-pivotview .e-group-rows .e-pivot-button .e-edit:hover{color:#fff}.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filter.e-disable,.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filtered.e-disable,.e-pivotview .e-grouping-bar .e-pivot-button .e-remove.e-disable,.e-pivotview .e-grouping-bar .e-pivot-button .e-edit.e-disable,.e-pivotview .e-group-rows .e-pivot-button .e-sort.e-disable,.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter.e-disable,.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered.e-disable,.e-pivotview .e-group-rows .e-pivot-button .e-remove.e-disable,.e-pivotview .e-group-rows .e-pivot-button .e-edit.e-disable{display:none}.e-pivotview .e-grouping-bar .e-pivot-button .e-sort,.e-pivotview .e-group-rows .e-pivot-button .e-sort{height:12px;transform:rotateX(0deg);transition:transform 200ms ease-in-out}.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-descend,.e-pivotview .e-group-rows .e-pivot-button .e-sort.e-descend{transform:rotateX(180deg)}.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon{margin-top:1px}.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button{max-width:230px}.e-pivotview .e-group-filters,.e-pivotview .e-group-columns{width:100%}.e-pivotview .e-group-row{padding:0 !important}.e-pivotview .e-group-row .e-group-rows{display:table;-ms-flex:none;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:3px 8px;width:180px}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover{background-color:#5c636a}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-sort,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-remove,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-edit{color:#fff !important}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused{background-color:#565e64;color:#343a40}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-sort,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-dropdown-icon,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-pv-filter,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-pv-filtered,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-remove,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-edit{color:#fff !important}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active{background-color:#565e64;color:#343a40}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-sort,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-remove,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-edit,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-sort,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filter,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-remove,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-edit{color:#fff !important}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit{color:#fff !important;font-size:12px;height:18px;margin-left:4px !important;width:18px;padding-top:2px}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit:hover{color:#fff}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove.e-disable,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit.e-disable{display:none}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort{height:12px;width:18px}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend{margin-top:3px;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-axis-value .e-group-chart-values{display:inline-block;height:28px}.e-pivotview .e-axis-value .e-group-chart-values-drodown{font-size:13px;height:25px}.e-pivotview .e-axis-column .e-group-chart-columns-dropdown{font-size:13px;height:25px;margin:2px}.e-pivotview .e-axis-column .e-group-chart-columns-dropdown .e-input-group-icon{min-height:initial}.e-pivotview .e-axis-column .e-group-chart-columns-dropdown input.e-input{padding-bottom:7px}.e-pivotview .e-chart-grouping-bar .e-axis-value{height:auto !important;padding-left:6px;border-bottom:1px solid #dee2e6}.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-multi-values{padding-left:2px}.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown{margin:2px}.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown .e-input-group-icon{min-height:initial}.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input{padding-bottom:7px}.e-pivotview .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag){height:auto;width:auto}.e-pivotview .e-collapse::before{font-size:20px}.e-pivotview .e-expand,.e-pivotview .e-collapse{cursor:pointer;display:inline-block;height:18px;margin-top:5px;text-align:center;width:18px;margin-top:0;margin-bottom:2px;vertical-align:middle}.e-pivotview th .e-expand,.e-pivotview th .e-collapse{font-size:10px !important;margin-left:0px;margin-top:0}.e-pivotview .e-expand::before{font-size:20px}.e-pivotview.e-rtl .e-expand::before,.e-pivotview.e-rtl .e-collapse::before{margin-left:0}.e-pivotview.e-rtl .e-grid .e-rowsheader{padding-right:8px !important}.e-pivotview.e-rtl .e-grid .e-columnsheader{padding-right:8px !important}.e-pivotview.e-rtl .e-grid .e-headercelldiv,.e-pivotview.e-rtl .e-grid .e-columnsheader{padding-left:1.8em !important;padding-right:8px !important}.e-pivotview.e-rtl .e-frozenheader>.e-table,.e-pivotview.e-rtl .e-frozencontent>.e-table{border-left-width:1px;border-right:0}.e-pivotview.e-rtl .e-rowsheader .e-cellvalue{margin-left:0;margin-right:7px}.e-pivotview.e-rtl .e-valuescontent{text-align:left}.e-pivotview.e-rtl .e-group-values,.e-pivotview.e-rtl .e-group-columns,.e-pivotview.e-rtl .e-group-filters,.e-pivotview.e-rtl .e-group-all-fields{padding-left:0;padding-right:8px}.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div,.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div{padding-left:8px;padding-right:0}.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content{margin-left:4px;text-align:right}.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit,.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit{padding-left:0;padding-right:4px}.e-pivotview.e-rtl .e-grouping-bar .e-left-axis-fields{border-left-width:0;border-right-width:1px}.e-pivotview.e-rtl .e-grouping-bar .e-right-axis-fields{border-left-width:1px}.e-pivotview.e-rtl .e-group-row .e-group-rows{padding-left:0;padding-right:8px}.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div{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{margin-left:4px;margin-right:0;text-align:right}.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit{padding-left:0;padding-right:7px}.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue{padding-right:12px !important}.e-pivotview.e-rtl .e-sortfilterdiv{float:left}.e-pivotview.e-device .e-grouping-bar .e-pivot-button{line-height:1em !important}.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,.e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort{margin-top:2px !important}.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button{max-width:155px}.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-drillthrough-dialog{width:100% !important}.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div{width:0 !important}.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button{width:155px}.e-pivotview .e-component-disable{display:none !important}.e-pivottooltipwrap,.e-pivottooltip-container{opacity:1}.e-drillthrough-dialog{visibility:hidden}.e-pivottooltip{border-radius:4px;padding:3px 4px}.e-pivottooltip p{color:#f9fafb;display:inline-block;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;line-height:21px;margin:0}.e-pivottooltip p.e-tooltipcontent{margin-left:5px}.e-pivottooltiptemplate.e-tooltip-wrap{border:medium none rgba(0,0,0,0);max-width:none;min-width:0;opacity:1}.e-pivottooltiptemplate .e-tip-content{overflow-x:visible;padding:unset;word-break:normal}.e-rtl .e-pivottooltip p.e-tooltipcontent{margin-left:0;margin-right:5px}.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown{margin:4px}.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown .e-input-group-icon,.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown .e-input-group-icon{min-height:initial}.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input,.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input{padding-bottom:10px;padding-top:0}.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown,.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown{margin:4px}.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown .e-input-group-icon,.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown .e-input-group-icon{min-height:initial}.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown input.e-input,.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown input.e-input{padding-bottom:10px;padding-top:0}.e-bigger .e-pivotview .e-grid .e-rowsheader,.e-bigger.e-pivotview .e-grid .e-rowsheader{padding-left:8px !important}.e-bigger .e-pivotview .e-grid .e-headercelldiv,.e-bigger.e-pivotview .e-grid .e-headercelldiv{padding-left:8px !important}.e-bigger .e-pivotview .e-grid .e-columnsheader,.e-bigger.e-pivotview .e-grid .e-columnsheader{padding-left:8px !important}.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler{height:100% !important}.e-bigger .e-pivotview .e-stackedheadercelldiv,.e-bigger .e-pivotview .e-stackedheadertext,.e-bigger .e-pivotview .e-headertext,.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,.e-bigger.e-pivotview .e-stackedheadercelldiv,.e-bigger.e-pivotview .e-stackedheadertext,.e-bigger.e-pivotview .e-headertext,.e-bigger.e-pivotview .e-rowsheader .e-cellvalue{font-size:16px !important}.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv{padding-left:16px !important}.e-bigger .e-pivotview th .e-expand,.e-bigger .e-pivotview th .e-collapse,.e-bigger.e-pivotview th .e-expand,.e-bigger.e-pivotview th .e-collapse{margin-top:0}.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis{height:36px !important;min-height:36px !important}.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav,.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-items,.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-item,.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav,.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-items,.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-item{min-height:36px !important}.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div,.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div{height:30px}.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:5px 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:13px;margin-right:8px}.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-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-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-edit,.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-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-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-edit{font-size:14px !important;height:20px;margin-top:2px;width:20px}.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:14px}.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-filters,.e-bigger .e-pivotview .e-grouping-bar .e-group-values,.e-bigger .e-pivotview .e-grouping-bar .e-group-columns,.e-bigger .e-pivotview .e-grouping-bar .e-group-rows,.e-bigger .e-pivotview .e-grouping-bar .e-group-all-fields,.e-bigger.e-pivotview .e-grouping-bar .e-group-filters,.e-bigger.e-pivotview .e-grouping-bar .e-group-values,.e-bigger.e-pivotview .e-grouping-bar .e-group-columns,.e-bigger.e-pivotview .e-grouping-bar .e-group-rows,.e-bigger.e-pivotview .e-grouping-bar .e-group-all-fields{height:36px;min-height:36px;padding-left:10px}.e-bigger .e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,.e-bigger .e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,.e-bigger .e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,.e-bigger .e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt,.e-bigger .e-pivotview .e-grouping-bar .e-group-all-fields .e-draggable-prompt,.e-bigger.e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt,.e-bigger.e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt,.e-bigger.e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt,.e-bigger.e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt,.e-bigger.e-pivotview .e-grouping-bar .e-group-all-fields .e-draggable-prompt{font-size:16px}.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-container,.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-container,.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-container,.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-container,.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-container,.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-container,.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-container,.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-container{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-bigger.e-pivotview .e-group-rows .e-pvt-btn-div{height:30px}.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:5px 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:13px;margin-right:8px}.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-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-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-edit,.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-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-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-edit{font-size:14px !important;height:20px;width:20px}.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:14px}.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:-15px -8px !important;font-size:12px !important;padding-top:28px}.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-columnheader.e-wrap .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-outer-container .e-member-editor-container,.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container{height:139px}.e-bigger .e-pivotview .e-stackedheadercelldiv,.e-bigger .e-pivotview .e-stackedheadertext,.e-bigger .e-pivotview .e-headertext,.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,.e-bigger.e-pivotview .e-stackedheadercelldiv,.e-bigger.e-pivotview .e-stackedheadertext,.e-bigger.e-pivotview .e-headertext,.e-bigger.e-pivotview .e-rowsheader .e-cellvalue{color:#343a40 !important;font-size:16px;font-weight:700 !important}.e-bigger .e-pivotview .e-grid .e-columnsheader,.e-bigger.e-pivotview .e-grid .e-columnsheader{padding-right:16px !important}.e-bigger .e-pivotview .e-rowcell,.e-bigger.e-pivotview .e-rowcell{font-size:16px !important}.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-grid .e-headercelldiv,.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader{padding-left:1.8em !important;padding-right:8px !important}.e-bigger .e-pivotview.e-rtl .e-grouping-bar .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-values,.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-filters,.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-all-fields,.e-bigger.e-pivotview.e-rtl .e-grouping-bar .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-values,.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-filters,.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-all-fields{padding-left:0;padding-right:10px}.e-bigger .e-pivotview.e-rtl .e-group-row .e-group-rows,.e-bigger.e-pivotview.e-rtl .e-group-row .e-group-rows{padding-left:0;padding-right:10px}.e-bigger .e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue{padding-right:16px !important}.e-bigger .e-pivotview .e-expand::before,.e-bigger.e-pivotview .e-expand::before{font-size:24px}.e-bigger .e-pivotview .e-collapse::before,.e-bigger.e-pivotview .e-collapse::before{font-size:24px}.e-content-placeholder.e-pivotview.e-placeholder-pivotview{background-size:100% 200px}@keyframes material-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fabric-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.e-query-builder .e-collapse-rule::before{content:""}.e-query-builder{border:1px solid;border-radius:4px;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-btn.e-btngroup-and-lbl.e-small.e-readonly-and{border-bottom-left-radius:4px;border-top-left-radius:4px}.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-or-lbl.e-small.e-readonly-or-not{border-bottom-right-radius:4px;border-top-right-radius:4px}.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-or-lbl.e-small.e-readonly-or{border-bottom-left-radius:4px;border-top-left-radius:4px}.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:4px}.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly{border-bottom-right-radius:4px}.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:14px}.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:10px}.e-query-builder.e-rtl .e-group-header .e-group-action .e-btn{margin-left:0;margin-right:12px}.e-query-builder.e-rtl .e-horizontal-mode .e-rule-delete{margin-left:0;margin-right:8px}.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:-11px}.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:-11px}.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% + 10px)}.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:-11px}.e-query-builder .e-rule-list .e-group-container::after{left:-11px}.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:4px;border-top-right-radius:0}.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small.e-not-readonly{border-bottom-right-radius:0;border-top-right-radius:0;pointer-events:none}.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small.e-readonly{display:none}.e-query-builder .e-group-header .e-btn-group{border:none;box-shadow:none;display:inline-block}.e-query-builder .e-group-header .e-btn.e-btngroup-and-lbl.e-small.e-not{border-bottom-left-radius:0;border-top-left-radius:0}.e-query-builder .e-group-header .e-btn.e-btngroup-and-lbl.e-small.e-readonly-and{border-bottom-right-radius:4px;border-top-right-radius:4px}.e-query-builder .e-group-header .e-btn.e-btngroup-and-lbl.e-small.e-readonly{display:none}.e-query-builder .e-group-header .e-btn.e-btngroup-or-lbl.e-small{border-bottom-left-radius:0;border-top-left-radius:0}.e-query-builder .e-group-header .e-btn.e-btngroup-or-lbl.e-small.e-readonly-or-not{border-bottom-left-radius:4px;border-top-left-radius:4px}.e-query-builder .e-group-header .e-btn.e-btngroup-or-lbl.e-small.e-readonly-or{border-bottom-left-radius:0;border-top-left-radius:0}.e-query-builder .e-group-header .e-btn.e-btngroup-or-lbl.e-small.e-readonly{display:none}.e-query-builder .e-group-header .e-group-action{display:inline-block;margin-top:5px}.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn,.e-query-builder .e-group-header .e-deletegroup{margin-bottom:2px}.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn.e-readonly,.e-query-builder .e-group-header .e-deletegroup.e-readonly{display:none}.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-group-header .e-group-action .e-readonly{display:inline-block;visibility:hidden}.e-query-builder .e-rule-list .e-group-container{margin-left:0;margin-top:12px;width:100%}.e-query-builder .e-rule-list{padding:14px 0 14px 0;padding-bottom:0}.e-query-builder .e-group-container{padding:12px}.e-query-builder .e-rule-container{border:1px solid;border-radius:4px}.e-query-builder .e-rule-list>.e-group-container{padding:0;padding-bottom:12px}.e-query-builder .e-group-container .e-rule-list>.e-group-container{padding-bottom:0}.e-query-builder .e-group-body{padding-left:20px}.e-query-builder .e-group-body .e-rule-container{box-shadow:none;height:auto;margin-top:-1px;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:8px 8px 8px 8px;width:auto}.e-query-builder .e-group-body .e-rule-container .e-rule-sub-filter{padding:8px 8px 8px 8px;width:auto}.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-numeric:not(:first-child),.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-date-wrapper:not(:first-child),.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-input-group:not(:first-child){float:right;margin-top:12px}.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper{min-width:190px}.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multiselect,.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper{max-width:200px}.e-query-builder .e-group-body .e-rule-container .e-rule-value.e-custom-value{width:200px}.e-query-builder .e-group-body .e-rule-container .e-operator,.e-query-builder .e-group-body .e-rule-container .e-value{padding:8px 8px 8px 8px}.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:8px}.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-sub-filter,.e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator,.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value,.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete{display:inline-block}.e-query-builder .e-group-body .e-rule-value.e-hide{display:none}.e-query-builder .e-group-body .e-rule-value.e-show{display:inline-block}.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete{margin-bottom:12px;padding-right:8px;right:0}.e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round,.e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round{box-shadow:none}.e-query-builder .e-group-body .e-vertical-mode .e-removerule.e-rule-delete{box-shadow:none;right:0}.e-query-builder .e-group-body .e-vertical-mode .e-removerule.e-rule-delete.e-readonly{display:none}.e-query-builder .e-dropdown-btn{box-shadow:none}.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-filter{padding:14px}.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-sub-filter{padding:14px}.e-query-builder.e-device .e-removerule.e-rule-delete{box-shadow:none}.e-query-builder.e-device .e-removerule.e-rule-delete.e-readonly{display:none}.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value .e-multiselect,.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper,.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-value .e-multi-select-wrapper,.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-value .e-multiselect{max-width:100%}.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value-delete,.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-value-delete{text-align:right}.e-query-builder .e-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:none;font-size:20px;padding:5px;position:absolute;right:0;top:0}.e-query-builder .e-summary-text{border-style:none;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;line-height:1.5em;padding:12px;resize:none;width:100%}.e-query-builder .e-summary-btndiv{padding:12px;text-align:right}.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode,.e-query-builder.e-device .e-rule-list .e-rule-container{padding-right:15px}.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-filter,.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-sub-filter,.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-operator,.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-value,.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-value-delete,.e-query-builder.e-device .e-rule-list .e-rule-container .e-rule-filter,.e-query-builder.e-device .e-rule-list .e-rule-container .e-rule-sub-filter,.e-query-builder.e-device .e-rule-list .e-rule-container .e-operator,.e-query-builder.e-device .e-rule-list .e-rule-container .e-value,.e-query-builder.e-device .e-rule-list .e-rule-container .e-rule-value-delete{padding:15px 0 0 15px}.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-top,.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-top{border-bottom:8px solid}.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom,.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-bottom{border-top:8px solid}.e-dropdown-popup .e-addgroup{float:right}.e-dropdown-popup ul .e-item.e-button-hide{display:none}.e-addrule.e-add-icon::before,.e-addgroup.e-add-icon::before,.e-query-builder .e-add-icon::before{content:""}.e-query-builder.e-device .e-group-container,.e-bigger.e-query-builder .e-group-container,.e-bigger .e-query-builder .e-group-container{padding:14px}.e-query-builder.e-device .e-rule-list>.e-group-container,.e-bigger.e-query-builder .e-rule-list>.e-group-container,.e-bigger .e-query-builder .e-rule-list>.e-group-container{padding:0}.e-query-builder.e-device .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-bigger .e-query-builder .e-rule-list>.e-rule-container:not(:first-child)::before{height:calc(50% + 12px)}.e-query-builder.e-device .e-rule-list>.e-group-container:first-child,.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{margin-top:0}.e-query-builder.e-device .e-rule-list>::before,.e-bigger.e-query-builder .e-rule-list>::before,.e-bigger .e-query-builder .e-rule-list>::before{top:-12px}.e-query-builder.e-device .e-group-action .e-btn,.e-bigger.e-query-builder .e-group-action .e-btn,.e-bigger .e-query-builder .e-group-action .e-btn{margin-left:16px}.e-query-builder.e-device .e-rule-list>:first-child::before,.e-bigger.e-query-builder .e-rule-list>:first-child::before,.e-bigger .e-query-builder .e-rule-list>:first-child::before{top:-14px}.e-query-builder.e-device .e-rule-list,.e-bigger.e-query-builder .e-rule-list,.e-bigger .e-query-builder .e-rule-list{padding:16px 0 16px 0;padding-bottom:0}.e-query-builder.e-device .e-rule-list .e-group-container,.e-bigger.e-query-builder .e-rule-list .e-group-container,.e-bigger .e-query-builder .e-rule-list .e-group-container{margin-top:14px}.e-query-builder.e-device .e-group-body,.e-bigger.e-query-builder .e-group-body,.e-bigger .e-query-builder .e-group-body{padding-left:24px}.e-query-builder.e-device .e-group-body .e-rule-container,.e-bigger.e-query-builder .e-group-body .e-rule-container,.e-bigger .e-query-builder .e-group-body .e-rule-container{margin-top:-1px;padding-right:15px}.e-query-builder.e-device .e-group-body .e-rule-container.e-vertical-mode,.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{width:auto}.e-query-builder.e-device .e-group-body .e-rule-container.e-separate-rule,.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{margin-top:16px}.e-query-builder.e-device .e-group-body .e-rule-delete,.e-query-builder.e-device .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-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-container.e-vertical-mode .e-rule-delete{margin-bottom:14px;padding-right:8px;right:0}.e-query-builder.e-device .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-bigger .e-query-builder .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete{margin-bottom:0}.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-delete,.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{display:inline-block;margin-left:16px}.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-sub-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,.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-sub-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-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-filter,.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-sub-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-value,.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete{display:inline-block}.e-query-builder.e-device .e-group-body .e-rule-value.e-custom-value,.e-bigger.e-query-builder .e-group-body .e-rule-value.e-custom-value,.e-bigger .e-query-builder .e-group-body .e-rule-value.e-custom-value{width:200px}.e-query-builder.e-device .e-group-body .e-rule-value.e-hide,.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{display:none}.e-query-builder.e-device .e-group-body .e-rule-value.e-show,.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{display:inline-block}.e-query-builder.e-device .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-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-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-delete.e-btn.e-small.e-round{box-shadow:none}.e-query-builder.e-device .e-summary-text,.e-bigger.e-query-builder .e-summary-text,.e-bigger .e-query-builder .e-summary-text{font-size:16px;line-height:1.5em;padding:15px}.e-query-builder.e-device .e-summary-btndiv,.e-bigger.e-query-builder .e-summary-btndiv,.e-bigger .e-query-builder .e-summary-btndiv{padding:15px;text-align:right}*.e-device .e-rule-value{width:100%}*.e-bigger .e-group-body .e-rule-container .e-rule-filter,*.e-bigger .e-group-body .e-rule-container .e-rule-sub-filter,*.e-bigger .e-group-body .e-rule-container .e-operator,*.e-bigger .e-group-body .e-rule-container .e-value{padding:16px 16px 16px 16px}.e-query-builder{background-color:rgba(0,0,0,0);border-color:#dee2e6}.e-query-builder .e-group-header .e-btn-group{border-color:#dee2e6}.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn,.e-query-builder .e-deletegroup{background-color:#fff;box-shadow:none;color:#6c757d}.e-query-builder .e-group-container{border-color:#dee2e6}.e-query-builder .e-rule-container{background-color:#f8f9fa;border-color:#dee2e6}.e-query-builder .e-rule-container.e-joined-rule{border-top-color:#dee2e6}.e-query-builder .e-rule-list .e-group-container{background-color:rgba(0,0,0,0)}.e-query-builder .e-rule-list>::after,.e-query-builder .e-rule-list>::before{border-color:#dee2e6}.e-query-builder .e-btn-group input:checked+label.e-btn,.e-query-builder .e-btn-group .e-btn.e-qb-toggle.e-active-toggle{background:#0d6efd;border-color:#0d6efd;color:#fff}.e-query-builder .e-removerule.e-btn.e-round{background-color:#6c757d;background-color:#fff;color:#6c757d}.e-query-builder .e-removerule.e-btn.e-round.e-readonly{display:none}.e-query-builder .e-summary-content textarea{background-color:rgba(0,0,0,0);color:#6c757d}.e-query-builder .e-collapse-rule{background-color:rgba(0,0,0,0);border-color:#dee2e6;color:#6c757d}.e-query-builder .e-collapse-rule:focus,.e-query-builder .e-collapse-rule:active,.e-query-builder .e-collapse-rule:hover{background-color:#dee2e6}.e-tooltip-wrap.e-querybuilder-error,.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error{background-color:#f8d7da;border-color:#f8d7da}.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:#f8d7da;color:#f8d7da}.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom,.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-bottom{border-top-color:#f8d7da;color:#f8d7da}.e-tooltip-wrap.e-querybuilder-error .e-tip-content,.e-tooltip-wrap.e-querybuilder-error .e-tip-content label{color:#dc3545}/*! recurrence editor theme wise definitions*//*! Recurrence-Editor component layout */.e-recurrenceeditor .e-editor{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;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:normal;padding:18px 0 0 8px}.e-recurrenceeditor .e-recurrence-table .e-input-wrapper{float:none;width:100%}.e-recurrenceeditor .e-recurrence-table .e-week-position{min-width:98px;position:relative;right:27px}.e-recurrenceeditor .e-recurrence-table .e-day-position{min-width:120px}.e-recurrenceeditor .e-recurrence-table .e-monthday-element{padding-left:10px}.e-recurrenceeditor .e-input-wrapper-side.e-form-left{padding:0 8px 16px 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-date,.e-recurrenceeditor .e-input-wrapper.e-end-on-count{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{position:relative;right:10px}.e-recurrenceeditor.e-rtl .e-week-position{position:relative;right:-27px}.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-date,.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count{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:14px;font-weight:400;margin-bottom:8px}.e-recurrenceeditor .e-days button{border-radius:50%;-ms-flex-flow:row wrap;flex-flow:row wrap;height:35px;margin:0 8px 10px;width:35px}.e-recurrenceeditor .e-hide-recurrence-element{display:none}.e-recurrenceeditor .e-half-space{width:20%}.e-recurrenceeditor .e-year-expander{margin-bottom:11px}.e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper{margin-bottom:11px}.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper{margin-top:-3px}.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label{display:none}.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:14px;font-weight:400;margin-bottom:7px;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:14px;font-weight:400;margin-bottom:7px;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{min-width:162px;padding-left:55px;padding-right:0}.e-bigger .e-recurrenceeditor .e-day-position{min-width:190px;padding-left:54px}.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week>.e-month-expander-label{font-size:16px;margin-bottom:0}.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left{padding-right:16px}.e-bigger .e-recurrenceeditor .e-end-on-label{margin-bottom:0}.e-bigger .e-recurrenceeditor .e-days .e-week-expander-label{font-size:16px;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:16px;margin-bottom:1px}.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,.e-bigger .e-recurrenceeditor .e-year-expander,.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right{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-date,.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count{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-input-wrapper-side.e-form-left{padding:0 3px 10px 0}.e-device .e-recurrenceeditor .e-form-right,.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right{padding:0 0 10px 3px}.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count{padding-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:7px}.e-device .e-recurrenceeditor.e-end-on .e-end-on-left{padding-right:0}.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left{padding-right:0}.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count{padding-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-left:0;padding-right:0}.e-device .e-recurrenceeditor .e-week-position{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:7px}.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{-ms-flex-direction:column;flex-direction:column}.e-recurrenceeditor .e-editor>.e-input-wrapper.e-form-left{margin-top:0}.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week>.e-month-expander-label,.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label{margin-bottom:7px}.e-recurrenceeditor .e-editor>div{margin-top:20px}.e-recurrenceeditor .e-editor>.e-input-wrapper{width:100%}.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on{width:100%}.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper{width:50%}.e-recurrenceeditor .e-editor .e-form-left,.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left{padding:0 0 10px}.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count{padding-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{width:100%}.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-date,.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count{padding-left:0;padding-right:10px}}/*! Recurrence-Editor component theme */.e-ribbon .e-drop-icon::before{content:""}.e-ribbon .e-menu-wrapper.e-file-menu ul .e-menu-item .e-caret::before{content:""}.e-ribbon{border:1px solid #dee2e6;position:relative}.e-ribbon .e-tab .e-content .e-toolbar{border-left-width:0;border-right-width:0}.e-ribbon .e-tab .e-tab-header{height:35px;min-height:35px}.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator){height:35px;min-height:35px}.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap{height:35px}.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap{height:35px}.e-ribbon .e-tab .e-tab-header .e-toolbar-items{height:35px;min-height:35px}.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav{height:35px;min-height:35px}.e-ribbon .e-tab .e-tab-header .e-hscroll{display:inline-block !important;width:calc(100% - 28px)}.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap{padding:0}.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-text-wrap{vertical-align:top}.e-ribbon .e-tab .e-tab-header .e-indicator{z-index:1}.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-hide{display:none}.e-ribbon .e-tab .e-content .e-toolbar .e-toolbar-items{height:38px}.e-ribbon .e-tab .e-tab-header .e-toolbar-item{-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-text{text-transform:none}.e-ribbon .e-tab.e-sheet-tab .e-tab-header .e-tab-text{white-space:pre}.e-ribbon .e-drop-icon{cursor:pointer;font-family:"e-icons";margin:8px 4px;position:absolute;right:0;text-align:center;top:0;transform:rotate(180deg);transition:transform 300ms ease;width:18px;font-size:10px}.e-ribbon .e-drop-icon.e-disabled{cursor:default;pointer-events:none}.e-ribbon.e-collapsed .e-content,.e-ribbon.e-collapsed .e-indicator,.e-ribbon.e-collapsed .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before{display:none}.e-ribbon.e-collapsed .e-drop-icon{transform:rotate(0deg)}.e-ribbon .e-content .e-toolbar.e-overlay .e-toolbar-items .e-toolbar-item.e-overlay{opacity:1}.e-ribbon .e-menu-wrapper{border-width:0}.e-ribbon .e-menu-wrapper ul.e-menu{padding:0}.e-ribbon .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon{height:35px;line-height:35px}.e-ribbon .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon .e-caret{line-height:35px}.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu,.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu{padding:0}.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon,.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon{height:41px;line-height:41px}.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon .e-caret,.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon .e-caret{line-height:41px}.e-bigger .e-ribbon .e-tab .e-content .e-toolbar .e-toolbar-items,.e-bigger.e-ribbon .e-tab .e-content .e-toolbar .e-toolbar-items{height:46px}.e-bigger .e-ribbon .e-drop-icon,.e-bigger.e-ribbon .e-drop-icon{font-size:12px;margin:16px 5px}.e-bigger .e-ribbon .e-tab .e-tab-header,.e-bigger.e-ribbon .e-tab .e-tab-header{height:41px;min-height:41px}.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator){height:41px;min-height:41px}.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap,.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap{height:41px}.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap,.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap{height:41px}.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-items,.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-items{height:41px;min-height:41px}.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav,.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav{height:41px;min-height:41px}.e-ribbon{background-color:#f8f9fa}.e-ribbon .e-tab .e-tab-header{background-color:inherit}.e-ribbon .e-tab .e-tab-header .e-tab-wrap:focus{background:rgba(233,236,239,.12);border:1px solid #6c757d}.e-ribbon .e-tab .e-tab-header .e-tab-wrap:focus .e-tab-icon{color:#6c757d}.e-ribbon .e-tab .e-tab-header .e-tab-wrap:focus .e-tab-icon,.e-ribbon .e-tab .e-tab-header .e-tab-wrap:focus .e-tab-text{color:#0a58ca}.e-ribbon .e-drop-icon{color:#6c757d}.e-ribbon .e-tab .e-content .e-toolbar{border-bottom-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0)}.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active{background:#fff}.e-ribbon .e-tab .e-content .e-toolbar{background:#fff}.e-ribbon .e-tab .e-content .e-toolbar .e-toolbar-items,.e-ribbon .e-tab .e-content .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn:not(:hover):not(:focus),.e-ribbon .e-tab .e-content .e-toolbar .e-toolbar-item.e-overlay{background:rgba(0,0,0,0)}.e-ribbon .e-menu-wrapper{background-color:rgba(0,0,0,0)}/*! recurrence editor theme wise definitions*//*! Schedule's bootstrap5 theme wise override definitions and variables */.e-schedule .e-schedule-toolbar .e-icon-prev::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-next::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-add::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-today::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-down-arrow::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-day::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-week::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-workweek::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-month::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-month-agenda::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-agenda::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-year::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-timeline-year-vertical::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-timeline-year-horizontal::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-timeline-day::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-timeline-week::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-timeline-workweek::before{content:""}.e-schedule .e-schedule-toolbar .e-icon-timeline-month::before{content:""}.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-down-icon::before{content:""}.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-up-icon::before{content:""}.e-schedule .e-schedule-toolbar.e-rtl .e-icon-prev::before{content:""}.e-schedule .e-schedule-toolbar.e-rtl .e-icon-next::before{content:""}.e-schedule .e-schedule-resource-toolbar .e-icon-menu::before{content:""}.e-schedule .e-schedule-resource-toolbar .e-icon-next::before{content:""}.e-schedule .e-close-icon::before{content:""}.e-schedule .e-block-indicator::before{content:""}.e-schedule .e-appointment .e-recurrence-icon::before{content:""}.e-schedule .e-appointment .e-recurrence-edit-icon::before{content:""}.e-schedule .e-appointment .e-up-icon::before{content:""}.e-schedule .e-appointment .e-down-icon::before{content:""}.e-schedule .e-appointment .e-left-icon::before{content:""}.e-schedule .e-appointment .e-right-icon::before{content:""}.e-schedule .e-vertical-view .e-all-day-cells .e-all-day-appointment-section::before{content:""}.e-schedule.e-rtl .e-appointment .e-left-icon::before{content:""}.e-schedule.e-rtl .e-appointment .e-right-icon::before{content:""}.e-schedule .e-resource-tree-icon::before{content:""}.e-schedule-dialog.e-device .e-back-icon::before{content:""}.e-schedule-dialog.e-device .e-save-icon::before{content:""}.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before{content:""}.e-schedule-dialog.e-device.e-rtl .e-back-icon::before{content:""}.e-quick-popup-wrapper .e-edit-icon::before{content:""}.e-quick-popup-wrapper .e-delete-icon::before{content:""}.e-quick-popup-wrapper .e-close-icon::before{content:""}.e-quick-popup-wrapper .e-time-icon::before{content:""}.e-quick-popup-wrapper .e-location-icon::before{content:""}.e-quick-popup-wrapper .e-time-zone-icon::before{content:""}.e-quick-popup-wrapper .e-description-icon::before{content:""}.e-quick-popup-wrapper .e-resource-icon::before{content:""}.e-quick-popup-wrapper .e-date-time-icon::before{content:""}.e-more-popup-wrapper.e-device .e-close-icon::before{content:""}/*! schedule component layout */.e-schedule{display:block;outline:medium none;overflow:hidden;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-schedule .e-schedule-toolbar{background:#f8f9fa;border:0;border-bottom:0;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:3px;min-height:38px}.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text,.e-schedule .e-schedule-toolbar .e-active-view .e-icons{color:#0d6efd}.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:active .e-tbar-btn-text,.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:active .e-icons,.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:focus .e-tbar-btn-text,.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:focus .e-icons,.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:hover .e-tbar-btn-text,.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:hover .e-icons{color:#fff}.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text{cursor:pointer;font-size:14px;text-transform:none}.e-schedule .e-schedule-toolbar .e-toolbar-items{background:#f8f9fa}.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos{height:38px;min-height:38px}.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:18px}.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:4px}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-day .e-icon-day,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-week .e-icon-week,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-work-week .e-icon-workweek,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month .e-icon-month,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-year .e-icon-year,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-agenda .e-icon-agenda,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month-agenda .e-icon-month-agenda,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-day .e-icon-timeline-day,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-week .e-icon-timeline-week,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-work-week .e-icon-timeline-workweek,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-month .e-icon-timeline-month,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-vertical,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-horizontal,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-add .e-tbar-btn-text,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-day,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today+.e-tbar-btn-text{display:none}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-hidden{display:none}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-prev .e-icon-prev,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-next .e-icon-next{font-size:18px}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator{border-right:1px solid #dee2e6}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-date-range .e-tbar-btn .e-tbar-btn-text{font-size:14px;text-transform:initial}.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav{background:#f8f9fa;border-left:0;border-right:1px solid #dee2e6}.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover{background-color:#dee2e6;color:rgba(13,110,253,.87)}.e-schedule .e-schedule-toolbar .e-hor-nav{border-left:1px solid #dee2e6}.e-schedule .e-schedule-toolbar .e-hor-nav::after{content:""}.e-schedule .e-schedule-toolbar .e-hor-nav:active{color:rgba(13,110,253,.87)}.e-schedule .e-schedule-toolbar .e-hor-nav:active::after{content:""}.e-schedule .e-schedule-toolbar .e-hor-nav:hover{background:#dee2e6;color:rgba(13,110,253,.87)}.e-schedule .e-schedule-toolbar .e-hor-nav:focus{background:#dee2e6;color:rgba(13,110,253,.87)}.e-schedule.e-device .e-schedule-toolbar{height:54px;min-height:54px}.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover,.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus{height:calc(100% - 20px)}.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos{height:54px;min-height:54px}.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos>div{height:inherit}.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text{font-size:16px}.e-schedule.e-device .e-schedule-toolbar .e-date-range .e-tbar-btn .e-tbar-btn-text{font-size:16px}.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{background:#f8f9fa;border-bottom:0;box-shadow:0 1px 2px rgba(0,0,0,.15);display:-ms-flexbox;display:flex;margin-bottom:3px;min-height:38px;padding:10px}.e-schedule .e-schedule-resource-toolbar .e-resource-menu .e-icon-menu{color:#6c757d;font-size:14px;padding:7px;padding-left:4px}.e-schedule .e-schedule-resource-toolbar .e-resource-menu.e-disable{display:none}.e-schedule .e-schedule-resource-toolbar .e-resource-level-title{display:-ms-flexbox;display:flex}.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name{font-size:14px;padding:5px;color:#495057}.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:#6c757d;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:-ms-inline-flexbox;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:#f8f9fa;box-shadow:0 .8px 16px rgba(0,0,0,.15);height:100%;position:absolute;width:250px;color:#212529}.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:rgba(0,0,0,.5);height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.e-schedule .e-new-event{background-color:#0d6efd;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-schedule-table{border:0 none;border-collapse:separate;border-spacing:0;margin:0;table-layout:fixed;width:100%}.e-schedule .e-schedule-table>tbody>tr>th,.e-schedule .e-schedule-table>tbody>tr>td{box-sizing:border-box;font-weight:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-schedule .e-outer-table>tbody>tr>td{padding:0;vertical-align:top}.e-schedule .e-content-wrap{position:relative}.e-schedule .e-content-wrap .e-day-wrapper{width:100%}.e-schedule .e-content-placeholder{height:100%;position:relative;width:100%;z-index:99999}.e-schedule .e-content-wrap,.e-schedule .e-scroll-container{-webkit-overflow-scrolling:touch;overflow:auto}.e-schedule .e-hide-childs>*{display:none}.e-schedule .e-recurrence-icon,.e-schedule .e-recurrence-edit-icon{font-size:11px}.e-schedule .e-left-icon,.e-schedule .e-right-icon{font-size:8px}.e-schedule .e-m-date{cursor:pointer;font-size:20px}.e-schedule .e-m-date:hover{text-decoration:underline}.e-schedule .e-m-day{font-size:12px}.e-schedule.e-device .e-m-date:hover{text-decoration:none}.e-schedule .e-block-appointment{background:#e9ecef;border-radius:2px;color:#495057;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:#495057;float:right;padding:0 5px;z-index:1}.e-schedule.e-rtl .e-block-indicator{float:left}.e-schedule .e-timeline-view .e-block-indicator,.e-schedule .e-timeline-month-view .e-block-indicator{position:absolute;top:3px}.e-schedule .e-appointment{opacity:1;transition:opacity 100ms linear}.e-schedule .e-appointment .e-subject.e-disable{display:none}.e-schedule .e-appointment .e-inline-appointment{z-index:1}.e-schedule .e-appointment .e-inline-subject{background-color:rgba(0,0,0,0);border:0;color:#fff;font-size:13px;font-weight:500;line-height:1.2;padding-top:4px;width:100%}.e-schedule .e-appointment.e-event-action{opacity:.4}.e-schedule .e-appointment.e-allow-select{pointer-events:none}.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-top-handler,.e-schedule.e-event-action .e-drag-clone .e-bottom-handler,.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-top-handler,.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-bottom-handler{pointer-events:none}.e-schedule.e-event-action .e-vertical-view .e-appointment-wrapper .e-resize-clone{cursor:ns-resize}.e-schedule.e-event-action .e-timeline-view .e-resize-clone,.e-schedule.e-event-action .e-timeline-month-view .e-resize-clone,.e-schedule.e-event-action .e-all-day-appointment-wrapper .e-resize-clone{cursor:ew-resize}.e-schedule.e-device .e-appointment{overflow:hidden}.e-schedule.e-device .e-appointment.e-appointment-border .e-top-bottom-resize{height:10px;left:50%;position:absolute;transform:translateX(-50%);width:100%}.e-schedule.e-device .e-appointment.e-appointment-border .e-left-right-resize{border-radius:50%;height:100%;position:absolute;top:50%;transform:translateY(-50%);width:10px}.e-schedule.e-device .e-appointment.e-appointment-border .e-top-handler .e-top-bottom-resize{margin-top:-8px}.e-schedule.e-device .e-appointment.e-appointment-border .e-bottom-handler .e-top-bottom-resize{margin-top:8px}.e-schedule.e-device .e-appointment.e-appointment-border .e-left-handler .e-left-right-resize{margin-left:-8px}.e-schedule.e-device .e-appointment.e-appointment-border .e-right-handler .e-left-right-resize{margin-left:8px}.e-schedule .e-timeline-year-view .e-event-resize.e-left-handler,.e-schedule .e-timeline-year-view .e-event-resize.e-right-handler{height:100%;width:5px}.e-schedule .e-timeline-year-view .e-event-resize.e-top-handler,.e-schedule .e-timeline-year-view .e-event-resize.e-bottom-handler{height:5px;width:100%}.e-schedule .e-event-resize{position:absolute}.e-schedule .e-event-resize.e-left-handler,.e-schedule .e-event-resize.e-right-handler{height:100%;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-top-handler,.e-schedule .e-event-resize.e-bottom-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-all-day-row,.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells{height:0 !important}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment{background:#0d6efd;border:1px solid #dee2e6;border-radius:2px;color:#fff;display:-ms-flexbox;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:-ms-flexbox;display:flex;-ms-flex:auto;flex:auto;padding:2px 4px 0 2px;text-align:left}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-inner-wrap{-ms-flex:auto;flex:auto;overflow:hidden}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-subject{font-size:13px;font-weight:500;line-height:1.2;margin-left:auto;min-height:18px;overflow:hidden;overflow-wrap:break-word;padding-top:1px;white-space:normal;word-wrap:break-word}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-time,.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-location{font-size:11px;overflow:hidden;padding-top:1px;text-overflow:ellipsis}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-disable{display:none}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-icon,.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-edit-icon{line-height:54px;padding:0 5px}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-left-icon,.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-right-icon{line-height:54px;padding:0 2px}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border,.e-schedule .e-vertical-view.e-timescale-disable .e-appointment:focus{border:0;box-shadow:0 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15)}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-allow-select{pointer-events:none}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment-wrapper{position:absolute;width:0}.e-schedule .e-vertical-view.e-timescale-disable .e-work-cells{height:auto;vertical-align:top}.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator{color:#495057;cursor:pointer;font-size:10px;line-height:11px;overflow:hidden;padding:2px 4px;position:absolute;text-overflow:ellipsis}.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus{text-decoration:underline}.e-schedule .e-vertical-view .e-left-indent{width:85px}.e-schedule .e-vertical-view .e-left-indent .e-all-day-cells{position:relative}.e-schedule .e-vertical-view .e-date-header-wrap table col,.e-schedule .e-vertical-view .e-content-wrap table col{width:36px}.e-schedule .e-vertical-view .e-resource-cells{color:#212529;font-size:12px;height:40px;padding:8px;padding-left:15px}.e-schedule .e-vertical-view .e-header-cells{font-size:12px;height:60px;padding:4px}.e-schedule .e-vertical-view .e-header-cells .e-header-day{display:table;font-size:12px;line-height:18px;padding-bottom:4px}.e-schedule .e-vertical-view .e-header-cells .e-header-date{cursor:pointer;display:table;font-size:16px;line-height:24px}.e-schedule .e-vertical-view .e-header-cells .e-header-date:hover{text-decoration:underline}.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-day{cursor:default;opacity:.35}.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date{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:#495057;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:#6c757d;cursor:pointer;display:block;font-size:11px;height:25px;left:0;line-height:25px;margin:0 auto;position:absolute;right:0;transform:rotate(0deg);transition:transform 300ms ease-in-out;width:25px}.e-schedule .e-vertical-view .e-all-day-appointment-section.e-disable{display:none}.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-expand{transform:rotate(0deg)}.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-collapse{transform:rotate(180deg)}.e-schedule .e-vertical-view .e-all-day-appointment-section:hover,.e-schedule .e-vertical-view .e-all-day-appointment-section:focus{background:#dee2e6;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:250ms ease-out}.e-schedule .e-vertical-view .e-time-cells-wrap table td,.e-schedule .e-vertical-view .e-work-cells{font-size:12px;height:36px;text-align:center}.e-schedule .e-vertical-view .e-work-cells{width:36px}.e-schedule .e-vertical-view .e-work-cells.e-disable-dates{background-color:#e9ecef}.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover{background-color:#e9ecef}.e-schedule .e-vertical-view .e-current-time{font-size:10px}.e-schedule .e-vertical-view .e-clone-time-indicator,.e-schedule .e-vertical-view .e-current-time,.e-schedule .e-vertical-view .e-previous-timeline,.e-schedule .e-vertical-view .e-current-timeline{left:0;position:absolute;right:0;text-align:center;top:0;width:100%}.e-schedule .e-vertical-view .e-previous-timeline,.e-schedule .e-vertical-view .e-current-timeline{z-index:1}.e-schedule .e-vertical-view .e-date-header-wrap{max-height:300px;overflow:hidden}.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll{border-bottom:1px solid #dee2e6;overflow-y:auto}.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll .e-header-row .e-resource-cells{position:sticky}.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll .e-header-row .e-header-cells{position:sticky;top:0}.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-auto{max-height:unset}.e-schedule .e-vertical-view .e-time-cells-wrap{overflow:hidden}.e-schedule .e-vertical-view .e-content-wrap,.e-schedule .e-vertical-view .e-time-cells-wrap{position:relative}.e-schedule .e-vertical-view .e-timeline-wrapper,.e-schedule .e-vertical-view .e-day-wrapper,.e-schedule .e-vertical-view .e-all-day-appointment-wrapper{height:0;margin:0;padding:0;position:relative}.e-schedule .e-vertical-view .e-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:#0d6efd;border:1px solid #dee2e6;border-radius:2px;color:#fff;display:-ms-flexbox;display:flex;height:26px;overflow:hidden;position:absolute}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details{display:-ms-flexbox;display:flex;-ms-flex:auto;flex:auto;line-height:18px;overflow:hidden;padding:1px 0 1px 4px}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-subject{-ms-flex:auto;flex:auto;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-time{display:block;font-size:11px;padding:1px 4px 2px 0}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-icon,.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-edit-icon,.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-left-icon,.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-right-icon{line-height:18px;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 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15)}.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:#0d6efd;border:1px solid #dee2e6;border-radius:2px;color:#fff;overflow:hidden;position:absolute}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details{-ms-flex:auto;flex:auto;padding:0 4px;text-align:left;line-height:18px}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject{font-size:13px;font-weight:500;line-height:1.2;margin-left:auto;min-height:18px;overflow:hidden;overflow-wrap:break-word;padding-top:4px;white-space:normal;word-wrap:break-word}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time,.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-location{font-size:11px;overflow:hidden;padding-top:1px;text-overflow:ellipsis}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time{display:block}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-disable{display:none}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon{bottom:5px;display:block;float:right;height:auto;left:auto;position:absolute;right:5px;width:auto}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-indicator{display:block;margin:0 45%}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon,.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon{font-size:8px}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon{margin-top:3px;top:0}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon{bottom:6px;position:absolute}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border,.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:focus{border:0;box-shadow:0 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15)}.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:18px}.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{text-align:right}.e-schedule.e-rtl .e-vertical-view.e-timescale-disable .e-appointment-details{text-align:right}.e-schedule.e-rtl .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details{padding:1px 4px 1px 0}.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details{line-height:15px;text-align:right}.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject{font-weight:500;margin-left:15px;margin-right:auto}.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon{float:left;left:5px;right:auto}.e-schedule.e-rtl.e-device .e-vertical-view .e-time-cells-wrap{float:right}@media screen and (max-width: 480px){.e-schedule .e-vertical-view .e-left-indent{width:35px}}.e-schedule .e-month-view .e-left-indent,.e-schedule .e-month-agenda-view .e-left-indent{border-right:1px solid #dee2e6;width:36px}.e-schedule .e-month-view .e-week-number-wrapper,.e-schedule .e-month-agenda-view .e-week-number-wrapper{overflow:hidden;position:relative}.e-schedule .e-month-view .e-week-number-wrapper .e-schedule-table,.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table{height:100%}.e-schedule .e-month-view .e-week-number-wrapper .e-week-number,.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number{color:#495057;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:14px;overflow:hidden}.e-schedule .e-month-view .e-week-number{border-bottom:1px solid #dee2e6;border-right:1px solid #dee2e6;height:70px}.e-schedule .e-month-view .e-content-wrap{font-size:14px}.e-schedule .e-month-view .e-date-header-wrap table col{width:36px}.e-schedule .e-month-view .e-resource-cells{color:#212529;font-size:14px;height:40px;padding:8px;padding-left:15px}.e-schedule .e-month-view .e-header-cells{cursor:default;font-weight:400;height:34px;padding:8px}.e-schedule .e-month-view .e-content-table{height:100%}.e-schedule .e-month-view .e-work-cells{height:80px;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:#e9ecef}.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:#e9ecef}.e-schedule .e-month-view .e-date-header{cursor:pointer;display:table;height:20px;line-height:22px;margin:3px 3px 2px;text-align:center}.e-schedule .e-month-view .e-date-header:hover{text-decoration:underline}.e-schedule .e-month-view .e-appointment-wrapper{position:absolute}.e-schedule .e-month-view .e-new-event{height:calc(100% - 25px)}.e-schedule .e-month-view .e-block-indicator{margin-top:-20px}.e-schedule .e-month-view .e-inline-appointment{z-index:1}.e-schedule .e-month-view .e-appointment{background:#0d6efd;border:1px solid #dee2e6;border-radius:2px;color:#fff;cursor:default;display:-ms-flexbox;display:flex;height:26px;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:-ms-flexbox;display:flex;-ms-flex:auto;flex:auto;line-height:18px;overflow:hidden}.e-schedule .e-month-view .e-appointment .e-appointment-details .e-subject{-ms-flex:auto;flex:auto;font-size:13px;font-weight:500;overflow:hidden;padding:1px 2px;text-overflow:ellipsis}.e-schedule .e-month-view .e-appointment .e-appointment-details .e-inline-subject{padding:4px;text-align:center}.e-schedule .e-month-view .e-appointment .e-appointment-details .e-time{font-size:11px;padding:1.5px}.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-icon,.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon{line-height:26px;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 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15)}.e-schedule .e-month-view .e-appointment.e-allow-select{pointer-events:none}.e-schedule .e-month-view .e-appointment .e-subject{padding:2px;width:100%}.e-schedule .e-month-view .e-more-indicator{color:#495057;cursor:pointer;font-size:10px;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{border-left:1px solid #dee2e6;border-right-width:0}.e-schedule.e-rtl .e-month-view .e-week-number{border-left:1px solid #dee2e6;border-right-width:0}.e-schedule .e-year-view .e-calendar-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar{border:0;-ms-flex:0 25%;flex:0 25%;max-width:100%;min-width:260px;padding:10px}.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-header .e-title{cursor:default}.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day{display:block;margin:0 auto}.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month{color:#495057;pointer-events:visible;-ms-touch-action:auto;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,.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment-indicator{background-color:#0d6efd;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:#e9ecef;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:#e9ecef}.e-schedule .e-year-view .e-date-header-wrap{font-size:14px;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:#dee2e6;border-style:solid;border-width:0 0 1px 1px;color:#343a40;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:#212529;font-size:14px;height:40px;padding:8px;padding-left:15px}.e-schedule .e-year-view .e-content-wrap table td:first-child{border-left-width:0}.e-schedule .e-year-view .e-resource .e-month-calendar{max-width:100%;min-width:100%}.e-schedule .e-timeline-year-view .e-date-header-wrap,.e-schedule .e-timeline-year-view .e-month-header-wrapper{overflow:hidden;position:relative}.e-schedule .e-timeline-year-view .e-month-header-wrapper .e-schedule-table{height:100%}.e-schedule .e-timeline-year-view .e-month-header-wrapper .e-schedule-table.e-auto-height{height:auto}.e-schedule .e-timeline-year-view .e-date-header-wrap table col,.e-schedule .e-timeline-year-view .e-content-wrap table col{width:100px}.e-schedule .e-timeline-year-view .e-resource-left-td,.e-schedule .e-timeline-year-view .e-date-header-wrap table td{background-color:#fff;border-color:#dee2e6;border-style:solid;border-width:0 1px 1px 0;color:#343a40;text-align:center}.e-schedule .e-timeline-year-view .e-resource-left-td.e-current-day,.e-schedule .e-timeline-year-view .e-date-header-wrap table td.e-current-day{color:#0d6efd}.e-schedule .e-timeline-year-view .e-resource-text{color:#212529;font-size:13px;overflow:hidden;padding:4px 12px;text-overflow:ellipsis}.e-schedule .e-timeline-year-view .e-resource-left-td{vertical-align:middle;width:200px}.e-schedule .e-timeline-year-view .e-left-indent-wrap .e-resource-cells,.e-schedule .e-timeline-year-view .e-date-header-wrap .e-resource-cells{height:40px}.e-schedule .e-timeline-year-view .e-resource-column-wrap{overflow:hidden;position:relative}.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells{background-color:#f8f9fa;border-color:#dee2e6;border-style:solid;border-width:0 1px 1px 0;color:#212529;height:75px;padding-left:12px;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:#f2f4f6}.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:#6c757d;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{background-color:#f8f9fa;border-color:#dee2e6;border-style:solid;border-width:0 1px 1px 0;color:#212529;padding:0}.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month){background:#f2f4f6;color:#212529}.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:#495057}.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header{background-color:#0d6efd;border-radius:50%;color:#fff;margin:2px;width:20px}.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell{background-color:#e9ecef;color:#212529}.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator{color:#212529}.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover{background-color:#e9ecef}.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates{background-color:#e9ecef}.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:#e9ecef}.e-schedule .e-timeline-year-view .e-content-table{height:100%}.e-schedule .e-timeline-year-view .e-content-table.e-auto-height{height:auto}.e-schedule .e-timeline-year-view .e-left-indent td{border-color:#dee2e6;border-style:solid;border-width:0 1px 0 0;vertical-align:middle}.e-schedule .e-timeline-year-view .e-left-indent tr:last-child td{border-width:0 1px 1px 0}.e-schedule .e-timeline-year-view.e-horizontal .e-left-indent{padding:0;width:100px}.e-schedule .e-timeline-year-view.e-vertical .e-left-indent,.e-schedule .e-timeline-year-view.e-vertical .e-left-indent .e-header-cells{width:100px}.e-schedule .e-timeline-year-view .e-month-header{border-bottom:1px solid #dee2e6;border-right:1px solid #dee2e6;text-align:center;color:#343a40}.e-schedule .e-timeline-year-view .e-month-header.e-current-day{color:#0d6efd}.e-schedule .e-timeline-year-view .e-left-indent,.e-schedule .e-timeline-year-view .e-header-cells{cursor:default;font-weight:400;height:34px;padding:0;text-align:center}.e-schedule .e-timeline-year-view .e-month-header,.e-schedule .e-timeline-year-view .e-work-cells{height:75px}.e-schedule .e-timeline-year-view .e-header-cells,.e-schedule .e-timeline-year-view .e-work-cells{width:100px}.e-schedule .e-timeline-year-view .e-work-cells{vertical-align:top}.e-schedule .e-timeline-year-view .e-work-cells .e-date-header{cursor:pointer;display:table;height:20px;line-height:22px;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-virtual-mask .e-work-cells{background-color:#e9ecef;box-shadow:inset 0 0 0 8px #f8f9fa}.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover{background-color:#e9ecef}.e-schedule .e-timeline-year-view .e-event-table{position:absolute;top:0}.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container{height:75px;position:relative}.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper{position:absolute}.e-schedule .e-timeline-year-view .e-event-table .e-inline-appointment{z-index:1}.e-schedule .e-timeline-year-view .e-event-table .e-appointment{background:#0d6efd;border:1px solid #dee2e6;border-radius:2px;color:#fff;cursor:default;display:-ms-flexbox;display:flex;height:26px;overflow:hidden;position:absolute}.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden{display:none}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details{display:-ms-flexbox;display:flex;-ms-flex:auto;flex:auto;line-height:20px;overflow:hidden}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-subject{-ms-flex:auto;flex:auto;font-size:13px;font-weight:500;overflow:hidden;padding:1px 2px;text-overflow:ellipsis}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-time,.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-location{font-size:11px;overflow:hidden;padding:1.5px;text-overflow:ellipsis}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-disable{display:none}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon{line-height: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 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15)}.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-allow-select{pointer-events:none}.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator{color:#495057;cursor:pointer;font-size:10px;line-height:11px;overflow:hidden;padding:2px 4px;position:absolute;text-overflow:ellipsis}.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden{display:none}.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus{text-decoration:underline}.e-schedule.e-device .e-year-view .e-month-calendar{max-width:100%;min-width:100%}.e-schedule .e-timeline-view .e-content-wrap,.e-schedule .e-timeline-view .e-content-table,.e-schedule .e-timeline-month-view .e-content-wrap,.e-schedule .e-timeline-month-view .e-content-table{height:100%}.e-schedule .e-timeline-view .e-date-header-wrap,.e-schedule .e-timeline-month-view .e-date-header-wrap{font-size:14px;overflow:hidden;position:relative}.e-schedule .e-timeline-view .e-event-table,.e-schedule .e-timeline-month-view .e-event-table{position:absolute;top:0}.e-schedule .e-timeline-view .e-appointment-container.e-event-container,.e-schedule .e-timeline-month-view .e-appointment-container.e-event-container{height:60px;position:relative}.e-schedule .e-timeline-view .e-date-header-wrap table col,.e-schedule .e-timeline-view .e-content-wrap table col,.e-schedule .e-timeline-month-view .e-date-header-wrap table col,.e-schedule .e-timeline-month-view .e-content-wrap table col{width:50px}.e-schedule .e-timeline-view .e-date-header-wrap table tbody td,.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td{height:36px;overflow:hidden;padding:8px 0 8px 8px;text-overflow:ellipsis;white-space:nowrap}.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots{overflow:inherit;background-color:#f8f9fa}.e-schedule .e-timeline-view .e-date-header-wrap table tbody td>span,.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td>span{position:relative}.e-schedule .e-timeline-view .e-navigate:hover,.e-schedule .e-timeline-month-view .e-navigate:hover{cursor:pointer;text-decoration:underline}.e-schedule .e-timeline-view .e-navigate:focus,.e-schedule .e-timeline-month-view .e-navigate:focus{text-decoration:underline}.e-schedule .e-timeline-view .e-work-cells,.e-schedule .e-timeline-month-view .e-work-cells{height:60px}.e-schedule .e-timeline-view .e-work-cells.e-disable-dates,.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates{background-color:#e9ecef}.e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover,.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover{background-color:#e9ecef}.e-schedule .e-timeline-view .e-resource-text,.e-schedule .e-timeline-month-view .e-resource-text{color:#212529;font-size:13px;overflow:hidden;padding:4px 12px;text-overflow:ellipsis}.e-schedule .e-timeline-view .e-resource-left-td,.e-schedule .e-timeline-month-view .e-resource-left-td{background-color:#fff;border-color:#dee2e6;border-style:solid;border-width:0 1px 1px 0;color:#343a40;vertical-align:middle;width:200px}.e-schedule .e-timeline-view .e-resource-cells,.e-schedule .e-timeline-month-view .e-resource-cells{background-color:#f8f9fa;border-color:#dee2e6;border-style:solid;border-width:0 1px 1px 0;color:#212529;height:60px;padding-left:12px;padding-right:0;vertical-align:middle}.e-schedule .e-timeline-view .e-resource-cells:focus,.e-schedule .e-timeline-month-view .e-resource-cells:focus{background-color:#f2f4f6}.e-schedule .e-timeline-view .e-resource-column-wrap,.e-schedule .e-timeline-month-view .e-resource-column-wrap{overflow:hidden;position:relative}.e-schedule .e-timeline-view .e-resource-column-table,.e-schedule .e-timeline-month-view .e-resource-column-table{height:100%}.e-schedule .e-timeline-view .e-auto-height,.e-schedule .e-timeline-month-view .e-auto-height{height:auto}.e-schedule .e-timeline-view.e-ignore-whitespace .e-work-cells,.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,.e-schedule .e-timeline-view.e-ignore-whitespace .e-event-container,.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells,.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-event-container{height:42px}.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells{background-color:#e9ecef;box-shadow:inset 0 0 0 8px #f8f9fa}.e-schedule .e-timeline-view .e-resource-tree-icon,.e-schedule .e-timeline-month-view .e-resource-tree-icon{color:#6c757d;cursor:pointer;float:left;font-family:"e-icons";font-size:12px;padding:4px 7px}.e-schedule .e-timeline-view .e-resource-collapse,.e-schedule .e-timeline-month-view .e-resource-collapse{transform:rotate(90deg)}.e-schedule .e-timeline-view .e-child-node,.e-schedule .e-timeline-month-view .e-child-node{background-color:#fff}.e-schedule .e-timeline-view .e-appointment-wrapper,.e-schedule .e-timeline-month-view .e-appointment-wrapper{position:absolute}.e-schedule .e-timeline-view .e-inline-appointment,.e-schedule .e-timeline-month-view .e-inline-appointment{z-index:1}.e-schedule .e-timeline-view .e-appointment,.e-schedule .e-timeline-month-view .e-appointment{background:#0d6efd;border:1px solid #dee2e6;border-radius:2px;color:#fff;cursor:default;display:-ms-flexbox;display:flex;height:38px;overflow:hidden;position:absolute}.e-schedule .e-timeline-view .e-appointment .e-appointment-details,.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details{display:-ms-flexbox;display:flex;-ms-flex:auto;flex:auto;overflow:hidden;padding:0 4px}.e-schedule .e-timeline-view .e-appointment .e-appointment-details .e-inner-wrap,.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details .e-inner-wrap{-ms-flex:auto;flex:auto;overflow:hidden}.e-schedule .e-timeline-view .e-appointment .e-subject,.e-schedule .e-timeline-month-view .e-appointment .e-subject{font-size:13px;font-weight:500;line-height:1.2;margin-left:auto;min-height:18px;overflow:hidden;padding-top:4px;text-overflow:ellipsis}.e-schedule .e-timeline-view .e-appointment .e-time,.e-schedule .e-timeline-view .e-appointment .e-location,.e-schedule .e-timeline-month-view .e-appointment .e-time,.e-schedule .e-timeline-month-view .e-appointment .e-location{font-size:11px;overflow:hidden;padding-top:1px;text-overflow:ellipsis}.e-schedule .e-timeline-view .e-appointment .e-time,.e-schedule .e-timeline-month-view .e-appointment .e-time{display:block;line-height:1.4}.e-schedule .e-timeline-view .e-appointment .e-disable,.e-schedule .e-timeline-month-view .e-appointment .e-disable{display:none}.e-schedule .e-timeline-view .e-appointment .e-recurrence-icon,.e-schedule .e-timeline-view .e-appointment .e-recurrence-edit-icon,.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-icon,.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-edit-icon{line-height:38px;padding:0 5px}.e-schedule .e-timeline-view .e-appointment .e-indicator,.e-schedule .e-timeline-month-view .e-appointment .e-indicator{display:block}.e-schedule .e-timeline-view .e-appointment .e-left-icon,.e-schedule .e-timeline-view .e-appointment .e-right-icon,.e-schedule .e-timeline-month-view .e-appointment .e-left-icon,.e-schedule .e-timeline-month-view .e-appointment .e-right-icon{font-size:10px;line-height:38px;padding-right:7px}.e-schedule .e-timeline-view .e-appointment .e-right-icon,.e-schedule .e-timeline-month-view .e-appointment .e-right-icon{padding-right:5px}.e-schedule .e-timeline-view .e-appointment.e-appointment-border,.e-schedule .e-timeline-view .e-appointment:focus,.e-schedule .e-timeline-month-view .e-appointment.e-appointment-border,.e-schedule .e-timeline-month-view .e-appointment:focus{border:0;box-shadow:0 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15)}.e-schedule .e-timeline-view .e-appointment.e-allow-select,.e-schedule .e-timeline-month-view .e-appointment.e-allow-select{pointer-events:none}.e-schedule .e-timeline-view .e-more-indicator,.e-schedule .e-timeline-month-view .e-more-indicator{color:#495057;cursor:pointer;font-size:10px;line-height:11px;overflow:hidden;padding:2px 4px;position:absolute;text-overflow:ellipsis}.e-schedule .e-timeline-view .e-more-indicator:focus,.e-schedule .e-timeline-month-view .e-more-indicator:focus{text-decoration:underline}.e-schedule .e-timeline-view .e-navigate{font-size:14px}.e-schedule .e-timeline-view .e-clone-time-indicator,.e-schedule .e-timeline-view .e-current-time{bottom:0;position:absolute}.e-schedule .e-timeline-view .e-current-timeline{position:absolute;top:0}.e-schedule .e-timeline-month-view .e-date-header-wrap table col,.e-schedule .e-timeline-month-view .e-content-wrap table col{width:70px}.e-schedule .e-virtual-scroll .e-content-table{position:absolute;transform:translateY(0)}.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative{position:relative}.e-schedule .e-virtual-scroll .e-content-wrap.e-transition{transition:all 1000ms linear}.e-schedule.e-rtl .e-timeline-view .e-appointment .e-left-icon,.e-schedule.e-rtl .e-timeline-view .e-appointment .e-right-icon,.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-left-icon,.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-right-icon{padding:0 0 0 5px}.e-schedule.e-rtl .e-timeline-view .e-inline-appointment,.e-schedule.e-rtl .e-timeline-month-view .e-inline-appointment{z-index:1}.e-schedule.e-rtl .e-timeline-view .e-resource-left-td,.e-schedule.e-rtl .e-timeline-month-view .e-resource-left-td{border-width:0 0 1px 1px}.e-schedule.e-rtl .e-timeline-view .e-resource-cells,.e-schedule.e-rtl .e-timeline-month-view .e-resource-cells{border-width:0 0 1px 1px;padding-right:15px}.e-schedule.e-rtl .e-timeline-view .e-resource-tree-icon,.e-schedule.e-rtl .e-timeline-month-view .e-resource-tree-icon{float:right}.e-schedule.e-rtl .e-timeline-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap,.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap{text-align:right}.e-schedule.e-device .e-month-view .e-date-header-wrap,.e-schedule.e-device .e-timeline-view .e-date-header-wrap,.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap{font-size:16px}.e-schedule.e-device .e-month-view .e-date-header-wrap td,.e-schedule.e-device .e-timeline-view .e-date-header-wrap td,.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap td{border-left-width:0;border-right-width:0}.e-schedule.e-device .e-month-view .e-content-wrap,.e-schedule.e-device .e-timeline-view .e-content-wrap,.e-schedule.e-device .e-timeline-month-view .e-content-wrap{font-size:14px}.e-schedule.e-device .e-month-view .e-date-header:hover,.e-schedule.e-device .e-timeline-view .e-date-header:hover,.e-schedule.e-device .e-timeline-month-view .e-date-header:hover{text-decoration:none}.e-schedule.e-device .e-month-view .e-more-indicator,.e-schedule.e-device .e-timeline-view .e-more-indicator,.e-schedule.e-device .e-timeline-month-view .e-more-indicator{font-size:12px}.e-schedule.e-device .e-month-view .e-navigate:hover,.e-schedule.e-device .e-timeline-view .e-navigate:hover,.e-schedule.e-device .e-timeline-month-view .e-navigate:hover{text-decoration:none}.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu{margin-top:6px}.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu.e-disable{display:none}.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next{margin-top:4px}.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number{border-right:1px solid #dee2e6;height:40px;padding-top:8px}.e-schedule .e-month-agenda-view .e-wrapper-container{position:relative}.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table,.e-schedule .e-month-agenda-view .e-content-table{border-bottom:2px solid #dee2e6;box-shadow:0 1px 0 rgba(0,0,0,.15)}.e-schedule .e-month-agenda-view .e-resource-column{border-bottom:1px solid #dee2e6;border-right:1px solid #dee2e6;vertical-align:top;width:75px}.e-schedule .e-month-agenda-view .e-resource-name{color:#212529;font-size:16px;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 #dee2e6}.e-schedule .e-month-agenda-view .e-date-header-wrap{font-size:16px;overflow:hidden}.e-schedule .e-month-agenda-view .e-content-wrap{font-size:14px}.e-schedule .e-month-agenda-view .e-header-cells{cursor:default;font-weight:400;height:34px;padding:5px;text-align:center}.e-schedule .e-month-agenda-view .e-work-cells{height:40px;position:relative;vertical-align:top}.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates{background-color:#e9ecef}.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover{background-color:#e9ecef}.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 #0d6efd;border-right:0;cursor:default;padding:0 16px}.e-schedule .e-month-agenda-view .e-appointment:hover{background:#f2f4f6}.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border,.e-schedule .e-month-agenda-view .e-appointment:focus{background:#e9ecef}.e-schedule .e-month-agenda-view .e-subject-wrap{display:-ms-flexbox;display:flex}.e-schedule .e-month-agenda-view .e-subject{color:#212529;font-size:14px;line-height:26px;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-month-agenda-view .e-recurrence-icon,.e-schedule .e-month-agenda-view .e-recurrence-edit-icon{color:#495057;line-height:26px;padding:0 10px}.e-schedule .e-month-agenda-view .e-date-time{color:#495057;font-size:12px;line-height:26px;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-month-agenda-view .e-location{color:#495057;font-size:12px;line-height:26px;overflow:hidden;padding-left:8px;text-overflow:ellipsis}.e-schedule .e-month-agenda-view .e-no-event{color:#495057;cursor:default;font-size:14px;height:100%;padding:8px 4px}.e-schedule .e-month-agenda-view .e-agenda-item.e-month-agenda-view{padding:10px 0}.e-schedule .e-month-agenda-view .e-agenda-parent.e-month-agenda-view{margin:0;padding:0}.e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator{background:#0d6efd;border-radius:50%;height:6px;left:0;margin:1px auto;width:6px}.e-schedule.e-rtl .e-month-agenda-view .e-left-indent{border-left:1px solid #dee2e6;border-right-width:0}.e-schedule.e-rtl .e-month-agenda-view .e-week-number{border-left:1px solid #dee2e6;border-right-width:0}.e-schedule.e-rtl .e-month-agenda-view .e-appointment{border-left:0;border-right:3px solid #0d6efd}.e-schedule.e-rtl .e-month-agenda-view .e-resource-column{border-bottom:1px solid #dee2e6;border-left:1px solid #dee2e6;border-right:0;vertical-align:top;width:75px}.e-schedule.e-rtl .e-month-agenda-view .e-resource-column .e-resource-name{white-space:normal}.e-schedule.e-rtl .e-month-agenda-view .e-day-padding{padding-right:8px}.e-schedule.e-device .e-month-agenda-view .e-date-header-wrap{font-size:16px}.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 #dee2e6;border-right:1px solid #dee2e6;color:#343a40;vertical-align:top;width:75px}.e-schedule .e-agenda-view .e-month-header{background:#0d6efd;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:#343a40;cursor:default;padding:8px 20px 14px 14px}.e-schedule .e-agenda-view .e-day-date-header .e-m-date{font-size:16px}.e-schedule .e-agenda-view .e-day-date-header .e-m-day{font-size:12px}.e-schedule .e-agenda-view .e-day-date-header.e-current-day{color:#0d6efd}.e-schedule .e-agenda-view .e-day-border{border-bottom:1px solid #dee2e6}.e-schedule .e-agenda-view .e-date-border{border-bottom:1px solid #dee2e6;border-right:1px solid #dee2e6}.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:-ms-flexbox;display:flex;margin-bottom:4px}.e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject{color:#212529}.e-schedule .e-agenda-view .e-active-appointment-agenda .e-date-time{color:#212529}.e-schedule .e-agenda-view .e-active-appointment-agenda .e-resource-name{color:#212529}.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-icon,.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-edit-icon{color:#212529}.e-schedule .e-agenda-view .e-active-appointment-agenda .e-location{color:#212529}.e-schedule .e-agenda-view .e-subject{color:#212529;font-size:14px;line-height:23px;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-agenda-view .e-resource-name{color:#212529;font-size:12px;line-height:26px;overflow:hidden;padding:8px;text-overflow:ellipsis}.e-schedule .e-agenda-view .e-recurrence-icon,.e-schedule .e-agenda-view .e-recurrence-edit-icon{color:#212529;line-height:21px;padding:0 10px}.e-schedule .e-agenda-view .e-date-time{color:#495057;font-size:12px;line-height:21px;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-agenda-view .e-location{color:#495057;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 #0d6efd;border-right:0;cursor:default;padding:0 14px}.e-schedule .e-agenda-view .e-appointment:hover{background:#f2f4f6}.e-schedule .e-agenda-view .e-appointment.e-appointment-border,.e-schedule .e-agenda-view .e-appointment:focus{background:#e9ecef}.e-schedule .e-agenda-view .e-appointment.e-template{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.e-schedule .e-agenda-view .e-no-event{color:#495057;cursor:default;font-size:14px;line-height:52px;padding:0 11px}.e-schedule .e-agenda-view .e-empty-event{color:#495057;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:18px}.e-schedule.e-device .e-agenda-view .e-resource-name,.e-schedule.e-device .e-agenda-view .e-m-day,.e-schedule.e-device .e-month-agenda-view .e-resource-name,.e-schedule.e-device .e-month-agenda-view .e-m-day{color:#212529;font-size:14px}.e-schedule.e-rtl .e-agenda-view .e-appointment{border-left:0;border-right:3px solid #0d6efd}.e-schedule.e-rtl .e-agenda-view .e-resource-column{border-bottom:1px solid #dee2e6;border-left:1px solid #dee2e6;border-right:0;vertical-align:top;width:75px}.e-schedule.e-rtl .e-agenda-view .e-resource-column .e-resource-name{white-space:normal}.e-schedule.e-rtl .e-agenda-view .e-day-padding{padding-right:8px}.e-schedule.e-rtl .e-agenda-view .e-date-border{border-bottom:1px solid #dee2e6;border-left:1px solid #dee2e6;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:54px;min-height:54px}.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:16px}.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:18px}.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:54px;min-width:32px;z-index:0}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon{font-size:22px}.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{min-height:54px}.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:54px}.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:38px}.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 button.e-btn,.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 .e-tbar-btn.e-btn.e-control{height:auto;line-height:25px;margin:4px 0;min-height:24px;min-width:24px;padding:8px}.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 .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-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{padding:4px 0 0 12px;font-size:22px}.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 .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 .e-tbar-btn.e-btn.e-control .e-btn-icon{height:25px;padding-top:3px}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text{font-size:16px}.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day,.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day{font-size:14px}.e-bigger .e-schedule .e-vertical-view .e-header-cells,.e-bigger.e-schedule .e-vertical-view .e-header-cells{height:66px;padding:8px}.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:18px}.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:14px}.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-clone-time-indicator,.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-current-time,.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{font-size:12px}.e-bigger .e-schedule .e-month-view .e-header-cells,.e-bigger.e-schedule .e-month-view .e-header-cells{height:38px}.e-bigger .e-schedule .e-month-view .e-resource-cells,.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-date-header-wrap{font-size:16px}.e-bigger .e-schedule .e-month-view .e-content-wrap,.e-bigger.e-schedule .e-month-view .e-content-wrap{font-size:16px}.e-bigger .e-schedule .e-month-view .e-m-date,.e-bigger.e-schedule .e-month-view .e-m-date{font-size:18px}.e-bigger .e-schedule .e-month-view .e-resource-name,.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-m-day{font-size:14px}.e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus{border:1px solid rgba(222,226,230,.5)}.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(222,226,230,.5)}.e-schedule.e-multi-drag .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-vertical-view .e-day-wrapper .e-appointment:focus{border:1px solid rgba(222,226,230,.5)}.e-schedule.e-multi-drag .e-month-view .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-month-view .e-appointment:focus{border:1px solid rgba(222,226,230,.5)}.e-schedule.e-multi-drag .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-timeline-year-view .e-event-table .e-appointment:focus{border:1px solid rgba(222,226,230,.5)}.e-schedule.e-multi-drag .e-timeline-view .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-timeline-view .e-appointment:focus,.e-schedule.e-multi-drag .e-timeline-month-view .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-timeline-month-view .e-appointment:focus{border:1px solid rgba(222,226,230,.5)}.e-more-popup-wrapper.e-multi-drag .e-appointment.e-appointment-border,.e-more-popup-wrapper.e-multi-drag .e-appointment:focus{border:1px solid rgba(222,226,230,.5)}/*! 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-bigger .e-dialog.e-quick-dialog.e-following-events-dialog{width:502px}.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;-ms-user-select:none;user-select:none;width:320px}.e-dialog.e-quick-dialog .e-disable{display:none}.e-dialog.e-quick-dialog .e-dlg-header-content{border-bottom:none}.e-dialog.e-quick-dialog .e-footer-content{border-top:none}.e-dialog.e-quick-dialog .e-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;background-color:#fff}.e-schedule-dialog .e-event-delete{float:left}.e-schedule-dialog .e-subject-container,.e-schedule-dialog .e-start-container,.e-schedule-dialog .e-description-label{padding-right:8px}.e-schedule-dialog .e-start-time-zone-container{padding-left:4px;padding-right:8px}.e-schedule-dialog .e-location-container,.e-schedule-dialog .e-end-container{padding-left:8px}.e-schedule-dialog .e-end-time-zone-container{padding-left:8px;padding-right:4px}.e-schedule-dialog .e-all-day-container{padding-right:16px}.e-schedule-dialog .e-time-zone-row{display:-ms-flexbox;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-start-time-zone-container,.e-schedule-dialog .e-time-zone-row .e-end-time-zone-container{display:none;transform:translateY(-100%)}.e-schedule-dialog .e-time-zone-row.e-enable{height:60px;margin-bottom:12px}.e-schedule-dialog .e-time-zone-row.e-enable .e-start-time-zone-container,.e-schedule-dialog .e-time-zone-row.e-enable .e-end-time-zone-container{display:block;transform:translateY(0)}.e-schedule-dialog .e-title-location-row,.e-schedule-dialog .e-start-end-row,.e-schedule-dialog .e-start-input-container,.e-schedule-dialog .e-end-input-container{display:-ms-flexbox;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:-ms-flexbox;display:flex;padding-bottom:12px;padding-top:4px;width:100%}.e-schedule-dialog .e-subject-container,.e-schedule-dialog .e-location-container,.e-schedule-dialog .e-start-container,.e-schedule-dialog .e-end-container,.e-schedule-dialog .e-start-time-zone-container,.e-schedule-dialog .e-end-time-zone-container{width:50%}.e-schedule-dialog .e-description,.e-schedule-dialog .e-float-input .e-description{height:50px;resize:vertical}.e-schedule-dialog .e-repeat-container,.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable{display:none}.e-schedule-dialog .e-footer-content{margin-top:4px}.e-schedule-dialog.e-rtl{text-align:right}.e-schedule-dialog.e-rtl .e-all-day-container{margin-left:16px;margin-right:0}.e-schedule-dialog.e-rtl .e-subject-container,.e-schedule-dialog.e-rtl .e-start-container,.e-schedule-dialog.e-rtl .e-description-label{padding-left:8px;padding-right:0}.e-schedule-dialog.e-rtl .e-start-time-zone-container{padding-left:8px;padding-right:4px}.e-schedule-dialog.e-rtl .e-location-container,.e-schedule-dialog.e-rtl .e-end-container{padding-left:0;padding-right:8px}.e-schedule-dialog.e-rtl .e-end-time-zone-container{padding-left:4px;padding-right:8px}.e-schedule-dialog.e-rtl .e-event-delete{float:right}.e-ddl.e-popup .e-resource-template{display:-ms-flexbox;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-subject-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-description-label{padding-right:12px}.e-bigger .e-schedule-dialog .e-location-container,.e-bigger .e-schedule-dialog .e-end-container,.e-bigger .e-schedule-dialog .e-end-time-zone-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:-ms-flexbox;display:flex;height:66px}.e-bigger .e-schedule-dialog .e-title-location-row,.e-bigger .e-schedule-dialog .e-start-end-row,.e-bigger .e-schedule-dialog .e-start-input-container,.e-bigger .e-schedule-dialog .e-end-input-container,.e-bigger .e-schedule-dialog .e-time-zone-row{display:-ms-flexbox;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:-ms-flexbox;display:flex;padding-bottom:20px;padding-top:0;width:100%}.e-bigger .e-schedule-dialog .e-subject-container,.e-bigger .e-schedule-dialog .e-location-container,.e-bigger .e-schedule-dialog .e-start-container,.e-bigger .e-schedule-dialog .e-end-container,.e-bigger .e-schedule-dialog .e-start-time-zone-container,.e-bigger .e-schedule-dialog .e-end-time-zone-container{width:50%}.e-bigger .e-schedule-dialog .e-location-container,.e-bigger .e-schedule-dialog .e-end-container,.e-bigger .e-schedule-dialog .e-end-time-zone-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,.e-bigger .e-schedule-dialog .e-description-row,.e-bigger .e-schedule-dialog .e-repeat-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-time-zone-row,.e-bigger .e-schedule-dialog .e-repeat-container,.e-bigger .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable{display:none}.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-subject-container,.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-description-label{padding-left:12px;padding-right:0}.e-bigger .e-schedule-dialog.e-rtl .e-location-container,.e-bigger .e-schedule-dialog.e-rtl .e-end-container,.e-bigger .e-schedule-dialog.e-rtl .e-end-time-zone-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:#fff;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:3px}.e-schedule-dialog.e-device .e-title-location-row,.e-schedule-dialog.e-device .e-start-end-row,.e-schedule-dialog.e-device .e-time-zone-row,.e-schedule-dialog.e-device .e-start-input-container,.e-schedule-dialog.e-device .e-end-input-container{display:inline}.e-schedule-dialog.e-device .e-time-zone-row.e-enable{display:inline}.e-schedule-dialog.e-device .e-subject-container,.e-schedule-dialog.e-device .e-location-container,.e-schedule-dialog.e-device .e-start-container,.e-schedule-dialog.e-device .e-end-container,.e-schedule-dialog.e-device .e-start-time-zone-container,.e-schedule-dialog.e-device .e-end-time-zone-container{padding-left:0;width:100%}.e-schedule-dialog.e-device .e-subject-container,.e-schedule-dialog.e-device .e-start-container,.e-schedule-dialog.e-device .e-start-time-zone-container,.e-schedule-dialog.e-device .e-description-label{padding-right:0}.e-schedule-dialog.e-device .e-location-container,.e-schedule-dialog.e-device .e-end-container,.e-schedule-dialog.e-device .e-end-time-zone-container,.e-schedule-dialog.e-device .e-start-container,.e-schedule-dialog.e-device .e-start-time-zone-container,.e-schedule-dialog.e-device .e-subject-container,.e-schedule-dialog.e-device .e-description-row,.e-schedule-dialog.e-device .e-repeat-container{padding-top:20px}.e-schedule-dialog.e-device .e-all-day-time-zone-row{padding-top:20px}.e-schedule-dialog.e-device .e-resources{padding-bottom:0;padding-top:20px}.e-schedule-dialog.e-device .e-description,.e-schedule-dialog.e-device .e-float-input .e-description{height:60px;resize:vertical}.e-schedule-dialog.e-device .e-all-day-time-zone-row{margin-top:0;padding-bottom:0}.e-schedule-dialog.e-device .e-repeat-parent-row{padding-top:8px}.e-schedule-dialog.e-device .e-all-day-container{margin-right:20px}.e-schedule-dialog.e-device .e-title-header{display:-ms-flexbox;display:flex;width:100%}.e-schedule-dialog.e-device .e-save-icon,.e-schedule-dialog.e-device .e-back-icon,.e-schedule-dialog.e-device .e-forward-icon{cursor:pointer;line-height:normal;color:#6c757d}.e-schedule-dialog.e-device .e-save-icon{text-align:right}.e-schedule-dialog.e-device .e-time-zone-row,.e-schedule-dialog.e-device .e-input-group .e-input-group-icon.e-icon-disable{display:none}.e-schedule-dialog.e-device .e-repeat-container{display:block}.e-schedule-dialog.e-device .e-icon-down-arrow{font-size:18px}.e-schedule-dialog.e-device.e-rtl .e-save-icon{text-align:left}.e-schedule-dialog.e-device.e-rtl .e-all-day-container{margin-left:20px;margin-right:0}.e-schedule-dialog.e-device.e-rtl .e-subject-container,.e-schedule-dialog.e-device.e-rtl .e-start-container,.e-schedule-dialog.e-device.e-rtl .e-start-time-zone-container,.e-schedule-dialog.e-device.e-rtl .e-description-label{padding-left:0}.e-schedule-dialog.e-device.e-rtl .e-location-container,.e-schedule-dialog.e-device.e-rtl .e-end-container,.e-schedule-dialog.e-device.e-rtl .e-end-time-zone-container,.e-schedule-dialog.e-device.e-rtl .e-all-day-container{padding-right:0}.e-schedule-dialog.e-device .e-recurrence-container{position:relative}.e-schedule-dialog.e-device .e-recurrence-container.e-hide{display:none}.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button{border:0;box-shadow:none;margin:-3px 5px;position:absolute}.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons{font-size:12px;position:relative;top:1px}/*! schedule quick popup */.e-quick-popup-wrapper{background-color:#fff;border-radius:6px;box-shadow:0 16px 48px rgba(0,0,0,.175),0 16px 48px rgba(0,0,0,.175),0 16px 48px rgba(0,0,0,.175);color:#212529;max-width:365px;min-width:320px;opacity:1;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%;border:1px solid #dee2e6}.e-quick-popup-wrapper .e-hidden{display:none}.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper{position:absolute;right:6px;top:4px;padding:2px 8px 0 0}.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit,.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete,.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close{color:#6c757d}.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus,.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:focus,.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:hover{background:#fff;color:#0d6efd}.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit .e-close-icon,.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete .e-close-icon,.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon{font-size:14px}.e-quick-popup-wrapper .e-cell-popup .e-popup-content{padding:40px 18px 12px}.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table{width:100%}.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form>span{margin-bottom:4px;margin-top:14px}.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject{font-size:22px;height:40px;height:30px;line-height:22px;padding:2px 10px}.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper{padding:6px 8px 0 0}.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete{display:none}.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close{position:relative;right:2px}.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close{color:#6c757d}.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:focus,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover{background:rgba(255,255,255,.15);color:#0d6efd}.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon{font-size:14px}.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled:hover,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled:hover{background:none}.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled>.e-edit-icon,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled>.e-delete-icon,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled>.e-edit-icon,.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled>.e-delete-icon{opacity:.5}.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap{padding:12px 18px}.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;background-color:rgba(13,110,253,.3);border-left:6px solid #0d6efd;padding:8px 0 8px 10px;border-radius:4px;padding:8px}.e-quick-popup-wrapper .e-event-popup .e-popup-content{padding:0 18px 12px}.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper,.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-edit,.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-delete,.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-close,.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-edit,.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-delete,.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-close{background-color:rgba(0,0,0,0);border:0}.e-quick-popup-wrapper .e-cell-popup .e-date-time,.e-quick-popup-wrapper .e-cell-popup .e-location,.e-quick-popup-wrapper .e-cell-popup .e-time-zone,.e-quick-popup-wrapper .e-cell-popup .e-description,.e-quick-popup-wrapper .e-cell-popup .e-resource,.e-quick-popup-wrapper .e-event-popup .e-date-time,.e-quick-popup-wrapper .e-event-popup .e-location,.e-quick-popup-wrapper .e-event-popup .e-time-zone,.e-quick-popup-wrapper .e-event-popup .e-description,.e-quick-popup-wrapper .e-event-popup .e-resource{color:#212529;display:-ms-flexbox;display:flex;padding-top:12px}.e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,.e-quick-popup-wrapper .e-cell-popup .e-location-icon,.e-quick-popup-wrapper .e-cell-popup .e-time-zone-icon,.e-quick-popup-wrapper .e-cell-popup .e-description-icon,.e-quick-popup-wrapper .e-cell-popup .e-resource-icon,.e-quick-popup-wrapper .e-event-popup .e-date-time-icon,.e-quick-popup-wrapper .e-event-popup .e-location-icon,.e-quick-popup-wrapper .e-event-popup .e-time-zone-icon,.e-quick-popup-wrapper .e-event-popup .e-description-icon,.e-quick-popup-wrapper .e-event-popup .e-resource-icon{color:#495057;font-size:18px;padding-right:13px;font-size:16px;padding:2px 10px 0 0}.e-quick-popup-wrapper .e-cell-popup .e-date-time-details,.e-quick-popup-wrapper .e-cell-popup .e-location-details,.e-quick-popup-wrapper .e-cell-popup .e-time-zone-details,.e-quick-popup-wrapper .e-cell-popup .e-description-details,.e-quick-popup-wrapper .e-cell-popup .e-resource-details,.e-quick-popup-wrapper .e-event-popup .e-date-time-details,.e-quick-popup-wrapper .e-event-popup .e-location-details,.e-quick-popup-wrapper .e-event-popup .e-time-zone-details,.e-quick-popup-wrapper .e-event-popup .e-description-details,.e-quick-popup-wrapper .e-event-popup .e-resource-details{color:#212529;cursor:default;font-size:14px}.e-quick-popup-wrapper .e-popup-table td:last-child{padding-top:0}.e-quick-popup-wrapper .e-popup-footer{display:block;padding:8px 18px 8px 18px;text-align:right}.e-quick-popup-wrapper .e-popup-footer .e-event-edit{margin-right:8px}.e-quick-popup-wrapper .e-popup-footer .e-event-edit,.e-quick-popup-wrapper .e-popup-footer .e-event-delete{right:auto}.e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled,.e-quick-popup-wrapper .e-popup-footer .e-event-delete:disabled{color:#212529}.e-quick-popup-wrapper .e-popup-footer .e-event-details{border:none;margin-right:8px;right:auto;text-transform:capitalize}.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-location-details,.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details{margin-right:10px}.e-quick-popup-wrapper.e-rtl .e-event-details{margin-left:8px}.e-quick-popup-wrapper.e-rtl .e-popup-footer{padding:8px 8px 8px 18px}.e-quick-popup-wrapper.e-rtl .e-date-time-icon{padding:0 0 0 13px}.e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon{padding:0 13px}.e-quick-popup-wrapper.e-rtl .e-event-edit{margin-left:8px}.e-quick-popup-wrapper.e-device{bottom:0;height:100%;left:0;margin:0;max-width:100%;overflow:hidden;padding:0;position:fixed;right:0;top:0;width:100%;z-index:1004}.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper{background-color:#fff}.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete,.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close{opacity:1}.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus,.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:focus,.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover{background:none}.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit.e-btn.e-small.e-round,.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete.e-btn.e-small.e-round,.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close.e-btn.e-small.e-round{height:2.5em;width:2.5em}.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit,.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete{display:block}.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close{margin-left:0;margin-right:auto;-ms-flex-order:-1;order:-1}.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-subject-wrap{padding:12px 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:-ms-flexbox;display:flex;padding:15px}.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close,.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit,.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete{background-color:rgba(0,0,0,0);border:0;height:40px;width:40px;background-color:#fff;color:#6c757d}.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:focus,.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:hover,.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:focus,.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:hover,.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:focus,.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:hover{background:none}.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject{font-size:15px;font-weight:500;height: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-edit-icon,.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete-icon{font-size:14px}.e-quick-popup-wrapper.e-device.e-rtl .e-event-popup .e-popup-header .e-close{margin-left:auto;margin-right:0}.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-cell-popup .e-popup-content{padding:48px 24px 16px}.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,.e-bigger .e-quick-popup-wrapper .e-event-popup .e-date-time-icon{padding-right:16px}.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon{font-size:16px}.e-bigger .e-quick-popup-wrapper.e-rtl .e-cell-popup .e-date-time-icon{padding-right:0}.e-bigger .e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon{padding-right:16px}.e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round,.e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round,.e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round{height:2em;width:2em}.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-edit-icon,.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon{font-size:14px;font-size:22px}.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-edit-icon,.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon{font-size:14px}.e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject{padding:0 5px 0 8px}.e-bigger .e-more-popup-wrapper{padding:12px 2px 16px}.e-bigger .e-agenda-view .e-subject{font-size:16px}.e-bigger .e-agenda-view .e-date-time{font-size:14px}.e-bigger .e-agenda-view .e-day-date-header .e-m-date{font-size:20px}.e-bigger .e-agenda-view .e-day-date-header .e-m-day{font-size:14px}.e-bigger .e-timeline-view .e-resource-text{font-size:14px;padding-left:12px}.e-bigger .e-timeline-view .e-navigate{font-size:16px;padding:8px 0 8px 8px}.e-bigger .e-timeline-view .e-date-header-wrap table tbody td>span{font-size:16px;padding:8px 0 8px 8px}.e-appointment.e-schedule-event-clone{background:#0d6efd;border-radius:2px;box-shadow:0 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15);color:#fff;display:-ms-flexbox;display:flex;height:38px;width:100px;z-index:9}.e-appointment.e-schedule-event-clone.e-drag-clone{cursor:move}.e-appointment.e-schedule-event-clone .e-recurrence-icon,.e-appointment.e-schedule-event-clone .e-recurrence-edit-icon,.e-appointment.e-schedule-event-clone .e-indicator.e-left-icon,.e-appointment.e-schedule-event-clone .e-indicator.e-right-icon,.e-appointment.e-schedule-event-clone .e-event-resize.e-left-handler,.e-appointment.e-schedule-event-clone .e-event-resize.e-right-handler{display:none}.e-appointment.e-schedule-event-clone .e-appointment-details{-ms-flex:auto;flex:auto;overflow:hidden;padding:0 4px;text-align:left}.e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap{-ms-flex:auto;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-bigger .e-more-popup-wrapper,.e-more-popup-wrapper{background-color:#fff;border:1px solid #dee2e6;border-radius:6px;box-shadow:none;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{color:#212529;height:calc(100% - 35px);max-height:150px;overflow-y:auto;padding-left:10px;padding-right:10px;padding:10px 10px 0}.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 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15)}.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:#0d6efd}.e-bigger .e-more-popup-wrapper .e-header-day,.e-more-popup-wrapper .e-header-day{color:#212529;font-size:14px;line-height:1;padding-bottom:2px}.e-bigger .e-more-popup-wrapper .e-header-date,.e-more-popup-wrapper .e-header-date{color:#212529;font-size:16px;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:rgba(0,0,0,0);border:0;box-shadow:none;color:#6c757d;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;font-size:14px}.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:3px}.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:#fff;border-radius:50%;color:#0d6efd}.e-bigger .e-more-popup-wrapper .e-appointment,.e-more-popup-wrapper .e-appointment{background:#0d6efd;border-radius:2px;color:#fff;display:-ms-flexbox;display:flex;height:26px;line-height:18px;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;-ms-flex:auto;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-icon,.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,.e-more-popup-wrapper .e-appointment .e-recurrence-icon,.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon{line-height:26px;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 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15),0 8px 12px rgba(0,0,0,.15)}.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-header-date,.e-more-popup-wrapper.e-rtl .e-header-date{padding-right:10px}.e-bigger .e-more-popup-wrapper.e-rtl .e-header-day,.e-more-popup-wrapper.e-rtl .e-header-day{padding-right:10px}.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{background-color:#fff;border:1px solid #dee2e6}.e-schedule .e-date-header-wrap{border-color:#dee2e6;border-style:solid;border-width:0;position:relative}.e-schedule .e-header-calendar{background-color:#fff;box-shadow:0 16px 48px rgba(0,0,0,.175)}.e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child,.e-schedule .e-vertical-view .e-content-wrap table td:first-child{border-left-width:0}.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells{background-color:#fff}.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover{background:#f2f4f6}.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td{background-color:#fff;border-color:#dee2e6;border-style:solid;border-width:0 1px 1px 0;color:#343a40}.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:#495057;font-size:14px;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:rgba(0,0,0,0)}.e-schedule .e-vertical-view .e-date-header-wrap table tbody td{background-color:#fff;border-color:#dee2e6;border-style:solid;border-width:0 0 1px 1px;color:#343a40;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:#dee2e6;border-style:solid;border-width:0 1px 1px 0;color:#495057;background-color:#e9ecef}.e-schedule .e-vertical-view .e-time-cells-wrap table td{border-bottom-color:rgba(0,0,0,0)}.e-schedule .e-vertical-view .e-header-cells{background-color:#fff}.e-schedule .e-vertical-view .e-header-cells.e-current-day{color:#0d6efd}.e-schedule .e-vertical-view .e-work-cells{background-color:#f8f9fa;border-color:#dee2e6;border-style:solid;border-width:0 0 1px 1px;padding:0}.e-schedule .e-vertical-view .e-work-cells:hover{background:#f2f4f6;color:#212529}.e-schedule .e-vertical-view .e-alternate-cells{border-bottom-style:dotted}.e-schedule .e-vertical-view .e-work-hours{background-color:#fff}.e-schedule .e-vertical-view .e-all-day-cells{background-color:#fff}.e-schedule .e-vertical-view .e-all-day-cells.e-current-day{color:#0d6efd}.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell{background-color:#e9ecef;color:#212529}.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover{background-color:#e9ecef;color:#fff}.e-schedule .e-vertical-view .e-selected-cell{background-color:#e9ecef;color:#212529}.e-schedule .e-vertical-view .e-selected-cell:hover{background-color:#e9ecef;color:#fff}.e-schedule .e-vertical-view .e-clone-time-indicator,.e-schedule .e-vertical-view .e-current-time{color:#0d6efd}.e-schedule .e-vertical-view .e-current-timeline{border-top:1px solid #0d6efd}.e-schedule .e-vertical-view .e-previous-timeline{border-top:1px dotted #0d6efd}.e-schedule .e-vertical-view.e-by-date .e-date-header-wrap table tbody td.e-header-cells{border-bottom-width:1px}.e-schedule .e-month-view .e-date-header-wrap table td:first-child,.e-schedule .e-month-view .e-content-wrap table td:first-child{border-left-width:0}.e-schedule .e-month-view .e-date-header-wrap table td,.e-schedule .e-month-agenda-view .e-date-header-wrap table td{background-color:#fff;border-color:#dee2e6;border-style:solid;border-width:0 0 1px 1px;color:#343a40;text-align:left}.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day{color:#0d6efd}.e-schedule .e-month-view .e-work-cells,.e-schedule .e-month-agenda-view .e-work-cells{background-color:#f8f9fa;border-color:#dee2e6;border-style:solid;border-width:0 0 1px 1px;color:#212529;padding:0}.e-schedule .e-month-view .e-work-cells:hover,.e-schedule .e-month-agenda-view .e-work-cells:hover{background:#f2f4f6;color:#212529;color:#212529}.e-schedule .e-month-view .e-work-days,.e-schedule .e-month-agenda-view .e-work-days{background-color:#fff}.e-schedule .e-month-view .e-other-month,.e-schedule .e-month-agenda-view .e-other-month{color:#495057}.e-schedule .e-month-view .e-current-date .e-date-header,.e-schedule .e-month-agenda-view .e-current-date .e-date-header{background-color:#0d6efd;border-radius:50%;color:#fff;width:20px}.e-schedule .e-month-view .e-selected-cell,.e-schedule .e-month-agenda-view .e-selected-cell{background-color:#e9ecef;color:#212529}.e-schedule .e-month-view .e-selected-cell .e-more-indicator,.e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator{color:#212529}.e-schedule .e-month-view .e-selected-cell:hover,.e-schedule .e-month-agenda-view .e-selected-cell:hover{background-color:#e9ecef}.e-schedule .e-month-agenda-view .e-date-header-wrap table td{border-width:0 0 1px 0;text-align:center}.e-schedule .e-month-agenda-view .e-work-cells{border-width:0}.e-schedule .e-month-agenda-view .e-current-date .e-date-header{width:24px}.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,.e-schedule .e-timeline-view .e-content-wrap table td:first-child,.e-schedule .e-timeline-month-view .e-date-header-wrap table td:first-child,.e-schedule .e-timeline-month-view .e-content-wrap table td:first-child{border-left-width:0}.e-schedule .e-timeline-view .e-content-wrap table tr:last-child td,.e-schedule .e-timeline-month-view .e-content-wrap table tr:last-child td{border-bottom-width:0}.e-schedule .e-timeline-view .e-date-header-wrap table td,.e-schedule .e-timeline-month-view .e-date-header-wrap table td{background-color:#fff;border-color:#dee2e6;border-style:solid;border-width:0 0 1px 1px;color:#343a40}.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day,.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day{color:#0d6efd}.e-schedule .e-timeline-view .e-work-cells,.e-schedule .e-timeline-month-view .e-work-cells{background-color:#f8f9fa;border-color:#dee2e6;border-style:solid;border-width:0 0 1px 1px;color:#212529;padding:0}.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),.e-schedule .e-timeline-month-view .e-work-cells:hover:not(.e-resource-group-cells){background:#f2f4f6;color:#212529}.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover{background-color:#e9ecef}.e-schedule .e-timeline-view .e-work-days,.e-schedule .e-timeline-month-view .e-work-days{background-color:#fff}.e-schedule .e-timeline-view .e-resource-group-cells,.e-schedule .e-timeline-month-view .e-resource-group-cells{background-color:#f8f9fa}.e-schedule .e-timeline-view .e-selected-cell,.e-schedule .e-timeline-month-view .e-selected-cell{background-color:#e9ecef;color:#212529}.e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells),.e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells){background-color:#e9ecef}.e-schedule .e-timeline-view .e-work-hours{background-color:#fff}.e-schedule .e-timeline-view .e-resource-group-cells{background-color:#f8f9fa}.e-schedule .e-timeline-view .e-selected-cell{background-color:#e9ecef;color:#212529}.e-schedule .e-timeline-view .e-selected-cell:hover{background-color:#e9ecef}.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:#0d6efd;font-size:10px}.e-schedule .e-timeline-view .e-current-timeline{border-left:1px solid #0d6efd}.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child{border-right-width:0}.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,.e-schedule.e-rtl .e-vertical-view .e-work-cells{border-width:0 1px 1px 0}.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap .e-header-cells,.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap .e-header-cells{border-bottom-width:0}.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap table tbody td,.e-schedule.e-rtl .e-vertical-view .e-time-cells-wrap table tbody td{border-width:0 0 1px 1px}.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td:first-child,.e-schedule.e-rtl .e-month-view .e-content-wrap table td:first-child{border-right-width:0}.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td{border-width:0 1px 1px 0}.e-schedule.e-rtl .e-month-view .e-work-cells,.e-schedule.e-rtl .e-month-agenda-view .e-work-cells{border-width:0 1px 1px 0}.e-schedule.e-rtl .e-month-agenda-view .e-work-cells{border-width:0}.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:first-child,.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:first-child,.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:first-child,.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:first-child{border-right-width:0}.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:last-child,.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:last-child,.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:last-child,.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:last-child{border-left-width:0}.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td,.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td,.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td,.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td{border-width:0 1px 1px 0}.e-schedule.e-rtl .e-timeline-view .e-alternate-cells{border-right-style:dotted}.e-schedule.e-rtl .e-timeline-view .e-header-row .e-time-cells{border-right-width:0}.e-tooltip-wrap.e-schedule-error{background-color:#f8d7da;border-color:#f8d7da;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 #f8d7da;color:#f8d7da}.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom,.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom{border-top:8px solid #f8d7da;color:#f8d7da}.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:#dc3545}/*! Toolbar's bootstrap5 theme wise override definitions and variables *//*! Tab's bootstrap5 theme wise override definitions and variables *//*! Horizontal Tab *//*! Bootstrap specific themes definition's *//*! Vertical Tab *//*! TreeView's bootstrap5 theme wise override definitions and variables */.e-spreadsheet .e-findtool-dlg .e-prev-icon::before{content:""}.e-spreadsheet .e-findtool-dlg .e-next-icon::before{content:""}.e-spreadsheet .e-findtool-dlg .e-option-icon::before{content:""}.e-spreadsheet .e-findtool-dlg .e-close::before{content:""}.e-spreadsheet .e-ribbon .e-bold-icon::before{content:""}.e-spreadsheet .e-ribbon .e-italic-icon::before{content:""}.e-spreadsheet .e-ribbon .e-underline-icon::before{content:""}.e-spreadsheet .e-ribbon .e-line-through-icon::before{content:""}.e-spreadsheet .e-ribbon .e-font-color::before{content:""}.e-spreadsheet .e-ribbon .e-fill-color::before{content:""}.e-spreadsheet .e-ribbon .e-wrap-icon::before{content:""}.e-spreadsheet .e-ribbon .e-hide-headers::before{content:""}.e-spreadsheet .e-ribbon .e-hide-gridlines::before{content:""}.e-spreadsheet .e-ribbon .e-freeze-pane::before{content:""}.e-spreadsheet .e-ribbon .e-freeze-row::before{content:""}.e-spreadsheet .e-ribbon .e-freeze-column::before{content:""}.e-spreadsheet .e-ribbon .e-insert-function::before{content:""}.e-spreadsheet .e-ribbon .e-hyperlink-icon::before{content:""}.e-spreadsheet .e-ribbon .e-image-icon::before{content:""}.e-spreadsheet .e-ribbon .e-merge-icon::before{content:""}.e-spreadsheet .e-insert-function .e-btn-icon::before{content:""}.e-spreadsheet .e-add-icon::before{content:""}.e-spreadsheet .e-sheets-list .e-btn-icon::before{content:""}.e-spreadsheet .e-formula-bar-panel .e-drop-icon::before{content:""}.e-spreadsheet .e-file-menu-icon::before{content:""}.e-spreadsheet .e-tick-icon::before{content:""}.e-spreadsheet-find-ddb .e-search-icon::before{content:""}.e-spreadsheet-contextmenu.e-contextmenu-wrapper .e-delete::before{content:""}.e-popup.e-dropdown-popup .e-selected-icon::before,.e-popup.e-numformat-ddb.e-dropdown-popup .e-active-item::before,.e-popup.e-menu-popup .e-selected-icon::before{content:""}.e-borders-ddb .e-top-borders::before{content:""}.e-borders-ddb .e-left-borders::before{content:""}.e-borders-ddb .e-right-borders::before{content:""}.e-borders-ddb .e-bottom-borders::before{content:""}.e-borders-ddb .e-all-borders::before{content:""}.e-borders-ddb .e-horizontal-borders::before{content:""}.e-borders-ddb .e-vertical-borders::before{content:""}.e-borders-ddb .e-outside-borders::before{content:""}.e-borders-ddb .e-inside-borders::before{content:""}.e-borders-ddb .e-no-borders::before{content:""}.e-align-ddb .e-left-icon::before{content:""}.e-align-ddb .e-center-icon::before{content:""}.e-align-ddb .e-right-icon::before{content:""}.e-align-ddb .e-bottom-icon::before{content:""}.e-align-ddb .e-middle-icon::before{content:""}.e-align-ddb .e-top-icon::before{content:""}.e-datavalidation-ddb .e-datavalidation-icon::before{content:""}.e-clear-ddb .e-clear-icon::before{content:""}.e-dragfill-ddb .e-dragfill-icon::before{content:""}.e-chart-ddb .e-chart-icon::before,.e-chart-ddb .e-chart-type-icon::before,.e-chart-type-ddb .e-chart-icon::before,.e-chart-type-ddb .e-chart-type-icon::before{content:""}.e-chart-menu .e-ul .e-menu-item,.e-chart-type-menu .e-ul .e-menu-item{padding:0 16px 0 10px}.e-chart-menu .e-ul .e-menu-item .e-menu-icon,.e-chart-type-menu .e-ul .e-menu-item .e-menu-icon{font-size:30px;margin-right:10px}.e-chart-menu .e-ul .e-menu-item .e-bar,.e-chart-type-menu .e-ul .e-menu-item .e-bar{font-size:42px;left:-6px;margin-right:-2px;position:relative}.e-addchart-menu .e-ul .e-menu-item .e-menu-icon{font-size:32px}.e-chart-menu .e-column::before,.e-chart-type-menu .e-column::before{content:""}.e-chart-menu .e-bar::before,.e-chart-type-menu .e-bar::before{content:""}.e-chart-menu .e-area::before,.e-chart-type-menu .e-area::before{content:""}.e-chart-menu .e-pie-doughnut::before,.e-chart-type-menu .e-pie-doughnut::before{content:""}.e-chart-menu .e-line::before,.e-chart-type-menu .e-line::before{content:""}.e-chart-menu .e-scatter::before,.e-chart-type-menu .e-scatter::before{content:""}.e-chart-menu .e-column-main .e-clusteredcolumn::before,.e-chart-type-menu .e-column-main .e-clusteredcolumn::before{content:""}.e-chart-menu .e-column-main .e-stackedcolumn::before,.e-chart-type-menu .e-column-main .e-stackedcolumn::before{content:""}.e-chart-menu .e-column-main .e-stackedcolumn100::before,.e-chart-type-menu .e-column-main .e-stackedcolumn100::before{content:""}.e-chart-menu .e-bar-main .e-clusteredbar::before,.e-chart-type-menu .e-bar-main .e-clusteredbar::before{content:""}.e-chart-menu .e-bar-main .e-stackedbar::before,.e-chart-type-menu .e-bar-main .e-stackedbar::before{content:""}.e-chart-menu .e-bar-main .e-stackedbar100::before,.e-chart-type-menu .e-bar-main .e-stackedbar100::before{content:""}.e-chart-menu .e-pie-main .e-pie::before,.e-chart-type-menu .e-pie-main .e-pie::before{content:""}.e-chart-menu .e-pie-main .e-doughnut::before,.e-chart-type-menu .e-pie-main .e-doughnut::before{content:""}.e-chart-menu .e-area-main .e-area::before,.e-chart-type-menu .e-area-main .e-area::before{content:""}.e-chart-menu .e-area-main .e-stackedarea::before,.e-chart-type-menu .e-area-main .e-stackedarea::before{content:""}.e-chart-menu .e-area-main .e-stackedarea100::before,.e-chart-type-menu .e-area-main .e-stackedarea100::before{content:""}.e-chart-menu .e-line-main .e-line::before,.e-chart-type-menu .e-line-main .e-line::before{content:""}.e-chart-menu .e-line-main .e-stackedline::before,.e-chart-type-menu .e-line-main .e-stackedline::before{content:""}.e-chart-menu .e-line-main .e-stackedline100::before,.e-chart-type-menu .e-line-main .e-stackedline100::before{content:""}.e-chart-menu .e-scatter-main .e-scatter::before,.e-chart-type-menu .e-scatter-main .e-scatter::before{content:""}.e-addchart-ddb .e-addchart-icon::before{content:""}.e-addchart-ddb .e-addchart-menu .e-axes::before{content:""}.e-addchart-ddb .e-addchart-menu .e-axis-title::before{content:""}.e-addchart-ddb .e-addchart-menu .e-chart-title::before{content:""}.e-addchart-ddb .e-addchart-menu .e-data-labels::before{content:""}.e-addchart-ddb .e-addchart-menu .e-gridlines::before{content:""}.e-addchart-ddb .e-addchart-menu .e-legends::before{content:""}.e-addchart-menu .e-ph-axes::before{content:""}.e-addchart-menu .e-pv-axes::before{content:""}.e-addchart-menu .e-ph-axistitle::before{content:""}.e-addchart-menu .e-pv-axistitle::before{content:""}.e-addchart-menu .e-ct-none::before{content:""}.e-addchart-menu .e-ct-abovechart::before{content:""}.e-addchart-menu .e-dl-none::before{content:""}.e-addchart-menu .e-dl-center::before{content:""}.e-addchart-menu .e-dl-insideend::before{content:""}.e-addchart-menu .e-dl-insidebase::before{content:""}.e-addchart-menu .e-dl-outsideend::before{content:""}.e-addchart-menu .e-gl-major-horizontal::before{content:""}.e-addchart-menu .e-gl-major-vertical::before{content:""}.e-addchart-menu .e-gl-minor-horizontal::before{content:""}.e-addchart-menu .e-gl-minor-vertical::before{content:""}.e-addchart-menu .e-legends-none::before{content:""}.e-addchart-menu .e-legends-right::before{content:""}.e-addchart-menu .e-legends-left::before{content:""}.e-addchart-menu .e-legends-bottom::before{content:""}.e-addchart-menu .e-legends-top::before{content:""}.e-switch-row-column-icon::before{content:""}.e-cf-ddb .e-conditionalformatting-icon::before{content:""}.e-cf-menu .e-ul .e-menu-item .e-menu-icon{font-size:16px}.e-cf-menu .e-hlcellrules::before{content:""}.e-cf-menu .e-topbottomrules::before{content:""}.e-cf-menu .e-databars::before{content:""}.e-cf-menu .e-colorscales::before{content:""}.e-cf-menu .e-iconsets::before{content:""}.e-cf-menu .e-clearrules::before{content:""}.e-cf-menu .e-greaterthan::before{content:""}.e-cf-menu .e-lessthan::before{content:""}.e-cf-menu .e-between::before{content:""}.e-cf-menu .e-equalto::before{content:""}.e-cf-menu .e-textcontains::before{content:""}.e-cf-menu .e-adateoccuring::before{content:""}.e-cf-menu .e-top10items::before{content:""}.e-cf-menu .e-top10::before{content:""}.e-cf-menu .e-bottom10items::before{content:""}.e-cf-menu .e-bottom10::before{content:""}.e-cf-menu .e-aboveaverage::before{content:""}.e-cf-menu .e-belowaverage::before{content:""}.e-cf-menu .e-duplicate::before{content:""}.e-menu-wrapper.e-file-menu .e-new::before{content:""}.e-menu-wrapper.e-file-menu .e-open::before{content:""}.e-menu-wrapper.e-file-menu .e-save::before{content:""}.e-menu-wrapper.e-file-menu .e-xls::before{content:""}.e-menu-wrapper.e-file-menu .e-xlsx::before{content:""}.e-menu-wrapper.e-file-menu .e-csv::before{content:""}.e-menu-wrapper.e-file-menu .e-pdf::before{content:""}.e-spreadsheet .e-cut-icon::before,.e-spreadsheet-contextmenu .e-cut-icon::before{content:""}.e-spreadsheet .e-copy-icon::before,.e-spreadsheet-contextmenu .e-copy-icon::before{content:""}.e-spreadsheet .e-paste-icon::before,.e-spreadsheet-contextmenu .e-paste-icon::before{content:""}.e-undo-icon::before{content:""}.e-redo-icon::before{content:""}.e-sort-filter-ddb .e-sort-icon::before,.e-spreadsheet-contextmenu .e-sort-icon::before{content:""}.e-sort-filter-ddb .e-sort-asc::before,.e-spreadsheet-contextmenu .e-sort-asc::before{content:""}.e-sort-filter-ddb .e-sort-desc::before,.e-spreadsheet-contextmenu .e-sort-desc::before{content:""}.e-sort-filter-ddb .e-sort-custom::before,.e-spreadsheet-contextmenu .e-sort-custom::before{content:""}.e-spreadsheet-contextmenu .e-hyperlink-icon::before{content:""}.e-spreadsheet-contextmenu .e-edithyperlink-icon::before{content:""}.e-spreadsheet-contextmenu .e-openhyperlink-icon::before{content:""}.e-spreadsheet-contextmenu .e-removehyperlink-icon::before{content:""}.e-spreadsheet .e-sort-delete::before{content:""}.e-spreadsheet .e-filter-icon::before,.e-sort-filter-ddb .e-filter-icon::before,.e-spreadsheet-contextmenu .e-filter-icon::before{content:""}.e-spreadsheet .e-filter-icon.e-filtered::before,.e-sort-filter-ddb .e-filter-icon.e-filtered::before,.e-spreadsheet-contextmenu .e-filter-icon.e-filtered::before{content:""}.e-spreadsheet .e-filter-icon.e-sortasc-filter::before,.e-sort-filter-ddb .e-filter-icon.e-sortasc-filter::before,.e-spreadsheet-contextmenu .e-filter-icon.e-sortasc-filter::before{content:""}.e-spreadsheet .e-filter-icon.e-sortdesc-filter::before,.e-sort-filter-ddb .e-filter-icon.e-sortdesc-filter::before,.e-spreadsheet-contextmenu .e-filter-icon.e-sortdesc-filter::before{content:""}.e-spreadsheet .e-filter-icon.e-filtered.e-sortasc-filter::before,.e-sort-filter-ddb .e-filter-icon.e-filtered.e-sortasc-filter::before,.e-spreadsheet-contextmenu .e-filter-icon.e-filtered.e-sortasc-filter::before{content:""}.e-spreadsheet .e-filter-icon.e-filtered.e-sortdesc-filter::before,.e-sort-filter-ddb .e-filter-icon.e-filtered.e-sortdesc-filter::before,.e-spreadsheet-contextmenu .e-filter-icon.e-filtered.e-sortdesc-filter::before{content:""}.e-spreadsheet .e-filter-apply::before,.e-sort-filter-ddb .e-filter-apply::before,.e-spreadsheet-contextmenu .e-filter-apply::before{content:""}.e-spreadsheet .e-filter-clear::before,.e-sort-filter-ddb .e-filter-clear::before,.e-spreadsheet-contextmenu .e-filter-clear::before{content:""}.e-spreadsheet .e-filter-reapply::before,.e-sort-filter-ddb .e-filter-reapply::before,.e-spreadsheet-contextmenu .e-filter-reapply::before{content:""}.e-spreadsheet .e-protect-icon::before,.e-sort-filter-ddb .e-protect-icon::before,.e-spreadsheet-contextmenu .e-protect-icon::before{content:""}.e-spreadsheet .e-sort-filter-icon::before,.e-sort-filter-ddb .e-sort-filter-icon::before,.e-spreadsheet-contextmenu .e-sort-filter-icon::before{content:""}.e-spreadsheet .e-password-protect-icon::before,.e-sort-filter-ddb .e-password-protect-icon::before,.e-spreadsheet-contextmenu .e-password-protect-icon::before{content:""}/*! spreadsheet layout */.e-spreadsheet{display:block;-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-spreadsheet .e-protect-dlg{height:470px;width:287px}.e-spreadsheet .e-protect-dlg .e-sheet-password-content .e-header{font-size:14px;line-height:28px;margin-bottom:4px}.e-spreadsheet .e-custom-format-dlg{height:510px !important;width:530px !important}.e-spreadsheet .e-dlg-header-content{padding:12px}.e-spreadsheet .e-unprotectworksheet-dlg{left:0 !important}.e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-header-content .e-dlg-header{font-size:18px;line-height:21px}.e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-alert-span{color:#dc3545;font-size:12px;padding-top:7px}.e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-unprotectworksheet-dlg .e-dlg-content .e-unprotectsheetpwd-content .e-input{margin-top:10px}.e-spreadsheet .e-reenterpwd-dlg{left:0 !important}.e-spreadsheet .e-reenterpwd-dlg .e-dlg-header-content .e-dlg-header{font-size:18px;line-height:21px}.e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-alert-span{color:#dc3545;font-size:12px;padding-top:7px}.e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-reenterpwd-dlg .e-dlg-content .e-reenterpwd-content .e-input{margin-top:10px}.e-spreadsheet .e-goto-dlg{height:auto}.e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span{font-weight:bold;padding-top:7px}.e-spreadsheet .e-findnreplace-exactmatchcheckbox{padding:12px}.e-spreadsheet.e-filter-open{position:relative}.e-spreadsheet .e-findtool-dlg{border:1px solid;height:42px;width:348px}.e-spreadsheet .e-findtool-dlg .e-dlg-content{padding:0%}.e-spreadsheet .e-findtool-dlg .e-dlg-content .e-input-group{width:170px}.e-spreadsheet .e-findtool-dlg .e-dlg-content .e-input-group .e-input-group-icon{width:70px}.e-spreadsheet .e-center-align{text-align:center}.e-spreadsheet .e-protect-option-list{border:1px solid #dee2e6;cursor:default;margin-top:20px;overflow-y:auto}.e-spreadsheet .e-protect-checkbox{height:30px;padding-top:20px}.e-spreadsheet .e-protect-checkbox .e-label{font-size:14px}.e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input{float:left;margin-right:4.8%;width:80%}.e-spreadsheet .e-custom-format-dlg .e-footer-content{padding:0}.e-spreadsheet .e-custom-format-dlg .e-dlg-content{display:inline-table;padding-top:3px}.e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-sample{margin:10px 10px 10px 0}.e-spreadsheet .e-dlg-content .e-custom-dialog .e-custom-listview{border:1px solid #dee2e6;border-radius:3px;height:300px}.e-spreadsheet .e-protect-content{font-size:13px;height:37px;padding-top:20px;width:100%}.e-spreadsheet .e-formula-bar-panel{-ms-flex-align:center;align-items:center;border:1px solid #dee2e6;display:-ms-flexbox;display:flex;width:100%}.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function,.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit{border:0;border-radius:0;padding-bottom:0;padding-top:0;vertical-align:top}.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon,.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit .e-btn-icon{font-size:16px;margin-top:0;vertical-align:top}.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function.e-btn:focus,.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-btn:focus{box-shadow:none;outline:0}.e-spreadsheet .e-formula-bar-panel .e-name-box{-ms-flex-item-align:start;align-self:flex-start;border:0;margin-bottom:0;vertical-align:top}.e-spreadsheet .e-formula-bar-panel .e-name-box .e-clear-icon{display:none}.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl{border:0;z-index:1}.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl::after,.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl::before{height:0}.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box{width:92px}.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input{height:23px;min-height:15px;padding:0 0 0 8px}.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon{font-size:18px}.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-name-box .e-input-group-icon{border-left-width:0;min-height:15px}.e-spreadsheet .e-formula-bar-panel .e-separator{border-left-style:solid;border-left-width:1px;height:12px;width:1px}.e-spreadsheet .e-formula-bar-panel .e-formula-bar{border:0;font-size:14px;overflow:auto;padding:0 4px;resize:none}.e-spreadsheet .e-formula-bar-panel .e-drop-icon{-ms-flex-item-align:start;align-self:flex-start;cursor:pointer;float:right;line-height:23px;margin-right:4px;text-align:center;transition:transform 300ms ease;width:18px;font-size:10px}.e-spreadsheet.e-hide-row-header .e-row-header,.e-spreadsheet.e-hide-row-header .e-selectall-container{display:none}.e-spreadsheet.e-hide-row-header .e-column-header,.e-spreadsheet.e-hide-row-header .e-sheet-content{width:100% !important}.e-spreadsheet.e-hide-column-header .e-header-panel{display:none}.e-spreadsheet.e-hide-column-header .e-main-panel{height:100%}.e-spreadsheet .e-sheet{height:100%;overflow:hidden;position:relative}.e-spreadsheet .e-sheet:not(.e-frozen-rows){display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.e-spreadsheet .e-sheet .e-virtualable{will-change:transform;z-index:1}.e-spreadsheet .e-sheet .e-spreadsheet-edit{border:0;cursor:text;display:none;font-family:"Calibri";font-size:11pt;height:auto;line-height:normal;outline:none;overflow-wrap:break-word;padding:0 1px;position:absolute;-webkit-user-select:text;-ms-user-select:text;user-select:text;vertical-align:bottom;white-space:pre-wrap;z-index:2}.e-spreadsheet .e-sheet .e-spreadsheet-edit.e-right-align{text-align:right}.e-spreadsheet .e-sheet .e-scrollbar{border-top:1px solid #dee2e6;position:relative;z-index:4}.e-spreadsheet .e-sheet .e-scrollbar .e-scroller{height:100%;overflow-x:scroll;position:absolute}.e-spreadsheet .e-sheet .e-scrollbar .e-scroller .e-virtualtrack{height:1px}.e-spreadsheet .e-ss-atc{display:none}.e-spreadsheet .e-main-panel{height:calc(100% - 31px);overflow:hidden;position:relative}.e-spreadsheet .e-main-panel .e-ss-chart-overlay{border:1px solid #dee2e6}.e-spreadsheet .e-main-panel .e-virtualable{position:absolute}.e-spreadsheet .e-main-panel .e-virtualtrack{position:relative}.e-spreadsheet .e-excelfilter .e-spreadsheet-ftrchk{padding-left:25px}.e-spreadsheet .e-excelfilter .e-spreadsheet-ftrchk .e-chk-hidden{margin:3px 3px 3px 4px}.e-spreadsheet .e-excelfilter .e-spreadsheet-ftrchk .e-checkboxfiltertext{width:auto}.e-spreadsheet .e-excelfilter.e-rtl .e-spreadsheet-ftrchk{padding-left:0;padding-right:25px}.e-spreadsheet .e-checkboxtree ul{padding-left:0}.e-spreadsheet .e-checkboxtree.e-rtl ul{padding-right:0}.e-spreadsheet .e-table{border:0 none;border-collapse:separate;border-spacing:0;cursor:cell;table-layout:fixed;width:100%}.e-spreadsheet .e-table tr{line-height:normal}.e-spreadsheet .e-table tr .e-cell,.e-spreadsheet .e-table tr .e-header-cell,.e-spreadsheet .e-table tr .e-select-all-cell{border-style:solid;border-width:0 1px 1px 0;line-height:inherit;overflow:hidden}.e-spreadsheet .e-table tr .e-cell{font-family:"Calibri";font-size:11pt;padding:0 2px;position:relative;text-align:left;vertical-align:bottom;white-space:pre}.e-spreadsheet .e-table tr .e-cell.e-right-align{text-align:right}.e-spreadsheet .e-table tr .e-cell .e-hyperlink{cursor:pointer}.e-spreadsheet .e-table tr .e-cell .e-hyperlink-style{color:#0dcaf0;text-decoration:underline}.e-spreadsheet .e-table tr .e-cell.e-alt-unwrap{white-space:nowrap}.e-spreadsheet .e-table tr .e-cell.e-ie-wrap{word-break:break-all}.e-spreadsheet .e-table tr .e-cell.e-wraptext{overflow-wrap:break-word;white-space:pre-wrap}.e-spreadsheet .e-table tr .e-cell.e-wraptext .e-wrap-content{bottom:0;left:0;line-height:initial;padding-left:2px;padding-right:2px;position:absolute;text-decoration:inherit;width:100%}.e-spreadsheet .e-table tr .e-cell.e-wraptext[style*="vertical-align: top;"] .e-wrap-content{top:0}.e-spreadsheet .e-table tr .e-cell.e-wraptext[style*="vertical-align: middle;"] .e-wrap-content{bottom:initial;transform:translateY(-50%)}.e-spreadsheet .e-table tr .e-cell .e-cf-databar{position:relative;z-index:1}.e-spreadsheet .e-table tr .e-cell .e-cf-databar .e-databar{margin-top:1px;position:absolute;z-index:-1}.e-spreadsheet .e-table tr .e-cell .e-iconsetspan{float:left;height:15px;position:relative;vertical-align:bottom;width:15px;z-index:2}.e-spreadsheet .e-table tr .e-header-cell{font-size:12px;font-weight:500;letter-spacing:0;text-align:center}.e-spreadsheet .e-select-all-cell{border-style:solid;border-width:0 1px 1px 0;padding:1px}.e-spreadsheet .e-select-all-cell .e-selectall{border-style:solid;border-width:13px;cursor:cell;float:right;height:26px;padding:0;width:26px}.e-spreadsheet .e-row-header .e-table .e-header-cell{padding-bottom:2px;vertical-align:bottom}.e-spreadsheet .e-column-header .e-table .e-header-cell{padding:1px 0 0 1px;vertical-align:middle}.e-spreadsheet .e-row-header .e-table .e-zero .e-header-cell,.e-spreadsheet .e-row-header .e-table .e-zero-start .e-header-cell,.e-spreadsheet .e-row-header .e-table .e-zero-end .e-header-cell{border-bottom-width:0;padding-bottom:0;padding-top:0;vertical-align:bottom}.e-spreadsheet .e-row-header .e-table .e-reach-fntsize .e-header-cell{padding-bottom:0;padding-top:0;vertical-align:bottom}.e-spreadsheet .e-row-header .e-table .e-zero-last .e-header-cell{border-bottom-width:1px}.e-spreadsheet .e-sheet-content .e-table .e-zero .e-cell,.e-spreadsheet .e-sheet-content .e-table .e-zero-start .e-cell,.e-spreadsheet .e-sheet-content .e-table .e-zero-end .e-cell{border-bottom-width:0}.e-spreadsheet .e-sheet .e-ss-overlay{background-position:0 0;background-repeat:no-repeat;background-size:100% 100%;left:0;position:absolute;top:0;z-index:3}.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t{background-color:#0d6efd;cursor:ns-resize;position:absolute;right:50%;top:0;transform:translate(-50%, -50%)}.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-r{background-color:#0d6efd;cursor:ew-resize;position:absolute;right:-8px;top:50%;transform:translate(-50%, -50%)}.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b{background-color:#0d6efd;cursor:ns-resize;position:absolute;right:50%;top:100%;transform:translate(-50%, -50%)}.e-spreadsheet .e-sheet .e-datavisualization-chart.e-ss-overlay{border:1px solid #dee2e6}.e-spreadsheet .e-sheet .e-ss-overlay.e-ss-overlay-active{border:1px solid #0d6efd;cursor:move}.e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-l{background-color:#0d6efd;cursor:ew-resize;position:absolute;top:50%;transform:translate(-50%, -50%)}.e-spreadsheet .e-header-panel .e-table tr .e-header-cell.e-colresize{cursor:col-resize}.e-spreadsheet .e-row-header .e-table tr .e-header-cell.e-rowresize,.e-spreadsheet .e-selectall-container .e-table .e-row .e-header-cell.e-rowresize{cursor:row-resize}.e-spreadsheet .e-sheet{border:1px solid #dee2e6}.e-spreadsheet .e-sheet.e-hide-headers:not(.e-frozen-rows) .e-main-panel{height:100%}.e-spreadsheet .e-sheet.e-hide-headers.e-frozen-rows:not(.e-frozen-columns) .e-selectall-container,.e-spreadsheet .e-sheet.e-hide-headers.e-frozen-rows:not(.e-frozen-columns) .e-row-header{display:none}.e-spreadsheet .e-sheet.e-hide-headers.e-frozen-columns:not(.e-frozen-rows) .e-selectall-container,.e-spreadsheet .e-sheet.e-hide-headers.e-frozen-columns:not(.e-frozen-rows) .e-column-header{display:none}.e-spreadsheet .e-sheet.e-hide-headers:not(.e-frozen-rows):not(.e-frozen-columns) .e-selectall-container,.e-spreadsheet .e-sheet.e-hide-headers:not(.e-frozen-rows):not(.e-frozen-columns) .e-column-header,.e-spreadsheet .e-sheet.e-hide-headers:not(.e-frozen-rows):not(.e-frozen-columns) .e-row-header{display:none}.e-spreadsheet .e-sheet.e-hide-headers .e-select-all-cell,.e-spreadsheet .e-sheet.e-hide-headers .e-header-cell,.e-spreadsheet .e-sheet.e-hide-headers .e-header-row,.e-spreadsheet .e-sheet.e-hide-headers .e-row-header colgroup col:first-child,.e-spreadsheet .e-sheet.e-hide-headers .e-selectall-container colgroup col:first-child{display:none}.e-spreadsheet .e-sheet.e-hide-headers .e-sheet-content{width:100%}.e-spreadsheet .e-sheet.e-mac-safari .e-main-panel::-webkit-scrollbar{width:7px}.e-spreadsheet .e-sheet.e-mac-safari .e-scroller::-webkit-scrollbar{height:7px}.e-spreadsheet .e-sheet.e-mac-safari .e-main-panel::-webkit-scrollbar-thumb,.e-spreadsheet .e-sheet.e-mac-safari .e-scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.5);border-radius:4px}.e-spreadsheet .e-header-panel{position:relative}.e-spreadsheet .e-sheet-content{overflow:hidden;position:absolute;top:0}.e-spreadsheet .e-row-header{position:relative}.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell::after,.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell::before{content:"";left:0;position:absolute;width:100%}.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell{border-bottom-color:rgba(0,0,0,0);position:relative}.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell::after{border-top:1px solid #dee2e6;bottom:.5px}.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell{position:relative}.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell::before{border-bottom:1px solid #dee2e6;top:.5px}.e-spreadsheet .e-column-header{border-style:solid;border-width:0;overflow:hidden;position:absolute;top:0}.e-spreadsheet .e-column-header .e-table th.e-header-cell.e-hide-start::after,.e-spreadsheet .e-column-header .e-table th.e-header-cell.e-hide-end::before{bottom:0;content:"";height:inherit;position:absolute;top:0}.e-spreadsheet .e-column-header .e-table th.e-header-cell.e-hide-start{border-right-color:rgba(0,0,0,0);height:inherit;position:relative}.e-spreadsheet .e-column-header .e-table th.e-header-cell.e-hide-start::after{border-right:1px solid #dee2e6;right:.5px}.e-spreadsheet .e-column-header .e-table th.e-hide-end.e-header-cell{height:inherit;position:relative}.e-spreadsheet .e-column-header .e-table th.e-hide-end.e-header-cell::before{border-left:1px solid #dee2e6;left:.5px}.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart{height:100%;position:initial !important;width:100%}.e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart{height:100%;overflow:hidden;padding:4px;position:initial !important;width:100%}.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-r,.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-t,.e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-b{position:absolute}.e-spreadsheet .e-header-panel .e-header-row,.e-spreadsheet .e-header-panel .e-select-all-cell{height:30px}.e-spreadsheet .e-header-panel .e-virtualtrack{height:1px}.e-spreadsheet .e-frozen-row,.e-spreadsheet .e-frozen-column{pointer-events:none;position:absolute;z-index:3}.e-spreadsheet .e-frozen-row{height:1px;width:100%}.e-spreadsheet .e-frozen-column{height:100%;top:0;width:1px}.e-spreadsheet .e-sheet-tab-panel{-ms-flex-align:center;align-items:center;border:1px solid #dee2e6;border-top-width:0;display:-ms-flexbox;display:flex;padding:0 8px}.e-spreadsheet .e-sheet-tab{display:inline-block;line-height:0}.e-spreadsheet .e-sheet-tab>div{display:inline-block}.e-spreadsheet .e-sheet-tab.e-tab{border:0}.e-spreadsheet .e-sheet-tab.e-tab .e-hscroll .e-scroll-nav.e-scroll-left-nav{left:auto;right:40px}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header{height:35px;min-height:35px}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator){height:35px;min-height:35px}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap{height:35px}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap{height:35px}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items{height:35px;min-height:35px}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items .e-scroll-nav{height:35px;min-height:35px}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-indicator{display:block;transition:none}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item{border-right:1px solid #dee2e6}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item{margin:0}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item input.e-input.e-sheet-rename{background:rgba(0,0,0,0);border:0;box-shadow:none;min-width:20px;padding:0}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap{padding:0 12px}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-indicator{z-index:1}.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items{border-left:1px solid #dee2e6}.e-spreadsheet .e-sheet-tab.e-tab .e-content{display:none}.e-spreadsheet .e-tab .e-tab-header .e-toolbar-item{-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-spreadsheet .e-tab .e-tab-header .e-toolbar-item .e-tab-text{text-transform:none}.e-spreadsheet .e-tab.e-sheet-tab .e-tab-header .e-tab-text{white-space:pre}.e-spreadsheet .e-sheets-list{margin-right:8px}.e-spreadsheet .e-hide{display:none !important}.e-spreadsheet .e-selection{border-style:solid;cursor:cell;pointer-events:none;position:absolute;z-index:1;border-width:1px}.e-spreadsheet .e-active-cell,.e-spreadsheet .e-copy-indicator,.e-spreadsheet .e-range-indicator{cursor:cell;pointer-events:none;position:absolute;z-index:1}.e-spreadsheet .e-formularef-indicator{cursor:cell;pointer-events:none;position:absolute;z-index:1}.e-spreadsheet .e-autofill{background-clip:content-box;background-color:#0d6efd;border:1px solid #fff;cursor:crosshair;height:8px;position:absolute;width:8px;z-index:3}.e-spreadsheet .e-filloption{position:absolute;z-index:3}.e-spreadsheet .e-active-cell{border:2px solid #0d6efd;pointer-events:none}.e-spreadsheet .e-active-cell[style*="height: 1px;"],.e-spreadsheet .e-active-cell[style*="width: 1px;"],.e-spreadsheet .e-active-cell[style*="height: 0px;"],.e-spreadsheet .e-active-cell[style*="width: 0px;"]{border-width:1px}.e-spreadsheet .e-copy-indicator div,.e-spreadsheet .e-range-indicator div,.e-spreadsheet .e-formularef-indicator div{position:absolute}.e-spreadsheet .e-copy-indicator div.e-top,.e-spreadsheet .e-copy-indicator div.e-bottom,.e-spreadsheet .e-range-indicator div.e-top,.e-spreadsheet .e-range-indicator div.e-bottom,.e-spreadsheet .e-formularef-indicator div.e-top,.e-spreadsheet .e-formularef-indicator div.e-bottom{height:2px;width:100%}.e-spreadsheet .e-copy-indicator div.e-left,.e-spreadsheet .e-copy-indicator div.e-right,.e-spreadsheet .e-range-indicator div.e-left,.e-spreadsheet .e-range-indicator div.e-right,.e-spreadsheet .e-formularef-indicator div.e-left,.e-spreadsheet .e-formularef-indicator div.e-right{height:100%;width:2px}.e-spreadsheet .e-copy-indicator div.e-top,.e-spreadsheet .e-range-indicator div.e-top,.e-spreadsheet .e-formularef-indicator div.e-top{top:0}.e-spreadsheet .e-copy-indicator div.e-bottom,.e-spreadsheet .e-range-indicator div.e-bottom,.e-spreadsheet .e-formularef-indicator div.e-bottom{bottom:0}.e-spreadsheet .e-copy-indicator div.e-left,.e-spreadsheet .e-range-indicator div.e-left,.e-spreadsheet .e-formularef-indicator div.e-left{left:0}.e-spreadsheet .e-copy-indicator div.e-right,.e-spreadsheet .e-range-indicator div.e-right,.e-spreadsheet .e-formularef-indicator div.e-right{right:0}.e-spreadsheet .e-clipboard{height:1px;opacity:0;overflow:hidden;position:absolute;width:1px}.e-spreadsheet .e-ribbon .e-dropdown-btn .e-tbar-btn-text{float:left;overflow:hidden;padding:0;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:80px}.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:left;justify-content:left;width:52px}.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb .e-caret{-ms-flex:1;flex:1;text-align:right}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn){font-weight:400;padding-bottom:0;padding-top:0}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-dropdown-btn{text-overflow:initial}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker){line-height:30px}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn){padding-left:1.5px;padding-right:1.5px}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) .e-btn-icon{min-width:30px}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) .e-btn-icon{margin-top:0}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret){font-size:18px}.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-icon,.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-type-icon{font-size:30px !important;margin-right:5px;padding:0 5px;width:30px}.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon{font-size:18px !important;margin-right:5px}.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon{font-size:18px !important;margin-right:-5px}.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker{line-height:29px;padding-bottom:1px;padding-left:0;padding-right:0;width:32px}.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker .e-icons.e-btn-icon:not(.e-caret).e-font-color{font-size:13px}.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker .e-icons.e-btn-icon:not(.e-caret).e-fill-color{font-size:14px}.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn .e-selected-color{background:none;border-bottom-style:solid;border-bottom-width:3px;border-radius:0;height:auto;padding-bottom:1px;width:auto}.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn .e-selected-color .e-split-preview{display:none}.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-dropdown-btn{margin-left:0}.e-spreadsheet.e-mobile-view .e-header-toolbar{border:1px solid #dee2e6;border-bottom-width:0}.e-spreadsheet.e-mobile-view .e-header-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:last-child{min-width:auto;padding:0}.e-spreadsheet.e-mobile-view .e-add-sheet-tab,.e-spreadsheet.e-mobile-view .e-sheets-list{height:46px;width:40px}.e-spreadsheet.e-mobile-view .e-formula-bar-panel{border-top-width:0}.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-insert-function,.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-formula-submit{height:41px;line-height:40px;padding-left:9px;padding-right:9px}.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon,.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-formula-submit .e-btn-icon{font-size:18px;line-height:42px}.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar{height:41px;line-height:41px;white-space:nowrap;width:calc(100% - 36px)}.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar:-ms-input-placeholder{font-style:italic}.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar::placeholder{font-style:italic}.e-spreadsheet.e-mobile-view .e-formula-bar-panel.e-focused .e-formula-bar{border-right:1px solid #dee2e6;width:calc(100% - 72px)}.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu{height:100%}.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul{height:100%;padding:0}.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon{height:100%;line-height:1;padding:0 6px}.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon .e-menu-icon.e-file-menu-icon{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;height:100%;line-height:1;margin:0;width:auto}.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon .e-caret{display:none}.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu.e-rtl{direction:ltr}.e-spreadsheet.e-mobile-view .e-toolbar-panel{border-top-width:0;display:none}.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-dropdown-btn.e-btn{border-bottom-width:0;border-right-width:0;border-top-width:0}.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-toolbar .e-toolbar-items.e-hscroll.e-scroll-device{padding:0;width:100%}.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-toolbar .e-scroll-nav{display:none}.e-spreadsheet.e-mobile-view .e-sheet-tab{max-width:calc(100% - 104px)}.e-spreadsheet.e-mobile-view.e-mobile-focused .e-toolbar-panel{display:-ms-flexbox;display:flex}.e-spreadsheet.e-mobile-view.e-mobile-focused .e-sheet-tab-panel{display:none}.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-active-cell,.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-focused-tick,.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-formula-bar-panel{display:none}.e-spreadsheet .e-sheet-panel.e-rtl .e-sheet .e-table tr .e-cell,.e-spreadsheet .e-sheet-panel.e-rtl .e-sheet .e-table tr .e-header-cell{border-width:0 0 1px 1px}.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell{border-width:0 0 1px 1px}.e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row{right:0}.e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container{position:relative}.e-spreadsheet .e-sheet-panel .e-frozen-rows .e-selectall-container{position:relative}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-frozen-row{left:0}.e-spreadsheet .e-sheet-panel.e-protected .e-selection,.e-spreadsheet .e-sheet-panel.e-protected .e-active-cell{display:none}.e-spreadsheet .e-colresize-handler{border-right:1px solid;cursor:col-resize;pointer-events:none;position:absolute;z-index:1}.e-spreadsheet .e-rowresize-handler{border-top:1px solid;cursor:row-resize;pointer-events:none;position:absolute;z-index:1}.e-spreadsheet .e-validation-list{float:right;height:18px;padding:0;position:relative;right:0;text-align:initial;width:20px;z-index:2}.e-spreadsheet .e-validation-list .e-input-group{border:0;box-shadow:none !important}.e-spreadsheet .e-validation-list .e-ddl-icon{bottom:5px;height:18px;min-height:0;min-width:0;width:20px}.e-spreadsheet .e-rtl .e-spreadsheet-edit{direction:ltr;text-align:left}.e-spreadsheet .e-customsort-dlg .e-dlg-header-content{padding:12px}.e-spreadsheet .e-customsort-dlg .e-dlg-content{padding-bottom:0;padding-left:0;padding-right:0}.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-listsection{padding-top:18px}.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-listsection .e-input-group{min-width:220px}.e-spreadsheet .e-customsort-dlg .e-footer-content .e-sort-addbtn{float:left;margin-left:0}.e-spreadsheet .e-conditionalformatting-dlg .e-input,.e-spreadsheet .e-conditionalformatting-dlg .e-input-group{height:34px}.e-spreadsheet .e-conditionalformatting-dlg .e-cfmain{margin-bottom:22px}.e-spreadsheet .e-conditionalformatting-dlg .e-header{display:block;margin-bottom:6px}.e-spreadsheet .e-conditionalformatting-dlg .e-header-2{margin-top:10px}.e-spreadsheet .e-conditionalformatting-dlg .e-top-header{font-weight:500}.e-spreadsheet .e-title-dlg .e-title-dlg-content .e-top-header{font-size:16px}.e-spreadsheet .e-title-dlg .e-title-dlg-content .e-input{font-size:14px;line-height:30px}.e-spreadsheet .e-datavalidation-dlg .e-dlg-header-content{padding:12px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg{margin-top:14px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-cellrange{margin-bottom:24px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-cellrange .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-cellrange .e-input{font-size:14px;height:32px;margin-top:5px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-allowdata{margin-bottom:24px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-allowdata .e-allow{display:inline-block;padding-right:12px;width:50%}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-allowdata .e-allow .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-allowdata .e-allow .e-valid-input{height:34px;margin-top:5px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-allowdata .e-data{display:inline-block;padding-left:12px;width:50%}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-allowdata .e-data .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-allowdata .e-data .e-valid-input{height:34px;margin-top:5px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values{margin-bottom:24px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-minimum{display:inline-block;padding-right:12px;width:50%}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-minimum .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-minimum .e-input{font-size:14px;height:32px;margin-top:5px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-maximum{display:inline-block;padding-left:12px;width:50%}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-maximum .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-maximum .e-input{font-size:14px;height:32px;margin-top:5px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-dlg-error{font-size:12px;padding-top:10px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-values .e-input{font-size:14px;height:32px}.e-spreadsheet .e-datavalidation-dlg .e-validation-dlg .e-ignoreblank{margin-bottom:5px}.e-spreadsheet .e-datavalidation-dlg .e-footer-content .e-clearall-btn{float:left}.e-spreadsheet .e-validationerror-dlg .e-dlg-content{font-size:14px;line-height:28px}.e-spreadsheet .e-hyperlink-dlg,.e-spreadsheet .e-edithyperlink-dlg{max-height:640px !important}.e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content,.e-spreadsheet .e-edithyperlink-dlg .e-dlg-header-content{padding:24px 24px 16px}.e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content .e-dlg-header,.e-spreadsheet .e-edithyperlink-dlg .e-dlg-header-content .e-dlg-header{font-size:18px;line-height:21px}.e-spreadsheet .e-hyperlink-dlg .e-dlg-content,.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content{padding-bottom:0;padding-left:0;padding-right:0}.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header,.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header{padding:0 12px}.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items,.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items{height:100%}.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item,.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item{text-align:center;width:136px}.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text,.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text{font-size:13px;line-height:15px}.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content,.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content{padding-top:12px}.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont,.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont{margin:12px 12px 15.5px}.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-header,.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text,.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text{margin-top:8px;font-size:14px;height:32px;line-height:16px;width:275px}.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled,.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled{border-bottom-width:2px}.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont,.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont{border:1px solid #dee2e6;height:165px;margin:8px 24px 0 0;overflow:auto;width:273px}.e-spreadsheet .e-hyperlink-dlg .e-footer-content,.e-spreadsheet .e-edithyperlink-dlg .e-footer-content{margin:4px 0}.e-spreadsheet .e-open-dlg{width:340px}.e-spreadsheet .e-open-dlg .e-dlg-content .e-file-alert-span{color:#dc3545;font-size:12px;padding-top:7px}.e-spreadsheet .e-find-dlg{height:auto;width:468px}.e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span{color:#dc3545;font-size:12px;padding-top:7px}.e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span{color:#dc3545;font-size:12px;padding-top:7px}.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox{padding-right:12px}.e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox{padding:12px 0}.e-spreadsheet .e-find-dlg p.e-header{margin:0;padding-bottom:8px;padding-top:12px}.e-spreadsheet .e-find-dlg .e-footer-content{text-align:left}.e-spreadsheet .e-protectworkbook-dlg{left:0 !important}.e-spreadsheet .e-protectworkbook-dlg .e-dlg-header-content .e-dlg-header{font-size:18px;line-height:31px}.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-pwd-alert-span{color:#dc3545;font-size:12px;padding-top:12px}.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content{padding-top:12px}.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content .e-header{font-size:12px;line-height:24px;margin-bottom:4px}.e-spreadsheet .e-unprotectworkbook-dlg{left:0 !important}.e-spreadsheet .e-unprotectworkbook-dlg .e-dlg-header-content .e-dlg-header{font-size:18px;line-height:21px}.e-spreadsheet .e-unprotectworkbook-dlg .e-dlg-content .e-unprotectpwd-alert-span{color:#dc3545;font-size:12px;padding-top:7px}.e-spreadsheet .e-unprotectworkbook-dlg .e-dlg-content .e-unprotectpwd-content .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-unprotectworkbook-dlg .e-dlg-content .e-unprotectpwd-content .e-input{margin-top:10px}.e-spreadsheet .e-importprotectworkbook-dlg{left:0 !important}.e-spreadsheet .e-importprotectworkbook-dlg .e-dlg-header-content .e-dlg-header{font-size:18px;line-height:21px}.e-spreadsheet .e-importprotectworkbook-dlg .e-dlg-content .e-importprotectpwd-alert-span{color:#dc3545;font-size:12px;padding-top:7px}.e-spreadsheet .e-importprotectworkbook-dlg .e-dlg-content .e-importprotectpwd-content .e-header{font-size:14px;line-height:16px}.e-spreadsheet .e-importprotectworkbook-dlg .e-dlg-content .e-importprotectpwd-content .e-input{margin-top:10px}.e-spreadsheet .e-filter-icon{margin-bottom:0}.e-spreadsheet .e-filter-icon::before{font-size:20px;margin-left:-3px}.e-spreadsheet .e-btn.e-icon-btn.e-filter-btn{bottom:0;float:right;height:18px;margin-right:-1px;padding:0;position:relative;right:0;width:20px;z-index:2}.e-colorpicker-wrapper.e-border-colorpicker{display:none}.e-colorpicker-wrapper.e-border-colorpicker .e-container{box-shadow:none;width:270px !important}.e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value{display:-ms-flexbox;display:flex}.e-spreadsheet.e-col-resizing{cursor:col-resize}.e-spreadsheet.e-row-resizing{cursor:row-resize}.e-dropdown-popup.e-numformat-ddb ul{max-width:initial}.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text{font-size:13px;max-width:200px;overflow:hidden;text-align:right;text-overflow:ellipsis}.e-dropdown-popup.e-font-size-ddb ul{min-width:60px}.e-dropdown-popup.e-align-ddb ul{min-width:auto;padding:8px}.e-dropdown-popup.e-align-ddb ul .e-item{display:-ms-inline-flexbox;display:inline-flex;height:28px;line-height:28px;margin:0;padding:0 7px}.e-dropdown-popup.e-align-ddb ul .e-item .e-menu-icon{line-height:28px;margin-right:0}.e-dropdown-popup.e-colorpicker-popup .e-container .e-custom-palette .e-palette{padding:0}.e-dropdown-popup.e-colorpicker-popup .e-container .e-switch-ctrl-btn{padding-top:16px}.e-dropdown-popup.e-font-family ul .e-item:nth-child(1){font-family:"Arial"}.e-dropdown-popup.e-font-family ul .e-item:nth-child(2){font-family:"Arial Black"}.e-dropdown-popup.e-font-family ul .e-item:nth-child(3){font-family:"Axettac Demo"}.e-dropdown-popup.e-font-family ul .e-item:nth-child(4){font-family:"Batang"}.e-dropdown-popup.e-font-family ul .e-item:nth-child(5){font-family:"Book Antiqua"}.e-dropdown-popup.e-font-family ul .e-item:nth-child(6){font-family:"Calibri"}.e-dropdown-popup.e-font-family ul .e-item:nth-child(7){font-family:"Courier"}.e-dropdown-popup.e-font-family ul .e-item:nth-child(8){font-family:"Courier New"}.e-dropdown-popup.e-font-family ul .e-item:nth-child(9){font-family:"Din Condensed"}.e-dropdown-popup.e-font-family ul .e-item:nth-child(10){font-family:"Georgia"}.e-dropdown-popup.e-font-family ul .e-item:nth-child(11){font-family:"Helvetica"}.e-dropdown-popup.e-font-family ul .e-item:nth-child(12){font-family:"Helvetica New"}.e-dropdown-popup.e-font-family ul .e-item:nth-child(13){font-family:"Roboto"}.e-dropdown-popup.e-font-family ul .e-item:nth-child(14){font-family:"Tahoma"}.e-dropdown-popup.e-font-family ul .e-item:nth-child(15){font-family:"Times New Roman"}.e-dropdown-popup.e-font-family ul .e-item:nth-child(16){font-family:"Verdana"}.e-dropdown-popup.e-aggregate-list{font-size:13px;margin-left:auto}.e-dropdown-popup.e-borders-ddb .e-menu-wrapper{border:0}.e-dropdown-popup.e-borders-ddb .e-menu-wrapper ul .e-menu-item .e-menu-icon{font-size:16px}.e-dropdown-popup.e-popup.e-aggregate-list ul{font-size:13px}.e-menu-wrapper.e-file-menu ul .e-menu-item div{display:-ms-flexbox;display:flex;width:100%}.e-menu-wrapper.e-file-menu ul .e-menu-item div .e-extension{font-size:13px;margin-left:auto;opacity:.7;padding-left:12px}.e-menu-wrapper .e-border-style .e-menu-item{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.e-menu-wrapper .e-border-style .e-menu-item::after{content:"";width:135px}.e-menu-wrapper .e-border-style .e-menu-item:nth-child(1)::after{border-bottom-style:solid;border-bottom-width:thin}.e-menu-wrapper .e-border-style .e-menu-item:nth-child(2)::after{border-bottom-style:solid;border-bottom-width:medium}.e-menu-wrapper .e-border-style .e-menu-item:nth-child(3)::after{border-bottom-style:solid;border-bottom-width:thick}.e-menu-wrapper .e-border-style .e-menu-item:nth-child(4)::after{border-bottom-style:dashed;border-bottom-width:thin}.e-menu-wrapper .e-border-style .e-menu-item:nth-child(5)::after{border-bottom-style:dotted;border-bottom-width:thin}.e-menu-wrapper .e-border-style .e-menu-item:nth-child(6)::after{border-bottom-style:double;border-bottom-width:medium}.e-menu-wrapper.e-databars .e-ul,.e-menu-wrapper.e-colorscales .e-ul{overflow:visible;padding:0}.e-menu-wrapper.e-databars .e-ul .e-menu-item,.e-menu-wrapper.e-colorscales .e-ul .e-menu-item{height:auto;line-height:0;padding:0}.e-menu-wrapper.e-databars .e-ul .e-menu-item .e-cf-icon,.e-menu-wrapper.e-colorscales .e-ul .e-menu-item .e-cf-icon{display:inline-block;height:40px;width:40px}.e-menu-wrapper.e-databars .e-ul{min-width:110px}.e-menu-wrapper.e-colorscales .e-ul{min-width:150px}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul{min-width:250px;overflow:visible;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item{height:auto;line-height:0;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is{height:550px;width:auto}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is1,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is3,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is5,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is7{height:6%;padding:18px 16px}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-iconsetspan{display:inline-block;height:100%;width:20%}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is2{height:25.3%}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is2 .e-3arrows,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is2 .e-3arrowsgray,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is2 .e-3triangles,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is2 .e-4arrowsgray,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is2 .e-4arrows,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is2 .e-5arrowsgray,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is2 .e-5arrows{float:left;height:25%;padding:2px 12px;width:50%}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is4{height:19%}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is4 .e-3trafficlights,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is4 .e-3rafficlights2,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is4 .e-3signs,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is4 .e-4trafficlights,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is4 .e-4redtoblack{float:left;height:33%;padding:2px 12px;width:50%}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is6{height:12.6%}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is6 .e-3symbols,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is6 .e-3symbols2,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is6 .e-3flags{float:left;height:50%;padding:2px 12px;width:50%}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is8{height:19%}.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is8 .e-3stars,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is8 .e-4rating,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is8 .e-5quarters,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is8 .e-5rating,.e-menu-wrapper.e-popup.e-menu-popup.e-iconsets ul .e-menu-item .e-is .e-is8 .e-5boxes{float:left;height:33%;width:50%}.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul{min-width:270px;overflow:visible;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item{height:auto;line-height:0;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item.e-ripple,.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item.e-ripple-style{overflow:visible}.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item.e-ripple .e-ripple-element,.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item.e-ripple-style .e-ripple-element{display:none}.e-menu-wrapper.e-popup.e-menu-popup.e-border-color ul .e-menu-item .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container{display:block}.e-menu-wrapper.e-popup.e-menu-popup.e-addchart-menu ul .e-menu-item{height:35px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul{min-width:165px;overflow:visible;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item{height:auto;line-height:0;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main{height:90px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-text{height:40%;padding:18px 16px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont{height:60%}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-clusteredcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedcolumn100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-clusteredcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedcolumn1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-clusteredbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedbar100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-clusteredbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedbar1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-clusteredcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedcolumn100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-clusteredcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedcolumn1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-clusteredbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedbar100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-clusteredbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedbar1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-clusteredcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedcolumn100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-clusteredcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedcolumn1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-clusteredbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedbar100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-clusteredbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedbar1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-clusteredcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedcolumn100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-clusteredcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedcolumn1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-clusteredbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedbar100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-clusteredbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedbar1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-clusteredcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedcolumn100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-clusteredcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedcolumn1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-clusteredbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedbar100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-clusteredbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-column1-cont .e-stackedbar1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-clusteredcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedcolumn100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-clusteredcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedcolumn1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-clusteredbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedbar100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-clusteredbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-column-main .e-bar1-cont .e-stackedbar1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-clusteredcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedcolumn100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-clusteredcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedcolumn1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-clusteredbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedbar100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-clusteredbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-column1-cont .e-stackedbar1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-clusteredcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedcolumn,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedcolumn100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-clusteredcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedcolumn3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedcolumn1003d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-clusteredbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedbar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedbar100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-clusteredbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedbar3d,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-bar-main .e-bar1-cont .e-stackedbar1003d{display:inline-block;font-size:40px;height:100%;margin:0;padding:10px;width:55px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul{min-width:110px;overflow:visible;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item{height:auto;line-height:0;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main{height:90px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-pie-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-radar-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-pie-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-radar-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-pie-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-radar-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-pie-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-radar-text{height:40%;padding:18px 16px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-pie-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-radar-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-pie-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-radar-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-pie-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-radar-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-pie-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-radar-cont{height:60%}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-pie-cont .e-pie,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-pie-cont .e-doughnut,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-pie-cont .e-radar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-pie-cont .e-radar-markers,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-radar-cont .e-pie,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-radar-cont .e-doughnut,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-radar-cont .e-radar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-pie-main .e-radar-cont .e-radar-markers,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-pie-cont .e-pie,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-pie-cont .e-doughnut,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-pie-cont .e-radar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-pie-cont .e-radar-markers,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-radar-cont .e-pie,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-radar-cont .e-doughnut,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-radar-cont .e-radar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-radar-main .e-radar-cont .e-radar-markers,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-pie-cont .e-pie,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-pie-cont .e-doughnut,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-pie-cont .e-radar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-pie-cont .e-radar-markers,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-radar-cont .e-pie,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-radar-cont .e-doughnut,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-radar-cont .e-radar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-pie-main .e-radar-cont .e-radar-markers,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-pie-cont .e-pie,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-pie-cont .e-doughnut,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-pie-cont .e-radar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-pie-cont .e-radar-markers,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-radar-cont .e-pie,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-radar-cont .e-doughnut,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-radar-cont .e-radar,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-radar-main .e-radar-cont .e-radar-markers{display:inline-block;font-size:40px;height:60px;margin:0;padding:10px;width:55px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul{min-width:165px;overflow:visible;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item{height:auto;line-height:0;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main{height:90px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-text{height:40%;padding:18px 16px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont{height:60%}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont .e-area,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedarea,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedarea100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont .e-line,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedline,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedline100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont .e-area,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedarea,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedarea100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont .e-line,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedline,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedline100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont .e-area,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedarea,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedarea100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont .e-line,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedline,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedline100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont .e-area,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedarea,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedarea100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont .e-line,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedline,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedline100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont .e-area,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedarea,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedarea100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont .e-line,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedline,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-line-cont .e-stackedline100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont .e-area,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedarea,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedarea100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont .e-line,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedline,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-line-main .e-area-cont .e-stackedline100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont .e-area,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedarea,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedarea100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont .e-line,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedline,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-line-cont .e-stackedline100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont .e-area,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedarea,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedarea100,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont .e-line,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedline,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-area-main .e-area-cont .e-stackedline100{display:inline-block;font-size:40px;height:60px;margin:0;padding:10px;width:55px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul{min-width:60px;overflow:visible;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item{height:auto;line-height:0;padding:0}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-scatter-main,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-scatter-main{height:90px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-scatter-main .e-scatter-text,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-scatter-main .e-scatter-text{height:40%;padding:18px 16px}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-scatter-main .e-scatter-cont,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-scatter-main .e-scatter-cont{height:60%}.e-menu-wrapper.e-popup.e-menu-popup.e-chart-menu ul .e-menu-item .e-scatter-main .e-scatter-cont .e-scatter,.e-menu-wrapper.e-popup.e-menu-popup.e-chart-type-menu ul .e-menu-item .e-scatter-main .e-scatter-cont .e-scatter{display:inline-block;font-size:60px;height:60px;margin:0;padding:10px;width:100%}.e-spreadsheet-function-dlg{min-height:518px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.e-spreadsheet-function-dlg .e-dlg-header-content{padding:12px}.e-spreadsheet-function-dlg .e-dlg-header-content .e-dlg-header{font-size:16px;font-weight:400}.e-spreadsheet-function-dlg .e-dlg-content{overflow:hidden;padding-left:18px;padding-right:18px}.e-spreadsheet-function-dlg .e-dlg-content .e-category-content{font-size:12px;font-weight:500;margin-bottom:5px}.e-spreadsheet-function-dlg .e-dlg-content .e-formula-description{margin-left:-4px;margin-top:5px;padding:4px}.e-spreadsheet-function-dlg .e-dlg-content .e-description-content{font-size:14px;font-weight:500;padding-top:10px}.e-spreadsheet-function-dlg .e-dlg-content .e-formula-list{border:1px solid #dee2e6;cursor:default;margin-top:6px;overflow-y:auto}.e-xlflmenu .e-xlfl-maindiv .e-xlfl-radiodiv{width:auto}.e-name-box .e-dropdownbase .e-list-item{line-height:25px;min-height:25px;text-indent:10px}.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel{border-bottom-width:0}.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function{border-left:1px solid #dee2e6;height:23px}.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon{line-height:24px}.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar{height:23px;line-height:23px;width:calc(100% - 146px)}.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar,.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function{height:71px}.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function{line-height:71px}.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-drop-icon{transform:rotate(180deg)}.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator{height:60px}.e-spreadsheet:not(.e-mobile-view) .e-sheet-tab{max-width:60%}.e-spreadsheet:not(.e-mobile-view) .e-sheet-tab .e-hscroll-bar{margin-left:-40px;margin-right:40px}.e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css,.e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn{height:32px;padding:0;width:32px}.e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon,.e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn .e-btn-icon{line-height:33px;margin-top:0}.e-spreadsheet:not(.e-mobile-view) .e-aggregate-list{font-size:13px;margin-left:auto}.e-spreadsheet:not(.e-mobile-view) .e-ribbon{border-bottom-width:0}.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker),.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker){line-height:34px}.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-split-colorpicker,.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-split-colorpicker{line-height:32px;padding-bottom:2px;width:36px}.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn),.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn){padding-left:6px;padding-right:6px}.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon,.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon{line-height:34px;min-height:34px}.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret),.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret){font-size:18px}.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret){font-size:18px}.e-bigger .e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb,.e-bigger.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb{width:64.51px}.e-bigger .e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,.e-bigger.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color{height:auto;width:auto}.e-bigger .e-spreadsheet .e-ribbon .e-content .e-hscroll-bar,.e-bigger.e-spreadsheet .e-ribbon .e-content .e-hscroll-bar{height:auto;overflow:hidden}.e-bigger .e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon,.e-bigger.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon{font-size:20px;margin:0}.e-bigger .e-spreadsheet .e-formula-bar-panel .e-css.e-btn.e-icon-btn,.e-bigger.e-spreadsheet .e-formula-bar-panel .e-css.e-btn.e-icon-btn{padding-left:8px;padding-right:8px}.e-bigger .e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css,.e-bigger .e-spreadsheet .e-sheets-list.e-dropdown-btn,.e-bigger.e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css,.e-bigger.e-spreadsheet .e-sheets-list.e-dropdown-btn{height:39px;width:39px}.e-bigger .e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon,.e-bigger .e-spreadsheet .e-sheets-list.e-dropdown-btn .e-btn-icon,.e-bigger.e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon,.e-bigger.e-spreadsheet .e-sheets-list.e-dropdown-btn .e-btn-icon{line-height:39px}.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header,.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header{height:41px;min-height:41px}.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator){height:41px;min-height:41px}.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap,.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap{height:41px}.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap,.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap{height:41px}.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items,.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items{height:41px;min-height:41px}.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav,.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav{height:41px;min-height:41px}.e-bigger .e-spreadsheet .e-sheet-tab .e-tab-header .e-toolbar-item .e-tab-wrap,.e-bigger.e-spreadsheet .e-sheet-tab .e-tab-header .e-toolbar-item .e-tab-wrap{padding:0 16px}.e-bigger .e-spreadsheet .e-drop-icon,.e-bigger.e-spreadsheet .e-drop-icon{font-size:12px;margin-right:5px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function{height:29px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon{font-size:18px;line-height:30px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input{height:29px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-drop-icon,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-drop-icon{line-height:29px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-separator,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-separator{height:15px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar{font-size:15px;height:29px;line-height:29px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar,.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function{height:89px;line-height:89px}.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator,.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator{height:78px}.e-bigger .e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input,.e-bigger.e-spreadsheet .e-dlg-content .e-custom-dialog .e-input.e-dialog-input{float:left;margin-right:2.8%;width:77%}.e-bigger .e-spreadsheet .e-customsort-dlg,.e-bigger.e-spreadsheet .e-customsort-dlg{width:590px !important}.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item{height:auto;line-height:1}.e-bigger .e-spreadsheet .e-filter-icon,.e-bigger.e-spreadsheet .e-filter-icon{margin-bottom:12px}.e-bigger .e-spreadsheet .e-find-dlg .e-footer-content .e-btn,.e-bigger.e-spreadsheet .e-find-dlg .e-footer-content .e-btn{font-size:11px;margin-top:6px}.e-bigger .e-spreadsheet .e-findtool-dlg,.e-bigger.e-spreadsheet .e-findtool-dlg{height:50px;width:419px}.e-bigger .e-spreadsheet .e-goto-dlg,.e-bigger.e-spreadsheet .e-goto-dlg{height:auto}.e-bigger .e-spreadsheet .e-goto-dlg .e-btn,.e-bigger.e-spreadsheet .e-goto-dlg .e-btn{font-size:12px}.e-bigger .e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-pwd-alert-span,.e-bigger.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-pwd-alert-span{color:#dc3545;font-size:14px;padding-top:16px}.e-bigger .e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content,.e-bigger.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content{padding-top:16px}.e-bigger .e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content .e-header,.e-bigger.e-spreadsheet .e-protectworkbook-dlg .e-dlg-content .e-password-content .e-header{font-size:14px;line-height:28px;margin-bottom:4px}.e-bigger .e-spreadsheet .e-excelfilter .e-spreadsheet-ftrchk,.e-bigger.e-spreadsheet .e-excelfilter .e-spreadsheet-ftrchk{padding-left:29px}.e-bigger .e-spreadsheet .e-excelfilter.e-rtl .e-spreadsheet-ftrchk,.e-bigger.e-spreadsheet .e-excelfilter.e-rtl .e-spreadsheet-ftrchk{padding-left:0;padding-right:29px}.e-bigger .e-spreadsheet .e-checkboxtree ul,.e-bigger.e-spreadsheet .e-checkboxtree ul{padding-left:0}.e-bigger .e-spreadsheet .e-checkboxtree.e-rtl ul,.e-bigger.e-spreadsheet .e-checkboxtree.e-rtl ul{padding-right:0}.e-bigger.e-dropdown-popup.e-font-size-ddb ul,.e-bigger .e-dropdown-popup.e-font-size-ddb ul{min-width:70px}.e-sort-dialog{height:100%;position:relative}.e-sort-dialog .e-sort-listsection{height:calc(100% - 28px);margin:0 auto;overflow:auto;width:100%}.e-sort-dialog .e-sort-listwrapper{padding-left:2px}.e-sort-dialog .e-sort-listwrapper .text{font-size:12px;padding:10px 0 5px}.e-sort-dialog .e-list-sort{height:100%}.e-sort-dialog .e-sort-row{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:5px 0 10px}.e-sort-dialog .e-sort-error,.e-sort-dialog .e-sort-header,.e-sort-dialog .e-sort-casecheckbox,.e-sort-dialog .e-sort-listsection{padding-left:18px;padding-right:18px}.e-sort-dialog .e-sort-error{bottom:0;display:none;font-size:12px;height:20px;line-height:20px;position:absolute;width:100%}.e-sort-dialog .e-sort-template{border:0}.e-sort-dialog .e-sort-template .e-list-item{height:auto;line-height:unset}.e-sort-dialog .e-sort-template .e-list-item:not(:first-child){padding:5px 0 0}.e-sort-dialog .e-sort-template .e-list-item:first-child{padding:0}.e-sort-dialog .e-sort-template .e-content{height:100%;overflow:auto}.e-sort-dialog .e-sort-field{width:auto}.e-sort-dialog .e-radio-wrapper{margin-left:16px}.e-sort-dialog li:first-of-type .e-sort-delete{display:none}.e-sort-dialog .e-sort-delete{border-left-style:solid;border-left-width:1px;line-height:32px;margin-left:auto;margin-right:5px;padding-left:22px;vertical-align:middle}.e-sort-dialog .e-sort-delete::before{cursor:pointer}/*! spreadsheet theme */.e-spreadsheet .e-findtool-dlg{border-bottom-color:#dee2e6;border-color:#dee2e6;border-left-color:#dee2e6;border-right-color:#dee2e6;border-top-color:#dee2e6;box-shadow:none}.e-spreadsheet .e-find-dlg .e-header{font-weight:500}.e-spreadsheet .e-scrollbar{background-color:inherit}.e-spreadsheet .e-sheet-tab-panel{background:#e9ecef}.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item{background:#e9ecef}.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item{border-right-color:#dee2e6}.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item .e-tab-wrap{border-radius:0;color:#495057}.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text{color:#495057}.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-indicator{background:#0d6efd}.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text{color:#0d6efd}.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text{color:#0d6efd}.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-tab-wrap:hover{background:#dee2e6}.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item.e-active{background:#f8f9fa}.e-spreadsheet .e-sheet-tab-panel .e-btn.e-flat.e-icon-btn{border-color:rgba(0,0,0,0);box-shadow:none}.e-spreadsheet .e-sheet-tab-panel .e-btn.e-flat.e-icon-btn .e-btn-icon{color:#212529}.e-spreadsheet .e-sheet-tab-panel .e-btn.e-flat.e-icon-btn:hover .e-btn-icon{color:#fff}.e-spreadsheet .e-sheet-tab-panel .e-btn.e-flat.e-icon-btn:disabled .e-btn-icon{color:rgba(255,255,255,.65)}.e-spreadsheet .e-sheet-tab-panel .e-aggregate-list-countonly{pointer-events:none}.e-spreadsheet .e-sheets-list,.e-spreadsheet .e-add-sheet-tab.e-flat{background-color:rgba(0,0,0,0)}.e-spreadsheet .e-dragfill-ddb{box-shadow:none}.e-spreadsheet .e-aggregate-list.e-flat{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);box-shadow:none;color:#6c757d}.e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active){background:#5c636a;border-color:rgba(0,0,0,0);color:#fff}.e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-icons,.e-spreadsheet .e-aggregate-list.e-flat:hover:not(.e-active) .e-dropdown-btn{color:#fff}.e-spreadsheet .e-aggregate-list.e-flat.e-active{background:#5c636a;border-color:rgba(0,0,0,0)}.e-spreadsheet .e-aggregate-list.e-flat.e-active,.e-spreadsheet .e-aggregate-list.e-flat:focus{color:#fff}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(:focus):not(.e-tbar-btn){background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);box-shadow:none;color:#212529}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(:focus):not(.e-tbar-btn):hover:not(.e-active){background:#5c636a;border-color:rgba(0,0,0,0);color:#fff}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(:focus):not(.e-tbar-btn):hover:not(.e-active) .e-icons,.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(:focus):not(.e-tbar-btn):hover:not(.e-active).e-dropdown-btn .e-tbar-btn-text{color:inherit}.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(:focus):not(.e-tbar-btn).e-active{background:#5c636a;border-color:rgba(0,0,0,0);color:#fff}.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active,.e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus{color:#fff}.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active .e-icons,.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active.e-dropdown-btn .e-tbar-btn-text,.e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus .e-icons,.e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus.e-dropdown-btn .e-tbar-btn-text{color:inherit}.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-split-colorpicker{color:#212529}.e-spreadsheet .e-formula-bar-panel{background-color:#fff}.e-spreadsheet .e-formula-bar-panel .e-insert-function.e-btn.e-flat,.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-flat,.e-spreadsheet .e-formula-bar-panel .e-formula-bar{background-color:rgba(0,0,0,0)}.e-spreadsheet .e-formula-bar-panel .e-insert-function.e-btn.e-flat .e-btn-icon,.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-flat .e-btn-icon,.e-spreadsheet .e-formula-bar-panel .e-drop-icon{color:#6c757d}.e-spreadsheet .e-formula-bar-panel .e-separator{border-left-color:#dee2e6}.e-spreadsheet .e-formula-bar-panel .e-separator{border-left-color:#dee2e6}.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-name-box,.e-spreadsheet .e-formula-bar-panel .e-formula-bar{color:#495057}.e-spreadsheet .e-sheet,.e-spreadsheet .e-row-header .e-header-cell,.e-spreadsheet .e-column-header .e-header-cell,.e-spreadsheet .e-selectall-container .e-header-cell{background-color:#f8f9fa}.e-spreadsheet .e-sheet .e-spreadsheet-edit{background-color:#fff;color:#000}.e-spreadsheet .e-main-panel,.e-spreadsheet .e-header-panel{background-color:#fff}.e-spreadsheet .e-column-header{border-color:#dee2e6}.e-spreadsheet .e-header-cell{color:#495057}.e-spreadsheet .e-cell{background-color:#fff;border-bottom-color:#dee2e6;color:#000}.e-spreadsheet .e-header-panel thead .e-header-cell,.e-spreadsheet .e-select-all-cell{border-bottom-color:#dee2e6}.e-spreadsheet .e-row-header .e-header-cell,.e-spreadsheet .e-selectall-container tbody .e-header-cell{border-bottom-color:#dee2e6}.e-spreadsheet .e-hide-gridlines .e-cell{border-bottom-color:rgba(0,0,0,0)}.e-spreadsheet.e-hide-row-gridlines .e-cell{border-bottom-color:rgba(0,0,0,0)}.e-spreadsheet .e-selectall{background-color:rgba(0,0,0,0);border-color:#dee2e6;border-top-color:rgba(0,0,0,0)}.e-spreadsheet .e-selectall.e-highlight{border-bottom-color:#0d6efd}.e-spreadsheet .e-select-all-cell:hover .e-selectall:not(.e-highlight){border-bottom-color:#e9ecef}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell{border-right-color:#dee2e6}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-header-panel thead .e-header-cell{border-right-color:#dee2e6}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-row-header .e-header-cell,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall-container tbody .e-header-cell{border-right-color:#dee2e6}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-hide-gridlines .e-cell{border-right-color:rgba(0,0,0,0)}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall{border-left-color:rgba(0,0,0,0)}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall.e-highlight{border-right-color:#0d6efd}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell:hover .e-selectall:not(.e-highlight){border-right-color:#e9ecef}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-prev-highlight,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-highlight,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell.e-prev-highlight-right{border-right-color:#c7ced4}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-hide-start.e-prev-highlight,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-hide-start.e-highlight{border-right-color:rgba(0,0,0,0)}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-hide-start.e-highlight::after{border-right-color:#c7ced4}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-hide-end.e-highlight::before,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-highlight+th.e-header-cell.e-hide-end::before{border-left-color:#c7ced4}.e-spreadsheet .e-sheet-panel.e-rtl .e-cell{border-left-color:#dee2e6}.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell{border-left-color:#dee2e6}.e-spreadsheet .e-sheet-panel.e-rtl .e-row-header .e-header-cell,.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell,.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall-container .e-header-cell{border-left-color:#dee2e6}.e-spreadsheet .e-sheet-panel.e-rtl .e-hide-gridlines .e-cell{border-left-color:rgba(0,0,0,0)}.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall{border-right-color:rgba(0,0,0,0)}.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall:hover{border-left-color:#e9ecef}.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall.e-highlight{border-left-color:#0d6efd}.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight,.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight,.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right{border-left-color:#c7ced4}.e-spreadsheet .e-copy-indicator div.e-top,.e-spreadsheet .e-range-indicator div.e-top,.e-spreadsheet .e-formularef-indicator div.e-top{background:url("data:image/gif;base64,R0lGODlhBgAEAJECAP///zF6uf///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlFMTA1Q0MyRDA5RTExRTlBRTg3ODJBNDEwNzEwQzM3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlFMTA1Q0MzRDA5RTExRTlBRTg3ODJBNDEwNzEwQzM3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUUxMDVDQzBEMDlFMTFFOUFFODc4MkE0MTA3MTBDMzciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUUxMDVDQzFEMDlFMTFFOUFFODc4MkE0MTA3MTBDMzciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQFAwACACwAAAAABgAEAAACB4wDcJh6uQoAIfkEBQMAAgAsAAAAAAYABAAAAgiMAXYZqM1CAQAh+QQFAwACACwBAAAABAAEAAACBhQUhnksBQAh+QQFAwACACwBAAAABAAEAAACBoQihpcMBQAh+QQFAwACACwAAAAABgAEAAACBwSCYcl6aQoAIfkEBQMAAgAsAAAAAAYABAAAAghEHmComHtAAQA7") repeat-x left top}.e-spreadsheet .e-copy-indicator div.e-bottom,.e-spreadsheet .e-range-indicator div.e-bottom,.e-spreadsheet .e-formularef-indicator div.e-bottom{background:url("data:image/gif;base64,R0lGODlhBgAEAJECAP///zF6uf///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlFMTA1Q0MyRDA5RTExRTlBRTg3ODJBNDEwNzEwQzM3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlFMTA1Q0MzRDA5RTExRTlBRTg3ODJBNDEwNzEwQzM3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUUxMDVDQzBEMDlFMTFFOUFFODc4MkE0MTA3MTBDMzciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUUxMDVDQzFEMDlFMTFFOUFFODc4MkE0MTA3MTBDMzciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQFAwACACwAAAAABgAEAAACB4wDcJh6uQoAIfkEBQMAAgAsAAAAAAYABAAAAgiMAXYZqM1CAQAh+QQFAwACACwBAAAABAAEAAACBhQUhnksBQAh+QQFAwACACwBAAAABAAEAAACBoQihpcMBQAh+QQFAwACACwAAAAABgAEAAACBwSCYcl6aQoAIfkEBQMAAgAsAAAAAAYABAAAAghEHmComHtAAQA7") repeat-x left bottom}.e-spreadsheet .e-copy-indicator div.e-left,.e-spreadsheet .e-range-indicator div.e-left,.e-spreadsheet .e-formularef-indicator div.e-left{background:url("data:image/gif;base64,R0lGODlhBAAGAJECAP///zF6uf///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBCRjU1MTE3RDA5RTExRTk5MDI5QkZFNEQyRkFENUU2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBCRjU1MTE4RDA5RTExRTk5MDI5QkZFNEQyRkFENUU2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEJGNTUxMTVEMDlFMTFFOTkwMjlCRkU0RDJGQUQ1RTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEJGNTUxMTZEMDlFMTFFOTkwMjlCRkU0RDJGQUQ1RTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQFAwACACwAAAAABAAGAAACBwQShsurCQoAIfkEBQMAAgAsAAAAAAQABgAAAgeMA2B5qN4KACH5BAUDAAIALAAAAQAEAAQAAAIFjAOpeVEAIfkEBQMAAgAsAAABAAQABAAAAgZMAIaoGQUAIfkEBQMAAgAsAAAAAAQABgAAAghMAIbGvJdCAQAh+QQFAwACACwAAAAABAAGAAACB4QRqctxUAAAOw==") repeat-y left top}.e-spreadsheet .e-copy-indicator div.e-right,.e-spreadsheet .e-range-indicator div.e-right,.e-spreadsheet .e-formularef-indicator div.e-right{background:url("data:image/gif;base64,R0lGODlhBAAGAJECAP///zF6uf///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBCRjU1MTE3RDA5RTExRTk5MDI5QkZFNEQyRkFENUU2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBCRjU1MTE4RDA5RTExRTk5MDI5QkZFNEQyRkFENUU2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEJGNTUxMTVEMDlFMTFFOTkwMjlCRkU0RDJGQUQ1RTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEJGNTUxMTZEMDlFMTFFOTkwMjlCRkU0RDJGQUQ1RTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQFAwACACwAAAAABAAGAAACBwQShsurCQoAIfkEBQMAAgAsAAAAAAQABgAAAgeMA2B5qN4KACH5BAUDAAIALAAAAQAEAAQAAAIFjAOpeVEAIfkEBQMAAgAsAAABAAQABAAAAgZMAIaoGQUAIfkEBQMAAgAsAAAAAAQABgAAAghMAIbGvJdCAQAh+QQFAwACACwAAAAABAAGAAACB4QRqctxUAAAOw==") repeat-y right top}.e-spreadsheet.e-hide-column-gridlines .e-sheet-panel:not(.e-rtl) .e-cell{border-right-color:rgba(0,0,0,0)}.e-spreadsheet.e-hide-column-gridlines .e-sheet-panel.e-rtl .e-cell{border-left-color:rgba(0,0,0,0)}.e-spreadsheet .e-selection{background-color:rgba(13,110,253,.12);border-color:#0d6efd}.e-spreadsheet .e-selection.e-merged{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.e-spreadsheet .e-row-header .e-header-cell:hover,.e-spreadsheet .e-column-header .e-header-cell:hover,.e-spreadsheet .e-selectall-container .e-header-cell:hover{background-color:#e9ecef}.e-spreadsheet .e-row-header .e-header-cell.e-highlight,.e-spreadsheet .e-column-header .e-header-cell.e-highlight,.e-spreadsheet .e-selectall-container .e-header-cell.e-highlight{background-color:#dee2e6;color:#495057}.e-spreadsheet .e-row-header .e-prev-highlight .e-header-cell,.e-spreadsheet .e-row-header .e-header-cell.e-highlight,.e-spreadsheet .e-select-all-cell.e-prev-highlight-bottom,.e-spreadsheet .e-row-header .e-table tr.e-hide-end.e-prev-highlight .e-header-cell::before,.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell.e-highlight::before{border-bottom-color:#c7ced4}.e-spreadsheet .e-row-header .e-table tr.e-hide-start.e-prev-highlight .e-header-cell::after,.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell.e-highlight::after{border-top-color:#c7ced4}.e-spreadsheet .e-toolbar-panel .e-dropdown-btn.e-btn{border-color:#dee2e6}.e-spreadsheet .e-menu-wrapper.e-mobile.e-file-menu{background-color:inherit;border-color:rgba(0,0,0,0)}.e-spreadsheet .e-menu-wrapper .e-border-style .e-menu-item::after{border-bottom-color:#212529}.e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-hover,.e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-active{background-color:rgba(0,0,0,0)}.e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-hover{border-color:rgba(0,0,0,0)}.e-spreadsheet .e-customsort-dlg .e-sort-delete{border-left-color:#dee2e6}.e-spreadsheet .e-colresize-handler,.e-spreadsheet .e-rowresize-handler{border-color:#0d6efd}.e-spreadsheet .e-frozen-column{background-color:#dee2e6;border-right:3px solid #dee2e6}.e-spreadsheet .e-frozen-row{border-bottom:1px solid #dee2e6;border-bottom:3px solid #dee2e6}.e-spreadsheet .e-validation-list{background:#fff;background-color:#fff}.e-spreadsheet .e-datavalidation-dlg .e-dlg-error{color:#dc3545}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-vborderright,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-vcborderright{border-right:1px dashed #673ab8}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-vborderbottom,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-vcborderbottom{border-bottom:1px dashed #673ab8}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-pborderright{border-right:1px dashed #9c27b0}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-pborderbottom{border-bottom:1px dashed #9c27b0}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-cborderright{border-right:1px dashed #029688}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-cborderbottom{border-bottom:1px dashed #029688}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-gborderright{border-right:1px dashed #4caf51}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-gborderbottom{border-bottom:1px dashed #4caf51}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-oborderright{border-right:1px dashed #fe9800}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-oborderbottom{border-bottom:1px dashed #fe9800}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-bborderright,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-bcborderright{border-right:1px dashed #3f52b5}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-bborderbottom,.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-bcborderbottom{border-bottom:1px dashed #3f52b5}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-rcborderbottom{border-bottom:1px dashed #dc3545}.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell.e-rcborderright{border-right:1px dashed #dc3545}.e-databars .e-ul .e-menu-item.e-focused,.e-colorscales .e-ul .e-menu-item.e-focused{background-color:rgba(0,0,0,0)}.e-databars .e-ul .e-cf-icon:hover,.e-colorscales .e-ul .e-cf-icon:hover{background-color:#e9ecef;background-color:#e9ecef}.e-databars .e-ul .e-blue{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICM0ZDgyYjg7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDc8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMTEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iOS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41IDM1LjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIiIHdpZHRoPSI1IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMTIiIHdpZHRoPSIzIiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMTciIHdpZHRoPSI4IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxMiIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSI4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIxMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTgiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-databars .e-ul .e-green{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICM2M2MzODQ7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDg8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMTEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iOS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41IDM1LjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIiIHdpZHRoPSI1IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMTIiIHdpZHRoPSIzIiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMTciIHdpZHRoPSI4IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxMiIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSI4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIxMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTgiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-databars .e-ul .e-red{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNmZjU1NWE7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDk8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMTEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iOS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41IDM1LjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIiIHdpZHRoPSI1IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMTIiIHdpZHRoPSIzIiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMTciIHdpZHRoPSI4IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxMiIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSI4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIxMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTgiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-databars .e-ul .e-orange{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNmZmI2Mjg7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDEwPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSItNS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAyMC41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSIyIiB3aWR0aD0iNSIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjEyIiB3aWR0aD0iMyIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjE3IiB3aWR0aD0iOCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTIiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iOCIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTMiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjE4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIyMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-databars .e-ul .e-lightblue{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICMwMDhhZWY7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDExPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSItNS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAyMC41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSIyIiB3aWR0aD0iNSIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjEyIiB3aWR0aD0iMyIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjE3IiB3aWR0aD0iOCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTIiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iOCIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTMiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjE4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIyMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-databars .e-ul .e-purple{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNkNjAwN2I7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogZ3JheTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkRhdGFiYXJzIDEyPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSItNS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAyMC41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSIyIiB3aWR0aD0iNSIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjEyIiB3aWR0aD0iMyIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjE3IiB3aWR0aD0iOCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTIiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iOCIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTMiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTciIHk9IjE4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE3IiB5PSIyMyIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-colorscales .e-ul .e-gyr{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNjY2UzYWI7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogIzYzYmU3YjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjZmZlYjg0OwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICNmYmFhNzc7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogI2Y4Njk2YjsKICAgICAgfQoKICAgICAgLmNscy05IHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+Q29sb3Igc2NhbGUgMTwvdGl0bGU+CiAgPHJlY3QgY2xhc3M9ImNscy0xIiB5PSIxIiB3aWR0aD0iMjgiIGhlaWdodD0iMjYiLz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iLTUuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjUgMjAuNSkgcm90YXRlKC05MCkiLz4KICAgIDxnPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSI2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjIxIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iNyIgeT0iMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy02IiB4PSI3IiB5PSIxMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy03IiB4PSI3IiB5PSIxNyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSI3IiB5PSIyMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy05IiB4PSIxNCIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTkiIHg9IjE0IiB5PSI5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtOSIgeD0iMTQiIHk9IjE0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtOSIgeD0iMTQiIHk9IjE5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtOSIgeD0iMTQiIHk9IjI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-colorscales .e-ul .e-ryg{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNmYmFhNzc7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogI2Y4Njk2YjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjZWRjODdlOwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICNiMWQ1ODA7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzYzYmU3YjsKICAgICAgfQoKICAgICAgLmNscy05IHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+Q29sb3Igc2NhbGUgMjwvdGl0bGU+CiAgPHJlY3QgY2xhc3M9ImNscy0xIiB5PSIxIiB3aWR0aD0iMjgiIGhlaWdodD0iMjYiLz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iLTUuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjUgMjAuNSkgcm90YXRlKC05MCkiLz4KICAgIDxnPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSI2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEiIHk9IjIxIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iNyIgeT0iMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy02IiB4PSI3IiB5PSIxMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy03IiB4PSI3IiB5PSIxNyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSI3IiB5PSIyMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy05IiB4PSIxNCIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTkiIHg9IjE0IiB5PSI5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtOSIgeD0iMTQiIHk9IjE0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtOSIgeD0iMTQiIHk9IjE5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtOSIgeD0iMTQiIHk9IjI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-colorscales .e-ul .e-gwr{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNiMGRkYmQ7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogIzYzYmU3YjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjZmFiMmI1OwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICNmODY5NmI7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzUwNTA1MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkNvbG9yIHNjYWxlIDM8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8Zz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSI5LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjUgMzUuNSkgcm90YXRlKC05MCkiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjciIHk9IjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNyIgeT0iMTIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iNyIgeT0iMTciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtNyIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iMTQiIHk9IjQiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iOSIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIxNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIxOSIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIyNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-colorscales .e-ul .e-rwg{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNiM2IzYjM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6IGdyYXk7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNmYWIyYjU7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogI2Y4Njk2YjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjYjBkZGJkOwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICM2M2JlN2I7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzUwNTA1MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkNvbG9yIHNjYWxlIDQ8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8Zz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSI5LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3LjUgMzUuNSkgcm90YXRlKC05MCkiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjciIHk9IjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNyIgeT0iMTIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iNyIgeT0iMTciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtNyIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iMTQiIHk9IjQiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iOSIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIxNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIxOSIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIyNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-colorscales .e-ul .e-bwr{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiBncmF5OwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNhYmMzZTM7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogIzVhOGFjNjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjZmFiMmI1OwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICNmODY5NmI7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzUwNTA1MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkNvbG9yIHNjYWxlIDU8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iMTEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iLTUuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjUgMjAuNSkgcm90YXRlKC05MCkiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41IDM1LjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjciIHk9IjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjciIHk9IjEyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy02IiB4PSI3IiB5PSIxNyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNyIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSI5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIxNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iMTkiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iMTQiIHk9IjI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-colorscales .e-ul .e-rwb{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiBncmF5OwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNmYWIyYjU7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogI2Y4Njk2YjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjYWJjM2UzOwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICM1YThhYzY7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzUwNTA1MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkNvbG9yIHNjYWxlIDY8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iMTEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iLTUuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjUgMjAuNSkgcm90YXRlKC05MCkiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41IDM1LjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjciIHk9IjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjciIHk9IjEyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy02IiB4PSI3IiB5PSIxNyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNyIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSI5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIxNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iMTkiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iMTQiIHk9IjI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-colorscales .e-ul .e-wr{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiBncmF5OwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNmYmQ4ZGE7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogI2ZhYjNiNTsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjZjk4ZTkwOwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICNmODY5NmI7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzUwNTA1MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkNvbG9yIHNjYWxlIDEwPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI3IiB5PSIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSI3IiB5PSIxMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iNyIgeT0iMTciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTciIHg9IjciIHk9IjIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iOSIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iMTQiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iMTQiIHk9IjE5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIyNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-colorscales .e-ul .e-rw{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiBncmF5OwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNmOThlOTA7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogI2Y4Njk2YjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjZmFiM2I1OwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICNmYmQ4ZGE7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzUwNTA1MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkNvbG9yIHNjYWxlIDExPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSI3IiB5PSIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy02IiB4PSI3IiB5PSIxMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNyIgeD0iNyIgeT0iMTciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iOSIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iMTQiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iMTQiIHk9IjE5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIyNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-colorscales .e-ul .e-gw{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiBncmF5OwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICM4YWNlOWM7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogIzYzYmU3YjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjYjBkZGJkOwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICNkNmVkZGU7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzUwNTA1MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkNvbG9yIHNjYWxlIDEyPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSI3IiB5PSIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy02IiB4PSI3IiB5PSIxMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNyIgeD0iNyIgeT0iMTciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjciIHk9IjIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iOSIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iMTQiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iMTQiIHk9IjE5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIyNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-colorscales .e-ul .e-wg{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiBncmF5OwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNkNmVkZGU7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogI2IwZGRiZDsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjOGFjZTljOwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICM2M2JlN2I7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzUwNTA1MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkNvbG9yIHNjYWxlIDEzPC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHk9IjEiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNiIvPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0yIiB4PSIwLjUiIHk9IjEuNSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI1Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjYiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjExIiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSIxNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iMjEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9Ii01LjUiIHk9IjEzLjUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IDIwLjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjkuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNSAzNS41KSByb3RhdGUoLTkwKSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSI3IiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI3IiB5PSIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy01IiB4PSI3IiB5PSIxMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iNyIgeT0iMTciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTciIHg9IjciIHk9IjIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iOSIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy04IiB4PSIxNCIgeT0iMTQiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iMTQiIHk9IjE5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTgiIHg9IjE0IiB5PSIyNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-colorscales .e-ul .e-gy{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiBncmF5OwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICM4YWNiODQ7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogIzYzYmU3YjsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjYjFkNzhjOwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICNkOGUzOTQ7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogI2ZmZWY5YzsKICAgICAgfQoKICAgICAgLmNscy05IHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+Q29sb3Igc2NhbGUgMTQ8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iMTEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iLTUuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjUgMjAuNSkgcm90YXRlKC05MCkiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41IDM1LjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjciIHk9IjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTYiIHg9IjciIHk9IjEyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy03IiB4PSI3IiB5PSIxNyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTkiIHg9IjE0IiB5PSI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTkiIHg9IjE0IiB5PSI5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTkiIHg9IjE0IiB5PSIxNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy05IiB4PSIxNCIgeT0iMTkiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOSIgeD0iMTQiIHk9IjI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-colorscales .e-ul .e-yg{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDI4IDI4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiBncmF5OwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICNkOGUzOTQ7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgICAgZmlsbDogI2ZmZWY5YzsKICAgICAgfQoKICAgICAgLmNscy02IHsKICAgICAgICBmaWxsOiAjYjFkNzhjOwogICAgICB9CgogICAgICAuY2xzLTcgewogICAgICAgIGZpbGw6ICM4YWNiODQ7CiAgICAgIH0KCiAgICAgIC5jbHMtOCB7CiAgICAgICAgZmlsbDogIzYzYmU3YjsKICAgICAgfQoKICAgICAgLmNscy05IHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+Q29sb3Igc2NhbGUgMTU8L3RpdGxlPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeT0iMSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI2Ii8+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjAuNSIgeT0iMS41IiB3aWR0aD0iMjciIGhlaWdodD0iMjUiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iNiIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMSIgeT0iMTEiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEiIHk9IjE2IiB3aWR0aD0iMjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSIyMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iLTUuNSIgeT0iMTMuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjUgMjAuNSkgcm90YXRlKC05MCkiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOS41IiB5PSIxMy41IiB3aWR0aD0iMjQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41IDM1LjUpIHJvdGF0ZSgtOTApIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjciIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjciIHk9IjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTYiIHg9IjciIHk9IjEyIiB3aWR0aD0iMTQiIGhlaWdodD0iNCIvPgogICAgPHJlY3QgY2xhc3M9ImNscy03IiB4PSI3IiB5PSIxNyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjQiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOCIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxNCIgaGVpZ2h0PSI0Ii8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTkiIHg9IjE0IiB5PSI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTkiIHg9IjE0IiB5PSI5IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTkiIHg9IjE0IiB5PSIxNCIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy05IiB4PSIxNCIgeT0iMTkiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtOSIgeD0iMTQiIHk9IjI0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-popup.e-menu-popup.e-iconsets ul .e-is1,.e-popup.e-menu-popup.e-iconsets ul .e-is3,.e-popup.e-menu-popup.e-iconsets ul .e-is5,.e-popup.e-menu-popup.e-iconsets ul .e-is7{background-color:#e9ecef;background-color:#dee2e6}.e-popup.e-menu-popup.e-iconsets ul .e-is2,.e-popup.e-menu-popup.e-iconsets ul .e-is4,.e-popup.e-menu-popup.e-iconsets ul .e-is6,.e-popup.e-menu-popup.e-iconsets ul .e-is8{background-color:#fff;background-color:#fff}.e-popup.e-menu-popup.e-iconsets ul .e-is-wrapper:hover{background-color:#e9ecef;background-color:#e9ecef}.e-menu-wrapper .e-3arrows-1,.e-spreadsheet .e-3arrows-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxPC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3LjcgMC41IDYuMyAwLjUgMS41IDUuMDkgMS41IDguOTEgNS41IDUuMDkgNS41IDEzLjUgOC41IDEzLjUgOC41IDUuMDkgMTIuNSA4LjkxIDEyLjUgNS4wOSA3LjcgMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik05LDE0SDVWNi4yNkwxLDEwLjA4VjQuODdMNi4xLDBINy45TDEzLDQuODd2NS4yMUw5LDYuMjZaTTYsMTNIOFYzLjkybDQsMy44MlY1LjNMNy41LDFoLTFMMiw1LjNWNy43NEw2LDMuOTJaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-3arrows-2,.e-spreadsheet .e-3arrows-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAyPC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxMy41IDcuNyAxMy41IDYuMyA4LjkxIDEuNSA1LjA5IDEuNSA4LjkxIDUuNSAwLjUgNS41IDAuNSA4LjUgOC45MSA4LjUgNS4wOSAxMi41IDguOTEgMTIuNSAxMy41IDcuNyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNOS4xMywxM0gzLjkyTDcuNzQsOUgwVjVINy43NEwzLjkyLDFIOS4xM0wxNCw2LjFWNy45Wk02LjI2LDEySDguN0wxMyw3LjV2LTFMOC43LDJINi4yNmwzLjgyLDRIMVY4aDkuMDhaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-3arrows-3,.e-spreadsheet .e-3arrows-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzPC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2LjMgMTMuNSA3LjcgMTMuNSAxMi41IDguOTEgMTIuNSA1LjA5IDguNSA4LjkxIDguNSAwLjUgNS41IDAuNSA1LjUgOC45MSAxLjUgNS4wOSAxLjUgOC45MSA2LjMgMTMuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNy45LDE0SDYuMUwxLDkuMTNWMy45Mkw1LDcuNzRWMEg5VjcuNzRsNC0zLjgyVjkuMTNaTTYuNSwxM2gxTDEyLDguN1Y2LjI2TDgsMTAuMDhWMUg2djkuMDhMMiw2LjI2VjguN1oiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-3arrowsgray-1,.e-spreadsheet .e-3arrowsgray-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA0PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3LjcgMC41IDYuMyAwLjUgMS41IDUuMDkgMS41IDguOTEgNS41IDUuMDkgNS41IDEzLjUgOC41IDEzLjUgOC41IDUuMDkgMTIuNSA4LjkxIDEyLjUgNS4wOSA3LjcgMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik05LDE0SDVWNi4yNkwxLDEwLjA4VjQuODdMNi4xLDBINy45TDEzLDQuODd2NS4yMUw5LDYuMjZaTTYsMTNIOFYzLjkybDQsMy44MlY1LjNMNy41LDFoLTFMMiw1LjNWNy43NEw2LDMuOTJaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-3arrowsgray-2,.e-spreadsheet .e-3arrowsgray-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA1PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxMy41IDcuNyAxMy41IDYuMyA4LjkxIDEuNSA1LjA5IDEuNSA4LjkxIDUuNSAwLjUgNS41IDAuNSA4LjUgOC45MSA4LjUgNS4wOSAxMi41IDguOTEgMTIuNSAxMy41IDcuNyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNOS4xMywxM0gzLjkyTDcuNzQsOUgwVjVINy43NEwzLjkyLDFIOS4xM0wxNCw2LjFWNy45Wk02LjI2LDEySDguN0wxMyw3LjV2LTFMOC43LDJINi4yNmwzLjgyLDRIMVY4aDkuMDhaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-3arrowsgray-3,.e-spreadsheet .e-3arrowsgray-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA2PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2LjMgMTMuNSA3LjcgMTMuNSAxMi41IDguOTEgMTIuNSA1LjA5IDguNSA4LjkxIDguNSAwLjUgNS41IDAuNSA1LjUgOC45MSAxLjUgNS4wOSAxLjUgOC45MSA2LjMgMTMuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNy45LDE0SDYuMUwxLDkuMTNWMy45Mkw1LDcuNzRWMEg5VjcuNzRsNC0zLjgyVjkuMTNaTTYuNSwxM2gxTDEyLDguN1Y2LjI2TDgsMTAuMDhWMUg2djkuMDhMMiw2LjI2VjguN1oiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-3triangles-1,.e-spreadsheet .e-3triangles-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA3PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3LjI5IDMuNSA2LjYyIDMuNSAwLjUgOS41IDAuNSAxMC41IDEzLjUgMTAuNSAxMy41IDkuNSA3LjI5IDMuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTQsMTFIMFY5LjI5TDYuNDEsM0g3LjQ5TDE0LDkuMjlaTTEsMTBIMTNWOS43MUw3LjA4LDRINi44MkwxLDkuNzFaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-3triangles-2,.e-spreadsheet .e-3triangles-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA4PC90aXRsZT4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSI0IiB3aWR0aD0iMTMiIGhlaWdodD0iNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTQsOS41SDB2LTZIMTRaTTEsOC41SDEzdi00SDFaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-3triangles-3,.e-spreadsheet .e-3triangles-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA5PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2LjcxIDEwLjUgNy4zOCAxMC41IDEzLjUgNC41IDEzLjUgMy41IDAuNSAzLjUgMC41IDQuNSA2LjcxIDEwLjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcuNTksMTFINi41MUwwLDQuNzFWM0gxNFY0LjcxWm0tLjY3LTFoLjI2TDEzLDQuMjlWNEgxdi4yOVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-4arrowsgray-1,.e-spreadsheet .e-4arrowsgray-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA0PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3LjcgMC41IDYuMyAwLjUgMS41IDUuMDkgMS41IDguOTEgNS41IDUuMDkgNS41IDEzLjUgOC41IDEzLjUgOC41IDUuMDkgMTIuNSA4LjkxIDEyLjUgNS4wOSA3LjcgMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik05LDE0SDVWNi4yNkwxLDEwLjA4VjQuODdMNi4xLDBINy45TDEzLDQuODd2NS4yMUw5LDYuMjZaTTYsMTNIOFYzLjkybDQsMy44MlY1LjNMNy41LDFoLTFMMiw1LjNWNy43NEw2LDMuOTJaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-4arrowsgray-2,.e-spreadsheet .e-4arrowsgray-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxMjwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTIuMDkgMi45IDExLjEgMS45MSA0LjQ2IDEuNzYgMS43NiA0LjQ2IDcuMjkgNC41OSAxLjM0IDEwLjU0IDMuNDYgMTIuNjYgOS40MSA2LjcxIDkuNTQgMTIuMjQgMTIuMjQgOS41NCAxMi4wOSAyLjkiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTkuMDYsMTMuNDIsOC45NCw3Ljg5LDMuNDYsMTMuMzYuNjQsMTAuNTQsNi4xMSw1LjA2LjU4LDQuOTQsNC4yNiwxLjI1bDcuMDUuMTYsMS4yOCwxLjI4LjE2LDcuMDVabS03LTIuODhMMy40NiwxMiw5Ljg5LDUuNTMsMTAsMTEuMDZsMS43My0xLjczTDExLjYsMy4xMWwtLjcxLS43MUw0LjY3LDIuMjYsMi45NCw0bDUuNTMuMTJaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-4arrowsgray-3,.e-spreadsheet .e-4arrowsgray-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxMzwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTEuMSAxMi4wOSAxMi4wOSAxMS4xIDEyLjI0IDQuNDYgOS41NCAxLjc2IDkuNDEgNy4yOSAzLjQ2IDEuMzQgMS4zNCAzLjQ2IDcuMjkgOS40MSAxLjc2IDkuNTQgNC40NiAxMi4yNCAxMS4xIDEyLjA5Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00LjI2LDEyLjc1LjU4LDkuMDZsNS41My0uMTJMLjY0LDMuNDYsMy40Ni42NCw4Ljk0LDYuMTEsOS4wNi41OGwzLjY5LDMuNjgtLjE2LDcuMDUtMS4yOCwxLjI4Wk0yLjk0LDEwbDEuNzMsMS43Myw2LjIyLS4xNC43MS0uNzEuMTQtNi4yMkwxMCwyLjk0LDkuODksOC40NywzLjQ2LDIuMDUsMi4wNSwzLjQ2LDguNDcsOS44OVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-4arrowsgray-4,.e-spreadsheet .e-4arrowsgray-4{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA2PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2LjMgMTMuNSA3LjcgMTMuNSAxMi41IDguOTEgMTIuNSA1LjA5IDguNSA4LjkxIDguNSAwLjUgNS41IDAuNSA1LjUgOC45MSAxLjUgNS4wOSAxLjUgOC45MSA2LjMgMTMuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNy45LDE0SDYuMUwxLDkuMTNWMy45Mkw1LDcuNzRWMEg5VjcuNzRsNC0zLjgyVjkuMTNaTTYuNSwxM2gxTDEyLDguN1Y2LjI2TDgsMTAuMDhWMUg2djkuMDhMMiw2LjI2VjguN1oiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-4arrows-1,.e-spreadsheet .e-4arrows-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxPC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3LjcgMC41IDYuMyAwLjUgMS41IDUuMDkgMS41IDguOTEgNS41IDUuMDkgNS41IDEzLjUgOC41IDEzLjUgOC41IDUuMDkgMTIuNSA4LjkxIDEyLjUgNS4wOSA3LjcgMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik05LDE0SDVWNi4yNkwxLDEwLjA4VjQuODdMNi4xLDBINy45TDEzLDQuODd2NS4yMUw5LDYuMjZaTTYsMTNIOFYzLjkybDQsMy44MlY1LjNMNy41LDFoLTFMMiw1LjNWNy43NEw2LDMuOTJaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-4arrows-2,.e-spreadsheet .e-4arrows-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxMDwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTIuMDkgMi45IDExLjEgMS45MSA0LjQ2IDEuNzYgMS43NiA0LjQ2IDcuMjkgNC41OSAxLjM0IDEwLjU0IDMuNDYgMTIuNjYgOS40MSA2LjcxIDkuNTQgMTIuMjQgMTIuMjQgOS41NCAxMi4wOSAyLjkiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTkuMDYsMTMuNDIsOC45NCw3Ljg5LDMuNDYsMTMuMzYuNjQsMTAuNTQsNi4xMSw1LjA2LjU4LDQuOTQsNC4yNiwxLjI1bDcuMDUuMTYsMS4yOCwxLjI4LjE2LDcuMDVabS03LTIuODhMMy40NiwxMiw5Ljg5LDUuNTMsMTAsMTEuMDZsMS43My0xLjczTDExLjYsMy4xMWwtLjcxLS43MUw0LjY3LDIuMjYsMi45NCw0bDUuNTMuMTJaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-4arrows-3,.e-spreadsheet .e-4arrows-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxMTwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTEuMSAxMi4wOSAxMi4wOSAxMS4xIDEyLjI0IDQuNDYgOS41NCAxLjc2IDkuNDEgNy4yOSAzLjQ2IDEuMzQgMS4zNCAzLjQ2IDcuMjkgOS40MSAxLjc2IDkuNTQgNC40NiAxMi4yNCAxMS4xIDEyLjA5Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00LjI2LDEyLjc1LjU4LDkuMDZsNS41My0uMTJMLjY0LDMuNDYsMy40Ni42NCw4Ljk0LDYuMTEsOS4wNi41OGwzLjY5LDMuNjgtLjE2LDcuMDUtMS4yOCwxLjI4Wk0yLjk0LDEwbDEuNzMsMS43Myw2LjIyLS4xNC43MS0uNzEuMTQtNi4yMkwxMCwyLjk0LDkuODksOC40NywzLjQ2LDIuMDUsMi4wNSwzLjQ2LDguNDcsOS44OVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-4arrows-4,.e-spreadsheet .e-4arrows-4{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzPC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2LjMgMTMuNSA3LjcgMTMuNSAxMi41IDguOTEgMTIuNSA1LjA5IDguNSA4LjkxIDguNSAwLjUgNS41IDAuNSA1LjUgOC45MSAxLjUgNS4wOSAxLjUgOC45MSA2LjMgMTMuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNy45LDE0SDYuMUwxLDkuMTNWMy45Mkw1LDcuNzRWMEg5VjcuNzRsNC0zLjgyVjkuMTNaTTYuNSwxM2gxTDEyLDguN1Y2LjI2TDgsMTAuMDhWMUg2djkuMDhMMiw2LjI2VjguN1oiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-5arrowsgray-1,.e-spreadsheet .e-5arrowsgray-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA0PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3LjcgMC41IDYuMyAwLjUgMS41IDUuMDkgMS41IDguOTEgNS41IDUuMDkgNS41IDEzLjUgOC41IDEzLjUgOC41IDUuMDkgMTIuNSA4LjkxIDEyLjUgNS4wOSA3LjcgMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik05LDE0SDVWNi4yNkwxLDEwLjA4VjQuODdMNi4xLDBINy45TDEzLDQuODd2NS4yMUw5LDYuMjZaTTYsMTNIOFYzLjkybDQsMy44MlY1LjNMNy41LDFoLTFMMiw1LjNWNy43NEw2LDMuOTJaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-5arrowsgray-2,.e-spreadsheet .e-5arrowsgray-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxMjwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTIuMDkgMi45IDExLjEgMS45MSA0LjQ2IDEuNzYgMS43NiA0LjQ2IDcuMjkgNC41OSAxLjM0IDEwLjU0IDMuNDYgMTIuNjYgOS40MSA2LjcxIDkuNTQgMTIuMjQgMTIuMjQgOS41NCAxMi4wOSAyLjkiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTkuMDYsMTMuNDIsOC45NCw3Ljg5LDMuNDYsMTMuMzYuNjQsMTAuNTQsNi4xMSw1LjA2LjU4LDQuOTQsNC4yNiwxLjI1bDcuMDUuMTYsMS4yOCwxLjI4LjE2LDcuMDVabS03LTIuODhMMy40NiwxMiw5Ljg5LDUuNTMsMTAsMTEuMDZsMS43My0xLjczTDExLjYsMy4xMWwtLjcxLS43MUw0LjY3LDIuMjYsMi45NCw0bDUuNTMuMTJaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-5arrowsgray-3,.e-spreadsheet .e-5arrowsgray-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA1PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxMy41IDcuNyAxMy41IDYuMyA4LjkxIDEuNSA1LjA5IDEuNSA4LjkxIDUuNSAwLjUgNS41IDAuNSA4LjUgOC45MSA4LjUgNS4wOSAxMi41IDguOTEgMTIuNSAxMy41IDcuNyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNOS4xMywxM0gzLjkyTDcuNzQsOUgwVjVINy43NEwzLjkyLDFIOS4xM0wxNCw2LjFWNy45Wk02LjI2LDEySDguN0wxMyw3LjV2LTFMOC43LDJINi4yNmwzLjgyLDRIMVY4aDkuMDhaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-5arrowsgray-4,.e-spreadsheet .e-5arrowsgray-4{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxMzwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTEuMSAxMi4wOSAxMi4wOSAxMS4xIDEyLjI0IDQuNDYgOS41NCAxLjc2IDkuNDEgNy4yOSAzLjQ2IDEuMzQgMS4zNCAzLjQ2IDcuMjkgOS40MSAxLjc2IDkuNTQgNC40NiAxMi4yNCAxMS4xIDEyLjA5Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00LjI2LDEyLjc1LjU4LDkuMDZsNS41My0uMTJMLjY0LDMuNDYsMy40Ni42NCw4Ljk0LDYuMTEsOS4wNi41OGwzLjY5LDMuNjgtLjE2LDcuMDUtMS4yOCwxLjI4Wk0yLjk0LDEwbDEuNzMsMS43Myw2LjIyLS4xNC43MS0uNzEuMTQtNi4yMkwxMCwyLjk0LDkuODksOC40NywzLjQ2LDIuMDUsMi4wNSwzLjQ2LDguNDcsOS44OVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-5arrowsgray-5,.e-spreadsheet .e-5arrowsgray-5{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBncmF5OwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2NDYyNjI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA2PC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2LjMgMTMuNSA3LjcgMTMuNSAxMi41IDguOTEgMTIuNSA1LjA5IDguNSA4LjkxIDguNSAwLjUgNS41IDAuNSA1LjUgOC45MSAxLjUgNS4wOSAxLjUgOC45MSA2LjMgMTMuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNy45LDE0SDYuMUwxLDkuMTNWMy45Mkw1LDcuNzRWMEg5VjcuNzRsNC0zLjgyVjkuMTNaTTYuNSwxM2gxTDEyLDguN1Y2LjI2TDgsMTAuMDhWMUg2djkuMDhMMiw2LjI2VjguN1oiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-5arrows-1,.e-spreadsheet .e-5arrows-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxPC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3LjcgMC41IDYuMyAwLjUgMS41IDUuMDkgMS41IDguOTEgNS41IDUuMDkgNS41IDEzLjUgOC41IDEzLjUgOC41IDUuMDkgMTIuNSA4LjkxIDEyLjUgNS4wOSA3LjcgMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik05LDE0SDVWNi4yNkwxLDEwLjA4VjQuODdMNi4xLDBINy45TDEzLDQuODd2NS4yMUw5LDYuMjZaTTYsMTNIOFYzLjkybDQsMy44MlY1LjNMNy41LDFoLTFMMiw1LjNWNy43NEw2LDMuOTJaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-5arrows-2,.e-spreadsheet .e-5arrows-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxMDwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTIuMDkgMi45IDExLjEgMS45MSA0LjQ2IDEuNzYgMS43NiA0LjQ2IDcuMjkgNC41OSAxLjM0IDEwLjU0IDMuNDYgMTIuNjYgOS40MSA2LjcxIDkuNTQgMTIuMjQgMTIuMjQgOS41NCAxMi4wOSAyLjkiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTkuMDYsMTMuNDIsOC45NCw3Ljg5LDMuNDYsMTMuMzYuNjQsMTAuNTQsNi4xMSw1LjA2LjU4LDQuOTQsNC4yNiwxLjI1bDcuMDUuMTYsMS4yOCwxLjI4LjE2LDcuMDVabS03LTIuODhMMy40NiwxMiw5Ljg5LDUuNTMsMTAsMTEuMDZsMS43My0xLjczTDExLjYsMy4xMWwtLjcxLS43MUw0LjY3LDIuMjYsMi45NCw0bDUuNTMuMTJaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-5arrows-3,.e-spreadsheet .e-5arrows-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAyPC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxMy41IDcuNyAxMy41IDYuMyA4LjkxIDEuNSA1LjA5IDEuNSA4LjkxIDUuNSAwLjUgNS41IDAuNSA4LjUgOC45MSA4LjUgNS4wOSAxMi41IDguOTEgMTIuNSAxMy41IDcuNyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNOS4xMywxM0gzLjkyTDcuNzQsOUgwVjVINy43NEwzLjkyLDFIOS4xM0wxNCw2LjFWNy45Wk02LjI2LDEySDguN0wxMyw3LjV2LTFMOC43LDJINi4yNmwzLjgyLDRIMVY4aDkuMDhaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-5arrows-4,.e-spreadsheet .e-5arrows-4{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxMTwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTEuMSAxMi4wOSAxMi4wOSAxMS4xIDEyLjI0IDQuNDYgOS41NCAxLjc2IDkuNDEgNy4yOSAzLjQ2IDEuMzQgMS4zNCAzLjQ2IDcuMjkgOS40MSAxLjc2IDkuNTQgNC40NiAxMi4yNCAxMS4xIDEyLjA5Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00LjI2LDEyLjc1LjU4LDkuMDZsNS41My0uMTJMLjY0LDMuNDYsMy40Ni42NCw4Ljk0LDYuMTEsOS4wNi41OGwzLjY5LDMuNjgtLjE2LDcuMDUtMS4yOCwxLjI4Wk0yLjk0LDEwbDEuNzMsMS43Myw2LjIyLS4xNC43MS0uNzEuMTQtNi4yMkwxMCwyLjk0LDkuODksOC40NywzLjQ2LDIuMDUsMi4wNSwzLjQ2LDguNDcsOS44OVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-5arrows-5,.e-spreadsheet .e-5arrows-5{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzPC90aXRsZT4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2LjMgMTMuNSA3LjcgMTMuNSAxMi41IDguOTEgMTIuNSA1LjA5IDguNSA4LjkxIDguNSAwLjUgNS41IDAuNSA1LjUgOC45MSAxLjUgNS4wOSAxLjUgOC45MSA2LjMgMTMuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNy45LDE0SDYuMUwxLDkuMTNWMy45Mkw1LDcuNzRWMEg5VjcuNzRsNC0zLjgyVjkuMTNaTTYuNSwxM2gxTDEyLDguN1Y2LjI2TDgsMTAuMDhWMUg2djkuMDhMMiw2LjI2VjguN1oiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-3trafficlights-1,.e-spreadsheet .e-3trafficlights-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxNzwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-3trafficlights-2,.e-spreadsheet .e-3trafficlights-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxODwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-3trafficlights-3,.e-spreadsheet .e-3trafficlights-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxOTwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-3rafficlights2-1,.e-spreadsheet .e-3rafficlights2-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMTMxMzE7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzY4YTQ5MDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDE0PC90aXRsZT4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjEiIHJ5PSIxIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMi41LDE0SDEuNUExLjUsMS41LDAsMCwxLDAsMTIuNVYxLjVBMS41LDEuNSwwLDAsMSwxLjUsMGgxMUExLjUsMS41LDAsMCwxLDE0LDEuNXYxMUExLjUsMS41LDAsMCwxLDEyLjUsMTRaTTEuNSwxYS41LjUsMCwwLDAtLjUuNXYxMWEuNS41LDAsMCwwLC41LjVoMTFhLjUuNSwwLDAsMCwuNS0uNVYxLjVhLjUuNSwwLDAsMC0uNS0uNVoiLz4KICA8L2c+CiAgPGNpcmNsZSBjbGFzcz0iY2xzLTMiIGN4PSI3IiBjeT0iNyIgcj0iNCIvPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-3rafficlights2-2,.e-spreadsheet .e-3rafficlights2-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMTMxMzE7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogI2VhYzI4MjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDE1PC90aXRsZT4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjEiIHJ5PSIxIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMi41LDE0SDEuNUExLjUsMS41LDAsMCwxLDAsMTIuNVYxLjVBMS41LDEuNSwwLDAsMSwxLjUsMGgxMUExLjUsMS41LDAsMCwxLDE0LDEuNXYxMUExLjUsMS41LDAsMCwxLDEyLjUsMTRaTTEuNSwxYS41LjUsMCwwLDAtLjUuNXYxMWEuNS41LDAsMCwwLC41LjVoMTFhLjUuNSwwLDAsMCwuNS0uNVYxLjVhLjUuNSwwLDAsMC0uNS0uNVoiLz4KICA8L2c+CiAgPGNpcmNsZSBjbGFzcz0iY2xzLTMiIGN4PSI3IiBjeT0iNyIgcj0iNCIvPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-3rafficlights2-3,.e-spreadsheet .e-3rafficlights2-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMTMxMzE7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogI2Q2NTUzMjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDE2PC90aXRsZT4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjEiIHJ5PSIxIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMi41LDE0SDEuNUExLjUsMS41LDAsMCwxLDAsMTIuNVYxLjVBMS41LDEuNSwwLDAsMSwxLjUsMGgxMUExLjUsMS41LDAsMCwxLDE0LDEuNXYxMUExLjUsMS41LDAsMCwxLDEyLjUsMTRaTTEuNSwxYS41LjUsMCwwLDAtLjUuNXYxMWEuNS41LDAsMCwwLC41LjVoMTFhLjUuNSwwLDAsMCwuNS0uNVYxLjVhLjUuNSwwLDAsMC0uNS0uNVoiLz4KICA8L2c+CiAgPGNpcmNsZSBjbGFzcz0iY2xzLTMiIGN4PSI3IiBjeT0iNyIgcj0iNCIvPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-3signs-1,.e-spreadsheet .e-3signs-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxNzwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-3signs-2,.e-spreadsheet .e-3signs-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAyMDwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNy4yOSAxLjUgNi42MiAxLjUgMC41IDExLjUgMC41IDEyLjUgMTMuNSAxMi41IDEzLjUgMTEuNSA3LjI5IDEuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTQsMTNIMFYxMS4zNkw2LjM0LDFINy41NkwxNCwxMS4zNlpNMSwxMkgxM3YtLjM2TDcsMkg2LjlMMSwxMS42NFoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-3signs-3,.e-spreadsheet .e-3signs-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAyMTwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTMuMjkgNyA3IDEzLjMxIDAuNzEgNyA3IDAuNjkgMTMuMjkgNyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNywxNCwwLDcsNywwbDcsN1pNMS40MSw3LDcsMTIuNiwxMi41OSw3LDcsMS40WiIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-menu-wrapper .e-4trafficlights-1,.e-spreadsheet .e-4trafficlights-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxNzwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-4trafficlights-2,.e-spreadsheet .e-4trafficlights-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxODwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-4trafficlights-3,.e-spreadsheet .e-4trafficlights-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxOTwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-4trafficlights-4,.e-spreadsheet .e-4trafficlights-4{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMTMxMzE7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAyNDwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-4redtoblack-1,.e-spreadsheet .e-4redtoblack-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAxOTwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-4redtoblack-2,.e-spreadsheet .e-4redtoblack-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWRiMmEzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhYjgwNzQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAyMjwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-4redtoblack-3,.e-spreadsheet .e-4redtoblack-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjFiMWIxOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MTcxNzE7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAyMzwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-4redtoblack-4,.e-spreadsheet .e-4redtoblack-4{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMTMxMzE7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAyNDwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-3symbols-1,.e-spreadsheet .e-3symbols-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDI4PC90aXRsZT4KICA8Zz4KICAgIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNyIgY3k9IjciIHI9IjYuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNywxNGE3LDcsMCwxLDEsNy03QTcsNywwLDAsMSw3LDE0Wk03LDFhNiw2LDAsMSwwLDYsNkE2LDYsMCwwLDAsNywxWiIvPgogIDwvZz4KICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNi4xIDEwLjY3IDMuMDIgNy44NSA0LjM3IDYuMzcgNS44OCA3Ljc1IDkuNDIgMy4zMyAxMC45OCA0LjU4IDYuMSAxMC42NyIvPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-3symbols-2,.e-spreadsheet .e-3symbols-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDI5PC90aXRsZT4KICA8Zz4KICAgIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNyIgY3k9IjciIHI9IjYuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNywxNGE3LDcsMCwxLDEsNy03QTcsNywwLDAsMSw3LDE0Wk03LDFhNiw2LDAsMSwwLDYsNkE2LDYsMCwwLDAsNywxWiIvPgogIDwvZz4KICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iOCA5IDYgOSA1LjYyIDMgOC4zNSAzIDggOSIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iNiIgeT0iMTAiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHJ4PSIxIiByeT0iMSIvPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-3symbols-3,.e-spreadsheet .e-3symbols-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDMwPC90aXRsZT4KICA8Zz4KICAgIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNyIgY3k9IjciIHI9IjYuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNywxNGE3LDcsMCwxLDEsNy03QTcsNywwLDAsMSw3LDE0Wk03LDFhNiw2LDAsMSwwLDYsNkE2LDYsMCwwLDAsNywxWiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iNiIgeT0iMy4wNSIgd2lkdGg9IjIiIGhlaWdodD0iNy45IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi45IDcuMDIpIHJvdGF0ZSgtNDUuMDkpIi8+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjMuMDUiIHk9IjYiIHdpZHRoPSI3LjkiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuOSA2Ljk5KSByb3RhdGUoLTQ0LjkyKSIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-menu-wrapper .e-3symbols2-1,.e-spreadsheet .e-3symbols2-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNjhhNDkwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMjZmNWI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzMTwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNS40NyAxMi40NyAwLjY4IDcuNzcgMi43OCA1LjMxIDUuMTIgNy42MSAxMC44OSAwLjU2IDEzLjMxIDIuNjUgNS40NyAxMi40NyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNS41MSwxMy4yMSwwLDcuOCwyLjc0LDQuNTgsNS4wOCw2Ljg3bDUuNzUtN0wxNCwyLjU4Wk0xLjM2LDcuNzRsNC4wNiw0LDcuMi05TDExLDEuMjcsNS4xNiw4LjM1LDIuODEsNloiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-3symbols2-2,.e-spreadsheet .e-3symbols2-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzMjwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNy41IDEwLjUgNS41IDEwLjUgNC42MSAwLjUgOC4zOSAwLjUgNy41IDEwLjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTgsMTFINWwtMS0xMUg4Ljk0Wk02LDEwSDdsLjgtOUg1LjE2WiIvPgogIDwvZz4KICA8Zz4KICAgIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNi41IiBjeT0iMTEuNSIgcj0iMiIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNi41LDE0QTIuNSwyLjUsMCwxLDEsOSwxMS41LDIuNSwyLjUsMCwwLDEsNi41LDE0Wm0wLTRBMS41LDEuNSwwLDEsMCw4LDExLjUsMS41LDEuNSwwLDAsMCw2LjUsMTBaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-3symbols2-3,.e-spreadsheet .e-3symbols2-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZDY1NTMyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM5ZTM4MWM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzMzwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTMuMjkgMi45MyAxMS4wNyAwLjcxIDcgNC43OCAyLjkzIDAuNzEgMC43MSAyLjkzIDQuNzggNyAwLjcxIDExLjA3IDIuOTMgMTMuMjkgNyA5LjIyIDExLjA3IDEzLjI5IDEzLjI5IDExLjA3IDkuMjIgNyAxMy4yOSAyLjkzIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMS4wNywxNCw3LDkuOTMsMi45MywxNCwwLDExLjA3LDQuMDcsNywwLDIuOTMsMi45MywwLDcsNC4wNywxMS4wNywwLDE0LDIuOTMsOS45Myw3LDE0LDExLjA3Wk03LDguNTFsNC4wNyw0LjA4LDEuNTItMS41Mkw4LjUxLDdsNC4wOC00LjA3TDExLjA3LDEuNDIsNyw1LjQ5LDIuOTMsMS40MSwxLjQxLDIuOTMsNS40OSw3LDEuNDEsMTEuMDdsMS41MiwxLjUxWiIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-menu-wrapper .e-3flags-1,.e-spreadsheet .e-3flags-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNzI3MjcyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM2OGE0OTA7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzMyNmY1YjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDI1PC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjIiIHdpZHRoPSIyIiBoZWlnaHQ9IjE0Ii8+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNS41IDcuNSA1LjUgMSAxMC41IDQuNSA1LjUgNy41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik01LDguMzhWMGw2LjQyLDQuNDlaTTYsMlY2LjYyTDkuNTgsNC40N1oiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-3flags-2,.e-spreadsheet .e-3flags-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNzI3MjcyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNlYWMyODI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogI2E0ODAyYjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDI2PC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjIiIHdpZHRoPSIyIiBoZWlnaHQ9IjE0Ii8+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNS41IDcuNSA1LjUgMSAxMC41IDQuNSA1LjUgNy41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik01LDguMzhWMGw2LjQyLDQuNDlaTTYsMlY2LjYyTDkuNTgsNC40N1oiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-3flags-3,.e-spreadsheet .e-3flags-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNzI3MjcyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNkNjU1MzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzllMzgxYzsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDI3PC90aXRsZT4KICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjIiIHdpZHRoPSIyIiBoZWlnaHQ9IjE0Ii8+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNS41IDcuNSA1LjUgMSAxMC41IDQuNSA1LjUgNy41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik01LDguMzhWMGw2LjQyLDQuNDlaTTYsMlY2LjYyTDkuNTgsNC40N1oiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-3stars-1,.e-spreadsheet .e-3stars-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzNjwvdGl0bGU+CiAgPGc+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTEuNSAxMi40MSAxMSAxMi44NyA3IDEwLjE4IDMgMTIuODcgMi41IDEyLjQxIDQuNjEgOC4xOSAwLjUgNS4yIDAuNSA0LjUgNS4xNyA0LjUgNi43NSAwLjUgNy4yNSAwLjUgOC44NCA0LjUgMTMuNSA0LjUgMTMuNSA1LjIgOS4zOSA4LjE5IDExLjUgMTIuNDEiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTExLDEzLjUsNywxMC43OCwzLDEzLjVsLTEuMDgtMUw0LDguMzUsMCw1LjQ1VjRINC44M0w2LjQxLDBINy41OUw5LjE4LDRIMTRWNS40NWwtNCwyLjksMi4wOSw0LjE4Wk03LDkuNTdsMy44LDIuNTZMOC43NSw4bDQuMTctM0g4LjVMNywxLjIzLDUuNTEsNUgxLjA4TDUuMjUsOGwtMiw0LjA5WiIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-menu-wrapper .e-3stars-2,.e-spreadsheet .e-3stars-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWFjMjgyOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNhNDgwMmI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzcyNzI3MjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHRpdGxlPkFydGJvYXJkIDM2IGNvcHk8L3RpdGxlPgogIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI3IDEwLjE4IDMgMTIuODcgMi41IDEyLjQxIDQuNjEgOC4xOSAwLjUgNS4yIDAuNSA0LjUgNS4xNyA0LjUgNi43NSAwLjUgNyAwLjU3IDcgMTAuMTgiLz4KICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMSwxMy41LDcsMTAuNzgsMywxMy41bC0xLjA4LTFMNCw4LjM1LDAsNS40NVY0SDQuODNMNi40MSwwSDcuNTlMOS4xOCw0SDE0VjUuNDVsLTQsMi45LDIuMDksNC4xOFpNNyw5LjU3bDMuOCwyLjU2TDguNzUsOGw0LjE3LTNIOC41TDcsMS4yMyw1LjUxLDVIMS4wOEw1LjI1LDhsLTIsNC4wOVoiLz4KICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMSwxMy41LDcsMTAuNzgsMywxMy41bC0xLjA4LTFMNCw4LjM1LDAsNS40NVY0SDQuODNMNi40MSwwSDcuNTlMOS4xOCw0SDE0VjUuNDVsLTQsMi45LDIuMDksNC4xOFpNNyw5LjU3bDMuOCwyLjU2TDguNzUsOGw0LjE3LTNIOC41TDcsMS4yMyw1LjUxLDVIMS4wOEw1LjI1LDhsLTIsNC4wOVoiLz4KICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00LDguMzUsMCw1LjQ1VjRINC44M0w2LjQxLDBINy41OUw5LjE4LDRIMTRWNS40NWwtNCwyLjksMi4wOSw0LjE4TDExLDEzLjUsNywxMC43OCwzLDEzLjVNNyw5LjU3bDMuOCwyLjU2TDguNzUsOGw0LjE3LTNIOC41TDcsMS4yMyw1LjUxLDVIMS4wOEw1LjI1LDhsLTIsNC4wOVoiLz4KICA8cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iMTQgNCA5LjE4IDQgNy41OSAwIDcgMCA3IDEuMjMgNyAxLjIzIDguNTEgNSAxMi45MiA1IDguNzUgOC4wNCAxMC44IDEyLjEzIDcgOS41NyA3IDEwLjc4IDExLjA0IDEzLjUgMTIuMTIgMTIuNTMgMTAuMDMgOC4zNSAxNCA1LjQ1IDE0IDQiLz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-menu-wrapper .e-3stars-3,.e-spreadsheet .e-3stars-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNzI3MjcyOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgMzQ8L3RpdGxlPgogIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExLDEzLjUsNywxMC43OCwzLDEzLjVsLTEuMDctMUw0LDguMDYsMCw1LjQ3VjRINC44M0w2LjQxLDBINy41OUw5LjE4LDRIMTRWNS40N0wxMCw4LjA2bDIuMDgsNC40OFpNNyw5LjU3bDMuODIsMi41N0w4Ljc1LDcuNjksMTIuODgsNUg4LjVMNywxLjIzLDUuNTEsNUgxLjEyTDUuMjUsNy42OSwzLjE4LDEyLjE0WiIvPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-4rating-1,.e-spreadsheet .e-4rating-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDM8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzLjUiIHk9IjUuNSIgd2lkdGg9IjMiIGhlaWdodD0iOCIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNywxNEgzVjVIN1pNNCwxM0g2VjZINFoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuNSIgeT0iMi41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxMSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTAsMTRINlYyaDRaTTcsMTNIOVYzSDdaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI5LjUiIHk9IjAuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTMiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEzLDE0SDlWMGg0Wm0tMy0xaDJWMUgxMFoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iOC41IiB3aWR0aD0iMyIgaGVpZ2h0PSI1Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik00LDE0SDBWOEg0Wk0xLDEzSDNWOUgxWiIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-menu-wrapper .e-4rating-2,.e-spreadsheet .e-4rating-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDQ8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI2LjUiIHk9IjIuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTEiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwLDE0SDZWMmg0Wk03LDEzSDlWM0g3WiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iOS41IiB5PSIwLjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjEzIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMywxNEg5VjBoNFptLTMtMWgyVjFIMTBaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjguNSIgd2lkdGg9IjMiIGhlaWdodD0iNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy00IiBkPSJNNCwxNEgwVjhINFpNMSwxM0gzVjlIMVoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjMuNSIgeT0iNS41IiB3aWR0aD0iMyIgaGVpZ2h0PSI4Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik03LDE0SDNWNUg3Wk00LDEzSDZWNkg0WiIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-menu-wrapper .e-4rating-3,.e-spreadsheet .e-4rating-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDU8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI5LjUiIHk9IjAuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTMiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEzLDE0SDlWMGg0Wm0tMy0xaDJWMUgxMFoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iOC41IiB3aWR0aD0iMyIgaGVpZ2h0PSI1Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik00LDE0SDBWOEg0Wk0xLDEzSDNWOUgxWiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMy41IiB5PSI1LjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjgiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTcsMTRIM1Y1SDdaTTQsMTNINlY2SDRaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSI2LjUiIHk9IjIuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTEiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTEwLDE0SDZWMmg0Wk03LDEzSDlWM0g3WiIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-menu-wrapper .e-4rating-4,.e-spreadsheet .e-4rating-4{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNGE3ZGIxOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMzVmOGM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA0NjwvdGl0bGU+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjkuNSIgeT0iMC41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxMyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTMsMTRIOVYwaDRabS0zLTFoMlYxSDEwWiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSI4LjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQsMTRIMFY4SDRaTTEsMTNIM1Y5SDFaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzLjUiIHk9IjUuNSIgd2lkdGg9IjMiIGhlaWdodD0iOCIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNywxNEgzVjVIN1pNNCwxM0g2VjZINFoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuNSIgeT0iMi41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxMSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTAsMTRINlYyaDRaTTcsMTNIOVYzSDdaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-5quarters-1,.e-spreadsheet .e-5quarters-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNTA1MDUwOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMTMxMzE7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzNzwvdGl0bGU+CiAgPGc+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjciIGN5PSI3IiByPSI2LjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-5quarters-2,.e-spreadsheet .e-5quarters-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMzEzMTMxOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM1MDUwNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzODwvdGl0bGU+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNywxNGE3LDcsMCwxLDEsNy03QTcsNywwLDAsMSw3LDE0Wk03LDFhNiw2LDAsMSwwLDYsNkE2LDYsMCwwLDAsNywxWiIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMUE2LDYsMCwxLDEsMSw3SDdaIi8+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-5quarters-3,.e-spreadsheet .e-5quarters-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMzEzMTMxOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM1MDUwNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCAzOTwvdGl0bGU+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNywxNGE3LDcsMCwxLDEsNy03QTcsNywwLDAsMSw3LDE0Wk03LDFhNiw2LDAsMSwwLDYsNkE2LDYsMCwwLDAsNywxWiIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsMTNBNiw2LDAsMCwxLDcsMVYxM1oiLz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-menu-wrapper .e-5quarters-4,.e-spreadsheet .e-5quarters-4{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMzEzMTMxOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM1MDUwNTA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA0MDwvdGl0bGU+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNywxNGE3LDcsMCwxLDEsNy03QTcsNywwLDAsMSw3LDE0Wk03LDFhNiw2LDAsMSwwLDYsNkE2LDYsMCwwLDAsNywxWiIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcsN1YxYTYsNiwwLDAsMSw2LDZaIi8+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-menu-wrapper .e-5quarters-5,.e-spreadsheet .e-5quarters-5{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMzEzMTMxOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDE8L3RpdGxlPgogIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTcsMTRhNyw3LDAsMSwxLDctN0E3LDcsMCwwLDEsNywxNFpNNywxYTYsNiwwLDEsMCw2LDZBNiw2LDAsMCwwLDcsMVoiLz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-menu-wrapper .e-5rating-1,.e-spreadsheet .e-5rating-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA0MjwvdGl0bGU+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjMuNSIgeT0iNS41IiB3aWR0aD0iMyIgaGVpZ2h0PSI4Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik03LDE0SDNWNUg3Wk00LDEzSDZWNkg0WiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNi41IiB5PSIyLjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjExIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMCwxNEg2VjJoNFpNNywxM0g5VjNIN1oiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjkuNSIgeT0iMC41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxMyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTMsMTRIOVYwaDRabS0zLTFoMlYxSDEwWiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSI4LjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQsMTRIMFY4SDRaTTEsMTNIM1Y5SDFaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-5rating-2,.e-spreadsheet .e-5rating-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDM8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzLjUiIHk9IjUuNSIgd2lkdGg9IjMiIGhlaWdodD0iOCIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNywxNEgzVjVIN1pNNCwxM0g2VjZINFoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuNSIgeT0iMi41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxMSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTAsMTRINlYyaDRaTTcsMTNIOVYzSDdaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI5LjUiIHk9IjAuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTMiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEzLDE0SDlWMGg0Wm0tMy0xaDJWMUgxMFoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iOC41IiB3aWR0aD0iMyIgaGVpZ2h0PSI1Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik00LDE0SDBWOEg0Wk0xLDEzSDNWOUgxWiIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-menu-wrapper .e-5rating-3,.e-spreadsheet .e-5rating-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDQ8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI2LjUiIHk9IjIuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTEiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwLDE0SDZWMmg0Wk03LDEzSDlWM0g3WiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iOS41IiB5PSIwLjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjEzIi8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMywxNEg5VjBoNFptLTMtMWgyVjFIMTBaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjguNSIgd2lkdGg9IjMiIGhlaWdodD0iNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy00IiBkPSJNNCwxNEgwVjhINFpNMSwxM0gzVjlIMVoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjMuNSIgeT0iNS41IiB3aWR0aD0iMyIgaGVpZ2h0PSI4Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik03LDE0SDNWNUg3Wk00LDEzSDZWNkg0WiIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-menu-wrapper .e-5rating-4,.e-spreadsheet .e-5rating-4{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDU8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI5LjUiIHk9IjAuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTMiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEzLDE0SDlWMGg0Wm0tMy0xaDJWMUgxMFoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iOC41IiB3aWR0aD0iMyIgaGVpZ2h0PSI1Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik00LDE0SDBWOEg0Wk0xLDEzSDNWOUgxWiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMy41IiB5PSI1LjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjgiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTcsMTRIM1Y1SDdaTTQsMTNINlY2SDRaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSI2LjUiIHk9IjIuNSIgd2lkdGg9IjMiIGhlaWdodD0iMTEiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTEwLDE0SDZWMmg0Wk03LDEzSDlWM0g3WiIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-menu-wrapper .e-5rating-5,.e-spreadsheet .e-5rating-5{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNGE3ZGIxOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMzVmOGM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA0NjwvdGl0bGU+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjkuNSIgeT0iMC41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxMyIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTMsMTRIOVYwaDRabS0zLTFoMlYxSDEwWiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSI4LjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTQsMTRIMFY4SDRaTTEsMTNIM1Y5SDFaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzLjUiIHk9IjUuNSIgd2lkdGg9IjMiIGhlaWdodD0iOCIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNywxNEgzVjVIN1pNNCwxM0g2VjZINFoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuNSIgeT0iMi41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxMSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTAsMTRINlYyaDRaTTcsMTNIOVYzSDdaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-5boxes-1,.e-spreadsheet .e-5boxes-1{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjNGE3ZGIxOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMzMzVmOGM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA0NzwvdGl0bGU+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuNSIgeT0iMC41IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMC41IiByeT0iMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMiw3SDdBMSwxLDAsMCwxLDYsNlYxQTEsMSwwLDAsMSw3LDBoNWExLDEsMCwwLDEsMSwxVjZBMSwxLDAsMCwxLDEyLDdabTAtMVY2Wk03LDFWNmg1VjFaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI2LjUiIHk9IjYuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTIsMTNIN2ExLDEsMCwwLDEtMS0xVjdBMSwxLDAsMCwxLDcsNmg1YTEsMSwwLDAsMSwxLDF2NUExLDEsMCwwLDEsMTIsMTNabTAtMXYwWk03LDd2NWg1VjdaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIwLjUiIHk9IjYuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNiwxM0gxYTEsMSwwLDAsMS0xLTFWN0ExLDEsMCwwLDEsMSw2SDZBMSwxLDAsMCwxLDcsN3Y1QTEsMSwwLDAsMSw2LDEzWm0wLTF2MFpNMSw3djVINlY3WiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHJ4PSIwLjUiIHJ5PSIwLjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTYsN0gxQTEsMSwwLDAsMSwwLDZWMUExLDEsMCwwLDEsMSwwSDZBMSwxLDAsMCwxLDcsMVY2QTEsMSwwLDAsMSw2LDdaTTYsNlY2Wk0xLDFWNkg2VjFaIi8+CiAgPC9nPgo8L3N2Zz4K") no-repeat 50% 50%}.e-menu-wrapper .e-5boxes-2,.e-spreadsheet .e-5boxes-2{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDg8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI2LjUiIHk9IjAuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTIsN0g3QTEsMSwwLDAsMSw2LDZWMUExLDEsMCwwLDEsNywwaDVhMSwxLDAsMCwxLDEsMVY2QTEsMSwwLDAsMSwxMiw3Wm0wLTFWNlpNNywxVjZoNVYxWiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iNi41IiB5PSI2LjUiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHJ4PSIwLjUiIHJ5PSIwLjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTEyLDEzSDdhMSwxLDAsMCwxLTEtMVY3QTEsMSwwLDAsMSw3LDZoNWExLDEsMCwwLDEsMSwxdjVBMSwxLDAsMCwxLDEyLDEzWm0wLTF2MFpNNyw3djVoNVY3WiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMC41IiB5PSI2LjUiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHJ4PSIwLjUiIHJ5PSIwLjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTYsMTNIMWExLDEsMCwwLDEtMS0xVjdBMSwxLDAsMCwxLDEsNkg2QTEsMSwwLDAsMSw3LDd2NUExLDEsMCwwLDEsNiwxM1ptMC0xdjBaTTEsN3Y1SDZWN1oiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iMC41IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMC41IiByeT0iMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik02LDdIMUExLDEsMCwwLDEsMCw2VjFBMSwxLDAsMCwxLDEsMEg2QTEsMSwwLDAsMSw3LDFWNkExLDEsMCwwLDEsNiw3Wk02LDZWNlpNMSwxVjZINlYxWiIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-menu-wrapper .e-5boxes-3,.e-spreadsheet .e-5boxes-3{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNDk8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNiw3SDFBMSwxLDAsMCwxLDAsNlYxQTEsMSwwLDAsMSwxLDBINkExLDEsMCwwLDEsNywxVjZBMSwxLDAsMCwxLDYsN1pNNiw2VjZaTTEsMVY2SDZWMVoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuNSIgeT0iMC41IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMC41IiByeT0iMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMiw3SDdBMSwxLDAsMCwxLDYsNlYxQTEsMSwwLDAsMSw3LDBoNWExLDEsMCwwLDEsMSwxVjZBMSwxLDAsMCwxLDEyLDdabTAtMVY2Wk03LDFWNmg1VjFaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSI2LjUiIHk9IjYuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy00IiBkPSJNMTIsMTNIN2ExLDEsMCwwLDEtMS0xVjdBMSwxLDAsMCwxLDcsNmg1YTEsMSwwLDAsMSwxLDF2NUExLDEsMCwwLDEsMTIsMTNabTAtMXYwWk03LDd2NWg1VjdaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0zIiB4PSIwLjUiIHk9IjYuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy00IiBkPSJNNiwxM0gxYTEsMSwwLDAsMS0xLTFWN0ExLDEsMCwwLDEsMSw2SDZBMSwxLDAsMCwxLDcsN3Y1QTEsMSwwLDAsMSw2LDEzWm0wLTF2MFpNMSw3djVINlY3WiIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-menu-wrapper .e-5boxes-4,.e-spreadsheet .e-5boxes-4{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgZmlsbDogIzRhN2RiMTsKICAgICAgfQoKICAgICAgLmNscy00IHsKICAgICAgICBmaWxsOiAjMzM1ZjhjOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+QXJ0Ym9hcmQgNTA8L3RpdGxlPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNiw3SDFBMSwxLDAsMCwxLDAsNlYxQTEsMSwwLDAsMSwxLDBINkExLDEsMCwwLDEsNywxVjZBMSwxLDAsMCwxLDYsN1pNNiw2VjZaTTEsMVY2SDZWMVoiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuNSIgeT0iNi41IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMC41IiByeT0iMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMiwxM0g3YTEsMSwwLDAsMS0xLTFWN0ExLDEsMCwwLDEsNyw2aDVhMSwxLDAsMCwxLDEsMXY1QTEsMSwwLDAsMSwxMiwxM1ptMC0xdjBaTTcsN3Y1aDVWN1oiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjAuNSIgeT0iNi41IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMC41IiByeT0iMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik02LDEzSDFhMSwxLDAsMCwxLTEtMVY3QTEsMSwwLDAsMSwxLDZINkExLDEsMCwwLDEsNyw3djVBMSwxLDAsMCwxLDYsMTNabTAtMXYwWk0xLDd2NUg2VjdaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI2LjUiIHk9IjAuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTIsN0g3QTEsMSwwLDAsMSw2LDZWMUExLDEsMCwwLDEsNywwaDVhMSwxLDAsMCwxLDEsMVY2QTEsMSwwLDAsMSwxMiw3Wm0wLTFWNlpNNywxVjZoNVYxWiIvPgogIDwvZz4KPC9zdmc+Cg==") no-repeat 50% 50%}.e-menu-wrapper .e-5boxes-5,.e-spreadsheet .e-5boxes-5{background:rgba(0,0,0,0) url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYjNiM2IzOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICM3MjcyNzI7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZT5BcnRib2FyZCA1MCBjb3B5PC90aXRsZT4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHJ4PSIwLjUiIHJ5PSIwLjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTYsN0gxQTEsMSwwLDAsMSwwLDZWMUExLDEsMCwwLDEsMSwwSDZBMSwxLDAsMCwxLDcsMVY2QTEsMSwwLDAsMSw2LDdaTTYsNlY2Wk0xLDFWNkg2VjFaIi8+CiAgPC9nPgogIDxnPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI2LjUiIHk9IjAuNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjAuNSIgcnk9IjAuNSIvPgogICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTIsN0g3QTEsMSwwLDAsMSw2LDZWMUExLDEsMCwwLDEsNywwaDVhMSwxLDAsMCwxLDEsMVY2QTEsMSwwLDAsMSwxMiw3Wm0wLTFWNlpNNywxVjZoNVYxWiIvPgogIDwvZz4KICA8Zz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSI2LjUiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHJ4PSIwLjUiIHJ5PSIwLjUiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTYsMTNIMWExLDEsMCwwLDEtMS0xVjdBMSwxLDAsMCwxLDEsNkg2QTEsMSwwLDAsMSw3LDd2NUExLDEsMCwwLDEsNiwxM1ptMC0xdjBaTTEsN3Y1SDZWN1oiLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjYuNSIgeT0iNi41IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMC41IiByeT0iMC41Ii8+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMiwxM0g3YTEsMSwwLDAsMS0xLTFWN0ExLDEsMCwwLDEsNyw2aDVhMSwxLDAsMCwxLDEsMXY1QTEsMSwwLDAsMSwxMiwxM1ptMC0xdjBaTTcsN3Y1aDVWN1oiLz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 50% 50%}.e-popup.e-menu-popup.e-chart-menu ul .e-column1-text,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-text,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-text,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-text,.e-popup.e-menu-popup.e-chart-menu ul .e-line-text,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-text,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-text,.e-popup.e-menu-popup.e-chart-menu ul .e-area-text,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-text,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-text{background-color:#e9ecef;background-color:#dee2e6}.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont{background-color:#fff;background-color:#fff}.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column1-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-column2-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar1-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-bar2-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-line-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-pie-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-radar-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-area-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-menu ul .e-scatter-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column1-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-column2-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar1-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-bar2-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-line-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-pie-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-radar-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-area-cont .e-scatter:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-clusteredcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedcolumn:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedcolumn100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-clusteredcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedcolumn3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedcolumn1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-clusteredbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedbar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedbar100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-clusteredbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedbar3d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedbar1003d:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-line:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedline:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedline100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-pie:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-doughnut:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-radar:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-radar-markers:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-area:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedarea:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-stackedarea100:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-scatter-cont .e-scatter:hover{background-color:#e9ecef;background-color:#e9ecef}.e-popup.e-menu-popup.e-chart-menu ul .e-is-wrapper:hover,.e-popup.e-menu-popup.e-chart-type-menu ul .e-is-wrapper:hover{background-color:#e9ecef;background-color:#e9ecef}.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons{color:#6c757d}.e-dropdown-popup ul .e-item .e-menu-icon.e-selected-icon{color:#0d6efd}.e-dropdown-popup.e-align-ddb ul .e-item:not(.e-selected) .e-menu-icon{color:#6c757d}.e-numformat-ddb.e-dropdown-popup ul .e-item .e-numformat-preview-text{opacity:.5}.e-sort-dialog .e-sort-listwrapper{border-bottom:1px dashed #dee2e6}.e-sort-dialog .e-sort-error{background-color:#f8d7da;color:#dc3545}.e-dropdown-popup.e-sheets-list .e-item.e-hide{opacity:.45}@font-face {
    font-family: "FluentSystemIcons-Regular";
    src: url("../libs/tsp/jslibs/fluentui/fluentui-system-icons/fonts/FluentSystemIcons-Regular.woff2?5faee124d5e50d66145f209d7f8ea744") format("woff2"),
url("../libs/tsp/jslibs/fluentui/fluentui-system-icons/fonts/FluentSystemIcons-Regular.woff?5faee124d5e50d66145f209d7f8ea744") format("woff"),
url("../libs/tsp/jslibs/fluentui/fluentui-system-icons/fonts/FluentSystemIcons-Regular.ttf?5faee124d5e50d66145f209d7f8ea744") format("truetype");
}

i[class*="icon-"][class*="_regular"]:before, i[class*=" icon-"][class*="_regular"]:before {
    font-family: FluentSystemIcons-Regular !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ic_fluent_access_time_24_regular:before {
    content: "\f101";
}
.icon-ic_fluent_accessibility_16_regular:before {
    content: "\f102";
}
.icon-ic_fluent_accessibility_20_regular:before {
    content: "\f103";
}
.icon-ic_fluent_accessibility_24_regular:before {
    content: "\f104";
}
.icon-ic_fluent_accessibility_28_regular:before {
    content: "\f105";
}
.icon-ic_fluent_add_12_regular:before {
    content: "\f107";
}
.icon-ic_fluent_add_16_regular:before {
    content: "\f108";
}
.icon-ic_fluent_add_20_regular:before {
    content: "\f109";
}
.icon-ic_fluent_add_24_regular:before {
    content: "\f10a";
}
.icon-ic_fluent_add_28_regular:before {
    content: "\f10b";
}
.icon-ic_fluent_add_circle_20_regular:before {
    content: "\f10c";
}
.icon-ic_fluent_add_circle_24_regular:before {
    content: "\f10d";
}
.icon-ic_fluent_add_circle_28_regular:before {
    content: "\f10e";
}
.icon-ic_fluent_airplane_20_regular:before {
    content: "\f10f";
}
.icon-ic_fluent_airplane_24_regular:before {
    content: "\f110";
}
.icon-ic_fluent_airplane_take_off_16_regular:before {
    content: "\f111";
}
.icon-ic_fluent_airplane_take_off_20_regular:before {
    content: "\f112";
}
.icon-ic_fluent_airplane_take_off_24_regular:before {
    content: "\f113";
}
.icon-ic_fluent_alert_20_regular:before {
    content: "\f114";
}
.icon-ic_fluent_alert_24_regular:before {
    content: "\f115";
}
.icon-ic_fluent_alert_28_regular:before {
    content: "\f116";
}
.icon-ic_fluent_alert_off_16_regular:before {
    content: "\f117";
}
.icon-ic_fluent_alert_off_20_regular:before {
    content: "\f118";
}
.icon-ic_fluent_alert_off_24_regular:before {
    content: "\f119";
}
.icon-ic_fluent_alert_off_28_regular:before {
    content: "\f11a";
}
.icon-ic_fluent_alert_on_24_regular:before {
    content: "\f11b";
}
.icon-ic_fluent_alert_snooze_20_regular:before {
    content: "\f11c";
}
.icon-ic_fluent_alert_snooze_24_regular:before {
    content: "\f11d";
}
.icon-ic_fluent_alert_urgent_20_regular:before {
    content: "\f11e";
}
.icon-ic_fluent_alert_urgent_24_regular:before {
    content: "\f11f";
}
.icon-ic_fluent_animal_dog_20_regular:before {
    content: "\f120";
}
.icon-ic_fluent_animal_dog_24_regular:before {
    content: "\f121";
}
.icon-ic_fluent_app_folder_20_regular:before {
    content: "\f122";
}
.icon-ic_fluent_app_folder_24_regular:before {
    content: "\f123";
}
.icon-ic_fluent_app_generic_24_regular:before {
    content: "\f124";
}
.icon-ic_fluent_app_recent_24_regular:before {
    content: "\f125";
}
.icon-ic_fluent_app_store_24_regular:before {
    content: "\f12a";
}
.icon-ic_fluent_app_title_24_regular:before {
    content: "\f12b";
}
.icon-ic_fluent_approvals_app_24_regular:before {
    content: "\f130";
}
.icon-ic_fluent_approvals_app_28_regular:before {
    content: "\f131";
}
.icon-ic_fluent_apps_16_regular:before {
    content: "\f132";
}
.icon-ic_fluent_apps_20_regular:before {
    content: "\f133";
}
.icon-ic_fluent_apps_24_regular:before {
    content: "\f134";
}
.icon-ic_fluent_apps_28_regular:before {
    content: "\f135";
}
.icon-ic_fluent_apps_add_in_20_regular:before {
    content: "\f136";
}
.icon-ic_fluent_apps_add_in_24_regular:before {
    content: "\f137";
}
.icon-ic_fluent_apps_list_24_regular:before {
    content: "\f138";
}
.icon-ic_fluent_archive_20_regular:before {
    content: "\f139";
}
.icon-ic_fluent_archive_24_regular:before {
    content: "\f13a";
}
.icon-ic_fluent_archive_28_regular:before {
    content: "\f13b";
}
.icon-ic_fluent_archive_48_regular:before {
    content: "\f13c";
}
.icon-ic_fluent_arrow_clockwise_20_regular:before {
    content: "\f13d";
}
.icon-ic_fluent_arrow_clockwise_24_regular:before {
    content: "\f13e";
}
.icon-ic_fluent_arrow_counterclockwise_20_regular:before {
    content: "\f13f";
}
.icon-ic_fluent_arrow_counterclockwise_24_regular:before {
    content: "\f140";
}
.icon-ic_fluent_arrow_curve_down_left_20_regular:before {
    content: "\f141";
}
.icon-ic_fluent_arrow_curve_down_right_20_regular:before {
    content: "\f142";
}
.icon-ic_fluent_arrow_curve_up_left_20_regular:before {
    content: "\f145";
}
.icon-ic_fluent_arrow_curve_up_right_20_regular:before {
    content: "\f146";
}
.icon-ic_fluent_arrow_down_16_regular:before {
    content: "\f147";
}
.icon-ic_fluent_arrow_down_20_regular:before {
    content: "\f148";
}
.icon-ic_fluent_arrow_down_24_regular:before {
    content: "\f149";
}
.icon-ic_fluent_arrow_down_28_regular:before {
    content: "\f14a";
}
.icon-ic_fluent_arrow_down_left_24_regular:before {
    content: "\f14b";
}
.icon-ic_fluent_arrow_download_16_regular:before {
    content: "\f14f";
}
.icon-ic_fluent_arrow_download_20_regular:before {
    content: "\f150";
}
.icon-ic_fluent_arrow_download_24_regular:before {
    content: "\f151";
}
.icon-ic_fluent_arrow_download_48_regular:before {
    content: "\f152";
}
.icon-ic_fluent_arrow_expand_24_regular:before {
    content: "\f154";
}
.icon-ic_fluent_arrow_forward_16_regular:before {
    content: "\f156";
}
.icon-ic_fluent_arrow_forward_20_regular:before {
    content: "\f157";
}
.icon-ic_fluent_arrow_forward_24_regular:before {
    content: "\f158";
}
.icon-ic_fluent_arrow_import_20_regular:before {
    content: "\f159";
}
.icon-ic_fluent_arrow_import_24_regular:before {
    content: "\f15a";
}
.icon-ic_fluent_arrow_left_20_regular:before {
    content: "\f15b";
}
.icon-ic_fluent_arrow_left_24_regular:before {
    content: "\f15c";
}
.icon-ic_fluent_arrow_left_28_regular:before {
    content: "\f15d";
}
.icon-ic_fluent_arrow_maximize_16_regular:before {
    content: "\f15e";
}
.icon-ic_fluent_arrow_maximize_20_regular:before {
    content: "\f15f";
}
.icon-ic_fluent_arrow_maximize_24_regular:before {
    content: "\f160";
}
.icon-ic_fluent_arrow_maximize_28_regular:before {
    content: "\f161";
}
.icon-ic_fluent_arrow_maximize_vertical_20_regular:before {
    content: "\f162";
}
.icon-ic_fluent_arrow_maximize_vertical_24_regular:before {
    content: "\f163";
}
.icon-ic_fluent_arrow_minimize_16_regular:before {
    content: "\f164";
}
.icon-ic_fluent_arrow_minimize_20_regular:before {
    content: "\f165";
}
.icon-ic_fluent_arrow_minimize_24_regular:before {
    content: "\f166";
}
.icon-ic_fluent_arrow_minimize_28_regular:before {
    content: "\f167";
}
.icon-ic_fluent_arrow_minimize_vertical_24_regular:before {
    content: "\f168";
}
.icon-ic_fluent_arrow_move_24_regular:before {
    content: "\f169";
}
.icon-ic_fluent_arrow_next_20_regular:before {
    content: "\f16a";
}
.icon-ic_fluent_arrow_next_24_regular:before {
    content: "\f16b";
}
.icon-ic_fluent_arrow_previous_20_regular:before {
    content: "\f16c";
}
.icon-ic_fluent_arrow_previous_24_regular:before {
    content: "\f16d";
}
.icon-ic_fluent_arrow_redo_20_regular:before {
    content: "\f16e";
}
.icon-ic_fluent_arrow_redo_24_regular:before {
    content: "\f16f";
}
.icon-ic_fluent_arrow_repeat_all_16_regular:before {
    content: "\f170";
}
.icon-ic_fluent_arrow_repeat_all_20_regular:before {
    content: "\f171";
}
.icon-ic_fluent_arrow_repeat_all_24_regular:before {
    content: "\f172";
}
.icon-ic_fluent_arrow_repeat_all_off_16_regular:before {
    content: "\f173";
}
.icon-ic_fluent_arrow_repeat_all_off_20_regular:before {
    content: "\f174";
}
.icon-ic_fluent_arrow_repeat_all_off_24_regular:before {
    content: "\f175";
}
.icon-ic_fluent_arrow_reply_16_regular:before {
    content: "\f176";
}
.icon-ic_fluent_arrow_reply_20_regular:before {
    content: "\f177";
}
.icon-ic_fluent_arrow_reply_24_regular:before {
    content: "\f178";
}
.icon-ic_fluent_arrow_reply_48_regular:before {
    content: "\f179";
}
.icon-ic_fluent_arrow_reply_all_16_regular:before {
    content: "\f17a";
}
.icon-ic_fluent_arrow_reply_all_20_regular:before {
    content: "\f17b";
}
.icon-ic_fluent_arrow_reply_all_24_regular:before {
    content: "\f17c";
}
.icon-ic_fluent_arrow_reply_all_48_regular:before {
    content: "\f17d";
}
.icon-ic_fluent_arrow_reply_down_16_regular:before {
    content: "\f17e";
}
.icon-ic_fluent_arrow_reply_down_20_regular:before {
    content: "\f17f";
}
.icon-ic_fluent_arrow_reply_down_24_regular:before {
    content: "\f180";
}
.icon-ic_fluent_arrow_right_20_regular:before {
    content: "\f181";
}
.icon-ic_fluent_arrow_right_24_regular:before {
    content: "\f182";
}
.icon-ic_fluent_arrow_right_28_regular:before {
    content: "\f183";
}
.icon-ic_fluent_arrow_rotate_clockwise_20_regular:before {
    content: "\f185";
}
.icon-ic_fluent_arrow_rotate_clockwise_24_regular:before {
    content: "\f186";
}
.icon-ic_fluent_arrow_rotate_counterclockwise_20_regular:before {
    content: "\f187";
}
.icon-ic_fluent_arrow_rotate_counterclockwise_24_regular:before {
    content: "\f188";
}
.icon-ic_fluent_arrow_sort_20_regular:before {
    content: "\f18a";
}
.icon-ic_fluent_arrow_sort_24_regular:before {
    content: "\f18b";
}
.icon-ic_fluent_arrow_sort_28_regular:before {
    content: "\f18c";
}
.icon-ic_fluent_arrow_swap_20_regular:before {
    content: "\f18d";
}
.icon-ic_fluent_arrow_swap_24_regular:before {
    content: "\f18e";
}
.icon-ic_fluent_arrow_sync_12_regular:before {
    content: "\f18f";
}
.icon-ic_fluent_arrow_sync_20_regular:before {
    content: "\f190";
}
.icon-ic_fluent_arrow_sync_24_regular:before {
    content: "\f191";
}
.icon-ic_fluent_arrow_sync_circle_16_regular:before {
    content: "\f192";
}
.icon-ic_fluent_arrow_sync_circle_20_regular:before {
    content: "\f193";
}
.icon-ic_fluent_arrow_sync_circle_24_regular:before {
    content: "\f194";
}
.icon-ic_fluent_arrow_sync_off_12_regular:before {
    content: "\f195";
}
.icon-ic_fluent_arrow_trending_16_regular:before {
    content: "\f196";
}
.icon-ic_fluent_arrow_trending_20_regular:before {
    content: "\f197";
}
.icon-ic_fluent_arrow_trending_24_regular:before {
    content: "\f198";
}
.icon-ic_fluent_arrow_undo_20_regular:before {
    content: "\f199";
}
.icon-ic_fluent_arrow_undo_24_regular:before {
    content: "\f19a";
}
.icon-ic_fluent_arrow_up_20_regular:before {
    content: "\f19b";
}
.icon-ic_fluent_arrow_up_24_regular:before {
    content: "\f19c";
}
.icon-ic_fluent_arrow_up_28_regular:before {
    content: "\f19d";
}
.icon-ic_fluent_arrow_up_left_24_regular:before {
    content: "\f1a1";
}
.icon-ic_fluent_arrow_up_right_24_regular:before {
    content: "\f1a3";
}
.icon-ic_fluent_arrow_upload_20_regular:before {
    content: "\f1a4";
}
.icon-ic_fluent_arrow_upload_24_regular:before {
    content: "\f1a5";
}
.icon-ic_fluent_arrows_bidirectional_24_regular:before {
    content: "\f1a6";
}
.icon-ic_fluent_attach_16_regular:before {
    content: "\f1a8";
}
.icon-ic_fluent_attach_20_regular:before {
    content: "\f1a9";
}
.icon-ic_fluent_attach_24_regular:before {
    content: "\f1aa";
}
.icon-ic_fluent_autocorrect_24_regular:before {
    content: "\f1ae";
}
.icon-ic_fluent_autosum_20_regular:before {
    content: "\f1af";
}
.icon-ic_fluent_autosum_24_regular:before {
    content: "\f1b0";
}
.icon-ic_fluent_backspace_20_regular:before {
    content: "\f1b1";
}
.icon-ic_fluent_backspace_24_regular:before {
    content: "\f1b2";
}
.icon-ic_fluent_badge_24_regular:before {
    content: "\f1b5";
}
.icon-ic_fluent_balloon_20_regular:before {
    content: "\f1b6";
}
.icon-ic_fluent_balloon_24_regular:before {
    content: "\f1b7";
}
.icon-ic_fluent_battery_0_20_regular:before {
    content: "\f1bb";
}
.icon-ic_fluent_battery_0_24_regular:before {
    content: "\f1bc";
}
.icon-ic_fluent_battery_1_20_regular:before {
    content: "\f1bd";
}
.icon-ic_fluent_battery_1_24_regular:before {
    content: "\f1be";
}
.icon-ic_fluent_battery_2_20_regular:before {
    content: "\f1bf";
}
.icon-ic_fluent_battery_2_24_regular:before {
    content: "\f1c0";
}
.icon-ic_fluent_battery_3_20_regular:before {
    content: "\f1c1";
}
.icon-ic_fluent_battery_3_24_regular:before {
    content: "\f1c2";
}
.icon-ic_fluent_battery_4_20_regular:before {
    content: "\f1c3";
}
.icon-ic_fluent_battery_4_24_regular:before {
    content: "\f1c4";
}
.icon-ic_fluent_battery_5_20_regular:before {
    content: "\f1c5";
}
.icon-ic_fluent_battery_5_24_regular:before {
    content: "\f1c6";
}
.icon-ic_fluent_battery_6_20_regular:before {
    content: "\f1c7";
}
.icon-ic_fluent_battery_6_24_regular:before {
    content: "\f1c8";
}
.icon-ic_fluent_battery_7_20_regular:before {
    content: "\f1c9";
}
.icon-ic_fluent_battery_7_24_regular:before {
    content: "\f1ca";
}
.icon-ic_fluent_battery_8_20_regular:before {
    content: "\f1cb";
}
.icon-ic_fluent_battery_8_24_regular:before {
    content: "\f1cc";
}
.icon-ic_fluent_battery_9_20_regular:before {
    content: "\f1cd";
}
.icon-ic_fluent_battery_9_24_regular:before {
    content: "\f1ce";
}
.icon-ic_fluent_battery_charge_20_regular:before {
    content: "\f1cf";
}
.icon-ic_fluent_battery_charge_24_regular:before {
    content: "\f1d0";
}
.icon-ic_fluent_battery_saver_20_regular:before {
    content: "\f1d3";
}
.icon-ic_fluent_battery_saver_24_regular:before {
    content: "\f1d4";
}
.icon-ic_fluent_battery_warning_24_regular:before {
    content: "\f1d5";
}
.icon-ic_fluent_beaker_16_regular:before {
    content: "\f1d6";
}
.icon-ic_fluent_beaker_20_regular:before {
    content: "\f1d7";
}
.icon-ic_fluent_beaker_24_regular:before {
    content: "\f1d8";
}
.icon-ic_fluent_bed_20_regular:before {
    content: "\f1d9";
}
.icon-ic_fluent_bed_24_regular:before {
    content: "\f1da";
}
.icon-ic_fluent_bluetooth_20_regular:before {
    content: "\f1de";
}
.icon-ic_fluent_bluetooth_24_regular:before {
    content: "\f1df";
}
.icon-ic_fluent_bluetooth_connected_24_regular:before {
    content: "\f1e0";
}
.icon-ic_fluent_bluetooth_disabled_24_regular:before {
    content: "\f1e1";
}
.icon-ic_fluent_bluetooth_searching_24_regular:before {
    content: "\f1e2";
}
.icon-ic_fluent_board_24_regular:before {
    content: "\f1e3";
}
.icon-ic_fluent_book_globe_24_regular:before {
    content: "\f1f0";
}
.icon-ic_fluent_book_number_16_regular:before {
    content: "\f1f1";
}
.icon-ic_fluent_book_number_20_regular:before {
    content: "\f1f2";
}
.icon-ic_fluent_book_number_24_regular:before {
    content: "\f1f3";
}
.icon-ic_fluent_bookmark_16_regular:before {
    content: "\f1f4";
}
.icon-ic_fluent_bookmark_20_regular:before {
    content: "\f1f5";
}
.icon-ic_fluent_bookmark_24_regular:before {
    content: "\f1f6";
}
.icon-ic_fluent_bookmark_28_regular:before {
    content: "\f1f7";
}
.icon-ic_fluent_bookmark_off_24_regular:before {
    content: "\f1f8";
}
.icon-ic_fluent_bot_24_regular:before {
    content: "\f1f9";
}
.icon-ic_fluent_bot_add_24_regular:before {
    content: "\f1fa";
}
.icon-ic_fluent_branch_24_regular:before {
    content: "\f1fb";
}
.icon-ic_fluent_briefcase_20_regular:before {
    content: "\f1fc";
}
.icon-ic_fluent_briefcase_24_regular:before {
    content: "\f1fd";
}
.icon-ic_fluent_broad_activity_feed_24_regular:before {
    content: "\f200";
}
.icon-ic_fluent_broom_20_regular:before {
    content: "\f201";
}
.icon-ic_fluent_broom_24_regular:before {
    content: "\f202";
}
.icon-ic_fluent_building_24_regular:before {
    content: "\f205";
}
.icon-ic_fluent_building_retail_24_regular:before {
    content: "\f209";
}
.icon-ic_fluent_calculator_20_regular:before {
    content: "\f20a";
}
.icon-ic_fluent_calendar_3_day_20_regular:before {
    content: "\f20e";
}
.icon-ic_fluent_calendar_3_day_24_regular:before {
    content: "\f20f";
}
.icon-ic_fluent_calendar_3_day_28_regular:before {
    content: "\f210";
}
.icon-ic_fluent_calendar_add_20_regular:before {
    content: "\f211";
}
.icon-ic_fluent_calendar_add_24_regular:before {
    content: "\f212";
}
.icon-ic_fluent_calendar_agenda_20_regular:before {
    content: "\f213";
}
.icon-ic_fluent_calendar_agenda_24_regular:before {
    content: "\f214";
}
.icon-ic_fluent_calendar_agenda_28_regular:before {
    content: "\f215";
}
.icon-ic_fluent_calendar_arrow_right_20_regular:before {
    content: "\f216";
}
.icon-ic_fluent_calendar_assistant_20_regular:before {
    content: "\f217";
}
.icon-ic_fluent_calendar_assistant_24_regular:before {
    content: "\f218";
}
.icon-ic_fluent_calendar_cancel_20_regular:before {
    content: "\f219";
}
.icon-ic_fluent_calendar_cancel_24_regular:before {
    content: "\f21a";
}
.icon-ic_fluent_calendar_checkmark_16_regular:before {
    content: "\f21b";
}
.icon-ic_fluent_calendar_checkmark_20_regular:before {
    content: "\f21c";
}
.icon-ic_fluent_calendar_clock_20_regular:before {
    content: "\f21d";
}
.icon-ic_fluent_calendar_clock_24_regular:before {
    content: "\f21e";
}
.icon-ic_fluent_calendar_day_20_regular:before {
    content: "\f222";
}
.icon-ic_fluent_calendar_day_24_regular:before {
    content: "\f223";
}
.icon-ic_fluent_calendar_day_28_regular:before {
    content: "\f224";
}
.icon-ic_fluent_calendar_empty_16_regular:before {
    content: "\f225";
}
.icon-ic_fluent_calendar_empty_20_regular:before {
    content: "\f226";
}
.icon-ic_fluent_calendar_empty_24_regular:before {
    content: "\f227";
}
.icon-ic_fluent_calendar_empty_28_regular:before {
    content: "\f228";
}
.icon-ic_fluent_calendar_month_20_regular:before {
    content: "\f22a";
}
.icon-ic_fluent_calendar_month_24_regular:before {
    content: "\f22b";
}
.icon-ic_fluent_calendar_month_28_regular:before {
    content: "\f22c";
}
.icon-ic_fluent_calendar_multiple_20_regular:before {
    content: "\f22d";
}
.icon-ic_fluent_calendar_multiple_24_regular:before {
    content: "\f22e";
}
.icon-ic_fluent_calendar_person_20_regular:before {
    content: "\f230";
}
.icon-ic_fluent_calendar_reply_16_regular:before {
    content: "\f231";
}
.icon-ic_fluent_calendar_reply_20_regular:before {
    content: "\f232";
}
.icon-ic_fluent_calendar_reply_24_regular:before {
    content: "\f233";
}
.icon-ic_fluent_calendar_reply_28_regular:before {
    content: "\f234";
}
.icon-ic_fluent_calendar_settings_20_regular:before {
    content: "\f235";
}
.icon-ic_fluent_calendar_star_20_regular:before {
    content: "\f236";
}
.icon-ic_fluent_calendar_star_24_regular:before {
    content: "\f237";
}
.icon-ic_fluent_calendar_sync_16_regular:before {
    content: "\f238";
}
.icon-ic_fluent_calendar_sync_20_regular:before {
    content: "\f239";
}
.icon-ic_fluent_calendar_sync_24_regular:before {
    content: "\f23a";
}
.icon-ic_fluent_calendar_today_16_regular:before {
    content: "\f23b";
}
.icon-ic_fluent_calendar_today_20_regular:before {
    content: "\f23c";
}
.icon-ic_fluent_calendar_today_24_regular:before {
    content: "\f23d";
}
.icon-ic_fluent_calendar_today_28_regular:before {
    content: "\f23e";
}
.icon-ic_fluent_calendar_week_numbers_24_regular:before {
    content: "\f23f";
}
.icon-ic_fluent_calendar_week_start_20_regular:before {
    content: "\f240";
}
.icon-ic_fluent_calendar_week_start_24_regular:before {
    content: "\f241";
}
.icon-ic_fluent_calendar_week_start_28_regular:before {
    content: "\f242";
}
.icon-ic_fluent_calendar_work_week_16_regular:before {
    content: "\f243";
}
.icon-ic_fluent_calendar_work_week_20_regular:before {
    content: "\f244";
}
.icon-ic_fluent_calendar_work_week_24_regular:before {
    content: "\f245";
}
.icon-ic_fluent_call_add_24_regular:before {
    content: "\f246";
}
.icon-ic_fluent_call_end_20_regular:before {
    content: "\f247";
}
.icon-ic_fluent_call_end_24_regular:before {
    content: "\f248";
}
.icon-ic_fluent_call_end_28_regular:before {
    content: "\f249";
}
.icon-ic_fluent_call_forward_24_regular:before {
    content: "\f24a";
}
.icon-ic_fluent_call_inbound_16_regular:before {
    content: "\f24b";
}
.icon-ic_fluent_call_inbound_24_regular:before {
    content: "\f24c";
}
.icon-ic_fluent_call_missed_16_regular:before {
    content: "\f24d";
}
.icon-ic_fluent_call_missed_24_regular:before {
    content: "\f24e";
}
.icon-ic_fluent_call_outbound_16_regular:before {
    content: "\f24f";
}
.icon-ic_fluent_call_outbound_24_regular:before {
    content: "\f250";
}
.icon-ic_fluent_call_park_24_regular:before {
    content: "\f251";
}
.icon-ic_fluent_calligraphy_pen_20_regular:before {
    content: "\f252";
}
.icon-ic_fluent_calligraphy_pen_24_regular:before {
    content: "\f253";
}
.icon-ic_fluent_camera_20_regular:before {
    content: "\f254";
}
.icon-ic_fluent_camera_24_regular:before {
    content: "\f255";
}
.icon-ic_fluent_camera_28_regular:before {
    content: "\f256";
}
.icon-ic_fluent_camera_add_20_regular:before {
    content: "\f257";
}
.icon-ic_fluent_camera_add_24_regular:before {
    content: "\f258";
}
.icon-ic_fluent_camera_add_48_regular:before {
    content: "\f259";
}
.icon-ic_fluent_camera_switch_24_regular:before {
    content: "\f25a";
}
.icon-ic_fluent_caret_down_12_regular:before {
    content: "\f25f";
}
.icon-ic_fluent_caret_down_16_regular:before {
    content: "\f260";
}
.icon-ic_fluent_caret_down_20_regular:before {
    content: "\f261";
}
.icon-ic_fluent_caret_down_24_regular:before {
    content: "\f262";
}
.icon-ic_fluent_caret_left_12_regular:before {
    content: "\f263";
}
.icon-ic_fluent_caret_left_16_regular:before {
    content: "\f264";
}
.icon-ic_fluent_caret_left_20_regular:before {
    content: "\f265";
}
.icon-ic_fluent_caret_left_24_regular:before {
    content: "\f266";
}
.icon-ic_fluent_caret_right_12_regular:before {
    content: "\f267";
}
.icon-ic_fluent_caret_right_16_regular:before {
    content: "\f268";
}
.icon-ic_fluent_caret_right_20_regular:before {
    content: "\f269";
}
.icon-ic_fluent_caret_right_24_regular:before {
    content: "\f26a";
}
.icon-ic_fluent_cart_24_regular:before {
    content: "\f26b";
}
.icon-ic_fluent_cast_20_regular:before {
    content: "\f26c";
}
.icon-ic_fluent_cast_24_regular:before {
    content: "\f26d";
}
.icon-ic_fluent_cast_28_regular:before {
    content: "\f26e";
}
.icon-ic_fluent_cellular_3g_24_regular:before {
    content: "\f26f";
}
.icon-ic_fluent_cellular_4g_24_regular:before {
    content: "\f270";
}
.icon-ic_fluent_cellular_data_1_20_regular:before {
    content: "\f271";
}
.icon-ic_fluent_cellular_data_1_24_regular:before {
    content: "\f272";
}
.icon-ic_fluent_cellular_data_2_20_regular:before {
    content: "\f273";
}
.icon-ic_fluent_cellular_data_2_24_regular:before {
    content: "\f274";
}
.icon-ic_fluent_cellular_data_3_20_regular:before {
    content: "\f275";
}
.icon-ic_fluent_cellular_data_3_24_regular:before {
    content: "\f276";
}
.icon-ic_fluent_cellular_data_4_20_regular:before {
    content: "\f277";
}
.icon-ic_fluent_cellular_data_4_24_regular:before {
    content: "\f278";
}
.icon-ic_fluent_cellular_data_5_20_regular:before {
    content: "\f279";
}
.icon-ic_fluent_cellular_data_5_24_regular:before {
    content: "\f27a";
}
.icon-ic_fluent_certificate_20_regular:before {
    content: "\f27e";
}
.icon-ic_fluent_certificate_24_regular:before {
    content: "\f27f";
}
.icon-ic_fluent_channel_16_regular:before {
    content: "\f280";
}
.icon-ic_fluent_channel_20_regular:before {
    content: "\f281";
}
.icon-ic_fluent_channel_24_regular:before {
    content: "\f282";
}
.icon-ic_fluent_chat_20_regular:before {
    content: "\f286";
}
.icon-ic_fluent_chat_24_regular:before {
    content: "\f287";
}
.icon-ic_fluent_chat_28_regular:before {
    content: "\f288";
}
.icon-ic_fluent_chat_bubbles_question_24_regular:before {
    content: "\f289";
}
.icon-ic_fluent_chat_help_24_regular:before {
    content: "\f28a";
}
.icon-ic_fluent_chat_off_24_regular:before {
    content: "\f28b";
}
.icon-ic_fluent_chat_warning_24_regular:before {
    content: "\f28c";
}
.icon-ic_fluent_checkbox_checked_20_regular:before {
    content: "\f28d";
}
.icon-ic_fluent_checkbox_checked_24_regular:before {
    content: "\f28e";
}
.icon-ic_fluent_checkbox_unchecked_12_regular:before {
    content: "\f28f";
}
.icon-ic_fluent_checkbox_unchecked_16_regular:before {
    content: "\f290";
}
.icon-ic_fluent_checkbox_unchecked_20_regular:before {
    content: "\f291";
}
.icon-ic_fluent_checkbox_unchecked_24_regular:before {
    content: "\f292";
}
.icon-ic_fluent_checkmark_12_regular:before {
    content: "\f293";
}
.icon-ic_fluent_checkmark_20_regular:before {
    content: "\f294";
}
.icon-ic_fluent_checkmark_24_regular:before {
    content: "\f295";
}
.icon-ic_fluent_checkmark_28_regular:before {
    content: "\f296";
}
.icon-ic_fluent_checkmark_circle_16_regular:before {
    content: "\f297";
}
.icon-ic_fluent_checkmark_circle_20_regular:before {
    content: "\f298";
}
.icon-ic_fluent_checkmark_circle_24_regular:before {
    content: "\f299";
}
.icon-ic_fluent_checkmark_circle_48_regular:before {
    content: "\f29a";
}
.icon-ic_fluent_checkmark_lock_16_regular:before {
    content: "\f29b";
}
.icon-ic_fluent_checkmark_lock_20_regular:before {
    content: "\f29c";
}
.icon-ic_fluent_checkmark_lock_24_regular:before {
    content: "\f29d";
}
.icon-ic_fluent_checkmark_square_24_regular:before {
    content: "\f29e";
}
.icon-ic_fluent_checkmark_underline_circle_16_regular:before {
    content: "\f29f";
}
.icon-ic_fluent_checkmark_underline_circle_20_regular:before {
    content: "\f2a0";
}
.icon-ic_fluent_chevron_down_12_regular:before {
    content: "\f2a1";
}
.icon-ic_fluent_chevron_down_16_regular:before {
    content: "\f2a2";
}
.icon-ic_fluent_chevron_down_20_regular:before {
    content: "\f2a3";
}
.icon-ic_fluent_chevron_down_24_regular:before {
    content: "\f2a4";
}
.icon-ic_fluent_chevron_down_28_regular:before {
    content: "\f2a5";
}
.icon-ic_fluent_chevron_down_48_regular:before {
    content: "\f2a6";
}
.icon-ic_fluent_chevron_left_12_regular:before {
    content: "\f2a8";
}
.icon-ic_fluent_chevron_left_16_regular:before {
    content: "\f2a9";
}
.icon-ic_fluent_chevron_left_20_regular:before {
    content: "\f2aa";
}
.icon-ic_fluent_chevron_left_24_regular:before {
    content: "\f2ab";
}
.icon-ic_fluent_chevron_left_28_regular:before {
    content: "\f2ac";
}
.icon-ic_fluent_chevron_left_48_regular:before {
    content: "\f2ad";
}
.icon-ic_fluent_chevron_right_12_regular:before {
    content: "\f2ae";
}
.icon-ic_fluent_chevron_right_16_regular:before {
    content: "\f2af";
}
.icon-ic_fluent_chevron_right_20_regular:before {
    content: "\f2b0";
}
.icon-ic_fluent_chevron_right_24_regular:before {
    content: "\f2b1";
}
.icon-ic_fluent_chevron_right_28_regular:before {
    content: "\f2b2";
}
.icon-ic_fluent_chevron_right_48_regular:before {
    content: "\f2b3";
}
.icon-ic_fluent_chevron_up_12_regular:before {
    content: "\f2b4";
}
.icon-ic_fluent_chevron_up_16_regular:before {
    content: "\f2b5";
}
.icon-ic_fluent_chevron_up_20_regular:before {
    content: "\f2b6";
}
.icon-ic_fluent_chevron_up_24_regular:before {
    content: "\f2b7";
}
.icon-ic_fluent_chevron_up_28_regular:before {
    content: "\f2b8";
}
.icon-ic_fluent_chevron_up_48_regular:before {
    content: "\f2b9";
}
.icon-ic_fluent_circle_16_regular:before {
    content: "\f2ba";
}
.icon-ic_fluent_circle_20_regular:before {
    content: "\f2bb";
}
.icon-ic_fluent_circle_24_regular:before {
    content: "\f2bc";
}
.icon-ic_fluent_circle_half_fill_20_regular:before {
    content: "\f2bd";
}
.icon-ic_fluent_circle_half_fill_24_regular:before {
    content: "\f2be";
}
.icon-ic_fluent_circle_line_24_regular:before {
    content: "\f2bf";
}
.icon-ic_fluent_circle_small_24_regular:before {
    content: "\f2c0";
}
.icon-ic_fluent_city_16_regular:before {
    content: "\f2c1";
}
.icon-ic_fluent_city_20_regular:before {
    content: "\f2c2";
}
.icon-ic_fluent_city_24_regular:before {
    content: "\f2c3";
}
.icon-ic_fluent_class_24_regular:before {
    content: "\f2c4";
}
.icon-ic_fluent_classification_16_regular:before {
    content: "\f2c5";
}
.icon-ic_fluent_classification_20_regular:before {
    content: "\f2c6";
}
.icon-ic_fluent_classification_24_regular:before {
    content: "\f2c7";
}
.icon-ic_fluent_clear_formatting_24_regular:before {
    content: "\f2c8";
}
.icon-ic_fluent_clipboard_20_regular:before {
    content: "\f2c9";
}
.icon-ic_fluent_clipboard_24_regular:before {
    content: "\f2ca";
}
.icon-ic_fluent_clipboard_code_16_regular:before {
    content: "\f2cb";
}
.icon-ic_fluent_clipboard_code_20_regular:before {
    content: "\f2cc";
}
.icon-ic_fluent_clipboard_code_24_regular:before {
    content: "\f2cd";
}
.icon-ic_fluent_clipboard_letter_16_regular:before {
    content: "\f2ce";
}
.icon-ic_fluent_clipboard_letter_20_regular:before {
    content: "\f2cf";
}
.icon-ic_fluent_clipboard_letter_24_regular:before {
    content: "\f2d0";
}
.icon-ic_fluent_clipboard_link_16_regular:before {
    content: "\f2d1";
}
.icon-ic_fluent_clipboard_link_20_regular:before {
    content: "\f2d2";
}
.icon-ic_fluent_clipboard_link_24_regular:before {
    content: "\f2d3";
}
.icon-ic_fluent_clipboard_more_24_regular:before {
    content: "\f2d4";
}
.icon-ic_fluent_clipboard_paste_20_regular:before {
    content: "\f2d5";
}
.icon-ic_fluent_clipboard_paste_24_regular:before {
    content: "\f2d6";
}
.icon-ic_fluent_clipboard_search_20_regular:before {
    content: "\f2d7";
}
.icon-ic_fluent_clipboard_search_24_regular:before {
    content: "\f2d8";
}
.icon-ic_fluent_clock_12_regular:before {
    content: "\f2db";
}
.icon-ic_fluent_clock_16_regular:before {
    content: "\f2dc";
}
.icon-ic_fluent_clock_20_regular:before {
    content: "\f2dd";
}
.icon-ic_fluent_clock_24_regular:before {
    content: "\f2de";
}
.icon-ic_fluent_clock_28_regular:before {
    content: "\f2df";
}
.icon-ic_fluent_clock_48_regular:before {
    content: "\f2e0";
}
.icon-ic_fluent_clock_alarm_20_regular:before {
    content: "\f2e1";
}
.icon-ic_fluent_clock_alarm_24_regular:before {
    content: "\f2e2";
}
.icon-ic_fluent_closed_caption_24_regular:before {
    content: "\f2e3";
}
.icon-ic_fluent_cloud_20_regular:before {
    content: "\f2e4";
}
.icon-ic_fluent_cloud_24_regular:before {
    content: "\f2e5";
}
.icon-ic_fluent_cloud_48_regular:before {
    content: "\f2e6";
}
.icon-ic_fluent_cloud_off_24_regular:before {
    content: "\f2ea";
}
.icon-ic_fluent_cloud_off_48_regular:before {
    content: "\f2eb";
}
.icon-ic_fluent_code_20_regular:before {
    content: "\f2ef";
}
.icon-ic_fluent_code_24_regular:before {
    content: "\f2f0";
}
.icon-ic_fluent_collections_20_regular:before {
    content: "\f2f1";
}
.icon-ic_fluent_collections_24_regular:before {
    content: "\f2f2";
}
.icon-ic_fluent_collections_add_20_regular:before {
    content: "\f2f3";
}
.icon-ic_fluent_collections_add_24_regular:before {
    content: "\f2f4";
}
.icon-ic_fluent_color_20_regular:before {
    content: "\f2f5";
}
.icon-ic_fluent_color_24_regular:before {
    content: "\f2f6";
}
.icon-ic_fluent_color_background_20_regular:before {
    content: "\f2f7";
}
.icon-ic_fluent_color_background_24_regular:before {
    content: "\f2f8";
}
.icon-ic_fluent_color_fill_20_regular:before {
    content: "\f2f9";
}
.icon-ic_fluent_color_fill_24_regular:before {
    content: "\f2fa";
}
.icon-ic_fluent_color_line_20_regular:before {
    content: "\f2fb";
}
.icon-ic_fluent_color_line_24_regular:before {
    content: "\f2fc";
}
.icon-ic_fluent_column_triple_24_regular:before {
    content: "\f2fd";
}
.icon-ic_fluent_comment_16_regular:before {
    content: "\f2fe";
}
.icon-ic_fluent_comment_20_regular:before {
    content: "\f2ff";
}
.icon-ic_fluent_comment_24_regular:before {
    content: "\f300";
}
.icon-ic_fluent_comment_add_24_regular:before {
    content: "\f301";
}
.icon-ic_fluent_comment_mention_16_regular:before {
    content: "\f303";
}
.icon-ic_fluent_comment_mention_20_regular:before {
    content: "\f304";
}
.icon-ic_fluent_comment_mention_24_regular:before {
    content: "\f305";
}
.icon-ic_fluent_comment_multiple_16_regular:before {
    content: "\f306";
}
.icon-ic_fluent_comment_multiple_20_regular:before {
    content: "\f307";
}
.icon-ic_fluent_comment_multiple_24_regular:before {
    content: "\f308";
}
.icon-ic_fluent_communication_16_regular:before {
    content: "\f30c";
}
.icon-ic_fluent_communication_20_regular:before {
    content: "\f30d";
}
.icon-ic_fluent_communication_24_regular:before {
    content: "\f30e";
}
.icon-ic_fluent_compass_northwest_16_regular:before {
    content: "\f30f";
}
.icon-ic_fluent_compass_northwest_20_regular:before {
    content: "\f310";
}
.icon-ic_fluent_compass_northwest_24_regular:before {
    content: "\f311";
}
.icon-ic_fluent_compass_northwest_28_regular:before {
    content: "\f312";
}
.icon-ic_fluent_compose_16_regular:before {
    content: "\f313";
}
.icon-ic_fluent_compose_20_regular:before {
    content: "\f314";
}
.icon-ic_fluent_compose_24_regular:before {
    content: "\f315";
}
.icon-ic_fluent_compose_28_regular:before {
    content: "\f316";
}
.icon-ic_fluent_conference_room_16_regular:before {
    content: "\f317";
}
.icon-ic_fluent_conference_room_20_regular:before {
    content: "\f318";
}
.icon-ic_fluent_conference_room_24_regular:before {
    content: "\f319";
}
.icon-ic_fluent_conference_room_28_regular:before {
    content: "\f31a";
}
.icon-ic_fluent_conference_room_48_regular:before {
    content: "\f31b";
}
.icon-ic_fluent_connector_16_regular:before {
    content: "\f31c";
}
.icon-ic_fluent_connector_20_regular:before {
    content: "\f31d";
}
.icon-ic_fluent_connector_24_regular:before {
    content: "\f31e";
}
.icon-ic_fluent_contact_card_20_regular:before {
    content: "\f31f";
}
.icon-ic_fluent_contact_card_24_regular:before {
    content: "\f320";
}
.icon-ic_fluent_contact_card_group_24_regular:before {
    content: "\f321";
}
.icon-ic_fluent_content_settings_16_regular:before {
    content: "\f323";
}
.icon-ic_fluent_content_settings_20_regular:before {
    content: "\f324";
}
.icon-ic_fluent_content_settings_24_regular:before {
    content: "\f325";
}
.icon-ic_fluent_cookies_20_regular:before {
    content: "\f328";
}
.icon-ic_fluent_cookies_24_regular:before {
    content: "\f329";
}
.icon-ic_fluent_copy_16_regular:before {
    content: "\f32a";
}
.icon-ic_fluent_copy_20_regular:before {
    content: "\f32b";
}
.icon-ic_fluent_copy_24_regular:before {
    content: "\f32c";
}
.icon-ic_fluent_crop_24_regular:before {
    content: "\f331";
}
.icon-ic_fluent_crop_interim_24_regular:before {
    content: "\f332";
}
.icon-ic_fluent_crop_interim_off_24_regular:before {
    content: "\f333";
}
.icon-ic_fluent_cube_16_regular:before {
    content: "\f334";
}
.icon-ic_fluent_cube_20_regular:before {
    content: "\f335";
}
.icon-ic_fluent_cube_24_regular:before {
    content: "\f336";
}
.icon-ic_fluent_cut_20_regular:before {
    content: "\f33a";
}
.icon-ic_fluent_cut_24_regular:before {
    content: "\f33b";
}
.icon-ic_fluent_dark_theme_24_regular:before {
    content: "\f33c";
}
.icon-ic_fluent_data_area_24_regular:before {
    content: "\f33d";
}
.icon-ic_fluent_data_bar_horizontal_24_regular:before {
    content: "\f33e";
}
.icon-ic_fluent_data_bar_vertical_20_regular:before {
    content: "\f33f";
}
.icon-ic_fluent_data_bar_vertical_24_regular:before {
    content: "\f340";
}
.icon-ic_fluent_data_funnel_24_regular:before {
    content: "\f341";
}
.icon-ic_fluent_data_histogram_24_regular:before {
    content: "\f342";
}
.icon-ic_fluent_data_line_24_regular:before {
    content: "\f343";
}
.icon-ic_fluent_data_pie_20_regular:before {
    content: "\f344";
}
.icon-ic_fluent_data_pie_24_regular:before {
    content: "\f345";
}
.icon-ic_fluent_data_scatter_24_regular:before {
    content: "\f346";
}
.icon-ic_fluent_data_sunburst_24_regular:before {
    content: "\f347";
}
.icon-ic_fluent_data_treemap_24_regular:before {
    content: "\f348";
}
.icon-ic_fluent_data_usage_24_regular:before {
    content: "\f349";
}
.icon-ic_fluent_data_waterfall_24_regular:before {
    content: "\f34a";
}
.icon-ic_fluent_data_whisker_24_regular:before {
    content: "\f34b";
}
.icon-ic_fluent_delete_20_regular:before {
    content: "\f34c";
}
.icon-ic_fluent_delete_24_regular:before {
    content: "\f34d";
}
.icon-ic_fluent_delete_28_regular:before {
    content: "\f34e";
}
.icon-ic_fluent_delete_48_regular:before {
    content: "\f34f";
}
.icon-ic_fluent_delete_off_20_regular:before {
    content: "\f352";
}
.icon-ic_fluent_delete_off_24_regular:before {
    content: "\f353";
}
.icon-ic_fluent_dentist_24_regular:before {
    content: "\f354";
}
.icon-ic_fluent_design_ideas_16_regular:before {
    content: "\f355";
}
.icon-ic_fluent_design_ideas_20_regular:before {
    content: "\f356";
}
.icon-ic_fluent_design_ideas_24_regular:before {
    content: "\f357";
}
.icon-ic_fluent_desktop_16_regular:before {
    content: "\f358";
}
.icon-ic_fluent_desktop_20_regular:before {
    content: "\f359";
}
.icon-ic_fluent_desktop_24_regular:before {
    content: "\f35a";
}
.icon-ic_fluent_desktop_28_regular:before {
    content: "\f35b";
}
.icon-ic_fluent_developer_board_24_regular:before {
    content: "\f35c";
}
.icon-ic_fluent_device_eq_24_regular:before {
    content: "\f35d";
}
.icon-ic_fluent_dialpad_20_regular:before {
    content: "\f35e";
}
.icon-ic_fluent_dialpad_24_regular:before {
    content: "\f35f";
}
.icon-ic_fluent_dialpad_off_24_regular:before {
    content: "\f360";
}
.icon-ic_fluent_directions_20_regular:before {
    content: "\f365";
}
.icon-ic_fluent_directions_24_regular:before {
    content: "\f366";
}
.icon-ic_fluent_dismiss_12_regular:before {
    content: "\f367";
}
.icon-ic_fluent_dismiss_16_regular:before {
    content: "\f368";
}
.icon-ic_fluent_dismiss_20_regular:before {
    content: "\f369";
}
.icon-ic_fluent_dismiss_24_regular:before {
    content: "\f36a";
}
.icon-ic_fluent_dismiss_28_regular:before {
    content: "\f36b";
}
.icon-ic_fluent_dismiss_circle_16_regular:before {
    content: "\f36c";
}
.icon-ic_fluent_dismiss_circle_20_regular:before {
    content: "\f36d";
}
.icon-ic_fluent_dismiss_circle_24_regular:before {
    content: "\f36e";
}
.icon-ic_fluent_dismiss_circle_48_regular:before {
    content: "\f36f";
}
.icon-ic_fluent_divider_short_24_regular:before {
    content: "\f370";
}
.icon-ic_fluent_divider_tall_24_regular:before {
    content: "\f371";
}
.icon-ic_fluent_dock_24_regular:before {
    content: "\f372";
}
.icon-ic_fluent_dock_row_24_regular:before {
    content: "\f376";
}
.icon-ic_fluent_doctor_24_regular:before {
    content: "\f377";
}
.icon-ic_fluent_document_20_regular:before {
    content: "\f378";
}
.icon-ic_fluent_document_24_regular:before {
    content: "\f379";
}
.icon-ic_fluent_document_28_regular:before {
    content: "\f37a";
}
.icon-ic_fluent_document_briefcase_20_regular:before {
    content: "\f37c";
}
.icon-ic_fluent_document_briefcase_24_regular:before {
    content: "\f37d";
}
.icon-ic_fluent_document_catch_up_24_regular:before {
    content: "\f37e";
}
.icon-ic_fluent_document_copy_16_regular:before {
    content: "\f37f";
}
.icon-ic_fluent_document_copy_20_regular:before {
    content: "\f380";
}
.icon-ic_fluent_document_copy_24_regular:before {
    content: "\f381";
}
.icon-ic_fluent_document_copy_48_regular:before {
    content: "\f382";
}
.icon-ic_fluent_document_dismiss_20_regular:before {
    content: "\f383";
}
.icon-ic_fluent_document_dismiss_24_regular:before {
    content: "\f384";
}
.icon-ic_fluent_document_edit_16_regular:before {
    content: "\f385";
}
.icon-ic_fluent_document_edit_20_regular:before {
    content: "\f386";
}
.icon-ic_fluent_document_edit_24_regular:before {
    content: "\f387";
}
.icon-ic_fluent_document_endnote_20_regular:before {
    content: "\f388";
}
.icon-ic_fluent_document_endnote_24_regular:before {
    content: "\f389";
}
.icon-ic_fluent_document_error_16_regular:before {
    content: "\f38a";
}
.icon-ic_fluent_document_error_20_regular:before {
    content: "\f38b";
}
.icon-ic_fluent_document_error_24_regular:before {
    content: "\f38c";
}
.icon-ic_fluent_document_footer_24_regular:before {
    content: "\f38d";
}
.icon-ic_fluent_document_header_24_regular:before {
    content: "\f38f";
}
.icon-ic_fluent_document_header_footer_20_regular:before {
    content: "\f390";
}
.icon-ic_fluent_document_header_footer_24_regular:before {
    content: "\f391";
}
.icon-ic_fluent_document_landscape_20_regular:before {
    content: "\f393";
}
.icon-ic_fluent_document_landscape_24_regular:before {
    content: "\f394";
}
.icon-ic_fluent_document_margins_20_regular:before {
    content: "\f395";
}
.icon-ic_fluent_document_margins_24_regular:before {
    content: "\f396";
}
.icon-ic_fluent_document_one_page_20_regular:before {
    content: "\f399";
}
.icon-ic_fluent_document_one_page_24_regular:before {
    content: "\f39a";
}
.icon-ic_fluent_document_page_bottom_center_20_regular:before {
    content: "\f39c";
}
.icon-ic_fluent_document_page_bottom_center_24_regular:before {
    content: "\f39d";
}
.icon-ic_fluent_document_page_bottom_left_20_regular:before {
    content: "\f39e";
}
.icon-ic_fluent_document_page_bottom_left_24_regular:before {
    content: "\f39f";
}
.icon-ic_fluent_document_page_bottom_right_20_regular:before {
    content: "\f3a0";
}
.icon-ic_fluent_document_page_bottom_right_24_regular:before {
    content: "\f3a1";
}
.icon-ic_fluent_document_page_break_24_regular:before {
    content: "\f3a2";
}
.icon-ic_fluent_document_page_number_20_regular:before {
    content: "\f3a3";
}
.icon-ic_fluent_document_page_number_24_regular:before {
    content: "\f3a4";
}
.icon-ic_fluent_document_page_top_center_20_regular:before {
    content: "\f3a5";
}
.icon-ic_fluent_document_page_top_center_24_regular:before {
    content: "\f3a6";
}
.icon-ic_fluent_document_page_top_left_20_regular:before {
    content: "\f3a7";
}
.icon-ic_fluent_document_page_top_left_24_regular:before {
    content: "\f3a8";
}
.icon-ic_fluent_document_page_top_right_20_regular:before {
    content: "\f3a9";
}
.icon-ic_fluent_document_page_top_right_24_regular:before {
    content: "\f3aa";
}
.icon-ic_fluent_document_pdf_16_regular:before {
    content: "\f3ab";
}
.icon-ic_fluent_document_pdf_20_regular:before {
    content: "\f3ac";
}
.icon-ic_fluent_document_pdf_24_regular:before {
    content: "\f3ad";
}
.icon-ic_fluent_document_search_20_regular:before {
    content: "\f3ae";
}
.icon-ic_fluent_document_search_24_regular:before {
    content: "\f3af";
}
.icon-ic_fluent_document_toolbox_20_regular:before {
    content: "\f3b0";
}
.icon-ic_fluent_document_toolbox_24_regular:before {
    content: "\f3b1";
}
.icon-ic_fluent_document_width_20_regular:before {
    content: "\f3b8";
}
.icon-ic_fluent_document_width_24_regular:before {
    content: "\f3b9";
}
.icon-ic_fluent_double_swipe_down_24_regular:before {
    content: "\f3ba";
}
.icon-ic_fluent_double_swipe_up_24_regular:before {
    content: "\f3bb";
}
.icon-ic_fluent_drafts_16_regular:before {
    content: "\f3be";
}
.icon-ic_fluent_drafts_20_regular:before {
    content: "\f3bf";
}
.icon-ic_fluent_drafts_24_regular:before {
    content: "\f3c0";
}
.icon-ic_fluent_drag_24_regular:before {
    content: "\f3c1";
}
.icon-ic_fluent_drink_beer_24_regular:before {
    content: "\f3c3";
}
.icon-ic_fluent_drink_coffee_20_regular:before {
    content: "\f3c4";
}
.icon-ic_fluent_drink_coffee_24_regular:before {
    content: "\f3c5";
}
.icon-ic_fluent_drink_margarita_24_regular:before {
    content: "\f3c6";
}
.icon-ic_fluent_drink_wine_24_regular:before {
    content: "\f3c7";
}
.icon-ic_fluent_dual_screen_24_regular:before {
    content: "\f3c8";
}
.icon-ic_fluent_dual_screen_add_24_regular:before {
    content: "\f3c9";
}
.icon-ic_fluent_dual_screen_arrow_right_24_regular:before {
    content: "\f3ca";
}
.icon-ic_fluent_dual_screen_clock_24_regular:before {
    content: "\f3cb";
}
.icon-ic_fluent_dual_screen_desktop_24_regular:before {
    content: "\f3cc";
}
.icon-ic_fluent_dual_screen_group_24_regular:before {
    content: "\f3ce";
}
.icon-ic_fluent_dual_screen_header_24_regular:before {
    content: "\f3cf";
}
.icon-ic_fluent_dual_screen_lock_24_regular:before {
    content: "\f3d0";
}
.icon-ic_fluent_dual_screen_mirror_24_regular:before {
    content: "\f3d1";
}
.icon-ic_fluent_dual_screen_pagination_24_regular:before {
    content: "\f3d2";
}
.icon-ic_fluent_dual_screen_settings_24_regular:before {
    content: "\f3d3";
}
.icon-ic_fluent_dual_screen_status_bar_24_regular:before {
    content: "\f3d4";
}
.icon-ic_fluent_dual_screen_tablet_24_regular:before {
    content: "\f3d5";
}
.icon-ic_fluent_dual_screen_update_24_regular:before {
    content: "\f3d6";
}
.icon-ic_fluent_dual_screen_vertical_scroll_24_regular:before {
    content: "\f3d7";
}
.icon-ic_fluent_dual_screen_vibrate_24_regular:before {
    content: "\f3d8";
}
.icon-ic_fluent_earth_16_regular:before {
    content: "\f3d9";
}
.icon-ic_fluent_earth_20_regular:before {
    content: "\f3da";
}
.icon-ic_fluent_earth_24_regular:before {
    content: "\f3db";
}
.icon-ic_fluent_edit_16_regular:before {
    content: "\f3dc";
}
.icon-ic_fluent_edit_20_regular:before {
    content: "\f3dd";
}
.icon-ic_fluent_edit_24_regular:before {
    content: "\f3de";
}
.icon-ic_fluent_emoji_16_regular:before {
    content: "\f3df";
}
.icon-ic_fluent_emoji_20_regular:before {
    content: "\f3e0";
}
.icon-ic_fluent_emoji_24_regular:before {
    content: "\f3e1";
}
.icon-ic_fluent_emoji_add_24_regular:before {
    content: "\f3e2";
}
.icon-ic_fluent_emoji_angry_20_regular:before {
    content: "\f3e3";
}
.icon-ic_fluent_emoji_angry_24_regular:before {
    content: "\f3e4";
}
.icon-ic_fluent_emoji_laugh_20_regular:before {
    content: "\f3e5";
}
.icon-ic_fluent_emoji_laugh_24_regular:before {
    content: "\f3e6";
}
.icon-ic_fluent_emoji_meh_20_regular:before {
    content: "\f3e7";
}
.icon-ic_fluent_emoji_meh_24_regular:before {
    content: "\f3e8";
}
.icon-ic_fluent_emoji_sad_20_regular:before {
    content: "\f3e9";
}
.icon-ic_fluent_emoji_sad_24_regular:before {
    content: "\f3ea";
}
.icon-ic_fluent_emoji_surprise_20_regular:before {
    content: "\f3eb";
}
.icon-ic_fluent_emoji_surprise_24_regular:before {
    content: "\f3ec";
}
.icon-ic_fluent_eraser_tool_24_regular:before {
    content: "\f3ef";
}
.icon-ic_fluent_error_circle_16_regular:before {
    content: "\f3f0";
}
.icon-ic_fluent_error_circle_20_regular:before {
    content: "\f3f1";
}
.icon-ic_fluent_error_circle_24_regular:before {
    content: "\f3f2";
}
.icon-ic_fluent_extended_dock_24_regular:before {
    content: "\f3f4";
}
.icon-ic_fluent_fast_acceleration_24_regular:before {
    content: "\f3fd";
}
.icon-ic_fluent_fast_forward_20_regular:before {
    content: "\f3fe";
}
.icon-ic_fluent_fast_forward_24_regular:before {
    content: "\f3ff";
}
.icon-ic_fluent_filter_20_regular:before {
    content: "\f406";
}
.icon-ic_fluent_filter_24_regular:before {
    content: "\f407";
}
.icon-ic_fluent_filter_28_regular:before {
    content: "\f408";
}
.icon-ic_fluent_fingerprint_24_regular:before {
    content: "\f409";
}
.icon-ic_fluent_flag_16_regular:before {
    content: "\f40a";
}
.icon-ic_fluent_flag_20_regular:before {
    content: "\f40b";
}
.icon-ic_fluent_flag_24_regular:before {
    content: "\f40c";
}
.icon-ic_fluent_flag_28_regular:before {
    content: "\f40d";
}
.icon-ic_fluent_flag_48_regular:before {
    content: "\f40e";
}
.icon-ic_fluent_flag_off_24_regular:before {
    content: "\f40f";
}
.icon-ic_fluent_flag_off_28_regular:before {
    content: "\f410";
}
.icon-ic_fluent_flag_off_48_regular:before {
    content: "\f411";
}
.icon-ic_fluent_flash_auto_24_regular:before {
    content: "\f412";
}
.icon-ic_fluent_flash_off_24_regular:before {
    content: "\f413";
}
.icon-ic_fluent_flashlight_24_regular:before {
    content: "\f416";
}
.icon-ic_fluent_flashlight_off_24_regular:before {
    content: "\f417";
}
.icon-ic_fluent_folder_20_regular:before {
    content: "\f418";
}
.icon-ic_fluent_folder_24_regular:before {
    content: "\f419";
}
.icon-ic_fluent_folder_28_regular:before {
    content: "\f41a";
}
.icon-ic_fluent_folder_48_regular:before {
    content: "\f41b";
}
.icon-ic_fluent_folder_add_20_regular:before {
    content: "\f41c";
}
.icon-ic_fluent_folder_add_24_regular:before {
    content: "\f41d";
}
.icon-ic_fluent_folder_add_28_regular:before {
    content: "\f41e";
}
.icon-ic_fluent_folder_add_48_regular:before {
    content: "\f41f";
}
.icon-ic_fluent_folder_briefcase_20_regular:before {
    content: "\f420";
}
.icon-ic_fluent_folder_link_20_regular:before {
    content: "\f425";
}
.icon-ic_fluent_folder_link_24_regular:before {
    content: "\f426";
}
.icon-ic_fluent_folder_link_28_regular:before {
    content: "\f427";
}
.icon-ic_fluent_folder_link_48_regular:before {
    content: "\f428";
}
.icon-ic_fluent_folder_open_16_regular:before {
    content: "\f42d";
}
.icon-ic_fluent_folder_open_20_regular:before {
    content: "\f42e";
}
.icon-ic_fluent_folder_open_24_regular:before {
    content: "\f42f";
}
.icon-ic_fluent_folder_open_vertical_20_regular:before {
    content: "\f430";
}
.icon-ic_fluent_folder_zip_16_regular:before {
    content: "\f434";
}
.icon-ic_fluent_folder_zip_20_regular:before {
    content: "\f435";
}
.icon-ic_fluent_folder_zip_24_regular:before {
    content: "\f436";
}
.icon-ic_fluent_font_decrease_20_regular:before {
    content: "\f437";
}
.icon-ic_fluent_font_decrease_24_regular:before {
    content: "\f438";
}
.icon-ic_fluent_font_increase_20_regular:before {
    content: "\f439";
}
.icon-ic_fluent_font_increase_24_regular:before {
    content: "\f43a";
}
.icon-ic_fluent_font_space_tracking_in_16_regular:before {
    content: "\f43b";
}
.icon-ic_fluent_font_space_tracking_in_20_regular:before {
    content: "\f43c";
}
.icon-ic_fluent_font_space_tracking_in_24_regular:before {
    content: "\f43d";
}
.icon-ic_fluent_font_space_tracking_in_28_regular:before {
    content: "\f43e";
}
.icon-ic_fluent_font_space_tracking_out_16_regular:before {
    content: "\f43f";
}
.icon-ic_fluent_font_space_tracking_out_20_regular:before {
    content: "\f440";
}
.icon-ic_fluent_font_space_tracking_out_24_regular:before {
    content: "\f441";
}
.icon-ic_fluent_font_space_tracking_out_28_regular:before {
    content: "\f442";
}
.icon-ic_fluent_food_20_regular:before {
    content: "\f443";
}
.icon-ic_fluent_food_24_regular:before {
    content: "\f444";
}
.icon-ic_fluent_food_cake_24_regular:before {
    content: "\f445";
}
.icon-ic_fluent_food_egg_24_regular:before {
    content: "\f446";
}
.icon-ic_fluent_food_toast_24_regular:before {
    content: "\f447";
}
.icon-ic_fluent_form_new_24_regular:before {
    content: "\f448";
}
.icon-ic_fluent_form_new_28_regular:before {
    content: "\f449";
}
.icon-ic_fluent_form_new_48_regular:before {
    content: "\f44a";
}
.icon-ic_fluent_fps_240_24_regular:before {
    content: "\f44d";
}
.icon-ic_fluent_fps_960_24_regular:before {
    content: "\f44e";
}
.icon-ic_fluent_games_24_regular:before {
    content: "\f451";
}
.icon-ic_fluent_gesture_24_regular:before {
    content: "\f452";
}
.icon-ic_fluent_gif_20_regular:before {
    content: "\f453";
}
.icon-ic_fluent_gif_24_regular:before {
    content: "\f454";
}
.icon-ic_fluent_gift_20_regular:before {
    content: "\f455";
}
.icon-ic_fluent_gift_24_regular:before {
    content: "\f456";
}
.icon-ic_fluent_glance_24_regular:before {
    content: "\f457";
}
.icon-ic_fluent_glasses_24_regular:before {
    content: "\f458";
}
.icon-ic_fluent_glasses_off_24_regular:before {
    content: "\f459";
}
.icon-ic_fluent_globe_20_regular:before {
    content: "\f45a";
}
.icon-ic_fluent_globe_24_regular:before {
    content: "\f45b";
}
.icon-ic_fluent_globe_add_24_regular:before {
    content: "\f45c";
}
.icon-ic_fluent_globe_clock_24_regular:before {
    content: "\f45d";
}
.icon-ic_fluent_globe_desktop_24_regular:before {
    content: "\f45e";
}
.icon-ic_fluent_globe_location_24_regular:before {
    content: "\f45f";
}
.icon-ic_fluent_globe_search_24_regular:before {
    content: "\f460";
}
.icon-ic_fluent_globe_video_24_regular:before {
    content: "\f461";
}
.icon-ic_fluent_grid_20_regular:before {
    content: "\f462";
}
.icon-ic_fluent_grid_24_regular:before {
    content: "\f463";
}
.icon-ic_fluent_grid_28_regular:before {
    content: "\f464";
}
.icon-ic_fluent_group_20_regular:before {
    content: "\f465";
}
.icon-ic_fluent_group_24_regular:before {
    content: "\f466";
}
.icon-ic_fluent_group_list_24_regular:before {
    content: "\f467";
}
.icon-ic_fluent_guest_16_regular:before {
    content: "\f468";
}
.icon-ic_fluent_guest_20_regular:before {
    content: "\f469";
}
.icon-ic_fluent_guest_24_regular:before {
    content: "\f46a";
}
.icon-ic_fluent_guest_28_regular:before {
    content: "\f46b";
}
.icon-ic_fluent_guest_add_24_regular:before {
    content: "\f46c";
}
.icon-ic_fluent_handshake_16_regular:before {
    content: "\f46e";
}
.icon-ic_fluent_handshake_20_regular:before {
    content: "\f46f";
}
.icon-ic_fluent_handshake_24_regular:before {
    content: "\f470";
}
.icon-ic_fluent_hdr_24_regular:before {
    content: "\f471";
}
.icon-ic_fluent_headphones_24_regular:before {
    content: "\f472";
}
.icon-ic_fluent_headphones_28_regular:before {
    content: "\f473";
}
.icon-ic_fluent_headset_24_regular:before {
    content: "\f474";
}
.icon-ic_fluent_headset_28_regular:before {
    content: "\f475";
}
.icon-ic_fluent_headset_vr_20_regular:before {
    content: "\f476";
}
.icon-ic_fluent_headset_vr_24_regular:before {
    content: "\f477";
}
.icon-ic_fluent_heart_16_regular:before {
    content: "\f478";
}
.icon-ic_fluent_heart_20_regular:before {
    content: "\f479";
}
.icon-ic_fluent_heart_24_regular:before {
    content: "\f47a";
}
.icon-ic_fluent_highlight_16_regular:before {
    content: "\f47b";
}
.icon-ic_fluent_highlight_20_regular:before {
    content: "\f47c";
}
.icon-ic_fluent_highlight_24_regular:before {
    content: "\f47d";
}
.icon-ic_fluent_history_20_regular:before {
    content: "\f47e";
}
.icon-ic_fluent_history_24_regular:before {
    content: "\f47f";
}
.icon-ic_fluent_home_20_regular:before {
    content: "\f480";
}
.icon-ic_fluent_home_24_regular:before {
    content: "\f481";
}
.icon-ic_fluent_home_28_regular:before {
    content: "\f482";
}
.icon-ic_fluent_home_add_24_regular:before {
    content: "\f483";
}
.icon-ic_fluent_home_checkmark_24_regular:before {
    content: "\f484";
}
.icon-ic_fluent_icons_20_regular:before {
    content: "\f485";
}
.icon-ic_fluent_icons_24_regular:before {
    content: "\f486";
}
.icon-ic_fluent_image_16_regular:before {
    content: "\f487";
}
.icon-ic_fluent_image_20_regular:before {
    content: "\f488";
}
.icon-ic_fluent_image_24_regular:before {
    content: "\f489";
}
.icon-ic_fluent_image_28_regular:before {
    content: "\f48a";
}
.icon-ic_fluent_image_48_regular:before {
    content: "\f48b";
}
.icon-ic_fluent_image_add_24_regular:before {
    content: "\f48c";
}
.icon-ic_fluent_image_alt_text_20_regular:before {
    content: "\f48d";
}
.icon-ic_fluent_image_alt_text_24_regular:before {
    content: "\f48e";
}
.icon-ic_fluent_image_copy_20_regular:before {
    content: "\f48f";
}
.icon-ic_fluent_image_copy_24_regular:before {
    content: "\f490";
}
.icon-ic_fluent_image_copy_28_regular:before {
    content: "\f491";
}
.icon-ic_fluent_image_edit_16_regular:before {
    content: "\f492";
}
.icon-ic_fluent_image_edit_20_regular:before {
    content: "\f493";
}
.icon-ic_fluent_image_edit_24_regular:before {
    content: "\f494";
}
.icon-ic_fluent_image_off_24_regular:before {
    content: "\f498";
}
.icon-ic_fluent_image_search_20_regular:before {
    content: "\f499";
}
.icon-ic_fluent_image_search_24_regular:before {
    content: "\f49a";
}
.icon-ic_fluent_immersive_reader_20_regular:before {
    content: "\f49b";
}
.icon-ic_fluent_immersive_reader_24_regular:before {
    content: "\f49c";
}
.icon-ic_fluent_important_12_regular:before {
    content: "\f49d";
}
.icon-ic_fluent_important_16_regular:before {
    content: "\f49e";
}
.icon-ic_fluent_important_20_regular:before {
    content: "\f49f";
}
.icon-ic_fluent_important_24_regular:before {
    content: "\f4a0";
}
.icon-ic_fluent_incognito_24_regular:before {
    content: "\f4a1";
}
.icon-ic_fluent_info_16_regular:before {
    content: "\f4a2";
}
.icon-ic_fluent_info_20_regular:before {
    content: "\f4a3";
}
.icon-ic_fluent_info_24_regular:before {
    content: "\f4a4";
}
.icon-ic_fluent_info_28_regular:before {
    content: "\f4a5";
}
.icon-ic_fluent_inking_tool_16_regular:before {
    content: "\f4a6";
}
.icon-ic_fluent_inking_tool_20_regular:before {
    content: "\f4a7";
}
.icon-ic_fluent_inking_tool_24_regular:before {
    content: "\f4a8";
}
.icon-ic_fluent_inprivate_account_16_regular:before {
    content: "\f4a9";
}
.icon-ic_fluent_inprivate_account_20_regular:before {
    content: "\f4aa";
}
.icon-ic_fluent_inprivate_account_24_regular:before {
    content: "\f4ab";
}
.icon-ic_fluent_inprivate_account_28_regular:before {
    content: "\f4ac";
}
.icon-ic_fluent_insert_20_regular:before {
    content: "\f4ad";
}
.icon-ic_fluent_ios_chevron_right_20_regular:before {
    content: "\f4b2";
}
.icon-ic_fluent_javascript_16_regular:before {
    content: "\f4b3";
}
.icon-ic_fluent_javascript_20_regular:before {
    content: "\f4b4";
}
.icon-ic_fluent_javascript_24_regular:before {
    content: "\f4b5";
}
.icon-ic_fluent_key_20_regular:before {
    content: "\f4b6";
}
.icon-ic_fluent_key_24_regular:before {
    content: "\f4b7";
}
.icon-ic_fluent_keyboard_20_regular:before {
    content: "\f4b8";
}
.icon-ic_fluent_keyboard_24_regular:before {
    content: "\f4b9";
}
.icon-ic_fluent_keyboard_dock_24_regular:before {
    content: "\f4ba";
}
.icon-ic_fluent_keyboard_layout_float_24_regular:before {
    content: "\f4bb";
}
.icon-ic_fluent_keyboard_layout_one_handed_left_24_regular:before {
    content: "\f4bc";
}
.icon-ic_fluent_keyboard_layout_resize_24_regular:before {
    content: "\f4bd";
}
.icon-ic_fluent_keyboard_layout_split_24_regular:before {
    content: "\f4be";
}
.icon-ic_fluent_keyboard_shift_24_regular:before {
    content: "\f4bf";
}
.icon-ic_fluent_keyboard_shift_uppercase_24_regular:before {
    content: "\f4c0";
}
.icon-ic_fluent_keyboard_tab_24_regular:before {
    content: "\f4c1";
}
.icon-ic_fluent_laptop_16_regular:before {
    content: "\f4c2";
}
.icon-ic_fluent_laptop_20_regular:before {
    content: "\f4c3";
}
.icon-ic_fluent_laptop_24_regular:before {
    content: "\f4c4";
}
.icon-ic_fluent_laptop_28_regular:before {
    content: "\f4c5";
}
.icon-ic_fluent_lasso_24_regular:before {
    content: "\f4c9";
}
.icon-ic_fluent_launcher_settings_24_regular:before {
    content: "\f4ca";
}
.icon-ic_fluent_layer_20_regular:before {
    content: "\f4cb";
}
.icon-ic_fluent_layer_24_regular:before {
    content: "\f4cc";
}
.icon-ic_fluent_leaf_two_16_regular:before {
    content: "\f4d0";
}
.icon-ic_fluent_leaf_two_20_regular:before {
    content: "\f4d1";
}
.icon-ic_fluent_leaf_two_24_regular:before {
    content: "\f4d2";
}
.icon-ic_fluent_library_24_regular:before {
    content: "\f4d3";
}
.icon-ic_fluent_library_28_regular:before {
    content: "\f4d4";
}
.icon-ic_fluent_lightbulb_16_regular:before {
    content: "\f4d5";
}
.icon-ic_fluent_lightbulb_20_regular:before {
    content: "\f4d6";
}
.icon-ic_fluent_lightbulb_24_regular:before {
    content: "\f4d7";
}
.icon-ic_fluent_lightbulb_circle_24_regular:before {
    content: "\f4d8";
}
.icon-ic_fluent_lightbulb_filament_16_regular:before {
    content: "\f4d9";
}
.icon-ic_fluent_lightbulb_filament_20_regular:before {
    content: "\f4da";
}
.icon-ic_fluent_lightbulb_filament_24_regular:before {
    content: "\f4db";
}
.icon-ic_fluent_likert_16_regular:before {
    content: "\f4dd";
}
.icon-ic_fluent_likert_20_regular:before {
    content: "\f4de";
}
.icon-ic_fluent_likert_24_regular:before {
    content: "\f4df";
}
.icon-ic_fluent_line_horizontal_1_20_regular:before {
    content: "\f4e0";
}
.icon-ic_fluent_line_horizontal_3_20_regular:before {
    content: "\f4e1";
}
.icon-ic_fluent_line_horizontal_5_20_regular:before {
    content: "\f4e2";
}
.icon-ic_fluent_link_16_regular:before {
    content: "\f4e3";
}
.icon-ic_fluent_link_20_regular:before {
    content: "\f4e4";
}
.icon-ic_fluent_link_24_regular:before {
    content: "\f4e5";
}
.icon-ic_fluent_link_28_regular:before {
    content: "\f4e6";
}
.icon-ic_fluent_link_48_regular:before {
    content: "\f4e7";
}
.icon-ic_fluent_link_edit_16_regular:before {
    content: "\f4e8";
}
.icon-ic_fluent_link_edit_20_regular:before {
    content: "\f4e9";
}
.icon-ic_fluent_link_edit_24_regular:before {
    content: "\f4ea";
}
.icon-ic_fluent_link_square_24_regular:before {
    content: "\f4ec";
}
.icon-ic_fluent_list_20_regular:before {
    content: "\f4ed";
}
.icon-ic_fluent_list_24_regular:before {
    content: "\f4ee";
}
.icon-ic_fluent_list_28_regular:before {
    content: "\f4ef";
}
.icon-ic_fluent_live_20_regular:before {
    content: "\f4f0";
}
.icon-ic_fluent_live_24_regular:before {
    content: "\f4f1";
}
.icon-ic_fluent_local_language_16_regular:before {
    content: "\f4f2";
}
.icon-ic_fluent_local_language_20_regular:before {
    content: "\f4f3";
}
.icon-ic_fluent_local_language_24_regular:before {
    content: "\f4f4";
}
.icon-ic_fluent_local_language_28_regular:before {
    content: "\f4f5";
}
.icon-ic_fluent_location_12_regular:before {
    content: "\f4f6";
}
.icon-ic_fluent_location_16_regular:before {
    content: "\f4f7";
}
.icon-ic_fluent_location_20_regular:before {
    content: "\f4f8";
}
.icon-ic_fluent_location_24_regular:before {
    content: "\f4f9";
}
.icon-ic_fluent_location_28_regular:before {
    content: "\f4fa";
}
.icon-ic_fluent_location_live_20_regular:before {
    content: "\f4fb";
}
.icon-ic_fluent_location_live_24_regular:before {
    content: "\f4fc";
}
.icon-ic_fluent_lock_shield_20_regular:before {
    content: "\f502";
}
.icon-ic_fluent_lock_shield_24_regular:before {
    content: "\f503";
}
.icon-ic_fluent_lock_shield_48_regular:before {
    content: "\f504";
}
.icon-ic_fluent_mail_20_regular:before {
    content: "\f506";
}
.icon-ic_fluent_mail_24_regular:before {
    content: "\f507";
}
.icon-ic_fluent_mail_28_regular:before {
    content: "\f508";
}
.icon-ic_fluent_mail_48_regular:before {
    content: "\f509";
}
.icon-ic_fluent_mail_add_24_regular:before {
    content: "\f50a";
}
.icon-ic_fluent_mail_all_read_20_regular:before {
    content: "\f50e";
}
.icon-ic_fluent_mail_all_unread_20_regular:before {
    content: "\f50f";
}
.icon-ic_fluent_mail_clock_20_regular:before {
    content: "\f510";
}
.icon-ic_fluent_mail_copy_20_regular:before {
    content: "\f511";
}
.icon-ic_fluent_mail_copy_24_regular:before {
    content: "\f512";
}
.icon-ic_fluent_mail_inbox_16_regular:before {
    content: "\f513";
}
.icon-ic_fluent_mail_inbox_20_regular:before {
    content: "\f514";
}
.icon-ic_fluent_mail_inbox_24_regular:before {
    content: "\f515";
}
.icon-ic_fluent_mail_inbox_28_regular:before {
    content: "\f516";
}
.icon-ic_fluent_mail_inbox_add_16_regular:before {
    content: "\f517";
}
.icon-ic_fluent_mail_inbox_add_20_regular:before {
    content: "\f518";
}
.icon-ic_fluent_mail_inbox_add_24_regular:before {
    content: "\f519";
}
.icon-ic_fluent_mail_inbox_add_28_regular:before {
    content: "\f51a";
}
.icon-ic_fluent_mail_inbox_dismiss_16_regular:before {
    content: "\f51b";
}
.icon-ic_fluent_mail_inbox_dismiss_20_regular:before {
    content: "\f51c";
}
.icon-ic_fluent_mail_inbox_dismiss_24_regular:before {
    content: "\f51d";
}
.icon-ic_fluent_mail_inbox_dismiss_28_regular:before {
    content: "\f51e";
}
.icon-ic_fluent_mail_read_20_regular:before {
    content: "\f521";
}
.icon-ic_fluent_mail_read_24_regular:before {
    content: "\f522";
}
.icon-ic_fluent_mail_read_28_regular:before {
    content: "\f523";
}
.icon-ic_fluent_mail_read_48_regular:before {
    content: "\f524";
}
.icon-ic_fluent_mail_unread_16_regular:before {
    content: "\f525";
}
.icon-ic_fluent_mail_unread_20_regular:before {
    content: "\f526";
}
.icon-ic_fluent_mail_unread_24_regular:before {
    content: "\f527";
}
.icon-ic_fluent_mail_unread_28_regular:before {
    content: "\f528";
}
.icon-ic_fluent_mail_unread_48_regular:before {
    content: "\f529";
}
.icon-ic_fluent_map_24_regular:before {
    content: "\f52e";
}
.icon-ic_fluent_map_drive_16_regular:before {
    content: "\f52f";
}
.icon-ic_fluent_map_drive_20_regular:before {
    content: "\f530";
}
.icon-ic_fluent_map_drive_24_regular:before {
    content: "\f531";
}
.icon-ic_fluent_match_app_layout_24_regular:before {
    content: "\f532";
}
.icon-ic_fluent_maximize_16_regular:before {
    content: "\f533";
}
.icon-ic_fluent_meet_now_20_regular:before {
    content: "\f534";
}
.icon-ic_fluent_meet_now_24_regular:before {
    content: "\f535";
}
.icon-ic_fluent_megaphone_16_regular:before {
    content: "\f536";
}
.icon-ic_fluent_megaphone_20_regular:before {
    content: "\f537";
}
.icon-ic_fluent_megaphone_24_regular:before {
    content: "\f538";
}
.icon-ic_fluent_megaphone_28_regular:before {
    content: "\f539";
}
.icon-ic_fluent_megaphone_off_24_regular:before {
    content: "\f53a";
}
.icon-ic_fluent_mention_16_regular:before {
    content: "\f53b";
}
.icon-ic_fluent_mention_20_regular:before {
    content: "\f53c";
}
.icon-ic_fluent_mention_24_regular:before {
    content: "\f53d";
}
.icon-ic_fluent_merge_24_regular:before {
    content: "\f53e";
}
.icon-ic_fluent_mic_off_12_regular:before {
    content: "\f53f";
}
.icon-ic_fluent_mic_off_16_regular:before {
    content: "\f540";
}
.icon-ic_fluent_mic_off_24_regular:before {
    content: "\f541";
}
.icon-ic_fluent_mic_off_28_regular:before {
    content: "\f542";
}
.icon-ic_fluent_mic_settings_24_regular:before {
    content: "\f548";
}
.icon-ic_fluent_midi_20_regular:before {
    content: "\f549";
}
.icon-ic_fluent_midi_24_regular:before {
    content: "\f54a";
}
.icon-ic_fluent_mobile_optimized_24_regular:before {
    content: "\f54d";
}
.icon-ic_fluent_money_16_regular:before {
    content: "\f54e";
}
.icon-ic_fluent_money_20_regular:before {
    content: "\f54f";
}
.icon-ic_fluent_money_24_regular:before {
    content: "\f550";
}
.icon-ic_fluent_more_vertical_20_regular:before {
    content: "\f556";
}
.icon-ic_fluent_more_vertical_24_regular:before {
    content: "\f557";
}
.icon-ic_fluent_more_vertical_28_regular:before {
    content: "\f558";
}
.icon-ic_fluent_more_vertical_48_regular:before {
    content: "\f559";
}
.icon-ic_fluent_movies_and_tv_24_regular:before {
    content: "\f55a";
}
.icon-ic_fluent_my_location_24_regular:before {
    content: "\f55f";
}
.icon-ic_fluent_navigation_20_regular:before {
    content: "\f560";
}
.icon-ic_fluent_navigation_24_regular:before {
    content: "\f561";
}
.icon-ic_fluent_network_check_24_regular:before {
    content: "\f562";
}
.icon-ic_fluent_new_16_regular:before {
    content: "\f563";
}
.icon-ic_fluent_new_24_regular:before {
    content: "\f564";
}
.icon-ic_fluent_news_20_regular:before {
    content: "\f565";
}
.icon-ic_fluent_news_24_regular:before {
    content: "\f566";
}
.icon-ic_fluent_news_28_regular:before {
    content: "\f567";
}
.icon-ic_fluent_next_16_regular:before {
    content: "\f568";
}
.icon-ic_fluent_next_20_regular:before {
    content: "\f569";
}
.icon-ic_fluent_next_24_regular:before {
    content: "\f56a";
}
.icon-ic_fluent_note_20_regular:before {
    content: "\f56b";
}
.icon-ic_fluent_note_24_regular:before {
    content: "\f56c";
}
.icon-ic_fluent_note_add_16_regular:before {
    content: "\f56d";
}
.icon-ic_fluent_note_add_20_regular:before {
    content: "\f56e";
}
.icon-ic_fluent_note_add_24_regular:before {
    content: "\f56f";
}
.icon-ic_fluent_notebook_24_regular:before {
    content: "\f570";
}
.icon-ic_fluent_notebook_error_24_regular:before {
    content: "\f571";
}
.icon-ic_fluent_notebook_lightning_24_regular:before {
    content: "\f572";
}
.icon-ic_fluent_notebook_question_mark_24_regular:before {
    content: "\f573";
}
.icon-ic_fluent_notebook_section_24_regular:before {
    content: "\f574";
}
.icon-ic_fluent_notebook_sync_24_regular:before {
    content: "\f575";
}
.icon-ic_fluent_notepad_20_regular:before {
    content: "\f576";
}
.icon-ic_fluent_notepad_24_regular:before {
    content: "\f577";
}
.icon-ic_fluent_notepad_28_regular:before {
    content: "\f578";
}
.icon-ic_fluent_number_row_16_regular:before {
    content: "\f579";
}
.icon-ic_fluent_number_row_20_regular:before {
    content: "\f57a";
}
.icon-ic_fluent_number_row_24_regular:before {
    content: "\f57b";
}
.icon-ic_fluent_number_symbol_16_regular:before {
    content: "\f57c";
}
.icon-ic_fluent_number_symbol_20_regular:before {
    content: "\f57d";
}
.icon-ic_fluent_number_symbol_24_regular:before {
    content: "\f57e";
}
.icon-ic_fluent_open_16_regular:before {
    content: "\f581";
}
.icon-ic_fluent_open_20_regular:before {
    content: "\f582";
}
.icon-ic_fluent_open_24_regular:before {
    content: "\f583";
}
.icon-ic_fluent_open_folder_24_regular:before {
    content: "\f584";
}
.icon-ic_fluent_options_16_regular:before {
    content: "\f586";
}
.icon-ic_fluent_options_20_regular:before {
    content: "\f587";
}
.icon-ic_fluent_options_24_regular:before {
    content: "\f588";
}
.icon-ic_fluent_organization_20_regular:before {
    content: "\f589";
}
.icon-ic_fluent_organization_24_regular:before {
    content: "\f58a";
}
.icon-ic_fluent_organization_28_regular:before {
    content: "\f58b";
}
.icon-ic_fluent_page_fit_16_regular:before {
    content: "\f58e";
}
.icon-ic_fluent_page_fit_20_regular:before {
    content: "\f58f";
}
.icon-ic_fluent_page_fit_24_regular:before {
    content: "\f590";
}
.icon-ic_fluent_paint_brush_16_regular:before {
    content: "\f591";
}
.icon-ic_fluent_paint_brush_20_regular:before {
    content: "\f592";
}
.icon-ic_fluent_paint_brush_24_regular:before {
    content: "\f593";
}
.icon-ic_fluent_paint_bucket_16_regular:before {
    content: "\f594";
}
.icon-ic_fluent_paint_bucket_20_regular:before {
    content: "\f595";
}
.icon-ic_fluent_paint_bucket_24_regular:before {
    content: "\f596";
}
.icon-ic_fluent_pair_24_regular:before {
    content: "\f597";
}
.icon-ic_fluent_password_24_regular:before {
    content: "\f59e";
}
.icon-ic_fluent_patient_24_regular:before {
    content: "\f59f";
}
.icon-ic_fluent_pause_16_regular:before {
    content: "\f5a0";
}
.icon-ic_fluent_pause_20_regular:before {
    content: "\f5a1";
}
.icon-ic_fluent_pause_24_regular:before {
    content: "\f5a2";
}
.icon-ic_fluent_pause_48_regular:before {
    content: "\f5a3";
}
.icon-ic_fluent_payment_20_regular:before {
    content: "\f5a4";
}
.icon-ic_fluent_payment_24_regular:before {
    content: "\f5a5";
}
.icon-ic_fluent_people_16_regular:before {
    content: "\f5a7";
}
.icon-ic_fluent_people_20_regular:before {
    content: "\f5a8";
}
.icon-ic_fluent_people_24_regular:before {
    content: "\f5a9";
}
.icon-ic_fluent_people_28_regular:before {
    content: "\f5aa";
}
.icon-ic_fluent_people_add_16_regular:before {
    content: "\f5ab";
}
.icon-ic_fluent_people_add_20_regular:before {
    content: "\f5ac";
}
.icon-ic_fluent_people_add_24_regular:before {
    content: "\f5ad";
}
.icon-ic_fluent_people_audience_24_regular:before {
    content: "\f5ae";
}
.icon-ic_fluent_people_community_16_regular:before {
    content: "\f5af";
}
.icon-ic_fluent_people_community_20_regular:before {
    content: "\f5b0";
}
.icon-ic_fluent_people_community_24_regular:before {
    content: "\f5b1";
}
.icon-ic_fluent_people_community_28_regular:before {
    content: "\f5b2";
}
.icon-ic_fluent_people_community_add_24_regular:before {
    content: "\f5b3";
}
.icon-ic_fluent_people_prohibited_20_regular:before {
    content: "\f5b4";
}
.icon-ic_fluent_people_search_24_regular:before {
    content: "\f5b5";
}
.icon-ic_fluent_people_settings_20_regular:before {
    content: "\f5b6";
}
.icon-ic_fluent_people_team_16_regular:before {
    content: "\f5b7";
}
.icon-ic_fluent_people_team_20_regular:before {
    content: "\f5b8";
}
.icon-ic_fluent_people_team_24_regular:before {
    content: "\f5b9";
}
.icon-ic_fluent_people_team_28_regular:before {
    content: "\f5ba";
}
.icon-ic_fluent_person_12_regular:before {
    content: "\f5bb";
}
.icon-ic_fluent_person_16_regular:before {
    content: "\f5bc";
}
.icon-ic_fluent_person_20_regular:before {
    content: "\f5bd";
}
.icon-ic_fluent_person_24_regular:before {
    content: "\f5be";
}
.icon-ic_fluent_person_28_regular:before {
    content: "\f5bf";
}
.icon-ic_fluent_person_48_regular:before {
    content: "\f5c0";
}
.icon-ic_fluent_person_accounts_24_regular:before {
    content: "\f5c1";
}
.icon-ic_fluent_person_add_20_regular:before {
    content: "\f5c2";
}
.icon-ic_fluent_person_add_24_regular:before {
    content: "\f5c3";
}
.icon-ic_fluent_person_arrow_left_20_regular:before {
    content: "\f5c4";
}
.icon-ic_fluent_person_arrow_left_24_regular:before {
    content: "\f5c5";
}
.icon-ic_fluent_person_arrow_right_16_regular:before {
    content: "\f5c6";
}
.icon-ic_fluent_person_arrow_right_20_regular:before {
    content: "\f5c7";
}
.icon-ic_fluent_person_arrow_right_24_regular:before {
    content: "\f5c8";
}
.icon-ic_fluent_person_available_16_regular:before {
    content: "\f5c9";
}
.icon-ic_fluent_person_available_24_regular:before {
    content: "\f5ca";
}
.icon-ic_fluent_person_board_16_regular:before {
    content: "\f5cc";
}
.icon-ic_fluent_person_board_20_regular:before {
    content: "\f5cd";
}
.icon-ic_fluent_person_board_24_regular:before {
    content: "\f5ce";
}
.icon-ic_fluent_person_call_24_regular:before {
    content: "\f5cf";
}
.icon-ic_fluent_person_delete_16_regular:before {
    content: "\f5d0";
}
.icon-ic_fluent_person_delete_24_regular:before {
    content: "\f5d1";
}
.icon-ic_fluent_person_feedback_20_regular:before {
    content: "\f5d2";
}
.icon-ic_fluent_person_feedback_24_regular:before {
    content: "\f5d3";
}
.icon-ic_fluent_person_prohibited_20_regular:before {
    content: "\f5d4";
}
.icon-ic_fluent_person_question_mark_16_regular:before {
    content: "\f5d5";
}
.icon-ic_fluent_person_question_mark_20_regular:before {
    content: "\f5d6";
}
.icon-ic_fluent_person_question_mark_24_regular:before {
    content: "\f5d7";
}
.icon-ic_fluent_person_support_16_regular:before {
    content: "\f5d8";
}
.icon-ic_fluent_person_support_20_regular:before {
    content: "\f5d9";
}
.icon-ic_fluent_person_support_24_regular:before {
    content: "\f5da";
}
.icon-ic_fluent_person_swap_16_regular:before {
    content: "\f5db";
}
.icon-ic_fluent_person_swap_20_regular:before {
    content: "\f5dc";
}
.icon-ic_fluent_person_swap_24_regular:before {
    content: "\f5dd";
}
.icon-ic_fluent_person_voice_20_regular:before {
    content: "\f5de";
}
.icon-ic_fluent_person_voice_24_regular:before {
    content: "\f5df";
}
.icon-ic_fluent_phone_20_regular:before {
    content: "\f5e0";
}
.icon-ic_fluent_phone_24_regular:before {
    content: "\f5e1";
}
.icon-ic_fluent_phone_desktop_16_regular:before {
    content: "\f5e4";
}
.icon-ic_fluent_phone_desktop_20_regular:before {
    content: "\f5e5";
}
.icon-ic_fluent_phone_desktop_24_regular:before {
    content: "\f5e6";
}
.icon-ic_fluent_phone_desktop_28_regular:before {
    content: "\f5e7";
}
.icon-ic_fluent_phone_laptop_20_regular:before {
    content: "\f5ea";
}
.icon-ic_fluent_phone_laptop_24_regular:before {
    content: "\f5eb";
}
.icon-ic_fluent_phone_link_setup_24_regular:before {
    content: "\f5ec";
}
.icon-ic_fluent_phone_page_header_24_regular:before {
    content: "\f5ef";
}
.icon-ic_fluent_phone_pagination_24_regular:before {
    content: "\f5f0";
}
.icon-ic_fluent_phone_screen_time_24_regular:before {
    content: "\f5f1";
}
.icon-ic_fluent_phone_shake_24_regular:before {
    content: "\f5f2";
}
.icon-ic_fluent_phone_status_bar_24_regular:before {
    content: "\f5f3";
}
.icon-ic_fluent_phone_tablet_20_regular:before {
    content: "\f5f4";
}
.icon-ic_fluent_phone_tablet_24_regular:before {
    content: "\f5f5";
}
.icon-ic_fluent_phone_update_24_regular:before {
    content: "\f5f8";
}
.icon-ic_fluent_phone_vertical_scroll_24_regular:before {
    content: "\f5f9";
}
.icon-ic_fluent_phone_vibrate_24_regular:before {
    content: "\f5fa";
}
.icon-ic_fluent_photo_filter_24_regular:before {
    content: "\f5fb";
}
.icon-ic_fluent_picture_in_picture_16_regular:before {
    content: "\f5fc";
}
.icon-ic_fluent_picture_in_picture_20_regular:before {
    content: "\f5fd";
}
.icon-ic_fluent_picture_in_picture_24_regular:before {
    content: "\f5fe";
}
.icon-ic_fluent_pin_12_regular:before {
    content: "\f5ff";
}
.icon-ic_fluent_pin_16_regular:before {
    content: "\f600";
}
.icon-ic_fluent_pin_20_regular:before {
    content: "\f601";
}
.icon-ic_fluent_pin_24_regular:before {
    content: "\f602";
}
.icon-ic_fluent_pin_off_20_regular:before {
    content: "\f603";
}
.icon-ic_fluent_pin_off_24_regular:before {
    content: "\f604";
}
.icon-ic_fluent_play_20_regular:before {
    content: "\f605";
}
.icon-ic_fluent_play_24_regular:before {
    content: "\f606";
}
.icon-ic_fluent_play_48_regular:before {
    content: "\f607";
}
.icon-ic_fluent_play_circle_24_regular:before {
    content: "\f608";
}
.icon-ic_fluent_plug_disconnected_20_regular:before {
    content: "\f609";
}
.icon-ic_fluent_plug_disconnected_24_regular:before {
    content: "\f60a";
}
.icon-ic_fluent_plug_disconnected_28_regular:before {
    content: "\f60b";
}
.icon-ic_fluent_point_scan_24_regular:before {
    content: "\f60c";
}
.icon-ic_fluent_poll_24_regular:before {
    content: "\f60d";
}
.icon-ic_fluent_power_20_regular:before {
    content: "\f60e";
}
.icon-ic_fluent_power_24_regular:before {
    content: "\f60f";
}
.icon-ic_fluent_power_28_regular:before {
    content: "\f610";
}
.icon-ic_fluent_predictions_24_regular:before {
    content: "\f611";
}
.icon-ic_fluent_premium_16_regular:before {
    content: "\f612";
}
.icon-ic_fluent_premium_20_regular:before {
    content: "\f613";
}
.icon-ic_fluent_premium_24_regular:before {
    content: "\f614";
}
.icon-ic_fluent_premium_28_regular:before {
    content: "\f615";
}
.icon-ic_fluent_presence_blocked_10_regular:before {
    content: "\f616";
}
.icon-ic_fluent_presence_blocked_12_regular:before {
    content: "\f617";
}
.icon-ic_fluent_presence_blocked_16_regular:before {
    content: "\f618";
}
.icon-ic_fluent_presence_offline_10_regular:before {
    content: "\f619";
}
.icon-ic_fluent_presence_offline_12_regular:before {
    content: "\f61a";
}
.icon-ic_fluent_presence_offline_16_regular:before {
    content: "\f61b";
}
.icon-ic_fluent_presence_oof_10_regular:before {
    content: "\f61c";
}
.icon-ic_fluent_presence_oof_12_regular:before {
    content: "\f61d";
}
.icon-ic_fluent_presence_oof_16_regular:before {
    content: "\f61e";
}
.icon-ic_fluent_presence_unknown_10_regular:before {
    content: "\f61f";
}
.icon-ic_fluent_presence_unknown_12_regular:before {
    content: "\f620";
}
.icon-ic_fluent_presence_unknown_16_regular:before {
    content: "\f621";
}
.icon-ic_fluent_presenter_24_regular:before {
    content: "\f622";
}
.icon-ic_fluent_presenter_off_24_regular:before {
    content: "\f623";
}
.icon-ic_fluent_preview_link_16_regular:before {
    content: "\f624";
}
.icon-ic_fluent_preview_link_20_regular:before {
    content: "\f625";
}
.icon-ic_fluent_preview_link_24_regular:before {
    content: "\f626";
}
.icon-ic_fluent_previous_16_regular:before {
    content: "\f627";
}
.icon-ic_fluent_previous_20_regular:before {
    content: "\f628";
}
.icon-ic_fluent_previous_24_regular:before {
    content: "\f629";
}
.icon-ic_fluent_print_20_regular:before {
    content: "\f62a";
}
.icon-ic_fluent_print_24_regular:before {
    content: "\f62b";
}
.icon-ic_fluent_print_48_regular:before {
    content: "\f62c";
}
.icon-ic_fluent_prohibited_20_regular:before {
    content: "\f62d";
}
.icon-ic_fluent_prohibited_24_regular:before {
    content: "\f62e";
}
.icon-ic_fluent_prohibited_28_regular:before {
    content: "\f62f";
}
.icon-ic_fluent_prohibited_48_regular:before {
    content: "\f630";
}
.icon-ic_fluent_protocol_handler_16_regular:before {
    content: "\f632";
}
.icon-ic_fluent_protocol_handler_20_regular:before {
    content: "\f633";
}
.icon-ic_fluent_protocol_handler_24_regular:before {
    content: "\f634";
}
.icon-ic_fluent_qr_code_24_regular:before {
    content: "\f635";
}
.icon-ic_fluent_qr_code_28_regular:before {
    content: "\f636";
}
.icon-ic_fluent_question_16_regular:before {
    content: "\f637";
}
.icon-ic_fluent_question_20_regular:before {
    content: "\f638";
}
.icon-ic_fluent_question_24_regular:before {
    content: "\f639";
}
.icon-ic_fluent_question_28_regular:before {
    content: "\f63a";
}
.icon-ic_fluent_question_48_regular:before {
    content: "\f63b";
}
.icon-ic_fluent_question_circle_16_regular:before {
    content: "\f63c";
}
.icon-ic_fluent_question_circle_20_regular:before {
    content: "\f63d";
}
.icon-ic_fluent_question_circle_24_regular:before {
    content: "\f63e";
}
.icon-ic_fluent_question_circle_28_regular:before {
    content: "\f63f";
}
.icon-ic_fluent_question_circle_48_regular:before {
    content: "\f640";
}
.icon-ic_fluent_quiz_new_24_regular:before {
    content: "\f641";
}
.icon-ic_fluent_quiz_new_28_regular:before {
    content: "\f642";
}
.icon-ic_fluent_quiz_new_48_regular:before {
    content: "\f643";
}
.icon-ic_fluent_radio_button_20_regular:before {
    content: "\f644";
}
.icon-ic_fluent_radio_button_24_regular:before {
    content: "\f645";
}
.icon-ic_fluent_rating_mature_16_regular:before {
    content: "\f646";
}
.icon-ic_fluent_rating_mature_20_regular:before {
    content: "\f647";
}
.icon-ic_fluent_rating_mature_24_regular:before {
    content: "\f648";
}
.icon-ic_fluent_re_order_16_regular:before {
    content: "\f649";
}
.icon-ic_fluent_re_order_24_regular:before {
    content: "\f64a";
}
.icon-ic_fluent_read_aloud_20_regular:before {
    content: "\f64d";
}
.icon-ic_fluent_read_aloud_24_regular:before {
    content: "\f64e";
}
.icon-ic_fluent_reading_list_16_regular:before {
    content: "\f651";
}
.icon-ic_fluent_reading_list_20_regular:before {
    content: "\f652";
}
.icon-ic_fluent_reading_list_24_regular:before {
    content: "\f653";
}
.icon-ic_fluent_reading_list_28_regular:before {
    content: "\f654";
}
.icon-ic_fluent_reading_list_add_16_regular:before {
    content: "\f655";
}
.icon-ic_fluent_reading_list_add_20_regular:before {
    content: "\f656";
}
.icon-ic_fluent_reading_list_add_24_regular:before {
    content: "\f657";
}
.icon-ic_fluent_reading_list_add_28_regular:before {
    content: "\f658";
}
.icon-ic_fluent_reading_mode_mobile_20_regular:before {
    content: "\f65b";
}
.icon-ic_fluent_reading_mode_mobile_24_regular:before {
    content: "\f65c";
}
.icon-ic_fluent_record_16_regular:before {
    content: "\f660";
}
.icon-ic_fluent_record_20_regular:before {
    content: "\f661";
}
.icon-ic_fluent_record_24_regular:before {
    content: "\f662";
}
.icon-ic_fluent_rename_16_regular:before {
    content: "\f668";
}
.icon-ic_fluent_rename_20_regular:before {
    content: "\f669";
}
.icon-ic_fluent_rename_24_regular:before {
    content: "\f66a";
}
.icon-ic_fluent_rename_28_regular:before {
    content: "\f66b";
}
.icon-ic_fluent_resize_20_regular:before {
    content: "\f66c";
}
.icon-ic_fluent_resize_image_24_regular:before {
    content: "\f66d";
}
.icon-ic_fluent_resize_table_24_regular:before {
    content: "\f66e";
}
.icon-ic_fluent_resize_video_24_regular:before {
    content: "\f66f";
}
.icon-ic_fluent_reward_16_regular:before {
    content: "\f671";
}
.icon-ic_fluent_reward_20_regular:before {
    content: "\f672";
}
.icon-ic_fluent_reward_24_regular:before {
    content: "\f673";
}
.icon-ic_fluent_rewind_20_regular:before {
    content: "\f674";
}
.icon-ic_fluent_rewind_24_regular:before {
    content: "\f675";
}
.icon-ic_fluent_rocket_16_regular:before {
    content: "\f676";
}
.icon-ic_fluent_rocket_20_regular:before {
    content: "\f677";
}
.icon-ic_fluent_rocket_24_regular:before {
    content: "\f678";
}
.icon-ic_fluent_router_24_regular:before {
    content: "\f679";
}
.icon-ic_fluent_row_triple_24_regular:before {
    content: "\f67a";
}
.icon-ic_fluent_ruler_16_regular:before {
    content: "\f67b";
}
.icon-ic_fluent_ruler_20_regular:before {
    content: "\f67c";
}
.icon-ic_fluent_ruler_24_regular:before {
    content: "\f67d";
}
.icon-ic_fluent_run_24_regular:before {
    content: "\f67e";
}
.icon-ic_fluent_save_20_regular:before {
    content: "\f67f";
}
.icon-ic_fluent_save_24_regular:before {
    content: "\f680";
}
.icon-ic_fluent_save_copy_24_regular:before {
    content: "\f683";
}
.icon-ic_fluent_savings_16_regular:before {
    content: "\f684";
}
.icon-ic_fluent_savings_20_regular:before {
    content: "\f685";
}
.icon-ic_fluent_savings_24_regular:before {
    content: "\f686";
}
.icon-ic_fluent_scale_fill_24_regular:before {
    content: "\f687";
}
.icon-ic_fluent_scale_fit_16_regular:before {
    content: "\f688";
}
.icon-ic_fluent_scale_fit_20_regular:before {
    content: "\f689";
}
.icon-ic_fluent_scale_fit_24_regular:before {
    content: "\f68a";
}
.icon-ic_fluent_scan_24_regular:before {
    content: "\f68b";
}
.icon-ic_fluent_scratchpad_24_regular:before {
    content: "\f68c";
}
.icon-ic_fluent_screenshot_20_regular:before {
    content: "\f68d";
}
.icon-ic_fluent_screenshot_24_regular:before {
    content: "\f68e";
}
.icon-ic_fluent_search_20_regular:before {
    content: "\f68f";
}
.icon-ic_fluent_search_24_regular:before {
    content: "\f690";
}
.icon-ic_fluent_search_28_regular:before {
    content: "\f691";
}
.icon-ic_fluent_search_info_20_regular:before {
    content: "\f692";
}
.icon-ic_fluent_search_info_24_regular:before {
    content: "\f693";
}
.icon-ic_fluent_search_square_24_regular:before {
    content: "\f694";
}
.icon-ic_fluent_select_all_off_24_regular:before {
    content: "\f696";
}
.icon-ic_fluent_select_object_20_regular:before {
    content: "\f697";
}
.icon-ic_fluent_select_object_24_regular:before {
    content: "\f698";
}
.icon-ic_fluent_send_20_regular:before {
    content: "\f699";
}
.icon-ic_fluent_send_24_regular:before {
    content: "\f69a";
}
.icon-ic_fluent_send_28_regular:before {
    content: "\f69b";
}
.icon-ic_fluent_send_clock_20_regular:before {
    content: "\f69c";
}
.icon-ic_fluent_send_copy_24_regular:before {
    content: "\f69d";
}
.icon-ic_fluent_serial_port_16_regular:before {
    content: "\f6a1";
}
.icon-ic_fluent_serial_port_20_regular:before {
    content: "\f6a2";
}
.icon-ic_fluent_serial_port_24_regular:before {
    content: "\f6a3";
}
.icon-ic_fluent_service_bell_24_regular:before {
    content: "\f6a4";
}
.icon-ic_fluent_settings_16_regular:before {
    content: "\f6a8";
}
.icon-ic_fluent_settings_20_regular:before {
    content: "\f6a9";
}
.icon-ic_fluent_settings_24_regular:before {
    content: "\f6aa";
}
.icon-ic_fluent_settings_28_regular:before {
    content: "\f6ab";
}
.icon-ic_fluent_shapes_16_regular:before {
    content: "\f6ac";
}
.icon-ic_fluent_shapes_20_regular:before {
    content: "\f6ad";
}
.icon-ic_fluent_shapes_24_regular:before {
    content: "\f6ae";
}
.icon-ic_fluent_share_20_regular:before {
    content: "\f6af";
}
.icon-ic_fluent_share_24_regular:before {
    content: "\f6b0";
}
.icon-ic_fluent_share_android_20_regular:before {
    content: "\f6b1";
}
.icon-ic_fluent_share_android_24_regular:before {
    content: "\f6b2";
}
.icon-ic_fluent_share_close_tray_24_regular:before {
    content: "\f6b3";
}
.icon-ic_fluent_share_ios_20_regular:before {
    content: "\f6b5";
}
.icon-ic_fluent_share_ios_24_regular:before {
    content: "\f6b6";
}
.icon-ic_fluent_share_ios_28_regular:before {
    content: "\f6b7";
}
.icon-ic_fluent_share_ios_48_regular:before {
    content: "\f6b8";
}
.icon-ic_fluent_shield_20_regular:before {
    content: "\f6be";
}
.icon-ic_fluent_shield_24_regular:before {
    content: "\f6bf";
}
.icon-ic_fluent_shield_dismiss_20_regular:before {
    content: "\f6c0";
}
.icon-ic_fluent_shield_dismiss_24_regular:before {
    content: "\f6c1";
}
.icon-ic_fluent_shield_error_20_regular:before {
    content: "\f6c2";
}
.icon-ic_fluent_shield_error_24_regular:before {
    content: "\f6c3";
}
.icon-ic_fluent_shield_keyhole_16_regular:before {
    content: "\f6c4";
}
.icon-ic_fluent_shield_keyhole_20_regular:before {
    content: "\f6c5";
}
.icon-ic_fluent_shield_keyhole_24_regular:before {
    content: "\f6c6";
}
.icon-ic_fluent_shield_prohibited_20_regular:before {
    content: "\f6c7";
}
.icon-ic_fluent_shield_prohibited_24_regular:before {
    content: "\f6c8";
}
.icon-ic_fluent_shifts_24_regular:before {
    content: "\f6c9";
}
.icon-ic_fluent_shifts_28_regular:before {
    content: "\f6cc";
}
.icon-ic_fluent_shifts_30_minutes_24_regular:before {
    content: "\f6cd";
}
.icon-ic_fluent_shifts_activity_20_regular:before {
    content: "\f6ce";
}
.icon-ic_fluent_shifts_activity_24_regular:before {
    content: "\f6cf";
}
.icon-ic_fluent_shifts_add_24_regular:before {
    content: "\f6d0";
}
.icon-ic_fluent_shifts_availability_24_regular:before {
    content: "\f6d2";
}
.icon-ic_fluent_shifts_open_20_regular:before {
    content: "\f6d4";
}
.icon-ic_fluent_shifts_open_24_regular:before {
    content: "\f6d5";
}
.icon-ic_fluent_shifts_team_24_regular:before {
    content: "\f6d7";
}
.icon-ic_fluent_sign_out_24_regular:before {
    content: "\f6da";
}
.icon-ic_fluent_signature_16_regular:before {
    content: "\f6db";
}
.icon-ic_fluent_signature_20_regular:before {
    content: "\f6dc";
}
.icon-ic_fluent_signature_24_regular:before {
    content: "\f6dd";
}
.icon-ic_fluent_signature_28_regular:before {
    content: "\f6de";
}
.icon-ic_fluent_sim_16_regular:before {
    content: "\f6e2";
}
.icon-ic_fluent_sim_20_regular:before {
    content: "\f6e3";
}
.icon-ic_fluent_sim_24_regular:before {
    content: "\f6e4";
}
.icon-ic_fluent_sleep_24_regular:before {
    content: "\f6e5";
}
.icon-ic_fluent_slide_add_24_regular:before {
    content: "\f6e6";
}
.icon-ic_fluent_slide_hide_24_regular:before {
    content: "\f6e8";
}
.icon-ic_fluent_slide_layout_20_regular:before {
    content: "\f6e9";
}
.icon-ic_fluent_slide_layout_24_regular:before {
    content: "\f6ea";
}
.icon-ic_fluent_slide_microphone_24_regular:before {
    content: "\f6eb";
}
.icon-ic_fluent_slide_text_24_regular:before {
    content: "\f6ec";
}
.icon-ic_fluent_snooze_16_regular:before {
    content: "\f6f4";
}
.icon-ic_fluent_snooze_24_regular:before {
    content: "\f6f5";
}
.icon-ic_fluent_sound_source_24_regular:before {
    content: "\f6f6";
}
.icon-ic_fluent_sound_source_28_regular:before {
    content: "\f6f7";
}
.icon-ic_fluent_spacebar_24_regular:before {
    content: "\f6f8";
}
.icon-ic_fluent_speaker_0_24_regular:before {
    content: "\f6f9";
}
.icon-ic_fluent_speaker_1_24_regular:before {
    content: "\f6fb";
}
.icon-ic_fluent_speaker_bluetooth_24_regular:before {
    content: "\f6ff";
}
.icon-ic_fluent_speaker_edit_16_regular:before {
    content: "\f700";
}
.icon-ic_fluent_speaker_edit_20_regular:before {
    content: "\f701";
}
.icon-ic_fluent_speaker_edit_24_regular:before {
    content: "\f702";
}
.icon-ic_fluent_speaker_off_24_regular:before {
    content: "\f706";
}
.icon-ic_fluent_speaker_off_28_regular:before {
    content: "\f707";
}
.icon-ic_fluent_speaker_settings_24_regular:before {
    content: "\f708";
}
.icon-ic_fluent_spinner_ios_20_regular:before {
    content: "\f709";
}
.icon-ic_fluent_star_12_regular:before {
    content: "\f70d";
}
.icon-ic_fluent_star_16_regular:before {
    content: "\f70e";
}
.icon-ic_fluent_star_20_regular:before {
    content: "\f70f";
}
.icon-ic_fluent_star_24_regular:before {
    content: "\f710";
}
.icon-ic_fluent_star_28_regular:before {
    content: "\f711";
}
.icon-ic_fluent_star_add_16_regular:before {
    content: "\f712";
}
.icon-ic_fluent_star_add_20_regular:before {
    content: "\f713";
}
.icon-ic_fluent_star_add_24_regular:before {
    content: "\f714";
}
.icon-ic_fluent_star_arrow_right_start_24_regular:before {
    content: "\f716";
}
.icon-ic_fluent_star_emphasis_24_regular:before {
    content: "\f717";
}
.icon-ic_fluent_star_off_12_regular:before {
    content: "\f718";
}
.icon-ic_fluent_star_off_16_regular:before {
    content: "\f719";
}
.icon-ic_fluent_star_off_20_regular:before {
    content: "\f71a";
}
.icon-ic_fluent_star_off_24_regular:before {
    content: "\f71b";
}
.icon-ic_fluent_star_off_28_regular:before {
    content: "\f71c";
}
.icon-ic_fluent_star_prohibited_16_regular:before {
    content: "\f71d";
}
.icon-ic_fluent_star_prohibited_20_regular:before {
    content: "\f71e";
}
.icon-ic_fluent_star_prohibited_24_regular:before {
    content: "\f71f";
}
.icon-ic_fluent_star_settings_24_regular:before {
    content: "\f720";
}
.icon-ic_fluent_status_16_regular:before {
    content: "\f721";
}
.icon-ic_fluent_status_20_regular:before {
    content: "\f722";
}
.icon-ic_fluent_status_24_regular:before {
    content: "\f723";
}
.icon-ic_fluent_stethoscope_20_regular:before {
    content: "\f724";
}
.icon-ic_fluent_stethoscope_24_regular:before {
    content: "\f725";
}
.icon-ic_fluent_sticker_20_regular:before {
    content: "\f726";
}
.icon-ic_fluent_sticker_24_regular:before {
    content: "\f727";
}
.icon-ic_fluent_sticker_add_24_regular:before {
    content: "\f728";
}
.icon-ic_fluent_stop_16_regular:before {
    content: "\f729";
}
.icon-ic_fluent_stop_20_regular:before {
    content: "\f72a";
}
.icon-ic_fluent_stop_24_regular:before {
    content: "\f72b";
}
.icon-ic_fluent_storage_24_regular:before {
    content: "\f72c";
}
.icon-ic_fluent_store_microsoft_16_regular:before {
    content: "\f730";
}
.icon-ic_fluent_store_microsoft_20_regular:before {
    content: "\f731";
}
.icon-ic_fluent_store_microsoft_24_regular:before {
    content: "\f732";
}
.icon-ic_fluent_style_guide_24_regular:before {
    content: "\f733";
}
.icon-ic_fluent_sub_grid_24_regular:before {
    content: "\f734";
}
.icon-ic_fluent_surface_earbuds_20_regular:before {
    content: "\f738";
}
.icon-ic_fluent_surface_earbuds_24_regular:before {
    content: "\f739";
}
.icon-ic_fluent_surface_hub_20_regular:before {
    content: "\f73a";
}
.icon-ic_fluent_surface_hub_24_regular:before {
    content: "\f73b";
}
.icon-ic_fluent_swipe_down_24_regular:before {
    content: "\f73c";
}
.icon-ic_fluent_swipe_right_24_regular:before {
    content: "\f73d";
}
.icon-ic_fluent_swipe_up_24_regular:before {
    content: "\f73e";
}
.icon-ic_fluent_symbols_24_regular:before {
    content: "\f73f";
}
.icon-ic_fluent_sync_off_16_regular:before {
    content: "\f740";
}
.icon-ic_fluent_sync_off_20_regular:before {
    content: "\f741";
}
.icon-ic_fluent_system_24_regular:before {
    content: "\f742";
}
.icon-ic_fluent_tab_16_regular:before {
    content: "\f743";
}
.icon-ic_fluent_tab_20_regular:before {
    content: "\f744";
}
.icon-ic_fluent_tab_24_regular:before {
    content: "\f745";
}
.icon-ic_fluent_tab_28_regular:before {
    content: "\f746";
}
.icon-ic_fluent_tab_desktop_20_regular:before {
    content: "\f747";
}
.icon-ic_fluent_tab_desktop_arrow_clockwise_16_regular:before {
    content: "\f748";
}
.icon-ic_fluent_tab_desktop_arrow_clockwise_20_regular:before {
    content: "\f749";
}
.icon-ic_fluent_tab_desktop_arrow_clockwise_24_regular:before {
    content: "\f74a";
}
.icon-ic_fluent_tab_desktop_clock_20_regular:before {
    content: "\f74b";
}
.icon-ic_fluent_tab_desktop_copy_20_regular:before {
    content: "\f74c";
}
.icon-ic_fluent_tab_desktop_image_16_regular:before {
    content: "\f74d";
}
.icon-ic_fluent_tab_desktop_image_20_regular:before {
    content: "\f74e";
}
.icon-ic_fluent_tab_desktop_image_24_regular:before {
    content: "\f74f";
}
.icon-ic_fluent_tab_desktop_multiple_20_regular:before {
    content: "\f750";
}
.icon-ic_fluent_tab_desktop_new_page_20_regular:before {
    content: "\f751";
}
.icon-ic_fluent_tab_in_private_16_regular:before {
    content: "\f752";
}
.icon-ic_fluent_tab_in_private_20_regular:before {
    content: "\f753";
}
.icon-ic_fluent_tab_in_private_24_regular:before {
    content: "\f754";
}
.icon-ic_fluent_tab_in_private_28_regular:before {
    content: "\f755";
}
.icon-ic_fluent_tab_inprivate_account_20_regular:before {
    content: "\f756";
}
.icon-ic_fluent_tab_inprivate_account_24_regular:before {
    content: "\f757";
}
.icon-ic_fluent_table_20_regular:before {
    content: "\f75d";
}
.icon-ic_fluent_table_24_regular:before {
    content: "\f75e";
}
.icon-ic_fluent_table_add_24_regular:before {
    content: "\f75f";
}
.icon-ic_fluent_table_cells_merge_20_regular:before {
    content: "\f760";
}
.icon-ic_fluent_table_cells_merge_24_regular:before {
    content: "\f761";
}
.icon-ic_fluent_table_cells_split_20_regular:before {
    content: "\f762";
}
.icon-ic_fluent_table_cells_split_24_regular:before {
    content: "\f763";
}
.icon-ic_fluent_table_edit_24_regular:before {
    content: "\f768";
}
.icon-ic_fluent_table_freeze_column_24_regular:before {
    content: "\f76a";
}
.icon-ic_fluent_table_freeze_row_24_regular:before {
    content: "\f76b";
}
.icon-ic_fluent_table_move_left_24_regular:before {
    content: "\f771";
}
.icon-ic_fluent_table_move_right_24_regular:before {
    content: "\f772";
}
.icon-ic_fluent_table_settings_24_regular:before {
    content: "\f777";
}
.icon-ic_fluent_table_switch_24_regular:before {
    content: "\f778";
}
.icon-ic_fluent_tablet_20_regular:before {
    content: "\f779";
}
.icon-ic_fluent_tablet_24_regular:before {
    content: "\f77a";
}
.icon-ic_fluent_tabs_24_regular:before {
    content: "\f77b";
}
.icon-ic_fluent_tag_20_regular:before {
    content: "\f77c";
}
.icon-ic_fluent_tag_24_regular:before {
    content: "\f77d";
}
.icon-ic_fluent_tap_double_24_regular:before {
    content: "\f77e";
}
.icon-ic_fluent_tap_single_24_regular:before {
    content: "\f77f";
}
.icon-ic_fluent_target_16_regular:before {
    content: "\f780";
}
.icon-ic_fluent_target_20_regular:before {
    content: "\f781";
}
.icon-ic_fluent_target_24_regular:before {
    content: "\f782";
}
.icon-ic_fluent_target_edit_16_regular:before {
    content: "\f783";
}
.icon-ic_fluent_target_edit_20_regular:before {
    content: "\f784";
}
.icon-ic_fluent_target_edit_24_regular:before {
    content: "\f785";
}
.icon-ic_fluent_task_list_add_20_regular:before {
    content: "\f788";
}
.icon-ic_fluent_task_list_add_24_regular:before {
    content: "\f789";
}
.icon-ic_fluent_tasks_app_24_regular:before {
    content: "\f78a";
}
.icon-ic_fluent_tasks_app_28_regular:before {
    content: "\f78b";
}
.icon-ic_fluent_teddy_24_regular:before {
    content: "\f78e";
}
.icon-ic_fluent_temperature_20_regular:before {
    content: "\f78f";
}
.icon-ic_fluent_temperature_24_regular:before {
    content: "\f790";
}
.icon-ic_fluent_tent_24_regular:before {
    content: "\f791";
}
.icon-ic_fluent_text_add_space_after_20_regular:before {
    content: "\f795";
}
.icon-ic_fluent_text_add_space_after_24_regular:before {
    content: "\f796";
}
.icon-ic_fluent_text_add_space_before_20_regular:before {
    content: "\f797";
}
.icon-ic_fluent_text_add_space_before_24_regular:before {
    content: "\f798";
}
.icon-ic_fluent_text_align_center_20_regular:before {
    content: "\f799";
}
.icon-ic_fluent_text_align_center_24_regular:before {
    content: "\f79a";
}
.icon-ic_fluent_text_align_distributed_20_regular:before {
    content: "\f79b";
}
.icon-ic_fluent_text_align_distributed_24_regular:before {
    content: "\f79c";
}
.icon-ic_fluent_text_align_justify_20_regular:before {
    content: "\f79d";
}
.icon-ic_fluent_text_align_justify_24_regular:before {
    content: "\f79e";
}
.icon-ic_fluent_text_align_left_20_regular:before {
    content: "\f79f";
}
.icon-ic_fluent_text_align_left_24_regular:before {
    content: "\f7a0";
}
.icon-ic_fluent_text_align_right_20_regular:before {
    content: "\f7a1";
}
.icon-ic_fluent_text_align_right_24_regular:before {
    content: "\f7a2";
}
.icon-ic_fluent_text_asterisk_20_regular:before {
    content: "\f7a3";
}
.icon-ic_fluent_text_bold_20_regular:before {
    content: "\f7a4";
}
.icon-ic_fluent_text_bold_24_regular:before {
    content: "\f7a5";
}
.icon-ic_fluent_text_bullet_list_add_24_regular:before {
    content: "\f7a8";
}
.icon-ic_fluent_text_bullet_list_square_24_regular:before {
    content: "\f7a9";
}
.icon-ic_fluent_text_bullet_list_square_warning_16_regular:before {
    content: "\f7aa";
}
.icon-ic_fluent_text_bullet_list_square_warning_20_regular:before {
    content: "\f7ab";
}
.icon-ic_fluent_text_bullet_list_square_warning_24_regular:before {
    content: "\f7ac";
}
.icon-ic_fluent_text_bullet_list_tree_16_regular:before {
    content: "\f7ad";
}
.icon-ic_fluent_text_bullet_list_tree_20_regular:before {
    content: "\f7ae";
}
.icon-ic_fluent_text_bullet_list_tree_24_regular:before {
    content: "\f7af";
}
.icon-ic_fluent_text_change_case_20_regular:before {
    content: "\f7b2";
}
.icon-ic_fluent_text_change_case_24_regular:before {
    content: "\f7b3";
}
.icon-ic_fluent_text_clear_formatting_20_regular:before {
    content: "\f7bc";
}
.icon-ic_fluent_text_clear_formatting_24_regular:before {
    content: "\f7bd";
}
.icon-ic_fluent_text_collapse_24_regular:before {
    content: "\f7be";
}
.icon-ic_fluent_text_color_20_regular:before {
    content: "\f7bf";
}
.icon-ic_fluent_text_color_24_regular:before {
    content: "\f7c0";
}
.icon-ic_fluent_text_column_one_20_regular:before {
    content: "\f7c1";
}
.icon-ic_fluent_text_column_one_24_regular:before {
    content: "\f7c2";
}
.icon-ic_fluent_text_column_three_20_regular:before {
    content: "\f7c3";
}
.icon-ic_fluent_text_column_three_24_regular:before {
    content: "\f7c4";
}
.icon-ic_fluent_text_column_two_20_regular:before {
    content: "\f7c5";
}
.icon-ic_fluent_text_column_two_24_regular:before {
    content: "\f7c6";
}
.icon-ic_fluent_text_column_two_left_20_regular:before {
    content: "\f7c7";
}
.icon-ic_fluent_text_column_two_left_24_regular:before {
    content: "\f7c8";
}
.icon-ic_fluent_text_column_two_right_20_regular:before {
    content: "\f7c9";
}
.icon-ic_fluent_text_column_two_right_24_regular:before {
    content: "\f7ca";
}
.icon-ic_fluent_text_description_20_regular:before {
    content: "\f7cb";
}
.icon-ic_fluent_text_description_24_regular:before {
    content: "\f7cc";
}
.icon-ic_fluent_text_direction_vertical_20_regular:before {
    content: "\f7d7";
}
.icon-ic_fluent_text_direction_vertical_24_regular:before {
    content: "\f7d8";
}
.icon-ic_fluent_text_edit_style_20_regular:before {
    content: "\f7d9";
}
.icon-ic_fluent_text_edit_style_24_regular:before {
    content: "\f7da";
}
.icon-ic_fluent_text_effects_20_regular:before {
    content: "\f7db";
}
.icon-ic_fluent_text_effects_24_regular:before {
    content: "\f7dc";
}
.icon-ic_fluent_text_expand_24_regular:before {
    content: "\f7dd";
}
.icon-ic_fluent_text_field_16_regular:before {
    content: "\f7de";
}
.icon-ic_fluent_text_field_20_regular:before {
    content: "\f7df";
}
.icon-ic_fluent_text_field_24_regular:before {
    content: "\f7e0";
}
.icon-ic_fluent_text_first_line_20_regular:before {
    content: "\f7e1";
}
.icon-ic_fluent_text_first_line_24_regular:before {
    content: "\f7e2";
}
.icon-ic_fluent_text_font_16_regular:before {
    content: "\f7e3";
}
.icon-ic_fluent_text_font_20_regular:before {
    content: "\f7e4";
}
.icon-ic_fluent_text_font_24_regular:before {
    content: "\f7e5";
}
.icon-ic_fluent_text_font_size_20_regular:before {
    content: "\f7e6";
}
.icon-ic_fluent_text_font_size_24_regular:before {
    content: "\f7e7";
}
.icon-ic_fluent_text_footnote_20_regular:before {
    content: "\f7e8";
}
.icon-ic_fluent_text_footnote_24_regular:before {
    content: "\f7e9";
}
.icon-ic_fluent_text_hanging_20_regular:before {
    content: "\f7ed";
}
.icon-ic_fluent_text_hanging_24_regular:before {
    content: "\f7ee";
}
.icon-ic_fluent_text_header_1_20_regular:before {
    content: "\f7ef";
}
.icon-ic_fluent_text_header_2_20_regular:before {
    content: "\f7f0";
}
.icon-ic_fluent_text_header_3_20_regular:before {
    content: "\f7f1";
}
.icon-ic_fluent_text_italic_20_regular:before {
    content: "\f7f4";
}
.icon-ic_fluent_text_italic_24_regular:before {
    content: "\f7f5";
}
.icon-ic_fluent_text_line_spacing_20_regular:before {
    content: "\f7f6";
}
.icon-ic_fluent_text_line_spacing_24_regular:before {
    content: "\f7f7";
}
.icon-ic_fluent_text_number_format_24_regular:before {
    content: "\f7f8";
}
.icon-ic_fluent_text_number_list_ltr_20_regular:before {
    content: "\f7f9";
}
.icon-ic_fluent_text_number_list_ltr_24_regular:before {
    content: "\f7fa";
}
.icon-ic_fluent_text_number_list_rtl_24_regular:before {
    content: "\f7fb";
}
.icon-ic_fluent_text_proofing_tools_20_regular:before {
    content: "\f7fe";
}
.icon-ic_fluent_text_proofing_tools_24_regular:before {
    content: "\f7ff";
}
.icon-ic_fluent_text_quote_20_regular:before {
    content: "\f800";
}
.icon-ic_fluent_text_quote_24_regular:before {
    content: "\f801";
}
.icon-ic_fluent_text_sort_ascending_20_regular:before {
    content: "\f802";
}
.icon-ic_fluent_text_sort_descending_20_regular:before {
    content: "\f803";
}
.icon-ic_fluent_text_subscript_20_regular:before {
    content: "\f806";
}
.icon-ic_fluent_text_subscript_24_regular:before {
    content: "\f807";
}
.icon-ic_fluent_text_superscript_20_regular:before {
    content: "\f808";
}
.icon-ic_fluent_text_superscript_24_regular:before {
    content: "\f809";
}
.icon-ic_fluent_text_underline_20_regular:before {
    content: "\f80a";
}
.icon-ic_fluent_text_underline_24_regular:before {
    content: "\f80b";
}
.icon-ic_fluent_text_word_count_20_regular:before {
    content: "\f80c";
}
.icon-ic_fluent_text_word_count_24_regular:before {
    content: "\f80d";
}
.icon-ic_fluent_text_wrap_24_regular:before {
    content: "\f80e";
}
.icon-ic_fluent_textbox_20_regular:before {
    content: "\f80f";
}
.icon-ic_fluent_textbox_24_regular:before {
    content: "\f810";
}
.icon-ic_fluent_textbox_align_bottom_20_regular:before {
    content: "\f813";
}
.icon-ic_fluent_textbox_align_bottom_24_regular:before {
    content: "\f814";
}
.icon-ic_fluent_textbox_align_middle_20_regular:before {
    content: "\f815";
}
.icon-ic_fluent_textbox_align_middle_24_regular:before {
    content: "\f816";
}
.icon-ic_fluent_textbox_align_top_20_regular:before {
    content: "\f817";
}
.icon-ic_fluent_textbox_align_top_24_regular:before {
    content: "\f818";
}
.icon-ic_fluent_thinking_20_regular:before {
    content: "\f81b";
}
.icon-ic_fluent_thinking_24_regular:before {
    content: "\f81c";
}
.icon-ic_fluent_thumb_dislike_20_regular:before {
    content: "\f81d";
}
.icon-ic_fluent_thumb_dislike_24_regular:before {
    content: "\f81e";
}
.icon-ic_fluent_thumb_like_20_regular:before {
    content: "\f81f";
}
.icon-ic_fluent_thumb_like_24_regular:before {
    content: "\f820";
}
.icon-ic_fluent_time_and_weather_24_regular:before {
    content: "\f823";
}
.icon-ic_fluent_time_picker_24_regular:before {
    content: "\f824";
}
.icon-ic_fluent_timeline_24_regular:before {
    content: "\f825";
}
.icon-ic_fluent_timer_10_24_regular:before {
    content: "\f826";
}
.icon-ic_fluent_timer_24_regular:before {
    content: "\f827";
}
.icon-ic_fluent_timer_2_24_regular:before {
    content: "\f828";
}
.icon-ic_fluent_timer_off_24_regular:before {
    content: "\f829";
}
.icon-ic_fluent_toggle_right_16_regular:before {
    content: "\f82a";
}
.icon-ic_fluent_toggle_right_20_regular:before {
    content: "\f82b";
}
.icon-ic_fluent_toggle_right_24_regular:before {
    content: "\f82c";
}
.icon-ic_fluent_toolbox_16_regular:before {
    content: "\f82d";
}
.icon-ic_fluent_toolbox_20_regular:before {
    content: "\f82e";
}
.icon-ic_fluent_toolbox_24_regular:before {
    content: "\f82f";
}
.icon-ic_fluent_toolbox_28_regular:before {
    content: "\f830";
}
.icon-ic_fluent_top_speed_24_regular:before {
    content: "\f831";
}
.icon-ic_fluent_translate_16_regular:before {
    content: "\f832";
}
.icon-ic_fluent_translate_20_regular:before {
    content: "\f833";
}
.icon-ic_fluent_translate_24_regular:before {
    content: "\f834";
}
.icon-ic_fluent_trophy_16_regular:before {
    content: "\f835";
}
.icon-ic_fluent_trophy_20_regular:before {
    content: "\f836";
}
.icon-ic_fluent_trophy_24_regular:before {
    content: "\f837";
}
.icon-ic_fluent_uninstall_app_24_regular:before {
    content: "\f838";
}
.icon-ic_fluent_usb_stick_20_regular:before {
    content: "\f83f";
}
.icon-ic_fluent_usb_stick_24_regular:before {
    content: "\f840";
}
.icon-ic_fluent_vault_16_regular:before {
    content: "\f841";
}
.icon-ic_fluent_vault_20_regular:before {
    content: "\f842";
}
.icon-ic_fluent_vault_24_regular:before {
    content: "\f843";
}
.icon-ic_fluent_vehicle_bicycle_24_regular:before {
    content: "\f844";
}
.icon-ic_fluent_vehicle_bus_24_regular:before {
    content: "\f845";
}
.icon-ic_fluent_vehicle_cab_24_regular:before {
    content: "\f846";
}
.icon-ic_fluent_vehicle_car_16_regular:before {
    content: "\f847";
}
.icon-ic_fluent_vehicle_car_20_regular:before {
    content: "\f848";
}
.icon-ic_fluent_vehicle_car_24_regular:before {
    content: "\f849";
}
.icon-ic_fluent_vehicle_truck_24_regular:before {
    content: "\f84a";
}
.icon-ic_fluent_video_16_regular:before {
    content: "\f84b";
}
.icon-ic_fluent_video_20_regular:before {
    content: "\f84c";
}
.icon-ic_fluent_video_24_regular:before {
    content: "\f84d";
}
.icon-ic_fluent_video_28_regular:before {
    content: "\f84e";
}
.icon-ic_fluent_video_background_effect_24_regular:before {
    content: "\f84f";
}
.icon-ic_fluent_video_clip_24_regular:before {
    content: "\f850";
}
.icon-ic_fluent_video_off_20_regular:before {
    content: "\f851";
}
.icon-ic_fluent_video_off_24_regular:before {
    content: "\f852";
}
.icon-ic_fluent_video_off_28_regular:before {
    content: "\f853";
}
.icon-ic_fluent_video_person_24_regular:before {
    content: "\f854";
}
.icon-ic_fluent_video_person_off_24_regular:before {
    content: "\f855";
}
.icon-ic_fluent_video_person_star_24_regular:before {
    content: "\f856";
}
.icon-ic_fluent_video_play_pause_24_regular:before {
    content: "\f857";
}
.icon-ic_fluent_video_security_20_regular:before {
    content: "\f858";
}
.icon-ic_fluent_video_security_24_regular:before {
    content: "\f859";
}
.icon-ic_fluent_video_switch_24_regular:before {
    content: "\f85a";
}
.icon-ic_fluent_view_desktop_20_regular:before {
    content: "\f85b";
}
.icon-ic_fluent_view_desktop_24_regular:before {
    content: "\f85c";
}
.icon-ic_fluent_view_desktop_mobile_20_regular:before {
    content: "\f85d";
}
.icon-ic_fluent_view_desktop_mobile_24_regular:before {
    content: "\f85e";
}
.icon-ic_fluent_voicemail_16_regular:before {
    content: "\f862";
}
.icon-ic_fluent_voicemail_20_regular:before {
    content: "\f863";
}
.icon-ic_fluent_voicemail_24_regular:before {
    content: "\f864";
}
.icon-ic_fluent_walkie_talkie_24_regular:before {
    content: "\f865";
}
.icon-ic_fluent_walkie_talkie_28_regular:before {
    content: "\f866";
}
.icon-ic_fluent_wallpaper_24_regular:before {
    content: "\f867";
}
.icon-ic_fluent_warning_16_regular:before {
    content: "\f868";
}
.icon-ic_fluent_warning_20_regular:before {
    content: "\f869";
}
.icon-ic_fluent_warning_24_regular:before {
    content: "\f86a";
}
.icon-ic_fluent_weather_blowing_snow_20_regular:before {
    content: "\f86b";
}
.icon-ic_fluent_weather_blowing_snow_24_regular:before {
    content: "\f86c";
}
.icon-ic_fluent_weather_blowing_snow_48_regular:before {
    content: "\f86d";
}
.icon-ic_fluent_weather_cloudy_20_regular:before {
    content: "\f86e";
}
.icon-ic_fluent_weather_cloudy_24_regular:before {
    content: "\f86f";
}
.icon-ic_fluent_weather_cloudy_48_regular:before {
    content: "\f870";
}
.icon-ic_fluent_weather_duststorm_20_regular:before {
    content: "\f871";
}
.icon-ic_fluent_weather_duststorm_24_regular:before {
    content: "\f872";
}
.icon-ic_fluent_weather_duststorm_48_regular:before {
    content: "\f873";
}
.icon-ic_fluent_weather_fog_20_regular:before {
    content: "\f874";
}
.icon-ic_fluent_weather_fog_24_regular:before {
    content: "\f875";
}
.icon-ic_fluent_weather_fog_48_regular:before {
    content: "\f876";
}
.icon-ic_fluent_weather_hail_day_20_regular:before {
    content: "\f877";
}
.icon-ic_fluent_weather_hail_day_24_regular:before {
    content: "\f878";
}
.icon-ic_fluent_weather_hail_day_48_regular:before {
    content: "\f879";
}
.icon-ic_fluent_weather_hail_night_20_regular:before {
    content: "\f87a";
}
.icon-ic_fluent_weather_hail_night_24_regular:before {
    content: "\f87b";
}
.icon-ic_fluent_weather_hail_night_48_regular:before {
    content: "\f87c";
}
.icon-ic_fluent_weather_moon_20_regular:before {
    content: "\f87d";
}
.icon-ic_fluent_weather_moon_24_regular:before {
    content: "\f87e";
}
.icon-ic_fluent_weather_moon_48_regular:before {
    content: "\f87f";
}
.icon-ic_fluent_weather_partly_cloudy_day_20_regular:before {
    content: "\f880";
}
.icon-ic_fluent_weather_partly_cloudy_day_24_regular:before {
    content: "\f881";
}
.icon-ic_fluent_weather_partly_cloudy_day_48_regular:before {
    content: "\f882";
}
.icon-ic_fluent_weather_partly_cloudy_night_20_regular:before {
    content: "\f883";
}
.icon-ic_fluent_weather_partly_cloudy_night_24_regular:before {
    content: "\f884";
}
.icon-ic_fluent_weather_partly_cloudy_night_48_regular:before {
    content: "\f885";
}
.icon-ic_fluent_weather_rain_20_regular:before {
    content: "\f886";
}
.icon-ic_fluent_weather_rain_24_regular:before {
    content: "\f887";
}
.icon-ic_fluent_weather_rain_48_regular:before {
    content: "\f888";
}
.icon-ic_fluent_weather_rain_showers_day_20_regular:before {
    content: "\f889";
}
.icon-ic_fluent_weather_rain_showers_day_24_regular:before {
    content: "\f88a";
}
.icon-ic_fluent_weather_rain_showers_day_48_regular:before {
    content: "\f88b";
}
.icon-ic_fluent_weather_rain_showers_night_20_regular:before {
    content: "\f88c";
}
.icon-ic_fluent_weather_rain_showers_night_24_regular:before {
    content: "\f88d";
}
.icon-ic_fluent_weather_rain_showers_night_48_regular:before {
    content: "\f88e";
}
.icon-ic_fluent_weather_rain_snow_20_regular:before {
    content: "\f88f";
}
.icon-ic_fluent_weather_rain_snow_24_regular:before {
    content: "\f890";
}
.icon-ic_fluent_weather_rain_snow_48_regular:before {
    content: "\f891";
}
.icon-ic_fluent_weather_snow_20_regular:before {
    content: "\f892";
}
.icon-ic_fluent_weather_snow_24_regular:before {
    content: "\f893";
}
.icon-ic_fluent_weather_snow_48_regular:before {
    content: "\f894";
}
.icon-ic_fluent_weather_snow_shower_day_20_regular:before {
    content: "\f895";
}
.icon-ic_fluent_weather_snow_shower_day_24_regular:before {
    content: "\f896";
}
.icon-ic_fluent_weather_snow_shower_day_48_regular:before {
    content: "\f897";
}
.icon-ic_fluent_weather_snow_shower_night_20_regular:before {
    content: "\f898";
}
.icon-ic_fluent_weather_snow_shower_night_24_regular:before {
    content: "\f899";
}
.icon-ic_fluent_weather_snow_shower_night_48_regular:before {
    content: "\f89a";
}
.icon-ic_fluent_weather_snowflake_20_regular:before {
    content: "\f89b";
}
.icon-ic_fluent_weather_snowflake_24_regular:before {
    content: "\f89c";
}
.icon-ic_fluent_weather_snowflake_48_regular:before {
    content: "\f89d";
}
.icon-ic_fluent_weather_squalls_20_regular:before {
    content: "\f89e";
}
.icon-ic_fluent_weather_squalls_24_regular:before {
    content: "\f89f";
}
.icon-ic_fluent_weather_squalls_48_regular:before {
    content: "\f8a0";
}
.icon-ic_fluent_weather_sunny_20_regular:before {
    content: "\f8a1";
}
.icon-ic_fluent_weather_sunny_24_regular:before {
    content: "\f8a2";
}
.icon-ic_fluent_weather_sunny_48_regular:before {
    content: "\f8a3";
}
.icon-ic_fluent_weather_thunderstorm_20_regular:before {
    content: "\f8a4";
}
.icon-ic_fluent_weather_thunderstorm_24_regular:before {
    content: "\f8a5";
}
.icon-ic_fluent_weather_thunderstorm_48_regular:before {
    content: "\f8a6";
}
.icon-ic_fluent_web_asset_24_regular:before {
    content: "\f8a7";
}
.icon-ic_fluent_whiteboard_20_regular:before {
    content: "\f8aa";
}
.icon-ic_fluent_whiteboard_24_regular:before {
    content: "\f8ab";
}
.icon-ic_fluent_wifi_1_20_regular:before {
    content: "\f8ac";
}
.icon-ic_fluent_wifi_1_24_regular:before {
    content: "\f8ad";
}
.icon-ic_fluent_wifi_2_20_regular:before {
    content: "\f8ae";
}
.icon-ic_fluent_wifi_2_24_regular:before {
    content: "\f8af";
}
.icon-ic_fluent_wifi_3_20_regular:before {
    content: "\f8b0";
}
.icon-ic_fluent_wifi_3_24_regular:before {
    content: "\f8b1";
}
.icon-ic_fluent_wifi_4_20_regular:before {
    content: "\f8b2";
}
.icon-ic_fluent_wifi_4_24_regular:before {
    content: "\f8b3";
}
.icon-ic_fluent_window_20_regular:before {
    content: "\f8b5";
}
.icon-ic_fluent_window_ad_20_regular:before {
    content: "\f8b6";
}
.icon-ic_fluent_window_dev_tools_16_regular:before {
    content: "\f8b7";
}
.icon-ic_fluent_window_dev_tools_20_regular:before {
    content: "\f8b8";
}
.icon-ic_fluent_window_dev_tools_24_regular:before {
    content: "\f8b9";
}
.icon-ic_fluent_window_inprivate_20_regular:before {
    content: "\f8ba";
}
.icon-ic_fluent_window_inprivate_account_20_regular:before {
    content: "\f8bb";
}
.icon-ic_fluent_window_multiple_20_regular:before {
    content: "\f8bc";
}
.icon-ic_fluent_window_new_20_regular:before {
    content: "\f8bd";
}
.icon-ic_fluent_window_shield_16_regular:before {
    content: "\f8be";
}
.icon-ic_fluent_window_shield_20_regular:before {
    content: "\f8bf";
}
.icon-ic_fluent_window_shield_24_regular:before {
    content: "\f8c0";
}
.icon-ic_fluent_wrench_24_regular:before {
    content: "\f8c1";
}
.icon-ic_fluent_xbox_console_20_regular:before {
    content: "\f8c2";
}
.icon-ic_fluent_xbox_console_24_regular:before {
    content: "\f8c3";
}
.icon-ic_fluent_zoom_in_20_regular:before {
    content: "\f8c4";
}
.icon-ic_fluent_zoom_in_24_regular:before {
    content: "\f8c5";
}
.icon-ic_fluent_zoom_out_20_regular:before {
    content: "\f8c6";
}
.icon-ic_fluent_zoom_out_24_regular:before {
    content: "\f8c7";
}
.icon-ic_fluent_calendar_checkmark_24_regular:before {
    content: "\f8c9";
}
.icon-ic_fluent_add_square_24_regular:before {
    content: "\f8ca";
}
.icon-ic_fluent_apps_list_20_regular:before {
    content: "\f8cb";
}
.icon-ic_fluent_archive_16_regular:before {
    content: "\f8cc";
}
.icon-ic_fluent_arrow_autofit_height_24_regular:before {
    content: "\f8cd";
}
.icon-ic_fluent_arrow_autofit_width_24_regular:before {
    content: "\f8ce";
}
.icon-ic_fluent_arrow_counterclockwise_28_regular:before {
    content: "\f8cf";
}
.icon-ic_fluent_arrow_down_12_regular:before {
    content: "\f8d0";
}
.icon-ic_fluent_arrow_down_left_16_regular:before {
    content: "\f8d1";
}
.icon-ic_fluent_arrow_export_rtl_20_regular:before {
    content: "\f8d2";
}
.icon-ic_fluent_arrow_hook_down_left_16_regular:before {
    content: "\f8d5";
}
.icon-ic_fluent_arrow_hook_down_left_20_regular:before {
    content: "\f8d6";
}
.icon-ic_fluent_arrow_hook_down_left_24_regular:before {
    content: "\f8d7";
}
.icon-ic_fluent_arrow_hook_down_left_28_regular:before {
    content: "\f8d8";
}
.icon-ic_fluent_arrow_hook_down_right_16_regular:before {
    content: "\f8d9";
}
.icon-ic_fluent_arrow_hook_down_right_20_regular:before {
    content: "\f8da";
}
.icon-ic_fluent_arrow_hook_down_right_24_regular:before {
    content: "\f8db";
}
.icon-ic_fluent_arrow_hook_down_right_28_regular:before {
    content: "\f8dc";
}
.icon-ic_fluent_arrow_hook_up_left_16_regular:before {
    content: "\f8dd";
}
.icon-ic_fluent_arrow_hook_up_left_20_regular:before {
    content: "\f8de";
}
.icon-ic_fluent_arrow_hook_up_left_24_regular:before {
    content: "\f8df";
}
.icon-ic_fluent_arrow_hook_up_left_28_regular:before {
    content: "\f8e0";
}
.icon-ic_fluent_arrow_hook_up_right_16_regular:before {
    content: "\f8e1";
}
.icon-ic_fluent_arrow_hook_up_right_20_regular:before {
    content: "\f8e2";
}
.icon-ic_fluent_arrow_hook_up_right_24_regular:before {
    content: "\f8e3";
}
.icon-ic_fluent_arrow_hook_up_right_28_regular:before {
    content: "\f8e4";
}
.icon-ic_fluent_arrow_move_20_regular:before {
    content: "\f8e5";
}
.icon-ic_fluent_arrow_redo_32_regular:before {
    content: "\f8e6";
}
.icon-ic_fluent_arrow_redo_48_regular:before {
    content: "\f8e7";
}
.icon-ic_fluent_arrow_up_right_16_regular:before {
    content: "\f8eb";
}
.icon-ic_fluent_attach_arrow_right_20_regular:before {
    content: "\f8ec";
}
.icon-ic_fluent_attach_arrow_right_24_regular:before {
    content: "\f8ed";
}
.icon-ic_fluent_attach_text_24_regular:before {
    content: "\f8ee";
}
.icon-ic_fluent_backpack_12_regular:before {
    content: "\f8f0";
}
.icon-ic_fluent_backpack_16_regular:before {
    content: "\f8f1";
}
.icon-ic_fluent_backpack_20_regular:before {
    content: "\f8f2";
}
.icon-ic_fluent_backpack_24_regular:before {
    content: "\f8f3";
}
.icon-ic_fluent_backpack_28_regular:before {
    content: "\f8f4";
}
.icon-ic_fluent_backpack_48_regular:before {
    content: "\f8f5";
}
.icon-ic_fluent_balloon_16_regular:before {
    content: "\f8f6";
}
.icon-ic_fluent_bed_16_regular:before {
    content: "\f8f7";
}
.icon-ic_fluent_bluetooth_28_regular:before {
    content: "\f8f8";
}
.icon-ic_fluent_blur_16_regular:before {
    content: "\f8f9";
}
.icon-ic_fluent_blur_20_regular:before {
    content: "\f8fa";
}
.icon-ic_fluent_blur_24_regular:before {
    content: "\f8fb";
}
.icon-ic_fluent_blur_28_regular:before {
    content: "\f8fc";
}
.icon-ic_fluent_book_20_regular:before {
    content: "\f8fd";
}
.icon-ic_fluent_book_24_regular:before {
    content: "\f8fe";
}
.icon-ic_fluent_book_add_20_regular:before {
    content: "\f8ff";
}
.icon-ic_fluent_book_add_24_regular:before {
    content: "\e161";
}
.icon-ic_fluent_book_clock_24_regular:before {
    content: "\e165";
}
.icon-ic_fluent_book_coins_24_regular:before {
    content: "\e167";
}
.icon-ic_fluent_book_compass_24_regular:before {
    content: "\e169";
}
.icon-ic_fluent_book_database_24_regular:before {
    content: "\e16f";
}
.icon-ic_fluent_book_exclamation_mark_24_regular:before {
    content: "\e171";
}
.icon-ic_fluent_book_information_24_regular:before {
    content: "\e174";
}
.icon-ic_fluent_book_letter_24_regular:before {
    content: "\e176";
}
.icon-ic_fluent_book_open_20_regular:before {
    content: "\e178";
}
.icon-ic_fluent_book_open_24_regular:before {
    content: "\e179";
}
.icon-ic_fluent_book_open_globe_24_regular:before {
    content: "\e17e";
}
.icon-ic_fluent_book_pulse_24_regular:before {
    content: "\e185";
}
.icon-ic_fluent_book_question_mark_24_regular:before {
    content: "\e187";
}
.icon-ic_fluent_book_search_24_regular:before {
    content: "\e18a";
}
.icon-ic_fluent_book_star_24_regular:before {
    content: "\e18c";
}
.icon-ic_fluent_book_theta_24_regular:before {
    content: "\e18f";
}
.icon-ic_fluent_border_all_24_regular:before {
    content: "\e19d";
}
.icon-ic_fluent_border_bottom_24_regular:before {
    content: "\e19f";
}
.icon-ic_fluent_border_bottom_double_24_regular:before {
    content: "\e1a1";
}
.icon-ic_fluent_border_bottom_thick_24_regular:before {
    content: "\e1a3";
}
.icon-ic_fluent_border_left_24_regular:before {
    content: "\e1a5";
}
.icon-ic_fluent_border_outside_24_regular:before {
    content: "\e1ab";
}
.icon-ic_fluent_border_outside_thick_24_regular:before {
    content: "\e1ad";
}
.icon-ic_fluent_border_right_24_regular:before {
    content: "\e1af";
}
.icon-ic_fluent_border_top_24_regular:before {
    content: "\e1b1";
}
.icon-ic_fluent_border_top_bottom_24_regular:before {
    content: "\e1b3";
}
.icon-ic_fluent_border_top_bottom_double_24_regular:before {
    content: "\e1b5";
}
.icon-ic_fluent_border_top_bottom_thick_24_regular:before {
    content: "\e1b7";
}
.icon-ic_fluent_briefcase_12_regular:before {
    content: "\e1e8";
}
.icon-ic_fluent_briefcase_32_regular:before {
    content: "\e1eb";
}
.icon-ic_fluent_bug_16_regular:before {
    content: "\e205";
}
.icon-ic_fluent_bug_20_regular:before {
    content: "\e206";
}
.icon-ic_fluent_bug_24_regular:before {
    content: "\e207";
}
.icon-ic_fluent_building_bank_16_regular:before {
    content: "\e20c";
}
.icon-ic_fluent_building_bank_20_regular:before {
    content: "\e20d";
}
.icon-ic_fluent_building_bank_24_regular:before {
    content: "\e20e";
}
.icon-ic_fluent_building_government_24_regular:before {
    content: "\e21d";
}
.icon-ic_fluent_building_government_32_regular:before {
    content: "\e21e";
}
.icon-ic_fluent_building_multiple_24_regular:before {
    content: "\e224";
}
.icon-ic_fluent_building_shop_16_regular:before {
    content: "\e22d";
}
.icon-ic_fluent_building_shop_20_regular:before {
    content: "\e22e";
}
.icon-ic_fluent_building_shop_24_regular:before {
    content: "\e22f";
}
.icon-ic_fluent_building_skyscraper_16_regular:before {
    content: "\e230";
}
.icon-ic_fluent_building_skyscraper_20_regular:before {
    content: "\e231";
}
.icon-ic_fluent_building_skyscraper_24_regular:before {
    content: "\e232";
}
.icon-ic_fluent_calendar_cancel_16_regular:before {
    content: "\e240";
}
.icon-ic_fluent_calendar_clock_16_regular:before {
    content: "\e243";
}
.icon-ic_fluent_calendar_mention_20_regular:before {
    content: "\e255";
}
.icon-ic_fluent_calendar_person_24_regular:before {
    content: "\e25b";
}
.icon-ic_fluent_calendar_question_mark_16_regular:before {
    content: "\e25e";
}
.icon-ic_fluent_calendar_question_mark_20_regular:before {
    content: "\e25f";
}
.icon-ic_fluent_calendar_question_mark_24_regular:before {
    content: "\e260";
}
.icon-ic_fluent_call_forward_16_regular:before {
    content: "\e27c";
}
.icon-ic_fluent_call_forward_20_regular:before {
    content: "\e27d";
}
.icon-ic_fluent_call_forward_28_regular:before {
    content: "\e27e";
}
.icon-ic_fluent_call_forward_48_regular:before {
    content: "\e27f";
}
.icon-ic_fluent_call_inbound_20_regular:before {
    content: "\e280";
}
.icon-ic_fluent_call_inbound_28_regular:before {
    content: "\e281";
}
.icon-ic_fluent_call_inbound_48_regular:before {
    content: "\e282";
}
.icon-ic_fluent_call_missed_28_regular:before {
    content: "\e284";
}
.icon-ic_fluent_call_missed_48_regular:before {
    content: "\e285";
}
.icon-ic_fluent_call_outbound_20_regular:before {
    content: "\e286";
}
.icon-ic_fluent_call_outbound_28_regular:before {
    content: "\e287";
}
.icon-ic_fluent_call_outbound_48_regular:before {
    content: "\e288";
}
.icon-ic_fluent_call_park_16_regular:before {
    content: "\e289";
}
.icon-ic_fluent_call_park_20_regular:before {
    content: "\e28a";
}
.icon-ic_fluent_call_park_28_regular:before {
    content: "\e28b";
}
.icon-ic_fluent_call_park_48_regular:before {
    content: "\e28c";
}
.icon-ic_fluent_camera_edit_20_regular:before {
    content: "\e29f";
}
.icon-ic_fluent_caret_up_12_regular:before {
    content: "\e2a7";
}
.icon-ic_fluent_caret_up_16_regular:before {
    content: "\e2a8";
}
.icon-ic_fluent_caret_up_20_regular:before {
    content: "\e2a9";
}
.icon-ic_fluent_caret_up_24_regular:before {
    content: "\e2aa";
}
.icon-ic_fluent_cart_16_regular:before {
    content: "\e2ab";
}
.icon-ic_fluent_cart_20_regular:before {
    content: "\e2ac";
}
.icon-ic_fluent_channel_28_regular:before {
    content: "\e2bc";
}
.icon-ic_fluent_channel_48_regular:before {
    content: "\e2bd";
}
.icon-ic_fluent_channel_add_16_regular:before {
    content: "\e2be";
}
.icon-ic_fluent_channel_add_20_regular:before {
    content: "\e2bf";
}
.icon-ic_fluent_channel_add_24_regular:before {
    content: "\e2c0";
}
.icon-ic_fluent_channel_add_28_regular:before {
    content: "\e2c1";
}
.icon-ic_fluent_channel_add_48_regular:before {
    content: "\e2c2";
}
.icon-ic_fluent_channel_alert_16_regular:before {
    content: "\e2c3";
}
.icon-ic_fluent_channel_alert_20_regular:before {
    content: "\e2c4";
}
.icon-ic_fluent_channel_alert_24_regular:before {
    content: "\e2c5";
}
.icon-ic_fluent_channel_alert_28_regular:before {
    content: "\e2c6";
}
.icon-ic_fluent_channel_alert_48_regular:before {
    content: "\e2c7";
}
.icon-ic_fluent_channel_arrow_left_16_regular:before {
    content: "\e2c8";
}
.icon-ic_fluent_channel_arrow_left_20_regular:before {
    content: "\e2c9";
}
.icon-ic_fluent_channel_arrow_left_24_regular:before {
    content: "\e2ca";
}
.icon-ic_fluent_channel_arrow_left_28_regular:before {
    content: "\e2cb";
}
.icon-ic_fluent_channel_arrow_left_48_regular:before {
    content: "\e2cc";
}
.icon-ic_fluent_channel_dismiss_16_regular:before {
    content: "\e2cd";
}
.icon-ic_fluent_channel_dismiss_20_regular:before {
    content: "\e2ce";
}
.icon-ic_fluent_channel_dismiss_24_regular:before {
    content: "\e2cf";
}
.icon-ic_fluent_channel_dismiss_28_regular:before {
    content: "\e2d0";
}
.icon-ic_fluent_channel_dismiss_48_regular:before {
    content: "\e2d1";
}
.icon-ic_fluent_chat_16_regular:before {
    content: "\e2e4";
}
.icon-ic_fluent_checkmark_16_regular:before {
    content: "\e305";
}
.icon-ic_fluent_clipboard_paste_16_regular:before {
    content: "\e35a";
}
.icon-ic_fluent_clock_dismiss_24_regular:before {
    content: "\e373";
}
.icon-ic_fluent_closed_caption_16_regular:before {
    content: "\e378";
}
.icon-ic_fluent_closed_caption_20_regular:before {
    content: "\e379";
}
.icon-ic_fluent_closed_caption_28_regular:before {
    content: "\e37a";
}
.icon-ic_fluent_closed_caption_48_regular:before {
    content: "\e37c";
}
.icon-ic_fluent_color_background_accent_20_regular:before {
    content: "\e3bd";
}
.icon-ic_fluent_color_background_accent_24_regular:before {
    content: "\e3be";
}
.icon-ic_fluent_color_fill_accent_20_regular:before {
    content: "\e3c2";
}
.icon-ic_fluent_color_fill_accent_24_regular:before {
    content: "\e3c3";
}
.icon-ic_fluent_color_line_16_regular:before {
    content: "\e3c5";
}
.icon-ic_fluent_color_line_accent_16_regular:before {
    content: "\e3c6";
}
.icon-ic_fluent_color_line_accent_20_regular:before {
    content: "\e3c7";
}
.icon-ic_fluent_color_line_accent_24_regular:before {
    content: "\e3c8";
}
.icon-ic_fluent_comment_12_regular:before {
    content: "\e3d3";
}
.icon-ic_fluent_comment_28_regular:before {
    content: "\e3d4";
}
.icon-ic_fluent_comment_48_regular:before {
    content: "\e3d5";
}
.icon-ic_fluent_comment_add_12_regular:before {
    content: "\e3d6";
}
.icon-ic_fluent_comment_add_16_regular:before {
    content: "\e3d7";
}
.icon-ic_fluent_comment_add_20_regular:before {
    content: "\e3d8";
}
.icon-ic_fluent_comment_add_28_regular:before {
    content: "\e3d9";
}
.icon-ic_fluent_comment_add_48_regular:before {
    content: "\e3da";
}
.icon-ic_fluent_comment_arrow_left_12_regular:before {
    content: "\e3db";
}
.icon-ic_fluent_comment_arrow_left_16_regular:before {
    content: "\e3dc";
}
.icon-ic_fluent_comment_arrow_left_20_regular:before {
    content: "\e3dd";
}
.icon-ic_fluent_comment_arrow_left_28_regular:before {
    content: "\e3df";
}
.icon-ic_fluent_comment_arrow_left_48_regular:before {
    content: "\e3e0";
}
.icon-ic_fluent_comment_arrow_right_12_regular:before {
    content: "\e3e1";
}
.icon-ic_fluent_comment_arrow_right_16_regular:before {
    content: "\e3e2";
}
.icon-ic_fluent_comment_arrow_right_20_regular:before {
    content: "\e3e3";
}
.icon-ic_fluent_comment_arrow_right_28_regular:before {
    content: "\e3e5";
}
.icon-ic_fluent_comment_arrow_right_48_regular:before {
    content: "\e3e6";
}
.icon-ic_fluent_comment_checkmark_12_regular:before {
    content: "\e3e7";
}
.icon-ic_fluent_comment_checkmark_16_regular:before {
    content: "\e3e8";
}
.icon-ic_fluent_comment_checkmark_20_regular:before {
    content: "\e3e9";
}
.icon-ic_fluent_comment_checkmark_24_regular:before {
    content: "\e3ea";
}
.icon-ic_fluent_comment_checkmark_28_regular:before {
    content: "\e3eb";
}
.icon-ic_fluent_comment_checkmark_48_regular:before {
    content: "\e3ec";
}
.icon-ic_fluent_comment_edit_20_regular:before {
    content: "\e3ef";
}
.icon-ic_fluent_comment_edit_24_regular:before {
    content: "\e3f0";
}
.icon-ic_fluent_comment_off_16_regular:before {
    content: "\e400";
}
.icon-ic_fluent_comment_off_20_regular:before {
    content: "\e401";
}
.icon-ic_fluent_comment_off_24_regular:before {
    content: "\e402";
}
.icon-ic_fluent_comment_off_28_regular:before {
    content: "\e403";
}
.icon-ic_fluent_comment_off_48_regular:before {
    content: "\e404";
}
.icon-ic_fluent_contact_card_group_16_regular:before {
    content: "\e40c";
}
.icon-ic_fluent_contact_card_group_20_regular:before {
    content: "\e40d";
}
.icon-ic_fluent_contact_card_group_28_regular:before {
    content: "\e40e";
}
.icon-ic_fluent_contact_card_group_48_regular:before {
    content: "\e40f";
}
.icon-ic_fluent_convert_range_24_regular:before {
    content: "\e41e";
}
.icon-ic_fluent_copy_add_24_regular:before {
    content: "\e420";
}
.icon-ic_fluent_copy_select_20_regular:before {
    content: "\e424";
}
.icon-ic_fluent_couch_12_regular:before {
    content: "\e425";
}
.icon-ic_fluent_couch_24_regular:before {
    content: "\e427";
}
.icon-ic_fluent_crop_20_regular:before {
    content: "\e42b";
}
.icon-ic_fluent_currency_dollar_rupee_16_regular:before {
    content: "\e440";
}
.icon-ic_fluent_currency_dollar_rupee_20_regular:before {
    content: "\e441";
}
.icon-ic_fluent_currency_dollar_rupee_24_regular:before {
    content: "\e442";
}
.icon-ic_fluent_cursor_20_regular:before {
    content: "\e443";
}
.icon-ic_fluent_cursor_24_regular:before {
    content: "\e444";
}
.icon-ic_fluent_cursor_hover_16_regular:before {
    content: "\e447";
}
.icon-ic_fluent_cursor_hover_20_regular:before {
    content: "\e448";
}
.icon-ic_fluent_cursor_hover_24_regular:before {
    content: "\e449";
}
.icon-ic_fluent_cursor_hover_28_regular:before {
    content: "\e44a";
}
.icon-ic_fluent_cursor_hover_32_regular:before {
    content: "\e44b";
}
.icon-ic_fluent_cursor_hover_48_regular:before {
    content: "\e44c";
}
.icon-ic_fluent_cursor_hover_off_16_regular:before {
    content: "\e44d";
}
.icon-ic_fluent_cursor_hover_off_20_regular:before {
    content: "\e44e";
}
.icon-ic_fluent_cursor_hover_off_24_regular:before {
    content: "\e44f";
}
.icon-ic_fluent_cursor_hover_off_28_regular:before {
    content: "\e450";
}
.icon-ic_fluent_cursor_hover_off_48_regular:before {
    content: "\e451";
}
.icon-ic_fluent_data_bar_vertical_add_24_regular:before {
    content: "\e455";
}
.icon-ic_fluent_data_usage_20_regular:before {
    content: "\e45f";
}
.icon-ic_fluent_decimal_arrow_left_24_regular:before {
    content: "\e478";
}
.icon-ic_fluent_decimal_arrow_right_24_regular:before {
    content: "\e47a";
}
.icon-ic_fluent_delete_16_regular:before {
    content: "\e47b";
}
.icon-ic_fluent_dentist_12_regular:before {
    content: "\e482";
}
.icon-ic_fluent_dentist_16_regular:before {
    content: "\e483";
}
.icon-ic_fluent_dentist_20_regular:before {
    content: "\e484";
}
.icon-ic_fluent_dentist_28_regular:before {
    content: "\e485";
}
.icon-ic_fluent_dentist_48_regular:before {
    content: "\e486";
}
.icon-ic_fluent_dismiss_circle_28_regular:before {
    content: "\e4c2";
}
.icon-ic_fluent_doctor_12_regular:before {
    content: "\e4d2";
}
.icon-ic_fluent_doctor_16_regular:before {
    content: "\e4d3";
}
.icon-ic_fluent_doctor_20_regular:before {
    content: "\e4d4";
}
.icon-ic_fluent_doctor_28_regular:before {
    content: "\e4d5";
}
.icon-ic_fluent_doctor_48_regular:before {
    content: "\e4d6";
}
.icon-ic_fluent_document_16_regular:before {
    content: "\e4d7";
}
.icon-ic_fluent_document_48_regular:before {
    content: "\e4d9";
}
.icon-ic_fluent_document_add_16_regular:before {
    content: "\e4da";
}
.icon-ic_fluent_document_add_20_regular:before {
    content: "\e4db";
}
.icon-ic_fluent_document_add_24_regular:before {
    content: "\e4dc";
}
.icon-ic_fluent_document_add_28_regular:before {
    content: "\e4dd";
}
.icon-ic_fluent_document_add_48_regular:before {
    content: "\e4de";
}
.icon-ic_fluent_document_arrow_left_16_regular:before {
    content: "\e4e1";
}
.icon-ic_fluent_document_arrow_left_20_regular:before {
    content: "\e4e2";
}
.icon-ic_fluent_document_arrow_left_24_regular:before {
    content: "\e4e3";
}
.icon-ic_fluent_document_arrow_left_28_regular:before {
    content: "\e4e4";
}
.icon-ic_fluent_document_arrow_left_48_regular:before {
    content: "\e4e5";
}
.icon-ic_fluent_document_catch_up_16_regular:before {
    content: "\e4ef";
}
.icon-ic_fluent_document_catch_up_20_regular:before {
    content: "\e4f0";
}
.icon-ic_fluent_document_landscape_data_24_regular:before {
    content: "\e50f";
}
.icon-ic_fluent_document_landscape_split_20_regular:before {
    content: "\e510";
}
.icon-ic_fluent_document_landscape_split_hint_20_regular:before {
    content: "\e512";
}
.icon-ic_fluent_document_page_break_20_regular:before {
    content: "\e527";
}
.icon-ic_fluent_drink_beer_16_regular:before {
    content: "\e583";
}
.icon-ic_fluent_drink_beer_20_regular:before {
    content: "\e584";
}
.icon-ic_fluent_drink_coffee_16_regular:before {
    content: "\e585";
}
.icon-ic_fluent_drink_margarita_16_regular:before {
    content: "\e586";
}
.icon-ic_fluent_drink_margarita_20_regular:before {
    content: "\e587";
}
.icon-ic_fluent_drink_wine_16_regular:before {
    content: "\e58a";
}
.icon-ic_fluent_drink_wine_20_regular:before {
    content: "\e58b";
}
.icon-ic_fluent_dual_screen_span_24_regular:before {
    content: "\e5a6";
}
.icon-ic_fluent_edit_32_regular:before {
    content: "\e5b3";
}
.icon-ic_fluent_edit_off_16_regular:before {
    content: "\e5b6";
}
.icon-ic_fluent_edit_off_24_regular:before {
    content: "\e5b8";
}
.icon-ic_fluent_edit_settings_24_regular:before {
    content: "\e5c3";
}
.icon-ic_fluent_emoji_add_16_regular:before {
    content: "\e5c7";
}
.icon-ic_fluent_emoji_hand_24_regular:before {
    content: "\e5cf";
}
.icon-ic_fluent_emoji_hand_28_regular:before {
    content: "\e5d0";
}
.icon-ic_fluent_eraser_20_regular:before {
    content: "\e5e4";
}
.icon-ic_fluent_eraser_24_regular:before {
    content: "\e5e5";
}
.icon-ic_fluent_eraser_medium_24_regular:before {
    content: "\e5e7";
}
.icon-ic_fluent_eraser_segment_24_regular:before {
    content: "\e5e9";
}
.icon-ic_fluent_eraser_small_24_regular:before {
    content: "\e5eb";
}
.icon-ic_fluent_error_circle_12_regular:before {
    content: "\e5ed";
}
.icon-ic_fluent_eye_tracking_off_16_regular:before {
    content: "\e5fa";
}
.icon-ic_fluent_eye_tracking_off_20_regular:before {
    content: "\e5fb";
}
.icon-ic_fluent_eye_tracking_off_24_regular:before {
    content: "\e5fc";
}
.icon-ic_fluent_f_stop_16_regular:before {
    content: "\e601";
}
.icon-ic_fluent_f_stop_20_regular:before {
    content: "\e602";
}
.icon-ic_fluent_f_stop_24_regular:before {
    content: "\e603";
}
.icon-ic_fluent_f_stop_28_regular:before {
    content: "\e604";
}
.icon-ic_fluent_fingerprint_48_regular:before {
    content: "\e612";
}
.icon-ic_fluent_fixed_width_24_regular:before {
    content: "\e614";
}
.icon-ic_fluent_flip_horizontal_24_regular:before {
    content: "\e62d";
}
.icon-ic_fluent_flip_vertical_24_regular:before {
    content: "\e633";
}
.icon-ic_fluent_fluent_32_regular:before {
    content: "\e63e";
}
.icon-ic_fluent_fluent_48_regular:before {
    content: "\e63f";
}
.icon-ic_fluent_fluid_20_regular:before {
    content: "\e641";
}
.icon-ic_fluent_fluid_24_regular:before {
    content: "\e642";
}
.icon-ic_fluent_food_egg_16_regular:before {
    content: "\e66c";
}
.icon-ic_fluent_food_egg_20_regular:before {
    content: "\e66d";
}
.icon-ic_fluent_food_toast_16_regular:before {
    content: "\e672";
}
.icon-ic_fluent_food_toast_20_regular:before {
    content: "\e673";
}
.icon-ic_fluent_gavel_24_regular:before {
    content: "\e697";
}
.icon-ic_fluent_gavel_32_regular:before {
    content: "\e698";
}
.icon-ic_fluent_glasses_16_regular:before {
    content: "\e6a9";
}
.icon-ic_fluent_glasses_20_regular:before {
    content: "\e6aa";
}
.icon-ic_fluent_glasses_28_regular:before {
    content: "\e6ab";
}
.icon-ic_fluent_glasses_48_regular:before {
    content: "\e6ac";
}
.icon-ic_fluent_glasses_off_16_regular:before {
    content: "\e6ad";
}
.icon-ic_fluent_glasses_off_20_regular:before {
    content: "\e6ae";
}
.icon-ic_fluent_glasses_off_28_regular:before {
    content: "\e6af";
}
.icon-ic_fluent_glasses_off_48_regular:before {
    content: "\e6b0";
}
.icon-ic_fluent_globe_16_regular:before {
    content: "\e6b1";
}
.icon-ic_fluent_hand_left_20_regular:before {
    content: "\e6db";
}
.icon-ic_fluent_hand_right_24_regular:before {
    content: "\e6e0";
}
.icon-ic_fluent_hand_right_28_regular:before {
    content: "\e6e1";
}
.icon-ic_fluent_hat_graduation_16_regular:before {
    content: "\e6e5";
}
.icon-ic_fluent_hat_graduation_20_regular:before {
    content: "\e6e6";
}
.icon-ic_fluent_hat_graduation_24_regular:before {
    content: "\e6e7";
}
.icon-ic_fluent_hd_16_regular:before {
    content: "\e6e8";
}
.icon-ic_fluent_hd_20_regular:before {
    content: "\e6e9";
}
.icon-ic_fluent_hd_24_regular:before {
    content: "\e6ea";
}
.icon-ic_fluent_headset_16_regular:before {
    content: "\e6f6";
}
.icon-ic_fluent_headset_20_regular:before {
    content: "\e6f7";
}
.icon-ic_fluent_headset_48_regular:before {
    content: "\e6f9";
}
.icon-ic_fluent_heart_pulse_24_regular:before {
    content: "\e702";
}
.icon-ic_fluent_heart_pulse_32_regular:before {
    content: "\e703";
}
.icon-ic_fluent_home_16_regular:before {
    content: "\e70f";
}
.icon-ic_fluent_home_32_regular:before {
    content: "\e710";
}
.icon-ic_fluent_home_48_regular:before {
    content: "\e711";
}
.icon-ic_fluent_image_arrow_counterclockwise_24_regular:before {
    content: "\e71f";
}
.icon-ic_fluent_info_shield_20_regular:before {
    content: "\e737";
}
.icon-ic_fluent_key_multiple_20_regular:before {
    content: "\e745";
}
.icon-ic_fluent_line_horizontal_5_error_20_regular:before {
    content: "\e76d";
}
.icon-ic_fluent_link_square_12_regular:before {
    content: "\e775";
}
.icon-ic_fluent_link_square_16_regular:before {
    content: "\e776";
}
.icon-ic_fluent_location_48_regular:before {
    content: "\e77c";
}
.icon-ic_fluent_location_off_16_regular:before {
    content: "\e788";
}
.icon-ic_fluent_location_off_20_regular:before {
    content: "\e789";
}
.icon-ic_fluent_location_off_24_regular:before {
    content: "\e78a";
}
.icon-ic_fluent_location_off_28_regular:before {
    content: "\e78b";
}
.icon-ic_fluent_location_off_48_regular:before {
    content: "\e78c";
}
.icon-ic_fluent_lock_multiple_24_regular:before {
    content: "\e793";
}
.icon-ic_fluent_lottery_24_regular:before {
    content: "\e799";
}
.icon-ic_fluent_mail_16_regular:before {
    content: "\e7a1";
}
.icon-ic_fluent_mail_read_16_regular:before {
    content: "\e7d1";
}
.icon-ic_fluent_math_format_linear_24_regular:before {
    content: "\e7de";
}
.icon-ic_fluent_math_format_professional_24_regular:before {
    content: "\e7e0";
}
.icon-ic_fluent_math_formula_24_regular:before {
    content: "\e7e3";
}
.icon-ic_fluent_maximize_20_regular:before {
    content: "\e7eb";
}
.icon-ic_fluent_maximize_24_regular:before {
    content: "\e7ec";
}
.icon-ic_fluent_maximize_28_regular:before {
    content: "\e7ed";
}
.icon-ic_fluent_maximize_48_regular:before {
    content: "\e7ee";
}
.icon-ic_fluent_meet_now_16_regular:before {
    content: "\e7ef";
}
.icon-ic_fluent_mic_off_20_regular:before {
    content: "\e7fe";
}
.icon-ic_fluent_mic_off_48_regular:before {
    content: "\e800";
}
.icon-ic_fluent_mic_prohibited_24_regular:before {
    content: "\e803";
}
.icon-ic_fluent_more_circle_20_regular:before {
    content: "\e821";
}
.icon-ic_fluent_movies_and_tv_16_regular:before {
    content: "\e82b";
}
.icon-ic_fluent_movies_and_tv_20_regular:before {
    content: "\e82c";
}
.icon-ic_fluent_navigation_unread_24_regular:before {
    content: "\e863";
}
.icon-ic_fluent_number_symbol_dismiss_24_regular:before {
    content: "\e88b";
}
.icon-ic_fluent_open_28_regular:before {
    content: "\e88e";
}
.icon-ic_fluent_open_48_regular:before {
    content: "\e88f";
}
.icon-ic_fluent_open_folder_16_regular:before {
    content: "\e890";
}
.icon-ic_fluent_open_folder_20_regular:before {
    content: "\e891";
}
.icon-ic_fluent_open_folder_28_regular:before {
    content: "\e892";
}
.icon-ic_fluent_open_folder_48_regular:before {
    content: "\e893";
}
.icon-ic_fluent_open_off_16_regular:before {
    content: "\e894";
}
.icon-ic_fluent_open_off_20_regular:before {
    content: "\e895";
}
.icon-ic_fluent_open_off_24_regular:before {
    content: "\e896";
}
.icon-ic_fluent_open_off_28_regular:before {
    content: "\e897";
}
.icon-ic_fluent_open_off_48_regular:before {
    content: "\e898";
}
.icon-ic_fluent_paint_brush_arrow_down_24_regular:before {
    content: "\e8a8";
}
.icon-ic_fluent_paint_brush_arrow_up_24_regular:before {
    content: "\e8aa";
}
.icon-ic_fluent_pause_12_regular:before {
    content: "\e8cc";
}
.icon-ic_fluent_payment_16_regular:before {
    content: "\e8d4";
}
.icon-ic_fluent_payment_28_regular:before {
    content: "\e8d5";
}
.icon-ic_fluent_people_prohibited_16_regular:before {
    content: "\e903";
}
.icon-ic_fluent_people_swap_16_regular:before {
    content: "\e90a";
}
.icon-ic_fluent_people_swap_20_regular:before {
    content: "\e90b";
}
.icon-ic_fluent_people_swap_24_regular:before {
    content: "\e90c";
}
.icon-ic_fluent_people_swap_28_regular:before {
    content: "\e90d";
}
.icon-ic_fluent_people_team_add_20_regular:before {
    content: "\e911";
}
.icon-ic_fluent_people_team_add_24_regular:before {
    content: "\e912";
}
.icon-ic_fluent_person_available_20_regular:before {
    content: "\e924";
}
.icon-ic_fluent_person_clock_16_regular:before {
    content: "\e92a";
}
.icon-ic_fluent_person_clock_20_regular:before {
    content: "\e92b";
}
.icon-ic_fluent_person_clock_24_regular:before {
    content: "\e92c";
}
.icon-ic_fluent_person_delete_20_regular:before {
    content: "\e92d";
}
.icon-ic_fluent_person_mail_16_regular:before {
    content: "\e937";
}
.icon-ic_fluent_person_mail_20_regular:before {
    content: "\e938";
}
.icon-ic_fluent_person_mail_24_regular:before {
    content: "\e939";
}
.icon-ic_fluent_person_mail_28_regular:before {
    content: "\e93a";
}
.icon-ic_fluent_person_mail_48_regular:before {
    content: "\e93b";
}
.icon-ic_fluent_person_prohibited_24_regular:before {
    content: "\e943";
}
.icon-ic_fluent_poll_20_regular:before {
    content: "\e99f";
}
.icon-ic_fluent_presence_available_10_regular:before {
    content: "\e9b5";
}
.icon-ic_fluent_presence_available_12_regular:before {
    content: "\e9b6";
}
.icon-ic_fluent_presence_available_16_regular:before {
    content: "\e9b7";
}
.icon-ic_fluent_presence_dnd_10_regular:before {
    content: "\e9bc";
}
.icon-ic_fluent_presence_dnd_12_regular:before {
    content: "\e9bd";
}
.icon-ic_fluent_presence_dnd_16_regular:before {
    content: "\e9be";
}
.icon-ic_fluent_pulse_24_regular:before {
    content: "\e9dd";
}
.icon-ic_fluent_qr_code_20_regular:before {
    content: "\e9ec";
}
.icon-ic_fluent_real_estate_24_regular:before {
    content: "\e9fd";
}
.icon-ic_fluent_ribbon_24_regular:before {
    content: "\ea28";
}
.icon-ic_fluent_ribbon_star_20_regular:before {
    content: "\ea2f";
}
.icon-ic_fluent_ribbon_star_24_regular:before {
    content: "\ea30";
}
.icon-ic_fluent_run_16_regular:before {
    content: "\ea3f";
}
.icon-ic_fluent_run_20_regular:before {
    content: "\ea40";
}
.icon-ic_fluent_scales_24_regular:before {
    content: "\ea51";
}
.icon-ic_fluent_scales_32_regular:before {
    content: "\ea52";
}
.icon-ic_fluent_search_shield_20_regular:before {
    content: "\ea80";
}
.icon-ic_fluent_shield_dismiss_shield_20_regular:before {
    content: "\eacd";
}
.icon-ic_fluent_shifts_day_20_regular:before {
    content: "\eae3";
}
.icon-ic_fluent_shifts_day_24_regular:before {
    content: "\eae4";
}
.icon-ic_fluent_sidebar_search_ltr_20_regular:before {
    content: "\eaf8";
}
.icon-ic_fluent_sidebar_search_rtl_20_regular:before {
    content: "\eaf9";
}
.icon-ic_fluent_sign_out_20_regular:before {
    content: "\eafa";
}
.icon-ic_fluent_slide_multiple_arrow_right_24_regular:before {
    content: "\eb1f";
}
.icon-ic_fluent_slide_search_24_regular:before {
    content: "\eb21";
}
.icon-ic_fluent_slide_search_28_regular:before {
    content: "\eb22";
}
.icon-ic_fluent_slide_size_24_regular:before {
    content: "\eb26";
}
.icon-ic_fluent_slide_text_16_regular:before {
    content: "\eb27";
}
.icon-ic_fluent_slide_text_20_regular:before {
    content: "\eb28";
}
.icon-ic_fluent_slide_text_28_regular:before {
    content: "\eb29";
}
.icon-ic_fluent_slide_text_48_regular:before {
    content: "\eb2a";
}
.icon-ic_fluent_speaker_0_16_regular:before {
    content: "\eb37";
}
.icon-ic_fluent_speaker_0_20_regular:before {
    content: "\eb38";
}
.icon-ic_fluent_speaker_0_28_regular:before {
    content: "\eb39";
}
.icon-ic_fluent_speaker_0_48_regular:before {
    content: "\eb3b";
}
.icon-ic_fluent_speaker_1_16_regular:before {
    content: "\eb3c";
}
.icon-ic_fluent_speaker_1_20_regular:before {
    content: "\eb3d";
}
.icon-ic_fluent_speaker_1_28_regular:before {
    content: "\eb3e";
}
.icon-ic_fluent_speaker_1_48_regular:before {
    content: "\eb40";
}
.icon-ic_fluent_speaker_bluetooth_28_regular:before {
    content: "\eb48";
}
.icon-ic_fluent_speaker_off_16_regular:before {
    content: "\eb4e";
}
.icon-ic_fluent_speaker_off_20_regular:before {
    content: "\eb4f";
}
.icon-ic_fluent_speaker_off_48_regular:before {
    content: "\eb50";
}
.icon-ic_fluent_speaker_usb_24_regular:before {
    content: "\eb54";
}
.icon-ic_fluent_speaker_usb_28_regular:before {
    content: "\eb55";
}
.icon-ic_fluent_sport_16_regular:before {
    content: "\eb65";
}
.icon-ic_fluent_sport_20_regular:before {
    content: "\eb66";
}
.icon-ic_fluent_sport_24_regular:before {
    content: "\eb67";
}
.icon-ic_fluent_sport_american_football_24_regular:before {
    content: "\eb69";
}
.icon-ic_fluent_sport_baseball_24_regular:before {
    content: "\eb6b";
}
.icon-ic_fluent_sport_basketball_24_regular:before {
    content: "\eb6d";
}
.icon-ic_fluent_sport_hockey_24_regular:before {
    content: "\eb6f";
}
.icon-ic_fluent_star_edit_24_regular:before {
    content: "\eba9";
}
.icon-ic_fluent_tab_desktop_arrow_left_20_regular:before {
    content: "\ebeb";
}
.icon-ic_fluent_tab_prohibited_24_regular:before {
    content: "\ebf1";
}
.icon-ic_fluent_table_16_regular:before {
    content: "\ebf4";
}
.icon-ic_fluent_table_28_regular:before {
    content: "\ebf5";
}
.icon-ic_fluent_table_48_regular:before {
    content: "\ebf7";
}
.icon-ic_fluent_table_simple_16_regular:before {
    content: "\ec50";
}
.icon-ic_fluent_table_simple_20_regular:before {
    content: "\ec51";
}
.icon-ic_fluent_table_simple_24_regular:before {
    content: "\ec52";
}
.icon-ic_fluent_table_simple_28_regular:before {
    content: "\ec53";
}
.icon-ic_fluent_table_simple_48_regular:before {
    content: "\ec54";
}
.icon-ic_fluent_tag_16_regular:before {
    content: "\ec70";
}
.icon-ic_fluent_tasks_app_20_regular:before {
    content: "\ec9f";
}
.icon-ic_fluent_tent_12_regular:before {
    content: "\eca2";
}
.icon-ic_fluent_tent_16_regular:before {
    content: "\eca3";
}
.icon-ic_fluent_tent_20_regular:before {
    content: "\eca4";
}
.icon-ic_fluent_tent_28_regular:before {
    content: "\eca5";
}
.icon-ic_fluent_tent_48_regular:before {
    content: "\eca6";
}
.icon-ic_fluent_text_bold_16_regular:before {
    content: "\ecd2";
}
.icon-ic_fluent_text_color_16_regular:before {
    content: "\ecf5";
}
.icon-ic_fluent_text_column_one_narrow_20_regular:before {
    content: "\ecf6";
}
.icon-ic_fluent_text_column_one_narrow_24_regular:before {
    content: "\ecf7";
}
.icon-ic_fluent_text_column_one_wide_20_regular:before {
    content: "\ecf8";
}
.icon-ic_fluent_text_column_one_wide_24_regular:before {
    content: "\ecf9";
}
.icon-ic_fluent_text_continuous_24_regular:before {
    content: "\ecfd";
}
.icon-ic_fluent_text_italic_16_regular:before {
    content: "\ed36";
}
.icon-ic_fluent_text_underline_16_regular:before {
    content: "\ed67";
}
.icon-ic_fluent_ticket_diagonal_16_regular:before {
    content: "\ed7b";
}
.icon-ic_fluent_ticket_diagonal_20_regular:before {
    content: "\ed7c";
}
.icon-ic_fluent_ticket_diagonal_24_regular:before {
    content: "\ed7d";
}
.icon-ic_fluent_ticket_diagonal_28_regular:before {
    content: "\ed7e";
}
.icon-ic_fluent_timer_16_regular:before {
    content: "\ed86";
}
.icon-ic_fluent_timer_20_regular:before {
    content: "\ed88";
}
.icon-ic_fluent_toggle_left_16_regular:before {
    content: "\ed8f";
}
.icon-ic_fluent_toggle_left_20_regular:before {
    content: "\ed90";
}
.icon-ic_fluent_toggle_left_24_regular:before {
    content: "\ed91";
}
.icon-ic_fluent_toggle_left_28_regular:before {
    content: "\ed92";
}
.icon-ic_fluent_toggle_left_48_regular:before {
    content: "\ed93";
}
.icon-ic_fluent_toggle_right_28_regular:before {
    content: "\ed97";
}
.icon-ic_fluent_toggle_right_48_regular:before {
    content: "\ed98";
}
.icon-ic_fluent_tv_16_regular:before {
    content: "\edc1";
}
.icon-ic_fluent_tv_20_regular:before {
    content: "\edc2";
}
.icon-ic_fluent_tv_24_regular:before {
    content: "\edc3";
}
.icon-ic_fluent_tv_28_regular:before {
    content: "\edc4";
}
.icon-ic_fluent_tv_48_regular:before {
    content: "\edc5";
}
.icon-ic_fluent_vehicle_bicycle_16_regular:before {
    content: "\edd1";
}
.icon-ic_fluent_vehicle_bicycle_20_regular:before {
    content: "\edd2";
}
.icon-ic_fluent_vehicle_bus_16_regular:before {
    content: "\edd3";
}
.icon-ic_fluent_vehicle_bus_20_regular:before {
    content: "\edd4";
}
.icon-ic_fluent_vehicle_car_28_regular:before {
    content: "\edd8";
}
.icon-ic_fluent_vehicle_car_48_regular:before {
    content: "\edd9";
}
.icon-ic_fluent_vehicle_ship_16_regular:before {
    content: "\ede2";
}
.icon-ic_fluent_vehicle_ship_20_regular:before {
    content: "\ede3";
}
.icon-ic_fluent_vehicle_ship_24_regular:before {
    content: "\ede4";
}
.icon-ic_fluent_vehicle_subway_16_regular:before {
    content: "\ede5";
}
.icon-ic_fluent_vehicle_subway_20_regular:before {
    content: "\ede6";
}
.icon-ic_fluent_vehicle_subway_24_regular:before {
    content: "\ede7";
}
.icon-ic_fluent_vehicle_truck_16_regular:before {
    content: "\ede8";
}
.icon-ic_fluent_vehicle_truck_20_regular:before {
    content: "\ede9";
}
.icon-ic_fluent_video_clip_20_regular:before {
    content: "\edff";
}
.icon-ic_fluent_vote_20_regular:before {
    content: "\ee28";
}
.icon-ic_fluent_vote_24_regular:before {
    content: "\ee29";
}
.icon-ic_fluent_weather_drizzle_20_regular:before {
    content: "\ee3e";
}
.icon-ic_fluent_weather_drizzle_24_regular:before {
    content: "\ee3f";
}
.icon-ic_fluent_weather_drizzle_48_regular:before {
    content: "\ee40";
}
.icon-ic_fluent_weather_haze_20_regular:before {
    content: "\ee41";
}
.icon-ic_fluent_weather_haze_24_regular:before {
    content: "\ee42";
}
.icon-ic_fluent_weather_haze_48_regular:before {
    content: "\ee43";
}
.icon-ic_fluent_weather_moon_16_regular:before {
    content: "\ee44";
}
.icon-ic_fluent_weather_moon_28_regular:before {
    content: "\ee45";
}
.icon-ic_fluent_weather_moon_off_16_regular:before {
    content: "\ee46";
}
.icon-ic_fluent_weather_moon_off_20_regular:before {
    content: "\ee47";
}
.icon-ic_fluent_weather_moon_off_24_regular:before {
    content: "\ee48";
}
.icon-ic_fluent_weather_moon_off_28_regular:before {
    content: "\ee49";
}
.icon-ic_fluent_weather_moon_off_48_regular:before {
    content: "\ee4a";
}
.icon-ic_fluent_weather_sunny_high_20_regular:before {
    content: "\ee4f";
}
.icon-ic_fluent_weather_sunny_high_24_regular:before {
    content: "\ee50";
}
.icon-ic_fluent_weather_sunny_high_48_regular:before {
    content: "\ee51";
}
.icon-ic_fluent_weather_sunny_low_20_regular:before {
    content: "\ee52";
}
.icon-ic_fluent_weather_sunny_low_24_regular:before {
    content: "\ee53";
}
.icon-ic_fluent_weather_sunny_low_48_regular:before {
    content: "\ee54";
}
.icon-ic_fluent_window_new_16_regular:before {
    content: "\ee7a";
}
.icon-ic_fluent_window_new_24_regular:before {
    content: "\ee7b";
}
.icon-ic_fluent_wrench_16_regular:before {
    content: "\ee85";
}
.icon-ic_fluent_wrench_20_regular:before {
    content: "\ee86";
}
.icon-ic_fluent_video_background_effect_20_regular:before {
    content: "\edf7";
}
.icon-ic_fluent_alert_16_regular:before {
    content: "\e014";
}
.icon-ic_fluent_approvals_app_16_regular:before {
    content: "\e05f";
}
.icon-ic_fluent_approvals_app_20_regular:before {
    content: "\e060";
}
.icon-ic_fluent_arrow_bounce_16_regular:before {
    content: "\e086";
}
.icon-ic_fluent_arrow_bounce_24_regular:before {
    content: "\e088";
}
.icon-ic_fluent_arrow_enter_up_20_regular:before {
    content: "\e0c2";
}
.icon-ic_fluent_arrow_enter_up_24_regular:before {
    content: "\e0c3";
}
.icon-ic_fluent_bookmark_multiple_20_regular:before {
    content: "\e193";
}
.icon-ic_fluent_briefcase_28_regular:before {
    content: "\e1ea";
}
.icon-ic_fluent_briefcase_48_regular:before {
    content: "\e1ec";
}
.icon-ic_fluent_building_20_regular:before {
    content: "\e20b";
}
.icon-ic_fluent_chat_48_regular:before {
    content: "\e2e6";
}
.icon-ic_fluent_desktop_arrow_right_16_regular:before {
    content: "\e488";
}
.icon-ic_fluent_desktop_arrow_right_20_regular:before {
    content: "\e489";
}
.icon-ic_fluent_desktop_arrow_right_24_regular:before {
    content: "\e48a";
}
.icon-ic_fluent_desktop_speaker_20_regular:before {
    content: "\e4a4";
}
.icon-ic_fluent_desktop_speaker_24_regular:before {
    content: "\e4a5";
}
.icon-ic_fluent_desktop_speaker_off_20_regular:before {
    content: "\e4a6";
}
.icon-ic_fluent_desktop_speaker_off_24_regular:before {
    content: "\e4a7";
}
.icon-ic_fluent_emoji_add_20_regular:before {
    content: "\e5c8";
}
.icon-ic_fluent_food_cake_20_regular:before {
    content: "\e66b";
}
.icon-ic_fluent_grid_kanban_20_regular:before {
    content: "\e6c7";
}
.icon-ic_fluent_hand_right_20_regular:before {
    content: "\e6df";
}
.icon-ic_fluent_hand_right_off_20_regular:before {
    content: "\e6e2";
}
.icon-ic_fluent_learning_app_20_regular:before {
    content: "\e75f";
}
.icon-ic_fluent_learning_app_24_regular:before {
    content: "\e760";
}
.icon-ic_fluent_live_off_20_regular:before {
    content: "\e77a";
}
.icon-ic_fluent_live_off_24_regular:before {
    content: "\e77b";
}
.icon-ic_fluent_mic_prohibited_20_regular:before {
    content: "\e802";
}
.icon-ic_fluent_notebook_section_20_regular:before {
    content: "\e879";
}
.icon-ic_fluent_people_audience_20_regular:before {
    content: "\e8ef";
}
.icon-ic_fluent_people_call_16_regular:before {
    content: "\e8f0";
}
.icon-ic_fluent_people_call_20_regular:before {
    content: "\e8f1";
}
.icon-ic_fluent_person_call_16_regular:before {
    content: "\e925";
}
.icon-ic_fluent_person_call_20_regular:before {
    content: "\e926";
}
.icon-ic_fluent_phone_desktop_add_20_regular:before {
    content: "\e959";
}
.icon-ic_fluent_presenter_20_regular:before {
    content: "\e9c7";
}
.icon-ic_fluent_presenter_off_20_regular:before {
    content: "\e9c8";
}
.icon-ic_fluent_rectangle_landscape_20_regular:before {
    content: "\ea09";
}
.icon-ic_fluent_ribbon_20_regular:before {
    content: "\ea27";
}
.icon-ic_fluent_save_sync_20_regular:before {
    content: "\ea4e";
}
.icon-ic_fluent_shifts_20_regular:before {
    content: "\eadc";
}
.icon-ic_fluent_shifts_checkmark_20_regular:before {
    content: "\eae1";
}
.icon-ic_fluent_shifts_checkmark_24_regular:before {
    content: "\eae2";
}
.icon-ic_fluent_slide_multiple_24_regular:before {
    content: "\eb1d";
}
.icon-ic_fluent_star_line_horizontal_3_20_regular:before {
    content: "\ebb2";
}
.icon-ic_fluent_star_line_horizontal_3_24_regular:before {
    content: "\ebb3";
}
.icon-ic_fluent_table_add_20_regular:before {
    content: "\ebf9";
}
.icon-ic_fluent_table_dismiss_20_regular:before {
    content: "\ec14";
}
.icon-ic_fluent_table_dismiss_24_regular:before {
    content: "\ec15";
}
.icon-ic_fluent_tap_double_20_regular:before {
    content: "\ec8a";
}
.icon-ic_fluent_tap_single_20_regular:before {
    content: "\ec8d";
}
.icon-ic_fluent_text_bullet_list_add_20_regular:before {
    content: "\ecd5";
}
.icon-ic_fluent_text_bullet_list_square_20_regular:before {
    content: "\ece2";
}
.icon-ic_fluent_text_grammar_error_20_regular:before {
    content: "\ed19";
}
.icon-ic_fluent_text_number_list_rtl_20_regular:before {
    content: "\ed40";
}
.icon-ic_fluent_video_360_20_regular:before {
    content: "\edf1";
}
.icon-ic_fluent_video_360_24_regular:before {
    content: "\edf2";
}
.icon-ic_fluent_video_person_12_regular:before {
    content: "\ee08";
}
.icon-ic_fluent_video_person_16_regular:before {
    content: "\ee09";
}
.icon-ic_fluent_video_person_20_regular:before {
    content: "\ee0a";
}
.icon-ic_fluent_video_person_28_regular:before {
    content: "\ee0b";
}
.icon-ic_fluent_video_person_48_regular:before {
    content: "\ee0c";
}
.icon-ic_fluent_video_person_call_16_regular:before {
    content: "\ee0d";
}
.icon-ic_fluent_video_person_call_20_regular:before {
    content: "\ee0e";
}
.icon-ic_fluent_video_person_call_24_regular:before {
    content: "\ee0f";
}
.icon-ic_fluent_video_person_star_20_regular:before {
    content: "\ee17";
}
.icon-ic_fluent_video_prohibited_20_regular:before {
    content: "\ee1c";
}
.icon-ic_fluent_video_switch_20_regular:before {
    content: "\ee20";
}
.icon-ic_fluent_wifi_warning_20_regular:before {
    content: "\ee5c";
}
.icon-ic_fluent_album_24_regular:before {
    content: "\e010";
}
.icon-ic_fluent_album_add_24_regular:before {
    content: "\e012";
}
.icon-ic_fluent_alert_urgent_16_regular:before {
    content: "\e01d";
}
.icon-ic_fluent_arrow_right_16_regular:before {
    content: "\e0eb";
}
.icon-ic_fluent_arrow_undo_16_regular:before {
    content: "\e126";
}
.icon-ic_fluent_arrow_up_left_16_regular:before {
    content: "\e12b";
}
.icon-ic_fluent_arrow_up_left_20_regular:before {
    content: "\e12c";
}
.icon-ic_fluent_backpack_add_20_regular:before {
    content: "\e13d";
}
.icon-ic_fluent_backpack_add_24_regular:before {
    content: "\e13e";
}
.icon-ic_fluent_backpack_add_28_regular:before {
    content: "\e13f";
}
.icon-ic_fluent_backpack_add_48_regular:before {
    content: "\e140";
}
.icon-ic_fluent_bot_20_regular:before {
    content: "\e1b8";
}
.icon-ic_fluent_call_connecting_20_regular:before {
    content: "\e278";
}
.icon-ic_fluent_call_exclamation_20_regular:before {
    content: "\e27b";
}
.icon-ic_fluent_call_transfer_20_regular:before {
    content: "\e293";
}
.icon-ic_fluent_camera_off_24_regular:before {
    content: "\e2a1";
}
.icon-ic_fluent_chat_bubbles_question_20_regular:before {
    content: "\e2eb";
}
.icon-ic_fluent_chat_mail_20_regular:before {
    content: "\e2ef";
}
.icon-ic_fluent_chat_off_20_regular:before {
    content: "\e2f0";
}
.icon-ic_fluent_checkmark_48_regular:before {
    content: "\e306";
}
.icon-ic_fluent_cloud_sync_20_regular:before {
    content: "\e3ae";
}
.icon-ic_fluent_content_view_20_regular:before {
    content: "\e418";
}
.icon-ic_fluent_cube_rotate_20_regular:before {
    content: "\e438";
}
.icon-ic_fluent_data_line_20_regular:before {
    content: "\e458";
}
.icon-ic_fluent_device_meeting_room_20_regular:before {
    content: "\e4b2";
}
.icon-ic_fluent_device_meeting_room_remote_20_regular:before {
    content: "\e4b3";
}
.icon-ic_fluent_draw_shape_24_regular:before {
    content: "\e576";
}
.icon-ic_fluent_draw_text_24_regular:before {
    content: "\e578";
}
.icon-ic_fluent_folder_arrow_up_16_regular:before {
    content: "\e650";
}
.icon-ic_fluent_folder_arrow_up_20_regular:before {
    content: "\e651";
}
.icon-ic_fluent_folder_arrow_up_24_regular:before {
    content: "\e652";
}
.icon-ic_fluent_folder_arrow_up_28_regular:before {
    content: "\e653";
}
.icon-ic_fluent_fps_30_16_regular:before {
    content: "\e678";
}
.icon-ic_fluent_fps_30_20_regular:before {
    content: "\e679";
}
.icon-ic_fluent_fps_30_24_regular:before {
    content: "\e67a";
}
.icon-ic_fluent_fps_30_28_regular:before {
    content: "\e67b";
}
.icon-ic_fluent_fps_30_48_regular:before {
    content: "\e67c";
}
.icon-ic_fluent_fps_60_16_regular:before {
    content: "\e67d";
}
.icon-ic_fluent_fps_60_20_regular:before {
    content: "\e67e";
}
.icon-ic_fluent_fps_60_24_regular:before {
    content: "\e67f";
}
.icon-ic_fluent_fps_60_28_regular:before {
    content: "\e680";
}
.icon-ic_fluent_fps_60_48_regular:before {
    content: "\e681";
}
.icon-ic_fluent_home_person_20_regular:before {
    content: "\e717";
}
.icon-ic_fluent_image_off_20_regular:before {
    content: "\e72c";
}
.icon-ic_fluent_lasso_20_regular:before {
    content: "\e756";
}
.icon-ic_fluent_leaf_three_16_regular:before {
    content: "\e75c";
}
.icon-ic_fluent_leaf_three_20_regular:before {
    content: "\e75d";
}
.icon-ic_fluent_leaf_three_24_regular:before {
    content: "\e75e";
}
.icon-ic_fluent_mic_sync_20_regular:before {
    content: "\e816";
}
.icon-ic_fluent_notebook_subsection_20_regular:before {
    content: "\e87b";
}
.icon-ic_fluent_person_circle_20_regular:before {
    content: "\e928";
}
.icon-ic_fluent_pulse_20_regular:before {
    content: "\e9dc";
}
.icon-ic_fluent_pulse_square_24_regular:before {
    content: "\e9e1";
}
.icon-ic_fluent_ribbon_16_regular:before {
    content: "\ea26";
}
.icon-ic_fluent_rotate_left_24_regular:before {
    content: "\ea38";
}
.icon-ic_fluent_rotate_right_20_regular:before {
    content: "\ea39";
}
.icon-ic_fluent_rotate_right_24_regular:before {
    content: "\ea3a";
}
.icon-ic_fluent_share_close_tray_20_regular:before {
    content: "\eaa9";
}
.icon-ic_fluent_square_multiple_20_regular:before {
    content: "\eb96";
}
.icon-ic_fluent_star_emphasis_20_regular:before {
    content: "\ebaa";
}
.icon-ic_fluent_tv_arrow_right_20_regular:before {
    content: "\edc6";
}
.icon-ic_fluent_video_person_star_off_20_regular:before {
    content: "\ee18";
}
.icon-ic_fluent_video_recording_20_regular:before {
    content: "\ee1f";
}
.icon-ic_fluent_video_sync_20_regular:before {
    content: "\ee21";
}
.icon-ic_fluent_breakout_room_20_regular:before {
    content: "\e1e5";
}
.icon-ic_fluent_content_view_gallery_20_regular:before {
    content: "\e41a";
}
.icon-ic_fluent_door_tag_24_regular:before {
    content: "\e56b";
}
.icon-ic_fluent_luggage_24_regular:before {
    content: "\e79c";
}
.icon-ic_fluent_people_edit_20_regular:before {
    content: "\e8f7";
}
.icon-ic_fluent_channel_share_12_regular:before {
    content: "\e2d2";
}
.icon-ic_fluent_channel_share_16_regular:before {
    content: "\e2d3";
}
.icon-ic_fluent_channel_share_20_regular:before {
    content: "\e2d4";
}
.icon-ic_fluent_channel_share_24_regular:before {
    content: "\e2d5";
}
.icon-ic_fluent_channel_share_28_regular:before {
    content: "\e2d6";
}
.icon-ic_fluent_channel_share_48_regular:before {
    content: "\e2d7";
}
.icon-ic_fluent_people_error_16_regular:before {
    content: "\e8f8";
}
.icon-ic_fluent_people_error_20_regular:before {
    content: "\e8f9";
}
.icon-ic_fluent_people_error_24_regular:before {
    content: "\e8fa";
}
.icon-ic_fluent_puzzle_cube_16_regular:before {
    content: "\e9e2";
}
.icon-ic_fluent_puzzle_cube_20_regular:before {
    content: "\e9e3";
}
.icon-ic_fluent_puzzle_cube_24_regular:before {
    content: "\e9e4";
}
.icon-ic_fluent_puzzle_cube_28_regular:before {
    content: "\e9e5";
}
.icon-ic_fluent_puzzle_cube_48_regular:before {
    content: "\e9e6";
}
.icon-ic_fluent_arrow_circle_down_right_16_regular:before {
    content: "\e08e";
}
.icon-ic_fluent_arrow_circle_down_right_24_regular:before {
    content: "\e090";
}
.icon-ic_fluent_arrow_circle_right_24_regular:before {
    content: "\e09c";
}
.icon-ic_fluent_arrow_circle_up_16_regular:before {
    content: "\e0a1";
}
.icon-ic_fluent_arrow_circle_up_20_regular:before {
    content: "\e0a2";
}
.icon-ic_fluent_arrow_circle_up_24_regular:before {
    content: "\e0a3";
}
.icon-ic_fluent_arrow_circle_up_left_24_regular:before {
    content: "\e0a8";
}
.icon-ic_fluent_arrow_enter_left_20_regular:before {
    content: "\e0c0";
}
.icon-ic_fluent_arrow_enter_left_24_regular:before {
    content: "\e0c1";
}
.icon-ic_fluent_arrow_export_ltr_20_regular:before {
    content: "\e0c7";
}
.icon-ic_fluent_arrow_export_ltr_24_regular:before {
    content: "\e0c8";
}
.icon-ic_fluent_arrow_square_down_24_regular:before {
    content: "\e0f7";
}
.icon-ic_fluent_arrow_undo_32_regular:before {
    content: "\e128";
}
.icon-ic_fluent_arrow_undo_48_regular:before {
    content: "\e129";
}
.icon-ic_fluent_auto_fit_height_24_regular:before {
    content: "\e138";
}
.icon-ic_fluent_auto_fit_width_24_regular:before {
    content: "\e13a";
}
.icon-ic_fluent_briefcase_medical_24_regular:before {
    content: "\e1ee";
}
.icon-ic_fluent_briefcase_medical_32_regular:before {
    content: "\e1ef";
}
.icon-ic_fluent_building_factory_24_regular:before {
    content: "\e218";
}
.icon-ic_fluent_calendar_arrow_down_24_regular:before {
    content: "\e23c";
}
.icon-ic_fluent_call_16_regular:before {
    content: "\e26f";
}
.icon-ic_fluent_call_20_regular:before {
    content: "\e270";
}
.icon-ic_fluent_call_24_regular:before {
    content: "\e271";
}
.icon-ic_fluent_call_28_regular:before {
    content: "\e272";
}
.icon-ic_fluent_call_missed_20_regular:before {
    content: "\e283";
}
.icon-ic_fluent_call_prohibited_16_regular:before {
    content: "\e28d";
}
.icon-ic_fluent_call_prohibited_20_regular:before {
    content: "\e28e";
}
.icon-ic_fluent_call_prohibited_24_regular:before {
    content: "\e28f";
}
.icon-ic_fluent_call_prohibited_28_regular:before {
    content: "\e290";
}
.icon-ic_fluent_call_prohibited_48_regular:before {
    content: "\e291";
}
.icon-ic_fluent_center_horizontal_24_regular:before {
    content: "\e2b9";
}
.icon-ic_fluent_center_vertical_24_regular:before {
    content: "\e2bb";
}
.icon-ic_fluent_chevron_circle_down_24_regular:before {
    content: "\e310";
}
.icon-ic_fluent_chevron_circle_right_24_regular:before {
    content: "\e31e";
}
.icon-ic_fluent_clipboard_image_24_regular:before {
    content: "\e357";
}
.icon-ic_fluent_comment_arrow_left_24_regular:before {
    content: "\e3de";
}
.icon-ic_fluent_comment_arrow_right_24_regular:before {
    content: "\e3e4";
}
.icon-ic_fluent_comment_dismiss_24_regular:before {
    content: "\e3ee";
}
.icon-ic_fluent_component_2_double_tap_swipe_down_24_regular:before {
    content: "\e407";
}
.icon-ic_fluent_component_2_double_tap_swipe_up_24_regular:before {
    content: "\e408";
}
.icon-ic_fluent_copy_arrow_right_16_regular:before {
    content: "\e421";
}
.icon-ic_fluent_copy_arrow_right_24_regular:before {
    content: "\e423";
}
.icon-ic_fluent_currency_dollar_euro_16_regular:before {
    content: "\e43d";
}
.icon-ic_fluent_currency_dollar_euro_20_regular:before {
    content: "\e43e";
}
.icon-ic_fluent_currency_dollar_euro_24_regular:before {
    content: "\e43f";
}
.icon-ic_fluent_delete_dismiss_24_regular:before {
    content: "\e47f";
}
.icon-ic_fluent_delete_dismiss_28_regular:before {
    content: "\e480";
}
.icon-ic_fluent_document_prohibited_20_regular:before {
    content: "\e52e";
}
.icon-ic_fluent_document_prohibited_24_regular:before {
    content: "\e52f";
}
.icon-ic_fluent_document_sync_24_regular:before {
    content: "\e549";
}
.icon-ic_fluent_drink_to_go_24_regular:before {
    content: "\e589";
}
.icon-ic_fluent_fluent_24_regular:before {
    content: "\e63d";
}
.icon-ic_fluent_folder_arrow_right_16_regular:before {
    content: "\e64b";
}
.icon-ic_fluent_folder_arrow_right_20_regular:before {
    content: "\e64c";
}
.icon-ic_fluent_folder_arrow_right_24_regular:before {
    content: "\e64d";
}
.icon-ic_fluent_folder_arrow_right_28_regular:before {
    content: "\e64e";
}
.icon-ic_fluent_folder_arrow_right_48_regular:before {
    content: "\e64f";
}
.icon-ic_fluent_folder_arrow_up_48_regular:before {
    content: "\e654";
}
.icon-ic_fluent_folder_prohibited_20_regular:before {
    content: "\e65c";
}
.icon-ic_fluent_folder_prohibited_24_regular:before {
    content: "\e65d";
}
.icon-ic_fluent_folder_prohibited_28_regular:before {
    content: "\e65e";
}
.icon-ic_fluent_folder_prohibited_48_regular:before {
    content: "\e65f";
}
.icon-ic_fluent_folder_swap_16_regular:before {
    content: "\e660";
}
.icon-ic_fluent_folder_swap_20_regular:before {
    content: "\e661";
}
.icon-ic_fluent_folder_swap_24_regular:before {
    content: "\e662";
}
.icon-ic_fluent_full_screen_maximize_24_regular:before {
    content: "\e685";
}
.icon-ic_fluent_full_screen_minimize_24_regular:before {
    content: "\e688";
}
.icon-ic_fluent_image_multiple_20_regular:before {
    content: "\e725";
}
.icon-ic_fluent_image_multiple_24_regular:before {
    content: "\e726";
}
.icon-ic_fluent_image_multiple_28_regular:before {
    content: "\e727";
}
.icon-ic_fluent_leaf_one_16_regular:before {
    content: "\e759";
}
.icon-ic_fluent_leaf_one_20_regular:before {
    content: "\e75a";
}
.icon-ic_fluent_leaf_one_24_regular:before {
    content: "\e75b";
}
.icon-ic_fluent_link_dismiss_20_regular:before {
    content: "\e773";
}
.icon-ic_fluent_location_dismiss_24_regular:before {
    content: "\e787";
}
.icon-ic_fluent_lock_closed_12_regular:before {
    content: "\e78d";
}
.icon-ic_fluent_lock_closed_16_regular:before {
    content: "\e78e";
}
.icon-ic_fluent_lock_closed_20_regular:before {
    content: "\e78f";
}
.icon-ic_fluent_lock_closed_24_regular:before {
    content: "\e790";
}
.icon-ic_fluent_lock_open_20_regular:before {
    content: "\e795";
}
.icon-ic_fluent_lock_open_24_regular:before {
    content: "\e796";
}
.icon-ic_fluent_lock_open_28_regular:before {
    content: "\e797";
}
.icon-ic_fluent_mail_inbox_all_24_regular:before {
    content: "\e7b7";
}
.icon-ic_fluent_mail_inbox_arrow_right_24_regular:before {
    content: "\e7ba";
}
.icon-ic_fluent_mail_inbox_arrow_up_20_regular:before {
    content: "\e7bb";
}
.icon-ic_fluent_mail_inbox_arrow_up_24_regular:before {
    content: "\e7bc";
}
.icon-ic_fluent_mail_off_24_regular:before {
    content: "\e7ca";
}
.icon-ic_fluent_more_horizontal_16_regular:before {
    content: "\e823";
}
.icon-ic_fluent_more_horizontal_20_regular:before {
    content: "\e824";
}
.icon-ic_fluent_more_horizontal_24_regular:before {
    content: "\e825";
}
.icon-ic_fluent_more_horizontal_28_regular:before {
    content: "\e826";
}
.icon-ic_fluent_more_horizontal_48_regular:before {
    content: "\e828";
}
.icon-ic_fluent_music_note_1_20_regular:before {
    content: "\e851";
}
.icon-ic_fluent_music_note_1_24_regular:before {
    content: "\e852";
}
.icon-ic_fluent_music_note_2_16_regular:before {
    content: "\e853";
}
.icon-ic_fluent_music_note_2_24_regular:before {
    content: "\e855";
}
.icon-ic_fluent_people_team_delete_24_regular:before {
    content: "\e915";
}
.icon-ic_fluent_phone_add_24_regular:before {
    content: "\e955";
}
.icon-ic_fluent_phone_arrow_right_20_regular:before {
    content: "\e956";
}
.icon-ic_fluent_phone_arrow_right_24_regular:before {
    content: "\e957";
}
.icon-ic_fluent_phone_dismiss_24_regular:before {
    content: "\e95b";
}
.icon-ic_fluent_phone_lock_24_regular:before {
    content: "\e964";
}
.icon-ic_fluent_phone_span_in_16_regular:before {
    content: "\e969";
}
.icon-ic_fluent_phone_span_in_20_regular:before {
    content: "\e96a";
}
.icon-ic_fluent_phone_span_in_24_regular:before {
    content: "\e96b";
}
.icon-ic_fluent_phone_span_in_28_regular:before {
    content: "\e96c";
}
.icon-ic_fluent_phone_span_out_16_regular:before {
    content: "\e96d";
}
.icon-ic_fluent_phone_span_out_20_regular:before {
    content: "\e96e";
}
.icon-ic_fluent_phone_span_out_24_regular:before {
    content: "\e96f";
}
.icon-ic_fluent_phone_span_out_28_regular:before {
    content: "\e970";
}
.icon-ic_fluent_position_backward_20_regular:before {
    content: "\e9a8";
}
.icon-ic_fluent_position_backward_24_regular:before {
    content: "\e9a9";
}
.icon-ic_fluent_position_forward_20_regular:before {
    content: "\e9aa";
}
.icon-ic_fluent_position_forward_24_regular:before {
    content: "\e9ab";
}
.icon-ic_fluent_position_to_back_20_regular:before {
    content: "\e9ac";
}
.icon-ic_fluent_position_to_back_24_regular:before {
    content: "\e9ad";
}
.icon-ic_fluent_position_to_front_20_regular:before {
    content: "\e9ae";
}
.icon-ic_fluent_position_to_front_24_regular:before {
    content: "\e9af";
}
.icon-ic_fluent_resize_large_16_regular:before {
    content: "\ea15";
}
.icon-ic_fluent_resize_large_20_regular:before {
    content: "\ea16";
}
.icon-ic_fluent_resize_large_24_regular:before {
    content: "\ea17";
}
.icon-ic_fluent_resize_small_16_regular:before {
    content: "\ea18";
}
.icon-ic_fluent_resize_small_20_regular:before {
    content: "\ea19";
}
.icon-ic_fluent_resize_small_24_regular:before {
    content: "\ea1a";
}
.icon-ic_fluent_save_edit_20_regular:before {
    content: "\ea48";
}
.icon-ic_fluent_save_edit_24_regular:before {
    content: "\ea49";
}
.icon-ic_fluent_search_visual_16_regular:before {
    content: "\ea82";
}
.icon-ic_fluent_search_visual_20_regular:before {
    content: "\ea83";
}
.icon-ic_fluent_search_visual_24_regular:before {
    content: "\ea84";
}
.icon-ic_fluent_select_all_on_24_regular:before {
    content: "\ea87";
}
.icon-ic_fluent_share_screen_start_20_regular:before {
    content: "\eaba";
}
.icon-ic_fluent_share_screen_start_24_regular:before {
    content: "\eabb";
}
.icon-ic_fluent_share_screen_start_28_regular:before {
    content: "\eabc";
}
.icon-ic_fluent_share_screen_stop_16_regular:before {
    content: "\eabe";
}
.icon-ic_fluent_share_screen_stop_20_regular:before {
    content: "\eabf";
}
.icon-ic_fluent_share_screen_stop_24_regular:before {
    content: "\eac0";
}
.icon-ic_fluent_share_screen_stop_28_regular:before {
    content: "\eac1";
}
.icon-ic_fluent_share_screen_stop_48_regular:before {
    content: "\eac2";
}
.icon-ic_fluent_shield_dismiss_16_regular:before {
    content: "\eacc";
}
.icon-ic_fluent_shifts_prohibited_24_regular:before {
    content: "\eae6";
}
.icon-ic_fluent_shifts_question_mark_24_regular:before {
    content: "\eae8";
}
.icon-ic_fluent_speaker_2_16_regular:before {
    content: "\eb41";
}
.icon-ic_fluent_speaker_2_20_regular:before {
    content: "\eb42";
}
.icon-ic_fluent_speaker_2_24_regular:before {
    content: "\eb43";
}
.icon-ic_fluent_speaker_2_28_regular:before {
    content: "\eb44";
}
.icon-ic_fluent_speaker_2_48_regular:before {
    content: "\eb46";
}
.icon-ic_fluent_speaker_mute_16_regular:before {
    content: "\eb49";
}
.icon-ic_fluent_speaker_mute_20_regular:before {
    content: "\eb4a";
}
.icon-ic_fluent_speaker_mute_24_regular:before {
    content: "\eb4b";
}
.icon-ic_fluent_speaker_mute_28_regular:before {
    content: "\eb4c";
}
.icon-ic_fluent_speaker_mute_48_regular:before {
    content: "\eb4d";
}
.icon-ic_fluent_star_arrow_right_end_24_regular:before {
    content: "\eba2";
}
.icon-ic_fluent_subtract_12_regular:before {
    content: "\ebce";
}
.icon-ic_fluent_subtract_16_regular:before {
    content: "\ebcf";
}
.icon-ic_fluent_subtract_20_regular:before {
    content: "\ebd0";
}
.icon-ic_fluent_subtract_24_regular:before {
    content: "\ebd1";
}
.icon-ic_fluent_subtract_28_regular:before {
    content: "\ebd2";
}
.icon-ic_fluent_subtract_48_regular:before {
    content: "\ebd3";
}
.icon-ic_fluent_tab_add_20_regular:before {
    content: "\ebe5";
}
.icon-ic_fluent_tab_add_24_regular:before {
    content: "\ebe6";
}
.icon-ic_fluent_tab_arrow_left_24_regular:before {
    content: "\ebe8";
}
.icon-ic_fluent_tab_shield_dismiss_20_regular:before {
    content: "\ebf2";
}
.icon-ic_fluent_tab_shield_dismiss_24_regular:before {
    content: "\ebf3";
}
.icon-ic_fluent_table_delete_column_24_regular:before {
    content: "\ec0d";
}
.icon-ic_fluent_table_delete_row_24_regular:before {
    content: "\ec11";
}
.icon-ic_fluent_table_freeze_column_and_row_24_regular:before {
    content: "\ec1f";
}
.icon-ic_fluent_table_insert_column_24_regular:before {
    content: "\ec27";
}
.icon-ic_fluent_table_insert_row_24_regular:before {
    content: "\ec2b";
}
.icon-ic_fluent_table_move_above_24_regular:before {
    content: "\ec37";
}
.icon-ic_fluent_table_move_below_24_regular:before {
    content: "\ec3b";
}
.icon-ic_fluent_table_resize_column_24_regular:before {
    content: "\ec46";
}
.icon-ic_fluent_table_resize_row_24_regular:before {
    content: "\ec4a";
}
.icon-ic_fluent_table_stack_above_24_regular:before {
    content: "\ec58";
}
.icon-ic_fluent_table_stack_below_24_regular:before {
    content: "\ec5c";
}
.icon-ic_fluent_table_stack_left_24_regular:before {
    content: "\ec60";
}
.icon-ic_fluent_table_stack_right_24_regular:before {
    content: "\ec64";
}
.icon-ic_fluent_tag_question_mark_16_regular:before {
    content: "\ec82";
}
.icon-ic_fluent_tag_question_mark_24_regular:before {
    content: "\ec84";
}
.icon-ic_fluent_text_grammar_arrow_left_20_regular:before {
    content: "\ed11";
}
.icon-ic_fluent_text_grammar_arrow_left_24_regular:before {
    content: "\ed12";
}
.icon-ic_fluent_text_grammar_arrow_right_20_regular:before {
    content: "\ed13";
}
.icon-ic_fluent_text_grammar_arrow_right_24_regular:before {
    content: "\ed14";
}
.icon-ic_fluent_text_grammar_checkmark_20_regular:before {
    content: "\ed15";
}
.icon-ic_fluent_text_grammar_checkmark_24_regular:before {
    content: "\ed16";
}
.icon-ic_fluent_text_grammar_dismiss_20_regular:before {
    content: "\ed17";
}
.icon-ic_fluent_text_grammar_dismiss_24_regular:before {
    content: "\ed18";
}
.icon-ic_fluent_text_grammar_settings_20_regular:before {
    content: "\ed1a";
}
.icon-ic_fluent_text_grammar_settings_24_regular:before {
    content: "\ed1b";
}
.icon-ic_fluent_text_grammar_wand_16_regular:before {
    content: "\ed1c";
}
.icon-ic_fluent_text_grammar_wand_20_regular:before {
    content: "\ed1d";
}
.icon-ic_fluent_text_grammar_wand_24_regular:before {
    content: "\ed1e";
}
.icon-ic_fluent_text_number_format_20_regular:before {
    content: "\ed39";
}
.icon-ic_fluent_text_paragraph_20_regular:before {
    content: "\ed42";
}
.icon-ic_fluent_text_paragraph_24_regular:before {
    content: "\ed43";
}
.icon-ic_fluent_text_paragraph_direction_20_regular:before {
    content: "\ed44";
}
.icon-ic_fluent_text_paragraph_direction_24_regular:before {
    content: "\ed45";
}
.icon-ic_fluent_text_position_behind_20_regular:before {
    content: "\ed4b";
}
.icon-ic_fluent_text_position_behind_24_regular:before {
    content: "\ed4c";
}
.icon-ic_fluent_text_position_front_20_regular:before {
    content: "\ed4d";
}
.icon-ic_fluent_text_position_front_24_regular:before {
    content: "\ed4e";
}
.icon-ic_fluent_text_position_line_20_regular:before {
    content: "\ed4f";
}
.icon-ic_fluent_text_position_line_24_regular:before {
    content: "\ed50";
}
.icon-ic_fluent_text_position_square_20_regular:before {
    content: "\ed51";
}
.icon-ic_fluent_text_position_square_24_regular:before {
    content: "\ed52";
}
.icon-ic_fluent_text_position_through_20_regular:before {
    content: "\ed53";
}
.icon-ic_fluent_text_position_through_24_regular:before {
    content: "\ed54";
}
.icon-ic_fluent_text_position_tight_20_regular:before {
    content: "\ed55";
}
.icon-ic_fluent_text_position_tight_24_regular:before {
    content: "\ed56";
}
.icon-ic_fluent_text_position_top_bottom_20_regular:before {
    content: "\ed57";
}
.icon-ic_fluent_text_position_top_bottom_24_regular:before {
    content: "\ed58";
}
.icon-ic_fluent_textbox_align_center_20_regular:before {
    content: "\ed6d";
}
.icon-ic_fluent_textbox_align_center_24_regular:before {
    content: "\ed6e";
}
.icon-ic_fluent_thumb_like_16_regular:before {
    content: "\ed78";
}
.icon-ic_fluent_ticket_horizontal_20_regular:before {
    content: "\ed7f";
}
.icon-ic_fluent_ticket_horizontal_24_regular:before {
    content: "\ed80";
}
.icon-ic_fluent_wand_16_regular:before {
    content: "\ee36";
}
.icon-ic_fluent_wand_20_regular:before {
    content: "\ee37";
}
.icon-ic_fluent_wand_24_regular:before {
    content: "\ee38";
}
.icon-ic_fluent_wand_28_regular:before {
    content: "\ee39";
}
.icon-ic_fluent_wand_48_regular:before {
    content: "\ee3a";
}
.icon-ic_fluent_window_arrow_up_24_regular:before {
    content: "\ee6c";
}
.icon-ic_fluent_window_header_horizontal_20_regular:before {
    content: "\ee74";
}
.icon-ic_fluent_window_header_vertical_20_regular:before {
    content: "\ee76";
}
.icon-ic_fluent_accessibility_32_regular:before {
    content: "\e001";
}
.icon-ic_fluent_accessibility_checkmark_24_regular:before {
    content: "\e004";
}
.icon-ic_fluent_add_circle_16_regular:before {
    content: "\e005";
}
.icon-ic_fluent_add_circle_32_regular:before {
    content: "\e006";
}
.icon-ic_fluent_animal_rabbit_16_regular:before {
    content: "\e050";
}
.icon-ic_fluent_animal_rabbit_20_regular:before {
    content: "\e051";
}
.icon-ic_fluent_animal_rabbit_24_regular:before {
    content: "\e052";
}
.icon-ic_fluent_animal_rabbit_28_regular:before {
    content: "\e053";
}
.icon-ic_fluent_animal_turtle_16_regular:before {
    content: "\e054";
}
.icon-ic_fluent_animal_turtle_20_regular:before {
    content: "\e055";
}
.icon-ic_fluent_animal_turtle_24_regular:before {
    content: "\e056";
}
.icon-ic_fluent_animal_turtle_28_regular:before {
    content: "\e057";
}
.icon-ic_fluent_book_contacts_20_regular:before {
    content: "\e16a";
}
.icon-ic_fluent_book_contacts_24_regular:before {
    content: "\e16b";
}
.icon-ic_fluent_book_contacts_28_regular:before {
    content: "\e16c";
}
.icon-ic_fluent_book_open_globe_20_regular:before {
    content: "\e17d";
}
.icon-ic_fluent_calligraphy_pen_checkmark_20_regular:before {
    content: "\e296";
}
.icon-ic_fluent_calligraphy_pen_question_mark_20_regular:before {
    content: "\e298";
}
.icon-ic_fluent_cellular_5g_24_regular:before {
    content: "\e2b3";
}
.icon-ic_fluent_checkbox_1_24_regular:before {
    content: "\e2f7";
}
.icon-ic_fluent_checkbox_2_24_regular:before {
    content: "\e2f9";
}
.icon-ic_fluent_checkbox_arrow_right_24_regular:before {
    content: "\e2fb";
}
.icon-ic_fluent_checkbox_person_24_regular:before {
    content: "\e302";
}
.icon-ic_fluent_checkbox_warning_24_regular:before {
    content: "\e304";
}
.icon-ic_fluent_circle_edit_24_regular:before {
    content: "\e335";
}
.icon-ic_fluent_clock_32_regular:before {
    content: "\e36e";
}
.icon-ic_fluent_cloud_16_regular:before {
    content: "\e382";
}
.icon-ic_fluent_cloud_32_regular:before {
    content: "\e384";
}
.icon-ic_fluent_comment_note_24_regular:before {
    content: "\e3ff";
}
.icon-ic_fluent_content_settings_32_regular:before {
    content: "\e417";
}
.icon-ic_fluent_desktop_mac_16_regular:before {
    content: "\e498";
}
.icon-ic_fluent_desktop_mac_32_regular:before {
    content: "\e49b";
}
.icon-ic_fluent_document_arrow_right_24_regular:before {
    content: "\e4e7";
}
.icon-ic_fluent_document_checkmark_24_regular:before {
    content: "\e4f2";
}
.icon-ic_fluent_dual_screen_dismiss_24_regular:before {
    content: "\e59e";
}
.icon-ic_fluent_dual_screen_speaker_24_regular:before {
    content: "\e5a8";
}
.icon-ic_fluent_filter_dismiss_24_regular:before {
    content: "\e60e";
}
.icon-ic_fluent_filter_sync_24_regular:before {
    content: "\e610";
}
.icon-ic_fluent_folder_16_regular:before {
    content: "\e643";
}
.icon-ic_fluent_folder_32_regular:before {
    content: "\e644";
}
.icon-ic_fluent_globe_person_24_regular:before {
    content: "\e6b8";
}
.icon-ic_fluent_home_person_24_regular:before {
    content: "\e718";
}
.icon-ic_fluent_image_globe_24_regular:before {
    content: "\e723";
}
.icon-ic_fluent_inking_tool_32_regular:before {
    content: "\e73a";
}
.icon-ic_fluent_key_16_regular:before {
    content: "\e740";
}
.icon-ic_fluent_key_32_regular:before {
    content: "\e741";
}
.icon-ic_fluent_line_style_24_regular:before {
    content: "\e76f";
}
.icon-ic_fluent_math_formula_16_regular:before {
    content: "\e7e1";
}
.icon-ic_fluent_math_formula_32_regular:before {
    content: "\e7e4";
}
.icon-ic_fluent_notebook_add_24_regular:before {
    content: "\e873";
}
.icon-ic_fluent_notebook_section_arrow_right_24_regular:before {
    content: "\e87a";
}
.icon-ic_fluent_notebook_subsection_24_regular:before {
    content: "\e87c";
}
.icon-ic_fluent_orientation_20_regular:before {
    content: "\e89f";
}
.icon-ic_fluent_people_32_regular:before {
    content: "\e8ec";
}
.icon-ic_fluent_person_note_24_regular:before {
    content: "\e93f";
}
.icon-ic_fluent_phone_laptop_16_regular:before {
    content: "\e960";
}
.icon-ic_fluent_phone_laptop_32_regular:before {
    content: "\e961";
}
.icon-ic_fluent_phone_speaker_24_regular:before {
    content: "\e972";
}
.icon-ic_fluent_pi_24_regular:before {
    content: "\e97b";
}
.icon-ic_fluent_premium_32_regular:before {
    content: "\e9b1";
}
.icon-ic_fluent_receipt_20_regular:before {
    content: "\e9fe";
}
.icon-ic_fluent_receipt_24_regular:before {
    content: "\e9ff";
}
.icon-ic_fluent_rss_24_regular:before {
    content: "\ea3e";
}
.icon-ic_fluent_screen_cut_20_regular:before {
    content: "\ea77";
}
.icon-ic_fluent_screen_person_20_regular:before {
    content: "\ea78";
}
.icon-ic_fluent_shape_exclude_16_regular:before {
    content: "\ea98";
}
.icon-ic_fluent_shape_exclude_20_regular:before {
    content: "\ea99";
}
.icon-ic_fluent_shape_exclude_24_regular:before {
    content: "\ea9a";
}
.icon-ic_fluent_shape_intersect_16_regular:before {
    content: "\ea9b";
}
.icon-ic_fluent_shape_intersect_20_regular:before {
    content: "\ea9c";
}
.icon-ic_fluent_shape_intersect_24_regular:before {
    content: "\ea9d";
}
.icon-ic_fluent_shape_subtract_16_regular:before {
    content: "\ea9e";
}
.icon-ic_fluent_shape_subtract_20_regular:before {
    content: "\ea9f";
}
.icon-ic_fluent_shape_subtract_24_regular:before {
    content: "\eaa0";
}
.icon-ic_fluent_shape_union_16_regular:before {
    content: "\eaa1";
}
.icon-ic_fluent_shape_union_20_regular:before {
    content: "\eaa2";
}
.icon-ic_fluent_shape_union_24_regular:before {
    content: "\eaa3";
}
.icon-ic_fluent_shifts_16_regular:before {
    content: "\eadb";
}
.icon-ic_fluent_slide_settings_24_regular:before {
    content: "\eb24";
}
.icon-ic_fluent_slide_transition_24_regular:before {
    content: "\eb2c";
}
.icon-ic_fluent_star_emphasis_32_regular:before {
    content: "\ebab";
}
.icon-ic_fluent_table_32_regular:before {
    content: "\ebf6";
}
.icon-ic_fluent_table_cell_edit_24_regular:before {
    content: "\ec03";
}
.icon-ic_fluent_tablet_speaker_24_regular:before {
    content: "\ec6e";
}
.icon-ic_fluent_target_32_regular:before {
    content: "\ec90";
}
.icon-ic_fluent_timer_3_24_regular:before {
    content: "\ed8b";
}
.icon-ic_fluent_voicemail_28_regular:before {
    content: "\ee24";
}
.icon-ic_fluent_walkie_talkie_20_regular:before {
    content: "\ee2a";
}
.icon-ic_fluent_warning_shield_20_regular:before {
    content: "\ee3d";
}
.icon-ic_fluent_add_subtract_circle_16_regular:before {
    content: "\e00a";
}
.icon-ic_fluent_add_subtract_circle_20_regular:before {
    content: "\e00b";
}
.icon-ic_fluent_add_subtract_circle_24_regular:before {
    content: "\e00c";
}
.icon-ic_fluent_add_subtract_circle_28_regular:before {
    content: "\e00d";
}
.icon-ic_fluent_add_subtract_circle_48_regular:before {
    content: "\e00e";
}
.icon-ic_fluent_beach_16_regular:before {
    content: "\e148";
}
.icon-ic_fluent_beach_20_regular:before {
    content: "\e149";
}
.icon-ic_fluent_beach_24_regular:before {
    content: "\e14a";
}
.icon-ic_fluent_beach_28_regular:before {
    content: "\e14b";
}
.icon-ic_fluent_building_16_regular:before {
    content: "\e20a";
}
.icon-ic_fluent_calendar_edit_16_regular:before {
    content: "\e245";
}
.icon-ic_fluent_calendar_edit_20_regular:before {
    content: "\e246";
}
.icon-ic_fluent_calendar_edit_24_regular:before {
    content: "\e247";
}
.icon-ic_fluent_calendar_ltr_20_regular:before {
    content: "\e24e";
}
.icon-ic_fluent_calendar_ltr_24_regular:before {
    content: "\e24f";
}
.icon-ic_fluent_calendar_ltr_28_regular:before {
    content: "\e250";
}
.icon-ic_fluent_calendar_rtl_20_regular:before {
    content: "\e263";
}
.icon-ic_fluent_calendar_rtl_24_regular:before {
    content: "\e264";
}
.icon-ic_fluent_calendar_rtl_28_regular:before {
    content: "\e265";
}
.icon-ic_fluent_circle_small_20_regular:before {
    content: "\e33e";
}
.icon-ic_fluent_clipboard_16_regular:before {
    content: "\e342";
}
.icon-ic_fluent_clipboard_arrow_right_16_regular:before {
    content: "\e344";
}
.icon-ic_fluent_clipboard_arrow_right_20_regular:before {
    content: "\e345";
}
.icon-ic_fluent_clipboard_arrow_right_24_regular:before {
    content: "\e346";
}
.icon-ic_fluent_clipboard_text_ltr_20_regular:before {
    content: "\e369";
}
.icon-ic_fluent_clipboard_text_ltr_24_regular:before {
    content: "\e36a";
}
.icon-ic_fluent_clipboard_text_rtl_20_regular:before {
    content: "\e36c";
}
.icon-ic_fluent_clipboard_text_rtl_24_regular:before {
    content: "\e36d";
}
.icon-ic_fluent_cube_sync_24_regular:before {
    content: "\e43a";
}
.icon-ic_fluent_document_question_mark_16_regular:before {
    content: "\e530";
}
.icon-ic_fluent_document_question_mark_20_regular:before {
    content: "\e531";
}
.icon-ic_fluent_document_question_mark_24_regular:before {
    content: "\e532";
}
.icon-ic_fluent_door_arrow_left_20_regular:before {
    content: "\e565";
}
.icon-ic_fluent_drop_12_regular:before {
    content: "\e58e";
}
.icon-ic_fluent_drop_16_regular:before {
    content: "\e58f";
}
.icon-ic_fluent_drop_20_regular:before {
    content: "\e590";
}
.icon-ic_fluent_drop_24_regular:before {
    content: "\e591";
}
.icon-ic_fluent_drop_28_regular:before {
    content: "\e592";
}
.icon-ic_fluent_drop_48_regular:before {
    content: "\e593";
}
.icon-ic_fluent_dumbbell_16_regular:before {
    content: "\e5ae";
}
.icon-ic_fluent_dumbbell_20_regular:before {
    content: "\e5af";
}
.icon-ic_fluent_dumbbell_24_regular:before {
    content: "\e5b0";
}
.icon-ic_fluent_dumbbell_28_regular:before {
    content: "\e5b1";
}
.icon-ic_fluent_edit_off_20_regular:before {
    content: "\e5b7";
}
.icon-ic_fluent_eyedropper_20_regular:before {
    content: "\e5fd";
}
.icon-ic_fluent_eyedropper_24_regular:before {
    content: "\e5fe";
}
.icon-ic_fluent_flag_off_16_regular:before {
    content: "\e615";
}
.icon-ic_fluent_flag_off_20_regular:before {
    content: "\e616";
}
.icon-ic_fluent_fps_120_20_regular:before {
    content: "\e675";
}
.icon-ic_fluent_fps_120_24_regular:before {
    content: "\e676";
}
.icon-ic_fluent_fps_240_20_regular:before {
    content: "\e677";
}
.icon-ic_fluent_guitar_16_regular:before {
    content: "\e6d2";
}
.icon-ic_fluent_guitar_20_regular:before {
    content: "\e6d3";
}
.icon-ic_fluent_guitar_24_regular:before {
    content: "\e6d4";
}
.icon-ic_fluent_guitar_28_regular:before {
    content: "\e6d5";
}
.icon-ic_fluent_key_command_16_regular:before {
    content: "\e742";
}
.icon-ic_fluent_more_vertical_16_regular:before {
    content: "\e829";
}
.icon-ic_fluent_people_checkmark_20_regular:before {
    content: "\e8f3";
}
.icon-ic_fluent_people_checkmark_24_regular:before {
    content: "\e8f4";
}
.icon-ic_fluent_play_circle_16_regular:before {
    content: "\e993";
}
.icon-ic_fluent_play_circle_20_regular:before {
    content: "\e994";
}
.icon-ic_fluent_play_circle_28_regular:before {
    content: "\e995";
}
.icon-ic_fluent_re_order_dots_horizontal_16_regular:before {
    content: "\e9f4";
}
.icon-ic_fluent_re_order_dots_horizontal_20_regular:before {
    content: "\e9f5";
}
.icon-ic_fluent_re_order_dots_horizontal_24_regular:before {
    content: "\e9f6";
}
.icon-ic_fluent_re_order_dots_vertical_16_regular:before {
    content: "\e9f7";
}
.icon-ic_fluent_re_order_dots_vertical_20_regular:before {
    content: "\e9f8";
}
.icon-ic_fluent_re_order_dots_vertical_24_regular:before {
    content: "\e9f9";
}
.icon-ic_fluent_scale_fill_20_regular:before {
    content: "\ea4f";
}
.icon-ic_fluent_skip_back_10_20_regular:before {
    content: "\eafb";
}
.icon-ic_fluent_skip_forward_10_20_regular:before {
    content: "\eb00";
}
.icon-ic_fluent_skip_forward_30_20_regular:before {
    content: "\eb05";
}
.icon-ic_fluent_slide_eraser_24_regular:before {
    content: "\eb16";
}
.icon-ic_fluent_split_horizontal_12_regular:before {
    content: "\eb57";
}
.icon-ic_fluent_split_horizontal_16_regular:before {
    content: "\eb58";
}
.icon-ic_fluent_split_horizontal_20_regular:before {
    content: "\eb59";
}
.icon-ic_fluent_split_horizontal_24_regular:before {
    content: "\eb5a";
}
.icon-ic_fluent_split_horizontal_28_regular:before {
    content: "\eb5b";
}
.icon-ic_fluent_split_horizontal_32_regular:before {
    content: "\eb5c";
}
.icon-ic_fluent_split_horizontal_48_regular:before {
    content: "\eb5d";
}
.icon-ic_fluent_split_vertical_12_regular:before {
    content: "\eb5e";
}
.icon-ic_fluent_split_vertical_16_regular:before {
    content: "\eb5f";
}
.icon-ic_fluent_split_vertical_20_regular:before {
    content: "\eb60";
}
.icon-ic_fluent_split_vertical_24_regular:before {
    content: "\eb61";
}
.icon-ic_fluent_split_vertical_28_regular:before {
    content: "\eb62";
}
.icon-ic_fluent_split_vertical_32_regular:before {
    content: "\eb63";
}
.icon-ic_fluent_split_vertical_48_regular:before {
    content: "\eb64";
}
.icon-ic_fluent_sport_soccer_20_regular:before {
    content: "\eb71";
}
.icon-ic_fluent_sport_soccer_24_regular:before {
    content: "\eb72";
}
.icon-ic_fluent_symbols_20_regular:before {
    content: "\ebe1";
}
.icon-ic_fluent_table_delete_column_20_regular:before {
    content: "\ec0c";
}
.icon-ic_fluent_table_delete_row_20_regular:before {
    content: "\ec10";
}
.icon-ic_fluent_table_stack_above_20_regular:before {
    content: "\ec57";
}
.icon-ic_fluent_table_stack_left_20_regular:before {
    content: "\ec5f";
}
.icon-ic_fluent_table_stack_right_20_regular:before {
    content: "\ec63";
}
.icon-ic_fluent_task_list_ltr_20_regular:before {
    content: "\ec92";
}
.icon-ic_fluent_task_list_ltr_24_regular:before {
    content: "\ec93";
}
.icon-ic_fluent_task_list_rtl_20_regular:before {
    content: "\ec94";
}
.icon-ic_fluent_task_list_rtl_24_regular:before {
    content: "\ec95";
}
.icon-ic_fluent_tetris_app_16_regular:before {
    content: "\eca7";
}
.icon-ic_fluent_tetris_app_20_regular:before {
    content: "\eca8";
}
.icon-ic_fluent_tetris_app_24_regular:before {
    content: "\eca9";
}
.icon-ic_fluent_tetris_app_28_regular:before {
    content: "\ecaa";
}
.icon-ic_fluent_tetris_app_32_regular:before {
    content: "\ecab";
}
.icon-ic_fluent_tetris_app_48_regular:before {
    content: "\ecac";
}
.icon-ic_fluent_text_bullet_list_ltr_20_regular:before {
    content: "\ecd9";
}
.icon-ic_fluent_text_bullet_list_ltr_24_regular:before {
    content: "\ecda";
}
.icon-ic_fluent_text_bullet_list_rtl_20_regular:before {
    content: "\ece0";
}
.icon-ic_fluent_text_bullet_list_rtl_24_regular:before {
    content: "\ece1";
}
.icon-ic_fluent_vehicle_cab_16_regular:before {
    content: "\edd5";
}
.icon-ic_fluent_vehicle_cab_20_regular:before {
    content: "\edd6";
}
.icon-ic_fluent_vehicle_cab_28_regular:before {
    content: "\edd7";
}
.icon-ic_fluent_vehicle_truck_profile_24_regular:before {
    content: "\edef";
}
.icon-ic_fluent_bot_add_20_regular:before {
    content: "\e1b9";
}
.icon-ic_fluent_chart_person_20_regular:before {
    content: "\e2df";
}
.icon-ic_fluent_chart_person_24_regular:before {
    content: "\e2e0";
}
.icon-ic_fluent_chart_person_28_regular:before {
    content: "\e2e1";
}
.icon-ic_fluent_chart_person_48_regular:before {
    content: "\e2e2";
}
.icon-ic_fluent_mic_prohibited_16_regular:before {
    content: "\e801";
}
.icon-ic_fluent_mic_prohibited_28_regular:before {
    content: "\e804";
}
.icon-ic_fluent_mic_prohibited_48_regular:before {
    content: "\e805";
}
.icon-ic_fluent_tv_usb_16_regular:before {
    content: "\edc7";
}
.icon-ic_fluent_tv_usb_20_regular:before {
    content: "\edc8";
}
.icon-ic_fluent_tv_usb_24_regular:before {
    content: "\edc9";
}
.icon-ic_fluent_tv_usb_28_regular:before {
    content: "\edca";
}
.icon-ic_fluent_tv_usb_48_regular:before {
    content: "\edcb";
}
.icon-ic_fluent_video_360_off_20_regular:before {
    content: "\edf3";
}
.icon-ic_fluent_video_prohibited_16_regular:before {
    content: "\ee1b";
}
.icon-ic_fluent_video_prohibited_24_regular:before {
    content: "\ee1d";
}
.icon-ic_fluent_video_prohibited_28_regular:before {
    content: "\ee1e";
}
.icon-ic_fluent_alert_32_regular:before {
    content: "\e015";
}
.icon-ic_fluent_arrow_down_left_20_regular:before {
    content: "\e0bb";
}
.icon-ic_fluent_arrow_step_back_16_regular:before {
    content: "\e0f8";
}
.icon-ic_fluent_arrow_step_in_16_regular:before {
    content: "\e0fb";
}
.icon-ic_fluent_arrow_step_out_16_regular:before {
    content: "\e10a";
}
.icon-ic_fluent_arrow_step_over_16_regular:before {
    content: "\e10e";
}
.icon-ic_fluent_arrow_up_right_20_regular:before {
    content: "\e12e";
}
.icon-ic_fluent_backpack_32_regular:before {
    content: "\e13c";
}
.icon-ic_fluent_book_contacts_32_regular:before {
    content: "\e16d";
}
.icon-ic_fluent_bookmark_32_regular:before {
    content: "\e191";
}
.icon-ic_fluent_bookmark_multiple_24_regular:before {
    content: "\e194";
}
.icon-ic_fluent_branch_compare_16_regular:before {
    content: "\e1da";
}
.icon-ic_fluent_branch_compare_20_regular:before {
    content: "\e1db";
}
.icon-ic_fluent_branch_compare_24_regular:before {
    content: "\e1dc";
}
.icon-ic_fluent_branch_fork_16_regular:before {
    content: "\e1dd";
}
.icon-ic_fluent_branch_fork_20_regular:before {
    content: "\e1de";
}
.icon-ic_fluent_branch_fork_24_regular:before {
    content: "\e1df";
}
.icon-ic_fluent_calendar_ltr_16_regular:before {
    content: "\e24d";
}
.icon-ic_fluent_calendar_ltr_32_regular:before {
    content: "\e251";
}
.icon-ic_fluent_calendar_rtl_32_regular:before {
    content: "\e266";
}
.icon-ic_fluent_call_32_regular:before {
    content: "\e273";
}
.icon-ic_fluent_calligraphy_pen_error_20_regular:before {
    content: "\e297";
}
.icon-ic_fluent_chat_32_regular:before {
    content: "\e2e5";
}
.icon-ic_fluent_clipboard_data_bar_32_regular:before {
    content: "\e351";
}
.icon-ic_fluent_clock_alarm_32_regular:before {
    content: "\e370";
}
.icon-ic_fluent_content_view_32_regular:before {
    content: "\e419";
}
.icon-ic_fluent_desktop_32_regular:before {
    content: "\e487";
}
.icon-ic_fluent_dismiss_square_multiple_16_regular:before {
    content: "\e4c6";
}
.icon-ic_fluent_document_32_regular:before {
    content: "\e4d8";
}
.icon-ic_fluent_document_pdf_32_regular:before {
    content: "\e528";
}
.icon-ic_fluent_food_pizza_20_regular:before {
    content: "\e670";
}
.icon-ic_fluent_food_pizza_24_regular:before {
    content: "\e671";
}
.icon-ic_fluent_globe_32_regular:before {
    content: "\e6b2";
}
.icon-ic_fluent_headset_32_regular:before {
    content: "\e6f8";
}
.icon-ic_fluent_heart_pulse_20_regular:before {
    content: "\e701";
}
.icon-ic_fluent_multiplier_1_2x_20_regular:before {
    content: "\e82d";
}
.icon-ic_fluent_multiplier_1_2x_24_regular:before {
    content: "\e82e";
}
.icon-ic_fluent_multiplier_1_2x_28_regular:before {
    content: "\e82f";
}
.icon-ic_fluent_multiplier_1_2x_32_regular:before {
    content: "\e830";
}
.icon-ic_fluent_multiplier_1_2x_48_regular:before {
    content: "\e831";
}
.icon-ic_fluent_multiplier_1_5x_20_regular:before {
    content: "\e832";
}
.icon-ic_fluent_multiplier_1_5x_24_regular:before {
    content: "\e833";
}
.icon-ic_fluent_multiplier_1_5x_28_regular:before {
    content: "\e834";
}
.icon-ic_fluent_multiplier_1_5x_32_regular:before {
    content: "\e835";
}
.icon-ic_fluent_multiplier_1_5x_48_regular:before {
    content: "\e836";
}
.icon-ic_fluent_multiplier_1_8x_20_regular:before {
    content: "\e837";
}
.icon-ic_fluent_multiplier_1_8x_24_regular:before {
    content: "\e838";
}
.icon-ic_fluent_multiplier_1_8x_28_regular:before {
    content: "\e839";
}
.icon-ic_fluent_multiplier_1_8x_32_regular:before {
    content: "\e83a";
}
.icon-ic_fluent_multiplier_1_8x_48_regular:before {
    content: "\e83b";
}
.icon-ic_fluent_multiplier_1x_20_regular:before {
    content: "\e83c";
}
.icon-ic_fluent_multiplier_1x_24_regular:before {
    content: "\e83d";
}
.icon-ic_fluent_multiplier_1x_28_regular:before {
    content: "\e83e";
}
.icon-ic_fluent_multiplier_1x_32_regular:before {
    content: "\e83f";
}
.icon-ic_fluent_multiplier_1x_48_regular:before {
    content: "\e840";
}
.icon-ic_fluent_multiplier_2x_20_regular:before {
    content: "\e841";
}
.icon-ic_fluent_multiplier_2x_24_regular:before {
    content: "\e842";
}
.icon-ic_fluent_multiplier_2x_28_regular:before {
    content: "\e843";
}
.icon-ic_fluent_multiplier_2x_32_regular:before {
    content: "\e844";
}
.icon-ic_fluent_multiplier_2x_48_regular:before {
    content: "\e845";
}
.icon-ic_fluent_my_location_16_regular:before {
    content: "\e85d";
}
.icon-ic_fluent_my_location_20_regular:before {
    content: "\e85e";
}
.icon-ic_fluent_notepad_32_regular:before {
    content: "\e87f";
}
.icon-ic_fluent_patient_32_regular:before {
    content: "\e8cb";
}
.icon-ic_fluent_people_team_32_regular:before {
    content: "\e910";
}
.icon-ic_fluent_pulse_32_regular:before {
    content: "\e9df";
}
.icon-ic_fluent_remote_16_regular:before {
    content: "\ea0f";
}
.icon-ic_fluent_ribbon_32_regular:before {
    content: "\ea29";
}
.icon-ic_fluent_shifts_32_regular:before {
    content: "\eade";
}
.icon-ic_fluent_skip_forward_10_24_regular:before {
    content: "\eb01";
}
.icon-ic_fluent_skip_forward_10_28_regular:before {
    content: "\eb02";
}
.icon-ic_fluent_skip_forward_10_32_regular:before {
    content: "\eb03";
}
.icon-ic_fluent_skip_forward_10_48_regular:before {
    content: "\eb04";
}
.icon-ic_fluent_skip_forward_30_24_regular:before {
    content: "\eb06";
}
.icon-ic_fluent_skip_forward_30_28_regular:before {
    content: "\eb07";
}
.icon-ic_fluent_skip_forward_30_32_regular:before {
    content: "\eb08";
}
.icon-ic_fluent_skip_forward_30_48_regular:before {
    content: "\eb09";
}
.icon-ic_fluent_subtract_square_multiple_16_regular:before {
    content: "\ebdb";
}
.icon-ic_fluent_text_sort_ascending_16_regular:before {
    content: "\ed5a";
}
.icon-ic_fluent_text_sort_ascending_24_regular:before {
    content: "\ed5b";
}
.icon-ic_fluent_text_sort_descending_16_regular:before {
    content: "\ed5c";
}
.icon-ic_fluent_text_sort_descending_24_regular:before {
    content: "\ed5d";
}
.icon-ic_fluent_video_person_call_32_regular:before {
    content: "\ee10";
}
.icon-ic_fluent_weather_sunny_32_regular:before {
    content: "\ee4e";
}
.icon-ic_fluent_align_bottom_16_regular:before {
    content: "\e01e";
}
.icon-ic_fluent_align_bottom_20_regular:before {
    content: "\e01f";
}
.icon-ic_fluent_align_bottom_24_regular:before {
    content: "\e020";
}
.icon-ic_fluent_align_bottom_28_regular:before {
    content: "\e021";
}
.icon-ic_fluent_align_bottom_32_regular:before {
    content: "\e022";
}
.icon-ic_fluent_align_bottom_48_regular:before {
    content: "\e023";
}
.icon-ic_fluent_align_center_horizontal_16_regular:before {
    content: "\e024";
}
.icon-ic_fluent_align_center_horizontal_20_regular:before {
    content: "\e025";
}
.icon-ic_fluent_align_center_horizontal_24_regular:before {
    content: "\e026";
}
.icon-ic_fluent_align_center_horizontal_28_regular:before {
    content: "\e027";
}
.icon-ic_fluent_align_center_horizontal_32_regular:before {
    content: "\e028";
}
.icon-ic_fluent_align_center_horizontal_48_regular:before {
    content: "\e029";
}
.icon-ic_fluent_align_center_vertical_16_regular:before {
    content: "\e02a";
}
.icon-ic_fluent_align_center_vertical_20_regular:before {
    content: "\e02b";
}
.icon-ic_fluent_align_center_vertical_24_regular:before {
    content: "\e02c";
}
.icon-ic_fluent_align_center_vertical_28_regular:before {
    content: "\e02d";
}
.icon-ic_fluent_align_center_vertical_32_regular:before {
    content: "\e02e";
}
.icon-ic_fluent_align_center_vertical_48_regular:before {
    content: "\e02f";
}
.icon-ic_fluent_align_left_16_regular:before {
    content: "\e032";
}
.icon-ic_fluent_align_left_20_regular:before {
    content: "\e033";
}
.icon-ic_fluent_align_left_24_regular:before {
    content: "\e034";
}
.icon-ic_fluent_align_left_28_regular:before {
    content: "\e035";
}
.icon-ic_fluent_align_left_32_regular:before {
    content: "\e036";
}
.icon-ic_fluent_align_left_48_regular:before {
    content: "\e037";
}
.icon-ic_fluent_align_right_16_regular:before {
    content: "\e038";
}
.icon-ic_fluent_align_right_20_regular:before {
    content: "\e039";
}
.icon-ic_fluent_align_right_24_regular:before {
    content: "\e03a";
}
.icon-ic_fluent_align_right_28_regular:before {
    content: "\e03b";
}
.icon-ic_fluent_align_right_32_regular:before {
    content: "\e03c";
}
.icon-ic_fluent_align_right_48_regular:before {
    content: "\e03d";
}
.icon-ic_fluent_align_top_16_regular:before {
    content: "\e049";
}
.icon-ic_fluent_align_top_20_regular:before {
    content: "\e04a";
}
.icon-ic_fluent_align_top_24_regular:before {
    content: "\e04b";
}
.icon-ic_fluent_align_top_28_regular:before {
    content: "\e04c";
}
.icon-ic_fluent_align_top_32_regular:before {
    content: "\e04d";
}
.icon-ic_fluent_align_top_48_regular:before {
    content: "\e04e";
}
.icon-ic_fluent_calculator_24_regular:before {
    content: "\e233";
}
.icon-ic_fluent_camera_16_regular:before {
    content: "\e299";
}
.icon-ic_fluent_group_dismiss_24_regular:before {
    content: "\e6c9";
}
.icon-ic_fluent_group_return_24_regular:before {
    content: "\e6cc";
}
.icon-ic_fluent_hand_left_16_regular:before {
    content: "\e6da";
}
.icon-ic_fluent_hand_left_24_regular:before {
    content: "\e6dc";
}
.icon-ic_fluent_hand_left_28_regular:before {
    content: "\e6dd";
}
.icon-ic_fluent_hand_right_16_regular:before {
    content: "\e6de";
}
.icon-ic_fluent_home_12_regular:before {
    content: "\e70e";
}
.icon-ic_fluent_keyboard_shift_16_regular:before {
    content: "\e750";
}
.icon-ic_fluent_keyboard_shift_20_regular:before {
    content: "\e751";
}
.icon-ic_fluent_link_square_20_regular:before {
    content: "\e777";
}
.icon-ic_fluent_mail_inbox_checkmark_16_regular:before {
    content: "\e7bd";
}
.icon-ic_fluent_mail_inbox_checkmark_20_regular:before {
    content: "\e7be";
}
.icon-ic_fluent_mail_inbox_checkmark_24_regular:before {
    content: "\e7bf";
}
.icon-ic_fluent_music_note_2_20_regular:before {
    content: "\e854";
}
.icon-ic_fluent_my_location_12_regular:before {
    content: "\e85c";
}
.icon-ic_fluent_number_symbol_square_20_regular:before {
    content: "\e88c";
}
.icon-ic_fluent_number_symbol_square_24_regular:before {
    content: "\e88d";
}
.icon-ic_fluent_person_32_regular:before {
    content: "\e91b";
}
.icon-ic_fluent_person_5_32_regular:before {
    content: "\e91d";
}
.icon-ic_fluent_person_tag_20_regular:before {
    content: "\e94e";
}
.icon-ic_fluent_person_tag_24_regular:before {
    content: "\e94f";
}
.icon-ic_fluent_person_tag_28_regular:before {
    content: "\e950";
}
.icon-ic_fluent_person_tag_32_regular:before {
    content: "\e951";
}
.icon-ic_fluent_person_tag_48_regular:before {
    content: "\e952";
}
.icon-ic_fluent_search_16_regular:before {
    content: "\ea7c";
}
.icon-ic_fluent_send_16_regular:before {
    content: "\ea8e";
}
.icon-ic_fluent_symbols_16_regular:before {
    content: "\ebe0";
}
.icon-ic_fluent_teddy_20_regular:before {
    content: "\eca0";
}
.icon-ic_fluent_video_person_star_off_24_regular:before {
    content: "\ee19";
}
.icon-ic_fluent_apps_add_in_16_regular:before {
    content: "\e062";
}
.icon-ic_fluent_apps_add_in_28_regular:before {
    content: "\e063";
}
.icon-ic_fluent_arrow_curve_down_left_16_regular:before {
    content: "\e0b8";
}
.icon-ic_fluent_arrow_curve_down_left_24_regular:before {
    content: "\e0b9";
}
.icon-ic_fluent_arrow_curve_down_left_28_regular:before {
    content: "\e0ba";
}
.icon-ic_fluent_arrow_upload_16_regular:before {
    content: "\e131";
}
.icon-ic_fluent_attach_12_regular:before {
    content: "\e135";
}
.icon-ic_fluent_board_16_regular:before {
    content: "\e155";
}
.icon-ic_fluent_board_20_regular:before {
    content: "\e156";
}
.icon-ic_fluent_board_28_regular:before {
    content: "\e157";
}
.icon-ic_fluent_board_split_16_regular:before {
    content: "\e15c";
}
.icon-ic_fluent_board_split_20_regular:before {
    content: "\e15d";
}
.icon-ic_fluent_board_split_24_regular:before {
    content: "\e15e";
}
.icon-ic_fluent_board_split_28_regular:before {
    content: "\e15f";
}
.icon-ic_fluent_board_split_48_regular:before {
    content: "\e160";
}
.icon-ic_fluent_calendar_empty_32_regular:before {
    content: "\e248";
}
.icon-ic_fluent_calendar_ltr_12_regular:before {
    content: "\e24c";
}
.icon-ic_fluent_calendar_multiple_32_regular:before {
    content: "\e257";
}
.icon-ic_fluent_chevron_up_down_20_regular:before {
    content: "\e32f";
}
.icon-ic_fluent_chevron_up_down_24_regular:before {
    content: "\e330";
}
.icon-ic_fluent_circle_12_regular:before {
    content: "\e331";
}
.icon-ic_fluent_circle_half_fill_12_regular:before {
    content: "\e337";
}
.icon-ic_fluent_circle_line_12_regular:before {
    content: "\e339";
}
.icon-ic_fluent_closed_caption_off_16_regular:before {
    content: "\e37d";
}
.icon-ic_fluent_closed_caption_off_20_regular:before {
    content: "\e37e";
}
.icon-ic_fluent_closed_caption_off_24_regular:before {
    content: "\e37f";
}
.icon-ic_fluent_closed_caption_off_28_regular:before {
    content: "\e380";
}
.icon-ic_fluent_closed_caption_off_48_regular:before {
    content: "\e381";
}
.icon-ic_fluent_desktop_pulse_16_regular:before {
    content: "\e49c";
}
.icon-ic_fluent_desktop_pulse_20_regular:before {
    content: "\e49d";
}
.icon-ic_fluent_desktop_pulse_24_regular:before {
    content: "\e49e";
}
.icon-ic_fluent_desktop_pulse_28_regular:before {
    content: "\e49f";
}
.icon-ic_fluent_desktop_pulse_32_regular:before {
    content: "\e4a0";
}
.icon-ic_fluent_desktop_pulse_48_regular:before {
    content: "\e4a1";
}
.icon-ic_fluent_developer_board_20_regular:before {
    content: "\e4ac";
}
.icon-ic_fluent_dismiss_square_24_regular:before {
    content: "\e4c5";
}
.icon-ic_fluent_door_arrow_left_24_regular:before {
    content: "\e566";
}
.icon-ic_fluent_emoji_hand_20_regular:before {
    content: "\e5ce";
}
.icon-ic_fluent_filter_16_regular:before {
    content: "\e60a";
}
.icon-ic_fluent_flash_16_regular:before {
    content: "\e617";
}
.icon-ic_fluent_flash_28_regular:before {
    content: "\e61a";
}
.icon-ic_fluent_flash_checkmark_16_regular:before {
    content: "\e61d";
}
.icon-ic_fluent_flash_checkmark_20_regular:before {
    content: "\e61e";
}
.icon-ic_fluent_flash_checkmark_24_regular:before {
    content: "\e61f";
}
.icon-ic_fluent_flash_checkmark_28_regular:before {
    content: "\e620";
}
.icon-ic_fluent_folder_prohibited_16_regular:before {
    content: "\e65b";
}
.icon-ic_fluent_grid_16_regular:before {
    content: "\e6c3";
}
.icon-ic_fluent_headphones_20_regular:before {
    content: "\e6ee";
}
.icon-ic_fluent_headphones_32_regular:before {
    content: "\e6ef";
}
.icon-ic_fluent_headphones_48_regular:before {
    content: "\e6f0";
}
.icon-ic_fluent_headphones_sound_wave_20_regular:before {
    content: "\e6f1";
}
.icon-ic_fluent_headphones_sound_wave_24_regular:before {
    content: "\e6f2";
}
.icon-ic_fluent_headphones_sound_wave_28_regular:before {
    content: "\e6f3";
}
.icon-ic_fluent_headphones_sound_wave_32_regular:before {
    content: "\e6f4";
}
.icon-ic_fluent_headphones_sound_wave_48_regular:before {
    content: "\e6f5";
}
.icon-ic_fluent_home_checkmark_16_regular:before {
    content: "\e713";
}
.icon-ic_fluent_home_checkmark_20_regular:before {
    content: "\e714";
}
.icon-ic_fluent_ink_stroke_20_regular:before {
    content: "\e738";
}
.icon-ic_fluent_ink_stroke_24_regular:before {
    content: "\e739";
}
.icon-ic_fluent_library_16_regular:before {
    content: "\e761";
}
.icon-ic_fluent_library_20_regular:before {
    content: "\e762";
}
.icon-ic_fluent_list_16_regular:before {
    content: "\e779";
}
.icon-ic_fluent_location_arrow_left_48_regular:before {
    content: "\e783";
}
.icon-ic_fluent_location_arrow_right_48_regular:before {
    content: "\e784";
}
.icon-ic_fluent_location_arrow_up_48_regular:before {
    content: "\e785";
}
.icon-ic_fluent_mail_inbox_checkmark_28_regular:before {
    content: "\e7c0";
}
.icon-ic_fluent_map_20_regular:before {
    content: "\e7da";
}
.icon-ic_fluent_multiplier_5x_20_regular:before {
    content: "\e846";
}
.icon-ic_fluent_multiplier_5x_24_regular:before {
    content: "\e847";
}
.icon-ic_fluent_multiplier_5x_28_regular:before {
    content: "\e848";
}
.icon-ic_fluent_multiplier_5x_32_regular:before {
    content: "\e849";
}
.icon-ic_fluent_multiplier_5x_48_regular:before {
    content: "\e84a";
}
.icon-ic_fluent_music_note_2_play_20_regular:before {
    content: "\e856";
}
.icon-ic_fluent_notepad_12_regular:before {
    content: "\e87e";
}
.icon-ic_fluent_organization_12_regular:before {
    content: "\e89a";
}
.icon-ic_fluent_people_community_add_20_regular:before {
    content: "\e8f5";
}
.icon-ic_fluent_people_community_add_28_regular:before {
    content: "\e8f6";
}
.icon-ic_fluent_person_6_32_regular:before {
    content: "\e91f";
}
.icon-ic_fluent_person_add_16_regular:before {
    content: "\e921";
}
.icon-ic_fluent_person_add_28_regular:before {
    content: "\e922";
}
.icon-ic_fluent_person_prohibited_16_regular:before {
    content: "\e942";
}
.icon-ic_fluent_person_prohibited_28_regular:before {
    content: "\e944";
}
.icon-ic_fluent_pin_28_regular:before {
    content: "\e982";
}
.icon-ic_fluent_pin_32_regular:before {
    content: "\e983";
}
.icon-ic_fluent_pin_48_regular:before {
    content: "\e984";
}
.icon-ic_fluent_premium_person_20_regular:before {
    content: "\e9b3";
}
.icon-ic_fluent_premium_person_24_regular:before {
    content: "\e9b4";
}
.icon-ic_fluent_prohibited_multiple_16_regular:before {
    content: "\e9d0";
}
.icon-ic_fluent_prohibited_multiple_20_regular:before {
    content: "\e9d1";
}
.icon-ic_fluent_prohibited_multiple_24_regular:before {
    content: "\e9d2";
}
.icon-ic_fluent_read_aloud_16_regular:before {
    content: "\e9fa";
}
.icon-ic_fluent_read_aloud_28_regular:before {
    content: "\e9fb";
}
.icon-ic_fluent_shield_16_regular:before {
    content: "\eac3";
}
.icon-ic_fluent_shield_28_regular:before {
    content: "\eac4";
}
.icon-ic_fluent_shield_48_regular:before {
    content: "\eac5";
}
.icon-ic_fluent_shield_checkmark_16_regular:before {
    content: "\eac7";
}
.icon-ic_fluent_shield_checkmark_20_regular:before {
    content: "\eac8";
}
.icon-ic_fluent_shield_checkmark_24_regular:before {
    content: "\eac9";
}
.icon-ic_fluent_shield_checkmark_28_regular:before {
    content: "\eaca";
}
.icon-ic_fluent_shield_checkmark_48_regular:before {
    content: "\eacb";
}
.icon-ic_fluent_top_speed_20_regular:before {
    content: "\ed9b";
}
.icon-ic_fluent_checkmark_circle_12_regular:before {
    content: "\e307";
}
.icon-ic_fluent_add_square_multiple_16_regular:before {
    content: "\e008";
}
.icon-ic_fluent_add_square_multiple_20_regular:before {
    content: "\e009";
}
.icon-ic_fluent_arrow_forward_48_regular:before {
    content: "\e0d1";
}
.icon-ic_fluent_arrow_sync_16_regular:before {
    content: "\e110";
}
.icon-ic_fluent_book_open_28_regular:before {
    content: "\e17a";
}
.icon-ic_fluent_book_open_32_regular:before {
    content: "\e17b";
}
.icon-ic_fluent_book_open_48_regular:before {
    content: "\e17c";
}
.icon-ic_fluent_book_open_microphone_20_regular:before {
    content: "\e17f";
}
.icon-ic_fluent_book_open_microphone_24_regular:before {
    content: "\e180";
}
.icon-ic_fluent_book_open_microphone_28_regular:before {
    content: "\e181";
}
.icon-ic_fluent_book_open_microphone_32_regular:before {
    content: "\e182";
}
.icon-ic_fluent_book_open_microphone_48_regular:before {
    content: "\e183";
}
.icon-ic_fluent_briefcase_off_16_regular:before {
    content: "\e1f0";
}
.icon-ic_fluent_briefcase_off_20_regular:before {
    content: "\e1f1";
}
.icon-ic_fluent_briefcase_off_24_regular:before {
    content: "\e1f2";
}
.icon-ic_fluent_briefcase_off_28_regular:before {
    content: "\e1f3";
}
.icon-ic_fluent_briefcase_off_32_regular:before {
    content: "\e1f4";
}
.icon-ic_fluent_briefcase_off_48_regular:before {
    content: "\e1f5";
}
.icon-ic_fluent_building_bank_28_regular:before {
    content: "\e20f";
}
.icon-ic_fluent_building_bank_48_regular:before {
    content: "\e210";
}
.icon-ic_fluent_building_bank_link_16_regular:before {
    content: "\e211";
}
.icon-ic_fluent_building_bank_link_20_regular:before {
    content: "\e212";
}
.icon-ic_fluent_building_bank_link_24_regular:before {
    content: "\e213";
}
.icon-ic_fluent_building_bank_link_28_regular:before {
    content: "\e214";
}
.icon-ic_fluent_building_bank_link_48_regular:before {
    content: "\e215";
}
.icon-ic_fluent_calendar_mail_16_regular:before {
    content: "\e253";
}
.icon-ic_fluent_calendar_rtl_12_regular:before {
    content: "\e261";
}
.icon-ic_fluent_calendar_rtl_16_regular:before {
    content: "\e262";
}
.icon-ic_fluent_chevron_double_up_16_regular:before {
    content: "\e32c";
}
.icon-ic_fluent_chevron_double_up_20_regular:before {
    content: "\e32d";
}
.icon-ic_fluent_cloud_28_regular:before {
    content: "\e383";
}
.icon-ic_fluent_cloud_off_16_regular:before {
    content: "\e3a7";
}
.icon-ic_fluent_cloud_off_20_regular:before {
    content: "\e3a8";
}
.icon-ic_fluent_cloud_off_28_regular:before {
    content: "\e3a9";
}
.icon-ic_fluent_cloud_off_32_regular:before {
    content: "\e3aa";
}
.icon-ic_fluent_cloud_sync_16_regular:before {
    content: "\e3ad";
}
.icon-ic_fluent_cloud_sync_24_regular:before {
    content: "\e3af";
}
.icon-ic_fluent_cloud_sync_28_regular:before {
    content: "\e3b0";
}
.icon-ic_fluent_cloud_sync_32_regular:before {
    content: "\e3b1";
}
.icon-ic_fluent_cloud_sync_48_regular:before {
    content: "\e3b2";
}
.icon-ic_fluent_dismiss_square_20_regular:before {
    content: "\e4c4";
}
.icon-ic_fluent_document_footer_16_regular:before {
    content: "\e4fc";
}
.icon-ic_fluent_document_footer_dismiss_24_regular:before {
    content: "\e4ff";
}
.icon-ic_fluent_document_header_16_regular:before {
    content: "\e500";
}
.icon-ic_fluent_document_header_arrow_down_16_regular:before {
    content: "\e502";
}
.icon-ic_fluent_document_header_dismiss_24_regular:before {
    content: "\e506";
}
.icon-ic_fluent_document_header_footer_16_regular:before {
    content: "\e507";
}
.icon-ic_fluent_document_ribbon_16_regular:before {
    content: "\e539";
}
.icon-ic_fluent_document_ribbon_20_regular:before {
    content: "\e53a";
}
.icon-ic_fluent_document_ribbon_24_regular:before {
    content: "\e53b";
}
.icon-ic_fluent_document_ribbon_28_regular:before {
    content: "\e53c";
}
.icon-ic_fluent_document_ribbon_32_regular:before {
    content: "\e53d";
}
.icon-ic_fluent_document_ribbon_48_regular:before {
    content: "\e53e";
}
.icon-ic_fluent_door_arrow_left_16_regular:before {
    content: "\e564";
}
.icon-ic_fluent_drive_train_24_regular:before {
    content: "\e58d";
}
.icon-ic_fluent_engine_24_regular:before {
    content: "\e5e0";
}
.icon-ic_fluent_folder_mail_16_regular:before {
    content: "\e656";
}
.icon-ic_fluent_folder_sync_16_regular:before {
    content: "\e663";
}
.icon-ic_fluent_gas_24_regular:before {
    content: "\e691";
}
.icon-ic_fluent_gas_pump_24_regular:before {
    content: "\e693";
}
.icon-ic_fluent_mail_dismiss_16_regular:before {
    content: "\e7b1";
}
.icon-ic_fluent_mail_prohibited_16_regular:before {
    content: "\e7cf";
}
.icon-ic_fluent_mic_sparkle_16_regular:before {
    content: "\e813";
}
.icon-ic_fluent_mic_sparkle_20_regular:before {
    content: "\e814";
}
.icon-ic_fluent_mic_sparkle_24_regular:before {
    content: "\e815";
}
.icon-ic_fluent_notepad_person_20_regular:before {
    content: "\e882";
}
.icon-ic_fluent_notepad_person_24_regular:before {
    content: "\e883";
}
.icon-ic_fluent_pin_off_16_regular:before {
    content: "\e985";
}
.icon-ic_fluent_pin_off_48_regular:before {
    content: "\e988";
}
.icon-ic_fluent_skip_forward_tab_24_regular:before {
    content: "\eb0b";
}
.icon-ic_fluent_square_arrow_forward_16_regular:before {
    content: "\eb7c";
}
.icon-ic_fluent_square_arrow_forward_20_regular:before {
    content: "\eb7d";
}
.icon-ic_fluent_square_arrow_forward_24_regular:before {
    content: "\eb7e";
}
.icon-ic_fluent_square_arrow_forward_28_regular:before {
    content: "\eb7f";
}
.icon-ic_fluent_square_arrow_forward_32_regular:before {
    content: "\eb80";
}
.icon-ic_fluent_square_arrow_forward_48_regular:before {
    content: "\eb81";
}
.icon-ic_fluent_subtract_square_multiple_20_regular:before {
    content: "\ebdc";
}
.icon-ic_fluent_transmission_24_regular:before {
    content: "\ed9d";
}
.icon-ic_fluent_wifi_off_20_regular:before {
    content: "\ee59";
}
.icon-ic_fluent_wifi_off_24_regular:before {
    content: "\ee5a";
}
.icon-ic_fluent_animal_cat_16_regular:before {
    content: "\f106";
}
.icon-ic_fluent_animal_cat_20_regular:before {
    content: "\f126";
}
.icon-ic_fluent_animal_cat_24_regular:before {
    content: "\f127";
}
.icon-ic_fluent_animal_cat_28_regular:before {
    content: "\f128";
}
.icon-ic_fluent_archive_settings_16_regular:before {
    content: "\f129";
}
.icon-ic_fluent_arrow_circle_down_20_regular:before {
    content: "\f12c";
}
.icon-ic_fluent_arrow_circle_down_24_regular:before {
    content: "\f12d";
}
.icon-ic_fluent_arrow_circle_down_double_20_regular:before {
    content: "\f12e";
}
.icon-ic_fluent_arrow_circle_down_double_24_regular:before {
    content: "\f12f";
}
.icon-ic_fluent_arrow_circle_down_split_20_regular:before {
    content: "\f143";
}
.icon-ic_fluent_arrow_circle_down_split_24_regular:before {
    content: "\f144";
}
.icon-ic_fluent_arrow_down_32_regular:before {
    content: "\f14c";
}
.icon-ic_fluent_arrow_down_48_regular:before {
    content: "\f14d";
}
.icon-ic_fluent_arrow_fit_16_regular:before {
    content: "\f14e";
}
.icon-ic_fluent_arrow_left_16_regular:before {
    content: "\f184";
}
.icon-ic_fluent_arrow_left_32_regular:before {
    content: "\f189";
}
.icon-ic_fluent_arrow_left_48_regular:before {
    content: "\f19e";
}
.icon-ic_fluent_arrow_reset_20_regular:before {
    content: "\f19f";
}
.icon-ic_fluent_arrow_reset_24_regular:before {
    content: "\f1a0";
}
.icon-ic_fluent_arrow_right_32_regular:before {
    content: "\f1a2";
}
.icon-ic_fluent_arrow_right_48_regular:before {
    content: "\f1a7";
}
.icon-ic_fluent_arrow_sort_16_regular:before {
    content: "\f1ab";
}
.icon-ic_fluent_arrow_sort_down_16_regular:before {
    content: "\f1ac";
}
.icon-ic_fluent_arrow_sort_down_lines_16_regular:before {
    content: "\f1ad";
}
.icon-ic_fluent_arrow_sort_up_16_regular:before {
    content: "\f1b3";
}
.icon-ic_fluent_arrow_up_16_regular:before {
    content: "\f1b4";
}
.icon-ic_fluent_arrow_up_32_regular:before {
    content: "\f1b8";
}
.icon-ic_fluent_arrow_up_48_regular:before {
    content: "\f1b9";
}
.icon-ic_fluent_barcode_scanner_20_regular:before {
    content: "\f1ba";
}
.icon-ic_fluent_barcode_scanner_24_regular:before {
    content: "\f1e4";
}
.icon-ic_fluent_beaker_edit_20_regular:before {
    content: "\f1e5";
}
.icon-ic_fluent_beaker_edit_24_regular:before {
    content: "\f1e6";
}
.icon-ic_fluent_book_toolbox_20_regular:before {
    content: "\f1e7";
}
.icon-ic_fluent_bookmark_add_20_regular:before {
    content: "\f1e8";
}
.icon-ic_fluent_bookmark_add_24_regular:before {
    content: "\f1e9";
}
.icon-ic_fluent_bowl_chopsticks_16_regular:before {
    content: "\f1ea";
}
.icon-ic_fluent_bowl_chopsticks_20_regular:before {
    content: "\f1eb";
}
.icon-ic_fluent_bowl_chopsticks_24_regular:before {
    content: "\f1ec";
}
.icon-ic_fluent_bowl_chopsticks_28_regular:before {
    content: "\f1ed";
}
.icon-ic_fluent_brain_circuit_20_regular:before {
    content: "\f1ee";
}
.icon-ic_fluent_briefcase_medical_20_regular:before {
    content: "\f1ef";
}
.icon-ic_fluent_broom_16_regular:before {
    content: "\f1fe";
}
.icon-ic_fluent_building_bank_toolbox_20_regular:before {
    content: "\f1ff";
}
.icon-ic_fluent_calendar_info_16_regular:before {
    content: "\f203";
}
.icon-ic_fluent_calendar_multiple_16_regular:before {
    content: "\f204";
}
.icon-ic_fluent_call_checkmark_20_regular:before {
    content: "\f207";
}
.icon-ic_fluent_call_dismiss_20_regular:before {
    content: "\f208";
}
.icon-ic_fluent_call_dismiss_24_regular:before {
    content: "\f20b";
}
.icon-ic_fluent_call_pause_20_regular:before {
    content: "\f20c";
}
.icon-ic_fluent_call_pause_24_regular:before {
    content: "\f20d";
}
.icon-ic_fluent_chat_help_20_regular:before {
    content: "\f220";
}
.icon-ic_fluent_chat_settings_20_regular:before {
    content: "\f221";
}
.icon-ic_fluent_chat_settings_24_regular:before {
    content: "\f229";
}
.icon-ic_fluent_check_20_regular:before {
    content: "\f27b";
}
.icon-ic_fluent_checkbox_checked_16_regular:before {
    content: "\f27c";
}
.icon-ic_fluent_checkbox_checked_sync_16_regular:before {
    content: "\f27d";
}
.icon-ic_fluent_checkmark_starburst_16_regular:before {
    content: "\f283";
}
.icon-ic_fluent_chevron_double_down_16_regular:before {
    content: "\f284";
}
.icon-ic_fluent_chevron_double_left_16_regular:before {
    content: "\f285";
}
.icon-ic_fluent_chevron_double_right_16_regular:before {
    content: "\f2a7";
}
.icon-ic_fluent_circle_half_fill_16_regular:before {
    content: "\f30a";
}
.icon-ic_fluent_clipboard_heart_20_regular:before {
    content: "\f30b";
}
.icon-ic_fluent_clipboard_pulse_20_regular:before {
    content: "\f322";
}
.icon-ic_fluent_clipboard_settings_20_regular:before {
    content: "\f32d";
}
.icon-ic_fluent_clock_arrow_download_20_regular:before {
    content: "\f32e";
}
.icon-ic_fluent_cloud_add_16_regular:before {
    content: "\f32f";
}
.icon-ic_fluent_cloud_edit_16_regular:before {
    content: "\f330";
}
.icon-ic_fluent_cloud_flow_20_regular:before {
    content: "\f337";
}
.icon-ic_fluent_cloud_link_16_regular:before {
    content: "\f338";
}
.icon-ic_fluent_code_16_regular:before {
    content: "\f339";
}
.icon-ic_fluent_comment_error_16_regular:before {
    content: "\f350";
}
.icon-ic_fluent_comment_lightning_20_regular:before {
    content: "\f351";
}
.icon-ic_fluent_comment_lightning_24_regular:before {
    content: "\f361";
}
.icon-ic_fluent_contact_card_16_regular:before {
    content: "\f362";
}
.icon-ic_fluent_contact_card_link_16_regular:before {
    content: "\f363";
}
.icon-ic_fluent_contract_down_left_16_regular:before {
    content: "\f364";
}
.icon-ic_fluent_contract_down_left_20_regular:before {
    content: "\f373";
}
.icon-ic_fluent_contract_down_left_24_regular:before {
    content: "\f374";
}
.icon-ic_fluent_contract_down_left_28_regular:before {
    content: "\f375";
}
.icon-ic_fluent_contract_down_left_32_regular:before {
    content: "\f37b";
}
.icon-ic_fluent_contract_down_left_48_regular:before {
    content: "\f397";
}
.icon-ic_fluent_credit_card_toolbox_20_regular:before {
    content: "\f398";
}
.icon-ic_fluent_data_bar_horizontal_20_regular:before {
    content: "\f39b";
}
.icon-ic_fluent_data_usage_edit_20_regular:before {
    content: "\f3b2";
}
.icon-ic_fluent_desktop_sync_16_regular:before {
    content: "\f3b3";
}
.icon-ic_fluent_device_meeting_room_16_regular:before {
    content: "\f3b4";
}
.icon-ic_fluent_device_meeting_room_24_regular:before {
    content: "\f3b5";
}
.icon-ic_fluent_device_meeting_room_28_regular:before {
    content: "\f3b6";
}
.icon-ic_fluent_device_meeting_room_32_regular:before {
    content: "\f3b7";
}
.icon-ic_fluent_device_meeting_room_48_regular:before {
    content: "\f3bc";
}
.icon-ic_fluent_device_meeting_room_remote_16_regular:before {
    content: "\f3bd";
}
.icon-ic_fluent_device_meeting_room_remote_24_regular:before {
    content: "\f3c2";
}
.icon-ic_fluent_device_meeting_room_remote_28_regular:before {
    content: "\f3cd";
}
.icon-ic_fluent_device_meeting_room_remote_32_regular:before {
    content: "\f3ed";
}
.icon-ic_fluent_device_meeting_room_remote_48_regular:before {
    content: "\f3ee";
}
.icon-ic_fluent_dismiss_32_regular:before {
    content: "\f3f3";
}
.icon-ic_fluent_dismiss_48_regular:before {
    content: "\f400";
}
.icon-ic_fluent_document_arrow_up_16_regular:before {
    content: "\f401";
}
.icon-ic_fluent_document_bullet_list_20_regular:before {
    content: "\f402";
}
.icon-ic_fluent_document_bullet_list_24_regular:before {
    content: "\f403";
}
.icon-ic_fluent_document_link_20_regular:before {
    content: "\f404";
}
.icon-ic_fluent_document_link_24_regular:before {
    content: "\f405";
}
.icon-ic_fluent_document_person_16_regular:before {
    content: "\f421";
}
.icon-ic_fluent_document_settings_16_regular:before {
    content: "\f422";
}
.icon-ic_fluent_document_split_hint_24_regular:before {
    content: "\f423";
}
.icon-ic_fluent_document_split_hint_off_24_regular:before {
    content: "\f424";
}
.icon-ic_fluent_edit_arrow_back_16_regular:before {
    content: "\f429";
}
.icon-ic_fluent_equal_off_20_regular:before {
    content: "\f42a";
}
.icon-ic_fluent_error_circle_settings_16_regular:before {
    content: "\f42b";
}
.icon-ic_fluent_expand_up_left_16_regular:before {
    content: "\f42c";
}
.icon-ic_fluent_expand_up_left_20_regular:before {
    content: "\f431";
}
.icon-ic_fluent_expand_up_left_24_regular:before {
    content: "\f432";
}
.icon-ic_fluent_expand_up_left_28_regular:before {
    content: "\f433";
}
.icon-ic_fluent_expand_up_left_32_regular:before {
    content: "\f44b";
}
.icon-ic_fluent_expand_up_left_48_regular:before {
    content: "\f44c";
}
.icon-ic_fluent_expand_up_right_16_regular:before {
    content: "\f44f";
}
.icon-ic_fluent_expand_up_right_20_regular:before {
    content: "\f450";
}
.icon-ic_fluent_expand_up_right_24_regular:before {
    content: "\f46d";
}
.icon-ic_fluent_expand_up_right_28_regular:before {
    content: "\f495";
}
.icon-ic_fluent_expand_up_right_32_regular:before {
    content: "\f496";
}
.icon-ic_fluent_expand_up_right_48_regular:before {
    content: "\f497";
}
.icon-ic_fluent_fax_16_regular:before {
    content: "\f4ae";
}
.icon-ic_fluent_flow_16_regular:before {
    content: "\f4af";
}
.icon-ic_fluent_folder_globe_16_regular:before {
    content: "\f4b1";
}
.icon-ic_fluent_folder_person_16_regular:before {
    content: "\f4c6";
}
.icon-ic_fluent_gauge_20_regular:before {
    content: "\f4c7";
}
.icon-ic_fluent_gauge_24_regular:before {
    content: "\f4c8";
}
.icon-ic_fluent_gift_card_16_regular:before {
    content: "\f4cd";
}
.icon-ic_fluent_gift_card_20_regular:before {
    content: "\f4ce";
}
.icon-ic_fluent_gift_card_add_20_regular:before {
    content: "\f4cf";
}
.icon-ic_fluent_globe_location_20_regular:before {
    content: "\f4dc";
}
.icon-ic_fluent_globe_star_16_regular:before {
    content: "\f4eb";
}
.icon-ic_fluent_globe_video_20_regular:before {
    content: "\f4fd";
}
.icon-ic_fluent_headset_add_20_regular:before {
    content: "\f4fe";
}
.icon-ic_fluent_headset_add_24_regular:before {
    content: "\f4ff";
}
.icon-ic_fluent_heart_28_regular:before {
    content: "\f500";
}
.icon-ic_fluent_heart_broken_16_regular:before {
    content: "\f501";
}
.icon-ic_fluent_laptop_dismiss_16_regular:before {
    content: "\f505";
}
.icon-ic_fluent_mail_add_16_regular:before {
    content: "\f50d";
}
.icon-ic_fluent_mail_add_20_regular:before {
    content: "\f51f";
}
.icon-ic_fluent_mail_alert_16_regular:before {
    content: "\f520";
}
.icon-ic_fluent_mail_alert_20_regular:before {
    content: "\f52a";
}
.icon-ic_fluent_mail_alert_24_regular:before {
    content: "\f52b";
}
.icon-ic_fluent_mail_arrow_down_16_regular:before {
    content: "\f52c";
}
.icon-ic_fluent_mail_arrow_up_20_regular:before {
    content: "\f52d";
}
.icon-ic_fluent_mail_arrow_up_24_regular:before {
    content: "\f54b";
}
.icon-ic_fluent_mail_checkmark_16_regular:before {
    content: "\f54c";
}
.icon-ic_fluent_mail_clock_16_regular:before {
    content: "\f551";
}
.icon-ic_fluent_mail_clock_24_regular:before {
    content: "\f552";
}
.icon-ic_fluent_mail_dismiss_20_regular:before {
    content: "\f553";
}
.icon-ic_fluent_mail_dismiss_24_regular:before {
    content: "\f554";
}
.icon-ic_fluent_mail_error_20_regular:before {
    content: "\f555";
}
.icon-ic_fluent_mail_error_24_regular:before {
    content: "\f55d";
}
.icon-ic_fluent_mail_inbox_arrow_down_16_regular:before {
    content: "\f55e";
}
.icon-ic_fluent_mail_link_20_regular:before {
    content: "\f585";
}
.icon-ic_fluent_mail_link_24_regular:before {
    content: "\f58c";
}
.icon-ic_fluent_mail_pause_16_regular:before {
    content: "\f5a6";
}
.icon-ic_fluent_mail_prohibited_20_regular:before {
    content: "\f5cb";
}
.icon-ic_fluent_mail_prohibited_24_regular:before {
    content: "\f5e2";
}
.icon-ic_fluent_mail_settings_16_regular:before {
    content: "\f5e3";
}
.icon-ic_fluent_mail_shield_16_regular:before {
    content: "\f5e8";
}
.icon-ic_fluent_mail_template_20_regular:before {
    content: "\f5e9";
}
.icon-ic_fluent_mail_template_24_regular:before {
    content: "\f5ed";
}
.icon-ic_fluent_mail_warning_16_regular:before {
    content: "\f5ee";
}
.icon-ic_fluent_meet_now_28_regular:before {
    content: "\f5f6";
}
.icon-ic_fluent_meet_now_32_regular:before {
    content: "\f5f7";
}
.icon-ic_fluent_meet_now_48_regular:before {
    content: "\f631";
}
.icon-ic_fluent_megaphone_loud_20_regular:before {
    content: "\f64b";
}
.icon-ic_fluent_microscope_20_regular:before {
    content: "\f64c";
}
.icon-ic_fluent_microscope_24_regular:before {
    content: "\f64f";
}
.icon-ic_fluent_molecule_16_regular:before {
    content: "\f650";
}
.icon-ic_fluent_molecule_20_regular:before {
    content: "\f659";
}
.icon-ic_fluent_molecule_24_regular:before {
    content: "\f65a";
}
.icon-ic_fluent_molecule_28_regular:before {
    content: "\f65d";
}
.icon-ic_fluent_molecule_32_regular:before {
    content: "\f65e";
}
.icon-ic_fluent_molecule_48_regular:before {
    content: "\f65f";
}
.icon-ic_fluent_note_16_regular:before {
    content: "\f663";
}
.icon-ic_fluent_note_pin_16_regular:before {
    content: "\f664";
}
.icon-ic_fluent_notepad_16_regular:before {
    content: "\f665";
}
.icon-ic_fluent_notepad_edit_16_regular:before {
    content: "\f666";
}
.icon-ic_fluent_open_32_regular:before {
    content: "\f667";
}
.icon-ic_fluent_padding_down_20_regular:before {
    content: "\f681";
}
.icon-ic_fluent_padding_down_24_regular:before {
    content: "\f682";
}
.icon-ic_fluent_padding_left_20_regular:before {
    content: "\f695";
}
.icon-ic_fluent_padding_left_24_regular:before {
    content: "\f69e";
}
.icon-ic_fluent_padding_right_20_regular:before {
    content: "\f69f";
}
.icon-ic_fluent_padding_right_24_regular:before {
    content: "\f6a0";
}
.icon-ic_fluent_padding_top_20_regular:before {
    content: "\f6b4";
}
.icon-ic_fluent_padding_top_24_regular:before {
    content: "\f6b9";
}
.icon-ic_fluent_patch_20_regular:before {
    content: "\f6ba";
}
.icon-ic_fluent_patch_24_regular:before {
    content: "\f6bb";
}
.icon-ic_fluent_pause_circle_20_regular:before {
    content: "\f6bc";
}
.icon-ic_fluent_people_sync_16_regular:before {
    content: "\f6bd";
}
.icon-ic_fluent_people_toolbox_16_regular:before {
    content: "\f6ca";
}
.icon-ic_fluent_person_chat_16_regular:before {
    content: "\f6cb";
}
.icon-ic_fluent_person_chat_20_regular:before {
    content: "\f6d1";
}
.icon-ic_fluent_person_chat_24_regular:before {
    content: "\f6d3";
}
.icon-ic_fluent_person_info_16_regular:before {
    content: "\f6d6";
}
.icon-ic_fluent_person_lock_16_regular:before {
    content: "\f6d8";
}
.icon-ic_fluent_person_lock_20_regular:before {
    content: "\f6d9";
}
.icon-ic_fluent_person_subtract_16_regular:before {
    content: "\f6ed";
}
.icon-ic_fluent_phone_16_regular:before {
    content: "\f6ee";
}
.icon-ic_fluent_phone_checkmark_16_regular:before {
    content: "\f6ef";
}
.icon-ic_fluent_pill_16_regular:before {
    content: "\f6f0";
}
.icon-ic_fluent_pill_20_regular:before {
    content: "\f6f1";
}
.icon-ic_fluent_pill_24_regular:before {
    content: "\f6f2";
}
.icon-ic_fluent_pill_28_regular:before {
    content: "\f6f3";
}
.icon-ic_fluent_print_16_regular:before {
    content: "\f6fa";
}
.icon-ic_fluent_print_add_20_regular:before {
    content: "\f6fc";
}
.icon-ic_fluent_production_20_regular:before {
    content: "\f6fd";
}
.icon-ic_fluent_production_24_regular:before {
    content: "\f6fe";
}
.icon-ic_fluent_production_checkmark_20_regular:before {
    content: "\f703";
}
.icon-ic_fluent_production_checkmark_24_regular:before {
    content: "\f704";
}
.icon-ic_fluent_prohibited_16_regular:before {
    content: "\f705";
}
.icon-ic_fluent_ratio_one_to_one_20_regular:before {
    content: "\f70a";
}
.icon-ic_fluent_ratio_one_to_one_24_regular:before {
    content: "\f70b";
}
.icon-ic_fluent_receipt_add_20_regular:before {
    content: "\f70c";
}
.icon-ic_fluent_receipt_bag_20_regular:before {
    content: "\f715";
}
.icon-ic_fluent_receipt_cube_20_regular:before {
    content: "\f72d";
}
.icon-ic_fluent_receipt_money_20_regular:before {
    content: "\f72e";
}
.icon-ic_fluent_record_12_regular:before {
    content: "\f72f";
}
.icon-ic_fluent_record_28_regular:before {
    content: "\f735";
}
.icon-ic_fluent_record_32_regular:before {
    content: "\f736";
}
.icon-ic_fluent_record_48_regular:before {
    content: "\f737";
}
.icon-ic_fluent_record_stop_12_regular:before {
    content: "\f758";
}
.icon-ic_fluent_record_stop_16_regular:before {
    content: "\f759";
}
.icon-ic_fluent_record_stop_20_regular:before {
    content: "\f75a";
}
.icon-ic_fluent_record_stop_24_regular:before {
    content: "\f75b";
}
.icon-ic_fluent_record_stop_28_regular:before {
    content: "\f75c";
}
.icon-ic_fluent_record_stop_32_regular:before {
    content: "\f764";
}
.icon-ic_fluent_record_stop_48_regular:before {
    content: "\f765";
}
.icon-ic_fluent_ribbon_add_20_regular:before {
    content: "\f766";
}
.icon-ic_fluent_ribbon_add_24_regular:before {
    content: "\f767";
}
.icon-ic_fluent_server_20_regular:before {
    content: "\f769";
}
.icon-ic_fluent_server_24_regular:before {
    content: "\f76c";
}
.icon-ic_fluent_shield_badge_20_regular:before {
    content: "\f76d";
}
.icon-ic_fluent_shopping_bag_16_regular:before {
    content: "\f76e";
}
.icon-ic_fluent_shopping_bag_20_regular:before {
    content: "\f76f";
}
.icon-ic_fluent_shopping_bag_24_regular:before {
    content: "\f770";
}
.icon-ic_fluent_slide_multiple_search_20_regular:before {
    content: "\f773";
}
.icon-ic_fluent_slide_multiple_search_24_regular:before {
    content: "\f774";
}
.icon-ic_fluent_smartwatch_20_regular:before {
    content: "\f775";
}
.icon-ic_fluent_smartwatch_24_regular:before {
    content: "\f776";
}
.icon-ic_fluent_smartwatch_dot_20_regular:before {
    content: "\f786";
}
.icon-ic_fluent_smartwatch_dot_24_regular:before {
    content: "\f787";
}
.icon-ic_fluent_square_multiple_24_regular:before {
    content: "\f78c";
}
.icon-ic_fluent_stack_16_regular:before {
    content: "\f78d";
}
.icon-ic_fluent_stack_20_regular:before {
    content: "\f792";
}
.icon-ic_fluent_stack_24_regular:before {
    content: "\f7a6";
}
.icon-ic_fluent_subtract_circle_16_regular:before {
    content: "\f7a7";
}
.icon-ic_fluent_subtract_circle_20_regular:before {
    content: "\f7b0";
}
.icon-ic_fluent_subtract_circle_24_regular:before {
    content: "\f7b1";
}
.icon-ic_fluent_subtract_circle_28_regular:before {
    content: "\f7b4";
}
.icon-ic_fluent_subtract_circle_32_regular:before {
    content: "\f7b5";
}
.icon-ic_fluent_tag_multiple_16_regular:before {
    content: "\f7b6";
}
.icon-ic_fluent_target_arrow_16_regular:before {
    content: "\f7b7";
}
.icon-ic_fluent_target_arrow_20_regular:before {
    content: "\f7b8";
}
.icon-ic_fluent_text_bullet_list_square_edit_20_regular:before {
    content: "\f7b9";
}
.icon-ic_fluent_text_bullet_list_square_edit_24_regular:before {
    content: "\f7ba";
}
.icon-ic_fluent_tooltip_quote_20_regular:before {
    content: "\f7bb";
}
.icon-ic_fluent_vehicle_car_profile_ltr_16_regular:before {
    content: "\f7cd";
}
.icon-ic_fluent_vehicle_car_profile_rtl_16_regular:before {
    content: "\f7ce";
}
.icon-ic_fluent_vehicle_truck_profile_16_regular:before {
    content: "\f7ea";
}
.icon-ic_fluent_voicemail_arrow_back_16_regular:before {
    content: "\f7eb";
}
.icon-ic_fluent_voicemail_arrow_forward_16_regular:before {
    content: "\f7ec";
}
.icon-ic_fluent_voicemail_subtract_16_regular:before {
    content: "\f7fc";
}
.icon-ic_fluent_wifi_warning_24_regular:before {
    content: "\f7fd";
}
.icon-ic_fluent_window_edit_16_regular:before {
    content: "\f804";
}
.icon-ic_fluent_arrow_sort_down_20_regular:before {
    content: "\f805";
}
.icon-ic_fluent_arrow_sort_down_24_regular:before {
    content: "\f811";
}
.icon-ic_fluent_arrow_sort_up_20_regular:before {
    content: "\f812";
}
.icon-ic_fluent_arrow_sort_up_24_regular:before {
    content: "\f821";
}
.icon-ic_fluent_arrow_turn_bidirectional_down_right_24_regular:before {
    content: "\f822";
}
.icon-ic_fluent_arrow_turn_right_24_regular:before {
    content: "\f839";
}
.icon-ic_fluent_book_question_mark_rtl_24_regular:before {
    content: "\f83a";
}
.icon-ic_fluent_brain_circuit_24_regular:before {
    content: "\f83b";
}
.icon-ic_fluent_building_bank_toolbox_24_regular:before {
    content: "\f83c";
}
.icon-ic_fluent_calendar_checkmark_28_regular:before {
    content: "\f85f";
}
.icon-ic_fluent_calendar_search_16_regular:before {
    content: "\f860";
}
.icon-ic_fluent_call_park_32_regular:before {
    content: "\f861";
}
.icon-ic_fluent_chat_bubbles_question_16_regular:before {
    content: "\f8a8";
}
.icon-ic_fluent_chat_multiple_16_regular:before {
    content: "\f8a9";
}
.icon-ic_fluent_chat_multiple_20_regular:before {
    content: "\f8c8";
}
.icon-ic_fluent_chat_multiple_24_regular:before {
    content: "\f8d3";
}
.icon-ic_fluent_checkmark_32_regular:before {
    content: "\f8d4";
}
.icon-ic_fluent_checkmark_circle_32_regular:before {
    content: "\f8e8";
}
.icon-ic_fluent_clipboard_bullet_list_ltr_16_regular:before {
    content: "\e347";
}
.icon-ic_fluent_clipboard_bullet_list_rtl_16_regular:before {
    content: "\e349";
}
.icon-ic_fluent_column_edit_20_regular:before {
    content: "\e3cc";
}
.icon-ic_fluent_column_edit_24_regular:before {
    content: "\e3cd";
}
.icon-ic_fluent_contact_card_28_regular:before {
    content: "\e409";
}
.icon-ic_fluent_contact_card_32_regular:before {
    content: "\e40a";
}
.icon-ic_fluent_contact_card_48_regular:before {
    content: "\e40b";
}
.icon-ic_fluent_diagram_24_regular:before {
    content: "\e4b5";
}
.icon-ic_fluent_dismiss_circle_32_regular:before {
    content: "\e4c3";
}
.icon-ic_fluent_document_arrow_down_16_regular:before {
    content: "\e4df";
}
.icon-ic_fluent_document_bullet_list_clock_20_regular:before {
    content: "\e4e9";
}
.icon-ic_fluent_document_bullet_list_clock_24_regular:before {
    content: "\e4ea";
}
.icon-ic_fluent_document_bullet_list_off_24_regular:before {
    content: "\e4ee";
}
.icon-ic_fluent_document_multiple_16_regular:before {
    content: "\e51f";
}
.icon-ic_fluent_document_pill_20_regular:before {
    content: "\e52c";
}
.icon-ic_fluent_document_pill_24_regular:before {
    content: "\e52d";
}
.icon-ic_fluent_document_save_20_regular:before {
    content: "\e53f";
}
.icon-ic_fluent_document_save_24_regular:before {
    content: "\e540";
}
.icon-ic_fluent_door_16_regular:before {
    content: "\e561";
}
.icon-ic_fluent_dual_screen_arrow_up_24_regular:before {
    content: "\e598";
}
.icon-ic_fluent_dual_screen_closed_alert_24_regular:before {
    content: "\e59b";
}
.icon-ic_fluent_emoji_multiple_20_regular:before {
    content: "\e5d2";
}
.icon-ic_fluent_emoji_multiple_24_regular:before {
    content: "\e5d3";
}
.icon-ic_fluent_gantt_chart_20_regular:before {
    content: "\e68e";
}
.icon-ic_fluent_gantt_chart_24_regular:before {
    content: "\e68f";
}
.icon-ic_fluent_gift_card_add_24_regular:before {
    content: "\e69d";
}
.icon-ic_fluent_hand_draw_24_regular:before {
    content: "\e6d8";
}
.icon-ic_fluent_image_arrow_back_24_regular:before {
    content: "\e71d";
}
.icon-ic_fluent_image_arrow_forward_24_regular:before {
    content: "\e721";
}
.icon-ic_fluent_image_multiple_16_regular:before {
    content: "\e724";
}
.icon-ic_fluent_image_reflection_24_regular:before {
    content: "\e730";
}
.icon-ic_fluent_image_shadow_24_regular:before {
    content: "\e732";
}
.icon-ic_fluent_mail_arrow_double_back_16_regular:before {
    content: "\e7a6";
}
.icon-ic_fluent_mail_arrow_forward_16_regular:before {
    content: "\e7a9";
}
.icon-ic_fluent_mail_attach_16_regular:before {
    content: "\e7ac";
}
.icon-ic_fluent_more_horizontal_32_regular:before {
    content: "\e827";
}
.icon-ic_fluent_more_vertical_32_regular:before {
    content: "\e82a";
}
.icon-ic_fluent_organization_16_regular:before {
    content: "\e89b";
}
.icon-ic_fluent_organization_32_regular:before {
    content: "\e89c";
}
.icon-ic_fluent_organization_48_regular:before {
    content: "\e89d";
}
.icon-ic_fluent_orientation_24_regular:before {
    content: "\e8a0";
}
.icon-ic_fluent_people_list_16_regular:before {
    content: "\e8fb";
}
.icon-ic_fluent_people_money_20_regular:before {
    content: "\e901";
}
.icon-ic_fluent_people_money_24_regular:before {
    content: "\e902";
}
.icon-ic_fluent_person_pill_20_regular:before {
    content: "\e940";
}
.icon-ic_fluent_person_pill_24_regular:before {
    content: "\e941";
}
.icon-ic_fluent_person_settings_16_regular:before {
    content: "\e945";
}
.icon-ic_fluent_pivot_20_regular:before {
    content: "\e98d";
}
.icon-ic_fluent_pivot_24_regular:before {
    content: "\e98e";
}
.icon-ic_fluent_play_12_regular:before {
    content: "\e98f";
}
.icon-ic_fluent_print_add_24_regular:before {
    content: "\e9ce";
}
.icon-ic_fluent_pulse_28_regular:before {
    content: "\e9de";
}
.icon-ic_fluent_receipt_add_24_regular:before {
    content: "\ea00";
}
.icon-ic_fluent_receipt_bag_24_regular:before {
    content: "\ea01";
}
.icon-ic_fluent_receipt_cube_24_regular:before {
    content: "\ea02";
}
.icon-ic_fluent_scan_object_20_regular:before {
    content: "\ea61";
}
.icon-ic_fluent_scan_object_24_regular:before {
    content: "\ea62";
}
.icon-ic_fluent_search_12_regular:before {
    content: "\ea7b";
}
.icon-ic_fluent_search_32_regular:before {
    content: "\ea7d";
}
.icon-ic_fluent_search_48_regular:before {
    content: "\ea7e";
}
.icon-ic_fluent_share_16_regular:before {
    content: "\eaa6";
}
.icon-ic_fluent_shield_badge_24_regular:before {
    content: "\eac6";
}
.icon-ic_fluent_shield_lock_16_regular:before {
    content: "\eacf";
}
.icon-ic_fluent_slide_eraser_16_regular:before {
    content: "\eb14";
}
.icon-ic_fluent_slide_eraser_20_regular:before {
    content: "\eb15";
}
.icon-ic_fluent_slide_grid_24_regular:before {
    content: "\eb18";
}
.icon-ic_fluent_square_16_regular:before {
    content: "\eb74";
}
.icon-ic_fluent_square_add_16_regular:before {
    content: "\eb7a";
}
.icon-ic_fluent_square_hint_arrow_back_16_regular:before {
    content: "\eb8d";
}
.icon-ic_fluent_steps_20_regular:before {
    content: "\ebbf";
}
.icon-ic_fluent_steps_24_regular:before {
    content: "\ebc0";
}
.icon-ic_fluent_tab_desktop_bottom_24_regular:before {
    content: "\ebed";
}
.icon-ic_fluent_tab_desktop_multiple_bottom_24_regular:before {
    content: "\ebef";
}
.icon-ic_fluent_task_list_square_add_20_regular:before {
    content: "\ec96";
}
.icon-ic_fluent_task_list_square_add_24_regular:before {
    content: "\ec97";
}
.icon-ic_fluent_task_list_square_ltr_20_regular:before {
    content: "\ec99";
}
.icon-ic_fluent_task_list_square_ltr_24_regular:before {
    content: "\ec9a";
}
.icon-ic_fluent_task_list_square_rtl_20_regular:before {
    content: "\ec9c";
}
.icon-ic_fluent_task_list_square_rtl_24_regular:before {
    content: "\ec9d";
}
.icon-ic_fluent_text_align_distributed_evenly_24_regular:before {
    content: "\ecba";
}
.icon-ic_fluent_text_align_distributed_vertical_24_regular:before {
    content: "\ecbc";
}
.icon-ic_fluent_text_align_justify_low_24_regular:before {
    content: "\ecbe";
}
.icon-ic_fluent_textbox_more_24_regular:before {
    content: "\ed74";
}
.icon-ic_fluent_video_32_regular:before {
    content: "\edf0";
}
.icon-ic_fluent_video_48_regular:before {
    content: "\edf4";
}
.icon-ic_fluent_video_clip_16_regular:before {
    content: "\edfe";
}
.icon-ic_fluent_window_ad_person_20_regular:before {
    content: "\ee63";
}
.icon-ic_fluent_window_dev_edit_16_regular:before {
    content: "\ee71";
}
.icon-ic_fluent_arrow_autofit_height_dotted_24_regular:before {
    content: "\e079";
}
.icon-ic_fluent_arrow_autofit_width_dotted_24_regular:before {
    content: "\e07e";
}
.icon-ic_fluent_multiselect_rtl_16_regular:before {
    content: "\e84e";
}
.icon-ic_fluent_animal_dog_16_regular:before {
    content: "\e04f";
}
.icon-ic_fluent_archive_settings_20_regular:before {
    content: "\e070";
}
.icon-ic_fluent_arrow_clockwise_16_regular:before {
    content: "\e0aa";
}
.icon-ic_fluent_arrow_clockwise_dashes_20_regular:before {
    content: "\e0ae";
}
.icon-ic_fluent_arrow_clockwise_dashes_24_regular:before {
    content: "\e0af";
}
.icon-ic_fluent_arrow_counterclockwise_dashes_20_regular:before {
    content: "\e0b6";
}
.icon-ic_fluent_arrow_counterclockwise_dashes_24_regular:before {
    content: "\e0b7";
}
.icon-ic_fluent_arrow_export_ltr_16_regular:before {
    content: "\e0c6";
}
.icon-ic_fluent_arrow_export_up_20_regular:before {
    content: "\e0cb";
}
.icon-ic_fluent_arrow_export_up_24_regular:before {
    content: "\e0cc";
}
.icon-ic_fluent_bin_full_20_regular:before {
    content: "\e150";
}
.icon-ic_fluent_bin_full_24_regular:before {
    content: "\e151";
}
.icon-ic_fluent_book_toolbox_24_regular:before {
    content: "\e190";
}
.icon-ic_fluent_box_16_regular:before {
    content: "\e1ba";
}
.icon-ic_fluent_braces_variable_20_regular:before {
    content: "\e1d7";
}
.icon-ic_fluent_braces_variable_24_regular:before {
    content: "\e1d8";
}
.icon-ic_fluent_briefcase_16_regular:before {
    content: "\e1e9";
}
.icon-ic_fluent_briefcase_medical_16_regular:before {
    content: "\e1ed";
}
.icon-ic_fluent_building_retail_20_regular:before {
    content: "\e225";
}
.icon-ic_fluent_building_retail_money_20_regular:before {
    content: "\e226";
}
.icon-ic_fluent_building_retail_money_24_regular:before {
    content: "\e227";
}
.icon-ic_fluent_building_retail_shield_20_regular:before {
    content: "\e229";
}
.icon-ic_fluent_building_retail_shield_24_regular:before {
    content: "\e22a";
}
.icon-ic_fluent_building_retail_toolbox_20_regular:before {
    content: "\e22b";
}
.icon-ic_fluent_building_retail_toolbox_24_regular:before {
    content: "\e22c";
}
.icon-ic_fluent_calculator_multiple_20_regular:before {
    content: "\e236";
}
.icon-ic_fluent_calculator_multiple_24_regular:before {
    content: "\e237";
}
.icon-ic_fluent_calendar_3_day_16_regular:before {
    content: "\e238";
}
.icon-ic_fluent_calendar_arrow_right_16_regular:before {
    content: "\e23d";
}
.icon-ic_fluent_calendar_day_16_regular:before {
    content: "\e244";
}
.icon-ic_fluent_calendar_info_20_regular:before {
    content: "\e24b";
}
.icon-ic_fluent_calendar_settings_16_regular:before {
    content: "\e269";
}
.icon-ic_fluent_call_checkmark_24_regular:before {
    content: "\e277";
}
.icon-ic_fluent_call_end_16_regular:before {
    content: "\e27a";
}
.icon-ic_fluent_camera_dome_16_regular:before {
    content: "\e29a";
}
.icon-ic_fluent_camera_dome_20_regular:before {
    content: "\e29b";
}
.icon-ic_fluent_camera_dome_24_regular:before {
    content: "\e29c";
}
.icon-ic_fluent_camera_dome_28_regular:before {
    content: "\e29d";
}
.icon-ic_fluent_camera_dome_48_regular:before {
    content: "\e29e";
}
.icon-ic_fluent_chat_12_regular:before {
    content: "\e2e3";
}
.icon-ic_fluent_chevron_double_down_20_regular:before {
    content: "\e329";
}
.icon-ic_fluent_chevron_double_left_20_regular:before {
    content: "\e32a";
}
.icon-ic_fluent_chevron_double_right_20_regular:before {
    content: "\e32b";
}
.icon-ic_fluent_clipboard_bullet_list_ltr_20_regular:before {
    content: "\e348";
}
.icon-ic_fluent_clipboard_bullet_list_rtl_20_regular:before {
    content: "\e34a";
}
.icon-ic_fluent_clipboard_checkmark_20_regular:before {
    content: "\e34b";
}
.icon-ic_fluent_clipboard_checkmark_24_regular:before {
    content: "\e34c";
}
.icon-ic_fluent_clipboard_error_20_regular:before {
    content: "\e353";
}
.icon-ic_fluent_clipboard_error_24_regular:before {
    content: "\e354";
}
.icon-ic_fluent_clipboard_heart_24_regular:before {
    content: "\e355";
}
.icon-ic_fluent_clipboard_task_20_regular:before {
    content: "\e35d";
}
.icon-ic_fluent_clipboard_task_24_regular:before {
    content: "\e35e";
}
.icon-ic_fluent_clipboard_task_add_20_regular:before {
    content: "\e35f";
}
.icon-ic_fluent_clipboard_task_add_24_regular:before {
    content: "\e360";
}
.icon-ic_fluent_clipboard_task_list_ltr_20_regular:before {
    content: "\e361";
}
.icon-ic_fluent_clipboard_task_list_ltr_24_regular:before {
    content: "\e362";
}
.icon-ic_fluent_clock_alarm_16_regular:before {
    content: "\e36f";
}
.icon-ic_fluent_cloud_add_20_regular:before {
    content: "\e385";
}
.icon-ic_fluent_cloud_edit_20_regular:before {
    content: "\e3a4";
}
.icon-ic_fluent_cloud_link_20_regular:before {
    content: "\e3a6";
}
.icon-ic_fluent_color_16_regular:before {
    content: "\e3bc";
}
.icon-ic_fluent_column_triple_20_regular:before {
    content: "\e3ce";
}
.icon-ic_fluent_column_triple_edit_20_regular:before {
    content: "\e3cf";
}
.icon-ic_fluent_column_triple_edit_24_regular:before {
    content: "\e3d0";
}
.icon-ic_fluent_comment_error_20_regular:before {
    content: "\e3f1";
}
.icon-ic_fluent_communication_person_20_regular:before {
    content: "\e405";
}
.icon-ic_fluent_communication_person_24_regular:before {
    content: "\e406";
}
.icon-ic_fluent_contact_card_link_20_regular:before {
    content: "\e410";
}
.icon-ic_fluent_data_trending_16_regular:before {
    content: "\e45c";
}
.icon-ic_fluent_data_trending_20_regular:before {
    content: "\e45d";
}
.icon-ic_fluent_data_trending_24_regular:before {
    content: "\e45e";
}
.icon-ic_fluent_data_usage_edit_24_regular:before {
    content: "\e460";
}
.icon-ic_fluent_database_20_regular:before {
    content: "\e466";
}
.icon-ic_fluent_database_24_regular:before {
    content: "\e467";
}
.icon-ic_fluent_database_search_20_regular:before {
    content: "\e472";
}
.icon-ic_fluent_database_search_24_regular:before {
    content: "\e473";
}
.icon-ic_fluent_delete_arrow_back_16_regular:before {
    content: "\e47c";
}
.icon-ic_fluent_desktop_edit_16_regular:before {
    content: "\e48f";
}
.icon-ic_fluent_dismiss_circle_12_regular:before {
    content: "\e4c1";
}
.icon-ic_fluent_divider_tall_16_regular:before {
    content: "\e4ce";
}
.icon-ic_fluent_document_arrow_down_20_regular:before {
    content: "\e4e0";
}
.icon-ic_fluent_document_heart_20_regular:before {
    content: "\e508";
}
.icon-ic_fluent_document_heart_24_regular:before {
    content: "\e509";
}
.icon-ic_fluent_document_heart_pulse_20_regular:before {
    content: "\e50a";
}
.icon-ic_fluent_document_heart_pulse_24_regular:before {
    content: "\e50b";
}
.icon-ic_fluent_document_multiple_20_regular:before {
    content: "\e520";
}
.icon-ic_fluent_document_multiple_prohibited_20_regular:before {
    content: "\e524";
}
.icon-ic_fluent_document_multiple_prohibited_24_regular:before {
    content: "\e525";
}
.icon-ic_fluent_document_search_16_regular:before {
    content: "\e541";
}
.icon-ic_fluent_door_20_regular:before {
    content: "\e562";
}
.icon-ic_fluent_emoji_laugh_16_regular:before {
    content: "\e5d1";
}
.icon-ic_fluent_equal_off_24_regular:before {
    content: "\e5e3";
}
.icon-ic_fluent_error_circle_settings_20_regular:before {
    content: "\e5ee";
}
.icon-ic_fluent_eye_off_16_regular:before {
    content: "\e5f4";
}
.icon-ic_fluent_fax_20_regular:before {
    content: "\e608";
}
.icon-ic_fluent_filter_dismiss_16_regular:before {
    content: "\e60c";
}
.icon-ic_fluent_filter_dismiss_20_regular:before {
    content: "\e60d";
}
.icon-ic_fluent_flashlight_16_regular:before {
    content: "\e628";
}
.icon-ic_fluent_flashlight_20_regular:before {
    content: "\e629";
}
.icon-ic_fluent_flow_20_regular:before {
    content: "\e637";
}
.icon-ic_fluent_fluid_16_regular:before {
    content: "\e640";
}
.icon-ic_fluent_folder_add_16_regular:before {
    content: "\e645";
}
.icon-ic_fluent_folder_globe_20_regular:before {
    content: "\e655";
}
.icon-ic_fluent_folder_mail_20_regular:before {
    content: "\e657";
}
.icon-ic_fluent_folder_person_20_regular:before {
    content: "\e65a";
}
.icon-ic_fluent_folder_sync_20_regular:before {
    content: "\e664";
}
.icon-ic_fluent_food_16_regular:before {
    content: "\e666";
}
.icon-ic_fluent_food_cake_16_regular:before {
    content: "\e66a";
}
.icon-ic_fluent_full_screen_maximize_16_regular:before {
    content: "\e683";
}
.icon-ic_fluent_full_screen_maximize_20_regular:before {
    content: "\e684";
}
.icon-ic_fluent_gif_16_regular:before {
    content: "\e69a";
}
.icon-ic_fluent_gift_16_regular:before {
    content: "\e69b";
}
.icon-ic_fluent_globe_star_20_regular:before {
    content: "\e6bd";
}
.icon-ic_fluent_globe_surface_20_regular:before {
    content: "\e6be";
}
.icon-ic_fluent_globe_surface_24_regular:before {
    content: "\e6bf";
}
.icon-ic_fluent_heart_broken_20_regular:before {
    content: "\e6fd";
}
.icon-ic_fluent_history_16_regular:before {
    content: "\e705";
}
.icon-ic_fluent_image_prohibited_20_regular:before {
    content: "\e72d";
}
.icon-ic_fluent_image_prohibited_24_regular:before {
    content: "\e72e";
}
.icon-ic_fluent_info_12_regular:before {
    content: "\e736";
}
.icon-ic_fluent_iot_20_regular:before {
    content: "\e73d";
}
.icon-ic_fluent_iot_24_regular:before {
    content: "\e73e";
}
.icon-ic_fluent_mail_open_person_16_regular:before {
    content: "\e7cb";
}
.icon-ic_fluent_mail_template_16_regular:before {
    content: "\e7d7";
}
.icon-ic_fluent_navigation_16_regular:before {
    content: "\e85f";
}
.icon-ic_fluent_news_16_regular:before {
    content: "\e866";
}
.icon-ic_fluent_note_edit_20_regular:before {
    content: "\e86e";
}
.icon-ic_fluent_note_edit_24_regular:before {
    content: "\e86f";
}
.icon-ic_fluent_notepad_edit_20_regular:before {
    content: "\e880";
}
.icon-ic_fluent_people_list_20_regular:before {
    content: "\e8fc";
}
.icon-ic_fluent_people_settings_24_regular:before {
    content: "\e908";
}
.icon-ic_fluent_people_team_toolbox_20_regular:before {
    content: "\e918";
}
.icon-ic_fluent_people_team_toolbox_24_regular:before {
    content: "\e919";
}
.icon-ic_fluent_person_feedback_16_regular:before {
    content: "\e930";
}
.icon-ic_fluent_person_money_20_regular:before {
    content: "\e93c";
}
.icon-ic_fluent_person_money_24_regular:before {
    content: "\e93d";
}
.icon-ic_fluent_phone_eraser_16_regular:before {
    content: "\e95c";
}
.icon-ic_fluent_port_hdmi_24_regular:before {
    content: "\e9a1";
}
.icon-ic_fluent_port_micro_usb_24_regular:before {
    content: "\e9a3";
}
.icon-ic_fluent_port_usb_a_24_regular:before {
    content: "\e9a5";
}
.icon-ic_fluent_port_usb_c_24_regular:before {
    content: "\e9a7";
}
.icon-ic_fluent_prohibited_12_regular:before {
    content: "\e9cf";
}
.icon-ic_fluent_receipt_play_20_regular:before {
    content: "\ea04";
}
.icon-ic_fluent_receipt_play_24_regular:before {
    content: "\ea05";
}
.icon-ic_fluent_save_search_20_regular:before {
    content: "\ea4d";
}
.icon-ic_fluent_search_settings_20_regular:before {
    content: "\ea7f";
}
.icon-ic_fluent_shield_lock_20_regular:before {
    content: "\ead0";
}
.icon-ic_fluent_square_add_20_regular:before {
    content: "\eb7b";
}
.icon-ic_fluent_star_line_horizontal_3_16_regular:before {
    content: "\ebb1";
}
.icon-ic_fluent_stream_20_regular:before {
    content: "\ebc4";
}
.icon-ic_fluent_stream_24_regular:before {
    content: "\ebc5";
}
.icon-ic_fluent_syringe_20_regular:before {
    content: "\ebe2";
}
.icon-ic_fluent_syringe_24_regular:before {
    content: "\ebe3";
}
.icon-ic_fluent_tag_dismiss_20_regular:before {
    content: "\ec75";
}
.icon-ic_fluent_tag_dismiss_24_regular:before {
    content: "\ec76";
}
.icon-ic_fluent_target_arrow_24_regular:before {
    content: "\ec91";
}
.icon-ic_fluent_temperature_16_regular:before {
    content: "\eca1";
}
.icon-ic_fluent_thumb_dislike_16_regular:before {
    content: "\ed77";
}
.icon-ic_fluent_tooltip_quote_24_regular:before {
    content: "\ed9a";
}
.icon-ic_fluent_umbrella_20_regular:before {
    content: "\edcc";
}
.icon-ic_fluent_umbrella_24_regular:before {
    content: "\edcd";
}
.icon-ic_fluent_vehicle_truck_profile_20_regular:before {
    content: "\edee";
}
.icon-ic_fluent_video_add_20_regular:before {
    content: "\edf5";
}
.icon-ic_fluent_video_add_24_regular:before {
    content: "\edf6";
}
.icon-ic_fluent_warning_12_regular:before {
    content: "\ee3b";
}
.icon-ic_fluent_window_dev_edit_20_regular:before {
    content: "\ee72";
}
.icon-ic_fluent_xray_20_regular:before {
    content: "\ee89";
}
.icon-ic_fluent_xray_24_regular:before {
    content: "\ee8a";
}
.icon-ic_fluent_arrow_autofit_down_24_regular:before {
    content: "\e076";
}
.icon-ic_fluent_arrow_autofit_up_24_regular:before {
    content: "\e07b";
}
.icon-ic_fluent_clipboard_task_list_rtl_20_regular:before {
    content: "\e363";
}
.icon-ic_fluent_clipboard_task_list_rtl_24_regular:before {
    content: "\e364";
}
.icon-ic_fluent_comma_24_regular:before {
    content: "\e3d2";
}
.icon-ic_fluent_text_align_center_rotate_270_24_regular:before {
    content: "\ecb5";
}
.icon-ic_fluent_text_align_justify_rotate_90_24_regular:before {
    content: "\ecc2";
}
.icon-ic_fluent_text_align_left_rotate_270_24_regular:before {
    content: "\ecc6";
}
.icon-ic_fluent_text_align_right_rotate_270_24_regular:before {
    content: "\eccd";
}
.icon-ic_fluent_text_strikethrough_16_regular:before {
    content: "\ed5e";
}
.icon-ic_fluent_text_strikethrough_20_regular:before {
    content: "\ed5f";
}
.icon-ic_fluent_text_strikethrough_24_regular:before {
    content: "\ed60";
}
.icon-ic_fluent_textbox_align_bottom_rotate_90_24_regular:before {
    content: "\ed6c";
}
.icon-ic_fluent_textbox_align_middle_rotate_90_24_regular:before {
    content: "\ed70";
}
.icon-ic_fluent_textbox_align_top_rotate_90_24_regular:before {
    content: "\ed72";
}
.icon-ic_fluent_arrow_clockwise_12_regular:before {
    content: "\e0a9";
}
.icon-ic_fluent_arrow_clockwise_28_regular:before {
    content: "\e0ab";
}
.icon-ic_fluent_arrow_clockwise_32_regular:before {
    content: "\e0ac";
}
.icon-ic_fluent_arrow_clockwise_48_regular:before {
    content: "\e0ad";
}
.icon-ic_fluent_arrow_counterclockwise_12_regular:before {
    content: "\e0b2";
}
.icon-ic_fluent_arrow_counterclockwise_16_regular:before {
    content: "\e0b3";
}
.icon-ic_fluent_arrow_counterclockwise_32_regular:before {
    content: "\e0b4";
}
.icon-ic_fluent_arrow_counterclockwise_48_regular:before {
    content: "\e0b5";
}
.icon-ic_fluent_arrow_rotate_clockwise_16_regular:before {
    content: "\e0ec";
}
.icon-ic_fluent_arrow_split_20_regular:before {
    content: "\e0f4";
}
.icon-ic_fluent_battery_checkmark_24_regular:before {
    content: "\e146";
}
.icon-ic_fluent_book_open_16_regular:before {
    content: "\e177";
}
.icon-ic_fluent_broad_activity_feed_16_regular:before {
    content: "\e202";
}
.icon-ic_fluent_broad_activity_feed_20_regular:before {
    content: "\e203";
}
.icon-ic_fluent_calendar_pattern_20_regular:before {
    content: "\e259";
}
.icon-ic_fluent_calendar_person_16_regular:before {
    content: "\e25a";
}
.icon-ic_fluent_calendar_phone_16_regular:before {
    content: "\e25c";
}
.icon-ic_fluent_calendar_phone_20_regular:before {
    content: "\e25d";
}
.icon-ic_fluent_calendar_search_20_regular:before {
    content: "\e268";
}
.icon-ic_fluent_calendar_star_16_regular:before {
    content: "\e26a";
}
.icon-ic_fluent_chat_arrow_back_16_regular:before {
    content: "\e2e7";
}
.icon-ic_fluent_chat_arrow_back_20_regular:before {
    content: "\e2e8";
}
.icon-ic_fluent_chat_arrow_double_back_16_regular:before {
    content: "\e2e9";
}
.icon-ic_fluent_chat_arrow_double_back_20_regular:before {
    content: "\e2ea";
}
.icon-ic_fluent_check_24_regular:before {
    content: "\e2f5";
}
.icon-ic_fluent_checkbox_checked_sync_20_regular:before {
    content: "\e2fc";
}
.icon-ic_fluent_chevron_up_down_16_regular:before {
    content: "\e32e";
}
.icon-ic_fluent_cursor_click_20_regular:before {
    content: "\e445";
}
.icon-ic_fluent_cursor_click_24_regular:before {
    content: "\e446";
}
.icon-ic_fluent_directions_16_regular:before {
    content: "\e4c0";
}
.icon-ic_fluent_divider_tall_20_regular:before {
    content: "\e4cf";
}
.icon-ic_fluent_document_arrow_up_20_regular:before {
    content: "\e4e8";
}
.icon-ic_fluent_document_dismiss_16_regular:before {
    content: "\e4f9";
}
.icon-ic_fluent_document_link_16_regular:before {
    content: "\e513";
}
.icon-ic_fluent_document_person_20_regular:before {
    content: "\e52b";
}
.icon-ic_fluent_edit_arrow_back_20_regular:before {
    content: "\e5b5";
}
.icon-ic_fluent_emoji_sad_16_regular:before {
    content: "\e5d4";
}
.icon-ic_fluent_globe_clock_16_regular:before {
    content: "\e6b4";
}
.icon-ic_fluent_globe_clock_20_regular:before {
    content: "\e6b5";
}
.icon-ic_fluent_immersive_reader_16_regular:before {
    content: "\e733";
}
.icon-ic_fluent_link_dismiss_16_regular:before {
    content: "\e772";
}
.icon-ic_fluent_lock_open_16_regular:before {
    content: "\e794";
}
.icon-ic_fluent_luggage_16_regular:before {
    content: "\e79a";
}
.icon-ic_fluent_luggage_20_regular:before {
    content: "\e79b";
}
.icon-ic_fluent_mail_arrow_double_back_20_regular:before {
    content: "\e7a7";
}
.icon-ic_fluent_mail_arrow_down_20_regular:before {
    content: "\e7a8";
}
.icon-ic_fluent_mail_arrow_forward_20_regular:before {
    content: "\e7aa";
}
.icon-ic_fluent_mail_attach_20_regular:before {
    content: "\e7ad";
}
.icon-ic_fluent_mail_checkmark_20_regular:before {
    content: "\e7b0";
}
.icon-ic_fluent_mail_error_16_regular:before {
    content: "\e7b5";
}
.icon-ic_fluent_mail_inbox_arrow_down_20_regular:before {
    content: "\e7b8";
}
.icon-ic_fluent_mail_pause_20_regular:before {
    content: "\e7ce";
}
.icon-ic_fluent_mail_settings_20_regular:before {
    content: "\e7d5";
}
.icon-ic_fluent_mail_shield_20_regular:before {
    content: "\e7d6";
}
.icon-ic_fluent_note_pin_20_regular:before {
    content: "\e870";
}
.icon-ic_fluent_pause_circle_24_regular:before {
    content: "\e8cf";
}
.icon-ic_fluent_people_checkmark_16_regular:before {
    content: "\e8f2";
}
.icon-ic_fluent_people_sync_20_regular:before {
    content: "\e90e";
}
.icon-ic_fluent_people_toolbox_20_regular:before {
    content: "\e91a";
}
.icon-ic_fluent_person_settings_20_regular:before {
    content: "\e946";
}
.icon-ic_fluent_phone_checkmark_20_regular:before {
    content: "\e958";
}
.icon-ic_fluent_play_16_regular:before {
    content: "\e990";
}
.icon-ic_fluent_play_28_regular:before {
    content: "\e991";
}
.icon-ic_fluent_play_32_regular:before {
    content: "\e992";
}
.icon-ic_fluent_receipt_money_24_regular:before {
    content: "\ea03";
}
.icon-ic_fluent_save_16_regular:before {
    content: "\ea43";
}
.icon-ic_fluent_shield_error_16_regular:before {
    content: "\eace";
}
.icon-ic_fluent_sport_soccer_16_regular:before {
    content: "\eb70";
}
.icon-ic_fluent_square_20_regular:before {
    content: "\eb75";
}
.icon-ic_fluent_tag_multiple_20_regular:before {
    content: "\ec7e";
}
.icon-ic_fluent_text_quote_16_regular:before {
    content: "\ed59";
}
.icon-ic_fluent_vehicle_car_profile_ltr_20_regular:before {
    content: "\ede0";
}
.icon-ic_fluent_vehicle_car_profile_rtl_20_regular:before {
    content: "\ede1";
}
.icon-ic_fluent_weather_partly_cloudy_day_16_regular:before {
    content: "\ee4b";
}
.icon-ic_fluent_weather_sunny_16_regular:before {
    content: "\ee4c";
}
.icon-ic_fluent_text_direction_horizontal_left_20_regular:before {
    content: "\ed02";
}
.icon-ic_fluent_text_direction_horizontal_left_24_regular:before {
    content: "\ed03";
}
.icon-ic_fluent_text_direction_horizontal_right_20_regular:before {
    content: "\ed04";
}
.icon-ic_fluent_text_direction_horizontal_right_24_regular:before {
    content: "\ed05";
}
.icon-ic_fluent_text_direction_rotate_270_right_20_regular:before {
    content: "\ed06";
}
.icon-ic_fluent_text_direction_rotate_270_right_24_regular:before {
    content: "\ed07";
}
.icon-ic_fluent_text_direction_rotate_90_left_20_regular:before {
    content: "\ed08";
}
.icon-ic_fluent_text_direction_rotate_90_left_24_regular:before {
    content: "\ed09";
}
.icon-ic_fluent_text_direction_rotate_90_right_20_regular:before {
    content: "\ed0a";
}
.icon-ic_fluent_text_direction_rotate_90_right_24_regular:before {
    content: "\ed0b";
}
.icon-ic_fluent_arrow_autofit_content_24_regular:before {
    content: "\e074";
}
.icon-ic_fluent_arrow_trending_lines_20_regular:before {
    content: "\e11c";
}
.icon-ic_fluent_arrow_trending_lines_24_regular:before {
    content: "\e11d";
}
.icon-ic_fluent_calendar_error_24_regular:before {
    content: "\e24a";
}
.icon-ic_fluent_cellular_warning_24_regular:before {
    content: "\e2b7";
}
.icon-ic_fluent_cloud_arrow_down_16_regular:before {
    content: "\e38c";
}
.icon-ic_fluent_cloud_arrow_down_20_regular:before {
    content: "\e38d";
}
.icon-ic_fluent_cloud_arrow_down_24_regular:before {
    content: "\e38e";
}
.icon-ic_fluent_cloud_arrow_down_28_regular:before {
    content: "\e38f";
}
.icon-ic_fluent_cloud_arrow_down_32_regular:before {
    content: "\e390";
}
.icon-ic_fluent_cloud_arrow_down_48_regular:before {
    content: "\e391";
}
.icon-ic_fluent_cloud_arrow_up_16_regular:before {
    content: "\e392";
}
.icon-ic_fluent_cloud_arrow_up_20_regular:before {
    content: "\e393";
}
.icon-ic_fluent_cloud_arrow_up_24_regular:before {
    content: "\e394";
}
.icon-ic_fluent_cloud_arrow_up_28_regular:before {
    content: "\e395";
}
.icon-ic_fluent_cloud_arrow_up_32_regular:before {
    content: "\e396";
}
.icon-ic_fluent_cloud_arrow_up_48_regular:before {
    content: "\e397";
}
.icon-ic_fluent_cloud_checkmark_16_regular:before {
    content: "\e398";
}
.icon-ic_fluent_cloud_checkmark_20_regular:before {
    content: "\e399";
}
.icon-ic_fluent_cloud_checkmark_24_regular:before {
    content: "\e39a";
}
.icon-ic_fluent_cloud_checkmark_28_regular:before {
    content: "\e39b";
}
.icon-ic_fluent_cloud_checkmark_32_regular:before {
    content: "\e39c";
}
.icon-ic_fluent_cloud_checkmark_48_regular:before {
    content: "\e39d";
}
.icon-ic_fluent_cloud_dismiss_16_regular:before {
    content: "\e39e";
}
.icon-ic_fluent_cloud_dismiss_20_regular:before {
    content: "\e39f";
}
.icon-ic_fluent_cloud_dismiss_24_regular:before {
    content: "\e3a0";
}
.icon-ic_fluent_cloud_dismiss_28_regular:before {
    content: "\e3a1";
}
.icon-ic_fluent_cloud_dismiss_32_regular:before {
    content: "\e3a2";
}
.icon-ic_fluent_cloud_dismiss_48_regular:before {
    content: "\e3a3";
}
.icon-ic_fluent_grid_dots_20_regular:before {
    content: "\e6c4";
}
.icon-ic_fluent_grid_dots_24_regular:before {
    content: "\e6c5";
}
.icon-ic_fluent_grid_dots_28_regular:before {
    content: "\e6c6";
}
.icon-ic_fluent_ios_arrow_ltr_24_regular:before {
    content: "\e73b";
}
.icon-ic_fluent_ios_arrow_rtl_24_regular:before {
    content: "\e73c";
}
.icon-ic_fluent_mail_multiple_16_regular:before {
    content: "\e7c5";
}
.icon-ic_fluent_mail_multiple_20_regular:before {
    content: "\e7c6";
}
.icon-ic_fluent_mail_multiple_24_regular:before {
    content: "\e7c7";
}
.icon-ic_fluent_panel_bottom_20_regular:before {
    content: "\e8ac";
}
.icon-ic_fluent_panel_left_16_regular:before {
    content: "\e8af";
}
.icon-ic_fluent_panel_left_20_regular:before {
    content: "\e8b0";
}
.icon-ic_fluent_panel_left_24_regular:before {
    content: "\e8b1";
}
.icon-ic_fluent_panel_left_28_regular:before {
    content: "\e8b2";
}
.icon-ic_fluent_panel_left_48_regular:before {
    content: "\e8b3";
}
.icon-ic_fluent_panel_right_16_regular:before {
    content: "\e8bc";
}
.icon-ic_fluent_panel_right_20_regular:before {
    content: "\e8bd";
}
.icon-ic_fluent_panel_right_24_regular:before {
    content: "\e8be";
}
.icon-ic_fluent_panel_right_28_regular:before {
    content: "\e8bf";
}
.icon-ic_fluent_panel_right_48_regular:before {
    content: "\e8c0";
}
.icon-ic_fluent_panel_right_contract_16_regular:before {
    content: "\e8c1";
}
.icon-ic_fluent_panel_right_contract_20_regular:before {
    content: "\e8c2";
}
.icon-ic_fluent_panel_right_contract_24_regular:before {
    content: "\e8c3";
}
.icon-ic_fluent_panel_right_expand_20_regular:before {
    content: "\e8c4";
}
.icon-ic_fluent_puzzle_piece_16_regular:before {
    content: "\e9e8";
}
.icon-ic_fluent_puzzle_piece_20_regular:before {
    content: "\e9e9";
}
.icon-ic_fluent_puzzle_piece_24_regular:before {
    content: "\e9ea";
}
.icon-ic_fluent_scan_table_24_regular:before {
    content: "\ea64";
}
.icon-ic_fluent_scan_text_24_regular:before {
    content: "\ea66";
}
.icon-ic_fluent_scan_type_20_regular:before {
    content: "\ea71";
}
.icon-ic_fluent_scan_type_24_regular:before {
    content: "\ea72";
}
.icon-ic_fluent_scan_type_off_20_regular:before {
    content: "\ea75";
}
.icon-ic_fluent_shield_task_16_regular:before {
    content: "\ead6";
}
.icon-ic_fluent_shield_task_20_regular:before {
    content: "\ead7";
}
.icon-ic_fluent_shield_task_24_regular:before {
    content: "\ead8";
}
.icon-ic_fluent_shield_task_28_regular:before {
    content: "\ead9";
}
.icon-ic_fluent_shield_task_48_regular:before {
    content: "\eada";
}
.icon-ic_fluent_square_multiple_16_regular:before {
    content: "\eb95";
}
.icon-ic_fluent_stack_star_16_regular:before {
    content: "\eb9c";
}
.icon-ic_fluent_stack_star_20_regular:before {
    content: "\eb9d";
}
.icon-ic_fluent_stack_star_24_regular:before {
    content: "\eb9e";
}
.icon-ic_fluent_subtract_circle_arrow_back_16_regular:before {
    content: "\ebd5";
}
.icon-ic_fluent_subtract_circle_arrow_back_20_regular:before {
    content: "\ebd6";
}
.icon-ic_fluent_subtract_circle_arrow_forward_16_regular:before {
    content: "\ebd7";
}
.icon-ic_fluent_subtract_circle_arrow_forward_20_regular:before {
    content: "\ebd8";
}
.icon-ic_fluent_text_add_t_24_regular:before {
    content: "\ecb1";
}
.icon-ic_fluent_text_more_24_regular:before {
    content: "\ed38";
}
.icon-ic_fluent_text_t_20_regular:before {
    content: "\ed63";
}
.icon-ic_fluent_text_t_24_regular:before {
    content: "\ed64";
}
.icon-ic_fluent_usb_plug_20_regular:before {
    content: "\edcf";
}
.icon-ic_fluent_usb_plug_24_regular:before {
    content: "\edd0";
}
.icon-ic_fluent_wifi_lock_24_regular:before {
    content: "\ee58";
}
.icon-ic_fluent_arrow_bidirectional_up_down_12_regular:before {
    content: "\e082";
}
.icon-ic_fluent_arrow_bidirectional_up_down_16_regular:before {
    content: "\e083";
}
.icon-ic_fluent_arrow_bidirectional_up_down_20_regular:before {
    content: "\e084";
}
.icon-ic_fluent_arrow_bidirectional_up_down_24_regular:before {
    content: "\e085";
}
.icon-ic_fluent_arrow_circle_down_up_20_regular:before {
    content: "\e091";
}
.icon-ic_fluent_arrow_circle_left_12_regular:before {
    content: "\e092";
}
.icon-ic_fluent_arrow_circle_left_16_regular:before {
    content: "\e093";
}
.icon-ic_fluent_arrow_circle_right_12_regular:before {
    content: "\e099";
}
.icon-ic_fluent_arrow_circle_right_16_regular:before {
    content: "\e09a";
}
.icon-ic_fluent_arrow_eject_20_regular:before {
    content: "\e0be";
}
.icon-ic_fluent_arrow_export_rtl_16_regular:before {
    content: "\e0c9";
}
.icon-ic_fluent_arrow_left_12_regular:before {
    content: "\e0d7";
}
.icon-ic_fluent_arrow_move_inward_20_regular:before {
    content: "\e0dc";
}
.icon-ic_fluent_arrow_redo_16_regular:before {
    content: "\e0e4";
}
.icon-ic_fluent_arrow_right_12_regular:before {
    content: "\e0ea";
}
.icon-ic_fluent_arrow_step_in_12_regular:before {
    content: "\e0fa";
}
.icon-ic_fluent_arrow_step_in_left_12_regular:before {
    content: "\e0ff";
}
.icon-ic_fluent_arrow_step_in_left_16_regular:before {
    content: "\e100";
}
.icon-ic_fluent_arrow_step_in_right_12_regular:before {
    content: "\e104";
}
.icon-ic_fluent_arrow_step_in_right_16_regular:before {
    content: "\e105";
}
.icon-ic_fluent_arrow_step_out_12_regular:before {
    content: "\e109";
}
.icon-ic_fluent_arrow_sync_off_16_regular:before {
    content: "\e115";
}
.icon-ic_fluent_arrow_sync_off_20_regular:before {
    content: "\e116";
}
.icon-ic_fluent_arrow_up_12_regular:before {
    content: "\e12a";
}
.icon-ic_fluent_bezier_curve_square_12_regular:before {
    content: "\e14e";
}
.icon-ic_fluent_border_all_16_regular:before {
    content: "\e19b";
}
.icon-ic_fluent_border_all_20_regular:before {
    content: "\e19c";
}
.icon-ic_fluent_braces_20_regular:before {
    content: "\e1d5";
}
.icon-ic_fluent_building_lighthouse_20_regular:before {
    content: "\e222";
}
.icon-ic_fluent_calendar_assistant_16_regular:before {
    content: "\e23f";
}
.icon-ic_fluent_center_vertical_20_regular:before {
    content: "\e2ba";
}
.icon-ic_fluent_chat_dismiss_16_regular:before {
    content: "\e2ec";
}
.icon-ic_fluent_chat_warning_16_regular:before {
    content: "\e2f3";
}
.icon-ic_fluent_checkbox_indeterminate_16_regular:before {
    content: "\e2fd";
}
.icon-ic_fluent_checkbox_indeterminate_20_regular:before {
    content: "\e2fe";
}
.icon-ic_fluent_checkbox_indeterminate_24_regular:before {
    content: "\e2ff";
}
.icon-ic_fluent_chevron_circle_right_12_regular:before {
    content: "\e31b";
}
.icon-ic_fluent_circle_off_16_regular:before {
    content: "\e33c";
}
.icon-ic_fluent_clipboard_pulse_24_regular:before {
    content: "\e35b";
}
.icon-ic_fluent_clock_arrow_download_24_regular:before {
    content: "\e371";
}
.icon-ic_fluent_cloud_flow_24_regular:before {
    content: "\e3a5";
}
.icon-ic_fluent_cloud_swap_20_regular:before {
    content: "\e3ab";
}
.icon-ic_fluent_cloud_swap_24_regular:before {
    content: "\e3ac";
}
.icon-ic_fluent_code_circle_20_regular:before {
    content: "\e3b9";
}
.icon-ic_fluent_comment_multiple_28_regular:before {
    content: "\e3f3";
}
.icon-ic_fluent_comment_multiple_checkmark_16_regular:before {
    content: "\e3f5";
}
.icon-ic_fluent_comment_multiple_checkmark_20_regular:before {
    content: "\e3f6";
}
.icon-ic_fluent_comment_multiple_checkmark_24_regular:before {
    content: "\e3f7";
}
.icon-ic_fluent_comment_multiple_checkmark_28_regular:before {
    content: "\e3f8";
}
.icon-ic_fluent_cube_12_regular:before {
    content: "\e42e";
}
.icon-ic_fluent_developer_board_search_20_regular:before {
    content: "\e4af";
}
.icon-ic_fluent_document_arrow_right_20_regular:before {
    content: "\e4e6";
}
.icon-ic_fluent_document_chevron_double_24_regular:before {
    content: "\e4f4";
}
.icon-ic_fluent_document_css_24_regular:before {
    content: "\e4f6";
}
.icon-ic_fluent_document_javascript_24_regular:before {
    content: "\e50d";
}
.icon-ic_fluent_document_multiple_percent_20_regular:before {
    content: "\e522";
}
.icon-ic_fluent_document_percent_20_regular:before {
    content: "\e529";
}
.icon-ic_fluent_document_percent_24_regular:before {
    content: "\e52a";
}
.icon-ic_fluent_document_settings_20_regular:before {
    content: "\e542";
}
.icon-ic_fluent_document_split_hint_16_regular:before {
    content: "\e543";
}
.icon-ic_fluent_document_split_hint_20_regular:before {
    content: "\e544";
}
.icon-ic_fluent_document_sync_16_regular:before {
    content: "\e547";
}
.icon-ic_fluent_document_sync_20_regular:before {
    content: "\e548";
}
.icon-ic_fluent_door_arrow_right_16_regular:before {
    content: "\e567";
}
.icon-ic_fluent_door_arrow_right_20_regular:before {
    content: "\e568";
}
.icon-ic_fluent_dual_screen_20_regular:before {
    content: "\e594";
}
.icon-ic_fluent_glance_20_regular:before {
    content: "\e6a4";
}
.icon-ic_fluent_glance_horizontal_20_regular:before {
    content: "\e6a7";
}
.icon-ic_fluent_highlight_link_20_regular:before {
    content: "\e704";
}
.icon-ic_fluent_keyboard_123_24_regular:before {
    content: "\e749";
}
.icon-ic_fluent_laptop_dismiss_20_regular:before {
    content: "\e755";
}
.icon-ic_fluent_link_dismiss_24_regular:before {
    content: "\e774";
}
.icon-ic_fluent_panel_bottom_contract_20_regular:before {
    content: "\e8ad";
}
.icon-ic_fluent_panel_bottom_expand_20_regular:before {
    content: "\e8ae";
}
.icon-ic_fluent_panel_left_expand_20_regular:before {
    content: "\e8b9";
}
.icon-ic_fluent_panel_separate_window_20_regular:before {
    content: "\e8c5";
}
.icon-ic_fluent_panel_top_contract_20_regular:before {
    content: "\e8c6";
}
.icon-ic_fluent_panel_top_expand_20_regular:before {
    content: "\e8c7";
}
.icon-ic_fluent_pause_off_16_regular:before {
    content: "\e8d0";
}
.icon-ic_fluent_person_circle_12_regular:before {
    content: "\e927";
}
.icon-ic_fluent_person_info_20_regular:before {
    content: "\e932";
}
.icon-ic_fluent_phone_12_regular:before {
    content: "\e953";
}
.icon-ic_fluent_replay_20_regular:before {
    content: "\ea12";
}
.icon-ic_fluent_square_12_regular:before {
    content: "\eb73";
}
.icon-ic_fluent_square_dismiss_16_regular:before {
    content: "\eb82";
}
.icon-ic_fluent_square_dismiss_20_regular:before {
    content: "\eb83";
}
.icon-ic_fluent_subtract_circle_12_regular:before {
    content: "\ebd4";
}
.icon-ic_fluent_tag_circle_20_regular:before {
    content: "\ec73";
}
.icon-ic_fluent_text_bullet_list_ltr_16_regular:before {
    content: "\ecd8";
}
.icon-ic_fluent_text_bullet_list_rtl_16_regular:before {
    content: "\ecdf";
}
.icon-ic_fluent_text_header_1_24_regular:before {
    content: "\ed1f";
}
.icon-ic_fluent_text_header_2_24_regular:before {
    content: "\ed20";
}
.icon-ic_fluent_text_header_3_24_regular:before {
    content: "\ed21";
}
.icon-ic_fluent_text_period_asterisk_20_regular:before {
    content: "\ed4a";
}
.icon-ic_fluent_timeline_20_regular:before {
    content: "\ed83";
}
.icon-ic_fluent_triangle_12_regular:before {
    content: "\eda4";
}
.icon-ic_fluent_wifi_settings_20_regular:before {
    content: "\ee5b";
}
.icon-ic_fluent_window_16_regular:before {
    content: "\ee5d";
}
.icon-ic_fluent_window_24_regular:before {
    content: "\ee5e";
}
.icon-ic_fluent_window_ad_off_20_regular:before {
    content: "\ee62";
}
.icon-ic_fluent_window_arrow_up_16_regular:before {
    content: "\ee6a";
}
.icon-ic_fluent_window_arrow_up_20_regular:before {
    content: "\ee6b";
}
.icon-ic_fluent_window_console_20_regular:before {
    content: "\ee6f";
}
.icon-ic_fluent_window_header_horizontal_off_20_regular:before {
    content: "\ee75";
}
.icon-ic_fluent_window_multiple_16_regular:before {
    content: "\ee78";
}
.icon-ic_fluent_zoom_in_16_regular:before {
    content: "\ee8e";
}
.icon-ic_fluent_zoom_out_16_regular:before {
    content: "\ee8f";
}
.icon-ic_fluent_align_end_horizontal_20_regular:before {
    content: "\e030";
}
.icon-ic_fluent_align_end_vertical_20_regular:before {
    content: "\e031";
}
.icon-ic_fluent_align_space_around_horizontal_20_regular:before {
    content: "\e03e";
}
.icon-ic_fluent_align_space_around_vertical_20_regular:before {
    content: "\e03f";
}
.icon-ic_fluent_align_space_between_horizontal_20_regular:before {
    content: "\e040";
}
.icon-ic_fluent_align_space_between_vertical_20_regular:before {
    content: "\e041";
}
.icon-ic_fluent_align_space_evenly_horizontal_20_regular:before {
    content: "\e042";
}
.icon-ic_fluent_align_space_evenly_vertical_20_regular:before {
    content: "\e043";
}
.icon-ic_fluent_align_space_fit_vertical_20_regular:before {
    content: "\e044";
}
.icon-ic_fluent_align_start_horizontal_20_regular:before {
    content: "\e045";
}
.icon-ic_fluent_align_start_vertical_20_regular:before {
    content: "\e046";
}
.icon-ic_fluent_align_stretch_horizontal_20_regular:before {
    content: "\e047";
}
.icon-ic_fluent_align_stretch_vertical_20_regular:before {
    content: "\e048";
}
.icon-ic_fluent_arrow_collapse_all_20_regular:before {
    content: "\e0b0";
}
.icon-ic_fluent_arrow_collapse_all_24_regular:before {
    content: "\e0b1";
}
.icon-ic_fluent_arrow_wrap_20_regular:before {
    content: "\e132";
}
.icon-ic_fluent_arrow_wrap_off_20_regular:before {
    content: "\e133";
}
.icon-ic_fluent_center_horizontal_20_regular:before {
    content: "\e2b8";
}
.icon-ic_fluent_document_multiple_24_regular:before {
    content: "\e521";
}
.icon-ic_fluent_document_multiple_percent_24_regular:before {
    content: "\e523";
}
.icon-ic_fluent_document_table_16_regular:before {
    content: "\e54a";
}
.icon-ic_fluent_document_table_20_regular:before {
    content: "\e54b";
}
.icon-ic_fluent_document_table_24_regular:before {
    content: "\e54c";
}
.icon-ic_fluent_glance_horizontal_12_regular:before {
    content: "\e6a6";
}
.icon-ic_fluent_panel_left_expand_16_regular:before {
    content: "\e8b8";
}
.icon-ic_fluent_square_shadow_12_regular:before {
    content: "\eb97";
}
.icon-ic_fluent_text_baseline_20_regular:before {
    content: "\ecd1";
}
.icon-ic_fluent_arrow_circle_down_12_regular:before {
    content: "\e089";
}
.icon-ic_fluent_arrow_circle_down_16_regular:before {
    content: "\e08a";
}
.icon-ic_fluent_arrow_circle_down_28_regular:before {
    content: "\e08b";
}
.icon-ic_fluent_arrow_circle_down_32_regular:before {
    content: "\e08c";
}
.icon-ic_fluent_arrow_circle_down_48_regular:before {
    content: "\e08d";
}
.icon-ic_fluent_arrow_circle_left_20_regular:before {
    content: "\e094";
}
.icon-ic_fluent_arrow_circle_left_24_regular:before {
    content: "\e095";
}
.icon-ic_fluent_arrow_circle_left_28_regular:before {
    content: "\e096";
}
.icon-ic_fluent_arrow_circle_left_32_regular:before {
    content: "\e097";
}
.icon-ic_fluent_arrow_circle_left_48_regular:before {
    content: "\e098";
}
.icon-ic_fluent_arrow_circle_right_20_regular:before {
    content: "\e09b";
}
.icon-ic_fluent_arrow_circle_right_28_regular:before {
    content: "\e09d";
}
.icon-ic_fluent_arrow_circle_right_32_regular:before {
    content: "\e09e";
}
.icon-ic_fluent_arrow_circle_right_48_regular:before {
    content: "\e09f";
}
.icon-ic_fluent_arrow_circle_up_12_regular:before {
    content: "\e0a0";
}
.icon-ic_fluent_arrow_circle_up_28_regular:before {
    content: "\e0a4";
}
.icon-ic_fluent_arrow_circle_up_32_regular:before {
    content: "\e0a5";
}
.icon-ic_fluent_arrow_circle_up_48_regular:before {
    content: "\e0a6";
}
.icon-ic_fluent_arrow_trending_checkmark_20_regular:before {
    content: "\e117";
}
.icon-ic_fluent_arrow_trending_checkmark_24_regular:before {
    content: "\e118";
}
.icon-ic_fluent_arrow_trending_settings_20_regular:before {
    content: "\e11e";
}
.icon-ic_fluent_arrow_trending_settings_24_regular:before {
    content: "\e11f";
}
.icon-ic_fluent_balloon_12_regular:before {
    content: "\e142";
}
.icon-ic_fluent_calendar_work_week_28_regular:before {
    content: "\e26e";
}
.icon-ic_fluent_channel_subtract_16_regular:before {
    content: "\e2d8";
}
.icon-ic_fluent_channel_subtract_20_regular:before {
    content: "\e2d9";
}
.icon-ic_fluent_channel_subtract_24_regular:before {
    content: "\e2da";
}
.icon-ic_fluent_channel_subtract_28_regular:before {
    content: "\e2db";
}
.icon-ic_fluent_channel_subtract_48_regular:before {
    content: "\e2dc";
}
.icon-ic_fluent_clipboard_settings_24_regular:before {
    content: "\e35c";
}
.icon-ic_fluent_cloud_archive_16_regular:before {
    content: "\e386";
}
.icon-ic_fluent_cloud_archive_20_regular:before {
    content: "\e387";
}
.icon-ic_fluent_cloud_words_16_regular:before {
    content: "\e3b3";
}
.icon-ic_fluent_cloud_words_20_regular:before {
    content: "\e3b4";
}
.icon-ic_fluent_cloud_words_24_regular:before {
    content: "\e3b5";
}
.icon-ic_fluent_cloud_words_28_regular:before {
    content: "\e3b6";
}
.icon-ic_fluent_cloud_words_32_regular:before {
    content: "\e3b7";
}
.icon-ic_fluent_cloud_words_48_regular:before {
    content: "\e3b8";
}
.icon-ic_fluent_column_arrow_right_20_regular:before {
    content: "\e3ca";
}
.icon-ic_fluent_control_button_20_regular:before {
    content: "\e41b";
}
.icon-ic_fluent_control_button_24_regular:before {
    content: "\e41c";
}
.icon-ic_fluent_credit_card_person_20_regular:before {
    content: "\e428";
}
.icon-ic_fluent_credit_card_person_24_regular:before {
    content: "\e429";
}
.icon-ic_fluent_credit_card_toolbox_24_regular:before {
    content: "\e42a";
}
.icon-ic_fluent_cube_link_20_regular:before {
    content: "\e431";
}
.icon-ic_fluent_delete_lines_20_regular:before {
    content: "\e481";
}
.icon-ic_fluent_dialpad_28_regular:before {
    content: "\e4b6";
}
.icon-ic_fluent_dialpad_32_regular:before {
    content: "\e4b7";
}
.icon-ic_fluent_dialpad_48_regular:before {
    content: "\e4b8";
}
.icon-ic_fluent_diversity_20_regular:before {
    content: "\e4c8";
}
.icon-ic_fluent_diversity_24_regular:before {
    content: "\e4c9";
}
.icon-ic_fluent_diversity_28_regular:before {
    content: "\e4ca";
}
.icon-ic_fluent_diversity_48_regular:before {
    content: "\e4cb";
}
.icon-ic_fluent_food_cake_12_regular:before {
    content: "\e669";
}
.icon-ic_fluent_globe_prohibited_20_regular:before {
    content: "\e6b9";
}
.icon-ic_fluent_globe_search_20_regular:before {
    content: "\e6ba";
}
.icon-ic_fluent_globe_video_28_regular:before {
    content: "\e6c0";
}
.icon-ic_fluent_globe_video_32_regular:before {
    content: "\e6c1";
}
.icon-ic_fluent_globe_video_48_regular:before {
    content: "\e6c2";
}
.icon-ic_fluent_guardian_20_regular:before {
    content: "\e6cd";
}
.icon-ic_fluent_guardian_24_regular:before {
    content: "\e6ce";
}
.icon-ic_fluent_guardian_28_regular:before {
    content: "\e6cf";
}
.icon-ic_fluent_guardian_48_regular:before {
    content: "\e6d0";
}
.icon-ic_fluent_hat_graduation_12_regular:before {
    content: "\e6e4";
}
.icon-ic_fluent_lock_closed_32_regular:before {
    content: "\e791";
}
.icon-ic_fluent_money_calculator_20_regular:before {
    content: "\e818";
}
.icon-ic_fluent_money_calculator_24_regular:before {
    content: "\e819";
}
.icon-ic_fluent_money_settings_20_regular:before {
    content: "\e820";
}
.icon-ic_fluent_options_48_regular:before {
    content: "\e899";
}
.icon-ic_fluent_pause_settings_20_regular:before {
    content: "\e8d3";
}
.icon-ic_fluent_person_lock_24_regular:before {
    content: "\e936";
}
.icon-ic_fluent_person_note_20_regular:before {
    content: "\e93e";
}
.icon-ic_fluent_road_cone_16_regular:before {
    content: "\ea31";
}
.icon-ic_fluent_road_cone_20_regular:before {
    content: "\ea32";
}
.icon-ic_fluent_road_cone_24_regular:before {
    content: "\ea33";
}
.icon-ic_fluent_road_cone_28_regular:before {
    content: "\ea34";
}
.icon-ic_fluent_road_cone_32_regular:before {
    content: "\ea35";
}
.icon-ic_fluent_road_cone_48_regular:before {
    content: "\ea36";
}
.icon-ic_fluent_scan_thumb_up_16_regular:before {
    content: "\ea67";
}
.icon-ic_fluent_scan_thumb_up_20_regular:before {
    content: "\ea68";
}
.icon-ic_fluent_scan_thumb_up_24_regular:before {
    content: "\ea69";
}
.icon-ic_fluent_scan_thumb_up_28_regular:before {
    content: "\ea6a";
}
.icon-ic_fluent_scan_thumb_up_48_regular:before {
    content: "\ea6b";
}
.icon-ic_fluent_share_48_regular:before {
    content: "\eaa8";
}
.icon-ic_fluent_speaker_0_32_regular:before {
    content: "\eb3a";
}
.icon-ic_fluent_speaker_1_32_regular:before {
    content: "\eb3f";
}
.icon-ic_fluent_speaker_2_32_regular:before {
    content: "\eb45";
}
.icon-ic_fluent_sticker_12_regular:before {
    content: "\ebc1";
}
.icon-ic_fluent_toolbox_12_regular:before {
    content: "\ed99";
}
.icon-ic_fluent_vehicle_car_collision_16_regular:before {
    content: "\edda";
}
.icon-ic_fluent_vehicle_car_collision_20_regular:before {
    content: "\eddb";
}
.icon-ic_fluent_vehicle_car_collision_24_regular:before {
    content: "\eddc";
}
.icon-ic_fluent_vehicle_car_collision_48_regular:before {
    content: "\eddf";
}
.icon-ic_fluent_wallet_20_regular:before {
    content: "\ee2c";
}
.icon-ic_fluent_wallet_24_regular:before {
    content: "\ee2d";
}
.icon-ic_fluent_whiteboard_48_regular:before {
    content: "\ee56";
}
.icon-ic_fluent_call_48_regular:before {
    content: "\e274";
}
.icon-ic_fluent_closed_caption_32_regular:before {
    content: "\e37b";
}
.icon-ic_fluent_desktop_keyboard_16_regular:before {
    content: "\e494";
}
.icon-ic_fluent_desktop_keyboard_20_regular:before {
    content: "\e495";
}
.icon-ic_fluent_desktop_keyboard_24_regular:before {
    content: "\e496";
}
.icon-ic_fluent_desktop_keyboard_28_regular:before {
    content: "\e497";
}
.icon-ic_fluent_heart_12_regular:before {
    content: "\e6fa";
}
.icon-ic_fluent_image_alt_text_16_regular:before {
    content: "\e71b";
}
.icon-ic_fluent_mail_12_regular:before {
    content: "\e7a0";
}
.icon-ic_fluent_more_circle_32_regular:before {
    content: "\e822";
}
.icon-ic_fluent_number_symbol_32_regular:before {
    content: "\e888";
}
.icon-ic_fluent_poll_16_regular:before {
    content: "\e99e";
}
.icon-ic_fluent_rectangle_landscape_12_regular:before {
    content: "\ea07";
}
.icon-ic_fluent_rectangle_landscape_16_regular:before {
    content: "\ea08";
}
.icon-ic_fluent_rectangle_landscape_24_regular:before {
    content: "\ea0a";
}
.icon-ic_fluent_rectangle_landscape_28_regular:before {
    content: "\ea0b";
}
.icon-ic_fluent_rectangle_landscape_32_regular:before {
    content: "\ea0c";
}
.icon-ic_fluent_rectangle_landscape_48_regular:before {
    content: "\ea0d";
}
.icon-ic_fluent_scan_thumb_up_off_16_regular:before {
    content: "\ea6c";
}
.icon-ic_fluent_scan_thumb_up_off_20_regular:before {
    content: "\ea6d";
}
.icon-ic_fluent_scan_thumb_up_off_24_regular:before {
    content: "\ea6e";
}
.icon-ic_fluent_scan_thumb_up_off_28_regular:before {
    content: "\ea6f";
}
.icon-ic_fluent_scan_thumb_up_off_48_regular:before {
    content: "\ea70";
}
.icon-ic_fluent_send_clock_24_regular:before {
    content: "\ea8f";
}
.icon-ic_fluent_share_screen_person_16_regular:before {
    content: "\eaaa";
}
.icon-ic_fluent_share_screen_person_20_regular:before {
    content: "\eaab";
}
.icon-ic_fluent_share_screen_person_24_regular:before {
    content: "\eaac";
}
.icon-ic_fluent_share_screen_person_28_regular:before {
    content: "\eaad";
}
.icon-ic_fluent_share_screen_person_overlay_16_regular:before {
    content: "\eaae";
}
.icon-ic_fluent_share_screen_person_overlay_20_regular:before {
    content: "\eaaf";
}
.icon-ic_fluent_share_screen_person_overlay_24_regular:before {
    content: "\eab0";
}
.icon-ic_fluent_share_screen_person_overlay_28_regular:before {
    content: "\eab1";
}
.icon-ic_fluent_share_screen_person_overlay_inside_16_regular:before {
    content: "\eab2";
}
.icon-ic_fluent_share_screen_person_overlay_inside_20_regular:before {
    content: "\eab3";
}
.icon-ic_fluent_share_screen_person_overlay_inside_24_regular:before {
    content: "\eab4";
}
.icon-ic_fluent_share_screen_person_overlay_inside_28_regular:before {
    content: "\eab5";
}
.icon-ic_fluent_slide_microphone_32_regular:before {
    content: "\eb1b";
}
.icon-ic_fluent_snooze_20_regular:before {
    content: "\eb2d";
}
.icon-ic_fluent_tag_32_regular:before {
    content: "\ec72";
}
.icon-ic_fluent_tag_dismiss_16_regular:before {
    content: "\ec74";
}
.icon-ic_fluent_tag_lock_16_regular:before {
    content: "\ec7a";
}
.icon-ic_fluent_tag_lock_20_regular:before {
    content: "\ec7b";
}
.icon-ic_fluent_tag_lock_24_regular:before {
    content: "\ec7c";
}
.icon-ic_fluent_tag_lock_32_regular:before {
    content: "\ec7d";
}
.icon-ic_fluent_text_align_center_16_regular:before {
    content: "\ecb2";
}
.icon-ic_fluent_text_align_left_16_regular:before {
    content: "\ecc3";
}
.icon-ic_fluent_text_align_right_16_regular:before {
    content: "\ecca";
}
.icon-ic_fluent_text_change_case_16_regular:before {
    content: "\ecf2";
}
.icon-ic_fluent_text_clear_formatting_16_regular:before {
    content: "\ecf3";
}
.icon-ic_fluent_text_font_size_16_regular:before {
    content: "\ed10";
}
.icon-ic_fluent_text_indent_decrease_ltr_16_regular:before {
    content: "\ed22";
}
.icon-ic_fluent_text_indent_decrease_ltr_20_regular:before {
    content: "\ed23";
}
.icon-ic_fluent_text_indent_decrease_ltr_24_regular:before {
    content: "\ed24";
}
.icon-ic_fluent_text_indent_decrease_rtl_16_regular:before {
    content: "\ed29";
}
.icon-ic_fluent_text_indent_decrease_rtl_20_regular:before {
    content: "\ed2a";
}
.icon-ic_fluent_text_indent_decrease_rtl_24_regular:before {
    content: "\ed2b";
}
.icon-ic_fluent_text_indent_increase_ltr_16_regular:before {
    content: "\ed2c";
}
.icon-ic_fluent_text_indent_increase_ltr_20_regular:before {
    content: "\ed2d";
}
.icon-ic_fluent_text_indent_increase_ltr_24_regular:before {
    content: "\ed2e";
}
.icon-ic_fluent_text_indent_increase_rtl_16_regular:before {
    content: "\ed33";
}
.icon-ic_fluent_text_indent_increase_rtl_20_regular:before {
    content: "\ed34";
}
.icon-ic_fluent_text_indent_increase_rtl_24_regular:before {
    content: "\ed35";
}
.icon-ic_fluent_text_number_list_ltr_16_regular:before {
    content: "\ed3a";
}
.icon-ic_fluent_text_number_list_rtl_16_regular:before {
    content: "\ed3f";
}
.icon-ic_fluent_text_paragraph_direction_left_16_regular:before {
    content: "\ed46";
}
.icon-ic_fluent_text_paragraph_direction_left_20_regular:before {
    content: "\ed47";
}
.icon-ic_fluent_text_paragraph_direction_right_16_regular:before {
    content: "\ed48";
}
.icon-ic_fluent_text_paragraph_direction_right_20_regular:before {
    content: "\ed49";
}
.icon-ic_fluent_text_subscript_16_regular:before {
    content: "\ed61";
}
.icon-ic_fluent_text_superscript_16_regular:before {
    content: "\ed62";
}
.icon-ic_fluent_apps_list_detail_20_regular:before {
    content: "\e064";
}
.icon-ic_fluent_apps_list_detail_24_regular:before {
    content: "\e065";
}
.icon-ic_fluent_arrow_maximize_32_regular:before {
    content: "\e0d8";
}
.icon-ic_fluent_arrow_outline_up_right_32_regular:before {
    content: "\e0e0";
}
.icon-ic_fluent_arrow_up_right_32_regular:before {
    content: "\e12f";
}
.icon-ic_fluent_box_edit_20_regular:before {
    content: "\e1c5";
}
.icon-ic_fluent_box_edit_24_regular:before {
    content: "\e1c6";
}
.icon-ic_fluent_box_toolbox_20_regular:before {
    content: "\e1d3";
}
.icon-ic_fluent_box_toolbox_24_regular:before {
    content: "\e1d4";
}
.icon-ic_fluent_chat_video_20_regular:before {
    content: "\e2f1";
}
.icon-ic_fluent_chat_video_24_regular:before {
    content: "\e2f2";
}
.icon-ic_fluent_circle_32_regular:before {
    content: "\e332";
}
.icon-ic_fluent_database_link_20_regular:before {
    content: "\e46c";
}
.icon-ic_fluent_database_link_24_regular:before {
    content: "\e46d";
}
.icon-ic_fluent_diamond_32_regular:before {
    content: "\e4be";
}
.icon-ic_fluent_document_text_20_regular:before {
    content: "\e557";
}
.icon-ic_fluent_document_text_24_regular:before {
    content: "\e558";
}
.icon-ic_fluent_document_text_link_20_regular:before {
    content: "\e55d";
}
.icon-ic_fluent_document_text_link_24_regular:before {
    content: "\e55e";
}
.icon-ic_fluent_globe_shield_20_regular:before {
    content: "\e6bb";
}
.icon-ic_fluent_globe_shield_24_regular:before {
    content: "\e6bc";
}
.icon-ic_fluent_line_32_regular:before {
    content: "\e767";
}
.icon-ic_fluent_line_dashes_32_regular:before {
    content: "\e76b";
}
.icon-ic_fluent_number_symbol_28_regular:before {
    content: "\e887";
}
.icon-ic_fluent_number_symbol_48_regular:before {
    content: "\e889";
}
.icon-ic_fluent_oval_32_regular:before {
    content: "\e8a5";
}
.icon-ic_fluent_pentagon_32_regular:before {
    content: "\e8e9";
}
.icon-ic_fluent_play_circle_48_regular:before {
    content: "\e996";
}
.icon-ic_fluent_projection_screen_16_regular:before {
    content: "\e9d4";
}
.icon-ic_fluent_projection_screen_20_regular:before {
    content: "\e9d5";
}
.icon-ic_fluent_projection_screen_24_regular:before {
    content: "\e9d6";
}
.icon-ic_fluent_projection_screen_28_regular:before {
    content: "\e9d7";
}
.icon-ic_fluent_projection_screen_dismiss_16_regular:before {
    content: "\e9d8";
}
.icon-ic_fluent_projection_screen_dismiss_20_regular:before {
    content: "\e9d9";
}
.icon-ic_fluent_projection_screen_dismiss_24_regular:before {
    content: "\e9da";
}
.icon-ic_fluent_projection_screen_dismiss_28_regular:before {
    content: "\e9db";
}
.icon-ic_fluent_rhombus_32_regular:before {
    content: "\ea23";
}
.icon-ic_fluent_save_arrow_right_20_regular:before {
    content: "\ea45";
}
.icon-ic_fluent_save_arrow_right_24_regular:before {
    content: "\ea46";
}
.icon-ic_fluent_shortpick_20_regular:before {
    content: "\eaf6";
}
.icon-ic_fluent_shortpick_24_regular:before {
    content: "\eaf7";
}
.icon-ic_fluent_sparkle_16_regular:before {
    content: "\eb32";
}
.icon-ic_fluent_sparkle_20_regular:before {
    content: "\eb33";
}
.icon-ic_fluent_sparkle_24_regular:before {
    content: "\eb34";
}
.icon-ic_fluent_sparkle_28_regular:before {
    content: "\eb35";
}
.icon-ic_fluent_sparkle_48_regular:before {
    content: "\eb36";
}
.icon-ic_fluent_square_32_regular:before {
    content: "\eb78";
}
.icon-ic_fluent_subtract_square_24_regular:before {
    content: "\ebda";
}
.icon-ic_fluent_text_case_lowercase_16_regular:before {
    content: "\ece9";
}
.icon-ic_fluent_text_case_lowercase_20_regular:before {
    content: "\ecea";
}
.icon-ic_fluent_text_case_lowercase_24_regular:before {
    content: "\eceb";
}
.icon-ic_fluent_text_case_title_16_regular:before {
    content: "\ecec";
}
.icon-ic_fluent_text_case_title_20_regular:before {
    content: "\eced";
}
.icon-ic_fluent_text_case_title_24_regular:before {
    content: "\ecee";
}
.icon-ic_fluent_text_case_uppercase_16_regular:before {
    content: "\ecef";
}
.icon-ic_fluent_text_case_uppercase_20_regular:before {
    content: "\ecf0";
}
.icon-ic_fluent_text_case_uppercase_24_regular:before {
    content: "\ecf1";
}
.icon-ic_fluent_triangle_32_regular:before {
    content: "\eda7";
}
.icon-ic_fluent_video_person_sparkle_16_regular:before {
    content: "\ee12";
}
.icon-ic_fluent_video_person_sparkle_20_regular:before {
    content: "\ee13";
}
.icon-ic_fluent_video_person_sparkle_24_regular:before {
    content: "\ee14";
}
.icon-ic_fluent_video_person_sparkle_28_regular:before {
    content: "\ee15";
}
.icon-ic_fluent_video_person_sparkle_48_regular:before {
    content: "\ee16";
}
.icon-ic_fluent_accessibility_48_regular:before {
    content: "\e002";
}
.icon-ic_fluent_archive_multiple_16_regular:before {
    content: "\e06d";
}
.icon-ic_fluent_archive_multiple_20_regular:before {
    content: "\e06e";
}
.icon-ic_fluent_archive_multiple_24_regular:before {
    content: "\e06f";
}
.icon-ic_fluent_arrow_reset_32_regular:before {
    content: "\e0e8";
}
.icon-ic_fluent_arrow_reset_48_regular:before {
    content: "\e0e9";
}
.icon-ic_fluent_box_20_regular:before {
    content: "\e1bb";
}
.icon-ic_fluent_box_24_regular:before {
    content: "\e1bc";
}
.icon-ic_fluent_box_dismiss_20_regular:before {
    content: "\e1c3";
}
.icon-ic_fluent_box_dismiss_24_regular:before {
    content: "\e1c4";
}
.icon-ic_fluent_clear_formatting_16_regular:before {
    content: "\e340";
}
.icon-ic_fluent_clear_formatting_20_regular:before {
    content: "\e341";
}
.icon-ic_fluent_clipboard_clock_20_regular:before {
    content: "\e34d";
}
.icon-ic_fluent_clipboard_clock_24_regular:before {
    content: "\e34e";
}
.icon-ic_fluent_cloud_archive_24_regular:before {
    content: "\e388";
}
.icon-ic_fluent_cloud_archive_28_regular:before {
    content: "\e389";
}
.icon-ic_fluent_cloud_archive_32_regular:before {
    content: "\e38a";
}
.icon-ic_fluent_cloud_archive_48_regular:before {
    content: "\e38b";
}
.icon-ic_fluent_document_table_arrow_right_20_regular:before {
    content: "\e54d";
}
.icon-ic_fluent_document_table_arrow_right_24_regular:before {
    content: "\e54e";
}
.icon-ic_fluent_document_table_checkmark_20_regular:before {
    content: "\e54f";
}
.icon-ic_fluent_document_table_checkmark_24_regular:before {
    content: "\e550";
}
.icon-ic_fluent_document_text_clock_20_regular:before {
    content: "\e559";
}
.icon-ic_fluent_document_text_clock_24_regular:before {
    content: "\e55a";
}
.icon-ic_fluent_flash_settings_20_regular:before {
    content: "\e626";
}
.icon-ic_fluent_flash_settings_24_regular:before {
    content: "\e627";
}
.icon-ic_fluent_games_16_regular:before {
    content: "\e689";
}
.icon-ic_fluent_games_20_regular:before {
    content: "\e68a";
}
.icon-ic_fluent_games_28_regular:before {
    content: "\e68b";
}
.icon-ic_fluent_games_32_regular:before {
    content: "\e68c";
}
.icon-ic_fluent_games_48_regular:before {
    content: "\e68d";
}
.icon-ic_fluent_hand_draw_28_regular:before {
    content: "\e6d9";
}
.icon-ic_fluent_lasso_28_regular:before {
    content: "\e757";
}
.icon-ic_fluent_money_dismiss_20_regular:before {
    content: "\e81a";
}
.icon-ic_fluent_money_dismiss_24_regular:before {
    content: "\e81b";
}
.icon-ic_fluent_money_off_20_regular:before {
    content: "\e81e";
}
.icon-ic_fluent_money_off_24_regular:before {
    content: "\e81f";
}
.icon-ic_fluent_note_28_regular:before {
    content: "\e86a";
}
.icon-ic_fluent_note_48_regular:before {
    content: "\e86b";
}
.icon-ic_fluent_person_lightbulb_20_regular:before {
    content: "\e934";
}
.icon-ic_fluent_person_lightbulb_24_regular:before {
    content: "\e935";
}
.icon-ic_fluent_picture_in_picture_enter_16_regular:before {
    content: "\e97c";
}
.icon-ic_fluent_picture_in_picture_enter_20_regular:before {
    content: "\e97d";
}
.icon-ic_fluent_picture_in_picture_enter_24_regular:before {
    content: "\e97e";
}
.icon-ic_fluent_picture_in_picture_exit_16_regular:before {
    content: "\e97f";
}
.icon-ic_fluent_picture_in_picture_exit_20_regular:before {
    content: "\e980";
}
.icon-ic_fluent_picture_in_picture_exit_24_regular:before {
    content: "\e981";
}
.icon-ic_fluent_plug_connected_20_regular:before {
    content: "\e999";
}
.icon-ic_fluent_sanitize_20_regular:before {
    content: "\ea41";
}
.icon-ic_fluent_sanitize_24_regular:before {
    content: "\ea42";
}
.icon-ic_fluent_settings_32_regular:before {
    content: "\ea94";
}
.icon-ic_fluent_settings_48_regular:before {
    content: "\ea95";
}
.icon-ic_fluent_shapes_28_regular:before {
    content: "\eaa4";
}
.icon-ic_fluent_shapes_48_regular:before {
    content: "\eaa5";
}
.icon-ic_fluent_shopping_bag_percent_20_regular:before {
    content: "\eaf0";
}
.icon-ic_fluent_shopping_bag_percent_24_regular:before {
    content: "\eaf1";
}
.icon-ic_fluent_shopping_bag_tag_20_regular:before {
    content: "\eaf4";
}
.icon-ic_fluent_shopping_bag_tag_24_regular:before {
    content: "\eaf5";
}
.icon-ic_fluent_stack_arrow_forward_20_regular:before {
    content: "\eb9a";
}
.icon-ic_fluent_stack_arrow_forward_24_regular:before {
    content: "\eb9b";
}
.icon-ic_fluent_table_lightning_20_regular:before {
    content: "\ec2e";
}
.icon-ic_fluent_table_lightning_24_regular:before {
    content: "\ec2f";
}
.icon-ic_fluent_table_link_20_regular:before {
    content: "\ec32";
}
.icon-ic_fluent_table_link_24_regular:before {
    content: "\ec33";
}
.icon-ic_fluent_text_t_28_regular:before {
    content: "\ed65";
}
.icon-ic_fluent_text_t_48_regular:before {
    content: "\ed66";
}
.icon-ic_fluent_thumb_like_28_regular:before {
    content: "\ed79";
}
.icon-ic_fluent_thumb_like_48_regular:before {
    content: "\ed7a";
}
.icon-ic_fluent_video_off_32_regular:before {
    content: "\ee06";
}
.icon-ic_fluent_video_off_48_regular:before {
    content: "\ee07";
}
.icon-ic_fluent_bookmark_search_20_regular:before {
    content: "\e199";
}
.icon-ic_fluent_bookmark_search_24_regular:before {
    content: "\e19a";
}
.icon-ic_fluent_building_factory_16_regular:before {
    content: "\e216";
}
.icon-ic_fluent_building_factory_20_regular:before {
    content: "\e217";
}
.icon-ic_fluent_building_factory_28_regular:before {
    content: "\e219";
}
.icon-ic_fluent_building_factory_32_regular:before {
    content: "\e21a";
}
.icon-ic_fluent_building_factory_48_regular:before {
    content: "\e21b";
}
.icon-ic_fluent_calendar_chat_20_regular:before {
    content: "\e241";
}
.icon-ic_fluent_calendar_chat_24_regular:before {
    content: "\e242";
}
.icon-ic_fluent_calendar_toolbox_20_regular:before {
    content: "\e26b";
}
.icon-ic_fluent_calendar_toolbox_24_regular:before {
    content: "\e26c";
}
.icon-ic_fluent_camera_switch_20_regular:before {
    content: "\e2a2";
}
.icon-ic_fluent_comment_multiple_32_regular:before {
    content: "\e3f4";
}
.icon-ic_fluent_comment_multiple_link_16_regular:before {
    content: "\e3f9";
}
.icon-ic_fluent_comment_multiple_link_20_regular:before {
    content: "\e3fa";
}
.icon-ic_fluent_comment_multiple_link_24_regular:before {
    content: "\e3fb";
}
.icon-ic_fluent_comment_multiple_link_28_regular:before {
    content: "\e3fc";
}
.icon-ic_fluent_comment_multiple_link_32_regular:before {
    content: "\e3fd";
}
.icon-ic_fluent_contact_card_ribbon_16_regular:before {
    content: "\e411";
}
.icon-ic_fluent_contact_card_ribbon_20_regular:before {
    content: "\e412";
}
.icon-ic_fluent_contact_card_ribbon_24_regular:before {
    content: "\e413";
}
.icon-ic_fluent_contact_card_ribbon_28_regular:before {
    content: "\e414";
}
.icon-ic_fluent_contact_card_ribbon_32_regular:before {
    content: "\e415";
}
.icon-ic_fluent_contact_card_ribbon_48_regular:before {
    content: "\e416";
}
.icon-ic_fluent_database_person_20_regular:before {
    content: "\e46f";
}
.icon-ic_fluent_database_person_24_regular:before {
    content: "\e470";
}
.icon-ic_fluent_document_flowchart_20_regular:before {
    content: "\e4fa";
}
.icon-ic_fluent_document_flowchart_24_regular:before {
    content: "\e4fb";
}
.icon-ic_fluent_document_table_search_20_regular:before {
    content: "\e553";
}
.icon-ic_fluent_document_table_search_24_regular:before {
    content: "\e554";
}
.icon-ic_fluent_document_text_extract_20_regular:before {
    content: "\e55b";
}
.icon-ic_fluent_document_text_extract_24_regular:before {
    content: "\e55c";
}
.icon-ic_fluent_fast_forward_16_regular:before {
    content: "\e606";
}
.icon-ic_fluent_fast_forward_28_regular:before {
    content: "\e607";
}
.icon-ic_fluent_flowchart_20_regular:before {
    content: "\e638";
}
.icon-ic_fluent_flowchart_24_regular:before {
    content: "\e639";
}
.icon-ic_fluent_flowchart_circle_20_regular:before {
    content: "\e63a";
}
.icon-ic_fluent_flowchart_circle_24_regular:before {
    content: "\e63b";
}
.icon-ic_fluent_folder_sync_24_regular:before {
    content: "\e665";
}
.icon-ic_fluent_heart_circle_16_regular:before {
    content: "\e6fe";
}
.icon-ic_fluent_heart_circle_20_regular:before {
    content: "\e6ff";
}
.icon-ic_fluent_heart_circle_24_regular:before {
    content: "\e700";
}
.icon-ic_fluent_megaphone_loud_24_regular:before {
    content: "\e7f0";
}
.icon-ic_fluent_people_lock_20_regular:before {
    content: "\e8ff";
}
.icon-ic_fluent_people_lock_24_regular:before {
    content: "\e900";
}
.icon-ic_fluent_person_circle_24_regular:before {
    content: "\e929";
}
.icon-ic_fluent_phone_update_checkmark_20_regular:before {
    content: "\e975";
}
.icon-ic_fluent_phone_update_checkmark_24_regular:before {
    content: "\e976";
}
.icon-ic_fluent_plug_connected_24_regular:before {
    content: "\e99a";
}
.icon-ic_fluent_rewind_16_regular:before {
    content: "\ea1d";
}
.icon-ic_fluent_rewind_28_regular:before {
    content: "\ea1e";
}
.icon-ic_fluent_save_multiple_20_regular:before {
    content: "\ea4b";
}
.icon-ic_fluent_save_multiple_24_regular:before {
    content: "\ea4c";
}
.icon-ic_fluent_scan_type_checkmark_20_regular:before {
    content: "\ea73";
}
.icon-ic_fluent_scan_type_checkmark_24_regular:before {
    content: "\ea74";
}
.icon-ic_fluent_select_object_skew_20_regular:before {
    content: "\ea88";
}
.icon-ic_fluent_select_object_skew_24_regular:before {
    content: "\ea89";
}
.icon-ic_fluent_select_object_skew_dismiss_20_regular:before {
    content: "\ea8a";
}
.icon-ic_fluent_select_object_skew_dismiss_24_regular:before {
    content: "\ea8b";
}
.icon-ic_fluent_select_object_skew_edit_20_regular:before {
    content: "\ea8c";
}
.icon-ic_fluent_select_object_skew_edit_24_regular:before {
    content: "\ea8d";
}
.icon-ic_fluent_shopping_bag_dismiss_20_regular:before {
    content: "\eaec";
}
.icon-ic_fluent_shopping_bag_dismiss_24_regular:before {
    content: "\eaed";
}
.icon-ic_fluent_shopping_bag_pause_20_regular:before {
    content: "\eaee";
}
.icon-ic_fluent_shopping_bag_pause_24_regular:before {
    content: "\eaef";
}
.icon-ic_fluent_tag_error_16_regular:before {
    content: "\ec77";
}
.icon-ic_fluent_tag_error_20_regular:before {
    content: "\ec78";
}
.icon-ic_fluent_tag_error_24_regular:before {
    content: "\ec79";
}
.icon-ic_fluent_tag_multiple_24_regular:before {
    content: "\ec7f";
}
.icon-ic_fluent_tag_question_mark_20_regular:before {
    content: "\ec83";
}
.icon-ic_fluent_tag_question_mark_32_regular:before {
    content: "\ec85";
}
.icon-ic_fluent_text_column_one_wide_lightning_20_regular:before {
    content: "\ecfa";
}
.icon-ic_fluent_text_column_one_wide_lightning_24_regular:before {
    content: "\ecfb";
}
.icon-ic_fluent_text_font_info_16_regular:before {
    content: "\ed0d";
}
.icon-ic_fluent_text_font_info_20_regular:before {
    content: "\ed0e";
}
.icon-ic_fluent_text_font_info_24_regular:before {
    content: "\ed0f";
}
.icon-ic_fluent_tray_item_add_20_regular:before {
    content: "\ed9e";
}
.icon-ic_fluent_tray_item_add_24_regular:before {
    content: "\ed9f";
}
.icon-ic_fluent_tray_item_remove_20_regular:before {
    content: "\eda0";
}
.icon-ic_fluent_tray_item_remove_24_regular:before {
    content: "\eda1";
}
.icon-ic_fluent_vehicle_truck_bag_20_regular:before {
    content: "\edea";
}
.icon-ic_fluent_vehicle_truck_bag_24_regular:before {
    content: "\edeb";
}
.icon-ic_fluent_checkmark_starburst_20_regular:before {
    content: "\e30a";
}
.icon-ic_fluent_checkmark_starburst_24_regular:before {
    content: "\e30b";
}
.icon-ic_fluent_access_time_20_regular:before {
    content: "\e000";
}
.icon-ic_fluent_accessibility_checkmark_20_regular:before {
    content: "\e003";
}
.icon-ic_fluent_add_square_20_regular:before {
    content: "\e007";
}
.icon-ic_fluent_album_20_regular:before {
    content: "\e00f";
}
.icon-ic_fluent_album_add_20_regular:before {
    content: "\e011";
}
.icon-ic_fluent_alert_on_20_regular:before {
    content: "\e01a";
}
.icon-ic_fluent_app_generic_20_regular:before {
    content: "\e05c";
}
.icon-ic_fluent_app_recent_20_regular:before {
    content: "\e05d";
}
.icon-ic_fluent_app_title_20_regular:before {
    content: "\e05e";
}
.icon-ic_fluent_arrow_autofit_down_20_regular:before {
    content: "\e075";
}
.icon-ic_fluent_arrow_autofit_height_20_regular:before {
    content: "\e077";
}
.icon-ic_fluent_arrow_autofit_height_dotted_20_regular:before {
    content: "\e078";
}
.icon-ic_fluent_arrow_autofit_up_20_regular:before {
    content: "\e07a";
}
.icon-ic_fluent_arrow_autofit_width_20_regular:before {
    content: "\e07c";
}
.icon-ic_fluent_arrow_autofit_width_dotted_20_regular:before {
    content: "\e07d";
}
.icon-ic_fluent_arrow_bounce_20_regular:before {
    content: "\e087";
}
.icon-ic_fluent_arrow_circle_down_right_20_regular:before {
    content: "\e08f";
}
.icon-ic_fluent_arrow_circle_up_left_20_regular:before {
    content: "\e0a7";
}
.icon-ic_fluent_arrow_expand_20_regular:before {
    content: "\e0c5";
}
.icon-ic_fluent_arrow_fit_20_regular:before {
    content: "\e0cd";
}
.icon-ic_fluent_arrow_minimize_vertical_20_regular:before {
    content: "\e0db";
}
.icon-ic_fluent_arrow_sort_down_lines_24_regular:before {
    content: "\e0f2";
}
.icon-ic_fluent_arrow_square_down_20_regular:before {
    content: "\e0f6";
}
.icon-ic_fluent_arrow_step_back_20_regular:before {
    content: "\e0f9";
}
.icon-ic_fluent_arrow_step_in_left_20_regular:before {
    content: "\e101";
}
.icon-ic_fluent_arrow_step_in_right_20_regular:before {
    content: "\e106";
}
.icon-ic_fluent_arrow_step_out_20_regular:before {
    content: "\e10b";
}
.icon-ic_fluent_arrow_step_over_20_regular:before {
    content: "\e10f";
}
.icon-ic_fluent_arrow_turn_bidirectional_down_right_20_regular:before {
    content: "\e124";
}
.icon-ic_fluent_arrow_turn_right_20_regular:before {
    content: "\e125";
}
.icon-ic_fluent_arrows_bidirectional_20_regular:before {
    content: "\e134";
}
.icon-ic_fluent_attach_text_20_regular:before {
    content: "\e136";
}
.icon-ic_fluent_auto_fit_height_20_regular:before {
    content: "\e137";
}
.icon-ic_fluent_auto_fit_width_20_regular:before {
    content: "\e139";
}
.icon-ic_fluent_autocorrect_20_regular:before {
    content: "\e13b";
}
.icon-ic_fluent_badge_20_regular:before {
    content: "\e141";
}
.icon-ic_fluent_battery_checkmark_20_regular:before {
    content: "\e145";
}
.icon-ic_fluent_battery_warning_20_regular:before {
    content: "\e147";
}
.icon-ic_fluent_bluetooth_connected_20_regular:before {
    content: "\e152";
}
.icon-ic_fluent_bluetooth_disabled_20_regular:before {
    content: "\e153";
}
.icon-ic_fluent_bluetooth_searching_20_regular:before {
    content: "\e154";
}
.icon-ic_fluent_bookmark_multiple_16_regular:before {
    content: "\e192";
}
.icon-ic_fluent_bookmark_multiple_28_regular:before {
    content: "\e195";
}
.icon-ic_fluent_bookmark_multiple_32_regular:before {
    content: "\e196";
}
.icon-ic_fluent_bookmark_multiple_48_regular:before {
    content: "\e197";
}
.icon-ic_fluent_branch_fork_hint_20_regular:before {
    content: "\e1e0";
}
.icon-ic_fluent_branch_fork_hint_24_regular:before {
    content: "\e1e1";
}
.icon-ic_fluent_branch_fork_link_20_regular:before {
    content: "\e1e2";
}
.icon-ic_fluent_branch_fork_link_24_regular:before {
    content: "\e1e3";
}
.icon-ic_fluent_calendar_ltr_48_regular:before {
    content: "\e252";
}
.icon-ic_fluent_calendar_rtl_48_regular:before {
    content: "\e267";
}
.icon-ic_fluent_data_usage_toolbox_20_regular:before {
    content: "\e462";
}
.icon-ic_fluent_data_usage_toolbox_24_regular:before {
    content: "\e463";
}
.icon-ic_fluent_desktop_cursor_16_regular:before {
    content: "\e48b";
}
.icon-ic_fluent_desktop_cursor_20_regular:before {
    content: "\e48c";
}
.icon-ic_fluent_desktop_cursor_24_regular:before {
    content: "\e48d";
}
.icon-ic_fluent_desktop_cursor_28_regular:before {
    content: "\e48e";
}
.icon-ic_fluent_desktop_flow_20_regular:before {
    content: "\e492";
}
.icon-ic_fluent_desktop_flow_24_regular:before {
    content: "\e493";
}
.icon-ic_fluent_desktop_signal_20_regular:before {
    content: "\e4a2";
}
.icon-ic_fluent_desktop_signal_24_regular:before {
    content: "\e4a3";
}
.icon-ic_fluent_emoji_sad_slight_20_regular:before {
    content: "\e5d5";
}
.icon-ic_fluent_emoji_sad_slight_24_regular:before {
    content: "\e5d6";
}
.icon-ic_fluent_emoji_smile_slight_20_regular:before {
    content: "\e5d7";
}
.icon-ic_fluent_emoji_smile_slight_24_regular:before {
    content: "\e5d8";
}
.icon-ic_fluent_food_apple_20_regular:before {
    content: "\e667";
}
.icon-ic_fluent_food_apple_24_regular:before {
    content: "\e668";
}
.icon-ic_fluent_mail_edit_20_regular:before {
    content: "\e7b3";
}
.icon-ic_fluent_mail_edit_24_regular:before {
    content: "\e7b4";
}
.icon-ic_fluent_person_arrow_left_16_regular:before {
    content: "\e923";
}
.icon-ic_fluent_person_edit_20_regular:before {
    content: "\e92e";
}
.icon-ic_fluent_person_edit_24_regular:before {
    content: "\e92f";
}
.icon-ic_fluent_scan_dash_12_regular:before {
    content: "\ea5a";
}
.icon-ic_fluent_scan_dash_16_regular:before {
    content: "\ea5b";
}
.icon-ic_fluent_scan_dash_20_regular:before {
    content: "\ea5c";
}
.icon-ic_fluent_scan_dash_24_regular:before {
    content: "\ea5d";
}
.icon-ic_fluent_scan_dash_28_regular:before {
    content: "\ea5e";
}
.icon-ic_fluent_scan_dash_32_regular:before {
    content: "\ea5f";
}
.icon-ic_fluent_scan_dash_48_regular:before {
    content: "\ea60";
}
.icon-ic_fluent_square_hint_20_regular:before {
    content: "\eb86";
}
.icon-ic_fluent_square_hint_24_regular:before {
    content: "\eb87";
}
.icon-ic_fluent_tag_off_20_regular:before {
    content: "\ec80";
}
.icon-ic_fluent_tag_off_24_regular:before {
    content: "\ec81";
}
.icon-ic_fluent_text_box_settings_20_regular:before {
    content: "\ecd3";
}
.icon-ic_fluent_text_box_settings_24_regular:before {
    content: "\ecd4";
}
.icon-ic_fluent_vehicle_truck_cube_20_regular:before {
    content: "\edec";
}
.icon-ic_fluent_vehicle_truck_cube_24_regular:before {
    content: "\eded";
}
.icon-ic_fluent_arrow_forward_down_lightning_20_regular:before {
    content: "\e0d2";
}
.icon-ic_fluent_arrow_forward_down_lightning_24_regular:before {
    content: "\e0d3";
}
.icon-ic_fluent_arrow_forward_down_person_20_regular:before {
    content: "\e0d4";
}
.icon-ic_fluent_arrow_forward_down_person_24_regular:before {
    content: "\e0d5";
}
.icon-ic_fluent_arrow_step_in_28_regular:before {
    content: "\e0fe";
}
.icon-ic_fluent_arrow_step_in_left_24_regular:before {
    content: "\e102";
}
.icon-ic_fluent_arrow_step_in_left_28_regular:before {
    content: "\e103";
}
.icon-ic_fluent_arrow_step_in_right_24_regular:before {
    content: "\e107";
}
.icon-ic_fluent_arrow_step_in_right_28_regular:before {
    content: "\e108";
}
.icon-ic_fluent_arrow_step_out_24_regular:before {
    content: "\e10c";
}
.icon-ic_fluent_arrow_step_out_28_regular:before {
    content: "\e10d";
}
.icon-ic_fluent_arrow_trending_text_20_regular:before {
    content: "\e120";
}
.icon-ic_fluent_arrow_trending_text_24_regular:before {
    content: "\e121";
}
.icon-ic_fluent_arrow_trending_wrench_20_regular:before {
    content: "\e122";
}
.icon-ic_fluent_arrow_trending_wrench_24_regular:before {
    content: "\e123";
}
.icon-ic_fluent_battery_10_20_regular:before {
    content: "\e143";
}
.icon-ic_fluent_beach_32_regular:before {
    content: "\e14c";
}
.icon-ic_fluent_beach_48_regular:before {
    content: "\e14d";
}
.icon-ic_fluent_book_clock_20_regular:before {
    content: "\e164";
}
.icon-ic_fluent_book_coins_20_regular:before {
    content: "\e166";
}
.icon-ic_fluent_book_compass_20_regular:before {
    content: "\e168";
}
.icon-ic_fluent_book_database_20_regular:before {
    content: "\e16e";
}
.icon-ic_fluent_book_exclamation_mark_20_regular:before {
    content: "\e170";
}
.icon-ic_fluent_book_globe_20_regular:before {
    content: "\e172";
}
.icon-ic_fluent_book_information_20_regular:before {
    content: "\e173";
}
.icon-ic_fluent_book_letter_20_regular:before {
    content: "\e175";
}
.icon-ic_fluent_book_pulse_20_regular:before {
    content: "\e184";
}
.icon-ic_fluent_book_question_mark_20_regular:before {
    content: "\e186";
}
.icon-ic_fluent_book_question_mark_rtl_20_regular:before {
    content: "\e188";
}
.icon-ic_fluent_book_search_20_regular:before {
    content: "\e189";
}
.icon-ic_fluent_book_star_20_regular:before {
    content: "\e18b";
}
.icon-ic_fluent_book_theta_20_regular:before {
    content: "\e18e";
}
.icon-ic_fluent_bookmark_off_20_regular:before {
    content: "\e198";
}
.icon-ic_fluent_border_bottom_20_regular:before {
    content: "\e19e";
}
.icon-ic_fluent_border_bottom_double_20_regular:before {
    content: "\e1a0";
}
.icon-ic_fluent_border_bottom_thick_20_regular:before {
    content: "\e1a2";
}
.icon-ic_fluent_border_left_20_regular:before {
    content: "\e1a4";
}
.icon-ic_fluent_border_none_20_regular:before {
    content: "\e1a8";
}
.icon-ic_fluent_border_outside_20_regular:before {
    content: "\e1aa";
}
.icon-ic_fluent_border_outside_thick_20_regular:before {
    content: "\e1ac";
}
.icon-ic_fluent_border_right_20_regular:before {
    content: "\e1ae";
}
.icon-ic_fluent_border_top_20_regular:before {
    content: "\e1b0";
}
.icon-ic_fluent_border_top_bottom_20_regular:before {
    content: "\e1b2";
}
.icon-ic_fluent_border_top_bottom_double_20_regular:before {
    content: "\e1b4";
}
.icon-ic_fluent_border_top_bottom_thick_20_regular:before {
    content: "\e1b6";
}
.icon-ic_fluent_branch_20_regular:before {
    content: "\e1d9";
}
.icon-ic_fluent_brightness_high_16_regular:before {
    content: "\e1f6";
}
.icon-ic_fluent_brightness_high_20_regular:before {
    content: "\e1f7";
}
.icon-ic_fluent_brightness_high_24_regular:before {
    content: "\e1f8";
}
.icon-ic_fluent_brightness_high_28_regular:before {
    content: "\e1f9";
}
.icon-ic_fluent_brightness_high_32_regular:before {
    content: "\e1fa";
}
.icon-ic_fluent_brightness_high_48_regular:before {
    content: "\e1fb";
}
.icon-ic_fluent_brightness_low_16_regular:before {
    content: "\e1fc";
}
.icon-ic_fluent_brightness_low_20_regular:before {
    content: "\e1fd";
}
.icon-ic_fluent_brightness_low_24_regular:before {
    content: "\e1fe";
}
.icon-ic_fluent_brightness_low_28_regular:before {
    content: "\e1ff";
}
.icon-ic_fluent_brightness_low_32_regular:before {
    content: "\e200";
}
.icon-ic_fluent_brightness_low_48_regular:before {
    content: "\e201";
}
.icon-ic_fluent_building_government_20_regular:before {
    content: "\e21c";
}
.icon-ic_fluent_building_multiple_20_regular:before {
    content: "\e223";
}
.icon-ic_fluent_chat_dismiss_20_regular:before {
    content: "\e2ed";
}
.icon-ic_fluent_chat_dismiss_24_regular:before {
    content: "\e2ee";
}
.icon-ic_fluent_cube_tree_20_regular:before {
    content: "\e43b";
}
.icon-ic_fluent_cube_tree_24_regular:before {
    content: "\e43c";
}
.icon-ic_fluent_draw_image_20_regular:before {
    content: "\e573";
}
.icon-ic_fluent_draw_image_24_regular:before {
    content: "\e574";
}
.icon-ic_fluent_draw_shape_20_regular:before {
    content: "\e575";
}
.icon-ic_fluent_draw_text_20_regular:before {
    content: "\e577";
}
.icon-ic_fluent_drawer_add_20_regular:before {
    content: "\e579";
}
.icon-ic_fluent_drawer_add_24_regular:before {
    content: "\e57a";
}
.icon-ic_fluent_drawer_arrow_download_20_regular:before {
    content: "\e57b";
}
.icon-ic_fluent_drawer_arrow_download_24_regular:before {
    content: "\e57c";
}
.icon-ic_fluent_drawer_dismiss_20_regular:before {
    content: "\e57d";
}
.icon-ic_fluent_drawer_dismiss_24_regular:before {
    content: "\e57e";
}
.icon-ic_fluent_drawer_play_20_regular:before {
    content: "\e57f";
}
.icon-ic_fluent_drawer_play_24_regular:before {
    content: "\e580";
}
.icon-ic_fluent_drawer_subtract_20_regular:before {
    content: "\e581";
}
.icon-ic_fluent_drawer_subtract_24_regular:before {
    content: "\e582";
}
.icon-ic_fluent_emoji_28_regular:before {
    content: "\e5c4";
}
.icon-ic_fluent_emoji_32_regular:before {
    content: "\e5c5";
}
.icon-ic_fluent_emoji_48_regular:before {
    content: "\e5c6";
}
.icon-ic_fluent_emoji_sparkle_16_regular:before {
    content: "\e5d9";
}
.icon-ic_fluent_emoji_sparkle_20_regular:before {
    content: "\e5da";
}
.icon-ic_fluent_emoji_sparkle_24_regular:before {
    content: "\e5db";
}
.icon-ic_fluent_emoji_sparkle_28_regular:before {
    content: "\e5dc";
}
.icon-ic_fluent_emoji_sparkle_32_regular:before {
    content: "\e5dd";
}
.icon-ic_fluent_emoji_sparkle_48_regular:before {
    content: "\e5de";
}
.icon-ic_fluent_flip_horizontal_16_regular:before {
    content: "\e62b";
}
.icon-ic_fluent_flip_horizontal_20_regular:before {
    content: "\e62c";
}
.icon-ic_fluent_flip_horizontal_28_regular:before {
    content: "\e62e";
}
.icon-ic_fluent_flip_horizontal_32_regular:before {
    content: "\e62f";
}
.icon-ic_fluent_flip_horizontal_48_regular:before {
    content: "\e630";
}
.icon-ic_fluent_flip_vertical_16_regular:before {
    content: "\e631";
}
.icon-ic_fluent_flip_vertical_20_regular:before {
    content: "\e632";
}
.icon-ic_fluent_flip_vertical_28_regular:before {
    content: "\e634";
}
.icon-ic_fluent_flip_vertical_32_regular:before {
    content: "\e635";
}
.icon-ic_fluent_flip_vertical_48_regular:before {
    content: "\e636";
}
.icon-ic_fluent_food_grains_20_regular:before {
    content: "\e66e";
}
.icon-ic_fluent_food_grains_24_regular:before {
    content: "\e66f";
}
.icon-ic_fluent_gift_card_arrow_right_20_regular:before {
    content: "\e69e";
}
.icon-ic_fluent_gift_card_arrow_right_24_regular:before {
    content: "\e69f";
}
.icon-ic_fluent_heart_32_regular:before {
    content: "\e6fb";
}
.icon-ic_fluent_heart_48_regular:before {
    content: "\e6fc";
}
.icon-ic_fluent_link_12_regular:before {
    content: "\e770";
}
.icon-ic_fluent_link_32_regular:before {
    content: "\e771";
}
.icon-ic_fluent_luggage_28_regular:before {
    content: "\e79d";
}
.icon-ic_fluent_luggage_32_regular:before {
    content: "\e79e";
}
.icon-ic_fluent_luggage_48_regular:before {
    content: "\e79f";
}
.icon-ic_fluent_money_hand_20_regular:before {
    content: "\e81c";
}
.icon-ic_fluent_money_hand_24_regular:before {
    content: "\e81d";
}
.icon-ic_fluent_next_28_regular:before {
    content: "\e867";
}
.icon-ic_fluent_next_32_regular:before {
    content: "\e868";
}
.icon-ic_fluent_next_48_regular:before {
    content: "\e869";
}
.icon-ic_fluent_people_list_28_regular:before {
    content: "\e8fe";
}
.icon-ic_fluent_previous_28_regular:before {
    content: "\e9c9";
}
.icon-ic_fluent_previous_32_regular:before {
    content: "\e9ca";
}
.icon-ic_fluent_previous_48_regular:before {
    content: "\e9cb";
}
.icon-ic_fluent_question_circle_32_regular:before {
    content: "\e9ee";
}
.icon-ic_fluent_text_paragraph_16_regular:before {
    content: "\ed41";
}
.icon-ic_fluent_vehicle_car_collision_28_regular:before {
    content: "\eddd";
}
.icon-ic_fluent_vehicle_car_collision_32_regular:before {
    content: "\edde";
}
.icon-ic_fluent_video_clip_multiple_16_regular:before {
    content: "\ee00";
}
.icon-ic_fluent_video_clip_multiple_20_regular:before {
    content: "\ee01";
}
.icon-ic_fluent_video_clip_multiple_24_regular:before {
    content: "\ee02";
}
.icon-ic_fluent_wallet_28_regular:before {
    content: "\ee2e";
}
.icon-ic_fluent_wallet_32_regular:before {
    content: "\ee2f";
}
.icon-ic_fluent_wallet_48_regular:before {
    content: "\ee30";
}
.icon-ic_fluent_weather_sunny_28_regular:before {
    content: "\ee4d";
}
.icon-ic_fluent_wrench_screwdriver_20_regular:before {
    content: "\ee87";
}
.icon-ic_fluent_wrench_screwdriver_24_regular:before {
    content: "\ee88";
}
.icon-ic_fluent_arrow_between_down_20_regular:before {
    content: "\e07f";
}
.icon-ic_fluent_arrow_between_down_24_regular:before {
    content: "\e080";
}
.icon-ic_fluent_arrow_redo_28_regular:before {
    content: "\e0e5";
}
.icon-ic_fluent_arrow_sync_checkmark_20_regular:before {
    content: "\e111";
}
.icon-ic_fluent_arrow_sync_checkmark_24_regular:before {
    content: "\e112";
}
.icon-ic_fluent_arrow_sync_dismiss_20_regular:before {
    content: "\e113";
}
.icon-ic_fluent_arrow_sync_dismiss_24_regular:before {
    content: "\e114";
}
.icon-ic_fluent_calculator_arrow_clockwise_20_regular:before {
    content: "\e234";
}
.icon-ic_fluent_calculator_arrow_clockwise_24_regular:before {
    content: "\e235";
}
.icon-ic_fluent_calendar_arrow_down_20_regular:before {
    content: "\e23b";
}
.icon-ic_fluent_calendar_arrow_right_24_regular:before {
    content: "\e23e";
}
.icon-ic_fluent_calendar_error_20_regular:before {
    content: "\e249";
}
.icon-ic_fluent_calendar_mail_20_regular:before {
    content: "\e254";
}
.icon-ic_fluent_calendar_week_numbers_20_regular:before {
    content: "\e26d";
}
.icon-ic_fluent_call_add_20_regular:before {
    content: "\e276";
}
.icon-ic_fluent_camera_off_20_regular:before {
    content: "\e2a0";
}
.icon-ic_fluent_cellular_off_20_regular:before {
    content: "\e2b4";
}
.icon-ic_fluent_chevron_circle_down_32_regular:before {
    content: "\e312";
}
.icon-ic_fluent_chevron_circle_up_32_regular:before {
    content: "\e327";
}
.icon-ic_fluent_circle_48_regular:before {
    content: "\e333";
}
.icon-ic_fluent_clock_pause_20_regular:before {
    content: "\e374";
}
.icon-ic_fluent_clock_pause_24_regular:before {
    content: "\e375";
}
.icon-ic_fluent_diamond_16_regular:before {
    content: "\e4ba";
}
.icon-ic_fluent_diamond_20_regular:before {
    content: "\e4bb";
}
.icon-ic_fluent_diamond_24_regular:before {
    content: "\e4bc";
}
.icon-ic_fluent_diamond_28_regular:before {
    content: "\e4bd";
}
.icon-ic_fluent_diamond_48_regular:before {
    content: "\e4bf";
}
.icon-ic_fluent_door_28_regular:before {
    content: "\e563";
}
.icon-ic_fluent_door_arrow_right_28_regular:before {
    content: "\e569";
}
.icon-ic_fluent_immersive_reader_28_regular:before {
    content: "\e734";
}
.icon-ic_fluent_key_reset_20_regular:before {
    content: "\e746";
}
.icon-ic_fluent_key_reset_24_regular:before {
    content: "\e747";
}
.icon-ic_fluent_lightbulb_filament_48_regular:before {
    content: "\e764";
}
.icon-ic_fluent_line_20_regular:before {
    content: "\e765";
}
.icon-ic_fluent_line_24_regular:before {
    content: "\e766";
}
.icon-ic_fluent_line_48_regular:before {
    content: "\e768";
}
.icon-ic_fluent_line_dashes_20_regular:before {
    content: "\e769";
}
.icon-ic_fluent_line_dashes_24_regular:before {
    content: "\e76a";
}
.icon-ic_fluent_line_dashes_48_regular:before {
    content: "\e76c";
}
.icon-ic_fluent_mail_arrow_up_16_regular:before {
    content: "\e7ab";
}
.icon-ic_fluent_notepad_person_16_regular:before {
    content: "\e881";
}
.icon-ic_fluent_oval_16_regular:before {
    content: "\e8a1";
}
.icon-ic_fluent_oval_20_regular:before {
    content: "\e8a2";
}
.icon-ic_fluent_oval_24_regular:before {
    content: "\e8a3";
}
.icon-ic_fluent_oval_28_regular:before {
    content: "\e8a4";
}
.icon-ic_fluent_oval_48_regular:before {
    content: "\e8a6";
}
.icon-ic_fluent_pentagon_48_regular:before {
    content: "\e8ea";
}
.icon-ic_fluent_people_add_28_regular:before {
    content: "\e8ee";
}
.icon-ic_fluent_people_list_24_regular:before {
    content: "\e8fd";
}
.icon-ic_fluent_people_queue_20_regular:before {
    content: "\e905";
}
.icon-ic_fluent_people_queue_24_regular:before {
    content: "\e906";
}
.icon-ic_fluent_people_settings_28_regular:before {
    content: "\e909";
}
.icon-ic_fluent_print_28_regular:before {
    content: "\e9cc";
}
.icon-ic_fluent_rhombus_16_regular:before {
    content: "\ea1f";
}
.icon-ic_fluent_rhombus_20_regular:before {
    content: "\ea20";
}
.icon-ic_fluent_rhombus_24_regular:before {
    content: "\ea21";
}
.icon-ic_fluent_rhombus_28_regular:before {
    content: "\ea22";
}
.icon-ic_fluent_rhombus_48_regular:before {
    content: "\ea24";
}
.icon-ic_fluent_screen_search_20_regular:before {
    content: "\ea79";
}
.icon-ic_fluent_screen_search_24_regular:before {
    content: "\ea7a";
}
.icon-ic_fluent_settings_chat_20_regular:before {
    content: "\ea96";
}
.icon-ic_fluent_settings_chat_24_regular:before {
    content: "\ea97";
}
.icon-ic_fluent_share_screen_person_p_16_regular:before {
    content: "\eab6";
}
.icon-ic_fluent_share_screen_person_p_20_regular:before {
    content: "\eab7";
}
.icon-ic_fluent_share_screen_person_p_24_regular:before {
    content: "\eab8";
}
.icon-ic_fluent_share_screen_person_p_28_regular:before {
    content: "\eab9";
}
.icon-ic_fluent_slide_add_16_regular:before {
    content: "\eb0d";
}
.icon-ic_fluent_slide_add_20_regular:before {
    content: "\eb0e";
}
.icon-ic_fluent_slide_add_28_regular:before {
    content: "\eb0f";
}
.icon-ic_fluent_slide_add_32_regular:before {
    content: "\eb10";
}
.icon-ic_fluent_slide_add_48_regular:before {
    content: "\eb11";
}
.icon-ic_fluent_slide_arrow_right_20_regular:before {
    content: "\eb12";
}
.icon-ic_fluent_slide_arrow_right_24_regular:before {
    content: "\eb13";
}
.icon-ic_fluent_sound_wave_circle_24_regular:before {
    content: "\eb30";
}
.icon-ic_fluent_square_48_regular:before {
    content: "\eb79";
}
.icon-ic_fluent_star_48_regular:before {
    content: "\eb9f";
}
.icon-ic_fluent_star_add_28_regular:before {
    content: "\eba0";
}
.icon-ic_fluent_star_dismiss_16_regular:before {
    content: "\eba4";
}
.icon-ic_fluent_star_dismiss_20_regular:before {
    content: "\eba5";
}
.icon-ic_fluent_star_dismiss_24_regular:before {
    content: "\eba6";
}
.icon-ic_fluent_star_dismiss_28_regular:before {
    content: "\eba7";
}
.icon-ic_fluent_star_edit_20_regular:before {
    content: "\eba8";
}
.icon-ic_fluent_star_settings_20_regular:before {
    content: "\ebb9";
}
.icon-ic_fluent_triangle_48_regular:before {
    content: "\eda8";
}
.icon-ic_fluent_trophy_28_regular:before {
    content: "\edb8";
}
.icon-ic_fluent_trophy_32_regular:before {
    content: "\edb9";
}
.icon-ic_fluent_trophy_48_regular:before {
    content: "\edba";
}
.icon-ic_fluent_trophy_off_16_regular:before {
    content: "\edbb";
}
.icon-ic_fluent_trophy_off_20_regular:before {
    content: "\edbc";
}
.icon-ic_fluent_trophy_off_24_regular:before {
    content: "\edbd";
}
.icon-ic_fluent_trophy_off_28_regular:before {
    content: "\edbe";
}
.icon-ic_fluent_trophy_off_32_regular:before {
    content: "\edbf";
}
.icon-ic_fluent_trophy_off_48_regular:before {
    content: "\edc0";
}
.icon-ic_fluent_window_28_regular:before {
    content: "\ee5f";
}
.icon-ic_fluent_window_32_regular:before {
    content: "\ee60";
}
.icon-ic_fluent_window_48_regular:before {
    content: "\ee61";
}
.icon-ic_fluent_window_apps_16_regular:before {
    content: "\ee64";
}
.icon-ic_fluent_window_apps_20_regular:before {
    content: "\ee65";
}
.icon-ic_fluent_window_apps_24_regular:before {
    content: "\ee66";
}
.icon-ic_fluent_window_apps_28_regular:before {
    content: "\ee67";
}
.icon-ic_fluent_window_apps_32_regular:before {
    content: "\ee68";
}
.icon-ic_fluent_window_apps_48_regular:before {
    content: "\ee69";
}
.icon-ic_fluent_window_wrench_16_regular:before {
    content: "\ee7f";
}
.icon-ic_fluent_window_wrench_20_regular:before {
    content: "\ee80";
}
.icon-ic_fluent_window_wrench_24_regular:before {
    content: "\ee81";
}
.icon-ic_fluent_window_wrench_28_regular:before {
    content: "\ee82";
}
.icon-ic_fluent_window_wrench_32_regular:before {
    content: "\ee83";
}
.icon-ic_fluent_window_wrench_48_regular:before {
    content: "\ee84";
}
.icon-ic_fluent_arrow_down_left_32_regular:before {
    content: "\e0bc";
}
.icon-ic_fluent_arrow_down_left_48_regular:before {
    content: "\e0bd";
}
.icon-ic_fluent_arrow_maximize_48_regular:before {
    content: "\e0d9";
}
.icon-ic_fluent_arrow_maximize_vertical_48_regular:before {
    content: "\e0da";
}
.icon-ic_fluent_arrow_outline_up_right_48_regular:before {
    content: "\e0e1";
}
.icon-ic_fluent_arrow_up_left_48_regular:before {
    content: "\e12d";
}
.icon-ic_fluent_arrow_up_right_48_regular:before {
    content: "\e130";
}
.icon-ic_fluent_book_arrow_clockwise_20_regular:before {
    content: "\e162";
}
.icon-ic_fluent_book_arrow_clockwise_24_regular:before {
    content: "\e163";
}
.icon-ic_fluent_box_arrow_left_20_regular:before {
    content: "\e1bd";
}
.icon-ic_fluent_box_arrow_left_24_regular:before {
    content: "\e1be";
}
.icon-ic_fluent_box_arrow_up_20_regular:before {
    content: "\e1bf";
}
.icon-ic_fluent_box_arrow_up_24_regular:before {
    content: "\e1c0";
}
.icon-ic_fluent_box_checkmark_20_regular:before {
    content: "\e1c1";
}
.icon-ic_fluent_box_checkmark_24_regular:before {
    content: "\e1c2";
}
.icon-ic_fluent_box_multiple_20_regular:before {
    content: "\e1c7";
}
.icon-ic_fluent_box_multiple_24_regular:before {
    content: "\e1c8";
}
.icon-ic_fluent_box_multiple_arrow_left_20_regular:before {
    content: "\e1c9";
}
.icon-ic_fluent_box_multiple_arrow_left_24_regular:before {
    content: "\e1ca";
}
.icon-ic_fluent_box_multiple_arrow_right_20_regular:before {
    content: "\e1cb";
}
.icon-ic_fluent_box_multiple_arrow_right_24_regular:before {
    content: "\e1cc";
}
.icon-ic_fluent_box_multiple_checkmark_20_regular:before {
    content: "\e1cd";
}
.icon-ic_fluent_box_multiple_checkmark_24_regular:before {
    content: "\e1ce";
}
.icon-ic_fluent_box_multiple_search_20_regular:before {
    content: "\e1cf";
}
.icon-ic_fluent_box_multiple_search_24_regular:before {
    content: "\e1d0";
}
.icon-ic_fluent_box_search_20_regular:before {
    content: "\e1d1";
}
.icon-ic_fluent_box_search_24_regular:before {
    content: "\e1d2";
}
.icon-ic_fluent_cellular_warning_20_regular:before {
    content: "\e2b6";
}
.icon-ic_fluent_chart_multiple_20_regular:before {
    content: "\e2dd";
}
.icon-ic_fluent_chart_multiple_24_regular:before {
    content: "\e2de";
}
.icon-ic_fluent_checkbox_arrow_right_20_regular:before {
    content: "\e2fa";
}
.icon-ic_fluent_checkbox_warning_20_regular:before {
    content: "\e303";
}
.icon-ic_fluent_clock_toolbox_20_regular:before {
    content: "\e376";
}
.icon-ic_fluent_clock_toolbox_24_regular:before {
    content: "\e377";
}
.icon-ic_fluent_cube_multiple_20_regular:before {
    content: "\e432";
}
.icon-ic_fluent_cube_multiple_24_regular:before {
    content: "\e433";
}
.icon-ic_fluent_desktop_toolbox_20_regular:before {
    content: "\e4aa";
}
.icon-ic_fluent_desktop_toolbox_24_regular:before {
    content: "\e4ab";
}
.icon-ic_fluent_document_bullet_list_multiple_20_regular:before {
    content: "\e4eb";
}
.icon-ic_fluent_document_bullet_list_multiple_24_regular:before {
    content: "\e4ec";
}
.icon-ic_fluent_document_queue_20_regular:before {
    content: "\e533";
}
.icon-ic_fluent_document_queue_24_regular:before {
    content: "\e534";
}
.icon-ic_fluent_document_queue_add_20_regular:before {
    content: "\e535";
}
.icon-ic_fluent_document_queue_add_24_regular:before {
    content: "\e536";
}
.icon-ic_fluent_document_queue_multiple_20_regular:before {
    content: "\e537";
}
.icon-ic_fluent_document_queue_multiple_24_regular:before {
    content: "\e538";
}
.icon-ic_fluent_document_table_cube_20_regular:before {
    content: "\e551";
}
.icon-ic_fluent_document_table_cube_24_regular:before {
    content: "\e552";
}
.icon-ic_fluent_document_table_truck_20_regular:before {
    content: "\e555";
}
.icon-ic_fluent_document_table_truck_24_regular:before {
    content: "\e556";
}
.icon-ic_fluent_document_text_toolbox_20_regular:before {
    content: "\e55f";
}
.icon-ic_fluent_document_text_toolbox_24_regular:before {
    content: "\e560";
}
.icon-ic_fluent_equal_circle_20_regular:before {
    content: "\e5e1";
}
.icon-ic_fluent_equal_circle_24_regular:before {
    content: "\e5e2";
}
.icon-ic_fluent_gift_card_money_20_regular:before {
    content: "\e6a0";
}
.icon-ic_fluent_gift_card_money_24_regular:before {
    content: "\e6a1";
}
.icon-ic_fluent_gift_card_multiple_20_regular:before {
    content: "\e6a2";
}
.icon-ic_fluent_gift_card_multiple_24_regular:before {
    content: "\e6a3";
}
.icon-ic_fluent_image_multiple_32_regular:before {
    content: "\e728";
}
.icon-ic_fluent_image_multiple_48_regular:before {
    content: "\e729";
}
.icon-ic_fluent_mail_alert_28_regular:before {
    content: "\e7a2";
}
.icon-ic_fluent_puzzle_piece_shield_20_regular:before {
    content: "\e9eb";
}
.icon-ic_fluent_ribbon_12_regular:before {
    content: "\ea25";
}
.icon-ic_fluent_ribbon_off_12_regular:before {
    content: "\ea2a";
}
.icon-ic_fluent_ribbon_off_16_regular:before {
    content: "\ea2b";
}
.icon-ic_fluent_ribbon_off_20_regular:before {
    content: "\ea2c";
}
.icon-ic_fluent_ribbon_off_24_regular:before {
    content: "\ea2d";
}
.icon-ic_fluent_ribbon_off_32_regular:before {
    content: "\ea2e";
}
.icon-ic_fluent_share_28_regular:before {
    content: "\eaa7";
}
.icon-ic_fluent_shopping_bag_arrow_left_20_regular:before {
    content: "\eaea";
}
.icon-ic_fluent_shopping_bag_arrow_left_24_regular:before {
    content: "\eaeb";
}
.icon-ic_fluent_shopping_bag_play_20_regular:before {
    content: "\eaf2";
}
.icon-ic_fluent_shopping_bag_play_24_regular:before {
    content: "\eaf3";
}
.icon-ic_fluent_square_24_regular:before {
    content: "\eb76";
}
.icon-ic_fluent_square_28_regular:before {
    content: "\eb77";
}
.icon-ic_fluent_square_hint_16_regular:before {
    content: "\eb85";
}
.icon-ic_fluent_square_hint_28_regular:before {
    content: "\eb88";
}
.icon-ic_fluent_square_hint_32_regular:before {
    content: "\eb89";
}
.icon-ic_fluent_square_hint_48_regular:before {
    content: "\eb8a";
}
.icon-ic_fluent_square_hint_apps_20_regular:before {
    content: "\eb8b";
}
.icon-ic_fluent_square_hint_apps_24_regular:before {
    content: "\eb8c";
}
.icon-ic_fluent_square_hint_sparkles_16_regular:before {
    content: "\eb8f";
}
.icon-ic_fluent_square_hint_sparkles_20_regular:before {
    content: "\eb90";
}
.icon-ic_fluent_square_hint_sparkles_24_regular:before {
    content: "\eb91";
}
.icon-ic_fluent_square_hint_sparkles_28_regular:before {
    content: "\eb92";
}
.icon-ic_fluent_square_hint_sparkles_32_regular:before {
    content: "\eb93";
}
.icon-ic_fluent_square_hint_sparkles_48_regular:before {
    content: "\eb94";
}
.icon-ic_fluent_tablet_12_regular:before {
    content: "\ec69";
}
.icon-ic_fluent_tablet_16_regular:before {
    content: "\ec6a";
}
.icon-ic_fluent_tablet_32_regular:before {
    content: "\ec6b";
}
.icon-ic_fluent_tablet_48_regular:before {
    content: "\ec6c";
}
.icon-ic_fluent_tag_reset_20_regular:before {
    content: "\ec86";
}
.icon-ic_fluent_tag_reset_24_regular:before {
    content: "\ec87";
}
.icon-ic_fluent_tag_search_20_regular:before {
    content: "\ec88";
}
.icon-ic_fluent_tag_search_24_regular:before {
    content: "\ec89";
}
.icon-ic_fluent_tap_double_32_regular:before {
    content: "\ec8b";
}
.icon-ic_fluent_tap_double_48_regular:before {
    content: "\ec8c";
}
.icon-ic_fluent_tap_single_32_regular:before {
    content: "\ec8e";
}
.icon-ic_fluent_tap_single_48_regular:before {
    content: "\ec8f";
}
.icon-ic_fluent_timer_12_regular:before {
    content: "\ed85";
}
.icon-ic_fluent_timer_28_regular:before {
    content: "\ed89";
}
.icon-ic_fluent_timer_32_regular:before {
    content: "\ed8c";
}
.icon-ic_fluent_timer_48_regular:before {
    content: "\ed8d";
}
.icon-ic_fluent_board_heart_16_regular:before {
    content: "\e159";
}
.icon-ic_fluent_board_heart_20_regular:before {
    content: "\e15a";
}
.icon-ic_fluent_board_heart_24_regular:before {
    content: "\e15b";
}
.icon-ic_fluent_braces_24_regular:before {
    content: "\e1d6";
}
.icon-ic_fluent_breakout_room_24_regular:before {
    content: "\e1e6";
}
.icon-ic_fluent_breakout_room_28_regular:before {
    content: "\e1e7";
}
.icon-ic_fluent_chat_warning_20_regular:before {
    content: "\e2f4";
}
.icon-ic_fluent_checkbox_person_16_regular:before {
    content: "\e300";
}
.icon-ic_fluent_checkbox_person_20_regular:before {
    content: "\e301";
}
.icon-ic_fluent_chevron_circle_down_12_regular:before {
    content: "\e30d";
}
.icon-ic_fluent_chevron_circle_down_16_regular:before {
    content: "\e30e";
}
.icon-ic_fluent_chevron_circle_down_20_regular:before {
    content: "\e30f";
}
.icon-ic_fluent_chevron_circle_down_28_regular:before {
    content: "\e311";
}
.icon-ic_fluent_chevron_circle_down_48_regular:before {
    content: "\e313";
}
.icon-ic_fluent_chevron_circle_left_12_regular:before {
    content: "\e314";
}
.icon-ic_fluent_chevron_circle_left_16_regular:before {
    content: "\e315";
}
.icon-ic_fluent_chevron_circle_left_20_regular:before {
    content: "\e316";
}
.icon-ic_fluent_chevron_circle_left_24_regular:before {
    content: "\e317";
}
.icon-ic_fluent_chevron_circle_left_28_regular:before {
    content: "\e318";
}
.icon-ic_fluent_chevron_circle_left_32_regular:before {
    content: "\e319";
}
.icon-ic_fluent_chevron_circle_left_48_regular:before {
    content: "\e31a";
}
.icon-ic_fluent_chevron_circle_right_16_regular:before {
    content: "\e31c";
}
.icon-ic_fluent_chevron_circle_right_20_regular:before {
    content: "\e31d";
}
.icon-ic_fluent_chevron_circle_right_28_regular:before {
    content: "\e31f";
}
.icon-ic_fluent_chevron_circle_right_32_regular:before {
    content: "\e320";
}
.icon-ic_fluent_chevron_circle_right_48_regular:before {
    content: "\e321";
}
.icon-ic_fluent_chevron_circle_up_12_regular:before {
    content: "\e322";
}
.icon-ic_fluent_chevron_circle_up_16_regular:before {
    content: "\e323";
}
.icon-ic_fluent_chevron_circle_up_20_regular:before {
    content: "\e324";
}
.icon-ic_fluent_chevron_circle_up_24_regular:before {
    content: "\e325";
}
.icon-ic_fluent_chevron_circle_up_28_regular:before {
    content: "\e326";
}
.icon-ic_fluent_chevron_circle_up_48_regular:before {
    content: "\e328";
}
.icon-ic_fluent_circle_edit_20_regular:before {
    content: "\e334";
}
.icon-ic_fluent_circle_line_20_regular:before {
    content: "\e33a";
}
.icon-ic_fluent_circle_off_20_regular:before {
    content: "\e33d";
}
.icon-ic_fluent_class_20_regular:before {
    content: "\e33f";
}
.icon-ic_fluent_clipboard_data_bar_20_regular:before {
    content: "\e34f";
}
.icon-ic_fluent_clipboard_data_bar_24_regular:before {
    content: "\e350";
}
.icon-ic_fluent_clipboard_image_20_regular:before {
    content: "\e356";
}
.icon-ic_fluent_clipboard_more_20_regular:before {
    content: "\e358";
}
.icon-ic_fluent_clock_dismiss_20_regular:before {
    content: "\e372";
}
.icon-ic_fluent_comment_dismiss_20_regular:before {
    content: "\e3ed";
}
.icon-ic_fluent_comment_error_24_regular:before {
    content: "\e3f2";
}
.icon-ic_fluent_comment_note_20_regular:before {
    content: "\e3fe";
}
.icon-ic_fluent_convert_range_20_regular:before {
    content: "\e41d";
}
.icon-ic_fluent_copy_add_20_regular:before {
    content: "\e41f";
}
.icon-ic_fluent_copy_arrow_right_20_regular:before {
    content: "\e422";
}
.icon-ic_fluent_couch_20_regular:before {
    content: "\e426";
}
.icon-ic_fluent_crop_interim_20_regular:before {
    content: "\e42c";
}
.icon-ic_fluent_crop_interim_off_20_regular:before {
    content: "\e42d";
}
.icon-ic_fluent_cube_sync_20_regular:before {
    content: "\e439";
}
.icon-ic_fluent_dark_theme_20_regular:before {
    content: "\e452";
}
.icon-ic_fluent_data_area_20_regular:before {
    content: "\e453";
}
.icon-ic_fluent_data_bar_vertical_add_20_regular:before {
    content: "\e454";
}
.icon-ic_fluent_data_funnel_20_regular:before {
    content: "\e456";
}
.icon-ic_fluent_data_histogram_20_regular:before {
    content: "\e457";
}
.icon-ic_fluent_data_scatter_20_regular:before {
    content: "\e459";
}
.icon-ic_fluent_data_sunburst_20_regular:before {
    content: "\e45a";
}
.icon-ic_fluent_data_treemap_20_regular:before {
    content: "\e45b";
}
.icon-ic_fluent_data_waterfall_20_regular:before {
    content: "\e464";
}
.icon-ic_fluent_data_whisker_20_regular:before {
    content: "\e465";
}
.icon-ic_fluent_document_lock_16_regular:before {
    content: "\e514";
}
.icon-ic_fluent_document_lock_20_regular:before {
    content: "\e515";
}
.icon-ic_fluent_document_lock_24_regular:before {
    content: "\e516";
}
.icon-ic_fluent_document_lock_28_regular:before {
    content: "\e517";
}
.icon-ic_fluent_document_lock_32_regular:before {
    content: "\e518";
}
.icon-ic_fluent_document_lock_48_regular:before {
    content: "\e519";
}
.icon-ic_fluent_eyedropper_off_20_regular:before {
    content: "\e5ff";
}
.icon-ic_fluent_eyedropper_off_24_regular:before {
    content: "\e600";
}
.icon-ic_fluent_globe_person_20_regular:before {
    content: "\e6b7";
}
.icon-ic_fluent_mail_open_person_20_regular:before {
    content: "\e7cc";
}
.icon-ic_fluent_mail_open_person_24_regular:before {
    content: "\e7cd";
}
.icon-ic_fluent_resize_24_regular:before {
    content: "\ea13";
}
.icon-ic_fluent_resize_image_20_regular:before {
    content: "\ea14";
}
.icon-ic_fluent_scan_camera_16_regular:before {
    content: "\ea55";
}
.icon-ic_fluent_scan_camera_20_regular:before {
    content: "\ea56";
}
.icon-ic_fluent_scan_camera_24_regular:before {
    content: "\ea57";
}
.icon-ic_fluent_scan_camera_28_regular:before {
    content: "\ea58";
}
.icon-ic_fluent_scan_camera_48_regular:before {
    content: "\ea59";
}
.icon-ic_fluent_style_guide_20_regular:before {
    content: "\ebc9";
}
.icon-ic_fluent_tab_desktop_16_regular:before {
    content: "\ebe9";
}
.icon-ic_fluent_tab_desktop_24_regular:before {
    content: "\ebea";
}
.icon-ic_fluent_tab_desktop_bottom_20_regular:before {
    content: "\ebec";
}
.icon-ic_fluent_approvals_app_32_regular:before {
    content: "\e061";
}
.icon-ic_fluent_arrow_export_rtl_24_regular:before {
    content: "\e0ca";
}
.icon-ic_fluent_arrow_sort_down_lines_20_regular:before {
    content: "\e0f1";
}
.icon-ic_fluent_arrow_step_in_20_regular:before {
    content: "\e0fc";
}
.icon-ic_fluent_arrow_step_in_24_regular:before {
    content: "\e0fd";
}
.icon-ic_fluent_battery_10_24_regular:before {
    content: "\e144";
}
.icon-ic_fluent_bezier_curve_square_20_regular:before {
    content: "\e14f";
}
.icon-ic_fluent_border_none_24_regular:before {
    content: "\e1a9";
}
.icon-ic_fluent_calendar_pattern_16_regular:before {
    content: "\e258";
}
.icon-ic_fluent_caret_down_right_12_regular:before {
    content: "\e2a3";
}
.icon-ic_fluent_caret_down_right_16_regular:before {
    content: "\e2a4";
}
.icon-ic_fluent_caret_down_right_20_regular:before {
    content: "\e2a5";
}
.icon-ic_fluent_caret_down_right_24_regular:before {
    content: "\e2a6";
}
.icon-ic_fluent_cellular_off_24_regular:before {
    content: "\e2b5";
}
.icon-ic_fluent_eye_12_regular:before {
    content: "\e5f0";
}
.icon-ic_fluent_eye_16_regular:before {
    content: "\e5f1";
}
.icon-ic_fluent_eye_20_regular:before {
    content: "\e5f2";
}
.icon-ic_fluent_eye_24_regular:before {
    content: "\e5f3";
}
.icon-ic_fluent_eye_off_20_regular:before {
    content: "\e5f5";
}
.icon-ic_fluent_eye_off_24_regular:before {
    content: "\e5f6";
}
.icon-ic_fluent_eye_tracking_16_regular:before {
    content: "\e5f7";
}
.icon-ic_fluent_eye_tracking_20_regular:before {
    content: "\e5f8";
}
.icon-ic_fluent_eye_tracking_24_regular:before {
    content: "\e5f9";
}
.icon-ic_fluent_flash_20_regular:before {
    content: "\e618";
}
.icon-ic_fluent_flash_24_regular:before {
    content: "\e619";
}
.icon-ic_fluent_hdr_off_24_regular:before {
    content: "\e6ed";
}
.icon-ic_fluent_mic_16_regular:before {
    content: "\e7f8";
}
.icon-ic_fluent_mic_20_regular:before {
    content: "\e7f9";
}
.icon-ic_fluent_mic_24_regular:before {
    content: "\e7fa";
}
.icon-ic_fluent_mic_28_regular:before {
    content: "\e7fb";
}
.icon-ic_fluent_mic_32_regular:before {
    content: "\e7fc";
}
.icon-ic_fluent_mic_48_regular:before {
    content: "\e7fd";
}
.icon-ic_fluent_multiselect_ltr_16_regular:before {
    content: "\e84b";
}
.icon-ic_fluent_multiselect_ltr_20_regular:before {
    content: "\e84c";
}
.icon-ic_fluent_multiselect_ltr_24_regular:before {
    content: "\e84d";
}
.icon-ic_fluent_multiselect_rtl_20_regular:before {
    content: "\e84f";
}
.icon-ic_fluent_multiselect_rtl_24_regular:before {
    content: "\e850";
}
.icon-ic_fluent_panel_left_contract_16_regular:before {
    content: "\e8b4";
}
.icon-ic_fluent_panel_left_contract_20_regular:before {
    content: "\e8b5";
}
.icon-ic_fluent_panel_left_contract_24_regular:before {
    content: "\e8b6";
}
.icon-ic_fluent_share_screen_start_48_regular:before {
    content: "\eabd";
}
.icon-ic_fluent_shield_lock_24_regular:before {
    content: "\ead1";
}
.icon-ic_fluent_shield_lock_28_regular:before {
    content: "\ead2";
}
.icon-ic_fluent_shield_lock_48_regular:before {
    content: "\ead3";
}
.icon-ic_fluent_skip_back_10_24_regular:before {
    content: "\eafc";
}
.icon-ic_fluent_skip_back_10_28_regular:before {
    content: "\eafd";
}
.icon-ic_fluent_skip_back_10_32_regular:before {
    content: "\eafe";
}
.icon-ic_fluent_skip_back_10_48_regular:before {
    content: "\eaff";
}
.icon-ic_fluent_table_stack_below_20_regular:before {
    content: "\ec5b";
}
.icon-ic_fluent_textbox_16_regular:before {
    content: "\ed6a";
}
.icon-ic_fluent_textbox_rotate_90_20_regular:before {
    content: "\ed75";
}
.icon-ic_fluent_textbox_rotate_90_24_regular:before {
    content: "\ed76";
}
.icon-ic_fluent_board_games_20_regular:before {
    content: "\e158";
}
.icon-ic_fluent_building_home_16_regular:before {
    content: "\e21f";
}
.icon-ic_fluent_building_home_20_regular:before {
    content: "\e220";
}
.icon-ic_fluent_building_home_24_regular:before {
    content: "\e221";
}
.icon-ic_fluent_color_fill_16_regular:before {
    content: "\e3bf";
}
.icon-ic_fluent_color_fill_28_regular:before {
    content: "\e3c0";
}
.icon-ic_fluent_color_fill_accent_16_regular:before {
    content: "\e3c1";
}
.icon-ic_fluent_color_fill_accent_28_regular:before {
    content: "\e3c4";
}
.icon-ic_fluent_decimal_arrow_left_20_regular:before {
    content: "\e477";
}
.icon-ic_fluent_decimal_arrow_right_20_regular:before {
    content: "\e479";
}
.icon-ic_fluent_delete_arrow_back_20_regular:before {
    content: "\e47d";
}
.icon-ic_fluent_delete_dismiss_20_regular:before {
    content: "\e47e";
}
.icon-ic_fluent_desktop_edit_20_regular:before {
    content: "\e490";
}
.icon-ic_fluent_desktop_edit_24_regular:before {
    content: "\e491";
}
.icon-ic_fluent_desktop_mac_20_regular:before {
    content: "\e499";
}
.icon-ic_fluent_desktop_mac_24_regular:before {
    content: "\e49a";
}
.icon-ic_fluent_desktop_sync_20_regular:before {
    content: "\e4a8";
}
.icon-ic_fluent_desktop_sync_24_regular:before {
    content: "\e4a9";
}
.icon-ic_fluent_developer_board_search_24_regular:before {
    content: "\e4b0";
}
.icon-ic_fluent_device_eq_20_regular:before {
    content: "\e4b1";
}
.icon-ic_fluent_diagram_20_regular:before {
    content: "\e4b4";
}
.icon-ic_fluent_dialpad_off_20_regular:before {
    content: "\e4b9";
}
.icon-ic_fluent_dismiss_square_multiple_20_regular:before {
    content: "\e4c7";
}
.icon-ic_fluent_divider_short_16_regular:before {
    content: "\e4cc";
}
.icon-ic_fluent_divider_short_20_regular:before {
    content: "\e4cd";
}
.icon-ic_fluent_dock_20_regular:before {
    content: "\e4d0";
}
.icon-ic_fluent_dock_row_20_regular:before {
    content: "\e4d1";
}
.icon-ic_fluent_document_bullet_list_off_20_regular:before {
    content: "\e4ed";
}
.icon-ic_fluent_document_checkmark_20_regular:before {
    content: "\e4f1";
}
.icon-ic_fluent_document_chevron_double_20_regular:before {
    content: "\e4f3";
}
.icon-ic_fluent_document_css_20_regular:before {
    content: "\e4f5";
}
.icon-ic_fluent_document_footer_20_regular:before {
    content: "\e4fd";
}
.icon-ic_fluent_document_footer_dismiss_20_regular:before {
    content: "\e4fe";
}
.icon-ic_fluent_document_header_20_regular:before {
    content: "\e501";
}
.icon-ic_fluent_document_header_arrow_down_20_regular:before {
    content: "\e503";
}
.icon-ic_fluent_document_header_arrow_down_24_regular:before {
    content: "\e504";
}
.icon-ic_fluent_document_header_dismiss_20_regular:before {
    content: "\e505";
}
.icon-ic_fluent_document_javascript_20_regular:before {
    content: "\e50c";
}
.icon-ic_fluent_document_landscape_data_20_regular:before {
    content: "\e50e";
}
.icon-ic_fluent_document_landscape_split_24_regular:before {
    content: "\e511";
}
.icon-ic_fluent_double_tap_swipe_down_20_regular:before {
    content: "\e56e";
}
.icon-ic_fluent_double_tap_swipe_down_24_regular:before {
    content: "\e56f";
}
.icon-ic_fluent_double_tap_swipe_up_20_regular:before {
    content: "\e570";
}
.icon-ic_fluent_double_tap_swipe_up_24_regular:before {
    content: "\e571";
}
.icon-ic_fluent_location_add_16_regular:before {
    content: "\e77d";
}
.icon-ic_fluent_location_add_20_regular:before {
    content: "\e77e";
}
.icon-ic_fluent_location_add_24_regular:before {
    content: "\e77f";
}
.icon-ic_fluent_math_symbols_16_regular:before {
    content: "\e7e5";
}
.icon-ic_fluent_math_symbols_20_regular:before {
    content: "\e7e6";
}
.icon-ic_fluent_math_symbols_24_regular:before {
    content: "\e7e7";
}
.icon-ic_fluent_math_symbols_28_regular:before {
    content: "\e7e8";
}
.icon-ic_fluent_math_symbols_32_regular:before {
    content: "\e7e9";
}
.icon-ic_fluent_math_symbols_48_regular:before {
    content: "\e7ea";
}
.icon-ic_fluent_password_16_regular:before {
    content: "\e8c8";
}
.icon-ic_fluent_password_20_regular:before {
    content: "\e8c9";
}
.icon-ic_fluent_people_prohibited_24_regular:before {
    content: "\e904";
}
.icon-ic_fluent_sticker_add_20_regular:before {
    content: "\ebc2";
}
.icon-ic_fluent_subtract_square_20_regular:before {
    content: "\ebd9";
}
.icon-ic_fluent_system_20_regular:before {
    content: "\ebe4";
}
.icon-ic_fluent_table_add_16_regular:before {
    content: "\ebf8";
}
.icon-ic_fluent_table_add_28_regular:before {
    content: "\ebfa";
}
.icon-ic_fluent_table_cell_edit_16_regular:before {
    content: "\ec01";
}
.icon-ic_fluent_table_cell_edit_20_regular:before {
    content: "\ec02";
}
.icon-ic_fluent_table_cell_edit_28_regular:before {
    content: "\ec04";
}
.icon-ic_fluent_table_cells_merge_16_regular:before {
    content: "\ec05";
}
.icon-ic_fluent_table_cells_merge_28_regular:before {
    content: "\ec06";
}
.icon-ic_fluent_table_cells_split_16_regular:before {
    content: "\ec07";
}
.icon-ic_fluent_table_cells_split_28_regular:before {
    content: "\ec08";
}
.icon-ic_fluent_table_delete_column_16_regular:before {
    content: "\ec0b";
}
.icon-ic_fluent_table_delete_column_28_regular:before {
    content: "\ec0e";
}
.icon-ic_fluent_table_delete_row_16_regular:before {
    content: "\ec0f";
}
.icon-ic_fluent_table_delete_row_28_regular:before {
    content: "\ec12";
}
.icon-ic_fluent_table_dismiss_16_regular:before {
    content: "\ec13";
}
.icon-ic_fluent_table_dismiss_28_regular:before {
    content: "\ec16";
}
.icon-ic_fluent_table_edit_16_regular:before {
    content: "\ec17";
}
.icon-ic_fluent_table_edit_20_regular:before {
    content: "\ec18";
}
.icon-ic_fluent_table_edit_28_regular:before {
    content: "\ec19";
}
.icon-ic_fluent_table_freeze_column_16_regular:before {
    content: "\ec1a";
}
.icon-ic_fluent_table_freeze_column_20_regular:before {
    content: "\ec1b";
}
.icon-ic_fluent_table_freeze_column_28_regular:before {
    content: "\ec1c";
}
.icon-ic_fluent_table_freeze_column_and_row_16_regular:before {
    content: "\ec1d";
}
.icon-ic_fluent_table_freeze_column_and_row_20_regular:before {
    content: "\ec1e";
}
.icon-ic_fluent_table_freeze_column_and_row_28_regular:before {
    content: "\ec20";
}
.icon-ic_fluent_table_freeze_row_16_regular:before {
    content: "\ec21";
}
.icon-ic_fluent_table_freeze_row_20_regular:before {
    content: "\ec22";
}
.icon-ic_fluent_table_freeze_row_28_regular:before {
    content: "\ec23";
}
.icon-ic_fluent_table_insert_column_16_regular:before {
    content: "\ec25";
}
.icon-ic_fluent_table_insert_column_20_regular:before {
    content: "\ec26";
}
.icon-ic_fluent_table_insert_column_28_regular:before {
    content: "\ec28";
}
.icon-ic_fluent_table_insert_row_16_regular:before {
    content: "\ec29";
}
.icon-ic_fluent_table_insert_row_20_regular:before {
    content: "\ec2a";
}
.icon-ic_fluent_table_insert_row_28_regular:before {
    content: "\ec2c";
}
.icon-ic_fluent_table_lightning_16_regular:before {
    content: "\ec2d";
}
.icon-ic_fluent_table_lightning_28_regular:before {
    content: "\ec30";
}
.icon-ic_fluent_table_link_16_regular:before {
    content: "\ec31";
}
.icon-ic_fluent_table_link_28_regular:before {
    content: "\ec34";
}
.icon-ic_fluent_table_move_above_16_regular:before {
    content: "\ec35";
}
.icon-ic_fluent_table_move_above_20_regular:before {
    content: "\ec36";
}
.icon-ic_fluent_table_move_above_28_regular:before {
    content: "\ec38";
}
.icon-ic_fluent_table_move_below_16_regular:before {
    content: "\ec39";
}
.icon-ic_fluent_table_move_below_20_regular:before {
    content: "\ec3a";
}
.icon-ic_fluent_table_move_below_28_regular:before {
    content: "\ec3c";
}
.icon-ic_fluent_table_move_left_16_regular:before {
    content: "\ec3d";
}
.icon-ic_fluent_table_move_left_20_regular:before {
    content: "\ec3e";
}
.icon-ic_fluent_table_move_left_28_regular:before {
    content: "\ec3f";
}
.icon-ic_fluent_table_move_right_16_regular:before {
    content: "\ec40";
}
.icon-ic_fluent_table_move_right_20_regular:before {
    content: "\ec41";
}
.icon-ic_fluent_table_move_right_28_regular:before {
    content: "\ec42";
}
.icon-ic_fluent_table_resize_column_16_regular:before {
    content: "\ec44";
}
.icon-ic_fluent_table_resize_column_20_regular:before {
    content: "\ec45";
}
.icon-ic_fluent_table_resize_column_28_regular:before {
    content: "\ec47";
}
.icon-ic_fluent_table_resize_row_16_regular:before {
    content: "\ec48";
}
.icon-ic_fluent_table_resize_row_20_regular:before {
    content: "\ec49";
}
.icon-ic_fluent_table_resize_row_28_regular:before {
    content: "\ec4b";
}
.icon-ic_fluent_table_settings_16_regular:before {
    content: "\ec4d";
}
.icon-ic_fluent_table_settings_20_regular:before {
    content: "\ec4e";
}
.icon-ic_fluent_table_settings_28_regular:before {
    content: "\ec4f";
}
.icon-ic_fluent_table_stack_above_16_regular:before {
    content: "\ec56";
}
.icon-ic_fluent_table_stack_above_28_regular:before {
    content: "\ec59";
}
.icon-ic_fluent_table_stack_below_16_regular:before {
    content: "\ec5a";
}
.icon-ic_fluent_table_stack_below_28_regular:before {
    content: "\ec5d";
}
.icon-ic_fluent_table_stack_left_16_regular:before {
    content: "\ec5e";
}
.icon-ic_fluent_table_stack_left_28_regular:before {
    content: "\ec61";
}
.icon-ic_fluent_table_stack_right_16_regular:before {
    content: "\ec62";
}
.icon-ic_fluent_table_stack_right_28_regular:before {
    content: "\ec65";
}
.icon-ic_fluent_table_switch_16_regular:before {
    content: "\ec66";
}
.icon-ic_fluent_table_switch_20_regular:before {
    content: "\ec67";
}
.icon-ic_fluent_table_switch_28_regular:before {
    content: "\ec68";
}
.icon-ic_fluent_tablet_speaker_20_regular:before {
    content: "\ec6d";
}
.icon-ic_fluent_text_align_distributed_evenly_20_regular:before {
    content: "\ecb9";
}
.icon-ic_fluent_text_align_distributed_vertical_20_regular:before {
    content: "\ecbb";
}
.icon-ic_fluent_text_align_justify_low_20_regular:before {
    content: "\ecbd";
}
.icon-ic_fluent_text_continuous_20_regular:before {
    content: "\ecfc";
}
.icon-ic_fluent_textbox_align_bottom_rotate_90_20_regular:before {
    content: "\ed6b";
}
.icon-ic_fluent_textbox_align_middle_rotate_90_20_regular:before {
    content: "\ed6f";
}
.icon-ic_fluent_textbox_align_top_rotate_90_20_regular:before {
    content: "\ed71";
}
.icon-ic_fluent_textbox_more_20_regular:before {
    content: "\ed73";
}
.icon-ic_fluent_video_chat_16_regular:before {
    content: "\edf8";
}
.icon-ic_fluent_video_chat_20_regular:before {
    content: "\edf9";
}
.icon-ic_fluent_video_chat_24_regular:before {
    content: "\edfa";
}
.icon-ic_fluent_arrow_paragraph_20_regular:before {
    content: "\e0e2";
}
.icon-ic_fluent_clipboard_edit_20_regular:before {
    content: "\e352";
}
.icon-ic_fluent_clipboard_note_20_regular:before {
    content: "\e359";
}
.icon-ic_fluent_document_mention_16_regular:before {
    content: "\e51a";
}
.icon-ic_fluent_document_mention_20_regular:before {
    content: "\e51b";
}
.icon-ic_fluent_document_mention_24_regular:before {
    content: "\e51c";
}
.icon-ic_fluent_document_mention_28_regular:before {
    content: "\e51d";
}
.icon-ic_fluent_document_mention_48_regular:before {
    content: "\e51e";
}
.icon-ic_fluent_document_split_hint_off_16_regular:before {
    content: "\e545";
}
.icon-ic_fluent_document_split_hint_off_20_regular:before {
    content: "\e546";
}
.icon-ic_fluent_door_tag_20_regular:before {
    content: "\e56a";
}
.icon-ic_fluent_double_swipe_down_20_regular:before {
    content: "\e56c";
}
.icon-ic_fluent_double_swipe_up_20_regular:before {
    content: "\e56d";
}
.icon-ic_fluent_drag_20_regular:before {
    content: "\e572";
}
.icon-ic_fluent_drink_to_go_20_regular:before {
    content: "\e588";
}
.icon-ic_fluent_drive_train_20_regular:before {
    content: "\e58c";
}
.icon-ic_fluent_dual_screen_add_20_regular:before {
    content: "\e595";
}
.icon-ic_fluent_dual_screen_arrow_right_20_regular:before {
    content: "\e596";
}
.icon-ic_fluent_dual_screen_arrow_up_20_regular:before {
    content: "\e597";
}
.icon-ic_fluent_dual_screen_clock_20_regular:before {
    content: "\e599";
}
.icon-ic_fluent_dual_screen_closed_alert_20_regular:before {
    content: "\e59a";
}
.icon-ic_fluent_dual_screen_desktop_20_regular:before {
    content: "\e59c";
}
.icon-ic_fluent_dual_screen_dismiss_20_regular:before {
    content: "\e59d";
}
.icon-ic_fluent_dual_screen_group_20_regular:before {
    content: "\e59f";
}
.icon-ic_fluent_dual_screen_header_20_regular:before {
    content: "\e5a0";
}
.icon-ic_fluent_dual_screen_lock_20_regular:before {
    content: "\e5a1";
}
.icon-ic_fluent_dual_screen_mirror_20_regular:before {
    content: "\e5a2";
}
.icon-ic_fluent_dual_screen_pagination_20_regular:before {
    content: "\e5a3";
}
.icon-ic_fluent_dual_screen_settings_20_regular:before {
    content: "\e5a4";
}
.icon-ic_fluent_dual_screen_span_20_regular:before {
    content: "\e5a5";
}
.icon-ic_fluent_dual_screen_speaker_20_regular:before {
    content: "\e5a7";
}
.icon-ic_fluent_dual_screen_status_bar_20_regular:before {
    content: "\e5a9";
}
.icon-ic_fluent_dual_screen_tablet_20_regular:before {
    content: "\e5aa";
}
.icon-ic_fluent_dual_screen_update_20_regular:before {
    content: "\e5ab";
}
.icon-ic_fluent_dual_screen_vertical_scroll_20_regular:before {
    content: "\e5ac";
}
.icon-ic_fluent_dual_screen_vibrate_20_regular:before {
    content: "\e5ad";
}
.icon-ic_fluent_edit_settings_20_regular:before {
    content: "\e5c2";
}
.icon-ic_fluent_engine_20_regular:before {
    content: "\e5df";
}
.icon-ic_fluent_eraser_medium_20_regular:before {
    content: "\e5e6";
}
.icon-ic_fluent_eraser_segment_20_regular:before {
    content: "\e5e8";
}
.icon-ic_fluent_eraser_small_20_regular:before {
    content: "\e5ea";
}
.icon-ic_fluent_eraser_tool_20_regular:before {
    content: "\e5ec";
}
.icon-ic_fluent_extended_dock_20_regular:before {
    content: "\e5ef";
}
.icon-ic_fluent_fast_acceleration_20_regular:before {
    content: "\e605";
}
.icon-ic_fluent_filter_sync_20_regular:before {
    content: "\e60f";
}
.icon-ic_fluent_fingerprint_20_regular:before {
    content: "\e611";
}
.icon-ic_fluent_fixed_width_20_regular:before {
    content: "\e613";
}
.icon-ic_fluent_flash_auto_20_regular:before {
    content: "\e61c";
}
.icon-ic_fluent_flash_off_20_regular:before {
    content: "\e624";
}
.icon-ic_fluent_flashlight_off_20_regular:before {
    content: "\e62a";
}
.icon-ic_fluent_fluent_20_regular:before {
    content: "\e63c";
}
.icon-ic_fluent_form_new_20_regular:before {
    content: "\e674";
}
.icon-ic_fluent_fps_960_20_regular:before {
    content: "\e682";
}
.icon-ic_fluent_full_screen_minimize_16_regular:before {
    content: "\e686";
}
.icon-ic_fluent_full_screen_minimize_20_regular:before {
    content: "\e687";
}
.icon-ic_fluent_gas_20_regular:before {
    content: "\e690";
}
.icon-ic_fluent_gas_pump_20_regular:before {
    content: "\e692";
}
.icon-ic_fluent_gavel_20_regular:before {
    content: "\e696";
}
.icon-ic_fluent_gesture_20_regular:before {
    content: "\e699";
}
.icon-ic_fluent_gift_card_24_regular:before {
    content: "\e69c";
}
.icon-ic_fluent_glance_default_12_regular:before {
    content: "\e6a5";
}
.icon-ic_fluent_glance_horizontal_24_regular:before {
    content: "\e6a8";
}
.icon-ic_fluent_globe_add_20_regular:before {
    content: "\e6b3";
}
.icon-ic_fluent_globe_desktop_20_regular:before {
    content: "\e6b6";
}
.icon-ic_fluent_group_dismiss_20_regular:before {
    content: "\e6c8";
}
.icon-ic_fluent_group_list_20_regular:before {
    content: "\e6ca";
}
.icon-ic_fluent_group_return_20_regular:before {
    content: "\e6cb";
}
.icon-ic_fluent_guest_add_20_regular:before {
    content: "\e6d1";
}
.icon-ic_fluent_hand_draw_20_regular:before {
    content: "\e6d7";
}
.icon-ic_fluent_home_add_20_regular:before {
    content: "\e712";
}
.icon-ic_fluent_mail_dismiss_28_regular:before {
    content: "\e7b2";
}
.icon-ic_fluent_mail_inbox_all_20_regular:before {
    content: "\e7b6";
}
.icon-ic_fluent_mail_inbox_arrow_right_20_regular:before {
    content: "\e7b9";
}
.icon-ic_fluent_mail_list_16_regular:before {
    content: "\e7c1";
}
.icon-ic_fluent_mail_multiple_28_regular:before {
    content: "\e7c8";
}
.icon-ic_fluent_mail_off_20_regular:before {
    content: "\e7c9";
}
.icon-ic_fluent_mic_settings_20_regular:before {
    content: "\e812";
}
.icon-ic_fluent_navigation_unread_20_regular:before {
    content: "\e862";
}
.icon-ic_fluent_new_20_regular:before {
    content: "\e865";
}
.icon-ic_fluent_notebook_20_regular:before {
    content: "\e871";
}
.icon-ic_fluent_notebook_add_20_regular:before {
    content: "\e872";
}
.icon-ic_fluent_notebook_error_20_regular:before {
    content: "\e875";
}
.icon-ic_fluent_notebook_lightning_20_regular:before {
    content: "\e877";
}
.icon-ic_fluent_notebook_question_mark_20_regular:before {
    content: "\e878";
}
.icon-ic_fluent_number_symbol_dismiss_20_regular:before {
    content: "\e88a";
}
.icon-ic_fluent_pair_20_regular:before {
    content: "\e8ab";
}
.icon-ic_fluent_patient_20_regular:before {
    content: "\e8ca";
}
.icon-ic_fluent_pause_off_20_regular:before {
    content: "\e8d1";
}
.icon-ic_fluent_pause_settings_16_regular:before {
    content: "\e8d2";
}
.icon-ic_fluent_people_sync_28_regular:before {
    content: "\e90f";
}
.icon-ic_fluent_phone_add_20_regular:before {
    content: "\e954";
}
.icon-ic_fluent_phone_dismiss_20_regular:before {
    content: "\e95a";
}
.icon-ic_fluent_phone_lock_20_regular:before {
    content: "\e963";
}
.icon-ic_fluent_phone_page_header_20_regular:before {
    content: "\e965";
}
.icon-ic_fluent_phone_pagination_20_regular:before {
    content: "\e966";
}
.icon-ic_fluent_phone_screen_time_20_regular:before {
    content: "\e967";
}
.icon-ic_fluent_phone_status_bar_20_regular:before {
    content: "\e973";
}
.icon-ic_fluent_phone_update_20_regular:before {
    content: "\e974";
}
.icon-ic_fluent_phone_vertical_scroll_20_regular:before {
    content: "\e977";
}
.icon-ic_fluent_phone_vibrate_20_regular:before {
    content: "\e978";
}
.icon-ic_fluent_photo_filter_20_regular:before {
    content: "\e979";
}
.icon-ic_fluent_pi_20_regular:before {
    content: "\e97a";
}
.icon-ic_fluent_port_hdmi_20_regular:before {
    content: "\e9a0";
}
.icon-ic_fluent_predictions_20_regular:before {
    content: "\e9b0";
}
.icon-ic_fluent_pulse_square_20_regular:before {
    content: "\e9e0";
}
.icon-ic_fluent_remote_20_regular:before {
    content: "\ea10";
}
.icon-ic_fluent_reorder_20_regular:before {
    content: "\ea11";
}
.icon-ic_fluent_resize_video_20_regular:before {
    content: "\ea1c";
}
.icon-ic_fluent_rotate_left_20_regular:before {
    content: "\ea37";
}
.icon-ic_fluent_router_20_regular:before {
    content: "\ea3b";
}
.icon-ic_fluent_scan_20_regular:before {
    content: "\ea54";
}
.icon-ic_fluent_scan_table_20_regular:before {
    content: "\ea63";
}
.icon-ic_fluent_scan_text_20_regular:before {
    content: "\ea65";
}
.icon-ic_fluent_search_square_20_regular:before {
    content: "\ea81";
}
.icon-ic_fluent_service_bell_20_regular:before {
    content: "\ea93";
}
.icon-ic_fluent_shifts_add_20_regular:before {
    content: "\eadf";
}
.icon-ic_fluent_shifts_prohibited_20_regular:before {
    content: "\eae5";
}
.icon-ic_fluent_shifts_question_mark_20_regular:before {
    content: "\eae7";
}
.icon-ic_fluent_slide_grid_20_regular:before {
    content: "\eb17";
}
.icon-ic_fluent_slide_settings_20_regular:before {
    content: "\eb23";
}
.icon-ic_fluent_slide_transition_20_regular:before {
    content: "\eb2b";
}
.icon-ic_fluent_spacebar_20_regular:before {
    content: "\eb31";
}
.icon-ic_fluent_speaker_settings_20_regular:before {
    content: "\eb51";
}
.icon-ic_fluent_speaker_settings_28_regular:before {
    content: "\eb52";
}
.icon-ic_fluent_star_arrow_right_end_20_regular:before {
    content: "\eba1";
}
.icon-ic_fluent_star_arrow_right_start_20_regular:before {
    content: "\eba3";
}
.icon-ic_fluent_star_half_12_regular:before {
    content: "\ebac";
}
.icon-ic_fluent_star_half_16_regular:before {
    content: "\ebad";
}
.icon-ic_fluent_star_half_20_regular:before {
    content: "\ebae";
}
.icon-ic_fluent_star_half_24_regular:before {
    content: "\ebaf";
}
.icon-ic_fluent_star_half_28_regular:before {
    content: "\ebb0";
}
.icon-ic_fluent_star_one_quarter_12_regular:before {
    content: "\ebb4";
}
.icon-ic_fluent_star_one_quarter_16_regular:before {
    content: "\ebb5";
}
.icon-ic_fluent_star_one_quarter_20_regular:before {
    content: "\ebb6";
}
.icon-ic_fluent_star_one_quarter_24_regular:before {
    content: "\ebb7";
}
.icon-ic_fluent_star_one_quarter_28_regular:before {
    content: "\ebb8";
}
.icon-ic_fluent_star_three_quarter_12_regular:before {
    content: "\ebba";
}
.icon-ic_fluent_star_three_quarter_16_regular:before {
    content: "\ebbb";
}
.icon-ic_fluent_star_three_quarter_20_regular:before {
    content: "\ebbc";
}
.icon-ic_fluent_star_three_quarter_24_regular:before {
    content: "\ebbd";
}
.icon-ic_fluent_star_three_quarter_28_regular:before {
    content: "\ebbe";
}
.icon-ic_fluent_storage_20_regular:before {
    content: "\ebc3";
}
.icon-ic_fluent_sub_grid_20_regular:before {
    content: "\ebca";
}
.icon-ic_fluent_text_density_16_regular:before {
    content: "\ecfe";
}
.icon-ic_fluent_text_density_20_regular:before {
    content: "\ecff";
}
.icon-ic_fluent_video_person_off_20_regular:before {
    content: "\ee11";
}
.icon-ic_fluent_voicemail_arrow_back_20_regular:before {
    content: "\ee25";
}
.icon-ic_fluent_voicemail_arrow_forward_20_regular:before {
    content: "\ee26";
}
.icon-ic_fluent_voicemail_arrow_subtract_20_regular:before {
    content: "\ee27";
}
.icon-ic_fluent_web_asset_20_regular:before {
    content: "\ee55";
}
.icon-ic_fluent_archive_32_regular:before {
    content: "\e066";
}
.icon-ic_fluent_archive_settings_24_regular:before {
    content: "\e071";
}
.icon-ic_fluent_arrow_enter_20_regular:before {
    content: "\e0bf";
}
.icon-ic_fluent_arrow_exit_20_regular:before {
    content: "\e0c4";
}
.icon-ic_fluent_arrow_join_20_regular:before {
    content: "\e0d6";
}
.icon-ic_fluent_arrow_trending_down_16_regular:before {
    content: "\e119";
}
.icon-ic_fluent_arrow_trending_down_20_regular:before {
    content: "\e11a";
}
.icon-ic_fluent_arrow_trending_down_24_regular:before {
    content: "\e11b";
}
.icon-ic_fluent_book_template_20_regular:before {
    content: "\e18d";
}
.icon-ic_fluent_border_left_right_20_regular:before {
    content: "\e1a6";
}
.icon-ic_fluent_border_left_right_24_regular:before {
    content: "\e1a7";
}
.icon-ic_fluent_building_retail_more_20_regular:before {
    content: "\e228";
}
.icon-ic_fluent_calendar_add_16_regular:before {
    content: "\e239";
}
.icon-ic_fluent_calendar_add_28_regular:before {
    content: "\e23a";
}
.icon-ic_fluent_cellular_3g_20_regular:before {
    content: "\e2b0";
}
.icon-ic_fluent_cellular_4g_20_regular:before {
    content: "\e2b1";
}
.icon-ic_fluent_cellular_5g_20_regular:before {
    content: "\e2b2";
}
.icon-ic_fluent_checkbox_1_20_regular:before {
    content: "\e2f6";
}
.icon-ic_fluent_checkbox_2_20_regular:before {
    content: "\e2f8";
}
.icon-ic_fluent_checkmark_note_20_regular:before {
    content: "\e308";
}
.icon-ic_fluent_code_text_20_regular:before {
    content: "\e3ba";
}
.icon-ic_fluent_code_text_edit_20_regular:before {
    content: "\e3bb";
}
.icon-ic_fluent_column_20_regular:before {
    content: "\e3c9";
}
.icon-ic_fluent_cube_add_20_regular:before {
    content: "\e42f";
}
.icon-ic_fluent_cube_quick_16_regular:before {
    content: "\e434";
}
.icon-ic_fluent_cube_quick_20_regular:before {
    content: "\e435";
}
.icon-ic_fluent_cube_quick_24_regular:before {
    content: "\e436";
}
.icon-ic_fluent_cube_quick_28_regular:before {
    content: "\e437";
}
.icon-ic_fluent_database_arrow_down_20_regular:before {
    content: "\e468";
}
.icon-ic_fluent_database_arrow_right_20_regular:before {
    content: "\e469";
}
.icon-ic_fluent_database_arrow_up_20_regular:before {
    content: "\e46a";
}
.icon-ic_fluent_database_lightning_20_regular:before {
    content: "\e46b";
}
.icon-ic_fluent_database_plug_connected_20_regular:before {
    content: "\e471";
}
.icon-ic_fluent_database_warning_20_regular:before {
    content: "\e475";
}
.icon-ic_fluent_database_window_20_regular:before {
    content: "\e476";
}
.icon-ic_fluent_developer_board_lightning_20_regular:before {
    content: "\e4ad";
}
.icon-ic_fluent_developer_board_lightning_toolbox_20_regular:before {
    content: "\e4ae";
}
.icon-ic_fluent_edit_28_regular:before {
    content: "\e5b2";
}
.icon-ic_fluent_edit_48_regular:before {
    content: "\e5b4";
}
.icon-ic_fluent_edit_off_28_regular:before {
    content: "\e5b9";
}
.icon-ic_fluent_edit_off_32_regular:before {
    content: "\e5ba";
}
.icon-ic_fluent_edit_off_48_regular:before {
    content: "\e5bb";
}
.icon-ic_fluent_edit_prohibited_16_regular:before {
    content: "\e5bc";
}
.icon-ic_fluent_edit_prohibited_20_regular:before {
    content: "\e5bd";
}
.icon-ic_fluent_edit_prohibited_24_regular:before {
    content: "\e5be";
}
.icon-ic_fluent_edit_prohibited_28_regular:before {
    content: "\e5bf";
}
.icon-ic_fluent_edit_prohibited_32_regular:before {
    content: "\e5c0";
}
.icon-ic_fluent_edit_prohibited_48_regular:before {
    content: "\e5c1";
}
.icon-ic_fluent_emoji_edit_16_regular:before {
    content: "\e5c9";
}
.icon-ic_fluent_emoji_edit_20_regular:before {
    content: "\e5ca";
}
.icon-ic_fluent_emoji_edit_24_regular:before {
    content: "\e5cb";
}
.icon-ic_fluent_emoji_edit_28_regular:before {
    content: "\e5cc";
}
.icon-ic_fluent_emoji_edit_48_regular:before {
    content: "\e5cd";
}
.icon-ic_fluent_filter_add_20_regular:before {
    content: "\e60b";
}
.icon-ic_fluent_flash_add_20_regular:before {
    content: "\e61b";
}
.icon-ic_fluent_flash_flow_16_regular:before {
    content: "\e621";
}
.icon-ic_fluent_flash_flow_20_regular:before {
    content: "\e622";
}
.icon-ic_fluent_flash_flow_24_regular:before {
    content: "\e623";
}
.icon-ic_fluent_flash_play_20_regular:before {
    content: "\e625";
}
.icon-ic_fluent_folder_arrow_left_16_regular:before {
    content: "\e646";
}
.icon-ic_fluent_folder_arrow_left_20_regular:before {
    content: "\e647";
}
.icon-ic_fluent_folder_arrow_left_24_regular:before {
    content: "\e648";
}
.icon-ic_fluent_folder_arrow_left_28_regular:before {
    content: "\e649";
}
.icon-ic_fluent_folder_arrow_left_32_regular:before {
    content: "\e64a";
}
.icon-ic_fluent_gauge_add_20_regular:before {
    content: "\e695";
}
.icon-ic_fluent_hand_draw_16_regular:before {
    content: "\e6d6";
}
.icon-ic_fluent_hard_drive_20_regular:before {
    content: "\e6e3";
}
.icon-ic_fluent_hdr_20_regular:before {
    content: "\e6eb";
}
.icon-ic_fluent_hdr_off_20_regular:before {
    content: "\e6ec";
}
.icon-ic_fluent_home_database_20_regular:before {
    content: "\e715";
}
.icon-ic_fluent_image_add_20_regular:before {
    content: "\e71a";
}
.icon-ic_fluent_image_arrow_back_20_regular:before {
    content: "\e71c";
}
.icon-ic_fluent_image_arrow_counterclockwise_20_regular:before {
    content: "\e71e";
}
.icon-ic_fluent_image_arrow_forward_20_regular:before {
    content: "\e720";
}
.icon-ic_fluent_image_globe_20_regular:before {
    content: "\e722";
}
.icon-ic_fluent_image_reflection_20_regular:before {
    content: "\e72f";
}
.icon-ic_fluent_image_shadow_20_regular:before {
    content: "\e731";
}
.icon-ic_fluent_incognito_20_regular:before {
    content: "\e735";
}
.icon-ic_fluent_key_command_20_regular:before {
    content: "\e743";
}
.icon-ic_fluent_key_command_24_regular:before {
    content: "\e744";
}
.icon-ic_fluent_keyboard_123_20_regular:before {
    content: "\e748";
}
.icon-ic_fluent_keyboard_dock_20_regular:before {
    content: "\e74b";
}
.icon-ic_fluent_keyboard_layout_float_20_regular:before {
    content: "\e74c";
}
.icon-ic_fluent_keyboard_layout_one_handed_left_20_regular:before {
    content: "\e74d";
}
.icon-ic_fluent_keyboard_layout_resize_20_regular:before {
    content: "\e74e";
}
.icon-ic_fluent_keyboard_layout_split_20_regular:before {
    content: "\e74f";
}
.icon-ic_fluent_keyboard_shift_uppercase_16_regular:before {
    content: "\e752";
}
.icon-ic_fluent_keyboard_shift_uppercase_20_regular:before {
    content: "\e753";
}
.icon-ic_fluent_keyboard_tab_20_regular:before {
    content: "\e754";
}
.icon-ic_fluent_launcher_settings_20_regular:before {
    content: "\e758";
}
.icon-ic_fluent_lightbulb_circle_20_regular:before {
    content: "\e763";
}
.icon-ic_fluent_line_style_20_regular:before {
    content: "\e76e";
}
.icon-ic_fluent_link_toolbox_20_regular:before {
    content: "\e778";
}
.icon-ic_fluent_location_add_left_20_regular:before {
    content: "\e780";
}
.icon-ic_fluent_location_add_right_20_regular:before {
    content: "\e781";
}
.icon-ic_fluent_location_add_up_20_regular:before {
    content: "\e782";
}
.icon-ic_fluent_location_dismiss_20_regular:before {
    content: "\e786";
}
.icon-ic_fluent_mail_all_read_16_regular:before {
    content: "\e7a3";
}
.icon-ic_fluent_mail_all_read_24_regular:before {
    content: "\e7a4";
}
.icon-ic_fluent_mail_all_read_28_regular:before {
    content: "\e7a5";
}
.icon-ic_fluent_mail_list_20_regular:before {
    content: "\e7c2";
}
.icon-ic_fluent_mail_list_24_regular:before {
    content: "\e7c3";
}
.icon-ic_fluent_mail_list_28_regular:before {
    content: "\e7c4";
}
.icon-ic_fluent_mail_read_multiple_16_regular:before {
    content: "\e7d2";
}
.icon-ic_fluent_mail_read_multiple_24_regular:before {
    content: "\e7d3";
}
.icon-ic_fluent_mail_read_multiple_28_regular:before {
    content: "\e7d4";
}
.icon-ic_fluent_math_format_professional_20_regular:before {
    content: "\e7df";
}
.icon-ic_fluent_math_formula_20_regular:before {
    content: "\e7e2";
}
.icon-ic_fluent_mention_arrow_down_20_regular:before {
    content: "\e7f4";
}
.icon-ic_fluent_mention_brackets_20_regular:before {
    content: "\e7f5";
}
.icon-ic_fluent_music_note_off_1_20_regular:before {
    content: "\e857";
}
.icon-ic_fluent_music_note_off_1_24_regular:before {
    content: "\e858";
}
.icon-ic_fluent_music_note_off_2_16_regular:before {
    content: "\e859";
}
.icon-ic_fluent_music_note_off_2_20_regular:before {
    content: "\e85a";
}
.icon-ic_fluent_music_note_off_2_24_regular:before {
    content: "\e85b";
}
.icon-ic_fluent_navigation_location_target_20_regular:before {
    content: "\e860";
}
.icon-ic_fluent_navigation_play_20_regular:before {
    content: "\e861";
}
.icon-ic_fluent_number_circle_1_16_regular:before {
    content: "\e884";
}
.icon-ic_fluent_number_circle_1_20_regular:before {
    content: "\e885";
}
.icon-ic_fluent_number_circle_1_24_regular:before {
    content: "\e886";
}
.icon-ic_fluent_panel_left_contract_28_regular:before {
    content: "\e8b7";
}
.icon-ic_fluent_panel_left_expand_24_regular:before {
    content: "\e8ba";
}
.icon-ic_fluent_panel_left_expand_28_regular:before {
    content: "\e8bb";
}
.icon-ic_fluent_pen_16_regular:before {
    content: "\e8d6";
}
.icon-ic_fluent_pen_20_regular:before {
    content: "\e8d7";
}
.icon-ic_fluent_pen_24_regular:before {
    content: "\e8d8";
}
.icon-ic_fluent_pen_28_regular:before {
    content: "\e8d9";
}
.icon-ic_fluent_pen_32_regular:before {
    content: "\e8da";
}
.icon-ic_fluent_pen_48_regular:before {
    content: "\e8db";
}
.icon-ic_fluent_pen_off_16_regular:before {
    content: "\e8dc";
}
.icon-ic_fluent_pen_off_20_regular:before {
    content: "\e8dd";
}
.icon-ic_fluent_pen_off_24_regular:before {
    content: "\e8de";
}
.icon-ic_fluent_pen_off_28_regular:before {
    content: "\e8df";
}
.icon-ic_fluent_pen_off_32_regular:before {
    content: "\e8e0";
}
.icon-ic_fluent_pen_off_48_regular:before {
    content: "\e8e1";
}
.icon-ic_fluent_pen_prohibited_16_regular:before {
    content: "\e8e2";
}
.icon-ic_fluent_pen_prohibited_20_regular:before {
    content: "\e8e3";
}
.icon-ic_fluent_pen_prohibited_24_regular:before {
    content: "\e8e4";
}
.icon-ic_fluent_pen_prohibited_28_regular:before {
    content: "\e8e5";
}
.icon-ic_fluent_pen_prohibited_32_regular:before {
    content: "\e8e6";
}
.icon-ic_fluent_pen_prohibited_48_regular:before {
    content: "\e8e7";
}
.icon-ic_fluent_person_key_20_regular:before {
    content: "\e933";
}
.icon-ic_fluent_phone_link_setup_20_regular:before {
    content: "\e962";
}
.icon-ic_fluent_pipeline_20_regular:before {
    content: "\e989";
}
.icon-ic_fluent_pipeline_add_20_regular:before {
    content: "\e98a";
}
.icon-ic_fluent_pipeline_play_20_regular:before {
    content: "\e98c";
}
.icon-ic_fluent_play_settings_20_regular:before {
    content: "\e997";
}
.icon-ic_fluent_plug_connected_add_20_regular:before {
    content: "\e99b";
}
.icon-ic_fluent_plug_connected_checkmark_20_regular:before {
    content: "\e99c";
}
.icon-ic_fluent_presence_available_20_regular:before {
    content: "\e9b8";
}
.icon-ic_fluent_presence_available_24_regular:before {
    content: "\e9b9";
}
.icon-ic_fluent_presence_blocked_20_regular:before {
    content: "\e9ba";
}
.icon-ic_fluent_presence_blocked_24_regular:before {
    content: "\e9bb";
}
.icon-ic_fluent_presence_dnd_20_regular:before {
    content: "\e9bf";
}
.icon-ic_fluent_presence_dnd_24_regular:before {
    content: "\e9c0";
}
.icon-ic_fluent_presence_offline_20_regular:before {
    content: "\e9c1";
}
.icon-ic_fluent_presence_offline_24_regular:before {
    content: "\e9c2";
}
.icon-ic_fluent_presence_oof_20_regular:before {
    content: "\e9c3";
}
.icon-ic_fluent_presence_oof_24_regular:before {
    content: "\e9c4";
}
.icon-ic_fluent_presence_unknown_20_regular:before {
    content: "\e9c5";
}
.icon-ic_fluent_presence_unknown_24_regular:before {
    content: "\e9c6";
}
.icon-ic_fluent_prohibited_note_20_regular:before {
    content: "\e9d3";
}
.icon-ic_fluent_puzzle_cube_piece_20_regular:before {
    content: "\e9e7";
}
.icon-ic_fluent_ram_20_regular:before {
    content: "\e9f3";
}
.icon-ic_fluent_receipt_search_20_regular:before {
    content: "\ea06";
}
.icon-ic_fluent_rectangle_portrait_location_target_20_regular:before {
    content: "\ea0e";
}
.icon-ic_fluent_save_image_20_regular:before {
    content: "\ea4a";
}
.icon-ic_fluent_scan_16_regular:before {
    content: "\ea53";
}
.icon-ic_fluent_server_multiple_20_regular:before {
    content: "\ea91";
}
.icon-ic_fluent_server_play_20_regular:before {
    content: "\ea92";
}
.icon-ic_fluent_shield_person_20_regular:before {
    content: "\ead4";
}
.icon-ic_fluent_shield_person_add_20_regular:before {
    content: "\ead5";
}
.icon-ic_fluent_split_hint_20_regular:before {
    content: "\eb56";
}
.icon-ic_fluent_squares_nested_20_regular:before {
    content: "\eb99";
}
.icon-ic_fluent_stream_input_20_regular:before {
    content: "\ebc6";
}
.icon-ic_fluent_stream_input_output_20_regular:before {
    content: "\ebc7";
}
.icon-ic_fluent_stream_output_20_regular:before {
    content: "\ebc8";
}
.icon-ic_fluent_table_bottom_row_16_regular:before {
    content: "\ebfb";
}
.icon-ic_fluent_table_bottom_row_20_regular:before {
    content: "\ebfc";
}
.icon-ic_fluent_table_bottom_row_24_regular:before {
    content: "\ebfd";
}
.icon-ic_fluent_table_bottom_row_28_regular:before {
    content: "\ebfe";
}
.icon-ic_fluent_table_bottom_row_32_regular:before {
    content: "\ebff";
}
.icon-ic_fluent_table_bottom_row_48_regular:before {
    content: "\ec00";
}
.icon-ic_fluent_table_checker_20_regular:before {
    content: "\ec09";
}
.icon-ic_fluent_table_copy_20_regular:before {
    content: "\ec0a";
}
.icon-ic_fluent_table_image_20_regular:before {
    content: "\ec24";
}
.icon-ic_fluent_table_multiple_20_regular:before {
    content: "\ec43";
}
.icon-ic_fluent_table_search_20_regular:before {
    content: "\ec4c";
}
.icon-ic_fluent_table_split_20_regular:before {
    content: "\ec55";
}
.icon-ic_fluent_task_list_square_database_20_regular:before {
    content: "\ec98";
}
.icon-ic_fluent_text_bullet_list_checkmark_20_regular:before {
    content: "\ecd6";
}
.icon-ic_fluent_text_bullet_list_dismiss_20_regular:before {
    content: "\ecd7";
}
.icon-ic_fluent_text_bullet_list_square_clock_20_regular:before {
    content: "\ece3";
}
.icon-ic_fluent_text_bullet_list_square_person_20_regular:before {
    content: "\ece4";
}
.icon-ic_fluent_text_bullet_list_square_search_20_regular:before {
    content: "\ece5";
}
.icon-ic_fluent_text_bullet_list_square_settings_20_regular:before {
    content: "\ece6";
}
.icon-ic_fluent_text_bullet_list_square_shield_20_regular:before {
    content: "\ece7";
}
.icon-ic_fluent_text_bullet_list_square_toolbox_20_regular:before {
    content: "\ece8";
}
.icon-ic_fluent_text_density_24_regular:before {
    content: "\ed00";
}
.icon-ic_fluent_text_density_28_regular:before {
    content: "\ed01";
}
.icon-ic_fluent_text_expand_20_regular:before {
    content: "\ed0c";
}
.icon-ic_fluent_timer_off_20_regular:before {
    content: "\ed8e";
}
.icon-ic_fluent_triangle_16_regular:before {
    content: "\eda5";
}
.icon-ic_fluent_triangle_20_regular:before {
    content: "\eda6";
}
.icon-ic_fluent_triangle_down_12_regular:before {
    content: "\eda9";
}
.icon-ic_fluent_triangle_down_16_regular:before {
    content: "\edaa";
}
.icon-ic_fluent_triangle_down_20_regular:before {
    content: "\edab";
}
.icon-ic_fluent_triangle_down_32_regular:before {
    content: "\edac";
}
.icon-ic_fluent_triangle_down_48_regular:before {
    content: "\edad";
}
.icon-ic_fluent_triangle_left_12_regular:before {
    content: "\edae";
}
.icon-ic_fluent_triangle_left_16_regular:before {
    content: "\edaf";
}
.icon-ic_fluent_triangle_left_20_regular:before {
    content: "\edb0";
}
.icon-ic_fluent_triangle_left_32_regular:before {
    content: "\edb1";
}
.icon-ic_fluent_triangle_left_48_regular:before {
    content: "\edb2";
}
.icon-ic_fluent_triangle_right_12_regular:before {
    content: "\edb3";
}
.icon-ic_fluent_triangle_right_16_regular:before {
    content: "\edb4";
}
.icon-ic_fluent_triangle_right_20_regular:before {
    content: "\edb5";
}
.icon-ic_fluent_triangle_right_32_regular:before {
    content: "\edb6";
}
.icon-ic_fluent_triangle_right_48_regular:before {
    content: "\edb7";
}
.icon-ic_fluent_video_chat_28_regular:before {
    content: "\edfb";
}
.icon-ic_fluent_video_chat_32_regular:before {
    content: "\edfc";
}
.icon-ic_fluent_video_chat_48_regular:before {
    content: "\edfd";
}
.icon-ic_fluent_virtual_network_20_regular:before {
    content: "\ee22";
}
.icon-ic_fluent_virtual_network_toolbox_20_regular:before {
    content: "\ee23";
}
.icon-ic_fluent_wallet_16_regular:before {
    content: "\ee2b";
}
.icon-ic_fluent_wallet_credit_card_16_regular:before {
    content: "\ee31";
}
.icon-ic_fluent_wallet_credit_card_20_regular:before {
    content: "\ee32";
}
.icon-ic_fluent_wallet_credit_card_24_regular:before {
    content: "\ee33";
}
.icon-ic_fluent_wallet_credit_card_32_regular:before {
    content: "\ee34";
}
.icon-ic_fluent_window_bullet_list_20_regular:before {
    content: "\ee6d";
}
.icon-ic_fluent_window_bullet_list_add_20_regular:before {
    content: "\ee6e";
}
.icon-ic_fluent_window_database_20_regular:before {
    content: "\ee70";
}
.icon-ic_fluent_window_location_target_20_regular:before {
    content: "\ee77";
}
.icon-ic_fluent_window_multiple_swap_20_regular:before {
    content: "\ee79";
}
.icon-ic_fluent_window_play_20_regular:before {
    content: "\ee7c";
}
.icon-ic_fluent_window_settings_20_regular:before {
    content: "\ee7d";
}
.icon-ic_fluent_window_text_20_regular:before {
    content: "\ee7e";
}
.icon-ic_fluent_archive_arrow_back_16_regular:before {
    content: "\e067";
}
.icon-ic_fluent_archive_arrow_back_20_regular:before {
    content: "\e068";
}
.icon-ic_fluent_archive_arrow_back_24_regular:before {
    content: "\e069";
}
.icon-ic_fluent_archive_arrow_back_28_regular:before {
    content: "\e06a";
}
.icon-ic_fluent_archive_arrow_back_32_regular:before {
    content: "\e06b";
}
.icon-ic_fluent_archive_arrow_back_48_regular:before {
    content: "\e06c";
}
.icon-ic_fluent_circle_multiple_subtract_checkmark_20_regular:before {
    content: "\e33b";
}
.icon-ic_fluent_database_multiple_20_regular:before {
    content: "\e46e";
}
.icon-ic_fluent_image_multiple_off_16_regular:before {
    content: "\e72a";
}
.icon-ic_fluent_keyboard_16_regular:before {
    content: "\e74a";
}
.icon-ic_fluent_lock_multiple_20_regular:before {
    content: "\e792";
}
.icon-ic_fluent_lottery_20_regular:before {
    content: "\e798";
}
.icon-ic_fluent_mail_warning_20_regular:before {
    content: "\e7d8";
}
.icon-ic_fluent_mail_warning_24_regular:before {
    content: "\e7d9";
}
.icon-ic_fluent_match_app_layout_20_regular:before {
    content: "\e7dc";
}
.icon-ic_fluent_math_format_linear_20_regular:before {
    content: "\e7dd";
}
.icon-ic_fluent_megaphone_off_16_regular:before {
    content: "\e7f1";
}
.icon-ic_fluent_megaphone_off_20_regular:before {
    content: "\e7f2";
}
.icon-ic_fluent_megaphone_off_28_regular:before {
    content: "\e7f3";
}
.icon-ic_fluent_merge_20_regular:before {
    content: "\e7f7";
}
.icon-ic_fluent_mic_off_32_regular:before {
    content: "\e7ff";
}
.icon-ic_fluent_mobile_optimized_20_regular:before {
    content: "\e817";
}
.icon-ic_fluent_network_check_20_regular:before {
    content: "\e864";
}
.icon-ic_fluent_note_add_28_regular:before {
    content: "\e86c";
}
.icon-ic_fluent_note_add_48_regular:before {
    content: "\e86d";
}
.icon-ic_fluent_notebook_sync_20_regular:before {
    content: "\e87d";
}
.icon-ic_fluent_organization_horizontal_20_regular:before {
    content: "\e89e";
}
.icon-ic_fluent_paint_brush_arrow_down_20_regular:before {
    content: "\e8a7";
}
.icon-ic_fluent_paint_brush_arrow_up_20_regular:before {
    content: "\e8a9";
}
.icon-ic_fluent_pentagon_20_regular:before {
    content: "\e8e8";
}
.icon-ic_fluent_person_accounts_20_regular:before {
    content: "\e920";
}
.icon-ic_fluent_person_subtract_20_regular:before {
    content: "\e947";
}
.icon-ic_fluent_pin_off_28_regular:before {
    content: "\e986";
}
.icon-ic_fluent_pin_off_32_regular:before {
    content: "\e987";
}
.icon-ic_fluent_point_scan_20_regular:before {
    content: "\e99d";
}
.icon-ic_fluent_port_usb_a_20_regular:before {
    content: "\e9a4";
}
.icon-ic_fluent_question_circle_12_regular:before {
    content: "\e9ed";
}
.icon-ic_fluent_row_triple_20_regular:before {
    content: "\ea3c";
}
.icon-ic_fluent_scratchpad_20_regular:before {
    content: "\ea76";
}
.icon-ic_fluent_shifts_availability_20_regular:before {
    content: "\eae0";
}
.icon-ic_fluent_skip_forward_tab_20_regular:before {
    content: "\eb0a";
}
.icon-ic_fluent_sleep_20_regular:before {
    content: "\eb0c";
}
.icon-ic_fluent_slide_multiple_20_regular:before {
    content: "\eb1c";
}
.icon-ic_fluent_slide_multiple_arrow_right_20_regular:before {
    content: "\eb1e";
}
.icon-ic_fluent_slide_size_20_regular:before {
    content: "\eb25";
}
.icon-ic_fluent_sound_wave_circle_20_regular:before {
    content: "\eb2f";
}
.icon-ic_fluent_sport_american_football_20_regular:before {
    content: "\eb68";
}
.icon-ic_fluent_sport_baseball_20_regular:before {
    content: "\eb6a";
}
.icon-ic_fluent_sport_hockey_20_regular:before {
    content: "\eb6e";
}
.icon-ic_fluent_square_hint_arrow_back_20_regular:before {
    content: "\eb8e";
}
.icon-ic_fluent_square_shadow_20_regular:before {
    content: "\eb98";
}
.icon-ic_fluent_tab_arrow_left_20_regular:before {
    content: "\ebe7";
}
.icon-ic_fluent_tab_prohibited_20_regular:before {
    content: "\ebf0";
}
.icon-ic_fluent_text_collapse_20_regular:before {
    content: "\ecf4";
}
.icon-ic_fluent_text_more_20_regular:before {
    content: "\ed37";
}
.icon-ic_fluent_time_and_weather_20_regular:before {
    content: "\ed81";
}
.icon-ic_fluent_transmission_20_regular:before {
    content: "\ed9c";
}
.icon-ic_fluent_video_play_pause_20_regular:before {
    content: "\ee1a";
}
.icon-ic_fluent_arrow_next_12_regular:before {
    content: "\e0dd";
}
.icon-ic_fluent_arrow_previous_12_regular:before {
    content: "\e0e3";
}
.icon-ic_fluent_data_usage_settings_20_regular:before {
    content: "\e461";
}
.icon-ic_fluent_document_multiple_sync_20_regular:before {
    content: "\e526";
}
.icon-ic_fluent_filter_12_regular:before {
    content: "\e609";
}
.icon-ic_fluent_history_28_regular:before {
    content: "\e706";
}
.icon-ic_fluent_history_32_regular:before {
    content: "\e707";
}
.icon-ic_fluent_history_48_regular:before {
    content: "\e708";
}
.icon-ic_fluent_history_dismiss_20_regular:before {
    content: "\e709";
}
.icon-ic_fluent_history_dismiss_24_regular:before {
    content: "\e70a";
}
.icon-ic_fluent_history_dismiss_28_regular:before {
    content: "\e70b";
}
.icon-ic_fluent_history_dismiss_32_regular:before {
    content: "\e70c";
}
.icon-ic_fluent_history_dismiss_48_regular:before {
    content: "\e70d";
}
.icon-ic_fluent_home_more_20_regular:before {
    content: "\e716";
}
.icon-ic_fluent_people_search_20_regular:before {
    content: "\e907";
}
.icon-ic_fluent_people_team_delete_16_regular:before {
    content: "\e913";
}
.icon-ic_fluent_people_team_delete_20_regular:before {
    content: "\e914";
}
.icon-ic_fluent_people_team_delete_28_regular:before {
    content: "\e916";
}
.icon-ic_fluent_people_team_delete_32_regular:before {
    content: "\e917";
}
.icon-ic_fluent_person_5_20_regular:before {
    content: "\e91c";
}
.icon-ic_fluent_person_6_20_regular:before {
    content: "\e91e";
}
.icon-ic_fluent_person_sync_24_regular:before {
    content: "\e94a";
}
.icon-ic_fluent_phone_eraser_20_regular:before {
    content: "\e95d";
}
.icon-ic_fluent_phone_shake_20_regular:before {
    content: "\e968";
}
.icon-ic_fluent_phone_speaker_20_regular:before {
    content: "\e971";
}
.icon-ic_fluent_radar_20_regular:before {
    content: "\e9f0";
}
.icon-ic_fluent_radar_checkmark_20_regular:before {
    content: "\e9f1";
}
.icon-ic_fluent_radar_rectangle_multiple_20_regular:before {
    content: "\e9f2";
}
.icon-ic_fluent_real_estate_20_regular:before {
    content: "\e9fc";
}
.icon-ic_fluent_resize_table_20_regular:before {
    content: "\ea1b";
}
.icon-ic_fluent_shifts_30_minutes_20_regular:before {
    content: "\eadd";
}
.icon-ic_fluent_sound_source_20_regular:before {
    content: "\eb2e";
}
.icon-ic_fluent_subtitles_16_regular:before {
    content: "\ebcb";
}
.icon-ic_fluent_subtitles_20_regular:before {
    content: "\ebcc";
}
.icon-ic_fluent_subtitles_24_regular:before {
    content: "\ebcd";
}
.icon-ic_fluent_task_list_square_person_20_regular:before {
    content: "\ec9b";
}
.icon-ic_fluent_task_list_square_settings_20_regular:before {
    content: "\ec9e";
}
.icon-ic_fluent_timer_10_20_regular:before {
    content: "\ed84";
}
.icon-ic_fluent_timer_2_20_regular:before {
    content: "\ed87";
}
.icon-ic_fluent_timer_3_20_regular:before {
    content: "\ed8a";
}
.icon-ic_fluent_tree_deciduous_20_regular:before {
    content: "\eda2";
}
.icon-ic_fluent_tree_evergreen_20_regular:before {
    content: "\eda3";
}
.icon-ic_fluent_uninstall_app_20_regular:before {
    content: "\edce";
}
.icon-ic_fluent_alert_badge_16_regular:before {
    content: "\e017";
}
.icon-ic_fluent_alert_badge_20_regular:before {
    content: "\e018";
}
.icon-ic_fluent_alert_badge_24_regular:before {
    content: "\e019";
}
.icon-ic_fluent_archive_settings_28_regular:before {
    content: "\e072";
}
.icon-ic_fluent_arrow_between_up_20_regular:before {
    content: "\e081";
}
.icon-ic_fluent_arrow_fit_in_16_regular:before {
    content: "\e0ce";
}
.icon-ic_fluent_arrow_fit_in_20_regular:before {
    content: "\e0cf";
}
.icon-ic_fluent_arrow_forward_28_regular:before {
    content: "\e0d0";
}
.icon-ic_fluent_arrow_reply_28_regular:before {
    content: "\e0e6";
}
.icon-ic_fluent_arrow_reply_all_28_regular:before {
    content: "\e0e7";
}
.icon-ic_fluent_arrow_undo_28_regular:before {
    content: "\e127";
}
.icon-ic_fluent_branch_request_20_regular:before {
    content: "\e1e4";
}
.icon-ic_fluent_broom_28_regular:before {
    content: "\e204";
}
.icon-ic_fluent_bug_arrow_counterclockwise_20_regular:before {
    content: "\e208";
}
.icon-ic_fluent_bug_prohibited_20_regular:before {
    content: "\e209";
}
.icon-ic_fluent_calendar_multiple_28_regular:before {
    content: "\e256";
}
.icon-ic_fluent_call_add_16_regular:before {
    content: "\e275";
}
.icon-ic_fluent_call_dismiss_16_regular:before {
    content: "\e279";
}
.icon-ic_fluent_call_transfer_16_regular:before {
    content: "\e292";
}
.icon-ic_fluent_call_warning_16_regular:before {
    content: "\e294";
}
.icon-ic_fluent_call_warning_20_regular:before {
    content: "\e295";
}
.icon-ic_fluent_checkmark_square_20_regular:before {
    content: "\e309";
}
.icon-ic_fluent_circle_eraser_20_regular:before {
    content: "\e336";
}
.icon-ic_fluent_column_double_compare_20_regular:before {
    content: "\e3cb";
}
.icon-ic_fluent_comma_20_regular:before {
    content: "\e3d1";
}
.icon-ic_fluent_cube_arrow_curve_down_20_regular:before {
    content: "\e430";
}
.icon-ic_fluent_database_switch_20_regular:before {
    content: "\e474";
}
.icon-ic_fluent_document_data_20_regular:before {
    content: "\e4f7";
}
.icon-ic_fluent_folder_mail_24_regular:before {
    content: "\e658";
}
.icon-ic_fluent_folder_mail_28_regular:before {
    content: "\e659";
}
.icon-ic_fluent_gather_20_regular:before {
    content: "\e694";
}
.icon-ic_fluent_image_32_regular:before {
    content: "\e719";
}
.icon-ic_fluent_mail_attach_24_regular:before {
    content: "\e7ae";
}
.icon-ic_fluent_mail_attach_28_regular:before {
    content: "\e7af";
}
.icon-ic_fluent_mail_prohibited_28_regular:before {
    content: "\e7d0";
}
.icon-ic_fluent_markdown_20_regular:before {
    content: "\e7db";
}
.icon-ic_fluent_merge_16_regular:before {
    content: "\e7f6";
}
.icon-ic_fluent_notebook_arrow_curve_down_20_regular:before {
    content: "\e874";
}
.icon-ic_fluent_notebook_eye_20_regular:before {
    content: "\e876";
}
.icon-ic_fluent_person_sync_16_regular:before {
    content: "\e948";
}
.icon-ic_fluent_person_sync_20_regular:before {
    content: "\e949";
}
.icon-ic_fluent_person_sync_28_regular:before {
    content: "\e94b";
}
.icon-ic_fluent_person_sync_32_regular:before {
    content: "\e94c";
}
.icon-ic_fluent_person_sync_48_regular:before {
    content: "\e94d";
}
.icon-ic_fluent_phone_key_20_regular:before {
    content: "\e95e";
}
.icon-ic_fluent_phone_key_24_regular:before {
    content: "\e95f";
}
.icon-ic_fluent_pipeline_arrow_curve_down_20_regular:before {
    content: "\e98b";
}
.icon-ic_fluent_print_32_regular:before {
    content: "\e9cd";
}
.icon-ic_fluent_save_28_regular:before {
    content: "\ea44";
}
.icon-ic_fluent_select_all_off_20_regular:before {
    content: "\ea85";
}
.icon-ic_fluent_select_all_on_20_regular:before {
    content: "\ea86";
}
.icon-ic_fluent_square_eraser_20_regular:before {
    content: "\eb84";
}
.icon-ic_fluent_tab_desktop_multiple_bottom_20_regular:before {
    content: "\ebee";
}
.icon-ic_fluent_tag_28_regular:before {
    content: "\ec71";
}
.icon-ic_fluent_text_indent_decrease_rotate_270_24_regular:before {
    content: "\ed26";
}
.icon-ic_fluent_text_indent_decrease_rotate_90_24_regular:before {
    content: "\ed28";
}
.icon-ic_fluent_text_indent_increase_rotate_270_24_regular:before {
    content: "\ed30";
}
.icon-ic_fluent_text_indent_increase_rotate_90_24_regular:before {
    content: "\ed32";
}
.icon-ic_fluent_text_number_list_rotate_270_24_regular:before {
    content: "\ed3c";
}
.icon-ic_fluent_text_number_list_rotate_90_24_regular:before {
    content: "\ed3e";
}
.icon-ic_fluent_text_whole_word_20_regular:before {
    content: "\ed68";
}
.icon-ic_fluent_time_picker_20_regular:before {
    content: "\ed82";
}
.icon-ic_fluent_video_clip_off_16_regular:before {
    content: "\ee03";
}
.icon-ic_fluent_video_clip_off_20_regular:before {
    content: "\ee04";
}
.icon-ic_fluent_video_clip_off_24_regular:before {
    content: "\ee05";
}
.icon-ic_fluent_wallpaper_20_regular:before {
    content: "\ee35";
}
.icon-ic_fluent_warning_28_regular:before {
    content: "\ee3c";
}
.icon-ic_fluent_wifi_lock_20_regular:before {
    content: "\ee57";
}
.icon-ic_fluent_alert_12_regular:before {
    content: "\e013";
}
.icon-ic_fluent_alert_48_regular:before {
    content: "\e016";
}
.icon-ic_fluent_alert_snooze_12_regular:before {
    content: "\e01b";
}
.icon-ic_fluent_alert_snooze_16_regular:before {
    content: "\e01c";
}
.icon-ic_fluent_arrow_autofit_content_20_regular:before {
    content: "\e073";
}
.icon-ic_fluent_arrow_split_16_regular:before {
    content: "\e0f3";
}
.icon-ic_fluent_arrow_split_24_regular:before {
    content: "\e0f5";
}
.icon-ic_fluent_catch_up_16_regular:before {
    content: "\e2ad";
}
.icon-ic_fluent_catch_up_20_regular:before {
    content: "\e2ae";
}
.icon-ic_fluent_catch_up_24_regular:before {
    content: "\e2af";
}
.icon-ic_fluent_chess_20_regular:before {
    content: "\e30c";
}
.icon-ic_fluent_circle_image_20_regular:before {
    content: "\e338";
}
.icon-ic_fluent_image_multiple_off_20_regular:before {
    content: "\e72b";
}
.icon-ic_fluent_mic_pulse_16_regular:before {
    content: "\e806";
}
.icon-ic_fluent_mic_pulse_20_regular:before {
    content: "\e807";
}
.icon-ic_fluent_mic_pulse_24_regular:before {
    content: "\e808";
}
.icon-ic_fluent_mic_pulse_28_regular:before {
    content: "\e809";
}
.icon-ic_fluent_mic_pulse_32_regular:before {
    content: "\e80a";
}
.icon-ic_fluent_mic_pulse_48_regular:before {
    content: "\e80b";
}
.icon-ic_fluent_mic_pulse_off_16_regular:before {
    content: "\e80c";
}
.icon-ic_fluent_mic_pulse_off_20_regular:before {
    content: "\e80d";
}
.icon-ic_fluent_mic_pulse_off_24_regular:before {
    content: "\e80e";
}
.icon-ic_fluent_mic_pulse_off_28_regular:before {
    content: "\e80f";
}
.icon-ic_fluent_mic_pulse_off_32_regular:before {
    content: "\e810";
}
.icon-ic_fluent_mic_pulse_off_48_regular:before {
    content: "\e811";
}
.icon-ic_fluent_pause_28_regular:before {
    content: "\e8cd";
}
.icon-ic_fluent_pause_32_regular:before {
    content: "\e8ce";
}
.icon-ic_fluent_playing_cards_20_regular:before {
    content: "\e998";
}
.icon-ic_fluent_premium_person_16_regular:before {
    content: "\e9b2";
}
.icon-ic_fluent_quiz_new_20_regular:before {
    content: "\e9ef";
}
.icon-ic_fluent_save_copy_20_regular:before {
    content: "\ea47";
}
.icon-ic_fluent_send_copy_20_regular:before {
    content: "\ea90";
}
.icon-ic_fluent_slide_hide_20_regular:before {
    content: "\eb19";
}
.icon-ic_fluent_slide_microphone_20_regular:before {
    content: "\eb1a";
}
.icon-ic_fluent_slide_search_20_regular:before {
    content: "\eb20";
}
.icon-ic_fluent_sport_basketball_20_regular:before {
    content: "\eb6c";
}
.icon-ic_fluent_swipe_down_20_regular:before {
    content: "\ebdd";
}
.icon-ic_fluent_swipe_right_20_regular:before {
    content: "\ebde";
}
.icon-ic_fluent_swipe_up_20_regular:before {
    content: "\ebdf";
}
.icon-ic_fluent_tabs_20_regular:before {
    content: "\ec6f";
}
.icon-ic_fluent_text_12_regular:before {
    content: "\ecad";
}
.icon-ic_fluent_text_16_regular:before {
    content: "\ecae";
}
.icon-ic_fluent_text_32_regular:before {
    content: "\ecaf";
}
.icon-ic_fluent_text_add_20_regular:before {
    content: "\ecb0";
}
.icon-ic_fluent_text_indent_decrease_rotate_270_20_regular:before {
    content: "\ed25";
}
.icon-ic_fluent_text_indent_decrease_rotate_90_20_regular:before {
    content: "\ed27";
}
.icon-ic_fluent_text_indent_increase_rotate_270_20_regular:before {
    content: "\ed2f";
}
.icon-ic_fluent_text_indent_increase_rotate_90_20_regular:before {
    content: "\ed31";
}
.icon-ic_fluent_text_number_list_rotate_270_20_regular:before {
    content: "\ed3b";
}
.icon-ic_fluent_text_number_list_rotate_90_20_regular:before {
    content: "\ed3d";
}
.icon-ic_fluent_text_wrap_20_regular:before {
    content: "\ed69";
}
.icon-ic_fluent_toggle_multiple_16_regular:before {
    content: "\ed94";
}
.icon-ic_fluent_toggle_multiple_20_regular:before {
    content: "\ed95";
}
.icon-ic_fluent_toggle_multiple_24_regular:before {
    content: "\ed96";
}
.icon-ic_fluent_window_edit_20_regular:before {
    content: "\ee73";
}
.icon-ic_fluent_zoom_fit_16_regular:before {
    content: "\ee8b";
}
.icon-ic_fluent_zoom_fit_20_regular:before {
    content: "\ee8c";
}
.icon-ic_fluent_zoom_fit_24_regular:before {
    content: "\ee8d";
}
.icon-ic_fluent_app_folder_16_regular:before {
    content: "\e058";
}
.icon-ic_fluent_app_folder_28_regular:before {
    content: "\e059";
}
.icon-ic_fluent_app_folder_32_regular:before {
    content: "\e05a";
}
.icon-ic_fluent_app_folder_48_regular:before {
    content: "\e05b";
}
.icon-ic_fluent_arrow_outline_up_right_20_regular:before {
    content: "\e0de";
}
.icon-ic_fluent_arrow_outline_up_right_24_regular:before {
    content: "\e0df";
}
.icon-ic_fluent_clipboard_32_regular:before {
    content: "\e343";
}
.icon-ic_fluent_clipboard_text_32_regular:before {
    content: "\e365";
}
.icon-ic_fluent_clipboard_text_edit_20_regular:before {
    content: "\e366";
}
.icon-ic_fluent_clipboard_text_edit_24_regular:before {
    content: "\e367";
}
.icon-ic_fluent_clipboard_text_edit_32_regular:before {
    content: "\e368";
}
.icon-ic_fluent_document_data_24_regular:before {
    content: "\e4f8";
}
.icon-ic_fluent_joystick_20_regular:before {
    content: "\e73f";
}
.icon-ic_fluent_people_12_regular:before {
    content: "\e8eb";
}
.icon-ic_fluent_people_48_regular:before {
    content: "\e8ed";
}
.icon-ic_fluent_person_heart_24_regular:before {
    content: "\e931";
}
.icon-ic_fluent_port_micro_usb_20_regular:before {
    content: "\e9a2";
}
.icon-ic_fluent_port_usb_c_20_regular:before {
    content: "\e9a6";
}
.icon-ic_fluent_rss_20_regular:before {
    content: "\ea3d";
}
.icon-ic_fluent_scales_20_regular:before {
    content: "\ea50";
}
.icon-ic_fluent_shifts_team_20_regular:before {
    content: "\eae9";
}
.icon-ic_fluent_speaker_bluetooth_20_regular:before {
    content: "\eb47";
}
.icon-ic_fluent_speaker_usb_20_regular:before {
    content: "\eb53";
}
.icon-ic_fluent_text_align_center_rotate_270_16_regular:before {
    content: "\ecb3";
}
.icon-ic_fluent_text_align_center_rotate_270_20_regular:before {
    content: "\ecb4";
}
.icon-ic_fluent_text_align_center_rotate_90_16_regular:before {
    content: "\ecb6";
}
.icon-ic_fluent_text_align_center_rotate_90_20_regular:before {
    content: "\ecb7";
}
.icon-ic_fluent_text_align_center_rotate_90_24_regular:before {
    content: "\ecb8";
}
.icon-ic_fluent_text_align_justify_rotate_270_20_regular:before {
    content: "\ecbf";
}
.icon-ic_fluent_text_align_justify_rotate_270_24_regular:before {
    content: "\ecc0";
}
.icon-ic_fluent_text_align_justify_rotate_90_20_regular:before {
    content: "\ecc1";
}
.icon-ic_fluent_text_align_left_rotate_270_16_regular:before {
    content: "\ecc4";
}
.icon-ic_fluent_text_align_left_rotate_270_20_regular:before {
    content: "\ecc5";
}
.icon-ic_fluent_text_align_left_rotate_90_16_regular:before {
    content: "\ecc7";
}
.icon-ic_fluent_text_align_left_rotate_90_20_regular:before {
    content: "\ecc8";
}
.icon-ic_fluent_text_align_left_rotate_90_24_regular:before {
    content: "\ecc9";
}
.icon-ic_fluent_text_align_right_rotate_270_16_regular:before {
    content: "\eccb";
}
.icon-ic_fluent_text_align_right_rotate_270_20_regular:before {
    content: "\eccc";
}
.icon-ic_fluent_text_align_right_rotate_90_16_regular:before {
    content: "\ecce";
}
.icon-ic_fluent_text_align_right_rotate_90_20_regular:before {
    content: "\eccf";
}
.icon-ic_fluent_text_align_right_rotate_90_24_regular:before {
    content: "\ecd0";
}
.icon-ic_fluent_clipboard_text_ltr_32_regular:before {
    content: "\e36b";
}
.icon-ic_fluent_braces_16_regular:before {
    content: "\ee90";
}
.icon-ic_fluent_braces_28_regular:before {
    content: "\ee91";
}
.icon-ic_fluent_braces_32_regular:before {
    content: "\ee92";
}
.icon-ic_fluent_braces_48_regular:before {
    content: "\ee93";
}
.icon-ic_fluent_branch_fork_32_regular:before {
    content: "\ee94";
}
.icon-ic_fluent_calendar_data_bar_16_regular:before {
    content: "\ee95";
}
.icon-ic_fluent_calendar_data_bar_20_regular:before {
    content: "\ee96";
}
.icon-ic_fluent_calendar_data_bar_24_regular:before {
    content: "\ee97";
}
.icon-ic_fluent_calendar_data_bar_28_regular:before {
    content: "\ee98";
}
.icon-ic_fluent_clipboard_3_day_16_regular:before {
    content: "\ee99";
}
.icon-ic_fluent_clipboard_3_day_20_regular:before {
    content: "\ee9a";
}
.icon-ic_fluent_clipboard_3_day_24_regular:before {
    content: "\ee9b";
}
.icon-ic_fluent_clipboard_day_16_regular:before {
    content: "\ee9c";
}
.icon-ic_fluent_clipboard_day_20_regular:before {
    content: "\ee9d";
}
.icon-ic_fluent_clipboard_day_24_regular:before {
    content: "\ee9e";
}
.icon-ic_fluent_clipboard_month_16_regular:before {
    content: "\ee9f";
}
.icon-ic_fluent_clipboard_month_20_regular:before {
    content: "\eea0";
}
.icon-ic_fluent_clipboard_month_24_regular:before {
    content: "\eea1";
}
.icon-ic_fluent_content_view_gallery_24_regular:before {
    content: "\eea2";
}
.icon-ic_fluent_content_view_gallery_28_regular:before {
    content: "\eea3";
}
.icon-ic_fluent_data_bar_vertical_16_regular:before {
    content: "\eea4";
}
.icon-ic_fluent_delete_12_regular:before {
    content: "\eea5";
}
.icon-ic_fluent_delete_32_regular:before {
    content: "\eea6";
}
.icon-ic_fluent_form_20_regular:before {
    content: "\eea7";
}
.icon-ic_fluent_form_24_regular:before {
    content: "\eea8";
}
.icon-ic_fluent_form_28_regular:before {
    content: "\eea9";
}
.icon-ic_fluent_form_48_regular:before {
    content: "\eeaa";
}
.icon-ic_fluent_mail_read_multiple_20_regular:before {
    content: "\eeab";
}
.icon-ic_fluent_mail_read_multiple_32_regular:before {
    content: "\eeac";
}
.icon-ic_fluent_megaphone_loud_16_regular:before {
    content: "\eead";
}
.icon-ic_fluent_panel_right_add_20_regular:before {
    content: "\eeae";
}
.icon-ic_fluent_person_note_16_regular:before {
    content: "\eeaf";
}
.icon-ic_fluent_shield_globe_16_regular:before {
    content: "\eeb0";
}
.icon-ic_fluent_shield_globe_20_regular:before {
    content: "\eeb1";
}
.icon-ic_fluent_shield_globe_24_regular:before {
    content: "\eeb2";
}
.icon-ic_fluent_square_multiple_28_regular:before {
    content: "\eeb3";
}
.icon-ic_fluent_square_multiple_32_regular:before {
    content: "\eeb4";
}
.icon-ic_fluent_square_multiple_48_regular:before {
    content: "\eeb5";
}
.icon-ic_fluent_table_calculator_20_regular:before {
    content: "\eeb6";
}
.icon-ic_fluent_xbox_controller_16_regular:before {
    content: "\eeb7";
}
.icon-ic_fluent_xbox_controller_20_regular:before {
    content: "\eeb8";
}
.icon-ic_fluent_xbox_controller_24_regular:before {
    content: "\eeb9";
}
.icon-ic_fluent_xbox_controller_28_regular:before {
    content: "\eeba";
}
.icon-ic_fluent_xbox_controller_32_regular:before {
    content: "\eebb";
}
.icon-ic_fluent_xbox_controller_48_regular:before {
    content: "\eebc";
}
.icon-ic_fluent_apps_32_regular:before {
    content: "\eebd";
}
.icon-ic_fluent_arrow_paragraph_16_regular:before {
    content: "\eebe";
}
.icon-ic_fluent_arrow_paragraph_24_regular:before {
    content: "\eebf";
}
.icon-ic_fluent_beaker_32_regular:before {
    content: "\eec0";
}
.icon-ic_fluent_building_retail_more_32_regular:before {
    content: "\eec2";
}
.icon-ic_fluent_calendar_month_32_regular:before {
    content: "\eec3";
}
.icon-ic_fluent_content_view_24_regular:before {
    content: "\eec4";
}
.icon-ic_fluent_content_view_28_regular:before {
    content: "\eec5";
}
.icon-ic_fluent_credit_card_clock_20_regular:before {
    content: "\eec6";
}
.icon-ic_fluent_credit_card_clock_24_regular:before {
    content: "\eec7";
}
.icon-ic_fluent_credit_card_clock_28_regular:before {
    content: "\eec8";
}
.icon-ic_fluent_credit_card_clock_32_regular:before {
    content: "\eec9";
}
.icon-ic_fluent_cube_32_regular:before {
    content: "\eeca";
}
.icon-ic_fluent_data_bar_vertical_32_regular:before {
    content: "\eecb";
}
.icon-ic_fluent_database_32_regular:before {
    content: "\eecc";
}
.icon-ic_fluent_document_data_32_regular:before {
    content: "\eecd";
}
.icon-ic_fluent_folder_people_20_regular:before {
    content: "\eece";
}
.icon-ic_fluent_folder_people_24_regular:before {
    content: "\eecf";
}
.icon-ic_fluent_gauge_32_regular:before {
    content: "\eed0";
}
.icon-ic_fluent_hand_left_chat_16_regular:before {
    content: "\eed1";
}
.icon-ic_fluent_hand_left_chat_20_regular:before {
    content: "\eed2";
}
.icon-ic_fluent_hand_left_chat_24_regular:before {
    content: "\eed3";
}
.icon-ic_fluent_hand_left_chat_28_regular:before {
    content: "\eed4";
}
.icon-ic_fluent_home_database_24_regular:before {
    content: "\eed5";
}
.icon-ic_fluent_home_database_32_regular:before {
    content: "\eed6";
}
.icon-ic_fluent_home_more_24_regular:before {
    content: "\eed7";
}
.icon-ic_fluent_home_more_32_regular:before {
    content: "\eed8";
}
.icon-ic_fluent_notebook_32_regular:before {
    content: "\eed9";
}
.icon-ic_fluent_payment_32_regular:before {
    content: "\eeda";
}
.icon-ic_fluent_payment_48_regular:before {
    content: "\eedb";
}
.icon-ic_fluent_person_running_20_regular:before {
    content: "\eedc";
}
.icon-ic_fluent_pipeline_24_regular:before {
    content: "\eedd";
}
.icon-ic_fluent_pipeline_32_regular:before {
    content: "\eede";
}
.icon-ic_fluent_stack_32_regular:before {
    content: "\eedf";
}
.icon-ic_fluent_text_align_justify_low_rotate_270_20_regular:before {
    content: "\eee0";
}
.icon-ic_fluent_text_align_justify_low_rotate_270_24_regular:before {
    content: "\eee1";
}
.icon-ic_fluent_text_align_justify_low_rotate_90_20_regular:before {
    content: "\eee2";
}
.icon-ic_fluent_text_align_justify_low_rotate_90_24_regular:before {
    content: "\eee3";
}
.icon-ic_fluent_animal_rabbit_32_regular:before {
    content: "\eec1";
}
.icon-ic_fluent_animal_rabbit_off_20_regular:before {
    content: "\eee4";
}
.icon-ic_fluent_animal_rabbit_off_32_regular:before {
    content: "\eee5";
}
.icon-ic_fluent_beaker_off_20_regular:before {
    content: "\eee6";
}
.icon-ic_fluent_beaker_off_32_regular:before {
    content: "\eee7";
}
.icon-ic_fluent_bowl_salad_20_regular:before {
    content: "\eee8";
}
.icon-ic_fluent_bowl_salad_24_regular:before {
    content: "\eee9";
}
.icon-ic_fluent_building_retail_more_24_regular:before {
    content: "\eeea";
}
.icon-ic_fluent_connected_16_regular:before {
    content: "\eeeb";
}
.icon-ic_fluent_connected_20_regular:before {
    content: "\eeec";
}
.icon-ic_fluent_document_text_16_regular:before {
    content: "\eeed";
}
.icon-ic_fluent_drink_bottle_20_regular:before {
    content: "\eeee";
}
.icon-ic_fluent_drink_bottle_32_regular:before {
    content: "\eeef";
}
.icon-ic_fluent_drink_bottle_off_20_regular:before {
    content: "\eef0";
}
.icon-ic_fluent_drink_bottle_off_32_regular:before {
    content: "\eef1";
}
.icon-ic_fluent_earth_32_regular:before {
    content: "\eef2";
}
.icon-ic_fluent_earth_leaf_16_regular:before {
    content: "\eef3";
}
.icon-ic_fluent_earth_leaf_20_regular:before {
    content: "\eef4";
}
.icon-ic_fluent_earth_leaf_24_regular:before {
    content: "\eef5";
}
.icon-ic_fluent_earth_leaf_32_regular:before {
    content: "\eef6";
}
.icon-ic_fluent_feed_16_regular:before {
    content: "\eef7";
}
.icon-ic_fluent_feed_20_regular:before {
    content: "\eef8";
}
.icon-ic_fluent_feed_24_regular:before {
    content: "\eef9";
}
.icon-ic_fluent_feed_28_regular:before {
    content: "\eefa";
}
.icon-ic_fluent_filmstrip_20_regular:before {
    content: "\eefb";
}
.icon-ic_fluent_filmstrip_24_regular:before {
    content: "\eefc";
}
.icon-ic_fluent_food_carrot_20_regular:before {
    content: "\eefd";
}
.icon-ic_fluent_food_carrot_24_regular:before {
    content: "\eefe";
}
.icon-ic_fluent_food_fish_20_regular:before {
    content: "\eeff";
}
.icon-ic_fluent_food_fish_24_regular:before {
    content: "\ef00";
}
.icon-ic_fluent_hand_open_heart_20_regular:before {
    content: "\ef01";
}
.icon-ic_fluent_hand_open_heart_32_regular:before {
    content: "\ef02";
}
.icon-ic_fluent_hand_wave_16_regular:before {
    content: "\ef03";
}
.icon-ic_fluent_hand_wave_20_regular:before {
    content: "\ef04";
}
.icon-ic_fluent_hand_wave_24_regular:before {
    content: "\ef05";
}
.icon-ic_fluent_handshake_32_regular:before {
    content: "\ef06";
}
.icon-ic_fluent_leaf_one_32_regular:before {
    content: "\ef07";
}
.icon-ic_fluent_leaf_two_32_regular:before {
    content: "\ef08";
}
.icon-ic_fluent_notebook_16_regular:before {
    content: "\ef09";
}
.icon-ic_fluent_person_heart_20_regular:before {
    content: "\ef0a";
}
.icon-ic_fluent_person_star_16_regular:before {
    content: "\ef0b";
}
.icon-ic_fluent_person_star_20_regular:before {
    content: "\ef0c";
}
.icon-ic_fluent_person_star_24_regular:before {
    content: "\ef0d";
}
.icon-ic_fluent_person_star_28_regular:before {
    content: "\ef0e";
}
.icon-ic_fluent_person_star_32_regular:before {
    content: "\ef0f";
}
.icon-ic_fluent_person_star_48_regular:before {
    content: "\ef10";
}
.icon-ic_fluent_pipeline_add_32_regular:before {
    content: "\ef11";
}
.icon-ic_fluent_recycle_20_regular:before {
    content: "\ef12";
}
.icon-ic_fluent_recycle_32_regular:before {
    content: "\ef13";
}
.icon-ic_fluent_reward_12_regular:before {
    content: "\ef14";
}
.icon-ic_fluent_slide_link_20_regular:before {
    content: "\ef15";
}
.icon-ic_fluent_slide_link_24_regular:before {
    content: "\ef16";
}
.icon-ic_fluent_food_chicken_leg_16_regular:before {
    content: "\ef17";
}
.icon-ic_fluent_food_chicken_leg_20_regular:before {
    content: "\ef18";
}
.icon-ic_fluent_food_chicken_leg_24_regular:before {
    content: "\ef19";
}
.icon-ic_fluent_food_chicken_leg_32_regular:before {
    content: "\ef1a";
}
.icon-ic_fluent_form_multiple_20_regular:before {
    content: "\ef1b";
}
.icon-ic_fluent_form_multiple_24_regular:before {
    content: "\ef1c";
}
.icon-ic_fluent_form_multiple_28_regular:before {
    content: "\ef1d";
}
.icon-ic_fluent_form_multiple_48_regular:before {
    content: "\ef1e";
}
.icon-ic_fluent_laser_tool_20_regular:before {
    content: "\ef1f";
}
.icon-ic_fluent_shield_32_regular:before {
    content: "\ef20";
}
.icon-ic_fluent_shield_question_16_regular:before {
    content: "\ef21";
}
.icon-ic_fluent_shield_question_20_regular:before {
    content: "\ef22";
}
.icon-ic_fluent_shield_question_24_regular:before {
    content: "\ef23";
}
.icon-ic_fluent_shield_question_32_regular:before {
    content: "\ef24";
}
.icon-ic_fluent_heart_broken_24_regular:before {
    content: "\ef25";
}
.icon-ic_fluent_layer_diagonal_20_regular:before {
    content: "\ef26";
}
.icon-ic_fluent_layer_diagonal_person_20_regular:before {
    content: "\ef27";
}
.icon-ic_fluent_text_wrap_16_regular:before {
    content: "\ef28";
}
.icon-ic_fluent_text_wrap_off_16_regular:before {
    content: "\ef29";
}
.icon-ic_fluent_text_wrap_off_20_regular:before {
    content: "\ef2a";
}
.icon-ic_fluent_text_wrap_off_24_regular:before {
    content: "\ef2b";
}
.icon-ic_fluent_trophy_lock_16_regular:before {
    content: "\ef2c";
}
.icon-ic_fluent_trophy_lock_20_regular:before {
    content: "\ef2d";
}
.icon-ic_fluent_trophy_lock_24_regular:before {
    content: "\ef2e";
}
.icon-ic_fluent_trophy_lock_28_regular:before {
    content: "\ef2f";
}
.icon-ic_fluent_trophy_lock_32_regular:before {
    content: "\ef30";
}
.icon-ic_fluent_trophy_lock_48_regular:before {
    content: "\ef31";
}
.icon-ic_fluent_arrow_repeat_1_16_regular:before {
    content: "\ef32";
}
.icon-ic_fluent_arrow_repeat_1_20_regular:before {
    content: "\ef33";
}
.icon-ic_fluent_arrow_repeat_1_24_regular:before {
    content: "\ef34";
}
.icon-ic_fluent_arrow_shuffle_16_regular:before {
    content: "\ef35";
}
.icon-ic_fluent_arrow_shuffle_20_regular:before {
    content: "\ef36";
}
.icon-ic_fluent_arrow_shuffle_24_regular:before {
    content: "\ef37";
}
.icon-ic_fluent_arrow_shuffle_28_regular:before {
    content: "\ef38";
}
.icon-ic_fluent_arrow_shuffle_32_regular:before {
    content: "\ef39";
}
.icon-ic_fluent_arrow_shuffle_48_regular:before {
    content: "\ef3a";
}
.icon-ic_fluent_arrow_shuffle_off_16_regular:before {
    content: "\ef3b";
}
.icon-ic_fluent_arrow_shuffle_off_20_regular:before {
    content: "\ef3c";
}
.icon-ic_fluent_arrow_shuffle_off_24_regular:before {
    content: "\ef3d";
}
.icon-ic_fluent_arrow_shuffle_off_28_regular:before {
    content: "\ef3e";
}
.icon-ic_fluent_arrow_shuffle_off_32_regular:before {
    content: "\ef3f";
}
.icon-ic_fluent_arrow_shuffle_off_48_regular:before {
    content: "\ef40";
}
.icon-ic_fluent_building_desktop_16_regular:before {
    content: "\ef41";
}
.icon-ic_fluent_building_desktop_20_regular:before {
    content: "\ef42";
}
.icon-ic_fluent_building_desktop_24_regular:before {
    content: "\ef43";
}
.icon-ic_fluent_calendar_empty_48_regular:before {
    content: "\ef44";
}
.icon-ic_fluent_calendar_lock_16_regular:before {
    content: "\ef45";
}
.icon-ic_fluent_calendar_lock_20_regular:before {
    content: "\ef46";
}
.icon-ic_fluent_calendar_lock_24_regular:before {
    content: "\ef47";
}
.icon-ic_fluent_calendar_lock_28_regular:before {
    content: "\ef48";
}
.icon-ic_fluent_calendar_lock_32_regular:before {
    content: "\ef49";
}
.icon-ic_fluent_calendar_lock_48_regular:before {
    content: "\ef4a";
}
.icon-ic_fluent_calendar_settings_24_regular:before {
    content: "\ef4b";
}
.icon-ic_fluent_calendar_settings_28_regular:before {
    content: "\ef4c";
}
.icon-ic_fluent_calendar_settings_32_regular:before {
    content: "\ef4d";
}
.icon-ic_fluent_calendar_settings_48_regular:before {
    content: "\ef4e";
}
.icon-ic_fluent_call_12_regular:before {
    content: "\ef4f";
}
.icon-ic_fluent_call_missed_12_regular:before {
    content: "\ef50";
}
.icon-ic_fluent_chat_add_16_regular:before {
    content: "\ef51";
}
.icon-ic_fluent_chat_add_20_regular:before {
    content: "\ef52";
}
.icon-ic_fluent_chat_add_24_regular:before {
    content: "\ef53";
}
.icon-ic_fluent_chat_add_28_regular:before {
    content: "\ef54";
}
.icon-ic_fluent_chat_add_32_regular:before {
    content: "\ef55";
}
.icon-ic_fluent_chat_add_48_regular:before {
    content: "\ef56";
}
.icon-ic_fluent_chat_cursor_16_regular:before {
    content: "\ef57";
}
.icon-ic_fluent_chat_cursor_20_regular:before {
    content: "\ef58";
}
.icon-ic_fluent_chat_cursor_24_regular:before {
    content: "\ef59";
}
.icon-ic_fluent_chat_empty_12_regular:before {
    content: "\ef5a";
}
.icon-ic_fluent_chat_empty_16_regular:before {
    content: "\ef5b";
}
.icon-ic_fluent_chat_empty_20_regular:before {
    content: "\ef5c";
}
.icon-ic_fluent_chat_empty_24_regular:before {
    content: "\ef5d";
}
.icon-ic_fluent_chat_empty_28_regular:before {
    content: "\ef5e";
}
.icon-ic_fluent_chat_empty_32_regular:before {
    content: "\ef5f";
}
.icon-ic_fluent_chat_empty_48_regular:before {
    content: "\ef60";
}
.icon-ic_fluent_circle_image_16_regular:before {
    content: "\ef61";
}
.icon-ic_fluent_circle_image_24_regular:before {
    content: "\ef62";
}
.icon-ic_fluent_circle_image_28_regular:before {
    content: "\ef63";
}
.icon-ic_fluent_code_text_16_regular:before {
    content: "\ef64";
}
.icon-ic_fluent_desktop_checkmark_16_regular:before {
    content: "\ef65";
}
.icon-ic_fluent_desktop_checkmark_20_regular:before {
    content: "\ef66";
}
.icon-ic_fluent_desktop_checkmark_24_regular:before {
    content: "\ef67";
}
.icon-ic_fluent_fire_16_regular:before {
    content: "\ef68";
}
.icon-ic_fluent_fire_20_regular:before {
    content: "\ef69";
}
.icon-ic_fluent_fire_24_regular:before {
    content: "\ef6a";
}
.icon-ic_fluent_hourglass_20_regular:before {
    content: "\ef6b";
}
.icon-ic_fluent_hourglass_24_regular:before {
    content: "\ef6c";
}
.icon-ic_fluent_hourglass_half_20_regular:before {
    content: "\ef6d";
}
.icon-ic_fluent_hourglass_half_24_regular:before {
    content: "\ef6e";
}
.icon-ic_fluent_hourglass_one_quarter_20_regular:before {
    content: "\ef6f";
}
.icon-ic_fluent_hourglass_one_quarter_24_regular:before {
    content: "\ef70";
}
.icon-ic_fluent_hourglass_three_quarter_20_regular:before {
    content: "\ef71";
}
.icon-ic_fluent_hourglass_three_quarter_24_regular:before {
    content: "\ef72";
}
.icon-ic_fluent_ink_stroke_arrow_down_20_regular:before {
    content: "\ef73";
}
.icon-ic_fluent_ink_stroke_arrow_down_24_regular:before {
    content: "\ef74";
}
.icon-ic_fluent_ink_stroke_arrow_up_down_20_regular:before {
    content: "\ef75";
}
.icon-ic_fluent_ink_stroke_arrow_up_down_24_regular:before {
    content: "\ef76";
}
.icon-ic_fluent_megaphone_circle_20_regular:before {
    content: "\ef77";
}
.icon-ic_fluent_megaphone_circle_24_regular:before {
    content: "\ef78";
}
.icon-ic_fluent_person_alert_16_regular:before {
    content: "\ef91";
}
.icon-ic_fluent_person_alert_20_regular:before {
    content: "\ef92";
}
.icon-ic_fluent_person_alert_24_regular:before {
    content: "\ef93";
}
.icon-ic_fluent_person_arrow_back_16_regular:before {
    content: "\ef94";
}
.icon-ic_fluent_person_arrow_back_20_regular:before {
    content: "\ef95";
}
.icon-ic_fluent_person_arrow_back_24_regular:before {
    content: "\ef96";
}
.icon-ic_fluent_person_arrow_back_28_regular:before {
    content: "\ef97";
}
.icon-ic_fluent_person_arrow_back_32_regular:before {
    content: "\ef98";
}
.icon-ic_fluent_person_arrow_back_48_regular:before {
    content: "\ef99";
}
.icon-ic_fluent_person_link_16_regular:before {
    content: "\ef9a";
}
.icon-ic_fluent_person_link_20_regular:before {
    content: "\ef9b";
}
.icon-ic_fluent_person_link_24_regular:before {
    content: "\ef9c";
}
.icon-ic_fluent_person_link_28_regular:before {
    content: "\ef9d";
}
.icon-ic_fluent_person_link_32_regular:before {
    content: "\ef9e";
}
.icon-ic_fluent_person_link_48_regular:before {
    content: "\ef9f";
}
.icon-ic_fluent_phone_28_regular:before {
    content: "\efa0";
}
.icon-ic_fluent_phone_32_regular:before {
    content: "\efa1";
}
.icon-ic_fluent_phone_48_regular:before {
    content: "\efa2";
}
.icon-ic_fluent_phone_chat_16_regular:before {
    content: "\efa3";
}
.icon-ic_fluent_phone_chat_20_regular:before {
    content: "\efa4";
}
.icon-ic_fluent_phone_chat_24_regular:before {
    content: "\efa5";
}
.icon-ic_fluent_phone_chat_28_regular:before {
    content: "\efa6";
}
.icon-ic_fluent_premium_12_regular:before {
    content: "\efa7";
}
.icon-ic_fluent_shield_add_16_regular:before {
    content: "\efa8";
}
.icon-ic_fluent_shield_add_20_regular:before {
    content: "\efa9";
}
.icon-ic_fluent_shield_add_24_regular:before {
    content: "\efaa";
}
.icon-ic_fluent_sparkle_circle_20_regular:before {
    content: "\efab";
}
.icon-ic_fluent_sparkle_circle_24_regular:before {
    content: "\efac";
}
.icon-ic_fluent_task_list_square_ltr_16_regular:before {
    content: "\efad";
}
.icon-ic_fluent_task_list_square_rtl_16_regular:before {
    content: "\efae";
}
.icon-ic_fluent_text_direction_horizontal_ltr_20_regular:before {
    content: "\efb1";
}
.icon-ic_fluent_text_direction_horizontal_ltr_24_regular:before {
    content: "\efb2";
}
.icon-ic_fluent_text_direction_horizontal_rtl_20_regular:before {
    content: "\efb3";
}
.icon-ic_fluent_text_direction_horizontal_rtl_24_regular:before {
    content: "\efb4";
}
.icon-ic_fluent_text_direction_rotate_90_ltr_20_regular:before {
    content: "\efb5";
}
.icon-ic_fluent_text_direction_rotate_90_ltr_24_regular:before {
    content: "\efb6";
}
.icon-ic_fluent_text_direction_rotate_90_rtl_20_regular:before {
    content: "\efb7";
}
.icon-ic_fluent_text_direction_rotate_90_rtl_24_regular:before {
    content: "\efb8";
}
.icon-ic_fluent_app_generic_32_regular:before {
    content: "\efb9";
}
.icon-ic_fluent_code_block_16_regular:before {
    content: "\efba";
}
.icon-ic_fluent_code_block_20_regular:before {
    content: "\efbb";
}
.icon-ic_fluent_code_block_24_regular:before {
    content: "\efbc";
}
.icon-ic_fluent_code_block_28_regular:before {
    content: "\efbd";
}
.icon-ic_fluent_code_block_32_regular:before {
    content: "\efbe";
}
.icon-ic_fluent_code_block_48_regular:before {
    content: "\efbf";
}
.icon-ic_fluent_data_bar_vertical_star_16_regular:before {
    content: "\efc0";
}
.icon-ic_fluent_data_bar_vertical_star_20_regular:before {
    content: "\efc1";
}
.icon-ic_fluent_data_bar_vertical_star_24_regular:before {
    content: "\efc2";
}
.icon-ic_fluent_data_bar_vertical_star_32_regular:before {
    content: "\efc3";
}
.icon-ic_fluent_database_arrow_right_32_regular:before {
    content: "\efc4";
}
.icon-ic_fluent_document_sync_32_regular:before {
    content: "\efc5";
}
.icon-ic_fluent_equal_off_12_regular:before {
    content: "\efc6";
}
.icon-ic_fluent_equal_off_16_regular:before {
    content: "\efc7";
}
.icon-ic_fluent_eye_28_regular:before {
    content: "\efc8";
}
.icon-ic_fluent_eye_32_regular:before {
    content: "\efc9";
}
.icon-ic_fluent_eye_48_regular:before {
    content: "\efca";
}
.icon-ic_fluent_eye_lines_20_regular:before {
    content: "\efcb";
}
.icon-ic_fluent_eye_lines_24_regular:before {
    content: "\efcc";
}
.icon-ic_fluent_eye_lines_28_regular:before {
    content: "\efcd";
}
.icon-ic_fluent_eye_lines_32_regular:before {
    content: "\efce";
}
.icon-ic_fluent_eye_lines_48_regular:before {
    content: "\efcf";
}
.icon-ic_fluent_text_bullet_list_square_person_32_regular:before {
    content: "\efd3";
}
.icon-ic_fluent_weather_snowflake_32_regular:before {
    content: "\efd4";
}
.icon-ic_fluent_window_database_24_regular:before {
    content: "\efd5";
}
.icon-ic_fluent_arrow_trending_12_regular:before {
    content: "\efd6";
}
.icon-ic_fluent_building_people_16_regular:before {
    content: "\efd7";
}
.icon-ic_fluent_building_people_20_regular:before {
    content: "\efd8";
}
.icon-ic_fluent_building_people_24_regular:before {
    content: "\efd9";
}
.icon-ic_fluent_cloud_error_16_regular:before {
    content: "\efda";
}
.icon-ic_fluent_cloud_error_20_regular:before {
    content: "\efdb";
}
.icon-ic_fluent_cloud_error_24_regular:before {
    content: "\efdc";
}
.icon-ic_fluent_cloud_error_28_regular:before {
    content: "\efdd";
}
.icon-ic_fluent_cloud_error_32_regular:before {
    content: "\efde";
}
.icon-ic_fluent_cloud_error_48_regular:before {
    content: "\efdf";
}
.icon-ic_fluent_couch_32_regular:before {
    content: "\efe0";
}
.icon-ic_fluent_couch_48_regular:before {
    content: "\efe1";
}
.icon-ic_fluent_database_arrow_right_24_regular:before {
    content: "\efe2";
}
.icon-ic_fluent_dishwasher_20_regular:before {
    content: "\efe3";
}
.icon-ic_fluent_dishwasher_24_regular:before {
    content: "\efe4";
}
.icon-ic_fluent_dishwasher_32_regular:before {
    content: "\efe5";
}
.icon-ic_fluent_dishwasher_48_regular:before {
    content: "\efe6";
}
.icon-ic_fluent_elevator_20_regular:before {
    content: "\efe7";
}
.icon-ic_fluent_elevator_24_regular:before {
    content: "\efe8";
}
.icon-ic_fluent_elevator_32_regular:before {
    content: "\efe9";
}
.icon-ic_fluent_feed_32_regular:before {
    content: "\efea";
}
.icon-ic_fluent_feed_48_regular:before {
    content: "\efeb";
}
.icon-ic_fluent_fireplace_20_regular:before {
    content: "\efec";
}
.icon-ic_fluent_fireplace_24_regular:before {
    content: "\efed";
}
.icon-ic_fluent_fireplace_32_regular:before {
    content: "\efee";
}
.icon-ic_fluent_fireplace_48_regular:before {
    content: "\efef";
}
.icon-ic_fluent_mention_12_regular:before {
    content: "\eff0";
}
.icon-ic_fluent_oven_20_regular:before {
    content: "\eff1";
}
.icon-ic_fluent_oven_24_regular:before {
    content: "\eff2";
}
.icon-ic_fluent_oven_32_regular:before {
    content: "\eff3";
}
.icon-ic_fluent_oven_48_regular:before {
    content: "\eff4";
}
.icon-ic_fluent_panel_left_32_regular:before {
    content: "\eff6";
}
.icon-ic_fluent_panel_left_add_16_regular:before {
    content: "\eff7";
}
.icon-ic_fluent_panel_left_add_20_regular:before {
    content: "\eff8";
}
.icon-ic_fluent_panel_left_add_24_regular:before {
    content: "\eff9";
}
.icon-ic_fluent_panel_left_add_28_regular:before {
    content: "\effa";
}
.icon-ic_fluent_panel_left_add_32_regular:before {
    content: "\effb";
}
.icon-ic_fluent_panel_left_add_48_regular:before {
    content: "\effc";
}
.icon-ic_fluent_panel_left_key_16_regular:before {
    content: "\effd";
}
.icon-ic_fluent_panel_left_key_20_regular:before {
    content: "\effe";
}
.icon-ic_fluent_panel_left_key_24_regular:before {
    content: "\efff";
}
.icon-ic_fluent_panel_right_32_regular:before {
    content: "\f000";
}
.icon-ic_fluent_status_12_regular:before {
    content: "\f001";
}
.icon-ic_fluent_vehicle_car_parking_20_regular:before {
    content: "\f002";
}
.icon-ic_fluent_vehicle_car_parking_24_regular:before {
    content: "\f003";
}
.icon-ic_fluent_vehicle_car_profile_ltr_24_regular:before {
    content: "\f004";
}
.icon-ic_fluent_vehicle_car_profile_rtl_24_regular:before {
    content: "\f005";
}
.icon-ic_fluent_washer_20_regular:before {
    content: "\f006";
}
.icon-ic_fluent_washer_24_regular:before {
    content: "\f007";
}
.icon-ic_fluent_washer_32_regular:before {
    content: "\f008";
}
.icon-ic_fluent_washer_48_regular:before {
    content: "\f009";
}
.icon-ic_fluent_accessibility_checkmark_28_regular:before {
    content: "\f00a";
}
.icon-ic_fluent_accessibility_checkmark_32_regular:before {
    content: "\f00b";
}
.icon-ic_fluent_accessibility_checkmark_48_regular:before {
    content: "\f00c";
}
.icon-ic_fluent_add_circle_12_regular:before {
    content: "\f00d";
}
.icon-ic_fluent_arrow_turn_down_right_20_regular:before {
    content: "\f00e";
}
.icon-ic_fluent_arrow_turn_down_right_48_regular:before {
    content: "\f00f";
}
.icon-ic_fluent_arrow_turn_down_up_20_regular:before {
    content: "\f010";
}
.icon-ic_fluent_arrow_turn_down_up_48_regular:before {
    content: "\f011";
}
.icon-ic_fluent_arrow_turn_left_down_20_regular:before {
    content: "\f012";
}
.icon-ic_fluent_arrow_turn_left_down_48_regular:before {
    content: "\f013";
}
.icon-ic_fluent_arrow_turn_left_right_20_regular:before {
    content: "\f014";
}
.icon-ic_fluent_arrow_turn_left_right_48_regular:before {
    content: "\f015";
}
.icon-ic_fluent_arrow_turn_left_up_20_regular:before {
    content: "\f016";
}
.icon-ic_fluent_arrow_turn_left_up_48_regular:before {
    content: "\f017";
}
.icon-ic_fluent_arrow_turn_right_48_regular:before {
    content: "\f018";
}
.icon-ic_fluent_arrow_turn_right_down_20_regular:before {
    content: "\f019";
}
.icon-ic_fluent_arrow_turn_right_down_48_regular:before {
    content: "\f01a";
}
.icon-ic_fluent_arrow_turn_right_left_20_regular:before {
    content: "\f01b";
}
.icon-ic_fluent_arrow_turn_right_left_48_regular:before {
    content: "\f01c";
}
.icon-ic_fluent_arrow_turn_right_up_20_regular:before {
    content: "\f01d";
}
.icon-ic_fluent_arrow_turn_right_up_48_regular:before {
    content: "\f01e";
}
.icon-ic_fluent_arrow_turn_up_down_20_regular:before {
    content: "\f01f";
}
.icon-ic_fluent_arrow_turn_up_down_48_regular:before {
    content: "\f020";
}
.icon-ic_fluent_arrow_turn_up_left_20_regular:before {
    content: "\f021";
}
.icon-ic_fluent_arrow_turn_up_left_48_regular:before {
    content: "\f022";
}
.icon-ic_fluent_building_townhouse_20_regular:before {
    content: "\f023";
}
.icon-ic_fluent_building_townhouse_24_regular:before {
    content: "\f024";
}
.icon-ic_fluent_building_townhouse_32_regular:before {
    content: "\f025";
}
.icon-ic_fluent_camera_sparkles_20_regular:before {
    content: "\f026";
}
.icon-ic_fluent_camera_sparkles_24_regular:before {
    content: "\f027";
}
.icon-ic_fluent_chat_bubbles_question_28_regular:before {
    content: "\f02a";
}
.icon-ic_fluent_chat_bubbles_question_32_regular:before {
    content: "\f02b";
}
.icon-ic_fluent_crop_16_regular:before {
    content: "\f02c";
}
.icon-ic_fluent_crop_28_regular:before {
    content: "\f02d";
}
.icon-ic_fluent_crop_32_regular:before {
    content: "\f02e";
}
.icon-ic_fluent_crop_48_regular:before {
    content: "\f02f";
}
.icon-ic_fluent_data_trending_28_regular:before {
    content: "\f030";
}
.icon-ic_fluent_data_trending_32_regular:before {
    content: "\f031";
}
.icon-ic_fluent_data_trending_48_regular:before {
    content: "\f032";
}
.icon-ic_fluent_document_database_20_regular:before {
    content: "\f033";
}
.icon-ic_fluent_document_database_24_regular:before {
    content: "\f034";
}
.icon-ic_fluent_earth_48_regular:before {
    content: "\f035";
}
.icon-ic_fluent_earth_leaf_48_regular:before {
    content: "\f036";
}
.icon-ic_fluent_elevator_48_regular:before {
    content: "\f037";
}
.icon-ic_fluent_home_split_20_regular:before {
    content: "\f038";
}
.icon-ic_fluent_home_split_24_regular:before {
    content: "\f039";
}
.icon-ic_fluent_home_split_32_regular:before {
    content: "\f03a";
}
.icon-ic_fluent_home_split_48_regular:before {
    content: "\f03b";
}
.icon-ic_fluent_leaf_two_48_regular:before {
    content: "\f03c";
}
.icon-ic_fluent_panel_right_cursor_20_regular:before {
    content: "\f03d";
}
.icon-ic_fluent_panel_right_cursor_24_regular:before {
    content: "\f03e";
}
.icon-ic_fluent_person_board_28_regular:before {
    content: "\f03f";
}
.icon-ic_fluent_person_board_32_regular:before {
    content: "\f040";
}
.icon-ic_fluent_person_circle_28_regular:before {
    content: "\f041";
}
.icon-ic_fluent_person_circle_32_regular:before {
    content: "\f042";
}
.icon-ic_fluent_person_square_20_regular:before {
    content: "\f043";
}
.icon-ic_fluent_person_square_24_regular:before {
    content: "\f044";
}
.icon-ic_fluent_person_starburst_20_regular:before {
    content: "\f045";
}
.icon-ic_fluent_person_starburst_24_regular:before {
    content: "\f046";
}
.icon-ic_fluent_receipt_sparkles_20_regular:before {
    content: "\f047";
}
.icon-ic_fluent_receipt_sparkles_24_regular:before {
    content: "\f048";
}
.icon-ic_fluent_ruler_28_regular:before {
    content: "\f049";
}
.icon-ic_fluent_ruler_32_regular:before {
    content: "\f04a";
}
.icon-ic_fluent_ruler_48_regular:before {
    content: "\f04b";
}
.icon-ic_fluent_scan_qr_code_24_regular:before {
    content: "\f04c";
}
.icon-ic_fluent_showerhead_20_regular:before {
    content: "\f04d";
}
.icon-ic_fluent_showerhead_24_regular:before {
    content: "\f04e";
}
.icon-ic_fluent_showerhead_32_regular:before {
    content: "\f04f";
}
.icon-ic_fluent_slide_text_multiple_16_regular:before {
    content: "\f050";
}
.icon-ic_fluent_slide_text_multiple_20_regular:before {
    content: "\f051";
}
.icon-ic_fluent_slide_text_multiple_24_regular:before {
    content: "\f052";
}
.icon-ic_fluent_slide_text_multiple_32_regular:before {
    content: "\f053";
}
.icon-ic_fluent_swimming_pool_20_regular:before {
    content: "\f054";
}
.icon-ic_fluent_swimming_pool_24_regular:before {
    content: "\f055";
}
.icon-ic_fluent_swimming_pool_32_regular:before {
    content: "\f056";
}
.icon-ic_fluent_swimming_pool_48_regular:before {
    content: "\f057";
}
.icon-ic_fluent_temperature_32_regular:before {
    content: "\f058";
}
.icon-ic_fluent_temperature_48_regular:before {
    content: "\f059";
}
.icon-ic_fluent_vehicle_car_32_regular:before {
    content: "\f05a";
}
.icon-ic_fluent_vehicle_car_parking_16_regular:before {
    content: "\f05b";
}
.icon-ic_fluent_vehicle_car_parking_32_regular:before {
    content: "\f05c";
}
.icon-ic_fluent_vehicle_car_parking_48_regular:before {
    content: "\f05d";
}
.icon-ic_fluent_vehicle_car_profile_ltr_clock_16_regular:before {
    content: "\f05e";
}
.icon-ic_fluent_vehicle_car_profile_ltr_clock_20_regular:before {
    content: "\f05f";
}
.icon-ic_fluent_vehicle_car_profile_ltr_clock_24_regular:before {
    content: "\f060";
}
.icon-ic_fluent_video_people_32_regular:before {
    content: "\f061";
}
.icon-ic_fluent_water_16_regular:before {
    content: "\f062";
}
.icon-ic_fluent_water_20_regular:before {
    content: "\f063";
}
.icon-ic_fluent_water_24_regular:before {
    content: "\f064";
}
.icon-ic_fluent_water_32_regular:before {
    content: "\f065";
}
.icon-ic_fluent_water_48_regular:before {
    content: "\f066";
}
.icon-ic_fluent_arrow_turn_down_left_20_regular:before {
    content: "\f067";
}
.icon-ic_fluent_arrow_turn_down_left_48_regular:before {
    content: "\f068";
}
.icon-ic_fluent_autosum_16_regular:before {
    content: "\f069";
}
.icon-ic_fluent_bubble_multiple_20_regular:before {
    content: "\f06a";
}
.icon-ic_fluent_calculator_16_regular:before {
    content: "\f06b";
}
.icon-ic_fluent_calculator_multiple_16_regular:before {
    content: "\f06c";
}
.icon-ic_fluent_camera_sparkles_16_regular:before {
    content: "\f06d";
}
.icon-ic_fluent_crown_16_regular:before {
    content: "\f06e";
}
.icon-ic_fluent_crown_20_regular:before {
    content: "\f06f";
}
.icon-ic_fluent_flag_checkered_20_regular:before {
    content: "\f070";
}
.icon-ic_fluent_glance_horizontal_16_regular:before {
    content: "\f071";
}
.icon-ic_fluent_glance_horizontal_sparkles_16_regular:before {
    content: "\f072";
}
.icon-ic_fluent_glance_horizontal_sparkles_24_regular:before {
    content: "\f073";
}
.icon-ic_fluent_grid_circles_24_regular:before {
    content: "\f074";
}
.icon-ic_fluent_grid_circles_28_regular:before {
    content: "\f075";
}
.icon-ic_fluent_heart_circle_hint_16_regular:before {
    content: "\f076";
}
.icon-ic_fluent_heart_circle_hint_20_regular:before {
    content: "\f077";
}
.icon-ic_fluent_heart_circle_hint_24_regular:before {
    content: "\f078";
}
.icon-ic_fluent_heart_circle_hint_28_regular:before {
    content: "\f079";
}
.icon-ic_fluent_heart_circle_hint_32_regular:before {
    content: "\f07a";
}
.icon-ic_fluent_heart_circle_hint_48_regular:before {
    content: "\f07b";
}
.icon-ic_fluent_lightbulb_28_regular:before {
    content: "\f07c";
}
.icon-ic_fluent_lightbulb_32_regular:before {
    content: "\f07d";
}
.icon-ic_fluent_lightbulb_48_regular:before {
    content: "\f07e";
}
.icon-ic_fluent_lightbulb_person_16_regular:before {
    content: "\f07f";
}
.icon-ic_fluent_lightbulb_person_20_regular:before {
    content: "\f080";
}
.icon-ic_fluent_lightbulb_person_24_regular:before {
    content: "\f081";
}
.icon-ic_fluent_lightbulb_person_28_regular:before {
    content: "\f082";
}
.icon-ic_fluent_lightbulb_person_32_regular:before {
    content: "\f083";
}
.icon-ic_fluent_lightbulb_person_48_regular:before {
    content: "\f084";
}
.icon-ic_fluent_megaphone_loud_28_regular:before {
    content: "\f085";
}
.icon-ic_fluent_megaphone_loud_32_regular:before {
    content: "\f086";
}
.icon-ic_fluent_person_walking_20_regular:before {
    content: "\f087";
}
.icon-ic_fluent_person_walking_24_regular:before {
    content: "\f088";
}
.icon-ic_fluent_receipt_16_regular:before {
    content: "\f089";
}
.icon-ic_fluent_receipt_28_regular:before {
    content: "\f08a";
}
.icon-ic_fluent_receipt_sparkles_16_regular:before {
    content: "\f08b";
}
.icon-ic_fluent_scan_text_16_regular:before {
    content: "\f08c";
}
.icon-ic_fluent_scan_text_28_regular:before {
    content: "\f08d";
}
.icon-ic_fluent_table_calculator_16_regular:before {
    content: "\f08e";
}
.icon-ic_fluent_table_simple_checkmark_16_regular:before {
    content: "\f08f";
}
.icon-ic_fluent_table_simple_checkmark_20_regular:before {
    content: "\f090";
}
.icon-ic_fluent_table_simple_checkmark_24_regular:before {
    content: "\f091";
}
.icon-ic_fluent_table_simple_checkmark_28_regular:before {
    content: "\f092";
}
.icon-ic_fluent_table_simple_checkmark_32_regular:before {
    content: "\f093";
}
.icon-ic_fluent_table_simple_checkmark_48_regular:before {
    content: "\f094";
}
.icon-ic_fluent_tabs_16_regular:before {
    content: "\f095";
}
.icon-ic_fluent_text_underline_double_20_regular:before {
    content: "\f096";
}
.icon-ic_fluent_text_underline_double_24_regular:before {
    content: "\f097";
}
.icon-ic_fluent_xbox_controller_error_20_regular:before {
    content: "\f098";
}
.icon-ic_fluent_xbox_controller_error_24_regular:before {
    content: "\f099";
}
.icon-ic_fluent_xbox_controller_error_32_regular:before {
    content: "\f09a";
}
.icon-ic_fluent_xbox_controller_error_48_regular:before {
    content: "\f09b";
}
.icon-ic_fluent_align_distribute_bottom_16_regular:before {
    content: "\f09c";
}
.icon-ic_fluent_align_distribute_left_16_regular:before {
    content: "\f09d";
}
.icon-ic_fluent_align_distribute_right_16_regular:before {
    content: "\f09e";
}
.icon-ic_fluent_align_distribute_top_16_regular:before {
    content: "\f09f";
}
.icon-ic_fluent_align_stretch_horizontal_16_regular:before {
    content: "\f0a0";
}
.icon-ic_fluent_align_stretch_vertical_16_regular:before {
    content: "\f0a1";
}
.icon-ic_fluent_arrow_next_16_regular:before {
    content: "\f0a2";
}
.icon-ic_fluent_arrow_previous_16_regular:before {
    content: "\f0a3";
}
.icon-ic_fluent_braces_checkmark_16_regular:before {
    content: "\f0a4";
}
.icon-ic_fluent_braces_dismiss_16_regular:before {
    content: "\f0a5";
}
.icon-ic_fluent_branch_16_regular:before {
    content: "\f0a6";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_16_regular:before {
    content: "\f0a7";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_20_regular:before {
    content: "\f0a8";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_24_regular:before {
    content: "\f0a9";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_28_regular:before {
    content: "\f0aa";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_32_regular:before {
    content: "\f0ab";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_48_regular:before {
    content: "\f0ac";
}
.icon-ic_fluent_calendar_play_16_regular:before {
    content: "\f0ad";
}
.icon-ic_fluent_calendar_play_20_regular:before {
    content: "\f0ae";
}
.icon-ic_fluent_calendar_play_24_regular:before {
    content: "\f0af";
}
.icon-ic_fluent_calendar_play_28_regular:before {
    content: "\f0b0";
}
.icon-ic_fluent_calendar_shield_16_regular:before {
    content: "\f0b1";
}
.icon-ic_fluent_calendar_shield_20_regular:before {
    content: "\f0b2";
}
.icon-ic_fluent_calendar_shield_24_regular:before {
    content: "\f0b3";
}
.icon-ic_fluent_calendar_shield_28_regular:before {
    content: "\f0b4";
}
.icon-ic_fluent_calendar_shield_32_regular:before {
    content: "\f0b5";
}
.icon-ic_fluent_calendar_shield_48_regular:before {
    content: "\f0b6";
}
.icon-ic_fluent_call_transfer_24_regular:before {
    content: "\f0b7";
}
.icon-ic_fluent_call_transfer_32_regular:before {
    content: "\f0b8";
}
.icon-ic_fluent_camera_off_16_regular:before {
    content: "\f0b9";
}
.icon-ic_fluent_cd_16_regular:before {
    content: "\f0ba";
}
.icon-ic_fluent_certificate_16_regular:before {
    content: "\f0bb";
}
.icon-ic_fluent_clipboard_error_16_regular:before {
    content: "\f0bc";
}
.icon-ic_fluent_clipboard_multiple_16_regular:before {
    content: "\f0bd";
}
.icon-ic_fluent_clipboard_note_16_regular:before {
    content: "\f0be";
}
.icon-ic_fluent_clipboard_task_16_regular:before {
    content: "\f0bf";
}
.icon-ic_fluent_clipboard_text_ltr_16_regular:before {
    content: "\f0c0";
}
.icon-ic_fluent_clipboard_text_rtl_16_regular:before {
    content: "\f0c1";
}
.icon-ic_fluent_cloud_add_24_regular:before {
    content: "\f0c2";
}
.icon-ic_fluent_cloud_edit_24_regular:before {
    content: "\f0c3";
}
.icon-ic_fluent_cloud_link_24_regular:before {
    content: "\f0c4";
}
.icon-ic_fluent_code_cs_16_regular:before {
    content: "\f0c5";
}
.icon-ic_fluent_code_cs_rectangle_16_regular:before {
    content: "\f0c6";
}
.icon-ic_fluent_code_fs_16_regular:before {
    content: "\f0c7";
}
.icon-ic_fluent_code_fs_rectangle_16_regular:before {
    content: "\f0c8";
}
.icon-ic_fluent_code_js_16_regular:before {
    content: "\f0c9";
}
.icon-ic_fluent_code_js_rectangle_16_regular:before {
    content: "\f0ca";
}
.icon-ic_fluent_code_py_16_regular:before {
    content: "\f0cb";
}
.icon-ic_fluent_code_py_rectangle_16_regular:before {
    content: "\f0cc";
}
.icon-ic_fluent_code_rb_16_regular:before {
    content: "\f0cd";
}
.icon-ic_fluent_code_rb_rectangle_16_regular:before {
    content: "\f0ce";
}
.icon-ic_fluent_code_text_off_16_regular:before {
    content: "\f0cf";
}
.icon-ic_fluent_code_ts_16_regular:before {
    content: "\f0d0";
}
.icon-ic_fluent_code_ts_rectangle_16_regular:before {
    content: "\f0d1";
}
.icon-ic_fluent_code_vb_16_regular:before {
    content: "\f0d2";
}
.icon-ic_fluent_code_vb_rectangle_16_regular:before {
    content: "\f0d3";
}
.icon-ic_fluent_cone_16_regular:before {
    content: "\f0d4";
}
.icon-ic_fluent_data_bar_horizontal_descending_16_regular:before {
    content: "\f0d5";
}
.icon-ic_fluent_data_bar_vertical_ascending_16_regular:before {
    content: "\f0d6";
}
.icon-ic_fluent_database_16_regular:before {
    content: "\f0d7";
}
.icon-ic_fluent_database_stack_16_regular:before {
    content: "\f0d8";
}
.icon-ic_fluent_developer_board_16_regular:before {
    content: "\f0d9";
}
.icon-ic_fluent_document_contract_16_regular:before {
    content: "\f0da";
}
.icon-ic_fluent_document_cs_16_regular:before {
    content: "\f0db";
}
.icon-ic_fluent_document_css_16_regular:before {
    content: "\f0dc";
}
.icon-ic_fluent_document_data_16_regular:before {
    content: "\f0dd";
}
.icon-ic_fluent_document_fs_16_regular:before {
    content: "\f0de";
}
.icon-ic_fluent_document_js_16_regular:before {
    content: "\f0df";
}
.icon-ic_fluent_document_number_1_16_regular:before {
    content: "\f0e0";
}
.icon-ic_fluent_document_py_16_regular:before {
    content: "\f0e1";
}
.icon-ic_fluent_document_rb_16_regular:before {
    content: "\f0e2";
}
.icon-ic_fluent_document_target_16_regular:before {
    content: "\f0e3";
}
.icon-ic_fluent_document_ts_16_regular:before {
    content: "\f0e4";
}
.icon-ic_fluent_document_vb_16_regular:before {
    content: "\f0e5";
}
.icon-ic_fluent_eyedropper_16_regular:before {
    content: "\f0e6";
}
.icon-ic_fluent_folder_multiple_16_regular:before {
    content: "\f0e7";
}
.icon-ic_fluent_folder_open_vertical_16_regular:before {
    content: "\f0e8";
}
.icon-ic_fluent_gantt_chart_16_regular:before {
    content: "\f0e9";
}
.icon-ic_fluent_hard_drive_16_regular:before {
    content: "\f0ea";
}
.icon-ic_fluent_hourglass_16_regular:before {
    content: "\f0eb";
}
.icon-ic_fluent_hourglass_half_16_regular:before {
    content: "\f0ec";
}
.icon-ic_fluent_hourglass_one_quarter_16_regular:before {
    content: "\f0ed";
}
.icon-ic_fluent_hourglass_three_quarter_16_regular:before {
    content: "\f0ee";
}
.icon-ic_fluent_keyboard_mouse_16_regular:before {
    content: "\f0ef";
}
.icon-ic_fluent_memory_16_regular:before {
    content: "\f0f0";
}
.icon-ic_fluent_more_circle_16_regular:before {
    content: "\f0f1";
}
.icon-ic_fluent_more_circle_24_regular:before {
    content: "\f0f2";
}
.icon-ic_fluent_more_circle_28_regular:before {
    content: "\f0f3";
}
.icon-ic_fluent_more_circle_48_regular:before {
    content: "\f0f4";
}
.icon-ic_fluent_network_adapter_16_regular:before {
    content: "\f0f5";
}
.icon-ic_fluent_people_star_16_regular:before {
    content: "\f0f6";
}
.icon-ic_fluent_people_star_20_regular:before {
    content: "\f0f7";
}
.icon-ic_fluent_people_star_24_regular:before {
    content: "\f0f8";
}
.icon-ic_fluent_people_star_28_regular:before {
    content: "\f0f9";
}
.icon-ic_fluent_people_star_32_regular:before {
    content: "\f0fa";
}
.icon-ic_fluent_people_star_48_regular:before {
    content: "\f0fb";
}
.icon-ic_fluent_person_search_16_regular:before {
    content: "\f0fc";
}
.icon-ic_fluent_person_search_32_regular:before {
    content: "\f0fd";
}
.icon-ic_fluent_person_standing_16_regular:before {
    content: "\f0fe";
}
.icon-ic_fluent_person_walking_16_regular:before {
    content: "\f0ff";
}
.icon-ic_fluent_play_multiple_16_regular:before {
    content: "\f100";
}
.icon-ic_fluent_radio_button_16_regular:before {
    content: "\f153";
}
.icon-ic_fluent_radio_button_off_16_regular:before {
    content: "\f155";
}
.icon-ic_fluent_ram_16_regular:before {
    content: "\f1d1";
}
.icon-ic_fluent_save_multiple_16_regular:before {
    content: "\f1d2";
}
.icon-ic_fluent_script_16_regular:before {
    content: "\f1db";
}
.icon-ic_fluent_server_16_regular:before {
    content: "\f1dc";
}
.icon-ic_fluent_server_surface_16_regular:before {
    content: "\f1dd";
}
.icon-ic_fluent_server_surface_multiple_16_regular:before {
    content: "\f206";
}
.icon-ic_fluent_shield_12_regular:before {
    content: "\f21f";
}
.icon-ic_fluent_slide_text_person_16_regular:before {
    content: "\f22f";
}
.icon-ic_fluent_slide_text_person_20_regular:before {
    content: "\f25b";
}
.icon-ic_fluent_slide_text_person_24_regular:before {
    content: "\f25c";
}
.icon-ic_fluent_slide_text_person_28_regular:before {
    content: "\f25d";
}
.icon-ic_fluent_slide_text_person_32_regular:before {
    content: "\f25e";
}
.icon-ic_fluent_slide_text_person_48_regular:before {
    content: "\f2d9";
}
.icon-ic_fluent_spray_can_16_regular:before {
    content: "\f2da";
}
.icon-ic_fluent_step_16_regular:before {
    content: "\f2e7";
}
.icon-ic_fluent_steps_16_regular:before {
    content: "\f2e8";
}
.icon-ic_fluent_table_lock_16_regular:before {
    content: "\f2e9";
}
.icon-ic_fluent_table_lock_20_regular:before {
    content: "\f2ec";
}
.icon-ic_fluent_table_lock_24_regular:before {
    content: "\f2ed";
}
.icon-ic_fluent_table_lock_28_regular:before {
    content: "\f2ee";
}
.icon-ic_fluent_table_lock_32_regular:before {
    content: "\f302";
}
.icon-ic_fluent_table_lock_48_regular:before {
    content: "\f309";
}
.icon-ic_fluent_text_t_tag_16_regular:before {
    content: "\f326";
}
.icon-ic_fluent_video_person_32_regular:before {
    content: "\f327";
}
.icon-ic_fluent_video_person_clock_16_regular:before {
    content: "\f38e";
}
.icon-ic_fluent_video_person_clock_20_regular:before {
    content: "\f392";
}
.icon-ic_fluent_video_person_clock_24_regular:before {
    content: "\f3f5";
}
.icon-ic_fluent_video_person_clock_28_regular:before {
    content: "\f3f6";
}
.icon-ic_fluent_video_person_clock_32_regular:before {
    content: "\f3f7";
}
.icon-ic_fluent_video_person_clock_48_regular:before {
    content: "\f3f8";
}
.icon-ic_fluent_voicemail_32_regular:before {
    content: "\f3f9";
}
.icon-ic_fluent_web_asset_16_regular:before {
    content: "\f3fa";
}
.icon-ic_fluent_chat_multiple_28_regular:before {
    content: "\ecdb";
}
.icon-ic_fluent_chat_multiple_32_regular:before {
    content: "\ecdc";
}
.icon-ic_fluent_document_landscape_split_hint_24_regular:before {
    content: "\ecdd";
}
.icon-ic_fluent_glance_12_regular:before {
    content: "\ecde";
}
.icon-ic_fluent_location_arrow_left_20_regular:before {
    content: "\ef79";
}
.icon-ic_fluent_location_arrow_right_20_regular:before {
    content: "\ef7a";
}
.icon-ic_fluent_location_arrow_up_20_regular:before {
    content: "\ef7b";
}
.icon-ic_fluent_notebook_section_arrow_right_20_regular:before {
    content: "\ef7c";
}
.icon-ic_fluent_person_search_20_regular:before {
    content: "\ef7d";
}
.icon-ic_fluent_person_search_24_regular:before {
    content: "\ef7e";
}
.icon-ic_fluent_re_order_20_regular:before {
    content: "\ef7f";
}
.icon-ic_fluent_text_add_t_20_regular:before {
    content: "\ef80";
}
.icon-ic_fluent_text_align_justify_low_90_20_regular:before {
    content: "\ef81";
}
.icon-ic_fluent_text_align_justify_low_90_24_regular:before {
    content: "\ef82";
}
.icon-ic_fluent_text_bullet_list_ltr_90_20_regular:before {
    content: "\ef83";
}
.icon-ic_fluent_text_bullet_list_ltr_90_24_regular:before {
    content: "\ef84";
}
.icon-ic_fluent_text_bullet_list_ltr_rotate_270_24_regular:before {
    content: "\ef85";
}
.icon-ic_fluent_text_bullet_list_rtl_90_20_regular:before {
    content: "\ef86";
}
.icon-ic_fluent_text_description_ltr_20_regular:before {
    content: "\ef87";
}
.icon-ic_fluent_text_description_ltr_24_regular:before {
    content: "\ef88";
}
.icon-ic_fluent_text_description_rtl_20_regular:before {
    content: "\ef89";
}
.icon-ic_fluent_text_description_rtl_24_regular:before {
    content: "\ef8a";
}
.icon-ic_fluent_text_indent_decrease_ltr_90_20_regular:before {
    content: "\ef8b";
}
.icon-ic_fluent_text_indent_decrease_ltr_90_24_regular:before {
    content: "\ef8c";
}
.icon-ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular:before {
    content: "\ef8d";
}
.icon-ic_fluent_text_indent_decrease_ltr_rotate_270_24_regular:before {
    content: "\ef8e";
}
.icon-ic_fluent_text_indent_decrease_rtl_90_20_regular:before {
    content: "\ef8f";
}
.icon-ic_fluent_text_indent_decrease_rtl_90_24_regular:before {
    content: "\ef90";
}
.icon-ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular:before {
    content: "\efaf";
}
.icon-ic_fluent_text_indent_decrease_rtl_rotate_270_24_regular:before {
    content: "\efb0";
}
.icon-ic_fluent_text_indent_increase_ltr_90_20_regular:before {
    content: "\efd0";
}
.icon-ic_fluent_text_indent_increase_ltr_90_24_regular:before {
    content: "\efd1";
}
.icon-ic_fluent_text_indent_increase_ltr_rotate_270_20_regular:before {
    content: "\efd2";
}
.icon-ic_fluent_text_indent_increase_ltr_rotate_270_24_regular:before {
    content: "\eff5";
}
.icon-ic_fluent_text_indent_increase_rtl_90_20_regular:before {
    content: "\f028";
}
.icon-ic_fluent_text_indent_increase_rtl_90_24_regular:before {
    content: "\f029";
}
.icon-ic_fluent_text_indent_increase_rtl_rotate_270_20_regular:before {
    content: "\f3fb";
}
.icon-ic_fluent_text_indent_increase_rtl_rotate_270_24_regular:before {
    content: "\f3fc";
}
.icon-ic_fluent_text_number_list_ltr_90_20_regular:before {
    content: "\f414";
}
.icon-ic_fluent_text_number_list_ltr_90_24_regular:before {
    content: "\f415";
}
.icon-ic_fluent_text_number_list_ltr_rotate_270_20_regular:before {
    content: "\f4b0";
}
.icon-ic_fluent_text_number_list_ltr_rotate_270_24_regular:before {
    content: "\f50b";
}
.icon-ic_fluent_text_number_list_rtl_90_20_regular:before {
    content: "\f50c";
}
.icon-ic_fluent_text_number_list_rtl_90_24_regular:before {
    content: "\f543";
}
.icon-ic_fluent_text_number_list_rtl_rotate_270_20_regular:before {
    content: "\f544";
}
.icon-ic_fluent_text_number_list_rtl_rotate_270_24_regular:before {
    content: "\f545";
}
.icon-ic_fluent_text_t_12_regular:before {
    content: "\f546";
}
.icon-ic_fluent_text_t_16_regular:before {
    content: "\f547";
}
.icon-ic_fluent_text_t_32_regular:before {
    content: "\f55b";
}
.icon-ic_fluent_textbox_settings_20_regular:before {
    content: "\f55c";
}
.icon-ic_fluent_textbox_settings_24_regular:before {
    content: "\f57f";
}
.icon-ic_fluent_voicemail_subtract_20_regular:before {
    content: "\f580";
}
.icon-ic_fluent_add_32_regular:before {
    content: "\f58d";
}
.icon-ic_fluent_add_48_regular:before {
    content: "\f598";
}
.icon-ic_fluent_apps_48_regular:before {
    content: "\f599";
}
.icon-ic_fluent_arrow_trending_sparkle_20_regular:before {
    content: "\f59a";
}
.icon-ic_fluent_arrow_trending_sparkle_24_regular:before {
    content: "\f59b";
}
.icon-ic_fluent_bluetooth_16_regular:before {
    content: "\f59c";
}
.icon-ic_fluent_bluetooth_32_regular:before {
    content: "\f59d";
}
.icon-ic_fluent_bluetooth_48_regular:before {
    content: "\f670";
}
.icon-ic_fluent_bot_sparkle_20_regular:before {
    content: "\f6a5";
}
.icon-ic_fluent_bot_sparkle_24_regular:before {
    content: "\f6a6";
}
.icon-ic_fluent_box_search_16_regular:before {
    content: "\f6a7";
}
.icon-ic_fluent_building_32_regular:before {
    content: "\f6df";
}
.icon-ic_fluent_building_48_regular:before {
    content: "\f6e0";
}
.icon-ic_fluent_calendar_error_16_regular:before {
    content: "\f6e1";
}
.icon-ic_fluent_call_forward_32_regular:before {
    content: "\f6e7";
}
.icon-ic_fluent_chat_multiple_heart_16_regular:before {
    content: "\f793";
}
.icon-ic_fluent_chat_multiple_heart_20_regular:before {
    content: "\f794";
}
.icon-ic_fluent_chat_multiple_heart_24_regular:before {
    content: "\f7cf";
}
.icon-ic_fluent_chat_multiple_heart_28_regular:before {
    content: "\f7d0";
}
.icon-ic_fluent_chat_multiple_heart_32_regular:before {
    content: "\f7d1";
}
.icon-ic_fluent_chat_sparkle_16_regular:before {
    content: "\f7d2";
}
.icon-ic_fluent_chat_sparkle_20_regular:before {
    content: "\f7d3";
}
.icon-ic_fluent_chat_sparkle_24_regular:before {
    content: "\f7d4";
}
.icon-ic_fluent_chat_sparkle_28_regular:before {
    content: "\f7d5";
}
.icon-ic_fluent_chat_sparkle_32_regular:before {
    content: "\f7d6";
}
.icon-ic_fluent_chat_sparkle_48_regular:before {
    content: "\f7f2";
}
.icon-ic_fluent_clipboard_checkmark_16_regular:before {
    content: "\f7f3";
}
.icon-ic_fluent_clock_lock_16_regular:before {
    content: "\f819";
}
.icon-ic_fluent_clock_lock_20_regular:before {
    content: "\f81a";
}
.icon-ic_fluent_clock_lock_24_regular:before {
    content: "\f83d";
}
.icon-ic_fluent_clover_16_regular:before {
    content: "\f83e";
}
.icon-ic_fluent_clover_20_regular:before {
    content: "\f8b4";
}
.icon-ic_fluent_clover_24_regular:before {
    content: "\f8e9";
}
.icon-ic_fluent_clover_28_regular:before {
    content: "\f8ea";
}
.icon-ic_fluent_clover_32_regular:before {
    content: "\f8ef";
}
.icon-ic_fluent_clover_48_regular:before {
    content: "\f0000";
}
.icon-ic_fluent_comment_link_16_regular:before {
    content: "\f0001";
}
.icon-ic_fluent_comment_link_20_regular:before {
    content: "\f0002";
}
.icon-ic_fluent_comment_link_24_regular:before {
    content: "\f0003";
}
.icon-ic_fluent_comment_link_28_regular:before {
    content: "\f0004";
}
.icon-ic_fluent_comment_link_48_regular:before {
    content: "\f0005";
}
.icon-ic_fluent_copy_32_regular:before {
    content: "\f0006";
}
.icon-ic_fluent_copy_select_24_regular:before {
    content: "\f0007";
}
.icon-ic_fluent_database_48_regular:before {
    content: "\f0008";
}
.icon-ic_fluent_database_multiple_32_regular:before {
    content: "\f0009";
}
.icon-ic_fluent_device_eq_16_regular:before {
    content: "\f000a";
}
.icon-ic_fluent_document_100_16_regular:before {
    content: "\f000b";
}
.icon-ic_fluent_document_100_20_regular:before {
    content: "\f000c";
}
.icon-ic_fluent_document_100_24_regular:before {
    content: "\f000d";
}
.icon-ic_fluent_document_border_20_regular:before {
    content: "\f000e";
}
.icon-ic_fluent_document_border_24_regular:before {
    content: "\f000f";
}
.icon-ic_fluent_document_border_32_regular:before {
    content: "\f0010";
}
.icon-ic_fluent_document_border_print_20_regular:before {
    content: "\f0011";
}
.icon-ic_fluent_document_border_print_24_regular:before {
    content: "\f0012";
}
.icon-ic_fluent_document_border_print_32_regular:before {
    content: "\f0013";
}
.icon-ic_fluent_document_bullet_list_16_regular:before {
    content: "\f0014";
}
.icon-ic_fluent_document_bullet_list_arrow_left_16_regular:before {
    content: "\f0015";
}
.icon-ic_fluent_document_bullet_list_arrow_left_20_regular:before {
    content: "\f0016";
}
.icon-ic_fluent_document_bullet_list_arrow_left_24_regular:before {
    content: "\f0017";
}
.icon-ic_fluent_document_bullet_list_cube_16_regular:before {
    content: "\f0018";
}
.icon-ic_fluent_document_bullet_list_cube_20_regular:before {
    content: "\f0019";
}
.icon-ic_fluent_document_bullet_list_cube_24_regular:before {
    content: "\f001a";
}
.icon-ic_fluent_document_data_link_16_regular:before {
    content: "\f001b";
}
.icon-ic_fluent_document_data_link_20_regular:before {
    content: "\f001c";
}
.icon-ic_fluent_document_data_link_24_regular:before {
    content: "\f001d";
}
.icon-ic_fluent_document_data_link_32_regular:before {
    content: "\f001e";
}
.icon-ic_fluent_document_fit_16_regular:before {
    content: "\f001f";
}
.icon-ic_fluent_document_fit_20_regular:before {
    content: "\f0020";
}
.icon-ic_fluent_document_fit_24_regular:before {
    content: "\f0021";
}
.icon-ic_fluent_document_folder_16_regular:before {
    content: "\f0022";
}
.icon-ic_fluent_document_folder_20_regular:before {
    content: "\f0023";
}
.icon-ic_fluent_document_folder_24_regular:before {
    content: "\f0024";
}
.icon-ic_fluent_document_one_page_16_regular:before {
    content: "\f0025";
}
.icon-ic_fluent_document_one_page_add_16_regular:before {
    content: "\f0026";
}
.icon-ic_fluent_document_one_page_add_20_regular:before {
    content: "\f0027";
}
.icon-ic_fluent_document_one_page_add_24_regular:before {
    content: "\f0028";
}
.icon-ic_fluent_document_one_page_columns_20_regular:before {
    content: "\f0029";
}
.icon-ic_fluent_document_one_page_columns_24_regular:before {
    content: "\f002a";
}
.icon-ic_fluent_document_one_page_link_16_regular:before {
    content: "\f002b";
}
.icon-ic_fluent_document_one_page_link_20_regular:before {
    content: "\f002c";
}
.icon-ic_fluent_document_one_page_link_24_regular:before {
    content: "\f002d";
}
.icon-ic_fluent_document_print_20_regular:before {
    content: "\f002e";
}
.icon-ic_fluent_document_print_24_regular:before {
    content: "\f002f";
}
.icon-ic_fluent_document_print_28_regular:before {
    content: "\f0030";
}
.icon-ic_fluent_document_print_32_regular:before {
    content: "\f0031";
}
.icon-ic_fluent_document_print_48_regular:before {
    content: "\f0032";
}
.icon-ic_fluent_emoji_angry_16_regular:before {
    content: "\f0033";
}
.icon-ic_fluent_emoji_hand_16_regular:before {
    content: "\f0034";
}
.icon-ic_fluent_emoji_meh_16_regular:before {
    content: "\f0035";
}
.icon-ic_fluent_filmstrip_16_regular:before {
    content: "\f0036";
}
.icon-ic_fluent_filmstrip_32_regular:before {
    content: "\f0037";
}
.icon-ic_fluent_filmstrip_play_16_regular:before {
    content: "\f0038";
}
.icon-ic_fluent_filmstrip_play_20_regular:before {
    content: "\f0039";
}
.icon-ic_fluent_filmstrip_play_24_regular:before {
    content: "\f003a";
}
.icon-ic_fluent_filmstrip_play_32_regular:before {
    content: "\f003b";
}
.icon-ic_fluent_flag_32_regular:before {
    content: "\f003c";
}
.icon-ic_fluent_flag_clock_16_regular:before {
    content: "\f003d";
}
.icon-ic_fluent_flag_clock_20_regular:before {
    content: "\f003e";
}
.icon-ic_fluent_flag_clock_24_regular:before {
    content: "\f003f";
}
.icon-ic_fluent_flag_clock_28_regular:before {
    content: "\f0040";
}
.icon-ic_fluent_flag_clock_32_regular:before {
    content: "\f0041";
}
.icon-ic_fluent_flag_clock_48_regular:before {
    content: "\f0042";
}
.icon-ic_fluent_glasses_32_regular:before {
    content: "\f0043";
}
.icon-ic_fluent_glasses_off_32_regular:before {
    content: "\f0044";
}
.icon-ic_fluent_globe_surface_32_regular:before {
    content: "\f0045";
}
.icon-ic_fluent_home_more_48_regular:before {
    content: "\f0046";
}
.icon-ic_fluent_image_border_16_regular:before {
    content: "\f0047";
}
.icon-ic_fluent_image_border_20_regular:before {
    content: "\f0048";
}
.icon-ic_fluent_image_border_24_regular:before {
    content: "\f0049";
}
.icon-ic_fluent_image_border_28_regular:before {
    content: "\f004a";
}
.icon-ic_fluent_image_border_32_regular:before {
    content: "\f004b";
}
.icon-ic_fluent_image_border_48_regular:before {
    content: "\f004c";
}
.icon-ic_fluent_image_circle_16_regular:before {
    content: "\f004d";
}
.icon-ic_fluent_image_circle_20_regular:before {
    content: "\f004e";
}
.icon-ic_fluent_image_circle_24_regular:before {
    content: "\f004f";
}
.icon-ic_fluent_image_circle_28_regular:before {
    content: "\f0050";
}
.icon-ic_fluent_image_circle_32_regular:before {
    content: "\f0051";
}
.icon-ic_fluent_image_circle_48_regular:before {
    content: "\f0052";
}
.icon-ic_fluent_image_table_16_regular:before {
    content: "\f0053";
}
.icon-ic_fluent_image_table_20_regular:before {
    content: "\f0054";
}
.icon-ic_fluent_image_table_24_regular:before {
    content: "\f0055";
}
.icon-ic_fluent_image_table_28_regular:before {
    content: "\f0056";
}
.icon-ic_fluent_image_table_32_regular:before {
    content: "\f0057";
}
.icon-ic_fluent_image_table_48_regular:before {
    content: "\f0058";
}
.icon-ic_fluent_info_32_regular:before {
    content: "\f0059";
}
.icon-ic_fluent_info_48_regular:before {
    content: "\f005a";
}
.icon-ic_fluent_iot_16_regular:before {
    content: "\f005b";
}
.icon-ic_fluent_iot_alert_16_regular:before {
    content: "\f005c";
}
.icon-ic_fluent_iot_alert_20_regular:before {
    content: "\f005d";
}
.icon-ic_fluent_iot_alert_24_regular:before {
    content: "\f005e";
}
.icon-ic_fluent_line_horizontal_4_20_regular:before {
    content: "\f005f";
}
.icon-ic_fluent_line_horizontal_4_search_20_regular:before {
    content: "\f0060";
}
.icon-ic_fluent_line_thickness_20_regular:before {
    content: "\f0061";
}
.icon-ic_fluent_line_thickness_24_regular:before {
    content: "\f0062";
}
.icon-ic_fluent_location_arrow_12_regular:before {
    content: "\f0063";
}
.icon-ic_fluent_location_arrow_16_regular:before {
    content: "\f0064";
}
.icon-ic_fluent_location_arrow_20_regular:before {
    content: "\f0065";
}
.icon-ic_fluent_location_arrow_24_regular:before {
    content: "\f0066";
}
.icon-ic_fluent_location_arrow_28_regular:before {
    content: "\f0067";
}
.icon-ic_fluent_location_arrow_32_regular:before {
    content: "\f0068";
}
.icon-ic_fluent_location_arrow_48_regular:before {
    content: "\f0069";
}
.icon-ic_fluent_location_arrow_left_16_regular:before {
    content: "\f006a";
}
.icon-ic_fluent_location_arrow_right_16_regular:before {
    content: "\f006b";
}
.icon-ic_fluent_location_arrow_up_16_regular:before {
    content: "\f006c";
}
.icon-ic_fluent_mail_arrow_double_back_24_regular:before {
    content: "\f006d";
}
.icon-ic_fluent_mail_checkmark_24_regular:before {
    content: "\f006e";
}
.icon-ic_fluent_mail_unread_12_regular:before {
    content: "\f006f";
}
.icon-ic_fluent_map_16_regular:before {
    content: "\f0070";
}
.icon-ic_fluent_mention_32_regular:before {
    content: "\f0071";
}
.icon-ic_fluent_mention_48_regular:before {
    content: "\f0072";
}
.icon-ic_fluent_panel_left_header_16_regular:before {
    content: "\f0073";
}
.icon-ic_fluent_panel_left_header_20_regular:before {
    content: "\f0074";
}
.icon-ic_fluent_panel_left_header_24_regular:before {
    content: "\f0075";
}
.icon-ic_fluent_panel_left_header_28_regular:before {
    content: "\f0076";
}
.icon-ic_fluent_panel_left_header_32_regular:before {
    content: "\f0077";
}
.icon-ic_fluent_panel_left_header_48_regular:before {
    content: "\f0078";
}
.icon-ic_fluent_panel_left_header_add_16_regular:before {
    content: "\f0079";
}
.icon-ic_fluent_panel_left_header_add_20_regular:before {
    content: "\f007a";
}
.icon-ic_fluent_panel_left_header_add_24_regular:before {
    content: "\f007b";
}
.icon-ic_fluent_panel_left_header_add_28_regular:before {
    content: "\f007c";
}
.icon-ic_fluent_panel_left_header_add_32_regular:before {
    content: "\f007d";
}
.icon-ic_fluent_panel_left_header_add_48_regular:before {
    content: "\f007e";
}
.icon-ic_fluent_panel_left_header_key_16_regular:before {
    content: "\f007f";
}
.icon-ic_fluent_panel_left_header_key_20_regular:before {
    content: "\f0080";
}
.icon-ic_fluent_panel_left_header_key_24_regular:before {
    content: "\f0081";
}
.icon-ic_fluent_people_call_24_regular:before {
    content: "\f0082";
}
.icon-ic_fluent_people_community_32_regular:before {
    content: "\f0083";
}
.icon-ic_fluent_people_community_48_regular:before {
    content: "\f0084";
}
.icon-ic_fluent_person_feedback_28_regular:before {
    content: "\f0085";
}
.icon-ic_fluent_person_feedback_32_regular:before {
    content: "\f0086";
}
.icon-ic_fluent_person_feedback_48_regular:before {
    content: "\f0087";
}
.icon-ic_fluent_phone_desktop_32_regular:before {
    content: "\f0088";
}
.icon-ic_fluent_phone_desktop_48_regular:before {
    content: "\f0089";
}
.icon-ic_fluent_play_circle_hint_16_regular:before {
    content: "\f008a";
}
.icon-ic_fluent_play_circle_hint_20_regular:before {
    content: "\f008b";
}
.icon-ic_fluent_play_circle_hint_24_regular:before {
    content: "\f008c";
}
.icon-ic_fluent_poll_horizontal_16_regular:before {
    content: "\f008d";
}
.icon-ic_fluent_poll_horizontal_20_regular:before {
    content: "\f008e";
}
.icon-ic_fluent_poll_horizontal_24_regular:before {
    content: "\f008f";
}
.icon-ic_fluent_presence_away_10_regular:before {
    content: "\f0090";
}
.icon-ic_fluent_presence_away_12_regular:before {
    content: "\f0091";
}
.icon-ic_fluent_presence_away_16_regular:before {
    content: "\f0092";
}
.icon-ic_fluent_presence_away_20_regular:before {
    content: "\f0093";
}
.icon-ic_fluent_presence_away_24_regular:before {
    content: "\f0094";
}
.icon-ic_fluent_projection_screen_text_24_regular:before {
    content: "\f0095";
}
.icon-ic_fluent_receipt_32_regular:before {
    content: "\f0096";
}
.icon-ic_fluent_receipt_money_16_regular:before {
    content: "\f0097";
}
.icon-ic_fluent_send_32_regular:before {
    content: "\f0098";
}
.icon-ic_fluent_send_48_regular:before {
    content: "\f0099";
}
.icon-ic_fluent_service_bell_16_regular:before {
    content: "\f009a";
}
.icon-ic_fluent_shifts_activity_16_regular:before {
    content: "\f009b";
}
.icon-ic_fluent_slash_forward_12_regular:before {
    content: "\f009c";
}
.icon-ic_fluent_slash_forward_16_regular:before {
    content: "\f009d";
}
.icon-ic_fluent_slash_forward_20_regular:before {
    content: "\f009e";
}
.icon-ic_fluent_slash_forward_24_regular:before {
    content: "\f009f";
}
.icon-ic_fluent_space_3d_16_regular:before {
    content: "\f00a0";
}
.icon-ic_fluent_space_3d_20_regular:before {
    content: "\f00a1";
}
.icon-ic_fluent_space_3d_24_regular:before {
    content: "\f00a2";
}
.icon-ic_fluent_space_3d_28_regular:before {
    content: "\f00a3";
}
.icon-ic_fluent_space_3d_32_regular:before {
    content: "\f00a4";
}
.icon-ic_fluent_space_3d_48_regular:before {
    content: "\f00a5";
}
.icon-ic_fluent_sparkle_32_regular:before {
    content: "\f00a6";
}
.icon-ic_fluent_sparkle_circle_16_regular:before {
    content: "\f00a7";
}
.icon-ic_fluent_sparkle_circle_28_regular:before {
    content: "\f00a8";
}
.icon-ic_fluent_sparkle_circle_32_regular:before {
    content: "\f00a9";
}
.icon-ic_fluent_sparkle_circle_48_regular:before {
    content: "\f00aa";
}
.icon-ic_fluent_star_arrow_back_16_regular:before {
    content: "\f00ab";
}
.icon-ic_fluent_star_arrow_back_20_regular:before {
    content: "\f00ac";
}
.icon-ic_fluent_star_arrow_back_24_regular:before {
    content: "\f00ad";
}
.icon-ic_fluent_table_simple_multiple_20_regular:before {
    content: "\f00ae";
}
.icon-ic_fluent_table_simple_multiple_24_regular:before {
    content: "\f00af";
}
.icon-ic_fluent_text_abc_underline_double_32_regular:before {
    content: "\f00b0";
}
.icon-ic_fluent_text_column_one_semi_narrow_20_regular:before {
    content: "\f00b1";
}
.icon-ic_fluent_text_column_one_semi_narrow_24_regular:before {
    content: "\f00b2";
}
.icon-ic_fluent_text_expand_16_regular:before {
    content: "\f00b3";
}
.icon-ic_fluent_text_position_square_left_16_regular:before {
    content: "\f00b4";
}
.icon-ic_fluent_text_position_square_left_20_regular:before {
    content: "\f00b5";
}
.icon-ic_fluent_text_position_square_left_24_regular:before {
    content: "\f00b6";
}
.icon-ic_fluent_text_position_square_right_16_regular:before {
    content: "\f00b7";
}
.icon-ic_fluent_text_position_square_right_20_regular:before {
    content: "\f00b8";
}
.icon-ic_fluent_text_position_square_right_24_regular:before {
    content: "\f00b9";
}
.icon-ic_fluent_text_underline_character_u_16_regular:before {
    content: "\f00ba";
}
.icon-ic_fluent_text_underline_character_u_20_regular:before {
    content: "\f00bb";
}
.icon-ic_fluent_text_underline_character_u_24_regular:before {
    content: "\f00bc";
}
.icon-ic_fluent_translate_off_16_regular:before {
    content: "\f00bd";
}
.icon-ic_fluent_translate_off_20_regular:before {
    content: "\f00be";
}
.icon-ic_fluent_translate_off_24_regular:before {
    content: "\f00bf";
}
.icon-ic_fluent_video_background_effect_16_regular:before {
    content: "\f00c0";
}
.icon-ic_fluent_video_background_effect_28_regular:before {
    content: "\f00c1";
}
.icon-ic_fluent_video_background_effect_32_regular:before {
    content: "\f00c2";
}
.icon-ic_fluent_video_background_effect_48_regular:before {
    content: "\f00c3";
}
.icon-ic_fluent_video_background_effect_horizontal_16_regular:before {
    content: "\f00c4";
}
.icon-ic_fluent_video_background_effect_horizontal_20_regular:before {
    content: "\f00c5";
}
.icon-ic_fluent_video_background_effect_horizontal_24_regular:before {
    content: "\f00c6";
}
.icon-ic_fluent_video_background_effect_horizontal_28_regular:before {
    content: "\f00c7";
}
.icon-ic_fluent_video_background_effect_horizontal_32_regular:before {
    content: "\f00c8";
}
.icon-ic_fluent_video_background_effect_horizontal_48_regular:before {
    content: "\f00c9";
}
.icon-ic_fluent_video_clip_28_regular:before {
    content: "\f00ca";
}
.icon-ic_fluent_video_clip_32_regular:before {
    content: "\f00cb";
}
.icon-ic_fluent_video_clip_48_regular:before {
    content: "\f00cc";
}
.icon-ic_fluent_voicemail_48_regular:before {
    content: "\f00cd";
}
.icon-ic_fluent_arrow_circle_up_right_20_regular:before {
    content: "\f00ce";
}
.icon-ic_fluent_arrow_circle_up_right_24_regular:before {
    content: "\f00cf";
}
.icon-ic_fluent_backspace_16_regular:before {
    content: "\f00d0";
}
.icon-ic_fluent_binder_triangle_20_regular:before {
    content: "\f00d1";
}
.icon-ic_fluent_binder_triangle_24_regular:before {
    content: "\f00d2";
}
.icon-ic_fluent_binder_triangle_32_regular:before {
    content: "\f00d3";
}
.icon-ic_fluent_bow_tie_20_regular:before {
    content: "\f00d4";
}
.icon-ic_fluent_bow_tie_24_regular:before {
    content: "\f00d5";
}
.icon-ic_fluent_circle_28_regular:before {
    content: "\f00d6";
}
.icon-ic_fluent_document_one_page_sparkle_16_regular:before {
    content: "\f00d7";
}
.icon-ic_fluent_document_one_page_sparkle_20_regular:before {
    content: "\f00d8";
}
.icon-ic_fluent_document_one_page_sparkle_24_regular:before {
    content: "\f00d9";
}
.icon-ic_fluent_emoji_hand_32_regular:before {
    content: "\f00da";
}
.icon-ic_fluent_emoji_hand_48_regular:before {
    content: "\f00db";
}
.icon-ic_fluent_frame_16_regular:before {
    content: "\f00dc";
}
.icon-ic_fluent_frame_20_regular:before {
    content: "\f00dd";
}
.icon-ic_fluent_frame_24_regular:before {
    content: "\f00de";
}
.icon-ic_fluent_lock_closed_key_16_regular:before {
    content: "\f00df";
}
.icon-ic_fluent_lock_closed_key_20_regular:before {
    content: "\f00e0";
}
.icon-ic_fluent_lock_closed_key_24_regular:before {
    content: "\f00e1";
}
.icon-ic_fluent_mountain_location_bottom_20_regular:before {
    content: "\f00e2";
}
.icon-ic_fluent_mountain_location_bottom_24_regular:before {
    content: "\f00e3";
}
.icon-ic_fluent_mountain_location_bottom_28_regular:before {
    content: "\f00e4";
}
.icon-ic_fluent_mountain_location_top_20_regular:before {
    content: "\f00e5";
}
.icon-ic_fluent_mountain_location_top_24_regular:before {
    content: "\f00e6";
}
.icon-ic_fluent_mountain_location_top_28_regular:before {
    content: "\f00e7";
}
.icon-ic_fluent_mountain_trail_20_regular:before {
    content: "\f00e8";
}
.icon-ic_fluent_mountain_trail_24_regular:before {
    content: "\f00e9";
}
.icon-ic_fluent_mountain_trail_28_regular:before {
    content: "\f00ea";
}
.icon-ic_fluent_pen_dismiss_16_regular:before {
    content: "\f00eb";
}
.icon-ic_fluent_pen_dismiss_20_regular:before {
    content: "\f00ec";
}
.icon-ic_fluent_pen_dismiss_24_regular:before {
    content: "\f00ed";
}
.icon-ic_fluent_pen_dismiss_28_regular:before {
    content: "\f00ee";
}
.icon-ic_fluent_pen_dismiss_32_regular:before {
    content: "\f00ef";
}
.icon-ic_fluent_pen_dismiss_48_regular:before {
    content: "\f00f0";
}
.icon-ic_fluent_phone_edit_20_regular:before {
    content: "\f00f1";
}
.icon-ic_fluent_phone_edit_24_regular:before {
    content: "\f00f2";
}
.icon-ic_fluent_send_beaker_16_regular:before {
    content: "\f00f3";
}
.icon-ic_fluent_send_beaker_20_regular:before {
    content: "\f00f4";
}
.icon-ic_fluent_send_beaker_24_regular:before {
    content: "\f00f5";
}
.icon-ic_fluent_send_beaker_28_regular:before {
    content: "\f00f6";
}
.icon-ic_fluent_send_beaker_32_regular:before {
    content: "\f00f7";
}
.icon-ic_fluent_send_beaker_48_regular:before {
    content: "\f00f8";
}
.icon-ic_fluent_slide_text_sparkle_16_regular:before {
    content: "\f00f9";
}
.icon-ic_fluent_slide_text_sparkle_20_regular:before {
    content: "\f00fa";
}
.icon-ic_fluent_slide_text_sparkle_24_regular:before {
    content: "\f00fb";
}
.icon-ic_fluent_slide_text_sparkle_28_regular:before {
    content: "\f00fc";
}
.icon-ic_fluent_slide_text_sparkle_32_regular:before {
    content: "\f00fd";
}
.icon-ic_fluent_slide_text_sparkle_48_regular:before {
    content: "\f00fe";
}
.icon-ic_fluent_stack_vertical_20_regular:before {
    content: "\f00ff";
}
.icon-ic_fluent_stack_vertical_24_regular:before {
    content: "\f0100";
}
.icon-ic_fluent_table_column_top_bottom_20_regular:before {
    content: "\f0101";
}
.icon-ic_fluent_table_column_top_bottom_24_regular:before {
    content: "\f0102";
}
.icon-ic_fluent_table_offset_20_regular:before {
    content: "\f0103";
}
.icon-ic_fluent_table_offset_24_regular:before {
    content: "\f0104";
}
.icon-ic_fluent_table_offset_add_20_regular:before {
    content: "\f0105";
}
.icon-ic_fluent_table_offset_add_24_regular:before {
    content: "\f0106";
}
.icon-ic_fluent_table_offset_less_than_or_equal_to_20_regular:before {
    content: "\f0107";
}
.icon-ic_fluent_table_offset_less_than_or_equal_to_24_regular:before {
    content: "\f0108";
}
.icon-ic_fluent_table_offset_settings_20_regular:before {
    content: "\f0109";
}
.icon-ic_fluent_table_offset_settings_24_regular:before {
    content: "\f010a";
}
.icon-ic_fluent_vehicle_cable_car_20_regular:before {
    content: "\f010b";
}
.icon-ic_fluent_vehicle_cable_car_24_regular:before {
    content: "\f010c";
}
.icon-ic_fluent_vehicle_cable_car_28_regular:before {
    content: "\f010d";
}
.icon-ic_fluent_arrow_autofit_height_in_20_regular:before {
    content: "\f010e";
}
.icon-ic_fluent_arrow_autofit_height_in_24_regular:before {
    content: "\f010f";
}
.icon-ic_fluent_circle_hint_16_regular:before {
    content: "\f0110";
}
.icon-ic_fluent_circle_hint_20_regular:before {
    content: "\f0111";
}
.icon-ic_fluent_cloud_database_20_regular:before {
    content: "\f0112";
}
.icon-ic_fluent_cloud_desktop_20_regular:before {
    content: "\f0113";
}
.icon-ic_fluent_code_circle_24_regular:before {
    content: "\f0114";
}
.icon-ic_fluent_code_circle_32_regular:before {
    content: "\f0115";
}
.icon-ic_fluent_column_single_16_regular:before {
    content: "\f0116";
}
.icon-ic_fluent_desktop_arrow_down_16_regular:before {
    content: "\f0117";
}
.icon-ic_fluent_desktop_arrow_down_20_regular:before {
    content: "\f0118";
}
.icon-ic_fluent_desktop_arrow_down_24_regular:before {
    content: "\f0119";
}
.icon-ic_fluent_desktop_tower_20_regular:before {
    content: "\f011a";
}
.icon-ic_fluent_desktop_tower_24_regular:before {
    content: "\f011b";
}
.icon-ic_fluent_document_checkmark_16_regular:before {
    content: "\f011c";
}
.icon-ic_fluent_document_key_20_regular:before {
    content: "\f011d";
}
.icon-ic_fluent_dust_20_regular:before {
    content: "\f011e";
}
.icon-ic_fluent_dust_24_regular:before {
    content: "\f011f";
}
.icon-ic_fluent_dust_28_regular:before {
    content: "\f0120";
}
.icon-ic_fluent_edit_arrow_back_24_regular:before {
    content: "\f0121";
}
.icon-ic_fluent_emoji_hint_16_regular:before {
    content: "\f0122";
}
.icon-ic_fluent_emoji_hint_20_regular:before {
    content: "\f0123";
}
.icon-ic_fluent_emoji_hint_24_regular:before {
    content: "\f0124";
}
.icon-ic_fluent_emoji_hint_28_regular:before {
    content: "\f0125";
}
.icon-ic_fluent_emoji_hint_32_regular:before {
    content: "\f0126";
}
.icon-ic_fluent_emoji_hint_48_regular:before {
    content: "\f0127";
}
.icon-ic_fluent_folder_list_16_regular:before {
    content: "\f0128";
}
.icon-ic_fluent_folder_list_20_regular:before {
    content: "\f0129";
}
.icon-ic_fluent_lightbulb_checkmark_20_regular:before {
    content: "\f012a";
}
.icon-ic_fluent_line_horizontal_4_16_regular:before {
    content: "\f012b";
}
.icon-ic_fluent_line_horizontal_4_search_16_regular:before {
    content: "\f012c";
}
.icon-ic_fluent_math_format_professional_16_regular:before {
    content: "\f012d";
}
.icon-ic_fluent_mold_20_regular:before {
    content: "\f012e";
}
.icon-ic_fluent_mold_24_regular:before {
    content: "\f012f";
}
.icon-ic_fluent_mold_28_regular:before {
    content: "\f0130";
}
.icon-ic_fluent_people_team_48_regular:before {
    content: "\f0131";
}
.icon-ic_fluent_person_desktop_20_regular:before {
    content: "\f0132";
}
.icon-ic_fluent_person_ribbon_16_regular:before {
    content: "\f0133";
}
.icon-ic_fluent_person_ribbon_20_regular:before {
    content: "\f0134";
}
.icon-ic_fluent_person_wrench_20_regular:before {
    content: "\f0135";
}
.icon-ic_fluent_plant_grass_20_regular:before {
    content: "\f0136";
}
.icon-ic_fluent_plant_grass_24_regular:before {
    content: "\f0137";
}
.icon-ic_fluent_plant_grass_28_regular:before {
    content: "\f0138";
}
.icon-ic_fluent_plant_ragweed_20_regular:before {
    content: "\f0139";
}
.icon-ic_fluent_plant_ragweed_24_regular:before {
    content: "\f013a";
}
.icon-ic_fluent_plant_ragweed_28_regular:before {
    content: "\f013b";
}
.icon-ic_fluent_settings_cog_multiple_20_regular:before {
    content: "\f013c";
}
.icon-ic_fluent_settings_cog_multiple_24_regular:before {
    content: "\f013d";
}
.icon-ic_fluent_slide_content_24_regular:before {
    content: "\f013e";
}
.icon-ic_fluent_slide_record_16_regular:before {
    content: "\f013f";
}
.icon-ic_fluent_slide_record_20_regular:before {
    content: "\f0140";
}
.icon-ic_fluent_slide_record_24_regular:before {
    content: "\f0141";
}
.icon-ic_fluent_slide_record_28_regular:before {
    content: "\f0142";
}
.icon-ic_fluent_slide_record_48_regular:before {
    content: "\f0143";
}
.icon-ic_fluent_stack_add_20_regular:before {
    content: "\f0144";
}
.icon-ic_fluent_stack_add_24_regular:before {
    content: "\f0145";
}
.icon-ic_fluent_star_checkmark_16_regular:before {
    content: "\f0146";
}
.icon-ic_fluent_star_checkmark_20_regular:before {
    content: "\f0147";
}
.icon-ic_fluent_star_checkmark_24_regular:before {
    content: "\f0148";
}
.icon-ic_fluent_star_checkmark_28_regular:before {
    content: "\f0149";
}
.icon-ic_fluent_stream_32_regular:before {
    content: "\f014a";
}
.icon-ic_fluent_subtract_square_16_regular:before {
    content: "\f014b";
}
.icon-ic_fluent_table_default_32_regular:before {
    content: "\f014c";
}
.icon-ic_fluent_table_simple_32_regular:before {
    content: "\f014d";
}
.icon-ic_fluent_table_simple_exclude_16_regular:before {
    content: "\f014e";
}
.icon-ic_fluent_table_simple_exclude_20_regular:before {
    content: "\f014f";
}
.icon-ic_fluent_table_simple_exclude_24_regular:before {
    content: "\f0150";
}
.icon-ic_fluent_table_simple_exclude_28_regular:before {
    content: "\f0151";
}
.icon-ic_fluent_table_simple_exclude_32_regular:before {
    content: "\f0152";
}
.icon-ic_fluent_table_simple_exclude_48_regular:before {
    content: "\f0153";
}
.icon-ic_fluent_table_simple_include_16_regular:before {
    content: "\f0154";
}
.icon-ic_fluent_table_simple_include_20_regular:before {
    content: "\f0155";
}
.icon-ic_fluent_table_simple_include_24_regular:before {
    content: "\f0156";
}
.icon-ic_fluent_table_simple_include_28_regular:before {
    content: "\f0157";
}
.icon-ic_fluent_table_simple_include_32_regular:before {
    content: "\f0158";
}
.icon-ic_fluent_table_simple_include_48_regular:before {
    content: "\f0159";
}
.icon-ic_fluent_tablet_laptop_20_regular:before {
    content: "\f015a";
}
.icon-ic_fluent_textbox_align_middle_16_regular:before {
    content: "\f015b";
}
.icon-ic_fluent_tree_deciduous_24_regular:before {
    content: "\f015c";
}
.icon-ic_fluent_tree_deciduous_28_regular:before {
    content: "\f015d";
}
.icon-ic_fluent_app_generic_48_regular:before {
    content: "\f015e";
}
.icon-ic_fluent_arrow_enter_16_regular:before {
    content: "\f015f";
}
.icon-ic_fluent_arrow_sprint_16_regular:before {
    content: "\f0160";
}
.icon-ic_fluent_arrow_sprint_20_regular:before {
    content: "\f0161";
}
.icon-ic_fluent_beaker_settings_16_regular:before {
    content: "\f0162";
}
.icon-ic_fluent_beaker_settings_20_regular:before {
    content: "\f0163";
}
.icon-ic_fluent_binder_triangle_16_regular:before {
    content: "\f0164";
}
.icon-ic_fluent_book_dismiss_16_regular:before {
    content: "\f0165";
}
.icon-ic_fluent_book_dismiss_20_regular:before {
    content: "\f0166";
}
.icon-ic_fluent_button_16_regular:before {
    content: "\f0167";
}
.icon-ic_fluent_button_20_regular:before {
    content: "\f0168";
}
.icon-ic_fluent_card_ui_20_regular:before {
    content: "\f0169";
}
.icon-ic_fluent_card_ui_24_regular:before {
    content: "\f016a";
}
.icon-ic_fluent_chevron_down_up_16_regular:before {
    content: "\f016b";
}
.icon-ic_fluent_chevron_down_up_20_regular:before {
    content: "\f016c";
}
.icon-ic_fluent_chevron_down_up_24_regular:before {
    content: "\f016d";
}
.icon-ic_fluent_column_single_compare_16_regular:before {
    content: "\f016e";
}
.icon-ic_fluent_column_single_compare_20_regular:before {
    content: "\f016f";
}
.icon-ic_fluent_crop_sparkle_24_regular:before {
    content: "\f0170";
}
.icon-ic_fluent_cursor_16_regular:before {
    content: "\f0171";
}
.icon-ic_fluent_cursor_prohibited_16_regular:before {
    content: "\f0172";
}
.icon-ic_fluent_cursor_prohibited_20_regular:before {
    content: "\f0173";
}
.icon-ic_fluent_data_histogram_16_regular:before {
    content: "\f0174";
}
.icon-ic_fluent_document_image_16_regular:before {
    content: "\f0175";
}
.icon-ic_fluent_document_image_20_regular:before {
    content: "\f0176";
}
.icon-ic_fluent_document_java_16_regular:before {
    content: "\f0177";
}
.icon-ic_fluent_document_java_20_regular:before {
    content: "\f0178";
}
.icon-ic_fluent_document_one_page_beaker_16_regular:before {
    content: "\f0179";
}
.icon-ic_fluent_document_one_page_multiple_16_regular:before {
    content: "\f017a";
}
.icon-ic_fluent_document_one_page_multiple_20_regular:before {
    content: "\f017b";
}
.icon-ic_fluent_document_one_page_multiple_24_regular:before {
    content: "\f017c";
}
.icon-ic_fluent_document_sass_16_regular:before {
    content: "\f017d";
}
.icon-ic_fluent_document_sass_20_regular:before {
    content: "\f017e";
}
.icon-ic_fluent_document_yml_16_regular:before {
    content: "\f017f";
}
.icon-ic_fluent_document_yml_20_regular:before {
    content: "\f0180";
}
.icon-ic_fluent_filmstrip_split_16_regular:before {
    content: "\f0181";
}
.icon-ic_fluent_filmstrip_split_20_regular:before {
    content: "\f0182";
}
.icon-ic_fluent_filmstrip_split_24_regular:before {
    content: "\f0183";
}
.icon-ic_fluent_filmstrip_split_32_regular:before {
    content: "\f0184";
}
.icon-ic_fluent_gavel_16_regular:before {
    content: "\f0185";
}
.icon-ic_fluent_gavel_prohibited_16_regular:before {
    content: "\f0186";
}
.icon-ic_fluent_gavel_prohibited_20_regular:before {
    content: "\f0187";
}
.icon-ic_fluent_gift_open_16_regular:before {
    content: "\f0188";
}
.icon-ic_fluent_gift_open_20_regular:before {
    content: "\f0189";
}
.icon-ic_fluent_gift_open_24_regular:before {
    content: "\f018a";
}
.icon-ic_fluent_globe_12_regular:before {
    content: "\f018b";
}
.icon-ic_fluent_grid_kanban_16_regular:before {
    content: "\f018c";
}
.icon-ic_fluent_image_stack_16_regular:before {
    content: "\f018d";
}
.icon-ic_fluent_image_stack_20_regular:before {
    content: "\f018e";
}
.icon-ic_fluent_laptop_shield_16_regular:before {
    content: "\f018f";
}
.icon-ic_fluent_laptop_shield_20_regular:before {
    content: "\f0190";
}
.icon-ic_fluent_list_bar_16_regular:before {
    content: "\f0191";
}
.icon-ic_fluent_list_bar_20_regular:before {
    content: "\f0192";
}
.icon-ic_fluent_list_bar_tree_16_regular:before {
    content: "\f0193";
}
.icon-ic_fluent_list_bar_tree_20_regular:before {
    content: "\f0194";
}
.icon-ic_fluent_list_bar_tree_offset_16_regular:before {
    content: "\f0195";
}
.icon-ic_fluent_list_bar_tree_offset_20_regular:before {
    content: "\f0196";
}
.icon-ic_fluent_list_rtl_16_regular:before {
    content: "\f0197";
}
.icon-ic_fluent_list_rtl_20_regular:before {
    content: "\f0198";
}
.icon-ic_fluent_panel_left_text_16_regular:before {
    content: "\f0199";
}
.icon-ic_fluent_panel_left_text_20_regular:before {
    content: "\f019a";
}
.icon-ic_fluent_panel_left_text_24_regular:before {
    content: "\f019b";
}
.icon-ic_fluent_panel_left_text_28_regular:before {
    content: "\f019c";
}
.icon-ic_fluent_panel_left_text_32_regular:before {
    content: "\f019d";
}
.icon-ic_fluent_panel_left_text_48_regular:before {
    content: "\f019e";
}
.icon-ic_fluent_panel_left_text_add_16_regular:before {
    content: "\f019f";
}
.icon-ic_fluent_panel_left_text_add_20_regular:before {
    content: "\f01a0";
}
.icon-ic_fluent_panel_left_text_add_24_regular:before {
    content: "\f01a1";
}
.icon-ic_fluent_panel_left_text_add_28_regular:before {
    content: "\f01a2";
}
.icon-ic_fluent_panel_left_text_add_32_regular:before {
    content: "\f01a3";
}
.icon-ic_fluent_panel_left_text_add_48_regular:before {
    content: "\f01a4";
}
.icon-ic_fluent_panel_left_text_dismiss_16_regular:before {
    content: "\f01a5";
}
.icon-ic_fluent_panel_left_text_dismiss_20_regular:before {
    content: "\f01a6";
}
.icon-ic_fluent_panel_left_text_dismiss_24_regular:before {
    content: "\f01a7";
}
.icon-ic_fluent_panel_left_text_dismiss_28_regular:before {
    content: "\f01a8";
}
.icon-ic_fluent_panel_left_text_dismiss_32_regular:before {
    content: "\f01a9";
}
.icon-ic_fluent_panel_left_text_dismiss_48_regular:before {
    content: "\f01aa";
}
.icon-ic_fluent_person_lightning_16_regular:before {
    content: "\f01ab";
}
.icon-ic_fluent_person_lightning_20_regular:before {
    content: "\f01ac";
}
.icon-ic_fluent_text_bullet_list_square_16_regular:before {
    content: "\f01ad";
}
.icon-ic_fluent_text_bullet_list_square_32_regular:before {
    content: "\f01ae";
}
.icon-ic_fluent_text_bullet_list_square_sparkle_16_regular:before {
    content: "\f01af";
}
.icon-ic_fluent_text_bullet_list_square_sparkle_20_regular:before {
    content: "\f01b0";
}
.icon-ic_fluent_text_bullet_list_square_sparkle_24_regular:before {
    content: "\f01b1";
}
.icon-ic_fluent_translate_auto_16_regular:before {
    content: "\f01b2";
}
.icon-ic_fluent_translate_auto_20_regular:before {
    content: "\f01b3";
}
.icon-ic_fluent_translate_auto_24_regular:before {
    content: "\f01b4";
}
.icon-ic_fluent_airplane_landing_16_regular:before {
    content: "\e0ed";
}
.icon-ic_fluent_airplane_landing_20_regular:before {
    content: "\e0ee";
}
.icon-ic_fluent_airplane_landing_24_regular:before {
    content: "\e0ef";
}
.icon-ic_fluent_align_space_evenly_horizontal_24_regular:before {
    content: "\e0f0";
}
.icon-ic_fluent_align_space_evenly_vertical_24_regular:before {
    content: "\f01b5";
}
.icon-ic_fluent_align_straighten_20_regular:before {
    content: "\f01b6";
}
.icon-ic_fluent_align_straighten_24_regular:before {
    content: "\f01b7";
}
.icon-ic_fluent_arrow_flow_diagonal_up_right_16_regular:before {
    content: "\f01b8";
}
.icon-ic_fluent_arrow_flow_diagonal_up_right_20_regular:before {
    content: "\f01b9";
}
.icon-ic_fluent_arrow_flow_diagonal_up_right_24_regular:before {
    content: "\f01ba";
}
.icon-ic_fluent_arrow_flow_diagonal_up_right_32_regular:before {
    content: "\f01bb";
}
.icon-ic_fluent_arrow_flow_up_right_16_regular:before {
    content: "\f01bc";
}
.icon-ic_fluent_arrow_flow_up_right_20_regular:before {
    content: "\f01bd";
}
.icon-ic_fluent_arrow_flow_up_right_24_regular:before {
    content: "\f01be";
}
.icon-ic_fluent_arrow_flow_up_right_32_regular:before {
    content: "\f01bf";
}
.icon-ic_fluent_arrow_flow_up_right_rectangle_multiple_20_regular:before {
    content: "\f01c0";
}
.icon-ic_fluent_arrow_flow_up_right_rectangle_multiple_24_regular:before {
    content: "\f01c1";
}
.icon-ic_fluent_arrow_square_up_right_20_regular:before {
    content: "\f01c2";
}
.icon-ic_fluent_arrow_square_up_right_24_regular:before {
    content: "\f01c3";
}
.icon-ic_fluent_bin_recycle_20_regular:before {
    content: "\f01c4";
}
.icon-ic_fluent_bin_recycle_24_regular:before {
    content: "\f01c5";
}
.icon-ic_fluent_bin_recycle_full_20_regular:before {
    content: "\f01c6";
}
.icon-ic_fluent_bin_recycle_full_24_regular:before {
    content: "\f01c7";
}
.icon-ic_fluent_briefcase_search_20_regular:before {
    content: "\f01c8";
}
.icon-ic_fluent_briefcase_search_24_regular:before {
    content: "\f01c9";
}
.icon-ic_fluent_circle_line_16_regular:before {
    content: "\f01ca";
}
.icon-ic_fluent_desk_20_regular:before {
    content: "\f01cb";
}
.icon-ic_fluent_desk_24_regular:before {
    content: "\f01cc";
}
.icon-ic_fluent_filmstrip_48_regular:before {
    content: "\f01cd";
}
.icon-ic_fluent_filmstrip_off_48_regular:before {
    content: "\f01ce";
}
.icon-ic_fluent_flash_32_regular:before {
    content: "\f01cf";
}
.icon-ic_fluent_flow_24_regular:before {
    content: "\f01d0";
}
.icon-ic_fluent_flow_32_regular:before {
    content: "\f01d1";
}
.icon-ic_fluent_heart_pulse_checkmark_20_regular:before {
    content: "\f01d2";
}
.icon-ic_fluent_heart_pulse_error_20_regular:before {
    content: "\f01d3";
}
.icon-ic_fluent_heart_pulse_warning_20_regular:before {
    content: "\f01d4";
}
.icon-ic_fluent_home_heart_16_regular:before {
    content: "\f01d5";
}
.icon-ic_fluent_home_heart_20_regular:before {
    content: "\f01d6";
}
.icon-ic_fluent_home_heart_24_regular:before {
    content: "\f01d7";
}
.icon-ic_fluent_home_heart_32_regular:before {
    content: "\f01d8";
}
.icon-ic_fluent_image_off_28_regular:before {
    content: "\f01d9";
}
.icon-ic_fluent_image_off_32_regular:before {
    content: "\f01da";
}
.icon-ic_fluent_image_off_48_regular:before {
    content: "\f01db";
}
.icon-ic_fluent_money_hand_16_regular:before {
    content: "\f01dc";
}
.icon-ic_fluent_money_settings_16_regular:before {
    content: "\f01dd";
}
.icon-ic_fluent_money_settings_24_regular:before {
    content: "\f01de";
}
.icon-ic_fluent_people_edit_16_regular:before {
    content: "\f01df";
}
.icon-ic_fluent_people_edit_24_regular:before {
    content: "\f01e0";
}
.icon-ic_fluent_triangle_up_20_regular:before {
    content: "\f01e1";
}
.icon-ic_fluent_add_square_16_regular:before {
    content: "\f01e2";
}
.icon-ic_fluent_add_square_28_regular:before {
    content: "\f01e3";
}
.icon-ic_fluent_add_square_32_regular:before {
    content: "\f01e4";
}
.icon-ic_fluent_add_square_48_regular:before {
    content: "\f01e5";
}
.icon-ic_fluent_arrow_routing_20_regular:before {
    content: "\f01e6";
}
.icon-ic_fluent_arrow_routing_24_regular:before {
    content: "\f01e7";
}
.icon-ic_fluent_arrow_routing_rectangle_multiple_20_regular:before {
    content: "\f01e8";
}
.icon-ic_fluent_arrow_routing_rectangle_multiple_24_regular:before {
    content: "\f01e9";
}
.icon-ic_fluent_book_add_28_regular:before {
    content: "\f01ea";
}
.icon-ic_fluent_book_default_28_regular:before {
    content: "\f01eb";
}
.icon-ic_fluent_folder_lightning_16_regular:before {
    content: "\f01ec";
}
.icon-ic_fluent_folder_lightning_20_regular:before {
    content: "\f01ed";
}
.icon-ic_fluent_folder_lightning_24_regular:before {
    content: "\f01ee";
}
.icon-ic_fluent_hat_graduation_28_regular:before {
    content: "\f01ef";
}
.icon-ic_fluent_image_sparkle_16_regular:before {
    content: "\f01f0";
}
.icon-ic_fluent_image_sparkle_20_regular:before {
    content: "\f01f1";
}
.icon-ic_fluent_image_sparkle_24_regular:before {
    content: "\f01f2";
}
.icon-ic_fluent_mail_32_regular:before {
    content: "\f01f3";
}
.icon-ic_fluent_person_info_24_regular:before {
    content: "\f01f4";
}
.icon-ic_fluent_prohibited_32_regular:before {
    content: "\f01f5";
}
.icon-ic_fluent_prohibited_multiple_28_regular:before {
    content: "\f01f6";
}
.icon-ic_fluent_spinner_ios_16_regular:before {
    content: "\f01f7";
}
.icon-ic_fluent_star_emphasis_16_regular:before {
    content: "\f01f8";
}
.icon-ic_fluent_text_direction_rotate_315_right_20_regular:before {
    content: "\f01f9";
}
.icon-ic_fluent_text_direction_rotate_315_right_24_regular:before {
    content: "\f01fa";
}
.icon-ic_fluent_text_direction_rotate_45_right_20_regular:before {
    content: "\f01fb";
}
.icon-ic_fluent_text_direction_rotate_45_right_24_regular:before {
    content: "\f01fc";
}
.icon-ic_fluent_arrow_outline_down_left_16_regular:before {
    content: "\f01fd";
}
.icon-ic_fluent_arrow_outline_down_left_20_regular:before {
    content: "\f01fe";
}
.icon-ic_fluent_arrow_outline_down_left_24_regular:before {
    content: "\f01ff";
}
.icon-ic_fluent_arrow_outline_down_left_28_regular:before {
    content: "\f0200";
}
.icon-ic_fluent_arrow_outline_down_left_32_regular:before {
    content: "\f0201";
}
.icon-ic_fluent_arrow_outline_down_left_48_regular:before {
    content: "\f0202";
}
.icon-ic_fluent_arrow_step_in_diagonal_down_left_16_regular:before {
    content: "\f0203";
}
.icon-ic_fluent_arrow_step_in_diagonal_down_left_20_regular:before {
    content: "\f0204";
}
.icon-ic_fluent_arrow_step_in_diagonal_down_left_24_regular:before {
    content: "\f0205";
}
.icon-ic_fluent_arrow_step_in_diagonal_down_left_28_regular:before {
    content: "\f0206";
}
.icon-ic_fluent_arrow_up_square_settings_24_regular:before {
    content: "\f0207";
}
.icon-ic_fluent_briefcase_person_24_regular:before {
    content: "\f0208";
}
.icon-ic_fluent_building_cloud_24_regular:before {
    content: "\f0209";
}
.icon-ic_fluent_calendar_eye_20_regular:before {
    content: "\f020a";
}
.icon-ic_fluent_clipboard_paste_32_regular:before {
    content: "\f020b";
}
.icon-ic_fluent_cloud_bidirectional_20_regular:before {
    content: "\f020c";
}
.icon-ic_fluent_cloud_bidirectional_24_regular:before {
    content: "\f020d";
}
.icon-ic_fluent_comment_edit_16_regular:before {
    content: "\f020e";
}
.icon-ic_fluent_crown_24_regular:before {
    content: "\f020f";
}
.icon-ic_fluent_crown_subtract_24_regular:before {
    content: "\f0210";
}
.icon-ic_fluent_folder_add_32_regular:before {
    content: "\f0211";
}
.icon-ic_fluent_folder_arrow_left_48_regular:before {
    content: "\f0212";
}
.icon-ic_fluent_folder_arrow_right_32_regular:before {
    content: "\f0213";
}
.icon-ic_fluent_folder_arrow_up_32_regular:before {
    content: "\f0214";
}
.icon-ic_fluent_folder_link_16_regular:before {
    content: "\f0215";
}
.icon-ic_fluent_folder_link_32_regular:before {
    content: "\f0216";
}
.icon-ic_fluent_folder_prohibited_32_regular:before {
    content: "\f0217";
}
.icon-ic_fluent_hat_graduation_sparkle_20_regular:before {
    content: "\f0218";
}
.icon-ic_fluent_hat_graduation_sparkle_24_regular:before {
    content: "\f0219";
}
.icon-ic_fluent_hat_graduation_sparkle_28_regular:before {
    content: "\f021a";
}
.icon-ic_fluent_kiosk_24_regular:before {
    content: "\f021b";
}
.icon-ic_fluent_laptop_multiple_24_regular:before {
    content: "\f021c";
}
.icon-ic_fluent_link_add_24_regular:before {
    content: "\f021d";
}
.icon-ic_fluent_link_settings_24_regular:before {
    content: "\f021e";
}
.icon-ic_fluent_lock_closed_28_regular:before {
    content: "\f021f";
}
.icon-ic_fluent_lock_closed_48_regular:before {
    content: "\f0220";
}
.icon-ic_fluent_lock_open_12_regular:before {
    content: "\f0221";
}
.icon-ic_fluent_lock_open_32_regular:before {
    content: "\f0222";
}
.icon-ic_fluent_lock_open_48_regular:before {
    content: "\f0223";
}
.icon-ic_fluent_paint_brush_32_regular:before {
    content: "\f0224";
}
.icon-ic_fluent_pause_circle_32_regular:before {
    content: "\f0225";
}
.icon-ic_fluent_pause_circle_48_regular:before {
    content: "\f0226";
}
.icon-ic_fluent_pen_sparkle_16_regular:before {
    content: "\f0227";
}
.icon-ic_fluent_pen_sparkle_20_regular:before {
    content: "\f0228";
}
.icon-ic_fluent_pen_sparkle_24_regular:before {
    content: "\f0229";
}
.icon-ic_fluent_pen_sparkle_28_regular:before {
    content: "\f022a";
}
.icon-ic_fluent_pen_sparkle_32_regular:before {
    content: "\f022b";
}
.icon-ic_fluent_pen_sparkle_48_regular:before {
    content: "\f022c";
}
.icon-ic_fluent_person_phone_24_regular:before {
    content: "\f022d";
}
.icon-ic_fluent_person_subtract_24_regular:before {
    content: "\f022e";
}
.icon-ic_fluent_phone_briefcase_24_regular:before {
    content: "\f022f";
}
.icon-ic_fluent_phone_multiple_24_regular:before {
    content: "\f0230";
}
.icon-ic_fluent_phone_multiple_settings_24_regular:before {
    content: "\f0231";
}
.icon-ic_fluent_phone_person_24_regular:before {
    content: "\f0232";
}
.icon-ic_fluent_phone_subtract_24_regular:before {
    content: "\f0233";
}
.icon-ic_fluent_plug_connected_settings_20_regular:before {
    content: "\f0234";
}
.icon-ic_fluent_plug_connected_settings_24_regular:before {
    content: "\f0235";
}
.icon-ic_fluent_rectangle_landscape_hint_copy_16_regular:before {
    content: "\f0236";
}
.icon-ic_fluent_rectangle_landscape_hint_copy_20_regular:before {
    content: "\f0237";
}
.icon-ic_fluent_rectangle_landscape_hint_copy_24_regular:before {
    content: "\f0238";
}
.icon-ic_fluent_script_20_regular:before {
    content: "\f0239";
}
.icon-ic_fluent_script_24_regular:before {
    content: "\f023a";
}
.icon-ic_fluent_script_32_regular:before {
    content: "\f023b";
}
.icon-ic_fluent_server_link_24_regular:before {
    content: "\f023c";
}
.icon-ic_fluent_signature_32_regular:before {
    content: "\f023d";
}
.icon-ic_fluent_speaker_mute_32_regular:before {
    content: "\f023e";
}
.icon-ic_fluent_tab_desktop_28_regular:before {
    content: "\f023f";
}
.icon-ic_fluent_tab_desktop_link_16_regular:before {
    content: "\f0240";
}
.icon-ic_fluent_tab_desktop_link_20_regular:before {
    content: "\f0241";
}
.icon-ic_fluent_tab_desktop_link_24_regular:before {
    content: "\f0242";
}
.icon-ic_fluent_tab_desktop_link_28_regular:before {
    content: "\f0243";
}
.icon-ic_fluent_table_arrow_up_20_regular:before {
    content: "\f0244";
}
.icon-ic_fluent_table_arrow_up_24_regular:before {
    content: "\f0245";
}
.icon-ic_fluent_tablet_laptop_24_regular:before {
    content: "\f0246";
}
.icon-ic_fluent_thumb_like_dislike_16_regular:before {
    content: "\f0247";
}
.icon-ic_fluent_thumb_like_dislike_20_regular:before {
    content: "\f0248";
}
.icon-ic_fluent_thumb_like_dislike_24_regular:before {
    content: "\f0249";
}
.icon-ic_fluent_warning_32_regular:before {
    content: "\f024a";
}
.icon-ic_fluent_number_circle_1_28_regular:before {
    content: "\f024b";
}
.icon-ic_fluent_number_circle_1_32_regular:before {
    content: "\f024c";
}
.icon-ic_fluent_number_circle_1_48_regular:before {
    content: "\f024d";
}
.icon-ic_fluent_number_circle_2_16_regular:before {
    content: "\f024e";
}
.icon-ic_fluent_number_circle_2_20_regular:before {
    content: "\f024f";
}
.icon-ic_fluent_number_circle_2_24_regular:before {
    content: "\f0250";
}
.icon-ic_fluent_number_circle_2_28_regular:before {
    content: "\f0251";
}
.icon-ic_fluent_number_circle_2_32_regular:before {
    content: "\f0252";
}
.icon-ic_fluent_number_circle_2_48_regular:before {
    content: "\f0253";
}
.icon-ic_fluent_number_circle_3_16_regular:before {
    content: "\f0254";
}
.icon-ic_fluent_number_circle_3_20_regular:before {
    content: "\f0255";
}
.icon-ic_fluent_number_circle_3_24_regular:before {
    content: "\f0256";
}
.icon-ic_fluent_number_circle_3_28_regular:before {
    content: "\f0257";
}
.icon-ic_fluent_number_circle_3_32_regular:before {
    content: "\f0258";
}
.icon-ic_fluent_number_circle_3_48_regular:before {
    content: "\f0259";
}
.icon-ic_fluent_number_circle_4_16_regular:before {
    content: "\f025a";
}
.icon-ic_fluent_number_circle_4_20_regular:before {
    content: "\f025b";
}
.icon-ic_fluent_number_circle_4_24_regular:before {
    content: "\f025c";
}
.icon-ic_fluent_number_circle_4_28_regular:before {
    content: "\f025d";
}
.icon-ic_fluent_number_circle_4_32_regular:before {
    content: "\f025e";
}
.icon-ic_fluent_number_circle_4_48_regular:before {
    content: "\f025f";
}
.icon-ic_fluent_number_circle_5_16_regular:before {
    content: "\f0260";
}
.icon-ic_fluent_number_circle_5_20_regular:before {
    content: "\f0261";
}
.icon-ic_fluent_number_circle_5_24_regular:before {
    content: "\f0262";
}
.icon-ic_fluent_number_circle_5_28_regular:before {
    content: "\f0263";
}
.icon-ic_fluent_number_circle_5_32_regular:before {
    content: "\f0264";
}
.icon-ic_fluent_number_circle_5_48_regular:before {
    content: "\f0265";
}
.icon-ic_fluent_add_square_multiple_24_regular:before {
    content: "\f0266";
}
.icon-ic_fluent_braces_variable_48_regular:before {
    content: "\f0267";
}
.icon-ic_fluent_cube_48_regular:before {
    content: "\f0268";
}
.icon-ic_fluent_desk_16_regular:before {
    content: "\f0269";
}
.icon-ic_fluent_desk_28_regular:before {
    content: "\f026a";
}
.icon-ic_fluent_desk_32_regular:before {
    content: "\f026b";
}
.icon-ic_fluent_desk_48_regular:before {
    content: "\f026c";
}
.icon-ic_fluent_folder_open_vertical_24_regular:before {
    content: "\f026d";
}
.icon-ic_fluent_globe_48_regular:before {
    content: "\f026e";
}
.icon-ic_fluent_globe_shield_48_regular:before {
    content: "\f026f";
}
.icon-ic_fluent_hand_right_off_16_regular:before {
    content: "\f0270";
}
.icon-ic_fluent_hand_right_off_24_regular:before {
    content: "\f0271";
}
.icon-ic_fluent_hand_right_off_28_regular:before {
    content: "\f0272";
}
.icon-ic_fluent_hat_graduation_sparkle_16_regular:before {
    content: "\f0273";
}
.icon-ic_fluent_key_multiple_16_regular:before {
    content: "\f0274";
}
.icon-ic_fluent_key_multiple_24_regular:before {
    content: "\f0275";
}
.icon-ic_fluent_link_multiple_16_regular:before {
    content: "\f0276";
}
.icon-ic_fluent_link_multiple_20_regular:before {
    content: "\f0277";
}
.icon-ic_fluent_link_multiple_24_regular:before {
    content: "\f0278";
}
.icon-ic_fluent_mail_off_16_regular:before {
    content: "\f0279";
}
.icon-ic_fluent_person_edit_48_regular:before {
    content: "\f027a";
}
.icon-ic_fluent_plug_disconnected_48_regular:before {
    content: "\f027b";
}
.icon-ic_fluent_stream_48_regular:before {
    content: "\f027c";
}
.icon-ic_fluent_text_bullet_list_square_48_regular:before {
    content: "\f027d";
}
.icon-ic_fluent_text_bullet_list_square_shield_48_regular:before {
    content: "\f027e";
}
.icon-ic_fluent_arrow_export_16_regular:before {
    content: "\f027f";
}
.icon-ic_fluent_arrow_export_20_regular:before {
    content: "\f0280";
}
.icon-ic_fluent_arrow_export_24_regular:before {
    content: "\f0281";
}
.icon-ic_fluent_calendar_12_regular:before {
    content: "\f0282";
}
.icon-ic_fluent_calendar_16_regular:before {
    content: "\f0283";
}
.icon-ic_fluent_calendar_20_regular:before {
    content: "\f0284";
}
.icon-ic_fluent_calendar_24_regular:before {
    content: "\f0285";
}
.icon-ic_fluent_calendar_28_regular:before {
    content: "\f0286";
}
.icon-ic_fluent_calendar_32_regular:before {
    content: "\f0287";
}
.icon-ic_fluent_calendar_48_regular:before {
    content: "\f0288";
}
.icon-ic_fluent_calendar_date_20_regular:before {
    content: "\f0289";
}
.icon-ic_fluent_calendar_date_24_regular:before {
    content: "\f028a";
}
.icon-ic_fluent_calendar_date_28_regular:before {
    content: "\f028b";
}
.icon-ic_fluent_clipboard_bullet_list_16_regular:before {
    content: "\f028c";
}
.icon-ic_fluent_clipboard_bullet_list_20_regular:before {
    content: "\f028d";
}
.icon-ic_fluent_ios_arrow_24_regular:before {
    content: "\f028e";
}
.icon-ic_fluent_text_bullet_list_16_regular:before {
    content: "\f028f";
}
.icon-ic_fluent_text_bullet_list_20_regular:before {
    content: "\f0290";
}
.icon-ic_fluent_text_bullet_list_24_regular:before {
    content: "\f0291";
}
.icon-ic_fluent_text_bullet_list_270_24_regular:before {
    content: "\f0292";
}
.icon-ic_fluent_text_bullet_list_90_20_regular:before {
    content: "\f0293";
}
.icon-ic_fluent_text_bullet_list_90_24_regular:before {
    content: "\f0294";
}
.icon-ic_fluent_text_column_wide_20_regular:before {
    content: "\f0295";
}
.icon-ic_fluent_text_column_wide_24_regular:before {
    content: "\f0296";
}
.icon-ic_fluent_text_indent_decrease_16_regular:before {
    content: "\f0297";
}
.icon-ic_fluent_text_indent_decrease_20_regular:before {
    content: "\f0298";
}
.icon-ic_fluent_text_indent_decrease_24_regular:before {
    content: "\f0299";
}
.icon-ic_fluent_text_indent_increase_16_regular:before {
    content: "\f029a";
}
.icon-ic_fluent_text_indent_increase_20_regular:before {
    content: "\f029b";
}
.icon-ic_fluent_text_indent_increase_24_regular:before {
    content: "\f029c";
}
.icon-ic_fluent_vehicle_car_profile_16_regular:before {
    content: "\f029d";
}
.icon-ic_fluent_vehicle_car_profile_20_regular:before {
    content: "\f029e";
}
.icon-ic_fluent_vehicle_car_profile_24_regular:before {
    content: "\f029f";
}
.icon-ic_fluent_arrow_bidirectional_left_right_16_regular:before {
    content: "\f02a0";
}
.icon-ic_fluent_arrow_bidirectional_left_right_20_regular:before {
    content: "\f02a1";
}
.icon-ic_fluent_arrow_bidirectional_left_right_24_regular:before {
    content: "\f02a2";
}
.icon-ic_fluent_arrow_bidirectional_left_right_28_regular:before {
    content: "\f02a3";
}
.icon-ic_fluent_arrow_swap_16_regular:before {
    content: "\f02a4";
}
.icon-ic_fluent_arrow_swap_28_regular:before {
    content: "\f02a5";
}
.icon-ic_fluent_building_mosque_12_regular:before {
    content: "\f02a6";
}
.icon-ic_fluent_building_mosque_16_regular:before {
    content: "\f02a7";
}
.icon-ic_fluent_building_mosque_20_regular:before {
    content: "\f02a8";
}
.icon-ic_fluent_building_mosque_24_regular:before {
    content: "\f02a9";
}
.icon-ic_fluent_building_mosque_28_regular:before {
    content: "\f02aa";
}
.icon-ic_fluent_building_mosque_32_regular:before {
    content: "\f02ab";
}
.icon-ic_fluent_building_mosque_48_regular:before {
    content: "\f02ac";
}
.icon-ic_fluent_checkmark_circle_square_16_regular:before {
    content: "\f02ad";
}
.icon-ic_fluent_checkmark_circle_square_20_regular:before {
    content: "\f02ae";
}
.icon-ic_fluent_checkmark_circle_square_24_regular:before {
    content: "\f02af";
}
.icon-ic_fluent_heart_off_16_regular:before {
    content: "\f02b0";
}
.icon-ic_fluent_heart_off_20_regular:before {
    content: "\f02b1";
}
.icon-ic_fluent_heart_off_24_regular:before {
    content: "\f02b2";
}
.icon-ic_fluent_hexagon_16_regular:before {
    content: "\f02b3";
}
.icon-ic_fluent_hexagon_20_regular:before {
    content: "\f02b4";
}
.icon-ic_fluent_hexagon_three_16_regular:before {
    content: "\f02b5";
}
.icon-ic_fluent_hexagon_three_20_regular:before {
    content: "\f02b6";
}
.icon-ic_fluent_line_horizontal_1_16_regular:before {
    content: "\f02b7";
}
.icon-ic_fluent_line_horizontal_1_24_regular:before {
    content: "\f02b8";
}
.icon-ic_fluent_line_horizontal_1_28_regular:before {
    content: "\f02b9";
}
.icon-ic_fluent_line_horizontal_1_dashes_16_regular:before {
    content: "\f02ba";
}
.icon-ic_fluent_line_horizontal_1_dashes_20_regular:before {
    content: "\f02bb";
}
.icon-ic_fluent_line_horizontal_1_dashes_24_regular:before {
    content: "\f02bc";
}
.icon-ic_fluent_line_horizontal_1_dashes_28_regular:before {
    content: "\f02bd";
}
.icon-ic_fluent_line_horizontal_2_dashes_solid_16_regular:before {
    content: "\f02be";
}
.icon-ic_fluent_line_horizontal_2_dashes_solid_20_regular:before {
    content: "\f02bf";
}
.icon-ic_fluent_line_horizontal_2_dashes_solid_24_regular:before {
    content: "\f02c0";
}
.icon-ic_fluent_line_horizontal_2_dashes_solid_28_regular:before {
    content: "\f02c1";
}
.icon-ic_fluent_mic_record_20_regular:before {
    content: "\f02c2";
}
.icon-ic_fluent_mic_record_24_regular:before {
    content: "\f02c3";
}
.icon-ic_fluent_mic_record_28_regular:before {
    content: "\f02c4";
}
.icon-ic_fluent_open_12_regular:before {
    content: "\f02c5";
}
.icon-ic_fluent_remix_add_16_regular:before {
    content: "\f02c6";
}
.icon-ic_fluent_remix_add_20_regular:before {
    content: "\f02c7";
}
.icon-ic_fluent_remix_add_24_regular:before {
    content: "\f02c8";
}
.icon-ic_fluent_remix_add_32_regular:before {
    content: "\f02c9";
}
.icon-ic_fluent_video_person_sparkle_off_20_regular:before {
    content: "\f02ca";
}
.icon-ic_fluent_video_person_sparkle_off_24_regular:before {
    content: "\f02cb";
}
.icon-ic_fluent_voicemail_shield_20_regular:before {
    content: "\f02cc";
}
.icon-ic_fluent_voicemail_shield_24_regular:before {
    content: "\f02cd";
}
.icon-ic_fluent_voicemail_shield_32_regular:before {
    content: "\f02ce";
}
.icon-ic_fluent_window_database_32_regular:before {
    content: "\f02cf";
}
.icon-ic_fluent_cast_multiple_20_regular:before {
    content: "\f02d0";
}
.icon-ic_fluent_cast_multiple_24_regular:before {
    content: "\f02d1";
}
.icon-ic_fluent_cast_multiple_28_regular:before {
    content: "\f02d2";
}
.icon-ic_fluent_circle_hint_half_vertical_16_regular:before {
    content: "\f02d3";
}
.icon-ic_fluent_circle_hint_half_vertical_20_regular:before {
    content: "\f02d4";
}
.icon-ic_fluent_circle_hint_half_vertical_24_regular:before {
    content: "\f02d5";
}
.icon-ic_fluent_flash_sparkle_20_regular:before {
    content: "\f02d6";
}
.icon-ic_fluent_flash_sparkle_24_regular:before {
    content: "\f02d7";
}
.icon-ic_fluent_hexagon_12_regular:before {
    content: "\f02d8";
}
.icon-ic_fluent_hexagon_24_regular:before {
    content: "\f02d9";
}
.icon-ic_fluent_hexagon_three_12_regular:before {
    content: "\f02da";
}
.icon-ic_fluent_hexagon_three_24_regular:before {
    content: "\f02db";
}
.icon-ic_fluent_next_frame_20_regular:before {
    content: "\f02dc";
}
.icon-ic_fluent_next_frame_24_regular:before {
    content: "\f02dd";
}
.icon-ic_fluent_previous_frame_20_regular:before {
    content: "\f02de";
}
.icon-ic_fluent_previous_frame_24_regular:before {
    content: "\f02df";
}
.icon-ic_fluent_textbox_align_bottom_center_16_regular:before {
    content: "\f02e0";
}
.icon-ic_fluent_textbox_align_bottom_center_20_regular:before {
    content: "\f02e1";
}
.icon-ic_fluent_textbox_align_bottom_center_24_regular:before {
    content: "\f02e2";
}
.icon-ic_fluent_textbox_align_bottom_left_16_regular:before {
    content: "\f02e3";
}
.icon-ic_fluent_textbox_align_bottom_left_20_regular:before {
    content: "\f02e4";
}
.icon-ic_fluent_textbox_align_bottom_left_24_regular:before {
    content: "\f02e5";
}
.icon-ic_fluent_textbox_align_bottom_right_16_regular:before {
    content: "\f02e6";
}
.icon-ic_fluent_textbox_align_bottom_right_20_regular:before {
    content: "\f02e7";
}
.icon-ic_fluent_textbox_align_bottom_right_24_regular:before {
    content: "\f02e8";
}
.icon-ic_fluent_textbox_align_center_16_regular:before {
    content: "\f02e9";
}
.icon-ic_fluent_textbox_align_middle_left_16_regular:before {
    content: "\f02ea";
}
.icon-ic_fluent_textbox_align_middle_left_20_regular:before {
    content: "\f02eb";
}
.icon-ic_fluent_textbox_align_middle_left_24_regular:before {
    content: "\f02ec";
}
.icon-ic_fluent_textbox_align_middle_right_16_regular:before {
    content: "\f02ed";
}
.icon-ic_fluent_textbox_align_middle_right_20_regular:before {
    content: "\f02ee";
}
.icon-ic_fluent_textbox_align_middle_right_24_regular:before {
    content: "\f02ef";
}
.icon-ic_fluent_textbox_align_top_center_16_regular:before {
    content: "\f02f0";
}
.icon-ic_fluent_textbox_align_top_center_20_regular:before {
    content: "\f02f1";
}
.icon-ic_fluent_textbox_align_top_center_24_regular:before {
    content: "\f02f2";
}
.icon-ic_fluent_textbox_align_top_left_16_regular:before {
    content: "\f02f3";
}
.icon-ic_fluent_textbox_align_top_left_20_regular:before {
    content: "\f02f4";
}
.icon-ic_fluent_textbox_align_top_left_24_regular:before {
    content: "\f02f5";
}
.icon-ic_fluent_textbox_align_top_right_16_regular:before {
    content: "\f02f6";
}
.icon-ic_fluent_textbox_align_top_right_20_regular:before {
    content: "\f02f7";
}
.icon-ic_fluent_textbox_align_top_right_24_regular:before {
    content: "\f02f8";
}
.icon-ic_fluent_triangle_down_24_regular:before {
    content: "\f02f9";
}
.icon-ic_fluent_call_end_12_regular:before {
    content: "\f02fa";
}
.icon-ic_fluent_call_end_32_regular:before {
    content: "\f02fb";
}
.icon-ic_fluent_call_end_48_regular:before {
    content: "\f02fc";
}
.icon-ic_fluent_content_view_gallery_16_regular:before {
    content: "\f02fd";
}
.icon-ic_fluent_content_view_gallery_lightning_16_regular:before {
    content: "\f02fe";
}
.icon-ic_fluent_content_view_gallery_lightning_20_regular:before {
    content: "\f02ff";
}
.icon-ic_fluent_content_view_gallery_lightning_24_regular:before {
    content: "\f0300";
}
.icon-ic_fluent_content_view_gallery_lightning_28_regular:before {
    content: "\f0301";
}
.icon-ic_fluent_globe_arrow_forward_16_regular:before {
    content: "\f0302";
}
.icon-ic_fluent_globe_arrow_forward_20_regular:before {
    content: "\f0303";
}
.icon-ic_fluent_globe_arrow_forward_24_regular:before {
    content: "\f0304";
}
.icon-ic_fluent_globe_arrow_forward_32_regular:before {
    content: "\f0305";
}
.icon-ic_fluent_hard_drive_24_regular:before {
    content: "\f0306";
}
.icon-ic_fluent_hard_drive_32_regular:before {
    content: "\f0307";
}
.icon-ic_fluent_hard_drive_call_24_regular:before {
    content: "\f0308";
}
.icon-ic_fluent_hard_drive_call_32_regular:before {
    content: "\f0309";
}
.icon-ic_fluent_mail_rewind_16_regular:before {
    content: "\f030a";
}
.icon-ic_fluent_mail_rewind_20_regular:before {
    content: "\f030b";
}
.icon-ic_fluent_mail_rewind_24_regular:before {
    content: "\f030c";
}
.icon-ic_fluent_panel_right_gallery_16_regular:before {
    content: "\f030d";
}
.icon-ic_fluent_panel_right_gallery_20_regular:before {
    content: "\f030e";
}
.icon-ic_fluent_panel_right_gallery_24_regular:before {
    content: "\f030f";
}
.icon-ic_fluent_panel_right_gallery_28_regular:before {
    content: "\f0310";
}
.icon-ic_fluent_panel_top_gallery_16_regular:before {
    content: "\f0311";
}
.icon-ic_fluent_panel_top_gallery_20_regular:before {
    content: "\f0312";
}
.icon-ic_fluent_panel_top_gallery_24_regular:before {
    content: "\f0313";
}
.icon-ic_fluent_panel_top_gallery_28_regular:before {
    content: "\f0314";
}
.icon-ic_fluent_rectangle_landscape_sparkle_16_regular:before {
    content: "\f0315";
}
.icon-ic_fluent_rectangle_landscape_sparkle_20_regular:before {
    content: "\f0316";
}
.icon-ic_fluent_rectangle_landscape_sparkle_24_regular:before {
    content: "\f0317";
}
.icon-ic_fluent_rectangle_landscape_sparkle_28_regular:before {
    content: "\f0318";
}
.icon-ic_fluent_rectangle_landscape_sparkle_32_regular:before {
    content: "\f0319";
}
.icon-ic_fluent_scan_person_16_regular:before {
    content: "\f031a";
}
.icon-ic_fluent_scan_person_20_regular:before {
    content: "\f031b";
}
.icon-ic_fluent_scan_person_24_regular:before {
    content: "\f031c";
}
.icon-ic_fluent_scan_person_28_regular:before {
    content: "\f031d";
}
.icon-ic_fluent_scan_person_48_regular:before {
    content: "\f031e";
}
.icon-ic_fluent_voicemail_shield_16_regular:before {
    content: "\f031f";
}
.icon-ic_fluent_chevron_down_32_regular:before {
    content: "\f0320";
}
.icon-ic_fluent_chevron_left_32_regular:before {
    content: "\f0321";
}
.icon-ic_fluent_chevron_right_32_regular:before {
    content: "\f0322";
}
.icon-ic_fluent_chevron_up_32_regular:before {
    content: "\f0323";
}
.icon-ic_fluent_document_lightning_16_regular:before {
    content: "\f0324";
}
.icon-ic_fluent_document_lightning_20_regular:before {
    content: "\f0325";
}
.icon-ic_fluent_document_lightning_24_regular:before {
    content: "\f0326";
}
.icon-ic_fluent_document_lightning_28_regular:before {
    content: "\f0327";
}
.icon-ic_fluent_document_lightning_32_regular:before {
    content: "\f0328";
}
.icon-ic_fluent_document_lightning_48_regular:before {
    content: "\f0329";
}
.icon-ic_fluent_edit_12_regular:before {
    content: "\f032a";
}
.icon-ic_fluent_server_link_16_regular:before {
    content: "\f032b";
}
.icon-ic_fluent_server_link_20_regular:before {
    content: "\f032c";
}
.icon-ic_fluent_step_20_regular:before {
    content: "\f032d";
}
.icon-ic_fluent_step_24_regular:before {
    content: "\f032e";
}
.icon-ic_fluent_tab_desktop_multiple_add_20_regular:before {
    content: "\f032f";
}
.icon-ic_fluent_text_description_16_regular:before {
    content: "\f0330";
}
.icon-ic_fluent_text_description_28_regular:before {
    content: "\f0331";
}
.icon-ic_fluent_text_description_32_regular:before {
    content: "\f0332";
}
.icon-ic_fluent_text_grammar_lightning_16_regular:before {
    content: "\f0333";
}
.icon-ic_fluent_text_grammar_lightning_20_regular:before {
    content: "\f0334";
}
.icon-ic_fluent_text_grammar_lightning_24_regular:before {
    content: "\f0335";
}
.icon-ic_fluent_text_grammar_lightning_28_regular:before {
    content: "\f0336";
}
.icon-ic_fluent_text_grammar_lightning_32_regular:before {
    content: "\f0337";
}
.icon-ic_fluent_beaker_add_20_regular:before {
    content: "\f0338";
}
.icon-ic_fluent_beaker_add_24_regular:before {
    content: "\f0339";
}
.icon-ic_fluent_beaker_dismiss_20_regular:before {
    content: "\f033a";
}
.icon-ic_fluent_beaker_dismiss_24_regular:before {
    content: "\f033b";
}
.icon-ic_fluent_document_cube_20_regular:before {
    content: "\f033c";
}
.icon-ic_fluent_document_cube_24_regular:before {
    content: "\f033d";
}
.icon-ic_fluent_drawer_20_regular:before {
    content: "\f033e";
}
.icon-ic_fluent_drawer_24_regular:before {
    content: "\f033f";
}
.icon-ic_fluent_filmstrip_image_20_regular:before {
    content: "\f0340";
}
.icon-ic_fluent_filmstrip_image_24_regular:before {
    content: "\f0341";
}
.icon-ic_fluent_number_circle_0_16_regular:before {
    content: "\f0342";
}
.icon-ic_fluent_number_circle_0_20_regular:before {
    content: "\f0343";
}
.icon-ic_fluent_number_circle_0_24_regular:before {
    content: "\f0344";
}
.icon-ic_fluent_number_circle_0_28_regular:before {
    content: "\f0345";
}
.icon-ic_fluent_number_circle_0_32_regular:before {
    content: "\f0346";
}
.icon-ic_fluent_number_circle_0_48_regular:before {
    content: "\f0347";
}
.icon-ic_fluent_number_circle_6_16_regular:before {
    content: "\f0348";
}
.icon-ic_fluent_number_circle_6_20_regular:before {
    content: "\f0349";
}
.icon-ic_fluent_number_circle_6_24_regular:before {
    content: "\f034a";
}
.icon-ic_fluent_number_circle_6_28_regular:before {
    content: "\f034b";
}
.icon-ic_fluent_number_circle_6_32_regular:before {
    content: "\f034c";
}
.icon-ic_fluent_number_circle_6_48_regular:before {
    content: "\f034d";
}
.icon-ic_fluent_number_circle_7_16_regular:before {
    content: "\f034e";
}
.icon-ic_fluent_number_circle_7_20_regular:before {
    content: "\f034f";
}
.icon-ic_fluent_number_circle_7_24_regular:before {
    content: "\f0350";
}
.icon-ic_fluent_number_circle_7_28_regular:before {
    content: "\f0351";
}
.icon-ic_fluent_number_circle_7_32_regular:before {
    content: "\f0352";
}
.icon-ic_fluent_number_circle_7_48_regular:before {
    content: "\f0353";
}
.icon-ic_fluent_number_circle_8_16_regular:before {
    content: "\f0354";
}
.icon-ic_fluent_number_circle_8_20_regular:before {
    content: "\f0355";
}
.icon-ic_fluent_number_circle_8_24_regular:before {
    content: "\f0356";
}
.icon-ic_fluent_number_circle_8_28_regular:before {
    content: "\f0357";
}
.icon-ic_fluent_number_circle_8_32_regular:before {
    content: "\f0358";
}
.icon-ic_fluent_number_circle_8_48_regular:before {
    content: "\f0359";
}
.icon-ic_fluent_number_circle_9_16_regular:before {
    content: "\f035a";
}
.icon-ic_fluent_number_circle_9_20_regular:before {
    content: "\f035b";
}
.icon-ic_fluent_number_circle_9_24_regular:before {
    content: "\f035c";
}
.icon-ic_fluent_number_circle_9_28_regular:before {
    content: "\f035d";
}
.icon-ic_fluent_number_circle_9_32_regular:before {
    content: "\f035e";
}
.icon-ic_fluent_number_circle_9_48_regular:before {
    content: "\f035f";
}
.icon-ic_fluent_server_12_regular:before {
    content: "\f0360";
}
.icon-ic_fluent_square_hint_hexagon_12_regular:before {
    content: "\f0361";
}
.icon-ic_fluent_square_hint_hexagon_16_regular:before {
    content: "\f0362";
}
.icon-ic_fluent_square_hint_hexagon_20_regular:before {
    content: "\f0363";
}
.icon-ic_fluent_square_hint_hexagon_24_regular:before {
    content: "\f0364";
}
.icon-ic_fluent_square_hint_hexagon_28_regular:before {
    content: "\f0365";
}
.icon-ic_fluent_square_hint_hexagon_32_regular:before {
    content: "\f0366";
}
.icon-ic_fluent_square_hint_hexagon_48_regular:before {
    content: "\f0367";
}
.icon-ic_fluent_tab_desktop_multiple_16_regular:before {
    content: "\f0368";
}
.icon-ic_fluent_tab_desktop_multiple_add_16_regular:before {
    content: "\f0369";
}
.icon-ic_fluent_target_add_20_regular:before {
    content: "\f036a";
}
.icon-ic_fluent_target_add_24_regular:before {
    content: "\f036b";
}
.icon-ic_fluent_target_dismiss_20_regular:before {
    content: "\f036c";
}
.icon-ic_fluent_target_dismiss_24_regular:before {
    content: "\f036d";
}
.icon-ic_fluent_text_header_1_lines_16_regular:before {
    content: "\f036e";
}
.icon-ic_fluent_text_header_1_lines_20_regular:before {
    content: "\f036f";
}
.icon-ic_fluent_text_header_1_lines_24_regular:before {
    content: "\f0370";
}
.icon-ic_fluent_text_header_1_lines_caret_16_regular:before {
    content: "\f0371";
}
.icon-ic_fluent_text_header_1_lines_caret_20_regular:before {
    content: "\f0372";
}
.icon-ic_fluent_text_header_1_lines_caret_24_regular:before {
    content: "\f0373";
}
.icon-ic_fluent_text_header_2_lines_16_regular:before {
    content: "\f0374";
}
.icon-ic_fluent_text_header_2_lines_20_regular:before {
    content: "\f0375";
}
.icon-ic_fluent_text_header_2_lines_24_regular:before {
    content: "\f0376";
}
.icon-ic_fluent_text_header_2_lines_caret_16_regular:before {
    content: "\f0377";
}
.icon-ic_fluent_text_header_2_lines_caret_20_regular:before {
    content: "\f0378";
}
.icon-ic_fluent_text_header_2_lines_caret_24_regular:before {
    content: "\f0379";
}
.icon-ic_fluent_text_header_3_lines_16_regular:before {
    content: "\f037a";
}
.icon-ic_fluent_text_header_3_lines_20_regular:before {
    content: "\f037b";
}
.icon-ic_fluent_text_header_3_lines_24_regular:before {
    content: "\f037c";
}
.icon-ic_fluent_text_header_3_lines_caret_16_regular:before {
    content: "\f037d";
}
.icon-ic_fluent_text_header_3_lines_caret_20_regular:before {
    content: "\f037e";
}
.icon-ic_fluent_text_header_3_lines_caret_24_regular:before {
    content: "\f037f";
}
.icon-ic_fluent_arrow_download_28_regular:before {
    content: "\f0380";
}
.icon-ic_fluent_arrow_download_32_regular:before {
    content: "\f0381";
}
.icon-ic_fluent_arrow_expand_16_regular:before {
    content: "\f0382";
}
.icon-ic_fluent_arrow_export_up_16_regular:before {
    content: "\f0383";
}
.icon-ic_fluent_arrow_import_16_regular:before {
    content: "\f0384";
}
.icon-ic_fluent_arrow_up_right_dashes_16_regular:before {
    content: "\f0385";
}
.icon-ic_fluent_battery_10_16_regular:before {
    content: "\f0386";
}
.icon-ic_fluent_beaker_empty_16_regular:before {
    content: "\f0387";
}
.icon-ic_fluent_book_16_regular:before {
    content: "\f0388";
}
.icon-ic_fluent_border_none_16_regular:before {
    content: "\f0389";
}
.icon-ic_fluent_branch_request_16_regular:before {
    content: "\f038a";
}
.icon-ic_fluent_clipboard_task_list_16_regular:before {
    content: "\f038b";
}
.icon-ic_fluent_cut_16_regular:before {
    content: "\f038c";
}
.icon-ic_fluent_folder_search_16_regular:before {
    content: "\f038d";
}
.icon-ic_fluent_folder_search_20_regular:before {
    content: "\f038e";
}
.icon-ic_fluent_folder_search_24_regular:before {
    content: "\f038f";
}
.icon-ic_fluent_hexagon_28_regular:before {
    content: "\f0390";
}
.icon-ic_fluent_hexagon_32_regular:before {
    content: "\f0391";
}
.icon-ic_fluent_hexagon_48_regular:before {
    content: "\f0392";
}
.icon-ic_fluent_plug_connected_16_regular:before {
    content: "\f0393";
}
.icon-ic_fluent_plug_disconnected_16_regular:before {
    content: "\f0394";
}
.icon-ic_fluent_projection_screen_text_20_regular:before {
    content: "\f0395";
}
.icon-ic_fluent_rss_16_regular:before {
    content: "\f0396";
}
.icon-ic_fluent_shape_organic_16_regular:before {
    content: "\f0397";
}
.icon-ic_fluent_shape_organic_20_regular:before {
    content: "\f0398";
}
.icon-ic_fluent_shape_organic_24_regular:before {
    content: "\f0399";
}
.icon-ic_fluent_shape_organic_28_regular:before {
    content: "\f039a";
}
.icon-ic_fluent_shape_organic_32_regular:before {
    content: "\f039b";
}
.icon-ic_fluent_shape_organic_48_regular:before {
    content: "\f039c";
}
.icon-ic_fluent_teardrop_bottom_right_16_regular:before {
    content: "\f039d";
}
.icon-ic_fluent_teardrop_bottom_right_20_regular:before {
    content: "\f039e";
}
.icon-ic_fluent_teardrop_bottom_right_24_regular:before {
    content: "\f039f";
}
.icon-ic_fluent_teardrop_bottom_right_28_regular:before {
    content: "\f03a0";
}
.icon-ic_fluent_teardrop_bottom_right_32_regular:before {
    content: "\f03a1";
}
.icon-ic_fluent_teardrop_bottom_right_48_regular:before {
    content: "\f03a2";
}
.icon-ic_fluent_text_edit_style_16_regular:before {
    content: "\f03a3";
}
.icon-ic_fluent_text_whole_word_16_regular:before {
    content: "\f03a4";
}
.icon-ic_fluent_triangle_24_regular:before {
    content: "\f03a5";
}
.icon-ic_fluent_triangle_28_regular:before {
    content: "\f03a6";
}
.icon-ic_fluent_text_asterisk_16_regular:before {
    content: "\f03a7";
}
.icon-ic_fluent_arrow_download_off_16_regular:before {
    content: "\f03a8";
}
.icon-ic_fluent_arrow_download_off_20_regular:before {
    content: "\f03a9";
}
.icon-ic_fluent_arrow_download_off_24_regular:before {
    content: "\f03aa";
}
.icon-ic_fluent_arrow_download_off_28_regular:before {
    content: "\f03ab";
}
.icon-ic_fluent_arrow_download_off_32_regular:before {
    content: "\f03ac";
}
.icon-ic_fluent_arrow_download_off_48_regular:before {
    content: "\f03ad";
}
.icon-ic_fluent_border_inside_16_regular:before {
    content: "\f03ae";
}
.icon-ic_fluent_border_inside_20_regular:before {
    content: "\f03af";
}
.icon-ic_fluent_border_inside_24_regular:before {
    content: "\f03b0";
}
.icon-ic_fluent_chat_lock_16_regular:before {
    content: "\f03b1";
}
.icon-ic_fluent_chat_lock_20_regular:before {
    content: "\f03b2";
}
.icon-ic_fluent_chat_lock_24_regular:before {
    content: "\f03b3";
}
.icon-ic_fluent_chat_lock_28_regular:before {
    content: "\f03b4";
}
.icon-ic_fluent_error_circle_48_regular:before {
    content: "\f03b5";
}
.icon-ic_fluent_full_screen_maximize_28_regular:before {
    content: "\f03b6";
}
.icon-ic_fluent_full_screen_maximize_32_regular:before {
    content: "\f03b7";
}
.icon-ic_fluent_full_screen_minimize_28_regular:before {
    content: "\f03b8";
}
.icon-ic_fluent_full_screen_minimize_32_regular:before {
    content: "\f03b9";
}
.icon-ic_fluent_link_person_16_regular:before {
    content: "\f03ba";
}
.icon-ic_fluent_link_person_20_regular:before {
    content: "\f03bb";
}
.icon-ic_fluent_link_person_24_regular:before {
    content: "\f03bc";
}
.icon-ic_fluent_link_person_32_regular:before {
    content: "\f03bd";
}
.icon-ic_fluent_link_person_48_regular:before {
    content: "\f03be";
}
.icon-ic_fluent_people_chat_16_regular:before {
    content: "\f03bf";
}
.icon-ic_fluent_people_chat_20_regular:before {
    content: "\f03c0";
}
.icon-ic_fluent_people_chat_24_regular:before {
    content: "\f03c1";
}
.icon-ic_fluent_person_support_28_regular:before {
    content: "\f03c2";
}
.icon-ic_fluent_shapes_32_regular:before {
    content: "\f03c3";
}
.icon-ic_fluent_slide_text_edit_16_regular:before {
    content: "\f03c4";
}
.icon-ic_fluent_slide_text_edit_20_regular:before {
    content: "\f03c5";
}
.icon-ic_fluent_slide_text_edit_24_regular:before {
    content: "\f03c6";
}
.icon-ic_fluent_slide_text_edit_28_regular:before {
    content: "\f03c7";
}
.icon-ic_fluent_subtract_circle_48_regular:before {
    content: "\f03c8";
}
.icon-ic_fluent_subtract_parentheses_16_regular:before {
    content: "\f03c9";
}
.icon-ic_fluent_subtract_parentheses_20_regular:before {
    content: "\f03ca";
}
.icon-ic_fluent_subtract_parentheses_24_regular:before {
    content: "\f03cb";
}
.icon-ic_fluent_subtract_parentheses_28_regular:before {
    content: "\f03cc";
}
.icon-ic_fluent_subtract_parentheses_32_regular:before {
    content: "\f03cd";
}
.icon-ic_fluent_subtract_parentheses_48_regular:before {
    content: "\f03ce";
}
.icon-ic_fluent_warning_48_regular:before {
    content: "\f03cf";
}
.icon-ic_fluent_alert_on_16_regular:before {
    content: "\f03d0";
}
.icon-ic_fluent_arrow_down_exclamation_16_regular:before {
    content: "\f03d1";
}
.icon-ic_fluent_arrow_down_exclamation_20_regular:before {
    content: "\f03d2";
}
.icon-ic_fluent_arrow_fit_24_regular:before {
    content: "\f03d3";
}
.icon-ic_fluent_arrow_fit_in_24_regular:before {
    content: "\f03d4";
}
.icon-ic_fluent_book_32_regular:before {
    content: "\f03d5";
}
.icon-ic_fluent_book_database_16_regular:before {
    content: "\f03d6";
}
.icon-ic_fluent_book_database_32_regular:before {
    content: "\f03d7";
}
.icon-ic_fluent_book_toolbox_16_regular:before {
    content: "\f03d8";
}
.icon-ic_fluent_building_desktop_32_regular:before {
    content: "\f03d9";
}
.icon-ic_fluent_building_government_16_regular:before {
    content: "\f03da";
}
.icon-ic_fluent_building_government_search_16_regular:before {
    content: "\f03db";
}
.icon-ic_fluent_building_government_search_20_regular:before {
    content: "\f03dc";
}
.icon-ic_fluent_building_government_search_24_regular:before {
    content: "\f03dd";
}
.icon-ic_fluent_building_government_search_32_regular:before {
    content: "\f03de";
}
.icon-ic_fluent_calendar_record_16_regular:before {
    content: "\f03df";
}
.icon-ic_fluent_calendar_record_20_regular:before {
    content: "\f03e0";
}
.icon-ic_fluent_calendar_record_24_regular:before {
    content: "\f03e1";
}
.icon-ic_fluent_calendar_record_28_regular:before {
    content: "\f03e2";
}
.icon-ic_fluent_calendar_record_32_regular:before {
    content: "\f03e3";
}
.icon-ic_fluent_calendar_record_48_regular:before {
    content: "\f03e4";
}
.icon-ic_fluent_clipboard_28_regular:before {
    content: "\f03e5";
}
.icon-ic_fluent_clipboard_math_formula_16_regular:before {
    content: "\f03e6";
}
.icon-ic_fluent_clipboard_math_formula_20_regular:before {
    content: "\f03e7";
}
.icon-ic_fluent_clipboard_math_formula_24_regular:before {
    content: "\f03e8";
}
.icon-ic_fluent_clipboard_math_formula_28_regular:before {
    content: "\f03e9";
}
.icon-ic_fluent_clipboard_math_formula_32_regular:before {
    content: "\f03ea";
}
.icon-ic_fluent_clipboard_number_123_16_regular:before {
    content: "\f03eb";
}
.icon-ic_fluent_clipboard_number_123_20_regular:before {
    content: "\f03ec";
}
.icon-ic_fluent_clipboard_number_123_24_regular:before {
    content: "\f03ed";
}
.icon-ic_fluent_clipboard_number_123_28_regular:before {
    content: "\f03ee";
}
.icon-ic_fluent_clipboard_number_123_32_regular:before {
    content: "\f03ef";
}
.icon-ic_fluent_collections_16_regular:before {
    content: "\f03f0";
}
.icon-ic_fluent_communication_shield_16_regular:before {
    content: "\f03f1";
}
.icon-ic_fluent_communication_shield_20_regular:before {
    content: "\f03f2";
}
.icon-ic_fluent_communication_shield_24_regular:before {
    content: "\f03f3";
}
.icon-ic_fluent_dialpad_question_mark_20_regular:before {
    content: "\f03f4";
}
.icon-ic_fluent_dialpad_question_mark_24_regular:before {
    content: "\f03f5";
}
.icon-ic_fluent_document_briefcase_16_regular:before {
    content: "\f03f6";
}
.icon-ic_fluent_document_briefcase_32_regular:before {
    content: "\f03f7";
}
.icon-ic_fluent_document_search_32_regular:before {
    content: "\f03f8";
}
.icon-ic_fluent_fingerprint_16_regular:before {
    content: "\f03f9";
}
.icon-ic_fluent_fingerprint_32_regular:before {
    content: "\f03fa";
}
.icon-ic_fluent_folder_person_24_regular:before {
    content: "\f03fb";
}
.icon-ic_fluent_folder_person_28_regular:before {
    content: "\f03fc";
}
.icon-ic_fluent_folder_person_32_regular:before {
    content: "\f03fd";
}
.icon-ic_fluent_folder_person_48_regular:before {
    content: "\f03fe";
}
.icon-ic_fluent_hat_graduation_add_16_regular:before {
    content: "\f03ff";
}
.icon-ic_fluent_hat_graduation_add_20_regular:before {
    content: "\f0400";
}
.icon-ic_fluent_hat_graduation_add_24_regular:before {
    content: "\f0401";
}
.icon-ic_fluent_layer_diagonal_add_20_regular:before {
    content: "\f0402";
}
.icon-ic_fluent_library_32_regular:before {
    content: "\f0403";
}
.icon-ic_fluent_lightbulb_filament_32_regular:before {
    content: "\f0404";
}
.icon-ic_fluent_link_add_16_regular:before {
    content: "\f0405";
}
.icon-ic_fluent_link_add_20_regular:before {
    content: "\f0406";
}
.icon-ic_fluent_lock_shield_16_regular:before {
    content: "\f0407";
}
.icon-ic_fluent_lock_shield_28_regular:before {
    content: "\f0408";
}
.icon-ic_fluent_lock_shield_32_regular:before {
    content: "\f0409";
}
.icon-ic_fluent_person_voice_16_regular:before {
    content: "\f040a";
}
.icon-ic_fluent_person_warning_16_regular:before {
    content: "\f040b";
}
.icon-ic_fluent_person_warning_20_regular:before {
    content: "\f040c";
}
.icon-ic_fluent_person_warning_24_regular:before {
    content: "\f040d";
}
.icon-ic_fluent_person_warning_28_regular:before {
    content: "\f040e";
}
.icon-ic_fluent_person_warning_32_regular:before {
    content: "\f040f";
}
.icon-ic_fluent_person_warning_48_regular:before {
    content: "\f0410";
}
.icon-ic_fluent_scan_type_off_24_regular:before {
    content: "\f0411";
}
.icon-ic_fluent_screenshot_16_regular:before {
    content: "\f0412";
}
.icon-ic_fluent_screenshot_record_16_regular:before {
    content: "\f0413";
}
.icon-ic_fluent_screenshot_record_20_regular:before {
    content: "\f0414";
}
.icon-ic_fluent_screenshot_record_24_regular:before {
    content: "\f0415";
}
.icon-ic_fluent_slide_search_16_regular:before {
    content: "\f0416";
}
.icon-ic_fluent_slide_search_32_regular:before {
    content: "\f0417";
}
.icon-ic_fluent_vehicle_subway_clock_16_regular:before {
    content: "\f0418";
}
.icon-ic_fluent_vehicle_subway_clock_20_regular:before {
    content: "\f0419";
}
.icon-ic_fluent_vehicle_subway_clock_24_regular:before {
    content: "\f041a";
}
.icon-ic_fluent_video_clip_optimize_16_regular:before {
    content: "\f041b";
}
.icon-ic_fluent_video_clip_optimize_20_regular:before {
    content: "\f041c";
}
.icon-ic_fluent_video_clip_optimize_24_regular:before {
    content: "\f041d";
}
.icon-ic_fluent_video_clip_optimize_28_regular:before {
    content: "\f041e";
}
.icon-ic_fluent_video_person_pulse_16_regular:before {
    content: "\f041f";
}
.icon-ic_fluent_video_person_pulse_20_regular:before {
    content: "\f0420";
}
.icon-ic_fluent_video_person_pulse_24_regular:before {
    content: "\f0421";
}
.icon-ic_fluent_video_person_pulse_28_regular:before {
    content: "\f0422";
}
.icon-ic_fluent_archive_settings_32_regular:before {
    content: "\f0423";
}
.icon-ic_fluent_arrow_forward_32_regular:before {
    content: "\f0424";
}
.icon-ic_fluent_arrow_reply_32_regular:before {
    content: "\f0425";
}
.icon-ic_fluent_arrow_reply_all_32_regular:before {
    content: "\f0426";
}
.icon-ic_fluent_attach_32_regular:before {
    content: "\f0427";
}
.icon-ic_fluent_autocorrect_32_regular:before {
    content: "\f0428";
}
.icon-ic_fluent_broom_32_regular:before {
    content: "\f0429";
}
.icon-ic_fluent_calendar_note_16_regular:before {
    content: "\f042a";
}
.icon-ic_fluent_calendar_note_20_regular:before {
    content: "\f042b";
}
.icon-ic_fluent_calendar_note_24_regular:before {
    content: "\f042c";
}
.icon-ic_fluent_calendar_note_32_regular:before {
    content: "\f042d";
}
.icon-ic_fluent_checkmark_underline_circle_24_regular:before {
    content: "\f042e";
}
.icon-ic_fluent_data_bar_vertical_ascending_20_regular:before {
    content: "\f042f";
}
.icon-ic_fluent_data_bar_vertical_ascending_24_regular:before {
    content: "\f0430";
}
.icon-ic_fluent_diversity_16_regular:before {
    content: "\f0431";
}
.icon-ic_fluent_filter_32_regular:before {
    content: "\f0432";
}
.icon-ic_fluent_folder_mail_32_regular:before {
    content: "\f0433";
}
.icon-ic_fluent_glance_horizontal_32_regular:before {
    content: "\f0434";
}
.icon-ic_fluent_glance_horizontal_sparkle_32_regular:before {
    content: "\f0435";
}
.icon-ic_fluent_globe_arrow_up_16_regular:before {
    content: "\f0436";
}
.icon-ic_fluent_globe_arrow_up_20_regular:before {
    content: "\f0437";
}
.icon-ic_fluent_globe_arrow_up_24_regular:before {
    content: "\f0438";
}
.icon-ic_fluent_globe_error_16_regular:before {
    content: "\f0439";
}
.icon-ic_fluent_globe_error_20_regular:before {
    content: "\f043a";
}
.icon-ic_fluent_globe_error_24_regular:before {
    content: "\f043b";
}
.icon-ic_fluent_globe_prohibited_16_regular:before {
    content: "\f043c";
}
.icon-ic_fluent_globe_prohibited_24_regular:before {
    content: "\f043d";
}
.icon-ic_fluent_globe_sync_16_regular:before {
    content: "\f043e";
}
.icon-ic_fluent_globe_sync_20_regular:before {
    content: "\f043f";
}
.icon-ic_fluent_globe_sync_24_regular:before {
    content: "\f0440";
}
.icon-ic_fluent_globe_warning_16_regular:before {
    content: "\f0441";
}
.icon-ic_fluent_globe_warning_20_regular:before {
    content: "\f0442";
}
.icon-ic_fluent_globe_warning_24_regular:before {
    content: "\f0443";
}
.icon-ic_fluent_important_32_regular:before {
    content: "\f0444";
}
.icon-ic_fluent_layer_diagonal_16_regular:before {
    content: "\f0445";
}
.icon-ic_fluent_layer_diagonal_person_16_regular:before {
    content: "\f0446";
}
.icon-ic_fluent_mail_multiple_32_regular:before {
    content: "\f0447";
}
.icon-ic_fluent_mail_read_32_regular:before {
    content: "\f0448";
}
.icon-ic_fluent_mail_unread_32_regular:before {
    content: "\f0449";
}
.icon-ic_fluent_mailbox_16_regular:before {
    content: "\f044a";
}
.icon-ic_fluent_mailbox_20_regular:before {
    content: "\f044b";
}
.icon-ic_fluent_organization_horizontal_16_regular:before {
    content: "\f044c";
}
.icon-ic_fluent_organization_horizontal_24_regular:before {
    content: "\f044d";
}
.icon-ic_fluent_people_list_32_regular:before {
    content: "\f044e";
}
.icon-ic_fluent_person_add_32_regular:before {
    content: "\f044f";
}
.icon-ic_fluent_person_square_16_regular:before {
    content: "\f0450";
}
.icon-ic_fluent_person_square_32_regular:before {
    content: "\f0451";
}
.icon-ic_fluent_person_square_checkmark_16_regular:before {
    content: "\f0452";
}
.icon-ic_fluent_person_square_checkmark_20_regular:before {
    content: "\f0453";
}
.icon-ic_fluent_person_square_checkmark_24_regular:before {
    content: "\f0454";
}
.icon-ic_fluent_person_square_checkmark_32_regular:before {
    content: "\f0455";
}
.icon-ic_fluent_phone_footer_arrow_down_20_regular:before {
    content: "\f0456";
}
.icon-ic_fluent_phone_footer_arrow_down_24_regular:before {
    content: "\f0457";
}
.icon-ic_fluent_phone_header_arrow_up_20_regular:before {
    content: "\f0458";
}
.icon-ic_fluent_phone_header_arrow_up_24_regular:before {
    content: "\f0459";
}
.icon-ic_fluent_poll_32_regular:before {
    content: "\f045a";
}
.icon-ic_fluent_question_32_regular:before {
    content: "\f045b";
}
.icon-ic_fluent_screenshot_28_regular:before {
    content: "\f045c";
}
.icon-ic_fluent_screenshot_record_28_regular:before {
    content: "\f045d";
}
.icon-ic_fluent_star_32_regular:before {
    content: "\f045e";
}
.icon-ic_fluent_text_density_32_regular:before {
    content: "\f045f";
}
.icon-ic_fluent_text_edit_style_character_a_32_regular:before {
    content: "\f0460";
}
.icon-ic_fluent_wrench_screwdriver_32_regular:before {
    content: "\f0461";
}
.icon-ic_fluent_arrow_clockwise_dashes_16_regular:before {
    content: "\f0462";
}
.icon-ic_fluent_arrow_clockwise_dashes_32_regular:before {
    content: "\f0463";
}
.icon-ic_fluent_building_swap_16_regular:before {
    content: "\f0464";
}
.icon-ic_fluent_building_swap_20_regular:before {
    content: "\f0465";
}
.icon-ic_fluent_building_swap_24_regular:before {
    content: "\f0466";
}
.icon-ic_fluent_building_swap_32_regular:before {
    content: "\f0467";
}
.icon-ic_fluent_building_swap_48_regular:before {
    content: "\f0468";
}
.icon-ic_fluent_certificate_32_regular:before {
    content: "\f0469";
}
.icon-ic_fluent_clipboard_brush_16_regular:before {
    content: "\f046a";
}
.icon-ic_fluent_clipboard_brush_20_regular:before {
    content: "\f046b";
}
.icon-ic_fluent_clipboard_brush_24_regular:before {
    content: "\f046c";
}
.icon-ic_fluent_clipboard_brush_28_regular:before {
    content: "\f046d";
}
.icon-ic_fluent_clipboard_brush_32_regular:before {
    content: "\f046e";
}
.icon-ic_fluent_cloud_beaker_16_regular:before {
    content: "\f046f";
}
.icon-ic_fluent_cloud_beaker_20_regular:before {
    content: "\f0470";
}
.icon-ic_fluent_cloud_beaker_24_regular:before {
    content: "\f0471";
}
.icon-ic_fluent_cloud_beaker_28_regular:before {
    content: "\f0472";
}
.icon-ic_fluent_cloud_beaker_32_regular:before {
    content: "\f0473";
}
.icon-ic_fluent_cloud_beaker_48_regular:before {
    content: "\f0474";
}
.icon-ic_fluent_cloud_cube_16_regular:before {
    content: "\f0475";
}
.icon-ic_fluent_cloud_cube_20_regular:before {
    content: "\f0476";
}
.icon-ic_fluent_cloud_cube_24_regular:before {
    content: "\f0477";
}
.icon-ic_fluent_cloud_cube_28_regular:before {
    content: "\f0478";
}
.icon-ic_fluent_cloud_cube_32_regular:before {
    content: "\f0479";
}
.icon-ic_fluent_cloud_cube_48_regular:before {
    content: "\f047a";
}
.icon-ic_fluent_contract_up_right_16_regular:before {
    content: "\f047b";
}
.icon-ic_fluent_contract_up_right_20_regular:before {
    content: "\f047c";
}
.icon-ic_fluent_contract_up_right_24_regular:before {
    content: "\f047d";
}
.icon-ic_fluent_contract_up_right_28_regular:before {
    content: "\f047e";
}
.icon-ic_fluent_contract_up_right_32_regular:before {
    content: "\f047f";
}
.icon-ic_fluent_contract_up_right_48_regular:before {
    content: "\f0480";
}
.icon-ic_fluent_document_data_lock_16_regular:before {
    content: "\f0481";
}
.icon-ic_fluent_document_data_lock_20_regular:before {
    content: "\f0482";
}
.icon-ic_fluent_document_data_lock_24_regular:before {
    content: "\f0483";
}
.icon-ic_fluent_document_data_lock_32_regular:before {
    content: "\f0484";
}
.icon-ic_fluent_glance_horizontal_sparkles_20_regular:before {
    content: "\f0485";
}
.icon-ic_fluent_layout_cell_four_16_regular:before {
    content: "\f0486";
}
.icon-ic_fluent_layout_cell_four_20_regular:before {
    content: "\f0487";
}
.icon-ic_fluent_layout_cell_four_24_regular:before {
    content: "\f0488";
}
.icon-ic_fluent_layout_column_four_16_regular:before {
    content: "\f0489";
}
.icon-ic_fluent_layout_column_four_20_regular:before {
    content: "\f048a";
}
.icon-ic_fluent_layout_column_four_24_regular:before {
    content: "\f048b";
}
.icon-ic_fluent_layout_column_one_third_left_16_regular:before {
    content: "\f048c";
}
.icon-ic_fluent_layout_column_one_third_left_20_regular:before {
    content: "\f048d";
}
.icon-ic_fluent_layout_column_one_third_left_24_regular:before {
    content: "\f048e";
}
.icon-ic_fluent_layout_column_one_third_right_16_regular:before {
    content: "\f048f";
}
.icon-ic_fluent_layout_column_one_third_right_20_regular:before {
    content: "\f0490";
}
.icon-ic_fluent_layout_column_one_third_right_24_regular:before {
    content: "\f0491";
}
.icon-ic_fluent_layout_column_one_third_right_hint_16_regular:before {
    content: "\f0492";
}
.icon-ic_fluent_layout_column_one_third_right_hint_20_regular:before {
    content: "\f0493";
}
.icon-ic_fluent_layout_column_one_third_right_hint_24_regular:before {
    content: "\f0494";
}
.icon-ic_fluent_layout_column_three_16_regular:before {
    content: "\f0495";
}
.icon-ic_fluent_layout_column_three_20_regular:before {
    content: "\f0496";
}
.icon-ic_fluent_layout_column_three_24_regular:before {
    content: "\f0497";
}
.icon-ic_fluent_layout_column_two_16_regular:before {
    content: "\f0498";
}
.icon-ic_fluent_layout_column_two_20_regular:before {
    content: "\f0499";
}
.icon-ic_fluent_layout_column_two_24_regular:before {
    content: "\f049a";
}
.icon-ic_fluent_layout_column_two_split_left_16_regular:before {
    content: "\f049b";
}
.icon-ic_fluent_layout_column_two_split_left_20_regular:before {
    content: "\f049c";
}
.icon-ic_fluent_layout_column_two_split_left_24_regular:before {
    content: "\f049d";
}
.icon-ic_fluent_layout_column_two_split_right_16_regular:before {
    content: "\f049e";
}
.icon-ic_fluent_layout_column_two_split_right_20_regular:before {
    content: "\f049f";
}
.icon-ic_fluent_layout_column_two_split_right_24_regular:before {
    content: "\f04a0";
}
.icon-ic_fluent_layout_row_four_16_regular:before {
    content: "\f04a1";
}
.icon-ic_fluent_layout_row_four_20_regular:before {
    content: "\f04a2";
}
.icon-ic_fluent_layout_row_four_24_regular:before {
    content: "\f04a3";
}
.icon-ic_fluent_layout_row_three_16_regular:before {
    content: "\f04a4";
}
.icon-ic_fluent_layout_row_three_20_regular:before {
    content: "\f04a5";
}
.icon-ic_fluent_layout_row_three_24_regular:before {
    content: "\f04a6";
}
.icon-ic_fluent_layout_row_two_16_regular:before {
    content: "\f04a7";
}
.icon-ic_fluent_layout_row_two_20_regular:before {
    content: "\f04a8";
}
.icon-ic_fluent_layout_row_two_24_regular:before {
    content: "\f04a9";
}
.icon-ic_fluent_layout_row_two_split_bottom_16_regular:before {
    content: "\f04aa";
}
.icon-ic_fluent_layout_row_two_split_bottom_20_regular:before {
    content: "\f04ab";
}
.icon-ic_fluent_layout_row_two_split_bottom_24_regular:before {
    content: "\f04ac";
}
.icon-ic_fluent_layout_row_two_split_top_16_regular:before {
    content: "\f04ad";
}
.icon-ic_fluent_layout_row_two_split_top_20_regular:before {
    content: "\f04ae";
}
.icon-ic_fluent_layout_row_two_split_top_24_regular:before {
    content: "\f04af";
}
.icon-ic_fluent_location_target_square_16_regular:before {
    content: "\f04b0";
}
.icon-ic_fluent_location_target_square_20_regular:before {
    content: "\f04b1";
}
.icon-ic_fluent_location_target_square_24_regular:before {
    content: "\f04b2";
}
.icon-ic_fluent_location_target_square_32_regular:before {
    content: "\f04b3";
}
.icon-ic_fluent_resize_16_regular:before {
    content: "\f04b4";
}
.icon-ic_fluent_resize_28_regular:before {
    content: "\f04b5";
}
.icon-ic_fluent_resize_32_regular:before {
    content: "\f04b6";
}
.icon-ic_fluent_resize_48_regular:before {
    content: "\f04b7";
}
.icon-ic_fluent_select_all_off_16_regular:before {
    content: "\f04b8";
}
.icon-ic_fluent_select_all_on_16_regular:before {
    content: "\f04b9";
}
.icon-ic_fluent_share_android_16_regular:before {
    content: "\f04ba";
}
.icon-ic_fluent_share_android_32_regular:before {
    content: "\f04bb";
}
.icon-ic_fluent_text_arrow_down_right_column_16_regular:before {
    content: "\f04bc";
}
.icon-ic_fluent_text_arrow_down_right_column_20_regular:before {
    content: "\f04bd";
}
.icon-ic_fluent_text_arrow_down_right_column_24_regular:before {
    content: "\f04be";
}
.icon-ic_fluent_text_arrow_down_right_column_28_regular:before {
    content: "\f04bf";
}
.icon-ic_fluent_text_arrow_down_right_column_32_regular:before {
    content: "\f04c0";
}
.icon-ic_fluent_text_arrow_down_right_column_48_regular:before {
    content: "\f04c1";
}
.icon-ic_fluent_text_effects_sparkle_20_regular:before {
    content: "\f04c2";
}
.icon-ic_fluent_text_effects_sparkle_24_regular:before {
    content: "\f04c3";
}
.icon-ic_fluent_whiteboard_16_regular:before {
    content: "\f04c4";
}
.icon-ic_fluent_whiteboard_off_16_regular:before {
    content: "\f04c5";
}
.icon-ic_fluent_whiteboard_off_20_regular:before {
    content: "\f04c6";
}
.icon-ic_fluent_whiteboard_off_24_regular:before {
    content: "\f04c7";
}
.icon-ic_fluent_flowchart_16_regular:before {
    content: "\f04c8";
}
.icon-ic_fluent_flowchart_32_regular:before {
    content: "\f04c9";
}
.icon-ic_fluent_layer_diagonal_24_regular:before {
    content: "\f04ca";
}
.icon-ic_fluent_layer_diagonal_person_24_regular:before {
    content: "\f04cb";
}
.icon-ic_fluent_poll_off_16_regular:before {
    content: "\f04cc";
}
.icon-ic_fluent_poll_off_20_regular:before {
    content: "\f04cd";
}
.icon-ic_fluent_poll_off_24_regular:before {
    content: "\f04ce";
}
.icon-ic_fluent_poll_off_32_regular:before {
    content: "\f04cf";
}
.icon-ic_fluent_rectangle_landscape_sparkle_48_regular:before {
    content: "\f04d0";
}
.icon-ic_fluent_rectangle_landscape_sync_16_regular:before {
    content: "\f04d1";
}
.icon-ic_fluent_rectangle_landscape_sync_20_regular:before {
    content: "\f04d2";
}
.icon-ic_fluent_rectangle_landscape_sync_24_regular:before {
    content: "\f04d3";
}
.icon-ic_fluent_rectangle_landscape_sync_28_regular:before {
    content: "\f04d4";
}
.icon-ic_fluent_rectangle_landscape_sync_off_16_regular:before {
    content: "\f04d5";
}
.icon-ic_fluent_rectangle_landscape_sync_off_20_regular:before {
    content: "\f04d6";
}
.icon-ic_fluent_rectangle_landscape_sync_off_24_regular:before {
    content: "\f04d7";
}
.icon-ic_fluent_rectangle_landscape_sync_off_28_regular:before {
    content: "\f04d8";
}
.icon-ic_fluent_seat_16_regular:before {
    content: "\f04d9";
}
.icon-ic_fluent_seat_20_regular:before {
    content: "\f04da";
}
.icon-ic_fluent_seat_24_regular:before {
    content: "\f04db";
}
.icon-ic_fluent_seat_add_16_regular:before {
    content: "\f04dc";
}
.icon-ic_fluent_seat_add_20_regular:before {
    content: "\f04dd";
}
.icon-ic_fluent_seat_add_24_regular:before {
    content: "\f04de";
}
.icon-ic_fluent_speaker_box_16_regular:before {
    content: "\f04df";
}
.icon-ic_fluent_speaker_box_20_regular:before {
    content: "\f04e0";
}
.icon-ic_fluent_speaker_box_24_regular:before {
    content: "\f04e1";
}
.icon-ic_fluent_text_edit_style_character_ga_32_regular:before {
    content: "\f04e2";
}
.icon-ic_fluent_window_ad_24_regular:before {
    content: "\f04e3";
}
.icon-ic_fluent_wrench_settings_20_regular:before {
    content: "\f04e4";
}
.icon-ic_fluent_wrench_settings_24_regular:before {
    content: "\f04e5";
}
.icon-ic_fluent_building_lighthouse_24_regular:before {
    content: "\f04e6";
}
.icon-ic_fluent_building_lighthouse_32_regular:before {
    content: "\f04e7";
}
.icon-ic_fluent_building_lighthouse_48_regular:before {
    content: "\f04e8";
}
.icon-ic_fluent_calendar_link_24_regular:before {
    content: "\f04e9";
}
.icon-ic_fluent_calendar_link_28_regular:before {
    content: "\f04ea";
}
.icon-ic_fluent_calendar_video_24_regular:before {
    content: "\f04eb";
}
.icon-ic_fluent_calendar_video_28_regular:before {
    content: "\f04ec";
}
.icon-ic_fluent_cookies_16_regular:before {
    content: "\f04ed";
}
.icon-ic_fluent_cookies_28_regular:before {
    content: "\f04ee";
}
.icon-ic_fluent_cookies_32_regular:before {
    content: "\f04ef";
}
.icon-ic_fluent_cookies_48_regular:before {
    content: "\f04f0";
}
.icon-ic_fluent_hard_drive_28_regular:before {
    content: "\f04f1";
}
.icon-ic_fluent_hard_drive_48_regular:before {
    content: "\f04f2";
}
.icon-ic_fluent_laptop_32_regular:before {
    content: "\f04f3";
}
.icon-ic_fluent_laptop_settings_20_regular:before {
    content: "\f04f4";
}
.icon-ic_fluent_laptop_settings_24_regular:before {
    content: "\f04f5";
}
.icon-ic_fluent_laptop_settings_32_regular:before {
    content: "\f04f6";
}
.icon-ic_fluent_people_audience_32_regular:before {
    content: "\f04f7";
}
.icon-ic_fluent_shopping_bag_add_20_regular:before {
    content: "\f04f8";
}
.icon-ic_fluent_shopping_bag_add_24_regular:before {
    content: "\f04f9";
}
.icon-ic_fluent_street_sign_20_regular:before {
    content: "\f04fa";
}
.icon-ic_fluent_street_sign_24_regular:before {
    content: "\f04fb";
}
.icon-ic_fluent_video_link_24_regular:before {
    content: "\f04fc";
}
.icon-ic_fluent_video_link_28_regular:before {
    content: "\f04fd";
}
.icon-ic_fluent_building_lighthouse_16_regular:before {
    content: "\f04fe";
}
.icon-ic_fluent_calendar_sparkle_16_regular:before {
    content: "\f04ff";
}
.icon-ic_fluent_calendar_sparkle_20_regular:before {
    content: "\f0500";
}
.icon-ic_fluent_calendar_sparkle_24_regular:before {
    content: "\f0501";
}
.icon-ic_fluent_calendar_sparkle_28_regular:before {
    content: "\f0502";
}
.icon-ic_fluent_calendar_sparkle_32_regular:before {
    content: "\f0503";
}
.icon-ic_fluent_calendar_sparkle_48_regular:before {
    content: "\f0504";
}
.icon-ic_fluent_calendar_template_20_regular:before {
    content: "\f0505";
}
.icon-ic_fluent_calendar_template_24_regular:before {
    content: "\f0506";
}
.icon-ic_fluent_calendar_template_32_regular:before {
    content: "\f0507";
}
.icon-ic_fluent_clipboard_12_regular:before {
    content: "\f0508";
}
.icon-ic_fluent_clipboard_48_regular:before {
    content: "\f0509";
}
.icon-ic_fluent_compose_12_regular:before {
    content: "\f050a";
}
.icon-ic_fluent_compose_32_regular:before {
    content: "\f050b";
}
.icon-ic_fluent_compose_48_regular:before {
    content: "\f050c";
}
.icon-ic_fluent_globe_28_regular:before {
    content: "\f050d";
}
.icon-ic_fluent_guest_12_regular:before {
    content: "\f050e";
}
.icon-ic_fluent_guest_32_regular:before {
    content: "\f050f";
}
.icon-ic_fluent_guest_48_regular:before {
    content: "\f0510";
}
.icon-ic_fluent_laptop_briefcase_20_regular:before {
    content: "\f0511";
}
.icon-ic_fluent_laptop_briefcase_24_regular:before {
    content: "\f0512";
}
.icon-ic_fluent_laptop_briefcase_32_regular:before {
    content: "\f0513";
}
.icon-ic_fluent_layer_diagonal_sparkle_16_regular:before {
    content: "\f0514";
}
.icon-ic_fluent_layer_diagonal_sparkle_20_regular:before {
    content: "\f0515";
}
.icon-ic_fluent_layer_diagonal_sparkle_24_regular:before {
    content: "\f0516";
}
.icon-ic_fluent_payment_wireless_16_regular:before {
    content: "\f0517";
}
.icon-ic_fluent_payment_wireless_20_regular:before {
    content: "\f0518";
}
.icon-ic_fluent_payment_wireless_24_regular:before {
    content: "\f0519";
}
.icon-ic_fluent_payment_wireless_28_regular:before {
    content: "\f051a";
}
.icon-ic_fluent_payment_wireless_32_regular:before {
    content: "\f051b";
}
.icon-ic_fluent_payment_wireless_48_regular:before {
    content: "\f051c";
}
.icon-ic_fluent_status_28_regular:before {
    content: "\f051d";
}
.icon-ic_fluent_status_32_regular:before {
    content: "\f051e";
}
.icon-ic_fluent_status_48_regular:before {
    content: "\f051f";
}
.icon-ic_fluent_video_off_16_regular:before {
    content: "\f0520";
}
.icon-ic_fluent_checkmark_circle_warning_16_regular:before {
    content: "\f0521";
}
.icon-ic_fluent_checkmark_circle_warning_20_regular:before {
    content: "\f0522";
}
.icon-ic_fluent_checkmark_circle_warning_24_regular:before {
    content: "\f0523";
}
.icon-ic_fluent_cloud_arrow_right_16_regular:before {
    content: "\f0524";
}
.icon-ic_fluent_cloud_arrow_right_20_regular:before {
    content: "\f0525";
}
.icon-ic_fluent_cloud_arrow_right_24_regular:before {
    content: "\f0526";
}
.icon-ic_fluent_document_arrow_down_24_regular:before {
    content: "\f0527";
}
.icon-ic_fluent_document_signature_16_regular:before {
    content: "\f0528";
}
.icon-ic_fluent_document_signature_20_regular:before {
    content: "\f0529";
}
.icon-ic_fluent_document_signature_24_regular:before {
    content: "\f052a";
}
.icon-ic_fluent_document_signature_28_regular:before {
    content: "\f052b";
}
.icon-ic_fluent_document_signature_32_regular:before {
    content: "\f052c";
}
.icon-ic_fluent_document_signature_48_regular:before {
    content: "\f052d";
}
.icon-ic_fluent_home_garage_20_regular:before {
    content: "\f052e";
}
.icon-ic_fluent_home_garage_24_regular:before {
    content: "\f052f";
}
.icon-ic_fluent_image_split_20_regular:before {
    content: "\f0530";
}
.icon-ic_fluent_image_split_24_regular:before {
    content: "\f0531";
}
.icon-ic_fluent_laptop_48_regular:before {
    content: "\f0532";
}
.icon-ic_fluent_line_flow_diagonal_up_right_16_regular:before {
    content: "\f0533";
}
.icon-ic_fluent_line_flow_diagonal_up_right_20_regular:before {
    content: "\f0534";
}
.icon-ic_fluent_line_flow_diagonal_up_right_24_regular:before {
    content: "\f0535";
}
.icon-ic_fluent_line_flow_diagonal_up_right_32_regular:before {
    content: "\f0536";
}
.icon-ic_fluent_mail_arrow_clockwise_16_regular:before {
    content: "\f0537";
}
.icon-ic_fluent_mail_arrow_clockwise_20_regular:before {
    content: "\f0538";
}
.icon-ic_fluent_mail_arrow_clockwise_24_regular:before {
    content: "\f0539";
}
.icon-ic_fluent_person_passkey_16_regular:before {
    content: "\f053a";
}
.icon-ic_fluent_person_passkey_20_regular:before {
    content: "\f053b";
}
.icon-ic_fluent_person_passkey_24_regular:before {
    content: "\f053c";
}
.icon-ic_fluent_person_passkey_28_regular:before {
    content: "\f053d";
}
.icon-ic_fluent_person_passkey_32_regular:before {
    content: "\f053e";
}
.icon-ic_fluent_person_passkey_48_regular:before {
    content: "\f053f";
}
.icon-ic_fluent_person_prohibited_32_regular:before {
    content: "\f0540";
}
.icon-ic_fluent_person_ribbon_24_regular:before {
    content: "\f0541";
}
.icon-ic_fluent_plant_cattail_20_regular:before {
    content: "\f0542";
}
.icon-ic_fluent_plant_cattail_24_regular:before {
    content: "\f0543";
}
.icon-ic_fluent_storage_16_regular:before {
    content: "\f0544";
}
.icon-ic_fluent_storage_28_regular:before {
    content: "\f0545";
}
.icon-ic_fluent_storage_32_regular:before {
    content: "\f0546";
}
.icon-ic_fluent_storage_48_regular:before {
    content: "\f0547";
}
.icon-ic_fluent_video_clip_wand_16_regular:before {
    content: "\f0548";
}
.icon-ic_fluent_video_clip_wand_20_regular:before {
    content: "\f0549";
}
.icon-ic_fluent_video_clip_wand_24_regular:before {
    content: "\f054a";
}
.icon-ic_fluent_window_fingerprint_16_regular:before {
    content: "\f054b";
}
.icon-ic_fluent_window_fingerprint_20_regular:before {
    content: "\f054c";
}
.icon-ic_fluent_window_fingerprint_24_regular:before {
    content: "\f054d";
}
.icon-ic_fluent_window_fingerprint_28_regular:before {
    content: "\f054e";
}
.icon-ic_fluent_window_fingerprint_32_regular:before {
    content: "\f054f";
}
.icon-ic_fluent_window_fingerprint_48_regular:before {
    content: "\f0550";
}
.icon-ic_fluent_accessibility_error_20_regular:before {
    content: "\f0551";
}
.icon-ic_fluent_accessibility_error_24_regular:before {
    content: "\f0552";
}
.icon-ic_fluent_accessibility_question_mark_20_regular:before {
    content: "\f0553";
}
.icon-ic_fluent_accessibility_question_mark_24_regular:before {
    content: "\f0554";
}
.icon-ic_fluent_arrow_down_exclamation_24_regular:before {
    content: "\f0555";
}
.icon-ic_fluent_arrow_sort_up_lines_16_regular:before {
    content: "\f0556";
}
.icon-ic_fluent_arrow_sort_up_lines_20_regular:before {
    content: "\f0557";
}
.icon-ic_fluent_arrow_sort_up_lines_24_regular:before {
    content: "\f0558";
}
.icon-ic_fluent_arrow_up_exclamation_16_regular:before {
    content: "\f0559";
}
.icon-ic_fluent_arrow_up_exclamation_20_regular:before {
    content: "\f055a";
}
.icon-ic_fluent_arrow_up_exclamation_24_regular:before {
    content: "\f055b";
}
.icon-ic_fluent_bench_20_regular:before {
    content: "\f055c";
}
.icon-ic_fluent_bench_24_regular:before {
    content: "\f055d";
}
.icon-ic_fluent_building_lighthouse_28_regular:before {
    content: "\f055e";
}
.icon-ic_fluent_calendar_video_20_regular:before {
    content: "\f055f";
}
.icon-ic_fluent_clock_bill_16_regular:before {
    content: "\f0560";
}
.icon-ic_fluent_clock_bill_20_regular:before {
    content: "\f0561";
}
.icon-ic_fluent_clock_bill_24_regular:before {
    content: "\f0562";
}
.icon-ic_fluent_clock_bill_32_regular:before {
    content: "\f0563";
}
.icon-ic_fluent_data_usage_16_regular:before {
    content: "\f0564";
}
.icon-ic_fluent_data_usage_settings_16_regular:before {
    content: "\f0565";
}
.icon-ic_fluent_data_usage_settings_24_regular:before {
    content: "\f0566";
}
.icon-ic_fluent_edit_person_20_regular:before {
    content: "\f0567";
}
.icon-ic_fluent_edit_person_24_regular:before {
    content: "\f0568";
}
.icon-ic_fluent_highway_20_regular:before {
    content: "\f0569";
}
.icon-ic_fluent_highway_24_regular:before {
    content: "\f056a";
}
.icon-ic_fluent_laptop_person_20_regular:before {
    content: "\f056b";
}
.icon-ic_fluent_laptop_person_24_regular:before {
    content: "\f056c";
}
.icon-ic_fluent_laptop_person_48_regular:before {
    content: "\f056d";
}
.icon-ic_fluent_location_ripple_16_regular:before {
    content: "\f056e";
}
.icon-ic_fluent_location_ripple_20_regular:before {
    content: "\f056f";
}
.icon-ic_fluent_location_ripple_24_regular:before {
    content: "\f0570";
}
.icon-ic_fluent_mail_arrow_double_back_32_regular:before {
    content: "\f0571";
}
.icon-ic_fluent_mail_briefcase_48_regular:before {
    content: "\f0572";
}
.icon-ic_fluent_options_28_regular:before {
    content: "\f0573";
}
.icon-ic_fluent_options_32_regular:before {
    content: "\f0574";
}
.icon-ic_fluent_people_add_32_regular:before {
    content: "\f0575";
}
.icon-ic_fluent_person_alert_32_regular:before {
    content: "\f0576";
}
.icon-ic_fluent_road_20_regular:before {
    content: "\f0577";
}
.icon-ic_fluent_road_24_regular:before {
    content: "\f0578";
}
.icon-ic_fluent_save_32_regular:before {
    content: "\f0579";
}
.icon-ic_fluent_tab_desktop_multiple_24_regular:before {
    content: "\f057a";
}
.icon-ic_fluent_tab_desktop_multiple_sparkle_16_regular:before {
    content: "\f057b";
}
.icon-ic_fluent_tab_desktop_multiple_sparkle_20_regular:before {
    content: "\f057c";
}
.icon-ic_fluent_tab_desktop_multiple_sparkle_24_regular:before {
    content: "\f057d";
}
.icon-ic_fluent_vehicle_tractor_20_regular:before {
    content: "\f057e";
}
.icon-ic_fluent_vehicle_tractor_24_regular:before {
    content: "\f057f";
}
.icon-ic_fluent_classification_32_regular:before {
    content: "\f0580";
}
.icon-ic_fluent_document_target_20_regular:before {
    content: "\f0581";
}
.icon-ic_fluent_document_target_24_regular:before {
    content: "\f0582";
}
.icon-ic_fluent_document_target_32_regular:before {
    content: "\f0583";
}
.icon-ic_fluent_emoji_meme_16_regular:before {
    content: "\f0584";
}
.icon-ic_fluent_emoji_meme_20_regular:before {
    content: "\f0585";
}
.icon-ic_fluent_emoji_meme_24_regular:before {
    content: "\f0586";
}
.icon-ic_fluent_hand_point_16_regular:before {
    content: "\f0587";
}
.icon-ic_fluent_hand_point_20_regular:before {
    content: "\f0588";
}
.icon-ic_fluent_hand_point_24_regular:before {
    content: "\f0589";
}
.icon-ic_fluent_hand_point_28_regular:before {
    content: "\f058a";
}
.icon-ic_fluent_hand_point_32_regular:before {
    content: "\f058b";
}
.icon-ic_fluent_hand_point_48_regular:before {
    content: "\f058c";
}
.icon-ic_fluent_mail_read_briefcase_48_regular:before {
    content: "\f058d";
}
.icon-ic_fluent_people_subtract_20_regular:before {
    content: "\f058e";
}
.icon-ic_fluent_people_subtract_24_regular:before {
    content: "\f058f";
}
.icon-ic_fluent_people_subtract_32_regular:before {
    content: "\f0590";
}
.icon-ic_fluent_person_alert_off_16_regular:before {
    content: "\f0591";
}
.icon-ic_fluent_person_alert_off_20_regular:before {
    content: "\f0592";
}
.icon-ic_fluent_person_alert_off_24_regular:before {
    content: "\f0593";
}
.icon-ic_fluent_person_alert_off_32_regular:before {
    content: "\f0594";
}
.icon-ic_fluent_shopping_bag_add_16_regular:before {
    content: "\f0595";
}
.icon-ic_fluent_spatula_spoon_16_regular:before {
    content: "\f0596";
}
.icon-ic_fluent_spatula_spoon_20_regular:before {
    content: "\f0597";
}
.icon-ic_fluent_spatula_spoon_24_regular:before {
    content: "\f0598";
}
.icon-ic_fluent_spatula_spoon_28_regular:before {
    content: "\f0599";
}
.icon-ic_fluent_spatula_spoon_32_regular:before {
    content: "\f059a";
}
.icon-ic_fluent_spatula_spoon_48_regular:before {
    content: "\f059b";
}
.icon-ic_fluent_apps_settings_16_regular:before {
    content: "\f059c";
}
.icon-ic_fluent_apps_settings_20_regular:before {
    content: "\f059d";
}
.icon-ic_fluent_apps_shield_16_regular:before {
    content: "\f059e";
}
.icon-ic_fluent_apps_shield_20_regular:before {
    content: "\f059f";
}
.icon-ic_fluent_arrow_upload_32_regular:before {
    content: "\f05a0";
}
.icon-ic_fluent_calendar_edit_32_regular:before {
    content: "\f05a1";
}
.icon-ic_fluent_data_bar_vertical_arrow_down_16_regular:before {
    content: "\f05a2";
}
.icon-ic_fluent_data_bar_vertical_arrow_down_20_regular:before {
    content: "\f05a3";
}
.icon-ic_fluent_data_bar_vertical_arrow_down_24_regular:before {
    content: "\f05a4";
}
.icon-ic_fluent_haptic_strong_16_regular:before {
    content: "\f05a5";
}
.icon-ic_fluent_haptic_strong_20_regular:before {
    content: "\f05a6";
}
.icon-ic_fluent_haptic_strong_24_regular:before {
    content: "\f05a7";
}
.icon-ic_fluent_haptic_weak_16_regular:before {
    content: "\f05a8";
}
.icon-ic_fluent_haptic_weak_20_regular:before {
    content: "\f05a9";
}
.icon-ic_fluent_haptic_weak_24_regular:before {
    content: "\f05aa";
}
.icon-ic_fluent_hexagon_sparkle_20_regular:before {
    content: "\f05ab";
}
.icon-ic_fluent_hexagon_sparkle_24_regular:before {
    content: "\f05ac";
}
.icon-ic_fluent_mail_edit_32_regular:before {
    content: "\f05ad";
}
.icon-ic_fluent_password_32_regular:before {
    content: "\f05ae";
}
.icon-ic_fluent_password_48_regular:before {
    content: "\f05af";
}
.icon-ic_fluent_password_clock_48_regular:before {
    content: "\f05b0";
}
.icon-ic_fluent_password_reset_48_regular:before {
    content: "\f05b1";
}
.icon-ic_fluent_people_eye_16_regular:before {
    content: "\f05b2";
}
.icon-ic_fluent_people_eye_20_regular:before {
    content: "\f05b3";
}
.icon-ic_fluent_pin_globe_16_regular:before {
    content: "\f05b4";
}
.icon-ic_fluent_pin_globe_20_regular:before {
    content: "\f05b5";
}
.icon-ic_fluent_run_28_regular:before {
    content: "\f05b6";
}
.icon-ic_fluent_run_32_regular:before {
    content: "\f05b7";
}
.icon-ic_fluent_run_48_regular:before {
    content: "\f05b8";
}
.icon-ic_fluent_tab_group_16_regular:before {
    content: "\f05b9";
}
.icon-ic_fluent_tab_group_20_regular:before {
    content: "\f05ba";
}
.icon-ic_fluent_tab_group_24_regular:before {
    content: "\f05bb";
}
.icon-ic_fluent_book_28_regular:before {
    content: "\f05bc";
}
.icon-ic_fluent_book_48_regular:before {
    content: "\f05bd";
}
.icon-ic_fluent_camera_arrow_up_16_regular:before {
    content: "\f05be";
}
.icon-ic_fluent_camera_arrow_up_20_regular:before {
    content: "\f05bf";
}
.icon-ic_fluent_camera_arrow_up_24_regular:before {
    content: "\f05c0";
}
.icon-ic_fluent_chat_settings_16_regular:before {
    content: "\f05c1";
}
.icon-ic_fluent_circle_highlight_20_regular:before {
    content: "\f05c2";
}
.icon-ic_fluent_circle_highlight_24_regular:before {
    content: "\f05c3";
}
.icon-ic_fluent_circle_hint_24_regular:before {
    content: "\f05c4";
}
.icon-ic_fluent_circle_shadow_20_regular:before {
    content: "\f05c5";
}
.icon-ic_fluent_circle_shadow_24_regular:before {
    content: "\f05c6";
}
.icon-ic_fluent_content_view_16_regular:before {
    content: "\f05c7";
}
.icon-ic_fluent_double_tap_swipe_down_16_regular:before {
    content: "\f05c8";
}
.icon-ic_fluent_double_tap_swipe_up_16_regular:before {
    content: "\f05c9";
}
.icon-ic_fluent_flash_sparkle_16_regular:before {
    content: "\f05ca";
}
.icon-ic_fluent_location_ripple_12_regular:before {
    content: "\f05cb";
}
.icon-ic_fluent_search_square_16_regular:before {
    content: "\f05cc";
}
.icon-ic_fluent_settings_chat_16_regular:before {
    content: "\f05cd";
}
.icon-ic_fluent_share_multiple_16_regular:before {
    content: "\f05ce";
}
.icon-ic_fluent_share_multiple_20_regular:before {
    content: "\f05cf";
}
.icon-ic_fluent_share_multiple_24_regular:before {
    content: "\f05d0";
}
.icon-ic_fluent_slide_play_20_regular:before {
    content: "\f05d1";
}
.icon-ic_fluent_slide_play_24_regular:before {
    content: "\f05d2";
}
.icon-ic_fluent_arrow_turn_right_16_regular:before {
    content: "\f05d3";
}
.icon-ic_fluent_chart_multiple_16_regular:before {
    content: "\f05d4";
}
.icon-ic_fluent_column_24_regular:before {
    content: "\f05d5";
}
.icon-ic_fluent_data_pie_16_regular:before {
    content: "\f05d6";
}
.icon-ic_fluent_layout_column_two_32_regular:before {
    content: "\f05d7";
}
.icon-ic_fluent_layout_row_two_32_regular:before {
    content: "\f05d8";
}
.icon-ic_fluent_mail_copy_32_regular:before {
    content: "\f05d9";
}
.icon-ic_fluent_paint_brush_sparkle_20_regular:before {
    content: "\f05da";
}
.icon-ic_fluent_paint_brush_sparkle_24_regular:before {
    content: "\f05db";
}
.icon-ic_fluent_people_community_12_regular:before {
    content: "\f05dc";
}
.icon-ic_fluent_person_board_12_regular:before {
    content: "\f05dd";
}
.icon-ic_fluent_person_tentative_16_regular:before {
    content: "\f05de";
}
.icon-ic_fluent_person_tentative_20_regular:before {
    content: "\f05df";
}
.icon-ic_fluent_person_tentative_24_regular:before {
    content: "\f05e0";
}
.icon-ic_fluent_tab_desktop_search_16_regular:before {
    content: "\f05e1";
}
.icon-ic_fluent_tab_desktop_search_20_regular:before {
    content: "\f05e2";
}
.icon-ic_fluent_tab_desktop_search_24_regular:before {
    content: "\f05e3";
}
.icon-ic_fluent_table_sparkle_20_regular:before {
    content: "\f05e4";
}
.icon-ic_fluent_table_sparkle_24_regular:before {
    content: "\f05e5";
}
.icon-ic_fluent_comment_32_regular:before {
    content: "\f05e6";
}
.icon-ic_fluent_comment_add_32_regular:before {
    content: "\f05e7";
}
.icon-ic_fluent_crop_arrow_rotate_16_regular:before {
    content: "\f05e8";
}
.icon-ic_fluent_crop_arrow_rotate_20_regular:before {
    content: "\f05e9";
}
.icon-ic_fluent_crop_arrow_rotate_24_regular:before {
    content: "\f05ea";
}
.icon-ic_fluent_desktop_off_20_regular:before {
    content: "\f05eb";
}
.icon-ic_fluent_desktop_off_24_regular:before {
    content: "\f05ec";
}
.icon-ic_fluent_food_28_regular:before {
    content: "\f05ed";
}
.icon-ic_fluent_food_32_regular:before {
    content: "\f05ee";
}
.icon-ic_fluent_food_48_regular:before {
    content: "\f05ef";
}
.icon-ic_fluent_layer_diagonal_add_24_regular:before {
    content: "\f05f0";
}
.icon-ic_fluent_mail_alert_32_regular:before {
    content: "\f05f1";
}
.icon-ic_fluent_mail_arrow_clockwise_32_regular:before {
    content: "\f05f2";
}
.icon-ic_fluent_person_support_32_regular:before {
    content: "\f05f3";
}
.icon-ic_fluent_tag_off_16_regular:before {
    content: "\f05f4";
}
.icon-ic_fluent_text_column_one_wide_lightning_16_regular:before {
    content: "\f05f5";
}
.icon-ic_fluent_wallet_credit_card_28_regular:before {
    content: "\f05f6";
}
.icon-ic_fluent_wallet_credit_card_48_regular:before {
    content: "\f05f7";
}
.icon-ic_fluent_breakout_room_32_regular:before {
    content: "\f05f8";
}
.icon-ic_fluent_card_ui_portrait_flip_16_regular:before {
    content: "\f05f9";
}
.icon-ic_fluent_card_ui_portrait_flip_20_regular:before {
    content: "\f05fa";
}
.icon-ic_fluent_card_ui_portrait_flip_24_regular:before {
    content: "\f05fb";
}
.icon-ic_fluent_cursor_28_regular:before {
    content: "\f05fc";
}
.icon-ic_fluent_cursor_32_regular:before {
    content: "\f05fd";
}
.icon-ic_fluent_layout_row_two_28_regular:before {
    content: "\f05fe";
}
.icon-ic_fluent_layout_row_two_48_regular:before {
    content: "\f05ff";
}
.icon-ic_fluent_notepad_sparkle_16_regular:before {
    content: "\f0600";
}
.icon-ic_fluent_notepad_sparkle_20_regular:before {
    content: "\f0601";
}
.icon-ic_fluent_notepad_sparkle_24_regular:before {
    content: "\f0602";
}
.icon-ic_fluent_notepad_sparkle_28_regular:before {
    content: "\f0603";
}
.icon-ic_fluent_notepad_sparkle_32_regular:before {
    content: "\f0604";
}
.icon-ic_fluent_paint_brush_28_regular:before {
    content: "\f0605";
}
.icon-ic_fluent_paint_brush_subtract_16_regular:before {
    content: "\f0606";
}
.icon-ic_fluent_paint_brush_subtract_20_regular:before {
    content: "\f0607";
}
.icon-ic_fluent_paint_brush_subtract_24_regular:before {
    content: "\f0608";
}
.icon-ic_fluent_paint_brush_subtract_28_regular:before {
    content: "\f0609";
}
.icon-ic_fluent_paint_brush_subtract_32_regular:before {
    content: "\f060a";
}
.icon-ic_fluent_play_circle_sparkle_16_regular:before {
    content: "\f060b";
}
.icon-ic_fluent_play_circle_sparkle_20_regular:before {
    content: "\f060c";
}
.icon-ic_fluent_play_circle_sparkle_24_regular:before {
    content: "\f060d";
}
.icon-ic_fluent_replay_16_regular:before {
    content: "\f060e";
}
.icon-ic_fluent_replay_24_regular:before {
    content: "\f060f";
}
.icon-ic_fluent_replay_28_regular:before {
    content: "\f0610";
}
.icon-ic_fluent_replay_32_regular:before {
    content: "\f0611";
}
.icon-ic_fluent_send_person_16_regular:before {
    content: "\f0612";
}
.icon-ic_fluent_send_person_20_regular:before {
    content: "\f0613";
}
.icon-ic_fluent_send_person_24_regular:before {
    content: "\f0614";
}
.icon-ic_fluent_square_dovetail_joint_12_regular:before {
    content: "\f0615";
}
.icon-ic_fluent_square_dovetail_joint_16_regular:before {
    content: "\f0616";
}
.icon-ic_fluent_square_dovetail_joint_20_regular:before {
    content: "\f0617";
}
.icon-ic_fluent_square_dovetail_joint_24_regular:before {
    content: "\f0618";
}
.icon-ic_fluent_square_dovetail_joint_28_regular:before {
    content: "\f0619";
}
.icon-ic_fluent_square_dovetail_joint_32_regular:before {
    content: "\f061a";
}
.icon-ic_fluent_square_dovetail_joint_48_regular:before {
    content: "\f061b";
}
.icon-ic_fluent_table_cursor_16_regular:before {
    content: "\f061c";
}
.icon-ic_fluent_table_cursor_20_regular:before {
    content: "\f061d";
}
.icon-ic_fluent_table_cursor_24_regular:before {
    content: "\f061e";
}
.icon-ic_fluent_transparency_square_20_regular:before {
    content: "\f061f";
}
.icon-ic_fluent_transparency_square_24_regular:before {
    content: "\f0620";
}
.icon-ic_fluent_arrow_collapse_all_16_regular:before {
    content: "\f0621";
}
.icon-ic_fluent_arrow_expand_all_16_regular:before {
    content: "\f0622";
}
.icon-ic_fluent_arrow_expand_all_20_regular:before {
    content: "\f0623";
}
.icon-ic_fluent_arrow_expand_all_24_regular:before {
    content: "\f0624";
}
.icon-ic_fluent_chat_arrow_back_down_16_regular:before {
    content: "\f0625";
}
.icon-ic_fluent_chat_arrow_back_down_20_regular:before {
    content: "\f0626";
}
.icon-ic_fluent_chat_arrow_back_down_24_regular:before {
    content: "\f0627";
}
.icon-ic_fluent_chat_arrow_back_down_28_regular:before {
    content: "\f0628";
}
.icon-ic_fluent_chat_arrow_back_down_32_regular:before {
    content: "\f0629";
}
.icon-ic_fluent_chat_arrow_back_down_48_regular:before {
    content: "\f062a";
}
.icon-ic_fluent_desktop_arrow_down_32_regular:before {
    content: "\f062b";
}
.icon-ic_fluent_edit_line_horizontal_3_20_regular:before {
    content: "\f062c";
}
.icon-ic_fluent_edit_line_horizontal_3_24_regular:before {
    content: "\f062d";
}
.icon-ic_fluent_gift_open_32_regular:before {
    content: "\f062e";
}
.icon-ic_fluent_prompt_16_regular:before {
    content: "\f062f";
}
.icon-ic_fluent_prompt_20_regular:before {
    content: "\f0630";
}
.icon-ic_fluent_prompt_24_regular:before {
    content: "\f0631";
}
.icon-ic_fluent_prompt_28_regular:before {
    content: "\f0632";
}
.icon-ic_fluent_prompt_32_regular:before {
    content: "\f0633";
}
.icon-ic_fluent_prompt_48_regular:before {
    content: "\f0634";
}
.icon-ic_fluent_search_sparkle_16_regular:before {
    content: "\f0635";
}
.icon-ic_fluent_search_sparkle_20_regular:before {
    content: "\f0636";
}
.icon-ic_fluent_search_sparkle_24_regular:before {
    content: "\f0637";
}
.icon-ic_fluent_search_sparkle_28_regular:before {
    content: "\f0638";
}
.icon-ic_fluent_search_sparkle_32_regular:before {
    content: "\f0639";
}
.icon-ic_fluent_search_sparkle_48_regular:before {
    content: "\f063a";
}
.icon-ic_fluent_slide_text_call_16_regular:before {
    content: "\f063b";
}
.icon-ic_fluent_slide_text_call_20_regular:before {
    content: "\f063c";
}
.icon-ic_fluent_slide_text_call_24_regular:before {
    content: "\f063d";
}
.icon-ic_fluent_slide_text_call_28_regular:before {
    content: "\f063e";
}
.icon-ic_fluent_slide_text_call_48_regular:before {
    content: "\f063f";
}
.icon-ic_fluent_slide_text_cursor_20_regular:before {
    content: "\f0640";
}
.icon-ic_fluent_slide_text_cursor_24_regular:before {
    content: "\f0641";
}
.icon-ic_fluent_vehicle_motorcycle_16_regular:before {
    content: "\f0642";
}
.icon-ic_fluent_vehicle_motorcycle_20_regular:before {
    content: "\f0643";
}
.icon-ic_fluent_vehicle_motorcycle_24_regular:before {
    content: "\f0644";
}
.icon-ic_fluent_vehicle_motorcycle_28_regular:before {
    content: "\f0645";
}
.icon-ic_fluent_vehicle_motorcycle_32_regular:before {
    content: "\f0646";
}
.icon-ic_fluent_vehicle_motorcycle_48_regular:before {
    content: "\f0647";
}
.icon-ic_fluent_accessibility_more_16_regular:before {
    content: "\f0648";
}
.icon-ic_fluent_accessibility_more_20_regular:before {
    content: "\f0649";
}
.icon-ic_fluent_accessibility_more_24_regular:before {
    content: "\f064a";
}
.icon-ic_fluent_battery_0_28_regular:before {
    content: "\f064b";
}
.icon-ic_fluent_battery_0_32_regular:before {
    content: "\f064c";
}
.icon-ic_fluent_battery_1_28_regular:before {
    content: "\f064d";
}
.icon-ic_fluent_battery_1_32_regular:before {
    content: "\f064e";
}
.icon-ic_fluent_battery_10_28_regular:before {
    content: "\f064f";
}
.icon-ic_fluent_battery_10_32_regular:before {
    content: "\f0650";
}
.icon-ic_fluent_battery_2_28_regular:before {
    content: "\f0651";
}
.icon-ic_fluent_battery_2_32_regular:before {
    content: "\f0652";
}
.icon-ic_fluent_battery_3_28_regular:before {
    content: "\f0653";
}
.icon-ic_fluent_battery_3_32_regular:before {
    content: "\f0654";
}
.icon-ic_fluent_battery_4_28_regular:before {
    content: "\f0655";
}
.icon-ic_fluent_battery_4_32_regular:before {
    content: "\f0656";
}
.icon-ic_fluent_battery_5_28_regular:before {
    content: "\f0657";
}
.icon-ic_fluent_battery_5_32_regular:before {
    content: "\f0658";
}
.icon-ic_fluent_battery_6_28_regular:before {
    content: "\f0659";
}
.icon-ic_fluent_battery_6_32_regular:before {
    content: "\f065a";
}
.icon-ic_fluent_battery_7_28_regular:before {
    content: "\f065b";
}
.icon-ic_fluent_battery_7_32_regular:before {
    content: "\f065c";
}
.icon-ic_fluent_battery_8_28_regular:before {
    content: "\f065d";
}
.icon-ic_fluent_battery_8_32_regular:before {
    content: "\f065e";
}
.icon-ic_fluent_battery_9_28_regular:before {
    content: "\f065f";
}
.icon-ic_fluent_battery_9_32_regular:before {
    content: "\f0660";
}
.icon-ic_fluent_battery_charge_28_regular:before {
    content: "\f0661";
}
.icon-ic_fluent_battery_charge_32_regular:before {
    content: "\f0662";
}
.icon-ic_fluent_coin_stack_16_regular:before {
    content: "\f0663";
}
.icon-ic_fluent_coin_stack_20_regular:before {
    content: "\f0664";
}
.icon-ic_fluent_coin_stack_24_regular:before {
    content: "\f0665";
}
.icon-ic_fluent_database_arrow_up_16_regular:before {
    content: "\f0666";
}
.icon-ic_fluent_paint_brush_12_regular:before {
    content: "\f0667";
}
.icon-ic_fluent_panel_right_12_regular:before {
    content: "\f0668";
}
.icon-ic_fluent_people_edit_32_regular:before {
    content: "\f0669";
}
.icon-ic_fluent_person_mail_32_regular:before {
    content: "\f066a";
}
.icon-ic_fluent_puzzle_piece_12_regular:before {
    content: "\f066b";
}
.icon-ic_fluent_game_chat_20_regular:before {
    content: "\f066c";
}
.icon-ic_fluent_person_home_16_regular:before {
    content: "\f066d";
}
.icon-ic_fluent_person_home_20_regular:before {
    content: "\f066e";
}
.icon-ic_fluent_person_home_24_regular:before {
    content: "\f066f";
}
.icon-ic_fluent_person_home_28_regular:before {
    content: "\f0670";
}
.icon-ic_fluent_person_home_32_regular:before {
    content: "\f0671";
}
.icon-ic_fluent_person_home_48_regular:before {
    content: "\f0672";
}
.icon-ic_fluent_teaching_20_regular:before {
    content: "\f0673";
}
.icon-ic_fluent_edit_lock_16_regular:before {
    content: "\f0674";
}
.icon-ic_fluent_edit_lock_20_regular:before {
    content: "\f0675";
}
.icon-ic_fluent_edit_lock_24_regular:before {
    content: "\f0676";
}
.icon-ic_fluent_layout_row_two_settings_20_regular:before {
    content: "\f0677";
}
.icon-ic_fluent_layout_row_two_settings_24_regular:before {
    content: "\f0678";
}
.icon-ic_fluent_layout_row_two_settings_28_regular:before {
    content: "\f0679";
}
.icon-ic_fluent_layout_row_two_settings_32_regular:before {
    content: "\f067a";
}
.icon-ic_fluent_presence_tentative_10_regular:before {
    content: "\f067b";
}
.icon-ic_fluent_presence_tentative_12_regular:before {
    content: "\f067c";
}
.icon-ic_fluent_presence_tentative_16_regular:before {
    content: "\f067d";
}
.icon-ic_fluent_presence_tentative_20_regular:before {
    content: "\f067e";
}
.icon-ic_fluent_presence_tentative_24_regular:before {
    content: "\f067f";
}
.icon-ic_fluent_shield_add_28_regular:before {
    content: "\f0680";
}
.icon-ic_fluent_shield_add_32_regular:before {
    content: "\f0681";
}
.icon-ic_fluent_shield_add_48_regular:before {
    content: "\f0682";
}
.icon-ic_fluent_shield_checkmark_32_regular:before {
    content: "\f0683";
}
.icon-ic_fluent_shield_task_32_regular:before {
    content: "\f0684";
}
.icon-ic_fluent_toolbox_32_regular:before {
    content: "\f0685";
}
.icon-ic_fluent_warning_lock_open_16_regular:before {
    content: "\f0686";
}
.icon-ic_fluent_warning_lock_open_20_regular:before {
    content: "\f0687";
}
.icon-ic_fluent_warning_lock_open_24_regular:before {
    content: "\f0688";
}
.icon-ic_fluent_person_board_add_20_regular:before {
    content: "\f0689";
}
.icon-ic_fluent_person_square_add_16_regular:before {
    content: "\f068a";
}
.icon-ic_fluent_person_square_add_20_regular:before {
    content: "\f068b";
}
.icon-ic_fluent_person_square_add_24_regular:before {
    content: "\f068c";
}
.icon-ic_fluent_airplane_16_regular:before {
    content: "\f068d";
}
.icon-ic_fluent_airplane_28_regular:before {
    content: "\f068e";
}
.icon-ic_fluent_airplane_32_regular:before {
    content: "\f068f";
}
.icon-ic_fluent_airplane_48_regular:before {
    content: "\f0690";
}
.icon-ic_fluent_globe_off_12_regular:before {
    content: "\f0691";
}
.icon-ic_fluent_globe_off_16_regular:before {
    content: "\f0692";
}
.icon-ic_fluent_globe_off_20_regular:before {
    content: "\f0693";
}
.icon-ic_fluent_globe_off_24_regular:before {
    content: "\f0694";
}
.icon-ic_fluent_globe_off_28_regular:before {
    content: "\f0695";
}
.icon-ic_fluent_globe_off_32_regular:before {
    content: "\f0696";
}
.icon-ic_fluent_globe_off_48_regular:before {
    content: "\f0697";
}
.icon-ic_fluent_hat_graduation_32_regular:before {
    content: "\f0698";
}
.icon-ic_fluent_hat_graduation_48_regular:before {
    content: "\f0699";
}
.icon-ic_fluent_person_board_add_16_regular:before {
    content: "\f069a";
}
.icon-ic_fluent_person_board_add_24_regular:before {
    content: "\f069b";
}
.icon-ic_fluent_person_board_add_28_regular:before {
    content: "\f069c";
}
.icon-ic_fluent_person_board_add_32_regular:before {
    content: "\f069d";
}
.icon-ic_fluent_shopping_bag_28_regular:before {
    content: "\f069e";
}
.icon-ic_fluent_shopping_bag_32_regular:before {
    content: "\f069f";
}
.icon-ic_fluent_shopping_bag_48_regular:before {
    content: "\f06a0";
}
.icon-ic_fluent_shopping_bag_tag_16_regular:before {
    content: "\f06a1";
}
.icon-ic_fluent_shopping_bag_tag_28_regular:before {
    content: "\f06a2";
}
.icon-ic_fluent_shopping_bag_tag_32_regular:before {
    content: "\f06a3";
}
.icon-ic_fluent_shopping_bag_tag_48_regular:before {
    content: "\f06a4";
}
.icon-ic_fluent_teaching_16_regular:before {
    content: "\f06a5";
}
.icon-ic_fluent_teaching_24_regular:before {
    content: "\f06a6";
}
.icon-ic_fluent_teaching_28_regular:before {
    content: "\f06a7";
}
.icon-ic_fluent_teaching_32_regular:before {
    content: "\f06a8";
}
.icon-ic_fluent_teaching_48_regular:before {
    content: "\f06a9";
}
.icon-ic_fluent_window_brush_20_regular:before {
    content: "\f06aa";
}
.icon-ic_fluent_window_brush_24_regular:before {
    content: "\f06ab";
}
.icon-ic_fluent_window_column_one_fourth_left_20_regular:before {
    content: "\f06ac";
}
@font-face {
    font-family: "FluentSystemIcons-Filled";
    src: url("../libs/tsp/jslibs/fluentui/fluentui-system-icons/fonts/FluentSystemIcons-Filled.woff2?0027ea9fdc5abc121b4069e76342e913") format("woff2"),
url("../libs/tsp/jslibs/fluentui/fluentui-system-icons/fonts/FluentSystemIcons-Filled.woff?0027ea9fdc5abc121b4069e76342e913") format("woff"),
url("../libs/tsp/jslibs/fluentui/fluentui-system-icons/fonts/FluentSystemIcons-Filled.ttf?0027ea9fdc5abc121b4069e76342e913") format("truetype");
}

i[class*="icon-"][class*="_filled"]:before ,i[class*=" icon-"][class*="_filled"]:before {
    font-family: FluentSystemIcons-Filled !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ic_fluent_access_time_24_filled:before {
    content: "\f101";
}
.icon-ic_fluent_accessibility_16_filled:before {
    content: "\f102";
}
.icon-ic_fluent_accessibility_20_filled:before {
    content: "\f103";
}
.icon-ic_fluent_accessibility_24_filled:before {
    content: "\f104";
}
.icon-ic_fluent_accessibility_28_filled:before {
    content: "\f105";
}
.icon-ic_fluent_add_12_filled:before {
    content: "\f107";
}
.icon-ic_fluent_add_16_filled:before {
    content: "\f108";
}
.icon-ic_fluent_add_20_filled:before {
    content: "\f109";
}
.icon-ic_fluent_add_24_filled:before {
    content: "\f10a";
}
.icon-ic_fluent_add_28_filled:before {
    content: "\f10b";
}
.icon-ic_fluent_add_circle_20_filled:before {
    content: "\f10c";
}
.icon-ic_fluent_add_circle_24_filled:before {
    content: "\f10d";
}
.icon-ic_fluent_add_circle_28_filled:before {
    content: "\f10e";
}
.icon-ic_fluent_airplane_20_filled:before {
    content: "\f10f";
}
.icon-ic_fluent_airplane_24_filled:before {
    content: "\f110";
}
.icon-ic_fluent_airplane_take_off_16_filled:before {
    content: "\f111";
}
.icon-ic_fluent_airplane_take_off_20_filled:before {
    content: "\f112";
}
.icon-ic_fluent_airplane_take_off_24_filled:before {
    content: "\f113";
}
.icon-ic_fluent_alert_20_filled:before {
    content: "\f114";
}
.icon-ic_fluent_alert_24_filled:before {
    content: "\f115";
}
.icon-ic_fluent_alert_28_filled:before {
    content: "\f116";
}
.icon-ic_fluent_alert_off_16_filled:before {
    content: "\f117";
}
.icon-ic_fluent_alert_off_20_filled:before {
    content: "\f118";
}
.icon-ic_fluent_alert_off_24_filled:before {
    content: "\f119";
}
.icon-ic_fluent_alert_off_28_filled:before {
    content: "\f11a";
}
.icon-ic_fluent_alert_on_24_filled:before {
    content: "\f11b";
}
.icon-ic_fluent_alert_snooze_20_filled:before {
    content: "\f11c";
}
.icon-ic_fluent_alert_snooze_24_filled:before {
    content: "\f11d";
}
.icon-ic_fluent_alert_urgent_20_filled:before {
    content: "\f11e";
}
.icon-ic_fluent_alert_urgent_24_filled:before {
    content: "\f11f";
}
.icon-ic_fluent_animal_dog_20_filled:before {
    content: "\f120";
}
.icon-ic_fluent_animal_dog_24_filled:before {
    content: "\f121";
}
.icon-ic_fluent_app_folder_20_filled:before {
    content: "\f122";
}
.icon-ic_fluent_app_folder_24_filled:before {
    content: "\f123";
}
.icon-ic_fluent_app_generic_24_filled:before {
    content: "\f124";
}
.icon-ic_fluent_app_recent_24_filled:before {
    content: "\f125";
}
.icon-ic_fluent_app_store_24_filled:before {
    content: "\f12a";
}
.icon-ic_fluent_app_title_24_filled:before {
    content: "\f12b";
}
.icon-ic_fluent_approvals_app_24_filled:before {
    content: "\f130";
}
.icon-ic_fluent_approvals_app_28_filled:before {
    content: "\f131";
}
.icon-ic_fluent_apps_16_filled:before {
    content: "\f132";
}
.icon-ic_fluent_apps_20_filled:before {
    content: "\f133";
}
.icon-ic_fluent_apps_24_filled:before {
    content: "\f134";
}
.icon-ic_fluent_apps_28_filled:before {
    content: "\f135";
}
.icon-ic_fluent_apps_add_in_20_filled:before {
    content: "\f136";
}
.icon-ic_fluent_apps_add_in_24_filled:before {
    content: "\f137";
}
.icon-ic_fluent_apps_list_24_filled:before {
    content: "\f138";
}
.icon-ic_fluent_archive_20_filled:before {
    content: "\f139";
}
.icon-ic_fluent_archive_24_filled:before {
    content: "\f13a";
}
.icon-ic_fluent_archive_28_filled:before {
    content: "\f13b";
}
.icon-ic_fluent_archive_48_filled:before {
    content: "\f13c";
}
.icon-ic_fluent_arrow_clockwise_20_filled:before {
    content: "\f13d";
}
.icon-ic_fluent_arrow_clockwise_24_filled:before {
    content: "\f13e";
}
.icon-ic_fluent_arrow_counterclockwise_20_filled:before {
    content: "\f13f";
}
.icon-ic_fluent_arrow_counterclockwise_24_filled:before {
    content: "\f140";
}
.icon-ic_fluent_arrow_curve_down_left_20_filled:before {
    content: "\f141";
}
.icon-ic_fluent_arrow_curve_down_right_20_filled:before {
    content: "\f142";
}
.icon-ic_fluent_arrow_curve_up_left_20_filled:before {
    content: "\f145";
}
.icon-ic_fluent_arrow_curve_up_right_20_filled:before {
    content: "\f146";
}
.icon-ic_fluent_arrow_down_16_filled:before {
    content: "\f147";
}
.icon-ic_fluent_arrow_down_20_filled:before {
    content: "\f148";
}
.icon-ic_fluent_arrow_down_24_filled:before {
    content: "\f149";
}
.icon-ic_fluent_arrow_down_28_filled:before {
    content: "\f14a";
}
.icon-ic_fluent_arrow_down_left_24_filled:before {
    content: "\f14b";
}
.icon-ic_fluent_arrow_download_16_filled:before {
    content: "\f14f";
}
.icon-ic_fluent_arrow_download_20_filled:before {
    content: "\f150";
}
.icon-ic_fluent_arrow_download_24_filled:before {
    content: "\f151";
}
.icon-ic_fluent_arrow_download_48_filled:before {
    content: "\f152";
}
.icon-ic_fluent_arrow_expand_24_filled:before {
    content: "\f154";
}
.icon-ic_fluent_arrow_forward_16_filled:before {
    content: "\f156";
}
.icon-ic_fluent_arrow_forward_20_filled:before {
    content: "\f157";
}
.icon-ic_fluent_arrow_forward_24_filled:before {
    content: "\f158";
}
.icon-ic_fluent_arrow_import_20_filled:before {
    content: "\f159";
}
.icon-ic_fluent_arrow_import_24_filled:before {
    content: "\f15a";
}
.icon-ic_fluent_arrow_left_20_filled:before {
    content: "\f15b";
}
.icon-ic_fluent_arrow_left_24_filled:before {
    content: "\f15c";
}
.icon-ic_fluent_arrow_left_28_filled:before {
    content: "\f15d";
}
.icon-ic_fluent_arrow_maximize_16_filled:before {
    content: "\f15e";
}
.icon-ic_fluent_arrow_maximize_20_filled:before {
    content: "\f15f";
}
.icon-ic_fluent_arrow_maximize_24_filled:before {
    content: "\f160";
}
.icon-ic_fluent_arrow_maximize_28_filled:before {
    content: "\f161";
}
.icon-ic_fluent_arrow_maximize_vertical_20_filled:before {
    content: "\f162";
}
.icon-ic_fluent_arrow_maximize_vertical_24_filled:before {
    content: "\f163";
}
.icon-ic_fluent_arrow_minimize_16_filled:before {
    content: "\f164";
}
.icon-ic_fluent_arrow_minimize_20_filled:before {
    content: "\f165";
}
.icon-ic_fluent_arrow_minimize_24_filled:before {
    content: "\f166";
}
.icon-ic_fluent_arrow_minimize_28_filled:before {
    content: "\f167";
}
.icon-ic_fluent_arrow_minimize_vertical_24_filled:before {
    content: "\f168";
}
.icon-ic_fluent_arrow_move_24_filled:before {
    content: "\f169";
}
.icon-ic_fluent_arrow_next_20_filled:before {
    content: "\f16a";
}
.icon-ic_fluent_arrow_next_24_filled:before {
    content: "\f16b";
}
.icon-ic_fluent_arrow_previous_20_filled:before {
    content: "\f16c";
}
.icon-ic_fluent_arrow_previous_24_filled:before {
    content: "\f16d";
}
.icon-ic_fluent_arrow_redo_20_filled:before {
    content: "\f16e";
}
.icon-ic_fluent_arrow_redo_24_filled:before {
    content: "\f16f";
}
.icon-ic_fluent_arrow_repeat_all_16_filled:before {
    content: "\f170";
}
.icon-ic_fluent_arrow_repeat_all_20_filled:before {
    content: "\f171";
}
.icon-ic_fluent_arrow_repeat_all_24_filled:before {
    content: "\f172";
}
.icon-ic_fluent_arrow_repeat_all_off_16_filled:before {
    content: "\f173";
}
.icon-ic_fluent_arrow_repeat_all_off_20_filled:before {
    content: "\f174";
}
.icon-ic_fluent_arrow_repeat_all_off_24_filled:before {
    content: "\f175";
}
.icon-ic_fluent_arrow_reply_16_filled:before {
    content: "\f176";
}
.icon-ic_fluent_arrow_reply_20_filled:before {
    content: "\f177";
}
.icon-ic_fluent_arrow_reply_24_filled:before {
    content: "\f178";
}
.icon-ic_fluent_arrow_reply_48_filled:before {
    content: "\f179";
}
.icon-ic_fluent_arrow_reply_all_16_filled:before {
    content: "\f17a";
}
.icon-ic_fluent_arrow_reply_all_20_filled:before {
    content: "\f17b";
}
.icon-ic_fluent_arrow_reply_all_24_filled:before {
    content: "\f17c";
}
.icon-ic_fluent_arrow_reply_all_48_filled:before {
    content: "\f17d";
}
.icon-ic_fluent_arrow_reply_down_16_filled:before {
    content: "\f17e";
}
.icon-ic_fluent_arrow_reply_down_20_filled:before {
    content: "\f17f";
}
.icon-ic_fluent_arrow_reply_down_24_filled:before {
    content: "\f180";
}
.icon-ic_fluent_arrow_right_20_filled:before {
    content: "\f181";
}
.icon-ic_fluent_arrow_right_24_filled:before {
    content: "\f182";
}
.icon-ic_fluent_arrow_right_28_filled:before {
    content: "\f183";
}
.icon-ic_fluent_arrow_rotate_clockwise_20_filled:before {
    content: "\f185";
}
.icon-ic_fluent_arrow_rotate_clockwise_24_filled:before {
    content: "\f186";
}
.icon-ic_fluent_arrow_rotate_counterclockwise_20_filled:before {
    content: "\f187";
}
.icon-ic_fluent_arrow_rotate_counterclockwise_24_filled:before {
    content: "\f188";
}
.icon-ic_fluent_arrow_sort_20_filled:before {
    content: "\f18a";
}
.icon-ic_fluent_arrow_sort_24_filled:before {
    content: "\f18b";
}
.icon-ic_fluent_arrow_sort_28_filled:before {
    content: "\f18c";
}
.icon-ic_fluent_arrow_swap_20_filled:before {
    content: "\f18d";
}
.icon-ic_fluent_arrow_swap_24_filled:before {
    content: "\f18e";
}
.icon-ic_fluent_arrow_sync_12_filled:before {
    content: "\f18f";
}
.icon-ic_fluent_arrow_sync_20_filled:before {
    content: "\f190";
}
.icon-ic_fluent_arrow_sync_24_filled:before {
    content: "\f191";
}
.icon-ic_fluent_arrow_sync_circle_16_filled:before {
    content: "\f192";
}
.icon-ic_fluent_arrow_sync_circle_20_filled:before {
    content: "\f193";
}
.icon-ic_fluent_arrow_sync_circle_24_filled:before {
    content: "\f194";
}
.icon-ic_fluent_arrow_sync_off_12_filled:before {
    content: "\f195";
}
.icon-ic_fluent_arrow_trending_16_filled:before {
    content: "\f196";
}
.icon-ic_fluent_arrow_trending_20_filled:before {
    content: "\f197";
}
.icon-ic_fluent_arrow_trending_24_filled:before {
    content: "\f198";
}
.icon-ic_fluent_arrow_undo_20_filled:before {
    content: "\f199";
}
.icon-ic_fluent_arrow_undo_24_filled:before {
    content: "\f19a";
}
.icon-ic_fluent_arrow_up_20_filled:before {
    content: "\f19b";
}
.icon-ic_fluent_arrow_up_24_filled:before {
    content: "\f19c";
}
.icon-ic_fluent_arrow_up_28_filled:before {
    content: "\f19d";
}
.icon-ic_fluent_arrow_up_left_24_filled:before {
    content: "\f1a1";
}
.icon-ic_fluent_arrow_up_right_24_filled:before {
    content: "\f1a3";
}
.icon-ic_fluent_arrow_upload_20_filled:before {
    content: "\f1a4";
}
.icon-ic_fluent_arrow_upload_24_filled:before {
    content: "\f1a5";
}
.icon-ic_fluent_arrows_bidirectional_24_filled:before {
    content: "\f1a6";
}
.icon-ic_fluent_attach_16_filled:before {
    content: "\f1a8";
}
.icon-ic_fluent_attach_20_filled:before {
    content: "\f1a9";
}
.icon-ic_fluent_attach_24_filled:before {
    content: "\f1aa";
}
.icon-ic_fluent_autocorrect_24_filled:before {
    content: "\f1ae";
}
.icon-ic_fluent_autosum_20_filled:before {
    content: "\f1af";
}
.icon-ic_fluent_autosum_24_filled:before {
    content: "\f1b0";
}
.icon-ic_fluent_backspace_20_filled:before {
    content: "\f1b1";
}
.icon-ic_fluent_backspace_24_filled:before {
    content: "\f1b2";
}
.icon-ic_fluent_badge_24_filled:before {
    content: "\f1b5";
}
.icon-ic_fluent_balloon_20_filled:before {
    content: "\f1b6";
}
.icon-ic_fluent_balloon_24_filled:before {
    content: "\f1b7";
}
.icon-ic_fluent_battery_0_20_filled:before {
    content: "\f1bb";
}
.icon-ic_fluent_battery_0_24_filled:before {
    content: "\f1bc";
}
.icon-ic_fluent_battery_1_20_filled:before {
    content: "\f1bd";
}
.icon-ic_fluent_battery_1_24_filled:before {
    content: "\f1be";
}
.icon-ic_fluent_battery_2_20_filled:before {
    content: "\f1bf";
}
.icon-ic_fluent_battery_2_24_filled:before {
    content: "\f1c0";
}
.icon-ic_fluent_battery_3_20_filled:before {
    content: "\f1c1";
}
.icon-ic_fluent_battery_3_24_filled:before {
    content: "\f1c2";
}
.icon-ic_fluent_battery_4_20_filled:before {
    content: "\f1c3";
}
.icon-ic_fluent_battery_4_24_filled:before {
    content: "\f1c4";
}
.icon-ic_fluent_battery_5_20_filled:before {
    content: "\f1c5";
}
.icon-ic_fluent_battery_5_24_filled:before {
    content: "\f1c6";
}
.icon-ic_fluent_battery_6_20_filled:before {
    content: "\f1c7";
}
.icon-ic_fluent_battery_6_24_filled:before {
    content: "\f1c8";
}
.icon-ic_fluent_battery_7_20_filled:before {
    content: "\f1c9";
}
.icon-ic_fluent_battery_7_24_filled:before {
    content: "\f1ca";
}
.icon-ic_fluent_battery_8_20_filled:before {
    content: "\f1cb";
}
.icon-ic_fluent_battery_8_24_filled:before {
    content: "\f1cc";
}
.icon-ic_fluent_battery_9_20_filled:before {
    content: "\f1cd";
}
.icon-ic_fluent_battery_9_24_filled:before {
    content: "\f1ce";
}
.icon-ic_fluent_battery_charge_20_filled:before {
    content: "\f1cf";
}
.icon-ic_fluent_battery_charge_24_filled:before {
    content: "\f1d0";
}
.icon-ic_fluent_battery_saver_20_filled:before {
    content: "\f1d3";
}
.icon-ic_fluent_battery_saver_24_filled:before {
    content: "\f1d4";
}
.icon-ic_fluent_battery_warning_24_filled:before {
    content: "\f1d5";
}
.icon-ic_fluent_beaker_16_filled:before {
    content: "\f1d6";
}
.icon-ic_fluent_beaker_20_filled:before {
    content: "\f1d7";
}
.icon-ic_fluent_beaker_24_filled:before {
    content: "\f1d8";
}
.icon-ic_fluent_bed_20_filled:before {
    content: "\f1d9";
}
.icon-ic_fluent_bed_24_filled:before {
    content: "\f1da";
}
.icon-ic_fluent_bluetooth_20_filled:before {
    content: "\f1de";
}
.icon-ic_fluent_bluetooth_24_filled:before {
    content: "\f1df";
}
.icon-ic_fluent_bluetooth_connected_24_filled:before {
    content: "\f1e0";
}
.icon-ic_fluent_bluetooth_disabled_24_filled:before {
    content: "\f1e1";
}
.icon-ic_fluent_bluetooth_searching_24_filled:before {
    content: "\f1e2";
}
.icon-ic_fluent_board_24_filled:before {
    content: "\f1e3";
}
.icon-ic_fluent_book_globe_24_filled:before {
    content: "\f1f0";
}
.icon-ic_fluent_book_number_16_filled:before {
    content: "\f1f1";
}
.icon-ic_fluent_book_number_20_filled:before {
    content: "\f1f2";
}
.icon-ic_fluent_book_number_24_filled:before {
    content: "\f1f3";
}
.icon-ic_fluent_bookmark_16_filled:before {
    content: "\f1f4";
}
.icon-ic_fluent_bookmark_20_filled:before {
    content: "\f1f5";
}
.icon-ic_fluent_bookmark_24_filled:before {
    content: "\f1f6";
}
.icon-ic_fluent_bookmark_28_filled:before {
    content: "\f1f7";
}
.icon-ic_fluent_bookmark_off_24_filled:before {
    content: "\f1f8";
}
.icon-ic_fluent_bot_24_filled:before {
    content: "\f1f9";
}
.icon-ic_fluent_bot_add_24_filled:before {
    content: "\f1fa";
}
.icon-ic_fluent_branch_24_filled:before {
    content: "\f1fb";
}
.icon-ic_fluent_briefcase_20_filled:before {
    content: "\f1fc";
}
.icon-ic_fluent_briefcase_24_filled:before {
    content: "\f1fd";
}
.icon-ic_fluent_broad_activity_feed_24_filled:before {
    content: "\f200";
}
.icon-ic_fluent_broom_20_filled:before {
    content: "\f201";
}
.icon-ic_fluent_broom_24_filled:before {
    content: "\f202";
}
.icon-ic_fluent_building_24_filled:before {
    content: "\f205";
}
.icon-ic_fluent_building_retail_24_filled:before {
    content: "\f209";
}
.icon-ic_fluent_calculator_20_filled:before {
    content: "\f20a";
}
.icon-ic_fluent_calendar_3_day_20_filled:before {
    content: "\f20e";
}
.icon-ic_fluent_calendar_3_day_24_filled:before {
    content: "\f20f";
}
.icon-ic_fluent_calendar_3_day_28_filled:before {
    content: "\f210";
}
.icon-ic_fluent_calendar_add_20_filled:before {
    content: "\f211";
}
.icon-ic_fluent_calendar_add_24_filled:before {
    content: "\f212";
}
.icon-ic_fluent_calendar_agenda_20_filled:before {
    content: "\f213";
}
.icon-ic_fluent_calendar_agenda_24_filled:before {
    content: "\f214";
}
.icon-ic_fluent_calendar_agenda_28_filled:before {
    content: "\f215";
}
.icon-ic_fluent_calendar_arrow_right_20_filled:before {
    content: "\f216";
}
.icon-ic_fluent_calendar_assistant_20_filled:before {
    content: "\f217";
}
.icon-ic_fluent_calendar_assistant_24_filled:before {
    content: "\f218";
}
.icon-ic_fluent_calendar_cancel_20_filled:before {
    content: "\f219";
}
.icon-ic_fluent_calendar_cancel_24_filled:before {
    content: "\f21a";
}
.icon-ic_fluent_calendar_checkmark_16_filled:before {
    content: "\f21b";
}
.icon-ic_fluent_calendar_checkmark_20_filled:before {
    content: "\f21c";
}
.icon-ic_fluent_calendar_clock_20_filled:before {
    content: "\f21d";
}
.icon-ic_fluent_calendar_clock_24_filled:before {
    content: "\f21e";
}
.icon-ic_fluent_calendar_day_20_filled:before {
    content: "\f222";
}
.icon-ic_fluent_calendar_day_24_filled:before {
    content: "\f223";
}
.icon-ic_fluent_calendar_day_28_filled:before {
    content: "\f224";
}
.icon-ic_fluent_calendar_empty_16_filled:before {
    content: "\f225";
}
.icon-ic_fluent_calendar_empty_20_filled:before {
    content: "\f226";
}
.icon-ic_fluent_calendar_empty_24_filled:before {
    content: "\f227";
}
.icon-ic_fluent_calendar_empty_28_filled:before {
    content: "\f228";
}
.icon-ic_fluent_calendar_month_20_filled:before {
    content: "\f22a";
}
.icon-ic_fluent_calendar_month_24_filled:before {
    content: "\f22b";
}
.icon-ic_fluent_calendar_month_28_filled:before {
    content: "\f22c";
}
.icon-ic_fluent_calendar_multiple_20_filled:before {
    content: "\f22d";
}
.icon-ic_fluent_calendar_multiple_24_filled:before {
    content: "\f22e";
}
.icon-ic_fluent_calendar_person_20_filled:before {
    content: "\f230";
}
.icon-ic_fluent_calendar_reply_16_filled:before {
    content: "\f231";
}
.icon-ic_fluent_calendar_reply_20_filled:before {
    content: "\f232";
}
.icon-ic_fluent_calendar_reply_24_filled:before {
    content: "\f233";
}
.icon-ic_fluent_calendar_reply_28_filled:before {
    content: "\f234";
}
.icon-ic_fluent_calendar_settings_20_filled:before {
    content: "\f235";
}
.icon-ic_fluent_calendar_star_20_filled:before {
    content: "\f236";
}
.icon-ic_fluent_calendar_star_24_filled:before {
    content: "\f237";
}
.icon-ic_fluent_calendar_sync_16_filled:before {
    content: "\f238";
}
.icon-ic_fluent_calendar_sync_20_filled:before {
    content: "\f239";
}
.icon-ic_fluent_calendar_sync_24_filled:before {
    content: "\f23a";
}
.icon-ic_fluent_calendar_today_16_filled:before {
    content: "\f23b";
}
.icon-ic_fluent_calendar_today_20_filled:before {
    content: "\f23c";
}
.icon-ic_fluent_calendar_today_24_filled:before {
    content: "\f23d";
}
.icon-ic_fluent_calendar_today_28_filled:before {
    content: "\f23e";
}
.icon-ic_fluent_calendar_week_numbers_24_filled:before {
    content: "\f23f";
}
.icon-ic_fluent_calendar_week_start_20_filled:before {
    content: "\f240";
}
.icon-ic_fluent_calendar_week_start_24_filled:before {
    content: "\f241";
}
.icon-ic_fluent_calendar_week_start_28_filled:before {
    content: "\f242";
}
.icon-ic_fluent_calendar_work_week_16_filled:before {
    content: "\f243";
}
.icon-ic_fluent_calendar_work_week_20_filled:before {
    content: "\f244";
}
.icon-ic_fluent_calendar_work_week_24_filled:before {
    content: "\f245";
}
.icon-ic_fluent_call_add_24_filled:before {
    content: "\f246";
}
.icon-ic_fluent_call_end_20_filled:before {
    content: "\f247";
}
.icon-ic_fluent_call_end_24_filled:before {
    content: "\f248";
}
.icon-ic_fluent_call_end_28_filled:before {
    content: "\f249";
}
.icon-ic_fluent_call_forward_24_filled:before {
    content: "\f24a";
}
.icon-ic_fluent_call_inbound_16_filled:before {
    content: "\f24b";
}
.icon-ic_fluent_call_inbound_24_filled:before {
    content: "\f24c";
}
.icon-ic_fluent_call_missed_16_filled:before {
    content: "\f24d";
}
.icon-ic_fluent_call_missed_24_filled:before {
    content: "\f24e";
}
.icon-ic_fluent_call_outbound_16_filled:before {
    content: "\f24f";
}
.icon-ic_fluent_call_outbound_24_filled:before {
    content: "\f250";
}
.icon-ic_fluent_call_park_24_filled:before {
    content: "\f251";
}
.icon-ic_fluent_calligraphy_pen_20_filled:before {
    content: "\f252";
}
.icon-ic_fluent_calligraphy_pen_24_filled:before {
    content: "\f253";
}
.icon-ic_fluent_camera_20_filled:before {
    content: "\f254";
}
.icon-ic_fluent_camera_24_filled:before {
    content: "\f255";
}
.icon-ic_fluent_camera_28_filled:before {
    content: "\f256";
}
.icon-ic_fluent_camera_add_20_filled:before {
    content: "\f257";
}
.icon-ic_fluent_camera_add_24_filled:before {
    content: "\f258";
}
.icon-ic_fluent_camera_add_48_filled:before {
    content: "\f259";
}
.icon-ic_fluent_camera_switch_24_filled:before {
    content: "\f25a";
}
.icon-ic_fluent_caret_down_12_filled:before {
    content: "\f25f";
}
.icon-ic_fluent_caret_down_16_filled:before {
    content: "\f260";
}
.icon-ic_fluent_caret_down_20_filled:before {
    content: "\f261";
}
.icon-ic_fluent_caret_down_24_filled:before {
    content: "\f262";
}
.icon-ic_fluent_caret_left_12_filled:before {
    content: "\f263";
}
.icon-ic_fluent_caret_left_16_filled:before {
    content: "\f264";
}
.icon-ic_fluent_caret_left_20_filled:before {
    content: "\f265";
}
.icon-ic_fluent_caret_left_24_filled:before {
    content: "\f266";
}
.icon-ic_fluent_caret_right_12_filled:before {
    content: "\f267";
}
.icon-ic_fluent_caret_right_16_filled:before {
    content: "\f268";
}
.icon-ic_fluent_caret_right_20_filled:before {
    content: "\f269";
}
.icon-ic_fluent_caret_right_24_filled:before {
    content: "\f26a";
}
.icon-ic_fluent_cart_24_filled:before {
    content: "\f26b";
}
.icon-ic_fluent_cast_20_filled:before {
    content: "\f26c";
}
.icon-ic_fluent_cast_24_filled:before {
    content: "\f26d";
}
.icon-ic_fluent_cast_28_filled:before {
    content: "\f26e";
}
.icon-ic_fluent_cellular_3g_24_filled:before {
    content: "\f26f";
}
.icon-ic_fluent_cellular_4g_24_filled:before {
    content: "\f270";
}
.icon-ic_fluent_cellular_data_1_20_filled:before {
    content: "\f271";
}
.icon-ic_fluent_cellular_data_1_24_filled:before {
    content: "\f272";
}
.icon-ic_fluent_cellular_data_2_20_filled:before {
    content: "\f273";
}
.icon-ic_fluent_cellular_data_2_24_filled:before {
    content: "\f274";
}
.icon-ic_fluent_cellular_data_3_20_filled:before {
    content: "\f275";
}
.icon-ic_fluent_cellular_data_3_24_filled:before {
    content: "\f276";
}
.icon-ic_fluent_cellular_data_4_20_filled:before {
    content: "\f277";
}
.icon-ic_fluent_cellular_data_4_24_filled:before {
    content: "\f278";
}
.icon-ic_fluent_cellular_data_5_20_filled:before {
    content: "\f279";
}
.icon-ic_fluent_cellular_data_5_24_filled:before {
    content: "\f27a";
}
.icon-ic_fluent_certificate_20_filled:before {
    content: "\f27e";
}
.icon-ic_fluent_certificate_24_filled:before {
    content: "\f27f";
}
.icon-ic_fluent_channel_16_filled:before {
    content: "\f280";
}
.icon-ic_fluent_channel_20_filled:before {
    content: "\f281";
}
.icon-ic_fluent_channel_24_filled:before {
    content: "\f282";
}
.icon-ic_fluent_chat_20_filled:before {
    content: "\f286";
}
.icon-ic_fluent_chat_24_filled:before {
    content: "\f287";
}
.icon-ic_fluent_chat_28_filled:before {
    content: "\f288";
}
.icon-ic_fluent_chat_bubbles_question_24_filled:before {
    content: "\f289";
}
.icon-ic_fluent_chat_help_24_filled:before {
    content: "\f28a";
}
.icon-ic_fluent_chat_off_24_filled:before {
    content: "\f28b";
}
.icon-ic_fluent_chat_warning_24_filled:before {
    content: "\f28c";
}
.icon-ic_fluent_checkbox_checked_20_filled:before {
    content: "\f28d";
}
.icon-ic_fluent_checkbox_checked_24_filled:before {
    content: "\f28e";
}
.icon-ic_fluent_checkbox_unchecked_12_filled:before {
    content: "\f28f";
}
.icon-ic_fluent_checkbox_unchecked_16_filled:before {
    content: "\f290";
}
.icon-ic_fluent_checkbox_unchecked_20_filled:before {
    content: "\f291";
}
.icon-ic_fluent_checkbox_unchecked_24_filled:before {
    content: "\f292";
}
.icon-ic_fluent_checkmark_12_filled:before {
    content: "\f293";
}
.icon-ic_fluent_checkmark_20_filled:before {
    content: "\f294";
}
.icon-ic_fluent_checkmark_24_filled:before {
    content: "\f295";
}
.icon-ic_fluent_checkmark_28_filled:before {
    content: "\f296";
}
.icon-ic_fluent_checkmark_circle_16_filled:before {
    content: "\f297";
}
.icon-ic_fluent_checkmark_circle_20_filled:before {
    content: "\f298";
}
.icon-ic_fluent_checkmark_circle_24_filled:before {
    content: "\f299";
}
.icon-ic_fluent_checkmark_circle_48_filled:before {
    content: "\f29a";
}
.icon-ic_fluent_checkmark_lock_16_filled:before {
    content: "\f29b";
}
.icon-ic_fluent_checkmark_lock_20_filled:before {
    content: "\f29c";
}
.icon-ic_fluent_checkmark_lock_24_filled:before {
    content: "\f29d";
}
.icon-ic_fluent_checkmark_square_24_filled:before {
    content: "\f29e";
}
.icon-ic_fluent_checkmark_underline_circle_16_filled:before {
    content: "\f29f";
}
.icon-ic_fluent_checkmark_underline_circle_20_filled:before {
    content: "\f2a0";
}
.icon-ic_fluent_chevron_down_12_filled:before {
    content: "\f2a1";
}
.icon-ic_fluent_chevron_down_16_filled:before {
    content: "\f2a2";
}
.icon-ic_fluent_chevron_down_20_filled:before {
    content: "\f2a3";
}
.icon-ic_fluent_chevron_down_24_filled:before {
    content: "\f2a4";
}
.icon-ic_fluent_chevron_down_28_filled:before {
    content: "\f2a5";
}
.icon-ic_fluent_chevron_down_48_filled:before {
    content: "\f2a6";
}
.icon-ic_fluent_chevron_left_12_filled:before {
    content: "\f2a8";
}
.icon-ic_fluent_chevron_left_16_filled:before {
    content: "\f2a9";
}
.icon-ic_fluent_chevron_left_20_filled:before {
    content: "\f2aa";
}
.icon-ic_fluent_chevron_left_24_filled:before {
    content: "\f2ab";
}
.icon-ic_fluent_chevron_left_28_filled:before {
    content: "\f2ac";
}
.icon-ic_fluent_chevron_left_48_filled:before {
    content: "\f2ad";
}
.icon-ic_fluent_chevron_right_12_filled:before {
    content: "\f2ae";
}
.icon-ic_fluent_chevron_right_16_filled:before {
    content: "\f2af";
}
.icon-ic_fluent_chevron_right_20_filled:before {
    content: "\f2b0";
}
.icon-ic_fluent_chevron_right_24_filled:before {
    content: "\f2b1";
}
.icon-ic_fluent_chevron_right_28_filled:before {
    content: "\f2b2";
}
.icon-ic_fluent_chevron_right_48_filled:before {
    content: "\f2b3";
}
.icon-ic_fluent_chevron_up_12_filled:before {
    content: "\f2b4";
}
.icon-ic_fluent_chevron_up_16_filled:before {
    content: "\f2b5";
}
.icon-ic_fluent_chevron_up_20_filled:before {
    content: "\f2b6";
}
.icon-ic_fluent_chevron_up_24_filled:before {
    content: "\f2b7";
}
.icon-ic_fluent_chevron_up_28_filled:before {
    content: "\f2b8";
}
.icon-ic_fluent_chevron_up_48_filled:before {
    content: "\f2b9";
}
.icon-ic_fluent_circle_16_filled:before {
    content: "\f2ba";
}
.icon-ic_fluent_circle_20_filled:before {
    content: "\f2bb";
}
.icon-ic_fluent_circle_24_filled:before {
    content: "\f2bc";
}
.icon-ic_fluent_circle_half_fill_20_filled:before {
    content: "\f2bd";
}
.icon-ic_fluent_circle_half_fill_24_filled:before {
    content: "\f2be";
}
.icon-ic_fluent_circle_line_24_filled:before {
    content: "\f2bf";
}
.icon-ic_fluent_circle_small_24_filled:before {
    content: "\f2c0";
}
.icon-ic_fluent_city_16_filled:before {
    content: "\f2c1";
}
.icon-ic_fluent_city_20_filled:before {
    content: "\f2c2";
}
.icon-ic_fluent_city_24_filled:before {
    content: "\f2c3";
}
.icon-ic_fluent_class_24_filled:before {
    content: "\f2c4";
}
.icon-ic_fluent_classification_16_filled:before {
    content: "\f2c5";
}
.icon-ic_fluent_classification_20_filled:before {
    content: "\f2c6";
}
.icon-ic_fluent_classification_24_filled:before {
    content: "\f2c7";
}
.icon-ic_fluent_clear_formatting_24_filled:before {
    content: "\f2c8";
}
.icon-ic_fluent_clipboard_20_filled:before {
    content: "\f2c9";
}
.icon-ic_fluent_clipboard_24_filled:before {
    content: "\f2ca";
}
.icon-ic_fluent_clipboard_code_16_filled:before {
    content: "\f2cb";
}
.icon-ic_fluent_clipboard_code_20_filled:before {
    content: "\f2cc";
}
.icon-ic_fluent_clipboard_code_24_filled:before {
    content: "\f2cd";
}
.icon-ic_fluent_clipboard_letter_16_filled:before {
    content: "\f2ce";
}
.icon-ic_fluent_clipboard_letter_20_filled:before {
    content: "\f2cf";
}
.icon-ic_fluent_clipboard_letter_24_filled:before {
    content: "\f2d0";
}
.icon-ic_fluent_clipboard_link_16_filled:before {
    content: "\f2d1";
}
.icon-ic_fluent_clipboard_link_20_filled:before {
    content: "\f2d2";
}
.icon-ic_fluent_clipboard_link_24_filled:before {
    content: "\f2d3";
}
.icon-ic_fluent_clipboard_more_24_filled:before {
    content: "\f2d4";
}
.icon-ic_fluent_clipboard_paste_20_filled:before {
    content: "\f2d5";
}
.icon-ic_fluent_clipboard_paste_24_filled:before {
    content: "\f2d6";
}
.icon-ic_fluent_clipboard_search_20_filled:before {
    content: "\f2d7";
}
.icon-ic_fluent_clipboard_search_24_filled:before {
    content: "\f2d8";
}
.icon-ic_fluent_clock_12_filled:before {
    content: "\f2db";
}
.icon-ic_fluent_clock_16_filled:before {
    content: "\f2dc";
}
.icon-ic_fluent_clock_20_filled:before {
    content: "\f2dd";
}
.icon-ic_fluent_clock_24_filled:before {
    content: "\f2de";
}
.icon-ic_fluent_clock_28_filled:before {
    content: "\f2df";
}
.icon-ic_fluent_clock_48_filled:before {
    content: "\f2e0";
}
.icon-ic_fluent_clock_alarm_20_filled:before {
    content: "\f2e1";
}
.icon-ic_fluent_clock_alarm_24_filled:before {
    content: "\f2e2";
}
.icon-ic_fluent_closed_caption_24_filled:before {
    content: "\f2e3";
}
.icon-ic_fluent_cloud_20_filled:before {
    content: "\f2e4";
}
.icon-ic_fluent_cloud_24_filled:before {
    content: "\f2e5";
}
.icon-ic_fluent_cloud_48_filled:before {
    content: "\f2e6";
}
.icon-ic_fluent_cloud_off_24_filled:before {
    content: "\f2ea";
}
.icon-ic_fluent_cloud_off_48_filled:before {
    content: "\f2eb";
}
.icon-ic_fluent_code_20_filled:before {
    content: "\f2ef";
}
.icon-ic_fluent_code_24_filled:before {
    content: "\f2f0";
}
.icon-ic_fluent_collections_20_filled:before {
    content: "\f2f1";
}
.icon-ic_fluent_collections_24_filled:before {
    content: "\f2f2";
}
.icon-ic_fluent_collections_add_20_filled:before {
    content: "\f2f3";
}
.icon-ic_fluent_collections_add_24_filled:before {
    content: "\f2f4";
}
.icon-ic_fluent_color_20_filled:before {
    content: "\f2f5";
}
.icon-ic_fluent_color_24_filled:before {
    content: "\f2f6";
}
.icon-ic_fluent_color_background_20_filled:before {
    content: "\f2f7";
}
.icon-ic_fluent_color_background_24_filled:before {
    content: "\f2f8";
}
.icon-ic_fluent_color_fill_20_filled:before {
    content: "\f2f9";
}
.icon-ic_fluent_color_fill_24_filled:before {
    content: "\f2fa";
}
.icon-ic_fluent_color_line_20_filled:before {
    content: "\f2fb";
}
.icon-ic_fluent_color_line_24_filled:before {
    content: "\f2fc";
}
.icon-ic_fluent_column_triple_24_filled:before {
    content: "\f2fd";
}
.icon-ic_fluent_comment_16_filled:before {
    content: "\f2fe";
}
.icon-ic_fluent_comment_20_filled:before {
    content: "\f2ff";
}
.icon-ic_fluent_comment_24_filled:before {
    content: "\f300";
}
.icon-ic_fluent_comment_add_24_filled:before {
    content: "\f301";
}
.icon-ic_fluent_comment_mention_16_filled:before {
    content: "\f303";
}
.icon-ic_fluent_comment_mention_20_filled:before {
    content: "\f304";
}
.icon-ic_fluent_comment_mention_24_filled:before {
    content: "\f305";
}
.icon-ic_fluent_comment_multiple_16_filled:before {
    content: "\f306";
}
.icon-ic_fluent_comment_multiple_20_filled:before {
    content: "\f307";
}
.icon-ic_fluent_comment_multiple_24_filled:before {
    content: "\f308";
}
.icon-ic_fluent_communication_16_filled:before {
    content: "\f30c";
}
.icon-ic_fluent_communication_20_filled:before {
    content: "\f30d";
}
.icon-ic_fluent_communication_24_filled:before {
    content: "\f30e";
}
.icon-ic_fluent_compass_northwest_16_filled:before {
    content: "\f30f";
}
.icon-ic_fluent_compass_northwest_20_filled:before {
    content: "\f310";
}
.icon-ic_fluent_compass_northwest_24_filled:before {
    content: "\f311";
}
.icon-ic_fluent_compass_northwest_28_filled:before {
    content: "\f312";
}
.icon-ic_fluent_compose_16_filled:before {
    content: "\f313";
}
.icon-ic_fluent_compose_20_filled:before {
    content: "\f314";
}
.icon-ic_fluent_compose_24_filled:before {
    content: "\f315";
}
.icon-ic_fluent_compose_28_filled:before {
    content: "\f316";
}
.icon-ic_fluent_conference_room_16_filled:before {
    content: "\f317";
}
.icon-ic_fluent_conference_room_20_filled:before {
    content: "\f318";
}
.icon-ic_fluent_conference_room_24_filled:before {
    content: "\f319";
}
.icon-ic_fluent_conference_room_28_filled:before {
    content: "\f31a";
}
.icon-ic_fluent_conference_room_48_filled:before {
    content: "\f31b";
}
.icon-ic_fluent_connector_16_filled:before {
    content: "\f31c";
}
.icon-ic_fluent_connector_20_filled:before {
    content: "\f31d";
}
.icon-ic_fluent_connector_24_filled:before {
    content: "\f31e";
}
.icon-ic_fluent_contact_card_20_filled:before {
    content: "\f31f";
}
.icon-ic_fluent_contact_card_24_filled:before {
    content: "\f320";
}
.icon-ic_fluent_contact_card_group_24_filled:before {
    content: "\f321";
}
.icon-ic_fluent_content_settings_16_filled:before {
    content: "\f323";
}
.icon-ic_fluent_content_settings_20_filled:before {
    content: "\f324";
}
.icon-ic_fluent_content_settings_24_filled:before {
    content: "\f325";
}
.icon-ic_fluent_cookies_20_filled:before {
    content: "\f328";
}
.icon-ic_fluent_cookies_24_filled:before {
    content: "\f329";
}
.icon-ic_fluent_copy_16_filled:before {
    content: "\f32a";
}
.icon-ic_fluent_copy_20_filled:before {
    content: "\f32b";
}
.icon-ic_fluent_copy_24_filled:before {
    content: "\f32c";
}
.icon-ic_fluent_crop_24_filled:before {
    content: "\f331";
}
.icon-ic_fluent_crop_interim_24_filled:before {
    content: "\f332";
}
.icon-ic_fluent_crop_interim_off_24_filled:before {
    content: "\f333";
}
.icon-ic_fluent_cube_16_filled:before {
    content: "\f334";
}
.icon-ic_fluent_cube_20_filled:before {
    content: "\f335";
}
.icon-ic_fluent_cube_24_filled:before {
    content: "\f336";
}
.icon-ic_fluent_cut_20_filled:before {
    content: "\f33a";
}
.icon-ic_fluent_cut_24_filled:before {
    content: "\f33b";
}
.icon-ic_fluent_dark_theme_24_filled:before {
    content: "\f33c";
}
.icon-ic_fluent_data_area_24_filled:before {
    content: "\f33d";
}
.icon-ic_fluent_data_bar_horizontal_24_filled:before {
    content: "\f33e";
}
.icon-ic_fluent_data_bar_vertical_20_filled:before {
    content: "\f33f";
}
.icon-ic_fluent_data_bar_vertical_24_filled:before {
    content: "\f340";
}
.icon-ic_fluent_data_funnel_24_filled:before {
    content: "\f341";
}
.icon-ic_fluent_data_histogram_24_filled:before {
    content: "\f342";
}
.icon-ic_fluent_data_line_24_filled:before {
    content: "\f343";
}
.icon-ic_fluent_data_pie_20_filled:before {
    content: "\f344";
}
.icon-ic_fluent_data_pie_24_filled:before {
    content: "\f345";
}
.icon-ic_fluent_data_scatter_24_filled:before {
    content: "\f346";
}
.icon-ic_fluent_data_sunburst_24_filled:before {
    content: "\f347";
}
.icon-ic_fluent_data_treemap_24_filled:before {
    content: "\f348";
}
.icon-ic_fluent_data_usage_24_filled:before {
    content: "\f349";
}
.icon-ic_fluent_data_waterfall_24_filled:before {
    content: "\f34a";
}
.icon-ic_fluent_data_whisker_24_filled:before {
    content: "\f34b";
}
.icon-ic_fluent_delete_20_filled:before {
    content: "\f34c";
}
.icon-ic_fluent_delete_24_filled:before {
    content: "\f34d";
}
.icon-ic_fluent_delete_28_filled:before {
    content: "\f34e";
}
.icon-ic_fluent_delete_48_filled:before {
    content: "\f34f";
}
.icon-ic_fluent_delete_off_20_filled:before {
    content: "\f352";
}
.icon-ic_fluent_delete_off_24_filled:before {
    content: "\f353";
}
.icon-ic_fluent_dentist_24_filled:before {
    content: "\f354";
}
.icon-ic_fluent_design_ideas_16_filled:before {
    content: "\f355";
}
.icon-ic_fluent_design_ideas_20_filled:before {
    content: "\f356";
}
.icon-ic_fluent_design_ideas_24_filled:before {
    content: "\f357";
}
.icon-ic_fluent_desktop_16_filled:before {
    content: "\f358";
}
.icon-ic_fluent_desktop_20_filled:before {
    content: "\f359";
}
.icon-ic_fluent_desktop_24_filled:before {
    content: "\f35a";
}
.icon-ic_fluent_desktop_28_filled:before {
    content: "\f35b";
}
.icon-ic_fluent_developer_board_24_filled:before {
    content: "\f35c";
}
.icon-ic_fluent_device_eq_24_filled:before {
    content: "\f35d";
}
.icon-ic_fluent_dialpad_20_filled:before {
    content: "\f35e";
}
.icon-ic_fluent_dialpad_24_filled:before {
    content: "\f35f";
}
.icon-ic_fluent_dialpad_off_24_filled:before {
    content: "\f360";
}
.icon-ic_fluent_directions_20_filled:before {
    content: "\f365";
}
.icon-ic_fluent_directions_24_filled:before {
    content: "\f366";
}
.icon-ic_fluent_dismiss_12_filled:before {
    content: "\f367";
}
.icon-ic_fluent_dismiss_16_filled:before {
    content: "\f368";
}
.icon-ic_fluent_dismiss_20_filled:before {
    content: "\f369";
}
.icon-ic_fluent_dismiss_24_filled:before {
    content: "\f36a";
}
.icon-ic_fluent_dismiss_28_filled:before {
    content: "\f36b";
}
.icon-ic_fluent_dismiss_circle_16_filled:before {
    content: "\f36c";
}
.icon-ic_fluent_dismiss_circle_20_filled:before {
    content: "\f36d";
}
.icon-ic_fluent_dismiss_circle_24_filled:before {
    content: "\f36e";
}
.icon-ic_fluent_dismiss_circle_48_filled:before {
    content: "\f36f";
}
.icon-ic_fluent_divider_short_24_filled:before {
    content: "\f370";
}
.icon-ic_fluent_divider_tall_24_filled:before {
    content: "\f371";
}
.icon-ic_fluent_dock_24_filled:before {
    content: "\f372";
}
.icon-ic_fluent_dock_row_24_filled:before {
    content: "\f376";
}
.icon-ic_fluent_doctor_24_filled:before {
    content: "\f377";
}
.icon-ic_fluent_document_20_filled:before {
    content: "\f378";
}
.icon-ic_fluent_document_24_filled:before {
    content: "\f379";
}
.icon-ic_fluent_document_28_filled:before {
    content: "\f37a";
}
.icon-ic_fluent_document_briefcase_20_filled:before {
    content: "\f37c";
}
.icon-ic_fluent_document_briefcase_24_filled:before {
    content: "\f37d";
}
.icon-ic_fluent_document_catch_up_24_filled:before {
    content: "\f37e";
}
.icon-ic_fluent_document_copy_16_filled:before {
    content: "\f37f";
}
.icon-ic_fluent_document_copy_20_filled:before {
    content: "\f380";
}
.icon-ic_fluent_document_copy_24_filled:before {
    content: "\f381";
}
.icon-ic_fluent_document_copy_48_filled:before {
    content: "\f382";
}
.icon-ic_fluent_document_dismiss_20_filled:before {
    content: "\f383";
}
.icon-ic_fluent_document_dismiss_24_filled:before {
    content: "\f384";
}
.icon-ic_fluent_document_edit_16_filled:before {
    content: "\f385";
}
.icon-ic_fluent_document_edit_20_filled:before {
    content: "\f386";
}
.icon-ic_fluent_document_edit_24_filled:before {
    content: "\f387";
}
.icon-ic_fluent_document_endnote_20_filled:before {
    content: "\f388";
}
.icon-ic_fluent_document_endnote_24_filled:before {
    content: "\f389";
}
.icon-ic_fluent_document_error_16_filled:before {
    content: "\f38a";
}
.icon-ic_fluent_document_error_20_filled:before {
    content: "\f38b";
}
.icon-ic_fluent_document_error_24_filled:before {
    content: "\f38c";
}
.icon-ic_fluent_document_footer_24_filled:before {
    content: "\f38d";
}
.icon-ic_fluent_document_header_24_filled:before {
    content: "\f38f";
}
.icon-ic_fluent_document_header_footer_20_filled:before {
    content: "\f390";
}
.icon-ic_fluent_document_header_footer_24_filled:before {
    content: "\f391";
}
.icon-ic_fluent_document_landscape_20_filled:before {
    content: "\f393";
}
.icon-ic_fluent_document_landscape_24_filled:before {
    content: "\f394";
}
.icon-ic_fluent_document_margins_20_filled:before {
    content: "\f395";
}
.icon-ic_fluent_document_margins_24_filled:before {
    content: "\f396";
}
.icon-ic_fluent_document_one_page_20_filled:before {
    content: "\f399";
}
.icon-ic_fluent_document_one_page_24_filled:before {
    content: "\f39a";
}
.icon-ic_fluent_document_page_bottom_center_20_filled:before {
    content: "\f39c";
}
.icon-ic_fluent_document_page_bottom_center_24_filled:before {
    content: "\f39d";
}
.icon-ic_fluent_document_page_bottom_left_20_filled:before {
    content: "\f39e";
}
.icon-ic_fluent_document_page_bottom_left_24_filled:before {
    content: "\f39f";
}
.icon-ic_fluent_document_page_bottom_right_20_filled:before {
    content: "\f3a0";
}
.icon-ic_fluent_document_page_bottom_right_24_filled:before {
    content: "\f3a1";
}
.icon-ic_fluent_document_page_break_24_filled:before {
    content: "\f3a2";
}
.icon-ic_fluent_document_page_number_20_filled:before {
    content: "\f3a3";
}
.icon-ic_fluent_document_page_number_24_filled:before {
    content: "\f3a4";
}
.icon-ic_fluent_document_page_top_center_20_filled:before {
    content: "\f3a5";
}
.icon-ic_fluent_document_page_top_center_24_filled:before {
    content: "\f3a6";
}
.icon-ic_fluent_document_page_top_left_20_filled:before {
    content: "\f3a7";
}
.icon-ic_fluent_document_page_top_left_24_filled:before {
    content: "\f3a8";
}
.icon-ic_fluent_document_page_top_right_20_filled:before {
    content: "\f3a9";
}
.icon-ic_fluent_document_page_top_right_24_filled:before {
    content: "\f3aa";
}
.icon-ic_fluent_document_pdf_16_filled:before {
    content: "\f3ab";
}
.icon-ic_fluent_document_pdf_20_filled:before {
    content: "\f3ac";
}
.icon-ic_fluent_document_pdf_24_filled:before {
    content: "\f3ad";
}
.icon-ic_fluent_document_search_20_filled:before {
    content: "\f3ae";
}
.icon-ic_fluent_document_search_24_filled:before {
    content: "\f3af";
}
.icon-ic_fluent_document_toolbox_20_filled:before {
    content: "\f3b0";
}
.icon-ic_fluent_document_toolbox_24_filled:before {
    content: "\f3b1";
}
.icon-ic_fluent_document_width_20_filled:before {
    content: "\f3b8";
}
.icon-ic_fluent_document_width_24_filled:before {
    content: "\f3b9";
}
.icon-ic_fluent_double_swipe_down_24_filled:before {
    content: "\f3ba";
}
.icon-ic_fluent_double_swipe_up_24_filled:before {
    content: "\f3bb";
}
.icon-ic_fluent_drafts_16_filled:before {
    content: "\f3be";
}
.icon-ic_fluent_drafts_20_filled:before {
    content: "\f3bf";
}
.icon-ic_fluent_drafts_24_filled:before {
    content: "\f3c0";
}
.icon-ic_fluent_drag_24_filled:before {
    content: "\f3c1";
}
.icon-ic_fluent_drink_beer_24_filled:before {
    content: "\f3c3";
}
.icon-ic_fluent_drink_coffee_20_filled:before {
    content: "\f3c4";
}
.icon-ic_fluent_drink_coffee_24_filled:before {
    content: "\f3c5";
}
.icon-ic_fluent_drink_margarita_24_filled:before {
    content: "\f3c6";
}
.icon-ic_fluent_drink_wine_24_filled:before {
    content: "\f3c7";
}
.icon-ic_fluent_dual_screen_24_filled:before {
    content: "\f3c8";
}
.icon-ic_fluent_dual_screen_add_24_filled:before {
    content: "\f3c9";
}
.icon-ic_fluent_dual_screen_arrow_right_24_filled:before {
    content: "\f3ca";
}
.icon-ic_fluent_dual_screen_clock_24_filled:before {
    content: "\f3cb";
}
.icon-ic_fluent_dual_screen_desktop_24_filled:before {
    content: "\f3cc";
}
.icon-ic_fluent_dual_screen_group_24_filled:before {
    content: "\f3ce";
}
.icon-ic_fluent_dual_screen_lock_24_filled:before {
    content: "\f3cf";
}
.icon-ic_fluent_dual_screen_mirror_24_filled:before {
    content: "\f3d0";
}
.icon-ic_fluent_dual_screen_pagination_24_filled:before {
    content: "\f3d1";
}
.icon-ic_fluent_dual_screen_settings_24_filled:before {
    content: "\f3d2";
}
.icon-ic_fluent_dual_screen_status_bar_24_filled:before {
    content: "\f3d3";
}
.icon-ic_fluent_dual_screen_tablet_24_filled:before {
    content: "\f3d4";
}
.icon-ic_fluent_dual_screen_update_24_filled:before {
    content: "\f3d5";
}
.icon-ic_fluent_dual_screen_vertical_scroll_24_filled:before {
    content: "\f3d6";
}
.icon-ic_fluent_dual_screen_vibrate_24_filled:before {
    content: "\f3d7";
}
.icon-ic_fluent_earth_16_filled:before {
    content: "\f3d8";
}
.icon-ic_fluent_earth_20_filled:before {
    content: "\f3d9";
}
.icon-ic_fluent_earth_24_filled:before {
    content: "\f3da";
}
.icon-ic_fluent_edit_16_filled:before {
    content: "\f3db";
}
.icon-ic_fluent_edit_20_filled:before {
    content: "\f3dc";
}
.icon-ic_fluent_edit_24_filled:before {
    content: "\f3dd";
}
.icon-ic_fluent_emoji_16_filled:before {
    content: "\f3de";
}
.icon-ic_fluent_emoji_20_filled:before {
    content: "\f3df";
}
.icon-ic_fluent_emoji_24_filled:before {
    content: "\f3e0";
}
.icon-ic_fluent_emoji_add_24_filled:before {
    content: "\f3e1";
}
.icon-ic_fluent_emoji_angry_20_filled:before {
    content: "\f3e2";
}
.icon-ic_fluent_emoji_angry_24_filled:before {
    content: "\f3e3";
}
.icon-ic_fluent_emoji_laugh_20_filled:before {
    content: "\f3e4";
}
.icon-ic_fluent_emoji_laugh_24_filled:before {
    content: "\f3e5";
}
.icon-ic_fluent_emoji_meh_20_filled:before {
    content: "\f3e6";
}
.icon-ic_fluent_emoji_meh_24_filled:before {
    content: "\f3e7";
}
.icon-ic_fluent_emoji_sad_20_filled:before {
    content: "\f3e8";
}
.icon-ic_fluent_emoji_sad_24_filled:before {
    content: "\f3e9";
}
.icon-ic_fluent_emoji_surprise_20_filled:before {
    content: "\f3ea";
}
.icon-ic_fluent_emoji_surprise_24_filled:before {
    content: "\f3eb";
}
.icon-ic_fluent_eraser_tool_24_filled:before {
    content: "\f3ee";
}
.icon-ic_fluent_error_circle_16_filled:before {
    content: "\f3ef";
}
.icon-ic_fluent_error_circle_20_filled:before {
    content: "\f3f0";
}
.icon-ic_fluent_error_circle_24_filled:before {
    content: "\f3f1";
}
.icon-ic_fluent_extended_dock_24_filled:before {
    content: "\f3f3";
}
.icon-ic_fluent_fast_acceleration_24_filled:before {
    content: "\f3fc";
}
.icon-ic_fluent_fast_forward_20_filled:before {
    content: "\f3fd";
}
.icon-ic_fluent_fast_forward_24_filled:before {
    content: "\f3fe";
}
.icon-ic_fluent_filter_20_filled:before {
    content: "\f405";
}
.icon-ic_fluent_filter_24_filled:before {
    content: "\f406";
}
.icon-ic_fluent_filter_28_filled:before {
    content: "\f407";
}
.icon-ic_fluent_fingerprint_24_filled:before {
    content: "\f408";
}
.icon-ic_fluent_flag_16_filled:before {
    content: "\f409";
}
.icon-ic_fluent_flag_20_filled:before {
    content: "\f40a";
}
.icon-ic_fluent_flag_24_filled:before {
    content: "\f40b";
}
.icon-ic_fluent_flag_28_filled:before {
    content: "\f40c";
}
.icon-ic_fluent_flag_48_filled:before {
    content: "\f40d";
}
.icon-ic_fluent_flag_off_24_filled:before {
    content: "\f40e";
}
.icon-ic_fluent_flag_off_28_filled:before {
    content: "\f40f";
}
.icon-ic_fluent_flag_off_48_filled:before {
    content: "\f410";
}
.icon-ic_fluent_flag_pride_16_filled:before {
    content: "\f411";
}
.icon-ic_fluent_flag_pride_20_filled:before {
    content: "\f412";
}
.icon-ic_fluent_flag_pride_24_filled:before {
    content: "\f413";
}
.icon-ic_fluent_flag_pride_28_filled:before {
    content: "\f414";
}
.icon-ic_fluent_flag_pride_48_filled:before {
    content: "\f415";
}
.icon-ic_fluent_flash_auto_24_filled:before {
    content: "\f416";
}
.icon-ic_fluent_flash_off_24_filled:before {
    content: "\f417";
}
.icon-ic_fluent_flashlight_24_filled:before {
    content: "\f41a";
}
.icon-ic_fluent_flashlight_off_24_filled:before {
    content: "\f41b";
}
.icon-ic_fluent_folder_20_filled:before {
    content: "\f41c";
}
.icon-ic_fluent_folder_24_filled:before {
    content: "\f41d";
}
.icon-ic_fluent_folder_28_filled:before {
    content: "\f41e";
}
.icon-ic_fluent_folder_48_filled:before {
    content: "\f41f";
}
.icon-ic_fluent_folder_add_20_filled:before {
    content: "\f420";
}
.icon-ic_fluent_folder_add_24_filled:before {
    content: "\f421";
}
.icon-ic_fluent_folder_add_28_filled:before {
    content: "\f422";
}
.icon-ic_fluent_folder_add_48_filled:before {
    content: "\f423";
}
.icon-ic_fluent_folder_briefcase_20_filled:before {
    content: "\f424";
}
.icon-ic_fluent_folder_link_20_filled:before {
    content: "\f429";
}
.icon-ic_fluent_folder_link_24_filled:before {
    content: "\f42a";
}
.icon-ic_fluent_folder_link_28_filled:before {
    content: "\f42b";
}
.icon-ic_fluent_folder_link_48_filled:before {
    content: "\f42c";
}
.icon-ic_fluent_folder_open_16_filled:before {
    content: "\f431";
}
.icon-ic_fluent_folder_open_20_filled:before {
    content: "\f432";
}
.icon-ic_fluent_folder_open_24_filled:before {
    content: "\f433";
}
.icon-ic_fluent_folder_open_vertical_20_filled:before {
    content: "\f434";
}
.icon-ic_fluent_folder_zip_16_filled:before {
    content: "\f438";
}
.icon-ic_fluent_folder_zip_20_filled:before {
    content: "\f439";
}
.icon-ic_fluent_folder_zip_24_filled:before {
    content: "\f43a";
}
.icon-ic_fluent_font_decrease_20_filled:before {
    content: "\f43b";
}
.icon-ic_fluent_font_decrease_24_filled:before {
    content: "\f43c";
}
.icon-ic_fluent_font_increase_20_filled:before {
    content: "\f43d";
}
.icon-ic_fluent_font_increase_24_filled:before {
    content: "\f43e";
}
.icon-ic_fluent_font_space_tracking_in_16_filled:before {
    content: "\f43f";
}
.icon-ic_fluent_font_space_tracking_in_20_filled:before {
    content: "\f440";
}
.icon-ic_fluent_font_space_tracking_in_24_filled:before {
    content: "\f441";
}
.icon-ic_fluent_font_space_tracking_in_28_filled:before {
    content: "\f442";
}
.icon-ic_fluent_font_space_tracking_out_16_filled:before {
    content: "\f443";
}
.icon-ic_fluent_font_space_tracking_out_20_filled:before {
    content: "\f444";
}
.icon-ic_fluent_font_space_tracking_out_24_filled:before {
    content: "\f445";
}
.icon-ic_fluent_font_space_tracking_out_28_filled:before {
    content: "\f446";
}
.icon-ic_fluent_food_20_filled:before {
    content: "\f447";
}
.icon-ic_fluent_food_24_filled:before {
    content: "\f448";
}
.icon-ic_fluent_food_cake_24_filled:before {
    content: "\f449";
}
.icon-ic_fluent_food_egg_24_filled:before {
    content: "\f44a";
}
.icon-ic_fluent_food_toast_24_filled:before {
    content: "\f44b";
}
.icon-ic_fluent_form_new_24_filled:before {
    content: "\f44c";
}
.icon-ic_fluent_form_new_28_filled:before {
    content: "\f44d";
}
.icon-ic_fluent_form_new_48_filled:before {
    content: "\f44e";
}
.icon-ic_fluent_fps_240_24_filled:before {
    content: "\f451";
}
.icon-ic_fluent_fps_960_24_filled:before {
    content: "\f452";
}
.icon-ic_fluent_games_24_filled:before {
    content: "\f455";
}
.icon-ic_fluent_gesture_24_filled:before {
    content: "\f456";
}
.icon-ic_fluent_gif_20_filled:before {
    content: "\f457";
}
.icon-ic_fluent_gif_24_filled:before {
    content: "\f458";
}
.icon-ic_fluent_gift_20_filled:before {
    content: "\f459";
}
.icon-ic_fluent_gift_24_filled:before {
    content: "\f45a";
}
.icon-ic_fluent_glance_24_filled:before {
    content: "\f45b";
}
.icon-ic_fluent_glasses_24_filled:before {
    content: "\f45c";
}
.icon-ic_fluent_glasses_off_24_filled:before {
    content: "\f45d";
}
.icon-ic_fluent_globe_20_filled:before {
    content: "\f45e";
}
.icon-ic_fluent_globe_24_filled:before {
    content: "\f45f";
}
.icon-ic_fluent_globe_add_24_filled:before {
    content: "\f460";
}
.icon-ic_fluent_globe_clock_24_filled:before {
    content: "\f461";
}
.icon-ic_fluent_globe_desktop_24_filled:before {
    content: "\f462";
}
.icon-ic_fluent_globe_location_24_filled:before {
    content: "\f463";
}
.icon-ic_fluent_globe_search_24_filled:before {
    content: "\f464";
}
.icon-ic_fluent_globe_video_24_filled:before {
    content: "\f465";
}
.icon-ic_fluent_grid_20_filled:before {
    content: "\f466";
}
.icon-ic_fluent_grid_24_filled:before {
    content: "\f467";
}
.icon-ic_fluent_grid_28_filled:before {
    content: "\f468";
}
.icon-ic_fluent_group_20_filled:before {
    content: "\f469";
}
.icon-ic_fluent_group_24_filled:before {
    content: "\f46a";
}
.icon-ic_fluent_group_list_24_filled:before {
    content: "\f46b";
}
.icon-ic_fluent_guest_16_filled:before {
    content: "\f46c";
}
.icon-ic_fluent_guest_20_filled:before {
    content: "\f46d";
}
.icon-ic_fluent_guest_24_filled:before {
    content: "\f46e";
}
.icon-ic_fluent_guest_28_filled:before {
    content: "\f46f";
}
.icon-ic_fluent_guest_add_24_filled:before {
    content: "\f470";
}
.icon-ic_fluent_handshake_16_filled:before {
    content: "\f472";
}
.icon-ic_fluent_handshake_20_filled:before {
    content: "\f473";
}
.icon-ic_fluent_handshake_24_filled:before {
    content: "\f474";
}
.icon-ic_fluent_hdr_24_filled:before {
    content: "\f475";
}
.icon-ic_fluent_headphones_24_filled:before {
    content: "\f476";
}
.icon-ic_fluent_headphones_28_filled:before {
    content: "\f477";
}
.icon-ic_fluent_headset_24_filled:before {
    content: "\f478";
}
.icon-ic_fluent_headset_28_filled:before {
    content: "\f479";
}
.icon-ic_fluent_headset_vr_20_filled:before {
    content: "\f47a";
}
.icon-ic_fluent_headset_vr_24_filled:before {
    content: "\f47b";
}
.icon-ic_fluent_heart_16_filled:before {
    content: "\f47c";
}
.icon-ic_fluent_heart_20_filled:before {
    content: "\f47d";
}
.icon-ic_fluent_heart_24_filled:before {
    content: "\f47e";
}
.icon-ic_fluent_highlight_16_filled:before {
    content: "\f47f";
}
.icon-ic_fluent_highlight_20_filled:before {
    content: "\f480";
}
.icon-ic_fluent_highlight_24_filled:before {
    content: "\f481";
}
.icon-ic_fluent_highlight_accent_16_filled:before {
    content: "\f482";
}
.icon-ic_fluent_highlight_accent_20_filled:before {
    content: "\f483";
}
.icon-ic_fluent_highlight_accent_24_filled:before {
    content: "\f484";
}
.icon-ic_fluent_history_20_filled:before {
    content: "\f485";
}
.icon-ic_fluent_history_24_filled:before {
    content: "\f486";
}
.icon-ic_fluent_home_20_filled:before {
    content: "\f487";
}
.icon-ic_fluent_home_24_filled:before {
    content: "\f488";
}
.icon-ic_fluent_home_28_filled:before {
    content: "\f489";
}
.icon-ic_fluent_home_add_24_filled:before {
    content: "\f48a";
}
.icon-ic_fluent_home_checkmark_24_filled:before {
    content: "\f48b";
}
.icon-ic_fluent_icons_20_filled:before {
    content: "\f48c";
}
.icon-ic_fluent_icons_24_filled:before {
    content: "\f48d";
}
.icon-ic_fluent_image_16_filled:before {
    content: "\f48e";
}
.icon-ic_fluent_image_20_filled:before {
    content: "\f48f";
}
.icon-ic_fluent_image_24_filled:before {
    content: "\f490";
}
.icon-ic_fluent_image_28_filled:before {
    content: "\f491";
}
.icon-ic_fluent_image_48_filled:before {
    content: "\f492";
}
.icon-ic_fluent_image_add_24_filled:before {
    content: "\f493";
}
.icon-ic_fluent_image_alt_text_20_filled:before {
    content: "\f494";
}
.icon-ic_fluent_image_alt_text_24_filled:before {
    content: "\f495";
}
.icon-ic_fluent_image_copy_20_filled:before {
    content: "\f496";
}
.icon-ic_fluent_image_copy_24_filled:before {
    content: "\f497";
}
.icon-ic_fluent_image_copy_28_filled:before {
    content: "\f498";
}
.icon-ic_fluent_image_edit_16_filled:before {
    content: "\f499";
}
.icon-ic_fluent_image_edit_20_filled:before {
    content: "\f49a";
}
.icon-ic_fluent_image_edit_24_filled:before {
    content: "\f49b";
}
.icon-ic_fluent_image_off_24_filled:before {
    content: "\f49f";
}
.icon-ic_fluent_image_search_20_filled:before {
    content: "\f4a0";
}
.icon-ic_fluent_image_search_24_filled:before {
    content: "\f4a1";
}
.icon-ic_fluent_immersive_reader_20_filled:before {
    content: "\f4a2";
}
.icon-ic_fluent_immersive_reader_24_filled:before {
    content: "\f4a3";
}
.icon-ic_fluent_important_12_filled:before {
    content: "\f4a4";
}
.icon-ic_fluent_important_16_filled:before {
    content: "\f4a5";
}
.icon-ic_fluent_important_20_filled:before {
    content: "\f4a6";
}
.icon-ic_fluent_important_24_filled:before {
    content: "\f4a7";
}
.icon-ic_fluent_incognito_24_filled:before {
    content: "\f4a8";
}
.icon-ic_fluent_info_16_filled:before {
    content: "\f4a9";
}
.icon-ic_fluent_info_20_filled:before {
    content: "\f4aa";
}
.icon-ic_fluent_info_24_filled:before {
    content: "\f4ab";
}
.icon-ic_fluent_info_28_filled:before {
    content: "\f4ac";
}
.icon-ic_fluent_inking_tool_16_filled:before {
    content: "\f4ad";
}
.icon-ic_fluent_inking_tool_20_filled:before {
    content: "\f4ae";
}
.icon-ic_fluent_inking_tool_24_filled:before {
    content: "\f4af";
}
.icon-ic_fluent_inking_tool_accent_16_filled:before {
    content: "\f4b0";
}
.icon-ic_fluent_inking_tool_accent_20_filled:before {
    content: "\f4b1";
}
.icon-ic_fluent_inking_tool_accent_24_filled:before {
    content: "\f4b2";
}
.icon-ic_fluent_inprivate_account_16_filled:before {
    content: "\f4b3";
}
.icon-ic_fluent_inprivate_account_20_filled:before {
    content: "\f4b4";
}
.icon-ic_fluent_inprivate_account_24_filled:before {
    content: "\f4b5";
}
.icon-ic_fluent_inprivate_account_28_filled:before {
    content: "\f4b6";
}
.icon-ic_fluent_insert_20_filled:before {
    content: "\f4b7";
}
.icon-ic_fluent_ios_chevron_right_20_filled:before {
    content: "\f4bc";
}
.icon-ic_fluent_javascript_16_filled:before {
    content: "\f4bd";
}
.icon-ic_fluent_javascript_20_filled:before {
    content: "\f4be";
}
.icon-ic_fluent_javascript_24_filled:before {
    content: "\f4bf";
}
.icon-ic_fluent_key_20_filled:before {
    content: "\f4c0";
}
.icon-ic_fluent_key_24_filled:before {
    content: "\f4c1";
}
.icon-ic_fluent_keyboard_20_filled:before {
    content: "\f4c2";
}
.icon-ic_fluent_keyboard_24_filled:before {
    content: "\f4c3";
}
.icon-ic_fluent_keyboard_dock_24_filled:before {
    content: "\f4c4";
}
.icon-ic_fluent_keyboard_layout_float_24_filled:before {
    content: "\f4c5";
}
.icon-ic_fluent_keyboard_layout_one_handed_left_24_filled:before {
    content: "\f4c6";
}
.icon-ic_fluent_keyboard_layout_resize_24_filled:before {
    content: "\f4c7";
}
.icon-ic_fluent_keyboard_layout_split_24_filled:before {
    content: "\f4c8";
}
.icon-ic_fluent_keyboard_shift_24_filled:before {
    content: "\f4c9";
}
.icon-ic_fluent_keyboard_shift_uppercase_24_filled:before {
    content: "\f4ca";
}
.icon-ic_fluent_keyboard_tab_24_filled:before {
    content: "\f4cb";
}
.icon-ic_fluent_laptop_16_filled:before {
    content: "\f4cc";
}
.icon-ic_fluent_laptop_20_filled:before {
    content: "\f4cd";
}
.icon-ic_fluent_laptop_24_filled:before {
    content: "\f4ce";
}
.icon-ic_fluent_laptop_28_filled:before {
    content: "\f4cf";
}
.icon-ic_fluent_lasso_24_filled:before {
    content: "\f4d3";
}
.icon-ic_fluent_launcher_settings_24_filled:before {
    content: "\f4d4";
}
.icon-ic_fluent_layer_20_filled:before {
    content: "\f4d5";
}
.icon-ic_fluent_layer_24_filled:before {
    content: "\f4d6";
}
.icon-ic_fluent_leaf_two_16_filled:before {
    content: "\f4da";
}
.icon-ic_fluent_leaf_two_20_filled:before {
    content: "\f4db";
}
.icon-ic_fluent_leaf_two_24_filled:before {
    content: "\f4dc";
}
.icon-ic_fluent_library_24_filled:before {
    content: "\f4dd";
}
.icon-ic_fluent_library_28_filled:before {
    content: "\f4de";
}
.icon-ic_fluent_lightbulb_16_filled:before {
    content: "\f4df";
}
.icon-ic_fluent_lightbulb_20_filled:before {
    content: "\f4e0";
}
.icon-ic_fluent_lightbulb_24_filled:before {
    content: "\f4e1";
}
.icon-ic_fluent_lightbulb_circle_24_filled:before {
    content: "\f4e2";
}
.icon-ic_fluent_lightbulb_filament_16_filled:before {
    content: "\f4e3";
}
.icon-ic_fluent_lightbulb_filament_20_filled:before {
    content: "\f4e4";
}
.icon-ic_fluent_lightbulb_filament_24_filled:before {
    content: "\f4e5";
}
.icon-ic_fluent_likert_16_filled:before {
    content: "\f4e7";
}
.icon-ic_fluent_likert_20_filled:before {
    content: "\f4e8";
}
.icon-ic_fluent_likert_24_filled:before {
    content: "\f4e9";
}
.icon-ic_fluent_line_horizontal_1_20_filled:before {
    content: "\f4ea";
}
.icon-ic_fluent_line_horizontal_3_20_filled:before {
    content: "\f4eb";
}
.icon-ic_fluent_line_horizontal_5_20_filled:before {
    content: "\f4ec";
}
.icon-ic_fluent_link_16_filled:before {
    content: "\f4ed";
}
.icon-ic_fluent_link_20_filled:before {
    content: "\f4ee";
}
.icon-ic_fluent_link_24_filled:before {
    content: "\f4ef";
}
.icon-ic_fluent_link_28_filled:before {
    content: "\f4f0";
}
.icon-ic_fluent_link_48_filled:before {
    content: "\f4f1";
}
.icon-ic_fluent_link_edit_16_filled:before {
    content: "\f4f2";
}
.icon-ic_fluent_link_edit_20_filled:before {
    content: "\f4f3";
}
.icon-ic_fluent_link_edit_24_filled:before {
    content: "\f4f4";
}
.icon-ic_fluent_link_square_24_filled:before {
    content: "\f4f6";
}
.icon-ic_fluent_list_20_filled:before {
    content: "\f4f7";
}
.icon-ic_fluent_list_24_filled:before {
    content: "\f4f8";
}
.icon-ic_fluent_list_28_filled:before {
    content: "\f4f9";
}
.icon-ic_fluent_live_20_filled:before {
    content: "\f4fa";
}
.icon-ic_fluent_live_24_filled:before {
    content: "\f4fb";
}
.icon-ic_fluent_local_language_16_filled:before {
    content: "\f4fc";
}
.icon-ic_fluent_local_language_20_filled:before {
    content: "\f4fd";
}
.icon-ic_fluent_local_language_24_filled:before {
    content: "\f4fe";
}
.icon-ic_fluent_local_language_28_filled:before {
    content: "\f4ff";
}
.icon-ic_fluent_location_12_filled:before {
    content: "\f500";
}
.icon-ic_fluent_location_16_filled:before {
    content: "\f501";
}
.icon-ic_fluent_location_20_filled:before {
    content: "\f502";
}
.icon-ic_fluent_location_24_filled:before {
    content: "\f503";
}
.icon-ic_fluent_location_28_filled:before {
    content: "\f504";
}
.icon-ic_fluent_location_live_20_filled:before {
    content: "\f505";
}
.icon-ic_fluent_location_live_24_filled:before {
    content: "\f506";
}
.icon-ic_fluent_lock_shield_20_filled:before {
    content: "\f50c";
}
.icon-ic_fluent_lock_shield_24_filled:before {
    content: "\f50d";
}
.icon-ic_fluent_lock_shield_48_filled:before {
    content: "\f50e";
}
.icon-ic_fluent_mail_20_filled:before {
    content: "\f510";
}
.icon-ic_fluent_mail_24_filled:before {
    content: "\f511";
}
.icon-ic_fluent_mail_28_filled:before {
    content: "\f512";
}
.icon-ic_fluent_mail_48_filled:before {
    content: "\f513";
}
.icon-ic_fluent_mail_add_24_filled:before {
    content: "\f514";
}
.icon-ic_fluent_mail_all_read_20_filled:before {
    content: "\f518";
}
.icon-ic_fluent_mail_all_unread_20_filled:before {
    content: "\f519";
}
.icon-ic_fluent_mail_clock_20_filled:before {
    content: "\f51a";
}
.icon-ic_fluent_mail_copy_20_filled:before {
    content: "\f51b";
}
.icon-ic_fluent_mail_copy_24_filled:before {
    content: "\f51c";
}
.icon-ic_fluent_mail_inbox_16_filled:before {
    content: "\f51d";
}
.icon-ic_fluent_mail_inbox_20_filled:before {
    content: "\f51e";
}
.icon-ic_fluent_mail_inbox_24_filled:before {
    content: "\f51f";
}
.icon-ic_fluent_mail_inbox_28_filled:before {
    content: "\f520";
}
.icon-ic_fluent_mail_inbox_add_16_filled:before {
    content: "\f521";
}
.icon-ic_fluent_mail_inbox_add_20_filled:before {
    content: "\f522";
}
.icon-ic_fluent_mail_inbox_add_24_filled:before {
    content: "\f523";
}
.icon-ic_fluent_mail_inbox_add_28_filled:before {
    content: "\f524";
}
.icon-ic_fluent_mail_inbox_dismiss_16_filled:before {
    content: "\f525";
}
.icon-ic_fluent_mail_inbox_dismiss_20_filled:before {
    content: "\f526";
}
.icon-ic_fluent_mail_inbox_dismiss_24_filled:before {
    content: "\f527";
}
.icon-ic_fluent_mail_inbox_dismiss_28_filled:before {
    content: "\f528";
}
.icon-ic_fluent_mail_read_20_filled:before {
    content: "\f52b";
}
.icon-ic_fluent_mail_read_24_filled:before {
    content: "\f52c";
}
.icon-ic_fluent_mail_read_28_filled:before {
    content: "\f52d";
}
.icon-ic_fluent_mail_read_48_filled:before {
    content: "\f52e";
}
.icon-ic_fluent_mail_unread_16_filled:before {
    content: "\f52f";
}
.icon-ic_fluent_mail_unread_20_filled:before {
    content: "\f530";
}
.icon-ic_fluent_mail_unread_24_filled:before {
    content: "\f531";
}
.icon-ic_fluent_mail_unread_28_filled:before {
    content: "\f532";
}
.icon-ic_fluent_mail_unread_48_filled:before {
    content: "\f533";
}
.icon-ic_fluent_map_24_filled:before {
    content: "\f538";
}
.icon-ic_fluent_map_drive_16_filled:before {
    content: "\f539";
}
.icon-ic_fluent_map_drive_20_filled:before {
    content: "\f53a";
}
.icon-ic_fluent_map_drive_24_filled:before {
    content: "\f53b";
}
.icon-ic_fluent_match_app_layout_24_filled:before {
    content: "\f53c";
}
.icon-ic_fluent_maximize_16_filled:before {
    content: "\f53d";
}
.icon-ic_fluent_meet_now_20_filled:before {
    content: "\f53e";
}
.icon-ic_fluent_meet_now_24_filled:before {
    content: "\f53f";
}
.icon-ic_fluent_megaphone_16_filled:before {
    content: "\f540";
}
.icon-ic_fluent_megaphone_20_filled:before {
    content: "\f541";
}
.icon-ic_fluent_megaphone_24_filled:before {
    content: "\f542";
}
.icon-ic_fluent_megaphone_28_filled:before {
    content: "\f543";
}
.icon-ic_fluent_megaphone_off_24_filled:before {
    content: "\f544";
}
.icon-ic_fluent_mention_16_filled:before {
    content: "\f545";
}
.icon-ic_fluent_mention_20_filled:before {
    content: "\f546";
}
.icon-ic_fluent_mention_24_filled:before {
    content: "\f547";
}
.icon-ic_fluent_merge_24_filled:before {
    content: "\f548";
}
.icon-ic_fluent_mic_off_12_filled:before {
    content: "\f549";
}
.icon-ic_fluent_mic_off_16_filled:before {
    content: "\f54a";
}
.icon-ic_fluent_mic_off_24_filled:before {
    content: "\f54b";
}
.icon-ic_fluent_mic_off_28_filled:before {
    content: "\f54c";
}
.icon-ic_fluent_mic_settings_24_filled:before {
    content: "\f552";
}
.icon-ic_fluent_midi_20_filled:before {
    content: "\f553";
}
.icon-ic_fluent_midi_24_filled:before {
    content: "\f554";
}
.icon-ic_fluent_mobile_optimized_24_filled:before {
    content: "\f557";
}
.icon-ic_fluent_money_16_filled:before {
    content: "\f558";
}
.icon-ic_fluent_money_20_filled:before {
    content: "\f559";
}
.icon-ic_fluent_money_24_filled:before {
    content: "\f55a";
}
.icon-ic_fluent_more_vertical_20_filled:before {
    content: "\f560";
}
.icon-ic_fluent_more_vertical_24_filled:before {
    content: "\f561";
}
.icon-ic_fluent_more_vertical_28_filled:before {
    content: "\f562";
}
.icon-ic_fluent_more_vertical_48_filled:before {
    content: "\f563";
}
.icon-ic_fluent_movies_and_tv_24_filled:before {
    content: "\f564";
}
.icon-ic_fluent_my_location_24_filled:before {
    content: "\f569";
}
.icon-ic_fluent_navigation_20_filled:before {
    content: "\f56a";
}
.icon-ic_fluent_navigation_24_filled:before {
    content: "\f56b";
}
.icon-ic_fluent_network_check_24_filled:before {
    content: "\f56c";
}
.icon-ic_fluent_new_16_filled:before {
    content: "\f56d";
}
.icon-ic_fluent_new_24_filled:before {
    content: "\f56e";
}
.icon-ic_fluent_news_20_filled:before {
    content: "\f56f";
}
.icon-ic_fluent_news_24_filled:before {
    content: "\f570";
}
.icon-ic_fluent_news_28_filled:before {
    content: "\f571";
}
.icon-ic_fluent_next_16_filled:before {
    content: "\f572";
}
.icon-ic_fluent_next_20_filled:before {
    content: "\f573";
}
.icon-ic_fluent_next_24_filled:before {
    content: "\f574";
}
.icon-ic_fluent_note_20_filled:before {
    content: "\f575";
}
.icon-ic_fluent_note_24_filled:before {
    content: "\f576";
}
.icon-ic_fluent_note_add_16_filled:before {
    content: "\f577";
}
.icon-ic_fluent_note_add_20_filled:before {
    content: "\f578";
}
.icon-ic_fluent_note_add_24_filled:before {
    content: "\f579";
}
.icon-ic_fluent_notebook_24_filled:before {
    content: "\f57a";
}
.icon-ic_fluent_notebook_error_24_filled:before {
    content: "\f57b";
}
.icon-ic_fluent_notebook_lightning_24_filled:before {
    content: "\f57c";
}
.icon-ic_fluent_notebook_question_mark_24_filled:before {
    content: "\f57d";
}
.icon-ic_fluent_notebook_section_24_filled:before {
    content: "\f57e";
}
.icon-ic_fluent_notebook_sync_24_filled:before {
    content: "\f57f";
}
.icon-ic_fluent_notepad_20_filled:before {
    content: "\f580";
}
.icon-ic_fluent_notepad_24_filled:before {
    content: "\f581";
}
.icon-ic_fluent_notepad_28_filled:before {
    content: "\f582";
}
.icon-ic_fluent_number_row_16_filled:before {
    content: "\f583";
}
.icon-ic_fluent_number_row_20_filled:before {
    content: "\f584";
}
.icon-ic_fluent_number_row_24_filled:before {
    content: "\f585";
}
.icon-ic_fluent_number_symbol_16_filled:before {
    content: "\f586";
}
.icon-ic_fluent_number_symbol_20_filled:before {
    content: "\f587";
}
.icon-ic_fluent_number_symbol_24_filled:before {
    content: "\f588";
}
.icon-ic_fluent_open_16_filled:before {
    content: "\f58b";
}
.icon-ic_fluent_open_20_filled:before {
    content: "\f58c";
}
.icon-ic_fluent_open_24_filled:before {
    content: "\f58d";
}
.icon-ic_fluent_open_folder_24_filled:before {
    content: "\f58e";
}
.icon-ic_fluent_options_16_filled:before {
    content: "\f590";
}
.icon-ic_fluent_options_20_filled:before {
    content: "\f591";
}
.icon-ic_fluent_options_24_filled:before {
    content: "\f592";
}
.icon-ic_fluent_organization_20_filled:before {
    content: "\f593";
}
.icon-ic_fluent_organization_24_filled:before {
    content: "\f594";
}
.icon-ic_fluent_organization_28_filled:before {
    content: "\f595";
}
.icon-ic_fluent_page_fit_16_filled:before {
    content: "\f598";
}
.icon-ic_fluent_page_fit_20_filled:before {
    content: "\f599";
}
.icon-ic_fluent_page_fit_24_filled:before {
    content: "\f59a";
}
.icon-ic_fluent_paint_brush_16_filled:before {
    content: "\f59b";
}
.icon-ic_fluent_paint_brush_20_filled:before {
    content: "\f59c";
}
.icon-ic_fluent_paint_brush_24_filled:before {
    content: "\f59d";
}
.icon-ic_fluent_paint_bucket_16_filled:before {
    content: "\f59e";
}
.icon-ic_fluent_paint_bucket_20_filled:before {
    content: "\f59f";
}
.icon-ic_fluent_paint_bucket_24_filled:before {
    content: "\f5a0";
}
.icon-ic_fluent_pair_24_filled:before {
    content: "\f5a1";
}
.icon-ic_fluent_password_24_filled:before {
    content: "\f5a8";
}
.icon-ic_fluent_patient_24_filled:before {
    content: "\f5a9";
}
.icon-ic_fluent_pause_16_filled:before {
    content: "\f5aa";
}
.icon-ic_fluent_pause_20_filled:before {
    content: "\f5ab";
}
.icon-ic_fluent_pause_24_filled:before {
    content: "\f5ac";
}
.icon-ic_fluent_pause_48_filled:before {
    content: "\f5ad";
}
.icon-ic_fluent_payment_20_filled:before {
    content: "\f5ae";
}
.icon-ic_fluent_payment_24_filled:before {
    content: "\f5af";
}
.icon-ic_fluent_people_16_filled:before {
    content: "\f5b1";
}
.icon-ic_fluent_people_20_filled:before {
    content: "\f5b2";
}
.icon-ic_fluent_people_24_filled:before {
    content: "\f5b3";
}
.icon-ic_fluent_people_28_filled:before {
    content: "\f5b4";
}
.icon-ic_fluent_people_add_16_filled:before {
    content: "\f5b5";
}
.icon-ic_fluent_people_add_20_filled:before {
    content: "\f5b6";
}
.icon-ic_fluent_people_add_24_filled:before {
    content: "\f5b7";
}
.icon-ic_fluent_people_audience_24_filled:before {
    content: "\f5b8";
}
.icon-ic_fluent_people_community_16_filled:before {
    content: "\f5b9";
}
.icon-ic_fluent_people_community_20_filled:before {
    content: "\f5ba";
}
.icon-ic_fluent_people_community_24_filled:before {
    content: "\f5bb";
}
.icon-ic_fluent_people_community_28_filled:before {
    content: "\f5bc";
}
.icon-ic_fluent_people_community_add_24_filled:before {
    content: "\f5bd";
}
.icon-ic_fluent_people_prohibited_20_filled:before {
    content: "\f5be";
}
.icon-ic_fluent_people_search_24_filled:before {
    content: "\f5bf";
}
.icon-ic_fluent_people_settings_20_filled:before {
    content: "\f5c0";
}
.icon-ic_fluent_people_team_16_filled:before {
    content: "\f5c1";
}
.icon-ic_fluent_people_team_20_filled:before {
    content: "\f5c2";
}
.icon-ic_fluent_people_team_24_filled:before {
    content: "\f5c3";
}
.icon-ic_fluent_people_team_28_filled:before {
    content: "\f5c4";
}
.icon-ic_fluent_person_12_filled:before {
    content: "\f5c5";
}
.icon-ic_fluent_person_16_filled:before {
    content: "\f5c6";
}
.icon-ic_fluent_person_20_filled:before {
    content: "\f5c7";
}
.icon-ic_fluent_person_24_filled:before {
    content: "\f5c8";
}
.icon-ic_fluent_person_28_filled:before {
    content: "\f5c9";
}
.icon-ic_fluent_person_48_filled:before {
    content: "\f5ca";
}
.icon-ic_fluent_person_accounts_24_filled:before {
    content: "\f5cb";
}
.icon-ic_fluent_person_add_20_filled:before {
    content: "\f5cc";
}
.icon-ic_fluent_person_add_24_filled:before {
    content: "\f5cd";
}
.icon-ic_fluent_person_arrow_left_20_filled:before {
    content: "\f5ce";
}
.icon-ic_fluent_person_arrow_left_24_filled:before {
    content: "\f5cf";
}
.icon-ic_fluent_person_arrow_right_16_filled:before {
    content: "\f5d0";
}
.icon-ic_fluent_person_arrow_right_20_filled:before {
    content: "\f5d1";
}
.icon-ic_fluent_person_arrow_right_24_filled:before {
    content: "\f5d2";
}
.icon-ic_fluent_person_available_16_filled:before {
    content: "\f5d3";
}
.icon-ic_fluent_person_available_24_filled:before {
    content: "\f5d4";
}
.icon-ic_fluent_person_board_16_filled:before {
    content: "\f5d6";
}
.icon-ic_fluent_person_board_20_filled:before {
    content: "\f5d7";
}
.icon-ic_fluent_person_board_24_filled:before {
    content: "\f5d8";
}
.icon-ic_fluent_person_call_24_filled:before {
    content: "\f5d9";
}
.icon-ic_fluent_person_delete_16_filled:before {
    content: "\f5da";
}
.icon-ic_fluent_person_delete_24_filled:before {
    content: "\f5db";
}
.icon-ic_fluent_person_feedback_20_filled:before {
    content: "\f5dc";
}
.icon-ic_fluent_person_feedback_24_filled:before {
    content: "\f5dd";
}
.icon-ic_fluent_person_prohibited_20_filled:before {
    content: "\f5de";
}
.icon-ic_fluent_person_question_mark_16_filled:before {
    content: "\f5df";
}
.icon-ic_fluent_person_question_mark_20_filled:before {
    content: "\f5e0";
}
.icon-ic_fluent_person_question_mark_24_filled:before {
    content: "\f5e1";
}
.icon-ic_fluent_person_support_16_filled:before {
    content: "\f5e2";
}
.icon-ic_fluent_person_support_20_filled:before {
    content: "\f5e3";
}
.icon-ic_fluent_person_support_24_filled:before {
    content: "\f5e4";
}
.icon-ic_fluent_person_swap_16_filled:before {
    content: "\f5e5";
}
.icon-ic_fluent_person_swap_20_filled:before {
    content: "\f5e6";
}
.icon-ic_fluent_person_swap_24_filled:before {
    content: "\f5e7";
}
.icon-ic_fluent_person_voice_20_filled:before {
    content: "\f5e8";
}
.icon-ic_fluent_person_voice_24_filled:before {
    content: "\f5e9";
}
.icon-ic_fluent_phone_20_filled:before {
    content: "\f5ea";
}
.icon-ic_fluent_phone_24_filled:before {
    content: "\f5eb";
}
.icon-ic_fluent_phone_desktop_16_filled:before {
    content: "\f5ee";
}
.icon-ic_fluent_phone_desktop_20_filled:before {
    content: "\f5ef";
}
.icon-ic_fluent_phone_desktop_24_filled:before {
    content: "\f5f0";
}
.icon-ic_fluent_phone_desktop_28_filled:before {
    content: "\f5f1";
}
.icon-ic_fluent_phone_laptop_20_filled:before {
    content: "\f5f4";
}
.icon-ic_fluent_phone_laptop_24_filled:before {
    content: "\f5f5";
}
.icon-ic_fluent_phone_link_setup_24_filled:before {
    content: "\f5f6";
}
.icon-ic_fluent_phone_page_header_24_filled:before {
    content: "\f5f9";
}
.icon-ic_fluent_phone_pagination_24_filled:before {
    content: "\f5fa";
}
.icon-ic_fluent_phone_screen_time_24_filled:before {
    content: "\f5fb";
}
.icon-ic_fluent_phone_shake_24_filled:before {
    content: "\f5fc";
}
.icon-ic_fluent_phone_status_bar_24_filled:before {
    content: "\f5fd";
}
.icon-ic_fluent_phone_tablet_20_filled:before {
    content: "\f5fe";
}
.icon-ic_fluent_phone_tablet_24_filled:before {
    content: "\f5ff";
}
.icon-ic_fluent_phone_update_24_filled:before {
    content: "\f602";
}
.icon-ic_fluent_phone_vertical_scroll_24_filled:before {
    content: "\f603";
}
.icon-ic_fluent_phone_vibrate_24_filled:before {
    content: "\f604";
}
.icon-ic_fluent_photo_filter_24_filled:before {
    content: "\f605";
}
.icon-ic_fluent_picture_in_picture_16_filled:before {
    content: "\f606";
}
.icon-ic_fluent_picture_in_picture_20_filled:before {
    content: "\f607";
}
.icon-ic_fluent_picture_in_picture_24_filled:before {
    content: "\f608";
}
.icon-ic_fluent_pin_12_filled:before {
    content: "\f609";
}
.icon-ic_fluent_pin_16_filled:before {
    content: "\f60a";
}
.icon-ic_fluent_pin_20_filled:before {
    content: "\f60b";
}
.icon-ic_fluent_pin_24_filled:before {
    content: "\f60c";
}
.icon-ic_fluent_pin_off_20_filled:before {
    content: "\f60d";
}
.icon-ic_fluent_pin_off_24_filled:before {
    content: "\f60e";
}
.icon-ic_fluent_play_20_filled:before {
    content: "\f60f";
}
.icon-ic_fluent_play_24_filled:before {
    content: "\f610";
}
.icon-ic_fluent_play_48_filled:before {
    content: "\f611";
}
.icon-ic_fluent_play_circle_24_filled:before {
    content: "\f612";
}
.icon-ic_fluent_plug_disconnected_20_filled:before {
    content: "\f613";
}
.icon-ic_fluent_plug_disconnected_24_filled:before {
    content: "\f614";
}
.icon-ic_fluent_plug_disconnected_28_filled:before {
    content: "\f615";
}
.icon-ic_fluent_point_scan_24_filled:before {
    content: "\f616";
}
.icon-ic_fluent_poll_24_filled:before {
    content: "\f617";
}
.icon-ic_fluent_power_20_filled:before {
    content: "\f618";
}
.icon-ic_fluent_power_24_filled:before {
    content: "\f619";
}
.icon-ic_fluent_power_28_filled:before {
    content: "\f61a";
}
.icon-ic_fluent_predictions_24_filled:before {
    content: "\f61b";
}
.icon-ic_fluent_premium_16_filled:before {
    content: "\f61c";
}
.icon-ic_fluent_premium_20_filled:before {
    content: "\f61d";
}
.icon-ic_fluent_premium_24_filled:before {
    content: "\f61e";
}
.icon-ic_fluent_premium_28_filled:before {
    content: "\f61f";
}
.icon-ic_fluent_presence_available_10_filled:before {
    content: "\f620";
}
.icon-ic_fluent_presence_available_12_filled:before {
    content: "\f621";
}
.icon-ic_fluent_presence_available_16_filled:before {
    content: "\f622";
}
.icon-ic_fluent_presence_away_10_filled:before {
    content: "\f623";
}
.icon-ic_fluent_presence_away_12_filled:before {
    content: "\f624";
}
.icon-ic_fluent_presence_away_16_filled:before {
    content: "\f625";
}
.icon-ic_fluent_presence_busy_10_filled:before {
    content: "\f626";
}
.icon-ic_fluent_presence_busy_12_filled:before {
    content: "\f627";
}
.icon-ic_fluent_presence_busy_16_filled:before {
    content: "\f628";
}
.icon-ic_fluent_presence_dnd_10_filled:before {
    content: "\f629";
}
.icon-ic_fluent_presence_dnd_12_filled:before {
    content: "\f62a";
}
.icon-ic_fluent_presence_dnd_16_filled:before {
    content: "\f62b";
}
.icon-ic_fluent_presenter_24_filled:before {
    content: "\f62c";
}
.icon-ic_fluent_presenter_off_24_filled:before {
    content: "\f62d";
}
.icon-ic_fluent_preview_link_16_filled:before {
    content: "\f62e";
}
.icon-ic_fluent_preview_link_20_filled:before {
    content: "\f62f";
}
.icon-ic_fluent_preview_link_24_filled:before {
    content: "\f630";
}
.icon-ic_fluent_previous_16_filled:before {
    content: "\f631";
}
.icon-ic_fluent_previous_20_filled:before {
    content: "\f632";
}
.icon-ic_fluent_previous_24_filled:before {
    content: "\f633";
}
.icon-ic_fluent_print_20_filled:before {
    content: "\f634";
}
.icon-ic_fluent_print_24_filled:before {
    content: "\f635";
}
.icon-ic_fluent_print_48_filled:before {
    content: "\f636";
}
.icon-ic_fluent_prohibited_20_filled:before {
    content: "\f637";
}
.icon-ic_fluent_prohibited_24_filled:before {
    content: "\f638";
}
.icon-ic_fluent_prohibited_28_filled:before {
    content: "\f639";
}
.icon-ic_fluent_prohibited_48_filled:before {
    content: "\f63a";
}
.icon-ic_fluent_protocol_handler_16_filled:before {
    content: "\f63c";
}
.icon-ic_fluent_protocol_handler_20_filled:before {
    content: "\f63d";
}
.icon-ic_fluent_protocol_handler_24_filled:before {
    content: "\f63e";
}
.icon-ic_fluent_qr_code_24_filled:before {
    content: "\f63f";
}
.icon-ic_fluent_qr_code_28_filled:before {
    content: "\f640";
}
.icon-ic_fluent_question_16_filled:before {
    content: "\f641";
}
.icon-ic_fluent_question_20_filled:before {
    content: "\f642";
}
.icon-ic_fluent_question_24_filled:before {
    content: "\f643";
}
.icon-ic_fluent_question_28_filled:before {
    content: "\f644";
}
.icon-ic_fluent_question_48_filled:before {
    content: "\f645";
}
.icon-ic_fluent_question_circle_16_filled:before {
    content: "\f646";
}
.icon-ic_fluent_question_circle_20_filled:before {
    content: "\f647";
}
.icon-ic_fluent_question_circle_24_filled:before {
    content: "\f648";
}
.icon-ic_fluent_question_circle_28_filled:before {
    content: "\f649";
}
.icon-ic_fluent_question_circle_48_filled:before {
    content: "\f64a";
}
.icon-ic_fluent_quiz_new_24_filled:before {
    content: "\f64b";
}
.icon-ic_fluent_quiz_new_28_filled:before {
    content: "\f64c";
}
.icon-ic_fluent_quiz_new_48_filled:before {
    content: "\f64d";
}
.icon-ic_fluent_radio_button_20_filled:before {
    content: "\f64e";
}
.icon-ic_fluent_radio_button_24_filled:before {
    content: "\f64f";
}
.icon-ic_fluent_rating_mature_16_filled:before {
    content: "\f650";
}
.icon-ic_fluent_rating_mature_20_filled:before {
    content: "\f651";
}
.icon-ic_fluent_rating_mature_24_filled:before {
    content: "\f652";
}
.icon-ic_fluent_re_order_16_filled:before {
    content: "\f653";
}
.icon-ic_fluent_re_order_24_filled:before {
    content: "\f654";
}
.icon-ic_fluent_read_aloud_20_filled:before {
    content: "\f657";
}
.icon-ic_fluent_read_aloud_24_filled:before {
    content: "\f658";
}
.icon-ic_fluent_reading_list_16_filled:before {
    content: "\f65b";
}
.icon-ic_fluent_reading_list_20_filled:before {
    content: "\f65c";
}
.icon-ic_fluent_reading_list_24_filled:before {
    content: "\f65d";
}
.icon-ic_fluent_reading_list_28_filled:before {
    content: "\f65e";
}
.icon-ic_fluent_reading_list_add_16_filled:before {
    content: "\f65f";
}
.icon-ic_fluent_reading_list_add_20_filled:before {
    content: "\f660";
}
.icon-ic_fluent_reading_list_add_24_filled:before {
    content: "\f661";
}
.icon-ic_fluent_reading_list_add_28_filled:before {
    content: "\f662";
}
.icon-ic_fluent_reading_mode_mobile_20_filled:before {
    content: "\f665";
}
.icon-ic_fluent_reading_mode_mobile_24_filled:before {
    content: "\f666";
}
.icon-ic_fluent_record_16_filled:before {
    content: "\f66a";
}
.icon-ic_fluent_record_20_filled:before {
    content: "\f66b";
}
.icon-ic_fluent_record_24_filled:before {
    content: "\f66c";
}
.icon-ic_fluent_rename_16_filled:before {
    content: "\f672";
}
.icon-ic_fluent_rename_20_filled:before {
    content: "\f673";
}
.icon-ic_fluent_rename_24_filled:before {
    content: "\f674";
}
.icon-ic_fluent_rename_28_filled:before {
    content: "\f675";
}
.icon-ic_fluent_resize_20_filled:before {
    content: "\f676";
}
.icon-ic_fluent_resize_image_24_filled:before {
    content: "\f677";
}
.icon-ic_fluent_resize_table_24_filled:before {
    content: "\f678";
}
.icon-ic_fluent_resize_video_24_filled:before {
    content: "\f679";
}
.icon-ic_fluent_reward_16_filled:before {
    content: "\f67b";
}
.icon-ic_fluent_reward_20_filled:before {
    content: "\f67c";
}
.icon-ic_fluent_reward_24_filled:before {
    content: "\f67d";
}
.icon-ic_fluent_rewind_20_filled:before {
    content: "\f67e";
}
.icon-ic_fluent_rewind_24_filled:before {
    content: "\f67f";
}
.icon-ic_fluent_rocket_16_filled:before {
    content: "\f680";
}
.icon-ic_fluent_rocket_20_filled:before {
    content: "\f681";
}
.icon-ic_fluent_rocket_24_filled:before {
    content: "\f682";
}
.icon-ic_fluent_router_24_filled:before {
    content: "\f683";
}
.icon-ic_fluent_row_triple_24_filled:before {
    content: "\f684";
}
.icon-ic_fluent_ruler_16_filled:before {
    content: "\f685";
}
.icon-ic_fluent_ruler_20_filled:before {
    content: "\f686";
}
.icon-ic_fluent_ruler_24_filled:before {
    content: "\f687";
}
.icon-ic_fluent_run_24_filled:before {
    content: "\f688";
}
.icon-ic_fluent_save_20_filled:before {
    content: "\f689";
}
.icon-ic_fluent_save_24_filled:before {
    content: "\f68a";
}
.icon-ic_fluent_save_copy_24_filled:before {
    content: "\f68d";
}
.icon-ic_fluent_savings_16_filled:before {
    content: "\f68e";
}
.icon-ic_fluent_savings_20_filled:before {
    content: "\f68f";
}
.icon-ic_fluent_savings_24_filled:before {
    content: "\f690";
}
.icon-ic_fluent_scale_fill_24_filled:before {
    content: "\f691";
}
.icon-ic_fluent_scale_fit_16_filled:before {
    content: "\f692";
}
.icon-ic_fluent_scale_fit_20_filled:before {
    content: "\f693";
}
.icon-ic_fluent_scale_fit_24_filled:before {
    content: "\f694";
}
.icon-ic_fluent_scan_24_filled:before {
    content: "\f695";
}
.icon-ic_fluent_scratchpad_24_filled:before {
    content: "\f696";
}
.icon-ic_fluent_screenshot_20_filled:before {
    content: "\f697";
}
.icon-ic_fluent_screenshot_24_filled:before {
    content: "\f698";
}
.icon-ic_fluent_search_20_filled:before {
    content: "\f699";
}
.icon-ic_fluent_search_24_filled:before {
    content: "\f69a";
}
.icon-ic_fluent_search_28_filled:before {
    content: "\f69b";
}
.icon-ic_fluent_search_info_24_filled:before {
    content: "\f69c";
}
.icon-ic_fluent_search_square_24_filled:before {
    content: "\f69d";
}
.icon-ic_fluent_select_all_off_24_filled:before {
    content: "\f69f";
}
.icon-ic_fluent_select_object_20_filled:before {
    content: "\f6a0";
}
.icon-ic_fluent_select_object_24_filled:before {
    content: "\f6a1";
}
.icon-ic_fluent_send_20_filled:before {
    content: "\f6a2";
}
.icon-ic_fluent_send_24_filled:before {
    content: "\f6a3";
}
.icon-ic_fluent_send_28_filled:before {
    content: "\f6a4";
}
.icon-ic_fluent_send_clock_20_filled:before {
    content: "\f6a5";
}
.icon-ic_fluent_send_copy_24_filled:before {
    content: "\f6a6";
}
.icon-ic_fluent_serial_port_16_filled:before {
    content: "\f6aa";
}
.icon-ic_fluent_serial_port_20_filled:before {
    content: "\f6ab";
}
.icon-ic_fluent_serial_port_24_filled:before {
    content: "\f6ac";
}
.icon-ic_fluent_service_bell_24_filled:before {
    content: "\f6ad";
}
.icon-ic_fluent_settings_16_filled:before {
    content: "\f6b1";
}
.icon-ic_fluent_settings_20_filled:before {
    content: "\f6b2";
}
.icon-ic_fluent_settings_24_filled:before {
    content: "\f6b3";
}
.icon-ic_fluent_settings_28_filled:before {
    content: "\f6b4";
}
.icon-ic_fluent_shapes_16_filled:before {
    content: "\f6b5";
}
.icon-ic_fluent_shapes_20_filled:before {
    content: "\f6b6";
}
.icon-ic_fluent_shapes_24_filled:before {
    content: "\f6b7";
}
.icon-ic_fluent_share_20_filled:before {
    content: "\f6b8";
}
.icon-ic_fluent_share_24_filled:before {
    content: "\f6b9";
}
.icon-ic_fluent_share_android_20_filled:before {
    content: "\f6ba";
}
.icon-ic_fluent_share_android_24_filled:before {
    content: "\f6bb";
}
.icon-ic_fluent_share_close_tray_24_filled:before {
    content: "\f6bc";
}
.icon-ic_fluent_share_ios_20_filled:before {
    content: "\f6be";
}
.icon-ic_fluent_share_ios_24_filled:before {
    content: "\f6bf";
}
.icon-ic_fluent_share_ios_28_filled:before {
    content: "\f6c0";
}
.icon-ic_fluent_share_ios_48_filled:before {
    content: "\f6c1";
}
.icon-ic_fluent_shield_20_filled:before {
    content: "\f6c7";
}
.icon-ic_fluent_shield_24_filled:before {
    content: "\f6c8";
}
.icon-ic_fluent_shield_dismiss_20_filled:before {
    content: "\f6c9";
}
.icon-ic_fluent_shield_dismiss_24_filled:before {
    content: "\f6ca";
}
.icon-ic_fluent_shield_error_20_filled:before {
    content: "\f6cb";
}
.icon-ic_fluent_shield_error_24_filled:before {
    content: "\f6cc";
}
.icon-ic_fluent_shield_keyhole_16_filled:before {
    content: "\f6cd";
}
.icon-ic_fluent_shield_keyhole_20_filled:before {
    content: "\f6ce";
}
.icon-ic_fluent_shield_keyhole_24_filled:before {
    content: "\f6cf";
}
.icon-ic_fluent_shield_prohibited_20_filled:before {
    content: "\f6d0";
}
.icon-ic_fluent_shield_prohibited_24_filled:before {
    content: "\f6d1";
}
.icon-ic_fluent_shifts_24_filled:before {
    content: "\f6d2";
}
.icon-ic_fluent_shifts_28_filled:before {
    content: "\f6d5";
}
.icon-ic_fluent_shifts_30_minutes_24_filled:before {
    content: "\f6d6";
}
.icon-ic_fluent_shifts_activity_20_filled:before {
    content: "\f6d7";
}
.icon-ic_fluent_shifts_activity_24_filled:before {
    content: "\f6d8";
}
.icon-ic_fluent_shifts_add_24_filled:before {
    content: "\f6d9";
}
.icon-ic_fluent_shifts_availability_24_filled:before {
    content: "\f6db";
}
.icon-ic_fluent_shifts_open_20_filled:before {
    content: "\f6dd";
}
.icon-ic_fluent_shifts_open_24_filled:before {
    content: "\f6de";
}
.icon-ic_fluent_shifts_team_24_filled:before {
    content: "\f6e0";
}
.icon-ic_fluent_sign_out_24_filled:before {
    content: "\f6e3";
}
.icon-ic_fluent_signature_16_filled:before {
    content: "\f6e4";
}
.icon-ic_fluent_signature_20_filled:before {
    content: "\f6e5";
}
.icon-ic_fluent_signature_24_filled:before {
    content: "\f6e6";
}
.icon-ic_fluent_signature_28_filled:before {
    content: "\f6e7";
}
.icon-ic_fluent_sim_16_filled:before {
    content: "\f6eb";
}
.icon-ic_fluent_sim_20_filled:before {
    content: "\f6ec";
}
.icon-ic_fluent_sim_24_filled:before {
    content: "\f6ed";
}
.icon-ic_fluent_sleep_24_filled:before {
    content: "\f6ee";
}
.icon-ic_fluent_slide_add_24_filled:before {
    content: "\f6ef";
}
.icon-ic_fluent_slide_hide_24_filled:before {
    content: "\f6f1";
}
.icon-ic_fluent_slide_layout_20_filled:before {
    content: "\f6f2";
}
.icon-ic_fluent_slide_layout_24_filled:before {
    content: "\f6f3";
}
.icon-ic_fluent_slide_microphone_24_filled:before {
    content: "\f6f4";
}
.icon-ic_fluent_slide_text_24_filled:before {
    content: "\f6f5";
}
.icon-ic_fluent_snooze_16_filled:before {
    content: "\f6fd";
}
.icon-ic_fluent_snooze_24_filled:before {
    content: "\f6fe";
}
.icon-ic_fluent_sound_source_24_filled:before {
    content: "\f6ff";
}
.icon-ic_fluent_sound_source_28_filled:before {
    content: "\f700";
}
.icon-ic_fluent_spacebar_24_filled:before {
    content: "\f701";
}
.icon-ic_fluent_speaker_0_24_filled:before {
    content: "\f702";
}
.icon-ic_fluent_speaker_1_24_filled:before {
    content: "\f704";
}
.icon-ic_fluent_speaker_bluetooth_24_filled:before {
    content: "\f708";
}
.icon-ic_fluent_speaker_edit_16_filled:before {
    content: "\f709";
}
.icon-ic_fluent_speaker_edit_20_filled:before {
    content: "\f70a";
}
.icon-ic_fluent_speaker_edit_24_filled:before {
    content: "\f70b";
}
.icon-ic_fluent_speaker_off_24_filled:before {
    content: "\f70f";
}
.icon-ic_fluent_speaker_off_28_filled:before {
    content: "\f710";
}
.icon-ic_fluent_speaker_settings_24_filled:before {
    content: "\f711";
}
.icon-ic_fluent_spinner_ios_20_filled:before {
    content: "\f712";
}
.icon-ic_fluent_star_12_filled:before {
    content: "\f716";
}
.icon-ic_fluent_star_16_filled:before {
    content: "\f717";
}
.icon-ic_fluent_star_20_filled:before {
    content: "\f718";
}
.icon-ic_fluent_star_24_filled:before {
    content: "\f719";
}
.icon-ic_fluent_star_28_filled:before {
    content: "\f71a";
}
.icon-ic_fluent_star_add_16_filled:before {
    content: "\f71b";
}
.icon-ic_fluent_star_add_20_filled:before {
    content: "\f71c";
}
.icon-ic_fluent_star_add_24_filled:before {
    content: "\f71d";
}
.icon-ic_fluent_star_arrow_right_start_24_filled:before {
    content: "\f71f";
}
.icon-ic_fluent_star_emphasis_24_filled:before {
    content: "\f720";
}
.icon-ic_fluent_star_half_12_filled:before {
    content: "\f721";
}
.icon-ic_fluent_star_half_16_filled:before {
    content: "\f722";
}
.icon-ic_fluent_star_half_20_filled:before {
    content: "\f723";
}
.icon-ic_fluent_star_half_24_filled:before {
    content: "\f724";
}
.icon-ic_fluent_star_half_28_filled:before {
    content: "\f725";
}
.icon-ic_fluent_star_off_12_filled:before {
    content: "\f726";
}
.icon-ic_fluent_star_off_16_filled:before {
    content: "\f727";
}
.icon-ic_fluent_star_off_20_filled:before {
    content: "\f728";
}
.icon-ic_fluent_star_off_24_filled:before {
    content: "\f729";
}
.icon-ic_fluent_star_off_28_filled:before {
    content: "\f72a";
}
.icon-ic_fluent_star_one_quarter_12_filled:before {
    content: "\f72b";
}
.icon-ic_fluent_star_one_quarter_16_filled:before {
    content: "\f72c";
}
.icon-ic_fluent_star_one_quarter_20_filled:before {
    content: "\f72d";
}
.icon-ic_fluent_star_one_quarter_24_filled:before {
    content: "\f72e";
}
.icon-ic_fluent_star_one_quarter_28_filled:before {
    content: "\f72f";
}
.icon-ic_fluent_star_prohibited_16_filled:before {
    content: "\f730";
}
.icon-ic_fluent_star_prohibited_20_filled:before {
    content: "\f731";
}
.icon-ic_fluent_star_prohibited_24_filled:before {
    content: "\f732";
}
.icon-ic_fluent_star_settings_24_filled:before {
    content: "\f733";
}
.icon-ic_fluent_star_three_quarter_12_filled:before {
    content: "\f734";
}
.icon-ic_fluent_star_three_quarter_16_filled:before {
    content: "\f735";
}
.icon-ic_fluent_star_three_quarter_20_filled:before {
    content: "\f736";
}
.icon-ic_fluent_star_three_quarter_24_filled:before {
    content: "\f737";
}
.icon-ic_fluent_star_three_quarter_28_filled:before {
    content: "\f738";
}
.icon-ic_fluent_status_16_filled:before {
    content: "\f739";
}
.icon-ic_fluent_status_20_filled:before {
    content: "\f73a";
}
.icon-ic_fluent_status_24_filled:before {
    content: "\f73b";
}
.icon-ic_fluent_stethoscope_20_filled:before {
    content: "\f73c";
}
.icon-ic_fluent_stethoscope_24_filled:before {
    content: "\f73d";
}
.icon-ic_fluent_sticker_20_filled:before {
    content: "\f73e";
}
.icon-ic_fluent_sticker_24_filled:before {
    content: "\f73f";
}
.icon-ic_fluent_sticker_add_24_filled:before {
    content: "\f740";
}
.icon-ic_fluent_stop_16_filled:before {
    content: "\f741";
}
.icon-ic_fluent_stop_20_filled:before {
    content: "\f742";
}
.icon-ic_fluent_stop_24_filled:before {
    content: "\f743";
}
.icon-ic_fluent_storage_24_filled:before {
    content: "\f744";
}
.icon-ic_fluent_store_microsoft_16_filled:before {
    content: "\f748";
}
.icon-ic_fluent_store_microsoft_20_filled:before {
    content: "\f749";
}
.icon-ic_fluent_store_microsoft_24_filled:before {
    content: "\f74a";
}
.icon-ic_fluent_style_guide_24_filled:before {
    content: "\f74b";
}
.icon-ic_fluent_sub_grid_24_filled:before {
    content: "\f74c";
}
.icon-ic_fluent_surface_earbuds_20_filled:before {
    content: "\f750";
}
.icon-ic_fluent_surface_earbuds_24_filled:before {
    content: "\f751";
}
.icon-ic_fluent_surface_hub_20_filled:before {
    content: "\f752";
}
.icon-ic_fluent_surface_hub_24_filled:before {
    content: "\f753";
}
.icon-ic_fluent_swipe_down_24_filled:before {
    content: "\f754";
}
.icon-ic_fluent_swipe_right_24_filled:before {
    content: "\f755";
}
.icon-ic_fluent_swipe_up_24_filled:before {
    content: "\f756";
}
.icon-ic_fluent_symbols_24_filled:before {
    content: "\f757";
}
.icon-ic_fluent_sync_off_16_filled:before {
    content: "\f758";
}
.icon-ic_fluent_sync_off_20_filled:before {
    content: "\f759";
}
.icon-ic_fluent_system_24_filled:before {
    content: "\f75a";
}
.icon-ic_fluent_tab_16_filled:before {
    content: "\f75b";
}
.icon-ic_fluent_tab_20_filled:before {
    content: "\f75c";
}
.icon-ic_fluent_tab_24_filled:before {
    content: "\f75d";
}
.icon-ic_fluent_tab_28_filled:before {
    content: "\f75e";
}
.icon-ic_fluent_tab_desktop_20_filled:before {
    content: "\f75f";
}
.icon-ic_fluent_tab_desktop_arrow_clockwise_16_filled:before {
    content: "\f760";
}
.icon-ic_fluent_tab_desktop_arrow_clockwise_20_filled:before {
    content: "\f761";
}
.icon-ic_fluent_tab_desktop_arrow_clockwise_24_filled:before {
    content: "\f762";
}
.icon-ic_fluent_tab_desktop_clock_20_filled:before {
    content: "\f763";
}
.icon-ic_fluent_tab_desktop_copy_20_filled:before {
    content: "\f764";
}
.icon-ic_fluent_tab_desktop_image_16_filled:before {
    content: "\f765";
}
.icon-ic_fluent_tab_desktop_image_20_filled:before {
    content: "\f766";
}
.icon-ic_fluent_tab_desktop_image_24_filled:before {
    content: "\f767";
}
.icon-ic_fluent_tab_desktop_multiple_20_filled:before {
    content: "\f768";
}
.icon-ic_fluent_tab_desktop_new_page_20_filled:before {
    content: "\f769";
}
.icon-ic_fluent_tab_in_private_16_filled:before {
    content: "\f76a";
}
.icon-ic_fluent_tab_in_private_20_filled:before {
    content: "\f76b";
}
.icon-ic_fluent_tab_in_private_24_filled:before {
    content: "\f76c";
}
.icon-ic_fluent_tab_in_private_28_filled:before {
    content: "\f76d";
}
.icon-ic_fluent_tab_inprivate_account_20_filled:before {
    content: "\f76e";
}
.icon-ic_fluent_tab_inprivate_account_24_filled:before {
    content: "\f76f";
}
.icon-ic_fluent_table_20_filled:before {
    content: "\f775";
}
.icon-ic_fluent_table_24_filled:before {
    content: "\f776";
}
.icon-ic_fluent_table_add_24_filled:before {
    content: "\f777";
}
.icon-ic_fluent_table_cells_merge_20_filled:before {
    content: "\f778";
}
.icon-ic_fluent_table_cells_merge_24_filled:before {
    content: "\f779";
}
.icon-ic_fluent_table_cells_split_20_filled:before {
    content: "\f77a";
}
.icon-ic_fluent_table_cells_split_24_filled:before {
    content: "\f77b";
}
.icon-ic_fluent_table_edit_24_filled:before {
    content: "\f780";
}
.icon-ic_fluent_table_freeze_column_24_filled:before {
    content: "\f782";
}
.icon-ic_fluent_table_freeze_row_24_filled:before {
    content: "\f783";
}
.icon-ic_fluent_table_move_left_24_filled:before {
    content: "\f789";
}
.icon-ic_fluent_table_move_right_24_filled:before {
    content: "\f78a";
}
.icon-ic_fluent_table_settings_24_filled:before {
    content: "\f78f";
}
.icon-ic_fluent_table_switch_24_filled:before {
    content: "\f790";
}
.icon-ic_fluent_tablet_20_filled:before {
    content: "\f791";
}
.icon-ic_fluent_tablet_24_filled:before {
    content: "\f792";
}
.icon-ic_fluent_tabs_24_filled:before {
    content: "\f793";
}
.icon-ic_fluent_tag_20_filled:before {
    content: "\f794";
}
.icon-ic_fluent_tag_24_filled:before {
    content: "\f795";
}
.icon-ic_fluent_tap_double_24_filled:before {
    content: "\f796";
}
.icon-ic_fluent_tap_single_24_filled:before {
    content: "\f797";
}
.icon-ic_fluent_target_16_filled:before {
    content: "\f798";
}
.icon-ic_fluent_target_20_filled:before {
    content: "\f799";
}
.icon-ic_fluent_target_24_filled:before {
    content: "\f79a";
}
.icon-ic_fluent_target_edit_16_filled:before {
    content: "\f79b";
}
.icon-ic_fluent_target_edit_20_filled:before {
    content: "\f79c";
}
.icon-ic_fluent_target_edit_24_filled:before {
    content: "\f79d";
}
.icon-ic_fluent_task_list_add_20_filled:before {
    content: "\f7a0";
}
.icon-ic_fluent_task_list_add_24_filled:before {
    content: "\f7a1";
}
.icon-ic_fluent_tasks_app_24_filled:before {
    content: "\f7a2";
}
.icon-ic_fluent_tasks_app_28_filled:before {
    content: "\f7a3";
}
.icon-ic_fluent_teddy_24_filled:before {
    content: "\f7a6";
}
.icon-ic_fluent_temperature_20_filled:before {
    content: "\f7a7";
}
.icon-ic_fluent_temperature_24_filled:before {
    content: "\f7a8";
}
.icon-ic_fluent_tent_24_filled:before {
    content: "\f7a9";
}
.icon-ic_fluent_text_add_space_after_20_filled:before {
    content: "\f7ad";
}
.icon-ic_fluent_text_add_space_after_24_filled:before {
    content: "\f7ae";
}
.icon-ic_fluent_text_add_space_before_20_filled:before {
    content: "\f7af";
}
.icon-ic_fluent_text_add_space_before_24_filled:before {
    content: "\f7b0";
}
.icon-ic_fluent_text_align_center_20_filled:before {
    content: "\f7b1";
}
.icon-ic_fluent_text_align_center_24_filled:before {
    content: "\f7b2";
}
.icon-ic_fluent_text_align_distributed_20_filled:before {
    content: "\f7b3";
}
.icon-ic_fluent_text_align_distributed_24_filled:before {
    content: "\f7b4";
}
.icon-ic_fluent_text_align_justify_20_filled:before {
    content: "\f7b5";
}
.icon-ic_fluent_text_align_justify_24_filled:before {
    content: "\f7b6";
}
.icon-ic_fluent_text_align_left_20_filled:before {
    content: "\f7b7";
}
.icon-ic_fluent_text_align_left_24_filled:before {
    content: "\f7b8";
}
.icon-ic_fluent_text_align_right_20_filled:before {
    content: "\f7b9";
}
.icon-ic_fluent_text_align_right_24_filled:before {
    content: "\f7ba";
}
.icon-ic_fluent_text_asterisk_20_filled:before {
    content: "\f7bb";
}
.icon-ic_fluent_text_bold_20_filled:before {
    content: "\f7bc";
}
.icon-ic_fluent_text_bold_24_filled:before {
    content: "\f7bd";
}
.icon-ic_fluent_text_bullet_list_add_24_filled:before {
    content: "\f7c0";
}
.icon-ic_fluent_text_bullet_list_square_24_filled:before {
    content: "\f7c1";
}
.icon-ic_fluent_text_bullet_list_square_warning_16_filled:before {
    content: "\f7c2";
}
.icon-ic_fluent_text_bullet_list_square_warning_20_filled:before {
    content: "\f7c3";
}
.icon-ic_fluent_text_bullet_list_square_warning_24_filled:before {
    content: "\f7c4";
}
.icon-ic_fluent_text_bullet_list_tree_16_filled:before {
    content: "\f7c5";
}
.icon-ic_fluent_text_bullet_list_tree_20_filled:before {
    content: "\f7c6";
}
.icon-ic_fluent_text_bullet_list_tree_24_filled:before {
    content: "\f7c7";
}
.icon-ic_fluent_text_change_case_20_filled:before {
    content: "\f7ca";
}
.icon-ic_fluent_text_change_case_24_filled:before {
    content: "\f7cb";
}
.icon-ic_fluent_text_clear_formatting_20_filled:before {
    content: "\f7d4";
}
.icon-ic_fluent_text_clear_formatting_24_filled:before {
    content: "\f7d5";
}
.icon-ic_fluent_text_collapse_24_filled:before {
    content: "\f7d6";
}
.icon-ic_fluent_text_color_20_filled:before {
    content: "\f7d7";
}
.icon-ic_fluent_text_color_24_filled:before {
    content: "\f7d8";
}
.icon-ic_fluent_text_column_one_20_filled:before {
    content: "\f7d9";
}
.icon-ic_fluent_text_column_one_24_filled:before {
    content: "\f7da";
}
.icon-ic_fluent_text_column_three_20_filled:before {
    content: "\f7db";
}
.icon-ic_fluent_text_column_three_24_filled:before {
    content: "\f7dc";
}
.icon-ic_fluent_text_column_two_20_filled:before {
    content: "\f7dd";
}
.icon-ic_fluent_text_column_two_24_filled:before {
    content: "\f7de";
}
.icon-ic_fluent_text_column_two_left_20_filled:before {
    content: "\f7df";
}
.icon-ic_fluent_text_column_two_left_24_filled:before {
    content: "\f7e0";
}
.icon-ic_fluent_text_column_two_right_20_filled:before {
    content: "\f7e1";
}
.icon-ic_fluent_text_column_two_right_24_filled:before {
    content: "\f7e2";
}
.icon-ic_fluent_text_description_20_filled:before {
    content: "\f7e3";
}
.icon-ic_fluent_text_description_24_filled:before {
    content: "\f7e4";
}
.icon-ic_fluent_text_direction_vertical_20_filled:before {
    content: "\f7ef";
}
.icon-ic_fluent_text_direction_vertical_24_filled:before {
    content: "\f7f0";
}
.icon-ic_fluent_text_edit_style_20_filled:before {
    content: "\f7f1";
}
.icon-ic_fluent_text_edit_style_24_filled:before {
    content: "\f7f2";
}
.icon-ic_fluent_text_effects_20_filled:before {
    content: "\f7f3";
}
.icon-ic_fluent_text_effects_24_filled:before {
    content: "\f7f4";
}
.icon-ic_fluent_text_expand_24_filled:before {
    content: "\f7f5";
}
.icon-ic_fluent_text_field_16_filled:before {
    content: "\f7f6";
}
.icon-ic_fluent_text_field_20_filled:before {
    content: "\f7f7";
}
.icon-ic_fluent_text_field_24_filled:before {
    content: "\f7f8";
}
.icon-ic_fluent_text_first_line_20_filled:before {
    content: "\f7f9";
}
.icon-ic_fluent_text_first_line_24_filled:before {
    content: "\f7fa";
}
.icon-ic_fluent_text_font_16_filled:before {
    content: "\f7fb";
}
.icon-ic_fluent_text_font_20_filled:before {
    content: "\f7fc";
}
.icon-ic_fluent_text_font_24_filled:before {
    content: "\f7fd";
}
.icon-ic_fluent_text_font_size_20_filled:before {
    content: "\f7fe";
}
.icon-ic_fluent_text_font_size_24_filled:before {
    content: "\f7ff";
}
.icon-ic_fluent_text_footnote_20_filled:before {
    content: "\f800";
}
.icon-ic_fluent_text_footnote_24_filled:before {
    content: "\f801";
}
.icon-ic_fluent_text_hanging_20_filled:before {
    content: "\f805";
}
.icon-ic_fluent_text_hanging_24_filled:before {
    content: "\f806";
}
.icon-ic_fluent_text_header_1_20_filled:before {
    content: "\f807";
}
.icon-ic_fluent_text_header_2_20_filled:before {
    content: "\f808";
}
.icon-ic_fluent_text_header_3_20_filled:before {
    content: "\f809";
}
.icon-ic_fluent_text_italic_20_filled:before {
    content: "\f80c";
}
.icon-ic_fluent_text_italic_24_filled:before {
    content: "\f80d";
}
.icon-ic_fluent_text_line_spacing_20_filled:before {
    content: "\f80e";
}
.icon-ic_fluent_text_line_spacing_24_filled:before {
    content: "\f80f";
}
.icon-ic_fluent_text_number_format_20_filled:before {
    content: "\f810";
}
.icon-ic_fluent_text_number_format_24_filled:before {
    content: "\f811";
}
.icon-ic_fluent_text_number_list_ltr_20_filled:before {
    content: "\f812";
}
.icon-ic_fluent_text_number_list_ltr_24_filled:before {
    content: "\f813";
}
.icon-ic_fluent_text_number_list_rtl_24_filled:before {
    content: "\f814";
}
.icon-ic_fluent_text_proofing_tools_20_filled:before {
    content: "\f817";
}
.icon-ic_fluent_text_proofing_tools_24_filled:before {
    content: "\f818";
}
.icon-ic_fluent_text_quote_20_filled:before {
    content: "\f819";
}
.icon-ic_fluent_text_quote_24_filled:before {
    content: "\f81a";
}
.icon-ic_fluent_text_sort_ascending_20_filled:before {
    content: "\f81b";
}
.icon-ic_fluent_text_sort_descending_20_filled:before {
    content: "\f81c";
}
.icon-ic_fluent_text_subscript_20_filled:before {
    content: "\f81f";
}
.icon-ic_fluent_text_subscript_24_filled:before {
    content: "\f820";
}
.icon-ic_fluent_text_superscript_20_filled:before {
    content: "\f821";
}
.icon-ic_fluent_text_superscript_24_filled:before {
    content: "\f822";
}
.icon-ic_fluent_text_underline_20_filled:before {
    content: "\f823";
}
.icon-ic_fluent_text_underline_24_filled:before {
    content: "\f824";
}
.icon-ic_fluent_text_word_count_20_filled:before {
    content: "\f825";
}
.icon-ic_fluent_text_word_count_24_filled:before {
    content: "\f826";
}
.icon-ic_fluent_text_wrap_24_filled:before {
    content: "\f827";
}
.icon-ic_fluent_textbox_20_filled:before {
    content: "\f828";
}
.icon-ic_fluent_textbox_24_filled:before {
    content: "\f829";
}
.icon-ic_fluent_textbox_align_bottom_20_filled:before {
    content: "\f82c";
}
.icon-ic_fluent_textbox_align_bottom_24_filled:before {
    content: "\f82d";
}
.icon-ic_fluent_textbox_align_middle_20_filled:before {
    content: "\f82e";
}
.icon-ic_fluent_textbox_align_middle_24_filled:before {
    content: "\f82f";
}
.icon-ic_fluent_textbox_align_top_20_filled:before {
    content: "\f830";
}
.icon-ic_fluent_textbox_align_top_24_filled:before {
    content: "\f831";
}
.icon-ic_fluent_thinking_20_filled:before {
    content: "\f834";
}
.icon-ic_fluent_thinking_24_filled:before {
    content: "\f835";
}
.icon-ic_fluent_thumb_dislike_20_filled:before {
    content: "\f836";
}
.icon-ic_fluent_thumb_dislike_24_filled:before {
    content: "\f837";
}
.icon-ic_fluent_thumb_like_20_filled:before {
    content: "\f838";
}
.icon-ic_fluent_thumb_like_24_filled:before {
    content: "\f839";
}
.icon-ic_fluent_time_and_weather_24_filled:before {
    content: "\f83c";
}
.icon-ic_fluent_time_picker_24_filled:before {
    content: "\f83d";
}
.icon-ic_fluent_timeline_24_filled:before {
    content: "\f83e";
}
.icon-ic_fluent_timer_10_24_filled:before {
    content: "\f83f";
}
.icon-ic_fluent_timer_24_filled:before {
    content: "\f840";
}
.icon-ic_fluent_timer_2_24_filled:before {
    content: "\f841";
}
.icon-ic_fluent_timer_off_24_filled:before {
    content: "\f842";
}
.icon-ic_fluent_toggle_right_16_filled:before {
    content: "\f843";
}
.icon-ic_fluent_toggle_right_20_filled:before {
    content: "\f844";
}
.icon-ic_fluent_toggle_right_24_filled:before {
    content: "\f845";
}
.icon-ic_fluent_toolbox_16_filled:before {
    content: "\f846";
}
.icon-ic_fluent_toolbox_20_filled:before {
    content: "\f847";
}
.icon-ic_fluent_toolbox_24_filled:before {
    content: "\f848";
}
.icon-ic_fluent_toolbox_28_filled:before {
    content: "\f849";
}
.icon-ic_fluent_top_speed_24_filled:before {
    content: "\f84a";
}
.icon-ic_fluent_translate_20_filled:before {
    content: "\f84b";
}
.icon-ic_fluent_translate_24_filled:before {
    content: "\f84c";
}
.icon-ic_fluent_trophy_16_filled:before {
    content: "\f84d";
}
.icon-ic_fluent_trophy_20_filled:before {
    content: "\f84e";
}
.icon-ic_fluent_trophy_24_filled:before {
    content: "\f84f";
}
.icon-ic_fluent_uninstall_app_24_filled:before {
    content: "\f850";
}
.icon-ic_fluent_usb_stick_20_filled:before {
    content: "\f857";
}
.icon-ic_fluent_usb_stick_24_filled:before {
    content: "\f858";
}
.icon-ic_fluent_vault_16_filled:before {
    content: "\f859";
}
.icon-ic_fluent_vault_20_filled:before {
    content: "\f85a";
}
.icon-ic_fluent_vault_24_filled:before {
    content: "\f85b";
}
.icon-ic_fluent_vehicle_bicycle_24_filled:before {
    content: "\f85c";
}
.icon-ic_fluent_vehicle_bus_24_filled:before {
    content: "\f85d";
}
.icon-ic_fluent_vehicle_cab_24_filled:before {
    content: "\f85e";
}
.icon-ic_fluent_vehicle_car_16_filled:before {
    content: "\f85f";
}
.icon-ic_fluent_vehicle_car_20_filled:before {
    content: "\f860";
}
.icon-ic_fluent_vehicle_car_24_filled:before {
    content: "\f861";
}
.icon-ic_fluent_vehicle_truck_24_filled:before {
    content: "\f862";
}
.icon-ic_fluent_video_16_filled:before {
    content: "\f863";
}
.icon-ic_fluent_video_20_filled:before {
    content: "\f864";
}
.icon-ic_fluent_video_24_filled:before {
    content: "\f865";
}
.icon-ic_fluent_video_28_filled:before {
    content: "\f866";
}
.icon-ic_fluent_video_background_effect_24_filled:before {
    content: "\f867";
}
.icon-ic_fluent_video_clip_24_filled:before {
    content: "\f868";
}
.icon-ic_fluent_video_off_20_filled:before {
    content: "\f869";
}
.icon-ic_fluent_video_off_24_filled:before {
    content: "\f86a";
}
.icon-ic_fluent_video_off_28_filled:before {
    content: "\f86b";
}
.icon-ic_fluent_video_person_24_filled:before {
    content: "\f86c";
}
.icon-ic_fluent_video_person_off_24_filled:before {
    content: "\f86d";
}
.icon-ic_fluent_video_person_star_24_filled:before {
    content: "\f86e";
}
.icon-ic_fluent_video_play_pause_24_filled:before {
    content: "\f86f";
}
.icon-ic_fluent_video_security_20_filled:before {
    content: "\f870";
}
.icon-ic_fluent_video_security_24_filled:before {
    content: "\f871";
}
.icon-ic_fluent_video_switch_24_filled:before {
    content: "\f872";
}
.icon-ic_fluent_view_desktop_20_filled:before {
    content: "\f873";
}
.icon-ic_fluent_view_desktop_24_filled:before {
    content: "\f874";
}
.icon-ic_fluent_view_desktop_mobile_20_filled:before {
    content: "\f875";
}
.icon-ic_fluent_view_desktop_mobile_24_filled:before {
    content: "\f876";
}
.icon-ic_fluent_voicemail_16_filled:before {
    content: "\f87a";
}
.icon-ic_fluent_voicemail_20_filled:before {
    content: "\f87b";
}
.icon-ic_fluent_voicemail_24_filled:before {
    content: "\f87c";
}
.icon-ic_fluent_walkie_talkie_24_filled:before {
    content: "\f87d";
}
.icon-ic_fluent_walkie_talkie_28_filled:before {
    content: "\f87e";
}
.icon-ic_fluent_wallpaper_24_filled:before {
    content: "\f87f";
}
.icon-ic_fluent_warning_16_filled:before {
    content: "\f880";
}
.icon-ic_fluent_warning_20_filled:before {
    content: "\f881";
}
.icon-ic_fluent_warning_24_filled:before {
    content: "\f882";
}
.icon-ic_fluent_weather_blowing_snow_20_filled:before {
    content: "\f883";
}
.icon-ic_fluent_weather_blowing_snow_24_filled:before {
    content: "\f884";
}
.icon-ic_fluent_weather_blowing_snow_48_filled:before {
    content: "\f885";
}
.icon-ic_fluent_weather_cloudy_20_filled:before {
    content: "\f886";
}
.icon-ic_fluent_weather_cloudy_24_filled:before {
    content: "\f887";
}
.icon-ic_fluent_weather_cloudy_48_filled:before {
    content: "\f888";
}
.icon-ic_fluent_weather_duststorm_20_filled:before {
    content: "\f889";
}
.icon-ic_fluent_weather_duststorm_24_filled:before {
    content: "\f88a";
}
.icon-ic_fluent_weather_duststorm_48_filled:before {
    content: "\f88b";
}
.icon-ic_fluent_weather_fog_20_filled:before {
    content: "\f88c";
}
.icon-ic_fluent_weather_fog_24_filled:before {
    content: "\f88d";
}
.icon-ic_fluent_weather_fog_48_filled:before {
    content: "\f88e";
}
.icon-ic_fluent_weather_hail_day_20_filled:before {
    content: "\f88f";
}
.icon-ic_fluent_weather_hail_day_24_filled:before {
    content: "\f890";
}
.icon-ic_fluent_weather_hail_day_48_filled:before {
    content: "\f891";
}
.icon-ic_fluent_weather_hail_night_20_filled:before {
    content: "\f892";
}
.icon-ic_fluent_weather_hail_night_24_filled:before {
    content: "\f893";
}
.icon-ic_fluent_weather_hail_night_48_filled:before {
    content: "\f894";
}
.icon-ic_fluent_weather_moon_20_filled:before {
    content: "\f895";
}
.icon-ic_fluent_weather_moon_24_filled:before {
    content: "\f896";
}
.icon-ic_fluent_weather_moon_48_filled:before {
    content: "\f897";
}
.icon-ic_fluent_weather_partly_cloudy_day_20_filled:before {
    content: "\f898";
}
.icon-ic_fluent_weather_partly_cloudy_day_24_filled:before {
    content: "\f899";
}
.icon-ic_fluent_weather_partly_cloudy_day_48_filled:before {
    content: "\f89a";
}
.icon-ic_fluent_weather_partly_cloudy_night_20_filled:before {
    content: "\f89b";
}
.icon-ic_fluent_weather_partly_cloudy_night_24_filled:before {
    content: "\f89c";
}
.icon-ic_fluent_weather_partly_cloudy_night_48_filled:before {
    content: "\f89d";
}
.icon-ic_fluent_weather_rain_20_filled:before {
    content: "\f89e";
}
.icon-ic_fluent_weather_rain_24_filled:before {
    content: "\f89f";
}
.icon-ic_fluent_weather_rain_48_filled:before {
    content: "\f8a0";
}
.icon-ic_fluent_weather_rain_showers_day_20_filled:before {
    content: "\f8a1";
}
.icon-ic_fluent_weather_rain_showers_day_24_filled:before {
    content: "\f8a2";
}
.icon-ic_fluent_weather_rain_showers_day_48_filled:before {
    content: "\f8a3";
}
.icon-ic_fluent_weather_rain_showers_night_20_filled:before {
    content: "\f8a4";
}
.icon-ic_fluent_weather_rain_showers_night_24_filled:before {
    content: "\f8a5";
}
.icon-ic_fluent_weather_rain_showers_night_48_filled:before {
    content: "\f8a6";
}
.icon-ic_fluent_weather_rain_snow_20_filled:before {
    content: "\f8a7";
}
.icon-ic_fluent_weather_rain_snow_24_filled:before {
    content: "\f8a8";
}
.icon-ic_fluent_weather_rain_snow_48_filled:before {
    content: "\f8a9";
}
.icon-ic_fluent_weather_snow_20_filled:before {
    content: "\f8aa";
}
.icon-ic_fluent_weather_snow_24_filled:before {
    content: "\f8ab";
}
.icon-ic_fluent_weather_snow_48_filled:before {
    content: "\f8ac";
}
.icon-ic_fluent_weather_snow_shower_day_20_filled:before {
    content: "\f8ad";
}
.icon-ic_fluent_weather_snow_shower_day_24_filled:before {
    content: "\f8ae";
}
.icon-ic_fluent_weather_snow_shower_day_48_filled:before {
    content: "\f8af";
}
.icon-ic_fluent_weather_snow_shower_night_20_filled:before {
    content: "\f8b0";
}
.icon-ic_fluent_weather_snow_shower_night_24_filled:before {
    content: "\f8b1";
}
.icon-ic_fluent_weather_snow_shower_night_48_filled:before {
    content: "\f8b2";
}
.icon-ic_fluent_weather_snowflake_20_filled:before {
    content: "\f8b3";
}
.icon-ic_fluent_weather_snowflake_24_filled:before {
    content: "\f8b4";
}
.icon-ic_fluent_weather_snowflake_48_filled:before {
    content: "\f8b5";
}
.icon-ic_fluent_weather_squalls_20_filled:before {
    content: "\f8b6";
}
.icon-ic_fluent_weather_squalls_24_filled:before {
    content: "\f8b7";
}
.icon-ic_fluent_weather_squalls_48_filled:before {
    content: "\f8b8";
}
.icon-ic_fluent_weather_sunny_20_filled:before {
    content: "\f8b9";
}
.icon-ic_fluent_weather_sunny_24_filled:before {
    content: "\f8ba";
}
.icon-ic_fluent_weather_sunny_48_filled:before {
    content: "\f8bb";
}
.icon-ic_fluent_weather_thunderstorm_20_filled:before {
    content: "\f8bc";
}
.icon-ic_fluent_weather_thunderstorm_24_filled:before {
    content: "\f8bd";
}
.icon-ic_fluent_weather_thunderstorm_48_filled:before {
    content: "\f8be";
}
.icon-ic_fluent_web_asset_24_filled:before {
    content: "\f8bf";
}
.icon-ic_fluent_whiteboard_20_filled:before {
    content: "\f8c2";
}
.icon-ic_fluent_whiteboard_24_filled:before {
    content: "\f8c3";
}
.icon-ic_fluent_wifi_1_20_filled:before {
    content: "\f8c4";
}
.icon-ic_fluent_wifi_1_24_filled:before {
    content: "\f8c5";
}
.icon-ic_fluent_wifi_2_20_filled:before {
    content: "\f8c6";
}
.icon-ic_fluent_wifi_2_24_filled:before {
    content: "\f8c7";
}
.icon-ic_fluent_wifi_3_20_filled:before {
    content: "\f8c8";
}
.icon-ic_fluent_wifi_3_24_filled:before {
    content: "\f8c9";
}
.icon-ic_fluent_wifi_4_20_filled:before {
    content: "\f8ca";
}
.icon-ic_fluent_wifi_4_24_filled:before {
    content: "\f8cb";
}
.icon-ic_fluent_window_20_filled:before {
    content: "\f8cd";
}
.icon-ic_fluent_window_ad_20_filled:before {
    content: "\f8ce";
}
.icon-ic_fluent_window_dev_tools_16_filled:before {
    content: "\f8cf";
}
.icon-ic_fluent_window_dev_tools_20_filled:before {
    content: "\f8d0";
}
.icon-ic_fluent_window_dev_tools_24_filled:before {
    content: "\f8d1";
}
.icon-ic_fluent_window_inprivate_20_filled:before {
    content: "\f8d2";
}
.icon-ic_fluent_window_inprivate_account_20_filled:before {
    content: "\f8d3";
}
.icon-ic_fluent_window_multiple_20_filled:before {
    content: "\f8d4";
}
.icon-ic_fluent_window_new_20_filled:before {
    content: "\f8d5";
}
.icon-ic_fluent_window_shield_16_filled:before {
    content: "\f8d6";
}
.icon-ic_fluent_window_shield_20_filled:before {
    content: "\f8d7";
}
.icon-ic_fluent_window_shield_24_filled:before {
    content: "\f8d8";
}
.icon-ic_fluent_wrench_24_filled:before {
    content: "\f8d9";
}
.icon-ic_fluent_xbox_console_20_filled:before {
    content: "\f8da";
}
.icon-ic_fluent_xbox_console_24_filled:before {
    content: "\f8db";
}
.icon-ic_fluent_zoom_in_20_filled:before {
    content: "\f8dc";
}
.icon-ic_fluent_zoom_in_24_filled:before {
    content: "\f8dd";
}
.icon-ic_fluent_zoom_out_20_filled:before {
    content: "\f8de";
}
.icon-ic_fluent_zoom_out_24_filled:before {
    content: "\f8df";
}
.icon-ic_fluent_calendar_checkmark_24_filled:before {
    content: "\f8e1";
}
.icon-ic_fluent_add_square_24_filled:before {
    content: "\f8e2";
}
.icon-ic_fluent_apps_list_20_filled:before {
    content: "\f8e3";
}
.icon-ic_fluent_archive_16_filled:before {
    content: "\f8e4";
}
.icon-ic_fluent_arrow_autofit_height_24_filled:before {
    content: "\f8e5";
}
.icon-ic_fluent_arrow_autofit_width_24_filled:before {
    content: "\f8e6";
}
.icon-ic_fluent_arrow_counterclockwise_28_filled:before {
    content: "\f8e7";
}
.icon-ic_fluent_arrow_down_12_filled:before {
    content: "\f8e8";
}
.icon-ic_fluent_arrow_down_left_16_filled:before {
    content: "\f8e9";
}
.icon-ic_fluent_arrow_export_rtl_20_filled:before {
    content: "\f8ea";
}
.icon-ic_fluent_arrow_hook_down_left_16_filled:before {
    content: "\f8ed";
}
.icon-ic_fluent_arrow_hook_down_left_20_filled:before {
    content: "\f8ee";
}
.icon-ic_fluent_arrow_hook_down_left_24_filled:before {
    content: "\f8ef";
}
.icon-ic_fluent_arrow_hook_down_left_28_filled:before {
    content: "\f8f0";
}
.icon-ic_fluent_arrow_hook_down_right_16_filled:before {
    content: "\f8f1";
}
.icon-ic_fluent_arrow_hook_down_right_20_filled:before {
    content: "\f8f2";
}
.icon-ic_fluent_arrow_hook_down_right_24_filled:before {
    content: "\f8f3";
}
.icon-ic_fluent_arrow_hook_down_right_28_filled:before {
    content: "\f8f4";
}
.icon-ic_fluent_arrow_hook_up_left_16_filled:before {
    content: "\f8f5";
}
.icon-ic_fluent_arrow_hook_up_left_20_filled:before {
    content: "\f8f6";
}
.icon-ic_fluent_arrow_hook_up_left_24_filled:before {
    content: "\f8f7";
}
.icon-ic_fluent_arrow_hook_up_left_28_filled:before {
    content: "\f8f8";
}
.icon-ic_fluent_arrow_hook_up_right_16_filled:before {
    content: "\f8f9";
}
.icon-ic_fluent_arrow_hook_up_right_20_filled:before {
    content: "\f8fa";
}
.icon-ic_fluent_arrow_hook_up_right_24_filled:before {
    content: "\f8fb";
}
.icon-ic_fluent_arrow_hook_up_right_28_filled:before {
    content: "\f8fc";
}
.icon-ic_fluent_arrow_move_20_filled:before {
    content: "\f8fd";
}
.icon-ic_fluent_arrow_redo_32_filled:before {
    content: "\f8fe";
}
.icon-ic_fluent_arrow_redo_48_filled:before {
    content: "\f8ff";
}
.icon-ic_fluent_arrow_up_right_16_filled:before {
    content: "\e12e";
}
.icon-ic_fluent_attach_arrow_right_20_filled:before {
    content: "\e137";
}
.icon-ic_fluent_attach_arrow_right_24_filled:before {
    content: "\e138";
}
.icon-ic_fluent_attach_text_24_filled:before {
    content: "\e13a";
}
.icon-ic_fluent_backpack_12_filled:before {
    content: "\e140";
}
.icon-ic_fluent_backpack_16_filled:before {
    content: "\e141";
}
.icon-ic_fluent_backpack_20_filled:before {
    content: "\e142";
}
.icon-ic_fluent_backpack_24_filled:before {
    content: "\e143";
}
.icon-ic_fluent_backpack_28_filled:before {
    content: "\e144";
}
.icon-ic_fluent_backpack_48_filled:before {
    content: "\e146";
}
.icon-ic_fluent_balloon_16_filled:before {
    content: "\e14d";
}
.icon-ic_fluent_bed_16_filled:before {
    content: "\e159";
}
.icon-ic_fluent_bluetooth_28_filled:before {
    content: "\e15e";
}
.icon-ic_fluent_blur_16_filled:before {
    content: "\e162";
}
.icon-ic_fluent_blur_20_filled:before {
    content: "\e163";
}
.icon-ic_fluent_blur_24_filled:before {
    content: "\e164";
}
.icon-ic_fluent_blur_28_filled:before {
    content: "\e165";
}
.icon-ic_fluent_book_20_filled:before {
    content: "\e172";
}
.icon-ic_fluent_book_24_filled:before {
    content: "\e173";
}
.icon-ic_fluent_book_add_20_filled:before {
    content: "\e174";
}
.icon-ic_fluent_book_add_24_filled:before {
    content: "\e175";
}
.icon-ic_fluent_book_clock_24_filled:before {
    content: "\e179";
}
.icon-ic_fluent_book_coins_24_filled:before {
    content: "\e17b";
}
.icon-ic_fluent_book_compass_24_filled:before {
    content: "\e17d";
}
.icon-ic_fluent_book_database_24_filled:before {
    content: "\e183";
}
.icon-ic_fluent_book_exclamation_mark_24_filled:before {
    content: "\e185";
}
.icon-ic_fluent_book_information_24_filled:before {
    content: "\e188";
}
.icon-ic_fluent_book_letter_24_filled:before {
    content: "\e18a";
}
.icon-ic_fluent_book_open_20_filled:before {
    content: "\e18c";
}
.icon-ic_fluent_book_open_24_filled:before {
    content: "\e18d";
}
.icon-ic_fluent_book_open_globe_24_filled:before {
    content: "\e192";
}
.icon-ic_fluent_book_pulse_24_filled:before {
    content: "\e199";
}
.icon-ic_fluent_book_question_mark_24_filled:before {
    content: "\e19b";
}
.icon-ic_fluent_book_search_24_filled:before {
    content: "\e19e";
}
.icon-ic_fluent_book_star_24_filled:before {
    content: "\e1a0";
}
.icon-ic_fluent_book_theta_24_filled:before {
    content: "\e1a3";
}
.icon-ic_fluent_border_all_24_filled:before {
    content: "\e1b1";
}
.icon-ic_fluent_border_bottom_24_filled:before {
    content: "\e1b3";
}
.icon-ic_fluent_border_bottom_double_24_filled:before {
    content: "\e1b5";
}
.icon-ic_fluent_border_bottom_thick_24_filled:before {
    content: "\e1b7";
}
.icon-ic_fluent_border_left_24_filled:before {
    content: "\e1b9";
}
.icon-ic_fluent_border_outside_24_filled:before {
    content: "\e1bf";
}
.icon-ic_fluent_border_outside_thick_24_filled:before {
    content: "\e1c1";
}
.icon-ic_fluent_border_right_24_filled:before {
    content: "\e1c3";
}
.icon-ic_fluent_border_top_24_filled:before {
    content: "\e1c5";
}
.icon-ic_fluent_border_top_bottom_24_filled:before {
    content: "\e1c7";
}
.icon-ic_fluent_border_top_bottom_double_24_filled:before {
    content: "\e1c9";
}
.icon-ic_fluent_border_top_bottom_thick_24_filled:before {
    content: "\e1cb";
}
.icon-ic_fluent_briefcase_12_filled:before {
    content: "\e1fc";
}
.icon-ic_fluent_briefcase_32_filled:before {
    content: "\e1ff";
}
.icon-ic_fluent_bug_16_filled:before {
    content: "\e219";
}
.icon-ic_fluent_bug_20_filled:before {
    content: "\e21a";
}
.icon-ic_fluent_bug_24_filled:before {
    content: "\e21b";
}
.icon-ic_fluent_building_bank_16_filled:before {
    content: "\e220";
}
.icon-ic_fluent_building_bank_20_filled:before {
    content: "\e221";
}
.icon-ic_fluent_building_bank_24_filled:before {
    content: "\e222";
}
.icon-ic_fluent_building_government_24_filled:before {
    content: "\e231";
}
.icon-ic_fluent_building_government_32_filled:before {
    content: "\e232";
}
.icon-ic_fluent_building_multiple_24_filled:before {
    content: "\e238";
}
.icon-ic_fluent_building_shop_16_filled:before {
    content: "\e241";
}
.icon-ic_fluent_building_shop_20_filled:before {
    content: "\e242";
}
.icon-ic_fluent_building_shop_24_filled:before {
    content: "\e243";
}
.icon-ic_fluent_building_skyscraper_16_filled:before {
    content: "\e244";
}
.icon-ic_fluent_building_skyscraper_20_filled:before {
    content: "\e245";
}
.icon-ic_fluent_building_skyscraper_24_filled:before {
    content: "\e246";
}
.icon-ic_fluent_calendar_cancel_16_filled:before {
    content: "\e254";
}
.icon-ic_fluent_calendar_clock_16_filled:before {
    content: "\e257";
}
.icon-ic_fluent_calendar_mention_20_filled:before {
    content: "\e269";
}
.icon-ic_fluent_calendar_person_24_filled:before {
    content: "\e26f";
}
.icon-ic_fluent_calendar_question_mark_16_filled:before {
    content: "\e272";
}
.icon-ic_fluent_calendar_question_mark_20_filled:before {
    content: "\e273";
}
.icon-ic_fluent_calendar_question_mark_24_filled:before {
    content: "\e274";
}
.icon-ic_fluent_call_forward_16_filled:before {
    content: "\e290";
}
.icon-ic_fluent_call_forward_20_filled:before {
    content: "\e291";
}
.icon-ic_fluent_call_forward_28_filled:before {
    content: "\e292";
}
.icon-ic_fluent_call_forward_48_filled:before {
    content: "\e293";
}
.icon-ic_fluent_call_inbound_20_filled:before {
    content: "\e294";
}
.icon-ic_fluent_call_inbound_28_filled:before {
    content: "\e295";
}
.icon-ic_fluent_call_inbound_48_filled:before {
    content: "\e296";
}
.icon-ic_fluent_call_missed_28_filled:before {
    content: "\e298";
}
.icon-ic_fluent_call_missed_48_filled:before {
    content: "\e299";
}
.icon-ic_fluent_call_outbound_20_filled:before {
    content: "\e29a";
}
.icon-ic_fluent_call_outbound_28_filled:before {
    content: "\e29b";
}
.icon-ic_fluent_call_outbound_48_filled:before {
    content: "\e29c";
}
.icon-ic_fluent_call_park_16_filled:before {
    content: "\e29d";
}
.icon-ic_fluent_call_park_20_filled:before {
    content: "\e29e";
}
.icon-ic_fluent_call_park_28_filled:before {
    content: "\e29f";
}
.icon-ic_fluent_call_park_48_filled:before {
    content: "\e2a0";
}
.icon-ic_fluent_camera_edit_20_filled:before {
    content: "\e2b3";
}
.icon-ic_fluent_caret_up_12_filled:before {
    content: "\e2bb";
}
.icon-ic_fluent_caret_up_16_filled:before {
    content: "\e2bc";
}
.icon-ic_fluent_caret_up_20_filled:before {
    content: "\e2bd";
}
.icon-ic_fluent_caret_up_24_filled:before {
    content: "\e2be";
}
.icon-ic_fluent_cart_16_filled:before {
    content: "\e2bf";
}
.icon-ic_fluent_cart_20_filled:before {
    content: "\e2c0";
}
.icon-ic_fluent_channel_28_filled:before {
    content: "\e2d0";
}
.icon-ic_fluent_channel_48_filled:before {
    content: "\e2d1";
}
.icon-ic_fluent_channel_add_16_filled:before {
    content: "\e2d2";
}
.icon-ic_fluent_channel_add_20_filled:before {
    content: "\e2d3";
}
.icon-ic_fluent_channel_add_24_filled:before {
    content: "\e2d4";
}
.icon-ic_fluent_channel_add_28_filled:before {
    content: "\e2d5";
}
.icon-ic_fluent_channel_add_48_filled:before {
    content: "\e2d6";
}
.icon-ic_fluent_channel_alert_16_filled:before {
    content: "\e2d7";
}
.icon-ic_fluent_channel_alert_20_filled:before {
    content: "\e2d8";
}
.icon-ic_fluent_channel_alert_24_filled:before {
    content: "\e2d9";
}
.icon-ic_fluent_channel_alert_28_filled:before {
    content: "\e2da";
}
.icon-ic_fluent_channel_alert_48_filled:before {
    content: "\e2db";
}
.icon-ic_fluent_channel_arrow_left_16_filled:before {
    content: "\e2dc";
}
.icon-ic_fluent_channel_arrow_left_20_filled:before {
    content: "\e2dd";
}
.icon-ic_fluent_channel_arrow_left_24_filled:before {
    content: "\e2de";
}
.icon-ic_fluent_channel_arrow_left_28_filled:before {
    content: "\e2df";
}
.icon-ic_fluent_channel_arrow_left_48_filled:before {
    content: "\e2e0";
}
.icon-ic_fluent_channel_dismiss_16_filled:before {
    content: "\e2e1";
}
.icon-ic_fluent_channel_dismiss_20_filled:before {
    content: "\e2e2";
}
.icon-ic_fluent_channel_dismiss_24_filled:before {
    content: "\e2e3";
}
.icon-ic_fluent_channel_dismiss_28_filled:before {
    content: "\e2e4";
}
.icon-ic_fluent_channel_dismiss_48_filled:before {
    content: "\e2e5";
}
.icon-ic_fluent_chat_16_filled:before {
    content: "\e2f8";
}
.icon-ic_fluent_checkmark_16_filled:before {
    content: "\e319";
}
.icon-ic_fluent_clipboard_paste_16_filled:before {
    content: "\e36f";
}
.icon-ic_fluent_clock_dismiss_24_filled:before {
    content: "\e388";
}
.icon-ic_fluent_closed_caption_16_filled:before {
    content: "\e38d";
}
.icon-ic_fluent_closed_caption_20_filled:before {
    content: "\e38e";
}
.icon-ic_fluent_closed_caption_28_filled:before {
    content: "\e38f";
}
.icon-ic_fluent_closed_caption_48_filled:before {
    content: "\e391";
}
.icon-ic_fluent_color_line_16_filled:before {
    content: "\e3d4";
}
.icon-ic_fluent_comment_12_filled:before {
    content: "\e3df";
}
.icon-ic_fluent_comment_28_filled:before {
    content: "\e3e0";
}
.icon-ic_fluent_comment_48_filled:before {
    content: "\e3e1";
}
.icon-ic_fluent_comment_add_12_filled:before {
    content: "\e3e2";
}
.icon-ic_fluent_comment_add_16_filled:before {
    content: "\e3e3";
}
.icon-ic_fluent_comment_add_20_filled:before {
    content: "\e3e4";
}
.icon-ic_fluent_comment_add_28_filled:before {
    content: "\e3e5";
}
.icon-ic_fluent_comment_add_48_filled:before {
    content: "\e3e6";
}
.icon-ic_fluent_comment_arrow_left_12_filled:before {
    content: "\e3e7";
}
.icon-ic_fluent_comment_arrow_left_16_filled:before {
    content: "\e3e8";
}
.icon-ic_fluent_comment_arrow_left_20_filled:before {
    content: "\e3e9";
}
.icon-ic_fluent_comment_arrow_left_28_filled:before {
    content: "\e3eb";
}
.icon-ic_fluent_comment_arrow_left_48_filled:before {
    content: "\e3ec";
}
.icon-ic_fluent_comment_arrow_right_12_filled:before {
    content: "\e3ed";
}
.icon-ic_fluent_comment_arrow_right_16_filled:before {
    content: "\e3ee";
}
.icon-ic_fluent_comment_arrow_right_20_filled:before {
    content: "\e3ef";
}
.icon-ic_fluent_comment_arrow_right_28_filled:before {
    content: "\e3f1";
}
.icon-ic_fluent_comment_arrow_right_48_filled:before {
    content: "\e3f2";
}
.icon-ic_fluent_comment_checkmark_12_filled:before {
    content: "\e3f3";
}
.icon-ic_fluent_comment_checkmark_16_filled:before {
    content: "\e3f4";
}
.icon-ic_fluent_comment_checkmark_20_filled:before {
    content: "\e3f5";
}
.icon-ic_fluent_comment_checkmark_24_filled:before {
    content: "\e3f6";
}
.icon-ic_fluent_comment_checkmark_28_filled:before {
    content: "\e3f7";
}
.icon-ic_fluent_comment_checkmark_48_filled:before {
    content: "\e3f8";
}
.icon-ic_fluent_comment_edit_20_filled:before {
    content: "\e3fb";
}
.icon-ic_fluent_comment_edit_24_filled:before {
    content: "\e3fc";
}
.icon-ic_fluent_comment_off_16_filled:before {
    content: "\e40c";
}
.icon-ic_fluent_comment_off_20_filled:before {
    content: "\e40d";
}
.icon-ic_fluent_comment_off_24_filled:before {
    content: "\e40e";
}
.icon-ic_fluent_comment_off_28_filled:before {
    content: "\e40f";
}
.icon-ic_fluent_comment_off_48_filled:before {
    content: "\e410";
}
.icon-ic_fluent_contact_card_group_16_filled:before {
    content: "\e418";
}
.icon-ic_fluent_contact_card_group_20_filled:before {
    content: "\e419";
}
.icon-ic_fluent_contact_card_group_28_filled:before {
    content: "\e41a";
}
.icon-ic_fluent_contact_card_group_48_filled:before {
    content: "\e41b";
}
.icon-ic_fluent_convert_range_24_filled:before {
    content: "\e42a";
}
.icon-ic_fluent_copy_add_24_filled:before {
    content: "\e42c";
}
.icon-ic_fluent_copy_select_20_filled:before {
    content: "\e430";
}
.icon-ic_fluent_couch_12_filled:before {
    content: "\e431";
}
.icon-ic_fluent_couch_24_filled:before {
    content: "\e433";
}
.icon-ic_fluent_crop_20_filled:before {
    content: "\e437";
}
.icon-ic_fluent_currency_dollar_rupee_16_filled:before {
    content: "\e44c";
}
.icon-ic_fluent_currency_dollar_rupee_20_filled:before {
    content: "\e44d";
}
.icon-ic_fluent_currency_dollar_rupee_24_filled:before {
    content: "\e44e";
}
.icon-ic_fluent_cursor_20_filled:before {
    content: "\e44f";
}
.icon-ic_fluent_cursor_24_filled:before {
    content: "\e450";
}
.icon-ic_fluent_cursor_hover_16_filled:before {
    content: "\e453";
}
.icon-ic_fluent_cursor_hover_20_filled:before {
    content: "\e454";
}
.icon-ic_fluent_cursor_hover_24_filled:before {
    content: "\e455";
}
.icon-ic_fluent_cursor_hover_28_filled:before {
    content: "\e456";
}
.icon-ic_fluent_cursor_hover_32_filled:before {
    content: "\e457";
}
.icon-ic_fluent_cursor_hover_48_filled:before {
    content: "\e458";
}
.icon-ic_fluent_cursor_hover_off_16_filled:before {
    content: "\e459";
}
.icon-ic_fluent_cursor_hover_off_20_filled:before {
    content: "\e45a";
}
.icon-ic_fluent_cursor_hover_off_24_filled:before {
    content: "\e45b";
}
.icon-ic_fluent_cursor_hover_off_28_filled:before {
    content: "\e45c";
}
.icon-ic_fluent_cursor_hover_off_48_filled:before {
    content: "\e45d";
}
.icon-ic_fluent_data_bar_vertical_add_24_filled:before {
    content: "\e461";
}
.icon-ic_fluent_data_usage_20_filled:before {
    content: "\e46b";
}
.icon-ic_fluent_decimal_arrow_left_24_filled:before {
    content: "\e484";
}
.icon-ic_fluent_decimal_arrow_right_24_filled:before {
    content: "\e486";
}
.icon-ic_fluent_delete_16_filled:before {
    content: "\e487";
}
.icon-ic_fluent_dentist_12_filled:before {
    content: "\e48e";
}
.icon-ic_fluent_dentist_16_filled:before {
    content: "\e48f";
}
.icon-ic_fluent_dentist_20_filled:before {
    content: "\e490";
}
.icon-ic_fluent_dentist_28_filled:before {
    content: "\e491";
}
.icon-ic_fluent_dentist_48_filled:before {
    content: "\e492";
}
.icon-ic_fluent_dismiss_circle_28_filled:before {
    content: "\e4ce";
}
.icon-ic_fluent_doctor_12_filled:before {
    content: "\e4de";
}
.icon-ic_fluent_doctor_16_filled:before {
    content: "\e4df";
}
.icon-ic_fluent_doctor_20_filled:before {
    content: "\e4e0";
}
.icon-ic_fluent_doctor_28_filled:before {
    content: "\e4e1";
}
.icon-ic_fluent_doctor_48_filled:before {
    content: "\e4e2";
}
.icon-ic_fluent_document_16_filled:before {
    content: "\e4e3";
}
.icon-ic_fluent_document_48_filled:before {
    content: "\e4e5";
}
.icon-ic_fluent_document_add_16_filled:before {
    content: "\e4e6";
}
.icon-ic_fluent_document_add_20_filled:before {
    content: "\e4e7";
}
.icon-ic_fluent_document_add_24_filled:before {
    content: "\e4e8";
}
.icon-ic_fluent_document_add_28_filled:before {
    content: "\e4e9";
}
.icon-ic_fluent_document_add_48_filled:before {
    content: "\e4ea";
}
.icon-ic_fluent_document_arrow_left_16_filled:before {
    content: "\e4ed";
}
.icon-ic_fluent_document_arrow_left_20_filled:before {
    content: "\e4ee";
}
.icon-ic_fluent_document_arrow_left_24_filled:before {
    content: "\e4ef";
}
.icon-ic_fluent_document_arrow_left_28_filled:before {
    content: "\e4f0";
}
.icon-ic_fluent_document_arrow_left_48_filled:before {
    content: "\e4f1";
}
.icon-ic_fluent_document_catch_up_16_filled:before {
    content: "\e4fb";
}
.icon-ic_fluent_document_catch_up_20_filled:before {
    content: "\e4fc";
}
.icon-ic_fluent_document_landscape_data_24_filled:before {
    content: "\e51b";
}
.icon-ic_fluent_document_landscape_split_20_filled:before {
    content: "\e51c";
}
.icon-ic_fluent_document_landscape_split_hint_20_filled:before {
    content: "\e51e";
}
.icon-ic_fluent_document_page_break_20_filled:before {
    content: "\e533";
}
.icon-ic_fluent_drink_beer_16_filled:before {
    content: "\e58f";
}
.icon-ic_fluent_drink_beer_20_filled:before {
    content: "\e590";
}
.icon-ic_fluent_drink_coffee_16_filled:before {
    content: "\e591";
}
.icon-ic_fluent_drink_margarita_16_filled:before {
    content: "\e592";
}
.icon-ic_fluent_drink_margarita_20_filled:before {
    content: "\e593";
}
.icon-ic_fluent_drink_wine_16_filled:before {
    content: "\e596";
}
.icon-ic_fluent_drink_wine_20_filled:before {
    content: "\e597";
}
.icon-ic_fluent_dual_screen_span_24_filled:before {
    content: "\e5b3";
}
.icon-ic_fluent_edit_32_filled:before {
    content: "\e5c0";
}
.icon-ic_fluent_edit_off_16_filled:before {
    content: "\e5c3";
}
.icon-ic_fluent_edit_off_24_filled:before {
    content: "\e5c5";
}
.icon-ic_fluent_edit_settings_24_filled:before {
    content: "\e5d0";
}
.icon-ic_fluent_emoji_add_16_filled:before {
    content: "\e5d4";
}
.icon-ic_fluent_emoji_hand_24_filled:before {
    content: "\e5dc";
}
.icon-ic_fluent_emoji_hand_28_filled:before {
    content: "\e5dd";
}
.icon-ic_fluent_eraser_20_filled:before {
    content: "\e5f1";
}
.icon-ic_fluent_eraser_24_filled:before {
    content: "\e5f2";
}
.icon-ic_fluent_eraser_medium_24_filled:before {
    content: "\e5f4";
}
.icon-ic_fluent_eraser_segment_24_filled:before {
    content: "\e5f6";
}
.icon-ic_fluent_eraser_small_24_filled:before {
    content: "\e5f8";
}
.icon-ic_fluent_error_circle_12_filled:before {
    content: "\e5fa";
}
.icon-ic_fluent_eye_tracking_off_16_filled:before {
    content: "\e607";
}
.icon-ic_fluent_eye_tracking_off_20_filled:before {
    content: "\e608";
}
.icon-ic_fluent_eye_tracking_off_24_filled:before {
    content: "\e609";
}
.icon-ic_fluent_f_stop_16_filled:before {
    content: "\e60e";
}
.icon-ic_fluent_f_stop_20_filled:before {
    content: "\e60f";
}
.icon-ic_fluent_f_stop_24_filled:before {
    content: "\e610";
}
.icon-ic_fluent_f_stop_28_filled:before {
    content: "\e611";
}
.icon-ic_fluent_fingerprint_48_filled:before {
    content: "\e61f";
}
.icon-ic_fluent_fixed_width_24_filled:before {
    content: "\e621";
}
.icon-ic_fluent_flip_horizontal_24_filled:before {
    content: "\e63a";
}
.icon-ic_fluent_flip_vertical_24_filled:before {
    content: "\e640";
}
.icon-ic_fluent_fluent_32_filled:before {
    content: "\e64b";
}
.icon-ic_fluent_fluent_48_filled:before {
    content: "\e64c";
}
.icon-ic_fluent_fluid_20_filled:before {
    content: "\e64e";
}
.icon-ic_fluent_fluid_24_filled:before {
    content: "\e64f";
}
.icon-ic_fluent_food_egg_16_filled:before {
    content: "\e679";
}
.icon-ic_fluent_food_egg_20_filled:before {
    content: "\e67a";
}
.icon-ic_fluent_food_toast_16_filled:before {
    content: "\e67f";
}
.icon-ic_fluent_food_toast_20_filled:before {
    content: "\e680";
}
.icon-ic_fluent_gavel_24_filled:before {
    content: "\e6a4";
}
.icon-ic_fluent_gavel_32_filled:before {
    content: "\e6a5";
}
.icon-ic_fluent_glasses_16_filled:before {
    content: "\e6b6";
}
.icon-ic_fluent_glasses_20_filled:before {
    content: "\e6b7";
}
.icon-ic_fluent_glasses_28_filled:before {
    content: "\e6b8";
}
.icon-ic_fluent_glasses_48_filled:before {
    content: "\e6b9";
}
.icon-ic_fluent_glasses_off_16_filled:before {
    content: "\e6ba";
}
.icon-ic_fluent_glasses_off_20_filled:before {
    content: "\e6bb";
}
.icon-ic_fluent_glasses_off_28_filled:before {
    content: "\e6bc";
}
.icon-ic_fluent_glasses_off_48_filled:before {
    content: "\e6bd";
}
.icon-ic_fluent_globe_16_filled:before {
    content: "\e6be";
}
.icon-ic_fluent_hand_left_20_filled:before {
    content: "\e6e8";
}
.icon-ic_fluent_hand_right_24_filled:before {
    content: "\e6ed";
}
.icon-ic_fluent_hand_right_28_filled:before {
    content: "\e6ee";
}
.icon-ic_fluent_hat_graduation_16_filled:before {
    content: "\e6f2";
}
.icon-ic_fluent_hat_graduation_20_filled:before {
    content: "\e6f3";
}
.icon-ic_fluent_hat_graduation_24_filled:before {
    content: "\e6f4";
}
.icon-ic_fluent_hd_16_filled:before {
    content: "\e6f5";
}
.icon-ic_fluent_hd_20_filled:before {
    content: "\e6f6";
}
.icon-ic_fluent_hd_24_filled:before {
    content: "\e6f7";
}
.icon-ic_fluent_headset_16_filled:before {
    content: "\e703";
}
.icon-ic_fluent_headset_20_filled:before {
    content: "\e704";
}
.icon-ic_fluent_headset_48_filled:before {
    content: "\e706";
}
.icon-ic_fluent_heart_pulse_24_filled:before {
    content: "\e70f";
}
.icon-ic_fluent_heart_pulse_32_filled:before {
    content: "\e710";
}
.icon-ic_fluent_home_16_filled:before {
    content: "\e71c";
}
.icon-ic_fluent_home_32_filled:before {
    content: "\e71d";
}
.icon-ic_fluent_home_48_filled:before {
    content: "\e71e";
}
.icon-ic_fluent_image_arrow_counterclockwise_24_filled:before {
    content: "\e72c";
}
.icon-ic_fluent_info_shield_20_filled:before {
    content: "\e744";
}
.icon-ic_fluent_key_multiple_20_filled:before {
    content: "\e753";
}
.icon-ic_fluent_line_horizontal_5_error_20_filled:before {
    content: "\e77b";
}
.icon-ic_fluent_link_square_12_filled:before {
    content: "\e783";
}
.icon-ic_fluent_link_square_16_filled:before {
    content: "\e784";
}
.icon-ic_fluent_location_48_filled:before {
    content: "\e78a";
}
.icon-ic_fluent_location_off_16_filled:before {
    content: "\e796";
}
.icon-ic_fluent_location_off_20_filled:before {
    content: "\e797";
}
.icon-ic_fluent_location_off_24_filled:before {
    content: "\e798";
}
.icon-ic_fluent_location_off_28_filled:before {
    content: "\e799";
}
.icon-ic_fluent_location_off_48_filled:before {
    content: "\e79a";
}
.icon-ic_fluent_lock_multiple_24_filled:before {
    content: "\e7a1";
}
.icon-ic_fluent_lottery_24_filled:before {
    content: "\e7a7";
}
.icon-ic_fluent_mail_16_filled:before {
    content: "\e7af";
}
.icon-ic_fluent_mail_read_16_filled:before {
    content: "\e7df";
}
.icon-ic_fluent_math_format_linear_24_filled:before {
    content: "\e7ec";
}
.icon-ic_fluent_math_format_professional_24_filled:before {
    content: "\e7ee";
}
.icon-ic_fluent_math_formula_24_filled:before {
    content: "\e7f1";
}
.icon-ic_fluent_maximize_20_filled:before {
    content: "\e7f9";
}
.icon-ic_fluent_maximize_24_filled:before {
    content: "\e7fa";
}
.icon-ic_fluent_maximize_28_filled:before {
    content: "\e7fb";
}
.icon-ic_fluent_maximize_48_filled:before {
    content: "\e7fc";
}
.icon-ic_fluent_meet_now_16_filled:before {
    content: "\e7fd";
}
.icon-ic_fluent_mic_off_20_filled:before {
    content: "\e80c";
}
.icon-ic_fluent_mic_off_48_filled:before {
    content: "\e80e";
}
.icon-ic_fluent_mic_prohibited_24_filled:before {
    content: "\e811";
}
.icon-ic_fluent_more_circle_20_filled:before {
    content: "\e82f";
}
.icon-ic_fluent_movies_and_tv_16_filled:before {
    content: "\e839";
}
.icon-ic_fluent_movies_and_tv_20_filled:before {
    content: "\e83a";
}
.icon-ic_fluent_navigation_unread_24_filled:before {
    content: "\e871";
}
.icon-ic_fluent_number_symbol_dismiss_24_filled:before {
    content: "\e899";
}
.icon-ic_fluent_open_28_filled:before {
    content: "\e89c";
}
.icon-ic_fluent_open_48_filled:before {
    content: "\e89d";
}
.icon-ic_fluent_open_folder_16_filled:before {
    content: "\e89e";
}
.icon-ic_fluent_open_folder_20_filled:before {
    content: "\e89f";
}
.icon-ic_fluent_open_folder_28_filled:before {
    content: "\e8a0";
}
.icon-ic_fluent_open_folder_48_filled:before {
    content: "\e8a1";
}
.icon-ic_fluent_open_off_16_filled:before {
    content: "\e8a2";
}
.icon-ic_fluent_open_off_20_filled:before {
    content: "\e8a3";
}
.icon-ic_fluent_open_off_24_filled:before {
    content: "\e8a4";
}
.icon-ic_fluent_open_off_28_filled:before {
    content: "\e8a5";
}
.icon-ic_fluent_open_off_48_filled:before {
    content: "\e8a6";
}
.icon-ic_fluent_paint_brush_arrow_down_24_filled:before {
    content: "\e8b6";
}
.icon-ic_fluent_paint_brush_arrow_up_24_filled:before {
    content: "\e8b8";
}
.icon-ic_fluent_pause_12_filled:before {
    content: "\e8de";
}
.icon-ic_fluent_payment_16_filled:before {
    content: "\e8e6";
}
.icon-ic_fluent_payment_28_filled:before {
    content: "\e8e7";
}
.icon-ic_fluent_people_prohibited_16_filled:before {
    content: "\e915";
}
.icon-ic_fluent_people_swap_16_filled:before {
    content: "\e91c";
}
.icon-ic_fluent_people_swap_20_filled:before {
    content: "\e91d";
}
.icon-ic_fluent_people_swap_24_filled:before {
    content: "\e91e";
}
.icon-ic_fluent_people_swap_28_filled:before {
    content: "\e91f";
}
.icon-ic_fluent_people_team_add_20_filled:before {
    content: "\e923";
}
.icon-ic_fluent_people_team_add_24_filled:before {
    content: "\e924";
}
.icon-ic_fluent_person_available_20_filled:before {
    content: "\e936";
}
.icon-ic_fluent_person_clock_16_filled:before {
    content: "\e93c";
}
.icon-ic_fluent_person_clock_20_filled:before {
    content: "\e93d";
}
.icon-ic_fluent_person_clock_24_filled:before {
    content: "\e93e";
}
.icon-ic_fluent_person_delete_20_filled:before {
    content: "\e93f";
}
.icon-ic_fluent_person_mail_16_filled:before {
    content: "\e949";
}
.icon-ic_fluent_person_mail_20_filled:before {
    content: "\e94a";
}
.icon-ic_fluent_person_mail_24_filled:before {
    content: "\e94b";
}
.icon-ic_fluent_person_mail_28_filled:before {
    content: "\e94c";
}
.icon-ic_fluent_person_mail_48_filled:before {
    content: "\e94d";
}
.icon-ic_fluent_person_prohibited_24_filled:before {
    content: "\e955";
}
.icon-ic_fluent_poll_20_filled:before {
    content: "\e9b1";
}
.icon-ic_fluent_pulse_24_filled:before {
    content: "\e9e5";
}
.icon-ic_fluent_qr_code_20_filled:before {
    content: "\e9f4";
}
.icon-ic_fluent_real_estate_24_filled:before {
    content: "\ea05";
}
.icon-ic_fluent_ribbon_24_filled:before {
    content: "\ea30";
}
.icon-ic_fluent_ribbon_star_20_filled:before {
    content: "\ea37";
}
.icon-ic_fluent_ribbon_star_24_filled:before {
    content: "\ea38";
}
.icon-ic_fluent_run_16_filled:before {
    content: "\ea47";
}
.icon-ic_fluent_run_20_filled:before {
    content: "\ea48";
}
.icon-ic_fluent_scales_24_filled:before {
    content: "\ea59";
}
.icon-ic_fluent_scales_32_filled:before {
    content: "\ea5a";
}
.icon-ic_fluent_search_shield_20_filled:before {
    content: "\ea89";
}
.icon-ic_fluent_shield_dismiss_shield_20_filled:before {
    content: "\ead6";
}
.icon-ic_fluent_shifts_day_20_filled:before {
    content: "\eaec";
}
.icon-ic_fluent_shifts_day_24_filled:before {
    content: "\eaed";
}
.icon-ic_fluent_sidebar_search_ltr_20_filled:before {
    content: "\eb01";
}
.icon-ic_fluent_sidebar_search_rtl_20_filled:before {
    content: "\eb02";
}
.icon-ic_fluent_sign_out_20_filled:before {
    content: "\eb03";
}
.icon-ic_fluent_slide_multiple_arrow_right_24_filled:before {
    content: "\eb28";
}
.icon-ic_fluent_slide_search_24_filled:before {
    content: "\eb2a";
}
.icon-ic_fluent_slide_search_28_filled:before {
    content: "\eb2b";
}
.icon-ic_fluent_slide_size_24_filled:before {
    content: "\eb2f";
}
.icon-ic_fluent_slide_text_16_filled:before {
    content: "\eb30";
}
.icon-ic_fluent_slide_text_20_filled:before {
    content: "\eb31";
}
.icon-ic_fluent_slide_text_28_filled:before {
    content: "\eb32";
}
.icon-ic_fluent_slide_text_48_filled:before {
    content: "\eb33";
}
.icon-ic_fluent_speaker_0_16_filled:before {
    content: "\eb40";
}
.icon-ic_fluent_speaker_0_20_filled:before {
    content: "\eb41";
}
.icon-ic_fluent_speaker_0_28_filled:before {
    content: "\eb42";
}
.icon-ic_fluent_speaker_0_48_filled:before {
    content: "\eb44";
}
.icon-ic_fluent_speaker_1_16_filled:before {
    content: "\eb45";
}
.icon-ic_fluent_speaker_1_20_filled:before {
    content: "\eb46";
}
.icon-ic_fluent_speaker_1_28_filled:before {
    content: "\eb47";
}
.icon-ic_fluent_speaker_1_48_filled:before {
    content: "\eb49";
}
.icon-ic_fluent_speaker_bluetooth_28_filled:before {
    content: "\eb51";
}
.icon-ic_fluent_speaker_off_16_filled:before {
    content: "\eb57";
}
.icon-ic_fluent_speaker_off_20_filled:before {
    content: "\eb58";
}
.icon-ic_fluent_speaker_off_48_filled:before {
    content: "\eb59";
}
.icon-ic_fluent_speaker_usb_24_filled:before {
    content: "\eb5d";
}
.icon-ic_fluent_speaker_usb_28_filled:before {
    content: "\eb5e";
}
.icon-ic_fluent_sport_16_filled:before {
    content: "\eb6e";
}
.icon-ic_fluent_sport_20_filled:before {
    content: "\eb6f";
}
.icon-ic_fluent_sport_24_filled:before {
    content: "\eb70";
}
.icon-ic_fluent_sport_american_football_24_filled:before {
    content: "\eb72";
}
.icon-ic_fluent_sport_baseball_24_filled:before {
    content: "\eb74";
}
.icon-ic_fluent_sport_basketball_24_filled:before {
    content: "\eb76";
}
.icon-ic_fluent_sport_hockey_24_filled:before {
    content: "\eb78";
}
.icon-ic_fluent_star_edit_24_filled:before {
    content: "\ebb2";
}
.icon-ic_fluent_tab_desktop_arrow_left_20_filled:before {
    content: "\ebe5";
}
.icon-ic_fluent_tab_prohibited_24_filled:before {
    content: "\ebeb";
}
.icon-ic_fluent_table_16_filled:before {
    content: "\ebee";
}
.icon-ic_fluent_table_28_filled:before {
    content: "\ebef";
}
.icon-ic_fluent_table_48_filled:before {
    content: "\ebf1";
}
.icon-ic_fluent_table_simple_16_filled:before {
    content: "\ec4a";
}
.icon-ic_fluent_table_simple_20_filled:before {
    content: "\ec4b";
}
.icon-ic_fluent_table_simple_24_filled:before {
    content: "\ec4c";
}
.icon-ic_fluent_table_simple_28_filled:before {
    content: "\ec4d";
}
.icon-ic_fluent_table_simple_48_filled:before {
    content: "\ec4e";
}
.icon-ic_fluent_tag_16_filled:before {
    content: "\ec6a";
}
.icon-ic_fluent_tasks_app_20_filled:before {
    content: "\ec9d";
}
.icon-ic_fluent_tent_12_filled:before {
    content: "\eca0";
}
.icon-ic_fluent_tent_16_filled:before {
    content: "\eca1";
}
.icon-ic_fluent_tent_20_filled:before {
    content: "\eca2";
}
.icon-ic_fluent_tent_28_filled:before {
    content: "\eca3";
}
.icon-ic_fluent_tent_48_filled:before {
    content: "\eca4";
}
.icon-ic_fluent_text_bold_16_filled:before {
    content: "\ecd0";
}
.icon-ic_fluent_text_color_16_filled:before {
    content: "\ecf3";
}
.icon-ic_fluent_text_column_one_narrow_20_filled:before {
    content: "\ecf7";
}
.icon-ic_fluent_text_column_one_narrow_24_filled:before {
    content: "\ecf8";
}
.icon-ic_fluent_text_column_one_wide_20_filled:before {
    content: "\ecf9";
}
.icon-ic_fluent_text_column_one_wide_24_filled:before {
    content: "\ecfa";
}
.icon-ic_fluent_text_continuous_24_filled:before {
    content: "\ecfe";
}
.icon-ic_fluent_text_italic_16_filled:before {
    content: "\ed37";
}
.icon-ic_fluent_text_underline_16_filled:before {
    content: "\ed67";
}
.icon-ic_fluent_ticket_diagonal_16_filled:before {
    content: "\ed7b";
}
.icon-ic_fluent_ticket_diagonal_20_filled:before {
    content: "\ed7c";
}
.icon-ic_fluent_ticket_diagonal_24_filled:before {
    content: "\ed7d";
}
.icon-ic_fluent_ticket_diagonal_28_filled:before {
    content: "\ed7e";
}
.icon-ic_fluent_timer_16_filled:before {
    content: "\ed86";
}
.icon-ic_fluent_timer_20_filled:before {
    content: "\ed88";
}
.icon-ic_fluent_toggle_left_16_filled:before {
    content: "\ed8f";
}
.icon-ic_fluent_toggle_left_20_filled:before {
    content: "\ed90";
}
.icon-ic_fluent_toggle_left_24_filled:before {
    content: "\ed91";
}
.icon-ic_fluent_toggle_left_28_filled:before {
    content: "\ed92";
}
.icon-ic_fluent_toggle_left_48_filled:before {
    content: "\ed93";
}
.icon-ic_fluent_toggle_right_28_filled:before {
    content: "\ed97";
}
.icon-ic_fluent_toggle_right_48_filled:before {
    content: "\ed98";
}
.icon-ic_fluent_tv_16_filled:before {
    content: "\edc1";
}
.icon-ic_fluent_tv_20_filled:before {
    content: "\edc2";
}
.icon-ic_fluent_tv_24_filled:before {
    content: "\edc3";
}
.icon-ic_fluent_tv_28_filled:before {
    content: "\edc4";
}
.icon-ic_fluent_tv_48_filled:before {
    content: "\edc5";
}
.icon-ic_fluent_vehicle_bicycle_16_filled:before {
    content: "\edd1";
}
.icon-ic_fluent_vehicle_bicycle_20_filled:before {
    content: "\edd2";
}
.icon-ic_fluent_vehicle_bus_16_filled:before {
    content: "\edd3";
}
.icon-ic_fluent_vehicle_bus_20_filled:before {
    content: "\edd4";
}
.icon-ic_fluent_vehicle_car_28_filled:before {
    content: "\edd8";
}
.icon-ic_fluent_vehicle_car_48_filled:before {
    content: "\edd9";
}
.icon-ic_fluent_vehicle_ship_16_filled:before {
    content: "\ede2";
}
.icon-ic_fluent_vehicle_ship_20_filled:before {
    content: "\ede3";
}
.icon-ic_fluent_vehicle_ship_24_filled:before {
    content: "\ede4";
}
.icon-ic_fluent_vehicle_subway_16_filled:before {
    content: "\ede5";
}
.icon-ic_fluent_vehicle_subway_20_filled:before {
    content: "\ede6";
}
.icon-ic_fluent_vehicle_subway_24_filled:before {
    content: "\ede7";
}
.icon-ic_fluent_vehicle_truck_16_filled:before {
    content: "\ede8";
}
.icon-ic_fluent_vehicle_truck_20_filled:before {
    content: "\ede9";
}
.icon-ic_fluent_video_clip_20_filled:before {
    content: "\edff";
}
.icon-ic_fluent_vote_20_filled:before {
    content: "\ee28";
}
.icon-ic_fluent_vote_24_filled:before {
    content: "\ee29";
}
.icon-ic_fluent_weather_drizzle_20_filled:before {
    content: "\ee3e";
}
.icon-ic_fluent_weather_drizzle_24_filled:before {
    content: "\ee3f";
}
.icon-ic_fluent_weather_drizzle_48_filled:before {
    content: "\ee40";
}
.icon-ic_fluent_weather_haze_20_filled:before {
    content: "\ee41";
}
.icon-ic_fluent_weather_haze_24_filled:before {
    content: "\ee42";
}
.icon-ic_fluent_weather_haze_48_filled:before {
    content: "\ee43";
}
.icon-ic_fluent_weather_moon_16_filled:before {
    content: "\ee44";
}
.icon-ic_fluent_weather_moon_28_filled:before {
    content: "\ee45";
}
.icon-ic_fluent_weather_moon_off_16_filled:before {
    content: "\ee46";
}
.icon-ic_fluent_weather_moon_off_20_filled:before {
    content: "\ee47";
}
.icon-ic_fluent_weather_moon_off_24_filled:before {
    content: "\ee48";
}
.icon-ic_fluent_weather_moon_off_28_filled:before {
    content: "\ee49";
}
.icon-ic_fluent_weather_moon_off_48_filled:before {
    content: "\ee4a";
}
.icon-ic_fluent_weather_sunny_high_20_filled:before {
    content: "\ee4f";
}
.icon-ic_fluent_weather_sunny_high_24_filled:before {
    content: "\ee50";
}
.icon-ic_fluent_weather_sunny_high_48_filled:before {
    content: "\ee51";
}
.icon-ic_fluent_weather_sunny_low_20_filled:before {
    content: "\ee52";
}
.icon-ic_fluent_weather_sunny_low_24_filled:before {
    content: "\ee53";
}
.icon-ic_fluent_weather_sunny_low_48_filled:before {
    content: "\ee54";
}
.icon-ic_fluent_window_new_16_filled:before {
    content: "\ee7a";
}
.icon-ic_fluent_window_new_24_filled:before {
    content: "\ee7b";
}
.icon-ic_fluent_wrench_16_filled:before {
    content: "\ee85";
}
.icon-ic_fluent_wrench_20_filled:before {
    content: "\ee86";
}
.icon-ic_fluent_video_background_effect_20_filled:before {
    content: "\edf7";
}
.icon-ic_fluent_alert_16_filled:before {
    content: "\e014";
}
.icon-ic_fluent_approvals_app_16_filled:before {
    content: "\e05f";
}
.icon-ic_fluent_approvals_app_20_filled:before {
    content: "\e060";
}
.icon-ic_fluent_arrow_bounce_16_filled:before {
    content: "\e086";
}
.icon-ic_fluent_arrow_bounce_24_filled:before {
    content: "\e088";
}
.icon-ic_fluent_arrow_enter_up_20_filled:before {
    content: "\e0c2";
}
.icon-ic_fluent_arrow_enter_up_24_filled:before {
    content: "\e0c3";
}
.icon-ic_fluent_bookmark_multiple_20_filled:before {
    content: "\e1a7";
}
.icon-ic_fluent_briefcase_28_filled:before {
    content: "\e1fe";
}
.icon-ic_fluent_briefcase_48_filled:before {
    content: "\e200";
}
.icon-ic_fluent_building_20_filled:before {
    content: "\e21f";
}
.icon-ic_fluent_chat_48_filled:before {
    content: "\e2fa";
}
.icon-ic_fluent_desktop_arrow_right_16_filled:before {
    content: "\e494";
}
.icon-ic_fluent_desktop_arrow_right_20_filled:before {
    content: "\e495";
}
.icon-ic_fluent_desktop_arrow_right_24_filled:before {
    content: "\e496";
}
.icon-ic_fluent_desktop_speaker_20_filled:before {
    content: "\e4b0";
}
.icon-ic_fluent_desktop_speaker_24_filled:before {
    content: "\e4b1";
}
.icon-ic_fluent_desktop_speaker_off_20_filled:before {
    content: "\e4b2";
}
.icon-ic_fluent_desktop_speaker_off_24_filled:before {
    content: "\e4b3";
}
.icon-ic_fluent_emoji_add_20_filled:before {
    content: "\e5d5";
}
.icon-ic_fluent_food_cake_20_filled:before {
    content: "\e678";
}
.icon-ic_fluent_grid_kanban_20_filled:before {
    content: "\e6d4";
}
.icon-ic_fluent_hand_right_20_filled:before {
    content: "\e6ec";
}
.icon-ic_fluent_hand_right_off_20_filled:before {
    content: "\e6ef";
}
.icon-ic_fluent_learning_app_20_filled:before {
    content: "\e76d";
}
.icon-ic_fluent_learning_app_24_filled:before {
    content: "\e76e";
}
.icon-ic_fluent_live_off_20_filled:before {
    content: "\e788";
}
.icon-ic_fluent_live_off_24_filled:before {
    content: "\e789";
}
.icon-ic_fluent_mic_prohibited_20_filled:before {
    content: "\e810";
}
.icon-ic_fluent_notebook_section_20_filled:before {
    content: "\e887";
}
.icon-ic_fluent_people_audience_20_filled:before {
    content: "\e901";
}
.icon-ic_fluent_people_call_16_filled:before {
    content: "\e902";
}
.icon-ic_fluent_people_call_20_filled:before {
    content: "\e903";
}
.icon-ic_fluent_person_call_16_filled:before {
    content: "\e937";
}
.icon-ic_fluent_person_call_20_filled:before {
    content: "\e938";
}
.icon-ic_fluent_phone_desktop_add_20_filled:before {
    content: "\e96b";
}
.icon-ic_fluent_presenter_20_filled:before {
    content: "\e9cf";
}
.icon-ic_fluent_presenter_off_20_filled:before {
    content: "\e9d0";
}
.icon-ic_fluent_rectangle_landscape_20_filled:before {
    content: "\ea11";
}
.icon-ic_fluent_ribbon_20_filled:before {
    content: "\ea2f";
}
.icon-ic_fluent_save_sync_20_filled:before {
    content: "\ea56";
}
.icon-ic_fluent_shifts_20_filled:before {
    content: "\eae5";
}
.icon-ic_fluent_shifts_checkmark_20_filled:before {
    content: "\eaea";
}
.icon-ic_fluent_shifts_checkmark_24_filled:before {
    content: "\eaeb";
}
.icon-ic_fluent_slide_multiple_24_filled:before {
    content: "\eb26";
}
.icon-ic_fluent_star_line_horizontal_3_20_filled:before {
    content: "\ebb6";
}
.icon-ic_fluent_star_line_horizontal_3_24_filled:before {
    content: "\ebb7";
}
.icon-ic_fluent_table_add_20_filled:before {
    content: "\ebf3";
}
.icon-ic_fluent_table_dismiss_20_filled:before {
    content: "\ec0e";
}
.icon-ic_fluent_table_dismiss_24_filled:before {
    content: "\ec0f";
}
.icon-ic_fluent_tap_double_20_filled:before {
    content: "\ec88";
}
.icon-ic_fluent_tap_single_20_filled:before {
    content: "\ec8b";
}
.icon-ic_fluent_text_bullet_list_add_20_filled:before {
    content: "\ecd3";
}
.icon-ic_fluent_text_bullet_list_square_20_filled:before {
    content: "\ece0";
}
.icon-ic_fluent_text_grammar_error_20_filled:before {
    content: "\ed1a";
}
.icon-ic_fluent_text_number_list_rtl_20_filled:before {
    content: "\ed40";
}
.icon-ic_fluent_video_360_20_filled:before {
    content: "\edf1";
}
.icon-ic_fluent_video_360_24_filled:before {
    content: "\edf2";
}
.icon-ic_fluent_video_person_12_filled:before {
    content: "\ee08";
}
.icon-ic_fluent_video_person_16_filled:before {
    content: "\ee09";
}
.icon-ic_fluent_video_person_20_filled:before {
    content: "\ee0a";
}
.icon-ic_fluent_video_person_28_filled:before {
    content: "\ee0b";
}
.icon-ic_fluent_video_person_48_filled:before {
    content: "\ee0c";
}
.icon-ic_fluent_video_person_call_16_filled:before {
    content: "\ee0d";
}
.icon-ic_fluent_video_person_call_20_filled:before {
    content: "\ee0e";
}
.icon-ic_fluent_video_person_call_24_filled:before {
    content: "\ee0f";
}
.icon-ic_fluent_video_person_star_20_filled:before {
    content: "\ee17";
}
.icon-ic_fluent_video_prohibited_20_filled:before {
    content: "\ee1c";
}
.icon-ic_fluent_video_switch_20_filled:before {
    content: "\ee20";
}
.icon-ic_fluent_wifi_warning_20_filled:before {
    content: "\ee5c";
}
.icon-ic_fluent_album_24_filled:before {
    content: "\e010";
}
.icon-ic_fluent_album_add_24_filled:before {
    content: "\e012";
}
.icon-ic_fluent_alert_urgent_16_filled:before {
    content: "\e01d";
}
.icon-ic_fluent_arrow_right_16_filled:before {
    content: "\e0eb";
}
.icon-ic_fluent_arrow_undo_16_filled:before {
    content: "\e126";
}
.icon-ic_fluent_arrow_up_left_16_filled:before {
    content: "\e12b";
}
.icon-ic_fluent_arrow_up_left_20_filled:before {
    content: "\e12c";
}
.icon-ic_fluent_backpack_add_20_filled:before {
    content: "\e147";
}
.icon-ic_fluent_backpack_add_24_filled:before {
    content: "\e148";
}
.icon-ic_fluent_backpack_add_28_filled:before {
    content: "\e149";
}
.icon-ic_fluent_backpack_add_48_filled:before {
    content: "\e14a";
}
.icon-ic_fluent_bot_20_filled:before {
    content: "\e1cc";
}
.icon-ic_fluent_call_connecting_20_filled:before {
    content: "\e28c";
}
.icon-ic_fluent_call_exclamation_20_filled:before {
    content: "\e28f";
}
.icon-ic_fluent_call_transfer_20_filled:before {
    content: "\e2a7";
}
.icon-ic_fluent_camera_off_24_filled:before {
    content: "\e2b5";
}
.icon-ic_fluent_chat_bubbles_question_20_filled:before {
    content: "\e2ff";
}
.icon-ic_fluent_chat_mail_20_filled:before {
    content: "\e303";
}
.icon-ic_fluent_chat_off_20_filled:before {
    content: "\e304";
}
.icon-ic_fluent_checkmark_48_filled:before {
    content: "\e31a";
}
.icon-ic_fluent_cloud_sync_20_filled:before {
    content: "\e3c3";
}
.icon-ic_fluent_content_view_20_filled:before {
    content: "\e424";
}
.icon-ic_fluent_cube_rotate_20_filled:before {
    content: "\e444";
}
.icon-ic_fluent_data_line_20_filled:before {
    content: "\e464";
}
.icon-ic_fluent_device_meeting_room_20_filled:before {
    content: "\e4be";
}
.icon-ic_fluent_device_meeting_room_remote_20_filled:before {
    content: "\e4bf";
}
.icon-ic_fluent_draw_shape_24_filled:before {
    content: "\e582";
}
.icon-ic_fluent_draw_text_24_filled:before {
    content: "\e584";
}
.icon-ic_fluent_folder_arrow_up_16_filled:before {
    content: "\e65d";
}
.icon-ic_fluent_folder_arrow_up_20_filled:before {
    content: "\e65e";
}
.icon-ic_fluent_folder_arrow_up_24_filled:before {
    content: "\e65f";
}
.icon-ic_fluent_folder_arrow_up_28_filled:before {
    content: "\e660";
}
.icon-ic_fluent_fps_30_16_filled:before {
    content: "\e685";
}
.icon-ic_fluent_fps_30_20_filled:before {
    content: "\e686";
}
.icon-ic_fluent_fps_30_24_filled:before {
    content: "\e687";
}
.icon-ic_fluent_fps_30_28_filled:before {
    content: "\e688";
}
.icon-ic_fluent_fps_30_48_filled:before {
    content: "\e689";
}
.icon-ic_fluent_fps_60_16_filled:before {
    content: "\e68a";
}
.icon-ic_fluent_fps_60_20_filled:before {
    content: "\e68b";
}
.icon-ic_fluent_fps_60_24_filled:before {
    content: "\e68c";
}
.icon-ic_fluent_fps_60_28_filled:before {
    content: "\e68d";
}
.icon-ic_fluent_fps_60_48_filled:before {
    content: "\e68e";
}
.icon-ic_fluent_home_person_20_filled:before {
    content: "\e724";
}
.icon-ic_fluent_image_off_20_filled:before {
    content: "\e739";
}
.icon-ic_fluent_lasso_20_filled:before {
    content: "\e764";
}
.icon-ic_fluent_leaf_three_16_filled:before {
    content: "\e76a";
}
.icon-ic_fluent_leaf_three_20_filled:before {
    content: "\e76b";
}
.icon-ic_fluent_leaf_three_24_filled:before {
    content: "\e76c";
}
.icon-ic_fluent_mic_sync_20_filled:before {
    content: "\e824";
}
.icon-ic_fluent_notebook_subsection_20_filled:before {
    content: "\e889";
}
.icon-ic_fluent_person_circle_20_filled:before {
    content: "\e93a";
}
.icon-ic_fluent_pulse_20_filled:before {
    content: "\e9e4";
}
.icon-ic_fluent_pulse_square_24_filled:before {
    content: "\e9e9";
}
.icon-ic_fluent_ribbon_16_filled:before {
    content: "\ea2e";
}
.icon-ic_fluent_rotate_left_24_filled:before {
    content: "\ea40";
}
.icon-ic_fluent_rotate_right_20_filled:before {
    content: "\ea41";
}
.icon-ic_fluent_rotate_right_24_filled:before {
    content: "\ea42";
}
.icon-ic_fluent_share_close_tray_20_filled:before {
    content: "\eab2";
}
.icon-ic_fluent_square_multiple_20_filled:before {
    content: "\eb9f";
}
.icon-ic_fluent_star_emphasis_20_filled:before {
    content: "\ebb3";
}
.icon-ic_fluent_tv_arrow_right_20_filled:before {
    content: "\edc6";
}
.icon-ic_fluent_video_person_star_off_20_filled:before {
    content: "\ee18";
}
.icon-ic_fluent_video_recording_20_filled:before {
    content: "\ee1f";
}
.icon-ic_fluent_video_sync_20_filled:before {
    content: "\ee21";
}
.icon-ic_fluent_breakout_room_20_filled:before {
    content: "\e1f9";
}
.icon-ic_fluent_content_view_gallery_20_filled:before {
    content: "\e426";
}
.icon-ic_fluent_door_tag_24_filled:before {
    content: "\e577";
}
.icon-ic_fluent_luggage_24_filled:before {
    content: "\e7aa";
}
.icon-ic_fluent_people_edit_20_filled:before {
    content: "\e909";
}
.icon-ic_fluent_channel_share_12_filled:before {
    content: "\e2e6";
}
.icon-ic_fluent_channel_share_16_filled:before {
    content: "\e2e7";
}
.icon-ic_fluent_channel_share_20_filled:before {
    content: "\e2e8";
}
.icon-ic_fluent_channel_share_24_filled:before {
    content: "\e2e9";
}
.icon-ic_fluent_channel_share_28_filled:before {
    content: "\e2ea";
}
.icon-ic_fluent_channel_share_48_filled:before {
    content: "\e2eb";
}
.icon-ic_fluent_people_error_16_filled:before {
    content: "\e90a";
}
.icon-ic_fluent_people_error_20_filled:before {
    content: "\e90b";
}
.icon-ic_fluent_people_error_24_filled:before {
    content: "\e90c";
}
.icon-ic_fluent_puzzle_cube_16_filled:before {
    content: "\e9ea";
}
.icon-ic_fluent_puzzle_cube_20_filled:before {
    content: "\e9eb";
}
.icon-ic_fluent_puzzle_cube_24_filled:before {
    content: "\e9ec";
}
.icon-ic_fluent_puzzle_cube_28_filled:before {
    content: "\e9ed";
}
.icon-ic_fluent_puzzle_cube_48_filled:before {
    content: "\e9ee";
}
.icon-ic_fluent_arrow_circle_down_right_16_filled:before {
    content: "\e08e";
}
.icon-ic_fluent_arrow_circle_down_right_24_filled:before {
    content: "\e090";
}
.icon-ic_fluent_arrow_circle_right_24_filled:before {
    content: "\e09c";
}
.icon-ic_fluent_arrow_circle_up_16_filled:before {
    content: "\e0a1";
}
.icon-ic_fluent_arrow_circle_up_20_filled:before {
    content: "\e0a2";
}
.icon-ic_fluent_arrow_circle_up_24_filled:before {
    content: "\e0a3";
}
.icon-ic_fluent_arrow_circle_up_left_24_filled:before {
    content: "\e0a8";
}
.icon-ic_fluent_arrow_enter_left_20_filled:before {
    content: "\e0c0";
}
.icon-ic_fluent_arrow_enter_left_24_filled:before {
    content: "\e0c1";
}
.icon-ic_fluent_arrow_export_ltr_20_filled:before {
    content: "\e0c7";
}
.icon-ic_fluent_arrow_export_ltr_24_filled:before {
    content: "\e0c8";
}
.icon-ic_fluent_arrow_square_down_24_filled:before {
    content: "\e0f7";
}
.icon-ic_fluent_arrow_undo_32_filled:before {
    content: "\e128";
}
.icon-ic_fluent_arrow_undo_48_filled:before {
    content: "\e129";
}
.icon-ic_fluent_auto_fit_height_24_filled:before {
    content: "\e13c";
}
.icon-ic_fluent_auto_fit_width_24_filled:before {
    content: "\e13e";
}
.icon-ic_fluent_briefcase_medical_24_filled:before {
    content: "\e202";
}
.icon-ic_fluent_briefcase_medical_32_filled:before {
    content: "\e203";
}
.icon-ic_fluent_building_factory_24_filled:before {
    content: "\e22c";
}
.icon-ic_fluent_calendar_arrow_down_24_filled:before {
    content: "\e250";
}
.icon-ic_fluent_call_16_filled:before {
    content: "\e283";
}
.icon-ic_fluent_call_20_filled:before {
    content: "\e284";
}
.icon-ic_fluent_call_24_filled:before {
    content: "\e285";
}
.icon-ic_fluent_call_28_filled:before {
    content: "\e286";
}
.icon-ic_fluent_call_missed_20_filled:before {
    content: "\e297";
}
.icon-ic_fluent_call_prohibited_16_filled:before {
    content: "\e2a1";
}
.icon-ic_fluent_call_prohibited_20_filled:before {
    content: "\e2a2";
}
.icon-ic_fluent_call_prohibited_24_filled:before {
    content: "\e2a3";
}
.icon-ic_fluent_call_prohibited_28_filled:before {
    content: "\e2a4";
}
.icon-ic_fluent_call_prohibited_48_filled:before {
    content: "\e2a5";
}
.icon-ic_fluent_center_horizontal_24_filled:before {
    content: "\e2cd";
}
.icon-ic_fluent_center_vertical_24_filled:before {
    content: "\e2cf";
}
.icon-ic_fluent_chevron_circle_down_24_filled:before {
    content: "\e325";
}
.icon-ic_fluent_chevron_circle_right_24_filled:before {
    content: "\e333";
}
.icon-ic_fluent_clipboard_image_24_filled:before {
    content: "\e36c";
}
.icon-ic_fluent_comment_arrow_left_24_filled:before {
    content: "\e3ea";
}
.icon-ic_fluent_comment_arrow_right_24_filled:before {
    content: "\e3f0";
}
.icon-ic_fluent_comment_dismiss_24_filled:before {
    content: "\e3fa";
}
.icon-ic_fluent_component_2_double_tap_swipe_down_24_filled:before {
    content: "\e413";
}
.icon-ic_fluent_component_2_double_tap_swipe_up_24_filled:before {
    content: "\e414";
}
.icon-ic_fluent_copy_arrow_right_16_filled:before {
    content: "\e42d";
}
.icon-ic_fluent_copy_arrow_right_24_filled:before {
    content: "\e42f";
}
.icon-ic_fluent_currency_dollar_euro_16_filled:before {
    content: "\e449";
}
.icon-ic_fluent_currency_dollar_euro_20_filled:before {
    content: "\e44a";
}
.icon-ic_fluent_currency_dollar_euro_24_filled:before {
    content: "\e44b";
}
.icon-ic_fluent_delete_dismiss_24_filled:before {
    content: "\e48b";
}
.icon-ic_fluent_delete_dismiss_28_filled:before {
    content: "\e48c";
}
.icon-ic_fluent_document_prohibited_20_filled:before {
    content: "\e53a";
}
.icon-ic_fluent_document_prohibited_24_filled:before {
    content: "\e53b";
}
.icon-ic_fluent_document_sync_24_filled:before {
    content: "\e555";
}
.icon-ic_fluent_drink_to_go_24_filled:before {
    content: "\e595";
}
.icon-ic_fluent_dual_screen_header_24_filled:before {
    content: "\e5ad";
}
.icon-ic_fluent_fluent_24_filled:before {
    content: "\e64a";
}
.icon-ic_fluent_folder_arrow_right_16_filled:before {
    content: "\e658";
}
.icon-ic_fluent_folder_arrow_right_20_filled:before {
    content: "\e659";
}
.icon-ic_fluent_folder_arrow_right_24_filled:before {
    content: "\e65a";
}
.icon-ic_fluent_folder_arrow_right_28_filled:before {
    content: "\e65b";
}
.icon-ic_fluent_folder_arrow_right_48_filled:before {
    content: "\e65c";
}
.icon-ic_fluent_folder_arrow_up_48_filled:before {
    content: "\e661";
}
.icon-ic_fluent_folder_prohibited_20_filled:before {
    content: "\e669";
}
.icon-ic_fluent_folder_prohibited_24_filled:before {
    content: "\e66a";
}
.icon-ic_fluent_folder_prohibited_28_filled:before {
    content: "\e66b";
}
.icon-ic_fluent_folder_prohibited_48_filled:before {
    content: "\e66c";
}
.icon-ic_fluent_folder_swap_16_filled:before {
    content: "\e66d";
}
.icon-ic_fluent_folder_swap_20_filled:before {
    content: "\e66e";
}
.icon-ic_fluent_folder_swap_24_filled:before {
    content: "\e66f";
}
.icon-ic_fluent_full_screen_maximize_24_filled:before {
    content: "\e692";
}
.icon-ic_fluent_full_screen_minimize_24_filled:before {
    content: "\e695";
}
.icon-ic_fluent_image_multiple_20_filled:before {
    content: "\e732";
}
.icon-ic_fluent_image_multiple_24_filled:before {
    content: "\e733";
}
.icon-ic_fluent_image_multiple_28_filled:before {
    content: "\e734";
}
.icon-ic_fluent_leaf_one_16_filled:before {
    content: "\e767";
}
.icon-ic_fluent_leaf_one_20_filled:before {
    content: "\e768";
}
.icon-ic_fluent_leaf_one_24_filled:before {
    content: "\e769";
}
.icon-ic_fluent_link_dismiss_20_filled:before {
    content: "\e781";
}
.icon-ic_fluent_location_dismiss_24_filled:before {
    content: "\e795";
}
.icon-ic_fluent_lock_closed_12_filled:before {
    content: "\e79b";
}
.icon-ic_fluent_lock_closed_16_filled:before {
    content: "\e79c";
}
.icon-ic_fluent_lock_closed_20_filled:before {
    content: "\e79d";
}
.icon-ic_fluent_lock_closed_24_filled:before {
    content: "\e79e";
}
.icon-ic_fluent_lock_open_20_filled:before {
    content: "\e7a3";
}
.icon-ic_fluent_lock_open_24_filled:before {
    content: "\e7a4";
}
.icon-ic_fluent_lock_open_28_filled:before {
    content: "\e7a5";
}
.icon-ic_fluent_mail_inbox_all_24_filled:before {
    content: "\e7c5";
}
.icon-ic_fluent_mail_inbox_arrow_right_24_filled:before {
    content: "\e7c8";
}
.icon-ic_fluent_mail_inbox_arrow_up_20_filled:before {
    content: "\e7c9";
}
.icon-ic_fluent_mail_inbox_arrow_up_24_filled:before {
    content: "\e7ca";
}
.icon-ic_fluent_mail_off_24_filled:before {
    content: "\e7d8";
}
.icon-ic_fluent_more_horizontal_16_filled:before {
    content: "\e831";
}
.icon-ic_fluent_more_horizontal_20_filled:before {
    content: "\e832";
}
.icon-ic_fluent_more_horizontal_24_filled:before {
    content: "\e833";
}
.icon-ic_fluent_more_horizontal_28_filled:before {
    content: "\e834";
}
.icon-ic_fluent_more_horizontal_48_filled:before {
    content: "\e836";
}
.icon-ic_fluent_music_note_1_20_filled:before {
    content: "\e85f";
}
.icon-ic_fluent_music_note_1_24_filled:before {
    content: "\e860";
}
.icon-ic_fluent_music_note_2_16_filled:before {
    content: "\e861";
}
.icon-ic_fluent_music_note_2_24_filled:before {
    content: "\e863";
}
.icon-ic_fluent_people_team_delete_24_filled:before {
    content: "\e927";
}
.icon-ic_fluent_phone_add_24_filled:before {
    content: "\e967";
}
.icon-ic_fluent_phone_arrow_right_20_filled:before {
    content: "\e968";
}
.icon-ic_fluent_phone_arrow_right_24_filled:before {
    content: "\e969";
}
.icon-ic_fluent_phone_dismiss_24_filled:before {
    content: "\e96d";
}
.icon-ic_fluent_phone_lock_24_filled:before {
    content: "\e976";
}
.icon-ic_fluent_phone_span_in_16_filled:before {
    content: "\e97b";
}
.icon-ic_fluent_phone_span_in_20_filled:before {
    content: "\e97c";
}
.icon-ic_fluent_phone_span_in_24_filled:before {
    content: "\e97d";
}
.icon-ic_fluent_phone_span_in_28_filled:before {
    content: "\e97e";
}
.icon-ic_fluent_phone_span_out_16_filled:before {
    content: "\e97f";
}
.icon-ic_fluent_phone_span_out_20_filled:before {
    content: "\e980";
}
.icon-ic_fluent_phone_span_out_24_filled:before {
    content: "\e981";
}
.icon-ic_fluent_phone_span_out_28_filled:before {
    content: "\e982";
}
.icon-ic_fluent_position_backward_20_filled:before {
    content: "\e9ba";
}
.icon-ic_fluent_position_backward_24_filled:before {
    content: "\e9bb";
}
.icon-ic_fluent_position_forward_20_filled:before {
    content: "\e9bc";
}
.icon-ic_fluent_position_forward_24_filled:before {
    content: "\e9bd";
}
.icon-ic_fluent_position_to_back_20_filled:before {
    content: "\e9be";
}
.icon-ic_fluent_position_to_back_24_filled:before {
    content: "\e9bf";
}
.icon-ic_fluent_position_to_front_20_filled:before {
    content: "\e9c0";
}
.icon-ic_fluent_position_to_front_24_filled:before {
    content: "\e9c1";
}
.icon-ic_fluent_resize_large_16_filled:before {
    content: "\ea1d";
}
.icon-ic_fluent_resize_large_20_filled:before {
    content: "\ea1e";
}
.icon-ic_fluent_resize_large_24_filled:before {
    content: "\ea1f";
}
.icon-ic_fluent_resize_small_16_filled:before {
    content: "\ea20";
}
.icon-ic_fluent_resize_small_20_filled:before {
    content: "\ea21";
}
.icon-ic_fluent_resize_small_24_filled:before {
    content: "\ea22";
}
.icon-ic_fluent_save_edit_20_filled:before {
    content: "\ea50";
}
.icon-ic_fluent_save_edit_24_filled:before {
    content: "\ea51";
}
.icon-ic_fluent_search_info_20_filled:before {
    content: "\ea87";
}
.icon-ic_fluent_search_visual_16_filled:before {
    content: "\ea8b";
}
.icon-ic_fluent_search_visual_20_filled:before {
    content: "\ea8c";
}
.icon-ic_fluent_search_visual_24_filled:before {
    content: "\ea8d";
}
.icon-ic_fluent_select_all_on_24_filled:before {
    content: "\ea90";
}
.icon-ic_fluent_share_screen_start_20_filled:before {
    content: "\eac3";
}
.icon-ic_fluent_share_screen_start_24_filled:before {
    content: "\eac4";
}
.icon-ic_fluent_share_screen_start_28_filled:before {
    content: "\eac5";
}
.icon-ic_fluent_share_screen_stop_16_filled:before {
    content: "\eac7";
}
.icon-ic_fluent_share_screen_stop_20_filled:before {
    content: "\eac8";
}
.icon-ic_fluent_share_screen_stop_24_filled:before {
    content: "\eac9";
}
.icon-ic_fluent_share_screen_stop_28_filled:before {
    content: "\eaca";
}
.icon-ic_fluent_share_screen_stop_48_filled:before {
    content: "\eacb";
}
.icon-ic_fluent_shield_dismiss_16_filled:before {
    content: "\ead5";
}
.icon-ic_fluent_shifts_prohibited_24_filled:before {
    content: "\eaef";
}
.icon-ic_fluent_shifts_question_mark_24_filled:before {
    content: "\eaf1";
}
.icon-ic_fluent_speaker_2_16_filled:before {
    content: "\eb4a";
}
.icon-ic_fluent_speaker_2_20_filled:before {
    content: "\eb4b";
}
.icon-ic_fluent_speaker_2_24_filled:before {
    content: "\eb4c";
}
.icon-ic_fluent_speaker_2_28_filled:before {
    content: "\eb4d";
}
.icon-ic_fluent_speaker_2_48_filled:before {
    content: "\eb4f";
}
.icon-ic_fluent_speaker_mute_16_filled:before {
    content: "\eb52";
}
.icon-ic_fluent_speaker_mute_20_filled:before {
    content: "\eb53";
}
.icon-ic_fluent_speaker_mute_24_filled:before {
    content: "\eb54";
}
.icon-ic_fluent_speaker_mute_28_filled:before {
    content: "\eb55";
}
.icon-ic_fluent_speaker_mute_48_filled:before {
    content: "\eb56";
}
.icon-ic_fluent_star_arrow_right_end_24_filled:before {
    content: "\ebab";
}
.icon-ic_fluent_subtract_12_filled:before {
    content: "\ebc8";
}
.icon-ic_fluent_subtract_16_filled:before {
    content: "\ebc9";
}
.icon-ic_fluent_subtract_20_filled:before {
    content: "\ebca";
}
.icon-ic_fluent_subtract_24_filled:before {
    content: "\ebcb";
}
.icon-ic_fluent_subtract_28_filled:before {
    content: "\ebcc";
}
.icon-ic_fluent_subtract_48_filled:before {
    content: "\ebcd";
}
.icon-ic_fluent_tab_add_20_filled:before {
    content: "\ebdf";
}
.icon-ic_fluent_tab_add_24_filled:before {
    content: "\ebe0";
}
.icon-ic_fluent_tab_arrow_left_24_filled:before {
    content: "\ebe2";
}
.icon-ic_fluent_tab_shield_dismiss_20_filled:before {
    content: "\ebec";
}
.icon-ic_fluent_tab_shield_dismiss_24_filled:before {
    content: "\ebed";
}
.icon-ic_fluent_table_delete_column_24_filled:before {
    content: "\ec07";
}
.icon-ic_fluent_table_delete_row_24_filled:before {
    content: "\ec0b";
}
.icon-ic_fluent_table_freeze_column_and_row_24_filled:before {
    content: "\ec19";
}
.icon-ic_fluent_table_insert_column_24_filled:before {
    content: "\ec21";
}
.icon-ic_fluent_table_insert_row_24_filled:before {
    content: "\ec25";
}
.icon-ic_fluent_table_move_above_24_filled:before {
    content: "\ec31";
}
.icon-ic_fluent_table_move_below_24_filled:before {
    content: "\ec35";
}
.icon-ic_fluent_table_resize_column_24_filled:before {
    content: "\ec40";
}
.icon-ic_fluent_table_resize_row_24_filled:before {
    content: "\ec44";
}
.icon-ic_fluent_table_stack_above_24_filled:before {
    content: "\ec52";
}
.icon-ic_fluent_table_stack_below_24_filled:before {
    content: "\ec56";
}
.icon-ic_fluent_table_stack_left_24_filled:before {
    content: "\ec5a";
}
.icon-ic_fluent_table_stack_right_24_filled:before {
    content: "\ec5e";
}
.icon-ic_fluent_tag_question_mark_16_filled:before {
    content: "\ec80";
}
.icon-ic_fluent_tag_question_mark_24_filled:before {
    content: "\ec82";
}
.icon-ic_fluent_text_grammar_arrow_left_20_filled:before {
    content: "\ed12";
}
.icon-ic_fluent_text_grammar_arrow_left_24_filled:before {
    content: "\ed13";
}
.icon-ic_fluent_text_grammar_arrow_right_20_filled:before {
    content: "\ed14";
}
.icon-ic_fluent_text_grammar_arrow_right_24_filled:before {
    content: "\ed15";
}
.icon-ic_fluent_text_grammar_checkmark_20_filled:before {
    content: "\ed16";
}
.icon-ic_fluent_text_grammar_checkmark_24_filled:before {
    content: "\ed17";
}
.icon-ic_fluent_text_grammar_dismiss_20_filled:before {
    content: "\ed18";
}
.icon-ic_fluent_text_grammar_dismiss_24_filled:before {
    content: "\ed19";
}
.icon-ic_fluent_text_grammar_settings_20_filled:before {
    content: "\ed1b";
}
.icon-ic_fluent_text_grammar_settings_24_filled:before {
    content: "\ed1c";
}
.icon-ic_fluent_text_grammar_wand_16_filled:before {
    content: "\ed1d";
}
.icon-ic_fluent_text_grammar_wand_20_filled:before {
    content: "\ed1e";
}
.icon-ic_fluent_text_grammar_wand_24_filled:before {
    content: "\ed1f";
}
.icon-ic_fluent_text_paragraph_20_filled:before {
    content: "\ed42";
}
.icon-ic_fluent_text_paragraph_24_filled:before {
    content: "\ed43";
}
.icon-ic_fluent_text_paragraph_direction_20_filled:before {
    content: "\ed44";
}
.icon-ic_fluent_text_paragraph_direction_24_filled:before {
    content: "\ed45";
}
.icon-ic_fluent_text_position_behind_20_filled:before {
    content: "\ed4b";
}
.icon-ic_fluent_text_position_behind_24_filled:before {
    content: "\ed4c";
}
.icon-ic_fluent_text_position_front_20_filled:before {
    content: "\ed4d";
}
.icon-ic_fluent_text_position_front_24_filled:before {
    content: "\ed4e";
}
.icon-ic_fluent_text_position_line_20_filled:before {
    content: "\ed4f";
}
.icon-ic_fluent_text_position_line_24_filled:before {
    content: "\ed50";
}
.icon-ic_fluent_text_position_square_20_filled:before {
    content: "\ed51";
}
.icon-ic_fluent_text_position_square_24_filled:before {
    content: "\ed52";
}
.icon-ic_fluent_text_position_through_20_filled:before {
    content: "\ed53";
}
.icon-ic_fluent_text_position_through_24_filled:before {
    content: "\ed54";
}
.icon-ic_fluent_text_position_tight_20_filled:before {
    content: "\ed55";
}
.icon-ic_fluent_text_position_tight_24_filled:before {
    content: "\ed56";
}
.icon-ic_fluent_text_position_top_bottom_20_filled:before {
    content: "\ed57";
}
.icon-ic_fluent_text_position_top_bottom_24_filled:before {
    content: "\ed58";
}
.icon-ic_fluent_textbox_align_center_20_filled:before {
    content: "\ed6d";
}
.icon-ic_fluent_textbox_align_center_24_filled:before {
    content: "\ed6e";
}
.icon-ic_fluent_thumb_like_16_filled:before {
    content: "\ed78";
}
.icon-ic_fluent_ticket_horizontal_20_filled:before {
    content: "\ed7f";
}
.icon-ic_fluent_ticket_horizontal_24_filled:before {
    content: "\ed80";
}
.icon-ic_fluent_wand_16_filled:before {
    content: "\ee36";
}
.icon-ic_fluent_wand_20_filled:before {
    content: "\ee37";
}
.icon-ic_fluent_wand_24_filled:before {
    content: "\ee38";
}
.icon-ic_fluent_wand_28_filled:before {
    content: "\ee39";
}
.icon-ic_fluent_wand_48_filled:before {
    content: "\ee3a";
}
.icon-ic_fluent_window_arrow_up_24_filled:before {
    content: "\ee6c";
}
.icon-ic_fluent_window_header_horizontal_20_filled:before {
    content: "\ee74";
}
.icon-ic_fluent_window_header_vertical_20_filled:before {
    content: "\ee76";
}
.icon-ic_fluent_accessibility_32_filled:before {
    content: "\e001";
}
.icon-ic_fluent_accessibility_checkmark_24_filled:before {
    content: "\e004";
}
.icon-ic_fluent_add_circle_16_filled:before {
    content: "\e005";
}
.icon-ic_fluent_add_circle_32_filled:before {
    content: "\e006";
}
.icon-ic_fluent_animal_rabbit_16_filled:before {
    content: "\e050";
}
.icon-ic_fluent_animal_rabbit_20_filled:before {
    content: "\e051";
}
.icon-ic_fluent_animal_rabbit_24_filled:before {
    content: "\e052";
}
.icon-ic_fluent_animal_rabbit_28_filled:before {
    content: "\e053";
}
.icon-ic_fluent_animal_turtle_16_filled:before {
    content: "\e054";
}
.icon-ic_fluent_animal_turtle_20_filled:before {
    content: "\e055";
}
.icon-ic_fluent_animal_turtle_24_filled:before {
    content: "\e056";
}
.icon-ic_fluent_animal_turtle_28_filled:before {
    content: "\e057";
}
.icon-ic_fluent_book_contacts_20_filled:before {
    content: "\e17e";
}
.icon-ic_fluent_book_contacts_24_filled:before {
    content: "\e17f";
}
.icon-ic_fluent_book_contacts_28_filled:before {
    content: "\e180";
}
.icon-ic_fluent_book_open_globe_20_filled:before {
    content: "\e191";
}
.icon-ic_fluent_calligraphy_pen_checkmark_20_filled:before {
    content: "\e2aa";
}
.icon-ic_fluent_calligraphy_pen_question_mark_20_filled:before {
    content: "\e2ac";
}
.icon-ic_fluent_cellular_5g_24_filled:before {
    content: "\e2c7";
}
.icon-ic_fluent_checkbox_1_24_filled:before {
    content: "\e30b";
}
.icon-ic_fluent_checkbox_2_24_filled:before {
    content: "\e30d";
}
.icon-ic_fluent_checkbox_arrow_right_24_filled:before {
    content: "\e30f";
}
.icon-ic_fluent_checkbox_person_24_filled:before {
    content: "\e316";
}
.icon-ic_fluent_checkbox_warning_24_filled:before {
    content: "\e318";
}
.icon-ic_fluent_circle_edit_24_filled:before {
    content: "\e34a";
}
.icon-ic_fluent_clock_32_filled:before {
    content: "\e383";
}
.icon-ic_fluent_cloud_16_filled:before {
    content: "\e397";
}
.icon-ic_fluent_cloud_32_filled:before {
    content: "\e399";
}
.icon-ic_fluent_comment_note_24_filled:before {
    content: "\e40b";
}
.icon-ic_fluent_content_settings_32_filled:before {
    content: "\e423";
}
.icon-ic_fluent_desktop_mac_16_filled:before {
    content: "\e4a4";
}
.icon-ic_fluent_desktop_mac_32_filled:before {
    content: "\e4a7";
}
.icon-ic_fluent_document_arrow_right_24_filled:before {
    content: "\e4f3";
}
.icon-ic_fluent_document_checkmark_24_filled:before {
    content: "\e4fe";
}
.icon-ic_fluent_dual_screen_dismiss_24_filled:before {
    content: "\e5aa";
}
.icon-ic_fluent_dual_screen_speaker_24_filled:before {
    content: "\e5b5";
}
.icon-ic_fluent_filter_dismiss_24_filled:before {
    content: "\e61b";
}
.icon-ic_fluent_filter_sync_24_filled:before {
    content: "\e61d";
}
.icon-ic_fluent_folder_16_filled:before {
    content: "\e650";
}
.icon-ic_fluent_folder_32_filled:before {
    content: "\e651";
}
.icon-ic_fluent_globe_person_24_filled:before {
    content: "\e6c5";
}
.icon-ic_fluent_home_person_24_filled:before {
    content: "\e725";
}
.icon-ic_fluent_image_globe_24_filled:before {
    content: "\e730";
}
.icon-ic_fluent_inking_tool_32_filled:before {
    content: "\e747";
}
.icon-ic_fluent_key_16_filled:before {
    content: "\e74e";
}
.icon-ic_fluent_key_32_filled:before {
    content: "\e74f";
}
.icon-ic_fluent_line_style_24_filled:before {
    content: "\e77d";
}
.icon-ic_fluent_math_formula_16_filled:before {
    content: "\e7ef";
}
.icon-ic_fluent_math_formula_32_filled:before {
    content: "\e7f2";
}
.icon-ic_fluent_notebook_add_24_filled:before {
    content: "\e881";
}
.icon-ic_fluent_notebook_section_arrow_right_24_filled:before {
    content: "\e888";
}
.icon-ic_fluent_notebook_subsection_24_filled:before {
    content: "\e88a";
}
.icon-ic_fluent_orientation_20_filled:before {
    content: "\e8ad";
}
.icon-ic_fluent_people_32_filled:before {
    content: "\e8fe";
}
.icon-ic_fluent_person_note_24_filled:before {
    content: "\e951";
}
.icon-ic_fluent_phone_laptop_16_filled:before {
    content: "\e972";
}
.icon-ic_fluent_phone_laptop_32_filled:before {
    content: "\e973";
}
.icon-ic_fluent_phone_speaker_24_filled:before {
    content: "\e984";
}
.icon-ic_fluent_pi_24_filled:before {
    content: "\e98d";
}
.icon-ic_fluent_premium_32_filled:before {
    content: "\e9c3";
}
.icon-ic_fluent_receipt_20_filled:before {
    content: "\ea06";
}
.icon-ic_fluent_receipt_24_filled:before {
    content: "\ea07";
}
.icon-ic_fluent_rss_24_filled:before {
    content: "\ea46";
}
.icon-ic_fluent_screen_cut_20_filled:before {
    content: "\ea7f";
}
.icon-ic_fluent_screen_person_20_filled:before {
    content: "\ea80";
}
.icon-ic_fluent_shape_exclude_16_filled:before {
    content: "\eaa1";
}
.icon-ic_fluent_shape_exclude_20_filled:before {
    content: "\eaa2";
}
.icon-ic_fluent_shape_exclude_24_filled:before {
    content: "\eaa3";
}
.icon-ic_fluent_shape_intersect_16_filled:before {
    content: "\eaa4";
}
.icon-ic_fluent_shape_intersect_20_filled:before {
    content: "\eaa5";
}
.icon-ic_fluent_shape_intersect_24_filled:before {
    content: "\eaa6";
}
.icon-ic_fluent_shape_subtract_16_filled:before {
    content: "\eaa7";
}
.icon-ic_fluent_shape_subtract_20_filled:before {
    content: "\eaa8";
}
.icon-ic_fluent_shape_subtract_24_filled:before {
    content: "\eaa9";
}
.icon-ic_fluent_shape_union_16_filled:before {
    content: "\eaaa";
}
.icon-ic_fluent_shape_union_20_filled:before {
    content: "\eaab";
}
.icon-ic_fluent_shape_union_24_filled:before {
    content: "\eaac";
}
.icon-ic_fluent_shifts_16_filled:before {
    content: "\eae4";
}
.icon-ic_fluent_slide_settings_24_filled:before {
    content: "\eb2d";
}
.icon-ic_fluent_slide_transition_24_filled:before {
    content: "\eb35";
}
.icon-ic_fluent_star_emphasis_32_filled:before {
    content: "\ebb4";
}
.icon-ic_fluent_table_32_filled:before {
    content: "\ebf0";
}
.icon-ic_fluent_table_cell_edit_24_filled:before {
    content: "\ebfd";
}
.icon-ic_fluent_tablet_speaker_24_filled:before {
    content: "\ec68";
}
.icon-ic_fluent_target_32_filled:before {
    content: "\ec8e";
}
.icon-ic_fluent_timer_3_24_filled:before {
    content: "\ed8b";
}
.icon-ic_fluent_voicemail_28_filled:before {
    content: "\ee24";
}
.icon-ic_fluent_walkie_talkie_20_filled:before {
    content: "\ee2a";
}
.icon-ic_fluent_warning_shield_20_filled:before {
    content: "\ee3d";
}
.icon-ic_fluent_add_subtract_circle_16_filled:before {
    content: "\e00a";
}
.icon-ic_fluent_add_subtract_circle_20_filled:before {
    content: "\e00b";
}
.icon-ic_fluent_add_subtract_circle_24_filled:before {
    content: "\e00c";
}
.icon-ic_fluent_add_subtract_circle_28_filled:before {
    content: "\e00d";
}
.icon-ic_fluent_add_subtract_circle_48_filled:before {
    content: "\e00e";
}
.icon-ic_fluent_beach_16_filled:before {
    content: "\e153";
}
.icon-ic_fluent_beach_20_filled:before {
    content: "\e154";
}
.icon-ic_fluent_beach_24_filled:before {
    content: "\e155";
}
.icon-ic_fluent_beach_28_filled:before {
    content: "\e156";
}
.icon-ic_fluent_building_16_filled:before {
    content: "\e21e";
}
.icon-ic_fluent_calendar_edit_16_filled:before {
    content: "\e259";
}
.icon-ic_fluent_calendar_edit_20_filled:before {
    content: "\e25a";
}
.icon-ic_fluent_calendar_edit_24_filled:before {
    content: "\e25b";
}
.icon-ic_fluent_calendar_ltr_20_filled:before {
    content: "\e262";
}
.icon-ic_fluent_calendar_ltr_24_filled:before {
    content: "\e263";
}
.icon-ic_fluent_calendar_ltr_28_filled:before {
    content: "\e264";
}
.icon-ic_fluent_calendar_rtl_20_filled:before {
    content: "\e277";
}
.icon-ic_fluent_calendar_rtl_24_filled:before {
    content: "\e278";
}
.icon-ic_fluent_calendar_rtl_28_filled:before {
    content: "\e279";
}
.icon-ic_fluent_circle_small_20_filled:before {
    content: "\e353";
}
.icon-ic_fluent_clipboard_16_filled:before {
    content: "\e357";
}
.icon-ic_fluent_clipboard_arrow_right_16_filled:before {
    content: "\e359";
}
.icon-ic_fluent_clipboard_arrow_right_20_filled:before {
    content: "\e35a";
}
.icon-ic_fluent_clipboard_arrow_right_24_filled:before {
    content: "\e35b";
}
.icon-ic_fluent_clipboard_text_ltr_20_filled:before {
    content: "\e37e";
}
.icon-ic_fluent_clipboard_text_ltr_24_filled:before {
    content: "\e37f";
}
.icon-ic_fluent_clipboard_text_rtl_20_filled:before {
    content: "\e381";
}
.icon-ic_fluent_clipboard_text_rtl_24_filled:before {
    content: "\e382";
}
.icon-ic_fluent_cube_sync_24_filled:before {
    content: "\e446";
}
.icon-ic_fluent_document_question_mark_16_filled:before {
    content: "\e53c";
}
.icon-ic_fluent_document_question_mark_20_filled:before {
    content: "\e53d";
}
.icon-ic_fluent_document_question_mark_24_filled:before {
    content: "\e53e";
}
.icon-ic_fluent_door_arrow_left_20_filled:before {
    content: "\e571";
}
.icon-ic_fluent_drop_12_filled:before {
    content: "\e59a";
}
.icon-ic_fluent_drop_16_filled:before {
    content: "\e59b";
}
.icon-ic_fluent_drop_20_filled:before {
    content: "\e59c";
}
.icon-ic_fluent_drop_24_filled:before {
    content: "\e59d";
}
.icon-ic_fluent_drop_28_filled:before {
    content: "\e59e";
}
.icon-ic_fluent_drop_48_filled:before {
    content: "\e59f";
}
.icon-ic_fluent_dumbbell_16_filled:before {
    content: "\e5bb";
}
.icon-ic_fluent_dumbbell_20_filled:before {
    content: "\e5bc";
}
.icon-ic_fluent_dumbbell_24_filled:before {
    content: "\e5bd";
}
.icon-ic_fluent_dumbbell_28_filled:before {
    content: "\e5be";
}
.icon-ic_fluent_edit_off_20_filled:before {
    content: "\e5c4";
}
.icon-ic_fluent_eyedropper_20_filled:before {
    content: "\e60a";
}
.icon-ic_fluent_eyedropper_24_filled:before {
    content: "\e60b";
}
.icon-ic_fluent_flag_off_16_filled:before {
    content: "\e622";
}
.icon-ic_fluent_flag_off_20_filled:before {
    content: "\e623";
}
.icon-ic_fluent_fps_120_20_filled:before {
    content: "\e682";
}
.icon-ic_fluent_fps_120_24_filled:before {
    content: "\e683";
}
.icon-ic_fluent_fps_240_20_filled:before {
    content: "\e684";
}
.icon-ic_fluent_guitar_16_filled:before {
    content: "\e6df";
}
.icon-ic_fluent_guitar_20_filled:before {
    content: "\e6e0";
}
.icon-ic_fluent_guitar_24_filled:before {
    content: "\e6e1";
}
.icon-ic_fluent_guitar_28_filled:before {
    content: "\e6e2";
}
.icon-ic_fluent_key_command_16_filled:before {
    content: "\e750";
}
.icon-ic_fluent_more_vertical_16_filled:before {
    content: "\e837";
}
.icon-ic_fluent_people_checkmark_20_filled:before {
    content: "\e905";
}
.icon-ic_fluent_people_checkmark_24_filled:before {
    content: "\e906";
}
.icon-ic_fluent_play_circle_16_filled:before {
    content: "\e9a5";
}
.icon-ic_fluent_play_circle_20_filled:before {
    content: "\e9a6";
}
.icon-ic_fluent_play_circle_28_filled:before {
    content: "\e9a7";
}
.icon-ic_fluent_re_order_dots_horizontal_16_filled:before {
    content: "\e9fc";
}
.icon-ic_fluent_re_order_dots_horizontal_20_filled:before {
    content: "\e9fd";
}
.icon-ic_fluent_re_order_dots_horizontal_24_filled:before {
    content: "\e9fe";
}
.icon-ic_fluent_re_order_dots_vertical_16_filled:before {
    content: "\e9ff";
}
.icon-ic_fluent_re_order_dots_vertical_20_filled:before {
    content: "\ea00";
}
.icon-ic_fluent_re_order_dots_vertical_24_filled:before {
    content: "\ea01";
}
.icon-ic_fluent_scale_fill_20_filled:before {
    content: "\ea57";
}
.icon-ic_fluent_skip_back_10_20_filled:before {
    content: "\eb04";
}
.icon-ic_fluent_skip_forward_10_20_filled:before {
    content: "\eb09";
}
.icon-ic_fluent_skip_forward_30_20_filled:before {
    content: "\eb0e";
}
.icon-ic_fluent_slide_eraser_24_filled:before {
    content: "\eb1f";
}
.icon-ic_fluent_split_horizontal_12_filled:before {
    content: "\eb60";
}
.icon-ic_fluent_split_horizontal_16_filled:before {
    content: "\eb61";
}
.icon-ic_fluent_split_horizontal_20_filled:before {
    content: "\eb62";
}
.icon-ic_fluent_split_horizontal_24_filled:before {
    content: "\eb63";
}
.icon-ic_fluent_split_horizontal_28_filled:before {
    content: "\eb64";
}
.icon-ic_fluent_split_horizontal_32_filled:before {
    content: "\eb65";
}
.icon-ic_fluent_split_horizontal_48_filled:before {
    content: "\eb66";
}
.icon-ic_fluent_split_vertical_12_filled:before {
    content: "\eb67";
}
.icon-ic_fluent_split_vertical_16_filled:before {
    content: "\eb68";
}
.icon-ic_fluent_split_vertical_20_filled:before {
    content: "\eb69";
}
.icon-ic_fluent_split_vertical_24_filled:before {
    content: "\eb6a";
}
.icon-ic_fluent_split_vertical_28_filled:before {
    content: "\eb6b";
}
.icon-ic_fluent_split_vertical_32_filled:before {
    content: "\eb6c";
}
.icon-ic_fluent_split_vertical_48_filled:before {
    content: "\eb6d";
}
.icon-ic_fluent_sport_soccer_20_filled:before {
    content: "\eb7a";
}
.icon-ic_fluent_sport_soccer_24_filled:before {
    content: "\eb7b";
}
.icon-ic_fluent_symbols_20_filled:before {
    content: "\ebdb";
}
.icon-ic_fluent_table_delete_column_20_filled:before {
    content: "\ec06";
}
.icon-ic_fluent_table_delete_row_20_filled:before {
    content: "\ec0a";
}
.icon-ic_fluent_table_stack_above_20_filled:before {
    content: "\ec51";
}
.icon-ic_fluent_table_stack_left_20_filled:before {
    content: "\ec59";
}
.icon-ic_fluent_table_stack_right_20_filled:before {
    content: "\ec5d";
}
.icon-ic_fluent_task_list_ltr_20_filled:before {
    content: "\ec90";
}
.icon-ic_fluent_task_list_ltr_24_filled:before {
    content: "\ec91";
}
.icon-ic_fluent_task_list_rtl_20_filled:before {
    content: "\ec92";
}
.icon-ic_fluent_task_list_rtl_24_filled:before {
    content: "\ec93";
}
.icon-ic_fluent_tetris_app_16_filled:before {
    content: "\eca5";
}
.icon-ic_fluent_tetris_app_20_filled:before {
    content: "\eca6";
}
.icon-ic_fluent_tetris_app_24_filled:before {
    content: "\eca7";
}
.icon-ic_fluent_tetris_app_28_filled:before {
    content: "\eca8";
}
.icon-ic_fluent_tetris_app_32_filled:before {
    content: "\eca9";
}
.icon-ic_fluent_tetris_app_48_filled:before {
    content: "\ecaa";
}
.icon-ic_fluent_text_bullet_list_ltr_20_filled:before {
    content: "\ecd7";
}
.icon-ic_fluent_text_bullet_list_ltr_24_filled:before {
    content: "\ecd8";
}
.icon-ic_fluent_text_bullet_list_rtl_20_filled:before {
    content: "\ecde";
}
.icon-ic_fluent_text_bullet_list_rtl_24_filled:before {
    content: "\ecdf";
}
.icon-ic_fluent_vehicle_cab_16_filled:before {
    content: "\edd5";
}
.icon-ic_fluent_vehicle_cab_20_filled:before {
    content: "\edd6";
}
.icon-ic_fluent_vehicle_cab_28_filled:before {
    content: "\edd7";
}
.icon-ic_fluent_vehicle_truck_profile_24_filled:before {
    content: "\edef";
}
.icon-ic_fluent_bot_add_20_filled:before {
    content: "\e1cd";
}
.icon-ic_fluent_chart_person_20_filled:before {
    content: "\e2f3";
}
.icon-ic_fluent_chart_person_24_filled:before {
    content: "\e2f4";
}
.icon-ic_fluent_chart_person_28_filled:before {
    content: "\e2f5";
}
.icon-ic_fluent_chart_person_48_filled:before {
    content: "\e2f6";
}
.icon-ic_fluent_mic_prohibited_16_filled:before {
    content: "\e80f";
}
.icon-ic_fluent_mic_prohibited_28_filled:before {
    content: "\e812";
}
.icon-ic_fluent_mic_prohibited_48_filled:before {
    content: "\e813";
}
.icon-ic_fluent_tv_usb_16_filled:before {
    content: "\edc7";
}
.icon-ic_fluent_tv_usb_20_filled:before {
    content: "\edc8";
}
.icon-ic_fluent_tv_usb_24_filled:before {
    content: "\edc9";
}
.icon-ic_fluent_tv_usb_28_filled:before {
    content: "\edca";
}
.icon-ic_fluent_tv_usb_48_filled:before {
    content: "\edcb";
}
.icon-ic_fluent_video_360_off_20_filled:before {
    content: "\edf3";
}
.icon-ic_fluent_video_prohibited_16_filled:before {
    content: "\ee1b";
}
.icon-ic_fluent_video_prohibited_24_filled:before {
    content: "\ee1d";
}
.icon-ic_fluent_video_prohibited_28_filled:before {
    content: "\ee1e";
}
.icon-ic_fluent_alert_32_filled:before {
    content: "\e015";
}
.icon-ic_fluent_arrow_down_left_20_filled:before {
    content: "\e0bb";
}
.icon-ic_fluent_arrow_step_back_16_filled:before {
    content: "\e0f8";
}
.icon-ic_fluent_arrow_step_in_16_filled:before {
    content: "\e0fb";
}
.icon-ic_fluent_arrow_step_out_16_filled:before {
    content: "\e10a";
}
.icon-ic_fluent_arrow_step_over_16_filled:before {
    content: "\e10e";
}
.icon-ic_fluent_arrow_up_right_20_filled:before {
    content: "\e12f";
}
.icon-ic_fluent_backpack_32_filled:before {
    content: "\e145";
}
.icon-ic_fluent_book_contacts_32_filled:before {
    content: "\e181";
}
.icon-ic_fluent_bookmark_32_filled:before {
    content: "\e1a5";
}
.icon-ic_fluent_bookmark_multiple_24_filled:before {
    content: "\e1a8";
}
.icon-ic_fluent_branch_compare_16_filled:before {
    content: "\e1ee";
}
.icon-ic_fluent_branch_compare_20_filled:before {
    content: "\e1ef";
}
.icon-ic_fluent_branch_compare_24_filled:before {
    content: "\e1f0";
}
.icon-ic_fluent_branch_fork_16_filled:before {
    content: "\e1f1";
}
.icon-ic_fluent_branch_fork_20_filled:before {
    content: "\e1f2";
}
.icon-ic_fluent_branch_fork_24_filled:before {
    content: "\e1f3";
}
.icon-ic_fluent_calendar_ltr_16_filled:before {
    content: "\e261";
}
.icon-ic_fluent_calendar_ltr_32_filled:before {
    content: "\e265";
}
.icon-ic_fluent_calendar_rtl_32_filled:before {
    content: "\e27a";
}
.icon-ic_fluent_call_32_filled:before {
    content: "\e287";
}
.icon-ic_fluent_calligraphy_pen_error_20_filled:before {
    content: "\e2ab";
}
.icon-ic_fluent_chat_32_filled:before {
    content: "\e2f9";
}
.icon-ic_fluent_clipboard_data_bar_32_filled:before {
    content: "\e366";
}
.icon-ic_fluent_clock_alarm_32_filled:before {
    content: "\e385";
}
.icon-ic_fluent_content_view_32_filled:before {
    content: "\e425";
}
.icon-ic_fluent_desktop_32_filled:before {
    content: "\e493";
}
.icon-ic_fluent_dismiss_square_multiple_16_filled:before {
    content: "\e4d2";
}
.icon-ic_fluent_document_32_filled:before {
    content: "\e4e4";
}
.icon-ic_fluent_document_pdf_32_filled:before {
    content: "\e534";
}
.icon-ic_fluent_food_pizza_20_filled:before {
    content: "\e67d";
}
.icon-ic_fluent_food_pizza_24_filled:before {
    content: "\e67e";
}
.icon-ic_fluent_globe_32_filled:before {
    content: "\e6bf";
}
.icon-ic_fluent_headset_32_filled:before {
    content: "\e705";
}
.icon-ic_fluent_heart_pulse_20_filled:before {
    content: "\e70e";
}
.icon-ic_fluent_multiplier_1_2x_20_filled:before {
    content: "\e83b";
}
.icon-ic_fluent_multiplier_1_2x_24_filled:before {
    content: "\e83c";
}
.icon-ic_fluent_multiplier_1_2x_28_filled:before {
    content: "\e83d";
}
.icon-ic_fluent_multiplier_1_2x_32_filled:before {
    content: "\e83e";
}
.icon-ic_fluent_multiplier_1_2x_48_filled:before {
    content: "\e83f";
}
.icon-ic_fluent_multiplier_1_5x_20_filled:before {
    content: "\e840";
}
.icon-ic_fluent_multiplier_1_5x_24_filled:before {
    content: "\e841";
}
.icon-ic_fluent_multiplier_1_5x_28_filled:before {
    content: "\e842";
}
.icon-ic_fluent_multiplier_1_5x_32_filled:before {
    content: "\e843";
}
.icon-ic_fluent_multiplier_1_5x_48_filled:before {
    content: "\e844";
}
.icon-ic_fluent_multiplier_1_8x_20_filled:before {
    content: "\e845";
}
.icon-ic_fluent_multiplier_1_8x_24_filled:before {
    content: "\e846";
}
.icon-ic_fluent_multiplier_1_8x_28_filled:before {
    content: "\e847";
}
.icon-ic_fluent_multiplier_1_8x_32_filled:before {
    content: "\e848";
}
.icon-ic_fluent_multiplier_1_8x_48_filled:before {
    content: "\e849";
}
.icon-ic_fluent_multiplier_1x_20_filled:before {
    content: "\e84a";
}
.icon-ic_fluent_multiplier_1x_24_filled:before {
    content: "\e84b";
}
.icon-ic_fluent_multiplier_1x_28_filled:before {
    content: "\e84c";
}
.icon-ic_fluent_multiplier_1x_32_filled:before {
    content: "\e84d";
}
.icon-ic_fluent_multiplier_1x_48_filled:before {
    content: "\e84e";
}
.icon-ic_fluent_multiplier_2x_20_filled:before {
    content: "\e84f";
}
.icon-ic_fluent_multiplier_2x_24_filled:before {
    content: "\e850";
}
.icon-ic_fluent_multiplier_2x_28_filled:before {
    content: "\e851";
}
.icon-ic_fluent_multiplier_2x_32_filled:before {
    content: "\e852";
}
.icon-ic_fluent_multiplier_2x_48_filled:before {
    content: "\e853";
}
.icon-ic_fluent_my_location_16_filled:before {
    content: "\e86b";
}
.icon-ic_fluent_my_location_20_filled:before {
    content: "\e86c";
}
.icon-ic_fluent_notepad_32_filled:before {
    content: "\e88d";
}
.icon-ic_fluent_patient_32_filled:before {
    content: "\e8dd";
}
.icon-ic_fluent_people_team_32_filled:before {
    content: "\e922";
}
.icon-ic_fluent_pulse_32_filled:before {
    content: "\e9e7";
}
.icon-ic_fluent_remote_16_filled:before {
    content: "\ea17";
}
.icon-ic_fluent_ribbon_32_filled:before {
    content: "\ea31";
}
.icon-ic_fluent_shifts_32_filled:before {
    content: "\eae7";
}
.icon-ic_fluent_skip_forward_10_24_filled:before {
    content: "\eb0a";
}
.icon-ic_fluent_skip_forward_10_28_filled:before {
    content: "\eb0b";
}
.icon-ic_fluent_skip_forward_10_32_filled:before {
    content: "\eb0c";
}
.icon-ic_fluent_skip_forward_10_48_filled:before {
    content: "\eb0d";
}
.icon-ic_fluent_skip_forward_30_24_filled:before {
    content: "\eb0f";
}
.icon-ic_fluent_skip_forward_30_28_filled:before {
    content: "\eb10";
}
.icon-ic_fluent_skip_forward_30_32_filled:before {
    content: "\eb11";
}
.icon-ic_fluent_skip_forward_30_48_filled:before {
    content: "\eb12";
}
.icon-ic_fluent_subtract_square_multiple_16_filled:before {
    content: "\ebd5";
}
.icon-ic_fluent_text_sort_ascending_16_filled:before {
    content: "\ed5a";
}
.icon-ic_fluent_text_sort_ascending_24_filled:before {
    content: "\ed5b";
}
.icon-ic_fluent_text_sort_descending_16_filled:before {
    content: "\ed5c";
}
.icon-ic_fluent_text_sort_descending_24_filled:before {
    content: "\ed5d";
}
.icon-ic_fluent_video_person_call_32_filled:before {
    content: "\ee10";
}
.icon-ic_fluent_weather_sunny_32_filled:before {
    content: "\ee4e";
}
.icon-ic_fluent_align_bottom_16_filled:before {
    content: "\e01e";
}
.icon-ic_fluent_align_bottom_20_filled:before {
    content: "\e01f";
}
.icon-ic_fluent_align_bottom_24_filled:before {
    content: "\e020";
}
.icon-ic_fluent_align_bottom_28_filled:before {
    content: "\e021";
}
.icon-ic_fluent_align_bottom_32_filled:before {
    content: "\e022";
}
.icon-ic_fluent_align_bottom_48_filled:before {
    content: "\e023";
}
.icon-ic_fluent_align_center_horizontal_16_filled:before {
    content: "\e024";
}
.icon-ic_fluent_align_center_horizontal_20_filled:before {
    content: "\e025";
}
.icon-ic_fluent_align_center_horizontal_24_filled:before {
    content: "\e026";
}
.icon-ic_fluent_align_center_horizontal_28_filled:before {
    content: "\e027";
}
.icon-ic_fluent_align_center_horizontal_32_filled:before {
    content: "\e028";
}
.icon-ic_fluent_align_center_horizontal_48_filled:before {
    content: "\e029";
}
.icon-ic_fluent_align_center_vertical_16_filled:before {
    content: "\e02a";
}
.icon-ic_fluent_align_center_vertical_20_filled:before {
    content: "\e02b";
}
.icon-ic_fluent_align_center_vertical_24_filled:before {
    content: "\e02c";
}
.icon-ic_fluent_align_center_vertical_28_filled:before {
    content: "\e02d";
}
.icon-ic_fluent_align_center_vertical_32_filled:before {
    content: "\e02e";
}
.icon-ic_fluent_align_center_vertical_48_filled:before {
    content: "\e02f";
}
.icon-ic_fluent_align_left_16_filled:before {
    content: "\e032";
}
.icon-ic_fluent_align_left_20_filled:before {
    content: "\e033";
}
.icon-ic_fluent_align_left_24_filled:before {
    content: "\e034";
}
.icon-ic_fluent_align_left_28_filled:before {
    content: "\e035";
}
.icon-ic_fluent_align_left_32_filled:before {
    content: "\e036";
}
.icon-ic_fluent_align_left_48_filled:before {
    content: "\e037";
}
.icon-ic_fluent_align_right_16_filled:before {
    content: "\e038";
}
.icon-ic_fluent_align_right_20_filled:before {
    content: "\e039";
}
.icon-ic_fluent_align_right_24_filled:before {
    content: "\e03a";
}
.icon-ic_fluent_align_right_28_filled:before {
    content: "\e03b";
}
.icon-ic_fluent_align_right_32_filled:before {
    content: "\e03c";
}
.icon-ic_fluent_align_right_48_filled:before {
    content: "\e03d";
}
.icon-ic_fluent_align_top_16_filled:before {
    content: "\e049";
}
.icon-ic_fluent_align_top_20_filled:before {
    content: "\e04a";
}
.icon-ic_fluent_align_top_24_filled:before {
    content: "\e04b";
}
.icon-ic_fluent_align_top_28_filled:before {
    content: "\e04c";
}
.icon-ic_fluent_align_top_32_filled:before {
    content: "\e04d";
}
.icon-ic_fluent_align_top_48_filled:before {
    content: "\e04e";
}
.icon-ic_fluent_calculator_24_filled:before {
    content: "\e247";
}
.icon-ic_fluent_camera_16_filled:before {
    content: "\e2ad";
}
.icon-ic_fluent_group_dismiss_24_filled:before {
    content: "\e6d6";
}
.icon-ic_fluent_group_return_24_filled:before {
    content: "\e6d9";
}
.icon-ic_fluent_hand_left_16_filled:before {
    content: "\e6e7";
}
.icon-ic_fluent_hand_left_24_filled:before {
    content: "\e6e9";
}
.icon-ic_fluent_hand_left_28_filled:before {
    content: "\e6ea";
}
.icon-ic_fluent_hand_right_16_filled:before {
    content: "\e6eb";
}
.icon-ic_fluent_home_12_filled:before {
    content: "\e71b";
}
.icon-ic_fluent_keyboard_shift_16_filled:before {
    content: "\e75e";
}
.icon-ic_fluent_keyboard_shift_20_filled:before {
    content: "\e75f";
}
.icon-ic_fluent_link_square_20_filled:before {
    content: "\e785";
}
.icon-ic_fluent_mail_inbox_checkmark_16_filled:before {
    content: "\e7cb";
}
.icon-ic_fluent_mail_inbox_checkmark_20_filled:before {
    content: "\e7cc";
}
.icon-ic_fluent_mail_inbox_checkmark_24_filled:before {
    content: "\e7cd";
}
.icon-ic_fluent_music_note_2_20_filled:before {
    content: "\e862";
}
.icon-ic_fluent_my_location_12_filled:before {
    content: "\e86a";
}
.icon-ic_fluent_number_symbol_square_20_filled:before {
    content: "\e89a";
}
.icon-ic_fluent_number_symbol_square_24_filled:before {
    content: "\e89b";
}
.icon-ic_fluent_person_32_filled:before {
    content: "\e92d";
}
.icon-ic_fluent_person_5_32_filled:before {
    content: "\e92f";
}
.icon-ic_fluent_search_16_filled:before {
    content: "\ea84";
}
.icon-ic_fluent_send_16_filled:before {
    content: "\ea97";
}
.icon-ic_fluent_symbols_16_filled:before {
    content: "\ebda";
}
.icon-ic_fluent_teddy_20_filled:before {
    content: "\ec9e";
}
.icon-ic_fluent_video_person_star_off_24_filled:before {
    content: "\ee19";
}
.icon-ic_fluent_apps_add_in_16_filled:before {
    content: "\e062";
}
.icon-ic_fluent_apps_add_in_28_filled:before {
    content: "\e063";
}
.icon-ic_fluent_arrow_curve_down_left_16_filled:before {
    content: "\e0b8";
}
.icon-ic_fluent_arrow_curve_down_left_24_filled:before {
    content: "\e0b9";
}
.icon-ic_fluent_arrow_curve_down_left_28_filled:before {
    content: "\e0ba";
}
.icon-ic_fluent_arrow_upload_16_filled:before {
    content: "\e132";
}
.icon-ic_fluent_attach_12_filled:before {
    content: "\e136";
}
.icon-ic_fluent_board_16_filled:before {
    content: "\e166";
}
.icon-ic_fluent_board_20_filled:before {
    content: "\e167";
}
.icon-ic_fluent_board_28_filled:before {
    content: "\e168";
}
.icon-ic_fluent_board_split_16_filled:before {
    content: "\e16d";
}
.icon-ic_fluent_board_split_20_filled:before {
    content: "\e16e";
}
.icon-ic_fluent_board_split_24_filled:before {
    content: "\e16f";
}
.icon-ic_fluent_board_split_28_filled:before {
    content: "\e170";
}
.icon-ic_fluent_board_split_48_filled:before {
    content: "\e171";
}
.icon-ic_fluent_calendar_empty_32_filled:before {
    content: "\e25c";
}
.icon-ic_fluent_calendar_ltr_12_filled:before {
    content: "\e260";
}
.icon-ic_fluent_calendar_multiple_32_filled:before {
    content: "\e26b";
}
.icon-ic_fluent_chevron_up_down_20_filled:before {
    content: "\e344";
}
.icon-ic_fluent_chevron_up_down_24_filled:before {
    content: "\e345";
}
.icon-ic_fluent_circle_12_filled:before {
    content: "\e346";
}
.icon-ic_fluent_circle_half_fill_12_filled:before {
    content: "\e34c";
}
.icon-ic_fluent_circle_line_12_filled:before {
    content: "\e34e";
}
.icon-ic_fluent_closed_caption_off_16_filled:before {
    content: "\e392";
}
.icon-ic_fluent_closed_caption_off_20_filled:before {
    content: "\e393";
}
.icon-ic_fluent_closed_caption_off_24_filled:before {
    content: "\e394";
}
.icon-ic_fluent_closed_caption_off_28_filled:before {
    content: "\e395";
}
.icon-ic_fluent_closed_caption_off_48_filled:before {
    content: "\e396";
}
.icon-ic_fluent_desktop_pulse_16_filled:before {
    content: "\e4a8";
}
.icon-ic_fluent_desktop_pulse_20_filled:before {
    content: "\e4a9";
}
.icon-ic_fluent_desktop_pulse_24_filled:before {
    content: "\e4aa";
}
.icon-ic_fluent_desktop_pulse_28_filled:before {
    content: "\e4ab";
}
.icon-ic_fluent_desktop_pulse_32_filled:before {
    content: "\e4ac";
}
.icon-ic_fluent_desktop_pulse_48_filled:before {
    content: "\e4ad";
}
.icon-ic_fluent_developer_board_20_filled:before {
    content: "\e4b8";
}
.icon-ic_fluent_dismiss_square_24_filled:before {
    content: "\e4d1";
}
.icon-ic_fluent_door_arrow_left_24_filled:before {
    content: "\e572";
}
.icon-ic_fluent_emoji_hand_20_filled:before {
    content: "\e5db";
}
.icon-ic_fluent_filter_16_filled:before {
    content: "\e617";
}
.icon-ic_fluent_flash_16_filled:before {
    content: "\e624";
}
.icon-ic_fluent_flash_28_filled:before {
    content: "\e627";
}
.icon-ic_fluent_flash_checkmark_16_filled:before {
    content: "\e62a";
}
.icon-ic_fluent_flash_checkmark_20_filled:before {
    content: "\e62b";
}
.icon-ic_fluent_flash_checkmark_24_filled:before {
    content: "\e62c";
}
.icon-ic_fluent_flash_checkmark_28_filled:before {
    content: "\e62d";
}
.icon-ic_fluent_folder_prohibited_16_filled:before {
    content: "\e668";
}
.icon-ic_fluent_grid_16_filled:before {
    content: "\e6d0";
}
.icon-ic_fluent_headphones_20_filled:before {
    content: "\e6fb";
}
.icon-ic_fluent_headphones_32_filled:before {
    content: "\e6fc";
}
.icon-ic_fluent_headphones_48_filled:before {
    content: "\e6fd";
}
.icon-ic_fluent_headphones_sound_wave_20_filled:before {
    content: "\e6fe";
}
.icon-ic_fluent_headphones_sound_wave_24_filled:before {
    content: "\e6ff";
}
.icon-ic_fluent_headphones_sound_wave_28_filled:before {
    content: "\e700";
}
.icon-ic_fluent_headphones_sound_wave_32_filled:before {
    content: "\e701";
}
.icon-ic_fluent_headphones_sound_wave_48_filled:before {
    content: "\e702";
}
.icon-ic_fluent_home_checkmark_16_filled:before {
    content: "\e720";
}
.icon-ic_fluent_home_checkmark_20_filled:before {
    content: "\e721";
}
.icon-ic_fluent_ink_stroke_20_filled:before {
    content: "\e745";
}
.icon-ic_fluent_ink_stroke_24_filled:before {
    content: "\e746";
}
.icon-ic_fluent_library_16_filled:before {
    content: "\e76f";
}
.icon-ic_fluent_library_20_filled:before {
    content: "\e770";
}
.icon-ic_fluent_list_16_filled:before {
    content: "\e787";
}
.icon-ic_fluent_location_arrow_left_48_filled:before {
    content: "\e791";
}
.icon-ic_fluent_location_arrow_right_48_filled:before {
    content: "\e792";
}
.icon-ic_fluent_location_arrow_up_48_filled:before {
    content: "\e793";
}
.icon-ic_fluent_mail_inbox_checkmark_28_filled:before {
    content: "\e7ce";
}
.icon-ic_fluent_map_20_filled:before {
    content: "\e7e8";
}
.icon-ic_fluent_multiplier_5x_20_filled:before {
    content: "\e854";
}
.icon-ic_fluent_multiplier_5x_24_filled:before {
    content: "\e855";
}
.icon-ic_fluent_multiplier_5x_28_filled:before {
    content: "\e856";
}
.icon-ic_fluent_multiplier_5x_32_filled:before {
    content: "\e857";
}
.icon-ic_fluent_multiplier_5x_48_filled:before {
    content: "\e858";
}
.icon-ic_fluent_music_note_2_play_20_filled:before {
    content: "\e864";
}
.icon-ic_fluent_notepad_12_filled:before {
    content: "\e88c";
}
.icon-ic_fluent_organization_12_filled:before {
    content: "\e8a8";
}
.icon-ic_fluent_people_community_add_20_filled:before {
    content: "\e907";
}
.icon-ic_fluent_people_community_add_28_filled:before {
    content: "\e908";
}
.icon-ic_fluent_person_6_32_filled:before {
    content: "\e931";
}
.icon-ic_fluent_person_add_16_filled:before {
    content: "\e933";
}
.icon-ic_fluent_person_add_28_filled:before {
    content: "\e934";
}
.icon-ic_fluent_person_prohibited_16_filled:before {
    content: "\e954";
}
.icon-ic_fluent_person_prohibited_28_filled:before {
    content: "\e956";
}
.icon-ic_fluent_pin_28_filled:before {
    content: "\e994";
}
.icon-ic_fluent_pin_32_filled:before {
    content: "\e995";
}
.icon-ic_fluent_pin_48_filled:before {
    content: "\e996";
}
.icon-ic_fluent_premium_person_20_filled:before {
    content: "\e9c5";
}
.icon-ic_fluent_premium_person_24_filled:before {
    content: "\e9c6";
}
.icon-ic_fluent_prohibited_multiple_16_filled:before {
    content: "\e9d8";
}
.icon-ic_fluent_prohibited_multiple_20_filled:before {
    content: "\e9d9";
}
.icon-ic_fluent_prohibited_multiple_24_filled:before {
    content: "\e9da";
}
.icon-ic_fluent_read_aloud_16_filled:before {
    content: "\ea02";
}
.icon-ic_fluent_read_aloud_28_filled:before {
    content: "\ea03";
}
.icon-ic_fluent_shield_16_filled:before {
    content: "\eacc";
}
.icon-ic_fluent_shield_28_filled:before {
    content: "\eacd";
}
.icon-ic_fluent_shield_48_filled:before {
    content: "\eace";
}
.icon-ic_fluent_shield_checkmark_16_filled:before {
    content: "\ead0";
}
.icon-ic_fluent_shield_checkmark_20_filled:before {
    content: "\ead1";
}
.icon-ic_fluent_shield_checkmark_24_filled:before {
    content: "\ead2";
}
.icon-ic_fluent_shield_checkmark_28_filled:before {
    content: "\ead3";
}
.icon-ic_fluent_shield_checkmark_48_filled:before {
    content: "\ead4";
}
.icon-ic_fluent_top_speed_20_filled:before {
    content: "\ed9b";
}
.icon-ic_fluent_checkmark_circle_12_filled:before {
    content: "\e31b";
}
.icon-ic_fluent_add_square_multiple_16_filled:before {
    content: "\e008";
}
.icon-ic_fluent_add_square_multiple_20_filled:before {
    content: "\e009";
}
.icon-ic_fluent_arrow_forward_48_filled:before {
    content: "\e0d1";
}
.icon-ic_fluent_arrow_sync_16_filled:before {
    content: "\e110";
}
.icon-ic_fluent_book_open_28_filled:before {
    content: "\e18e";
}
.icon-ic_fluent_book_open_32_filled:before {
    content: "\e18f";
}
.icon-ic_fluent_book_open_48_filled:before {
    content: "\e190";
}
.icon-ic_fluent_book_open_microphone_20_filled:before {
    content: "\e193";
}
.icon-ic_fluent_book_open_microphone_24_filled:before {
    content: "\e194";
}
.icon-ic_fluent_book_open_microphone_28_filled:before {
    content: "\e195";
}
.icon-ic_fluent_book_open_microphone_32_filled:before {
    content: "\e196";
}
.icon-ic_fluent_book_open_microphone_48_filled:before {
    content: "\e197";
}
.icon-ic_fluent_briefcase_off_16_filled:before {
    content: "\e204";
}
.icon-ic_fluent_briefcase_off_20_filled:before {
    content: "\e205";
}
.icon-ic_fluent_briefcase_off_24_filled:before {
    content: "\e206";
}
.icon-ic_fluent_briefcase_off_28_filled:before {
    content: "\e207";
}
.icon-ic_fluent_briefcase_off_32_filled:before {
    content: "\e208";
}
.icon-ic_fluent_briefcase_off_48_filled:before {
    content: "\e209";
}
.icon-ic_fluent_building_bank_28_filled:before {
    content: "\e223";
}
.icon-ic_fluent_building_bank_48_filled:before {
    content: "\e224";
}
.icon-ic_fluent_building_bank_link_16_filled:before {
    content: "\e225";
}
.icon-ic_fluent_building_bank_link_20_filled:before {
    content: "\e226";
}
.icon-ic_fluent_building_bank_link_24_filled:before {
    content: "\e227";
}
.icon-ic_fluent_building_bank_link_28_filled:before {
    content: "\e228";
}
.icon-ic_fluent_building_bank_link_48_filled:before {
    content: "\e229";
}
.icon-ic_fluent_calendar_mail_16_filled:before {
    content: "\e267";
}
.icon-ic_fluent_calendar_rtl_12_filled:before {
    content: "\e275";
}
.icon-ic_fluent_calendar_rtl_16_filled:before {
    content: "\e276";
}
.icon-ic_fluent_chevron_double_up_16_filled:before {
    content: "\e341";
}
.icon-ic_fluent_chevron_double_up_20_filled:before {
    content: "\e342";
}
.icon-ic_fluent_cloud_28_filled:before {
    content: "\e398";
}
.icon-ic_fluent_cloud_off_16_filled:before {
    content: "\e3bc";
}
.icon-ic_fluent_cloud_off_20_filled:before {
    content: "\e3bd";
}
.icon-ic_fluent_cloud_off_28_filled:before {
    content: "\e3be";
}
.icon-ic_fluent_cloud_off_32_filled:before {
    content: "\e3bf";
}
.icon-ic_fluent_cloud_sync_16_filled:before {
    content: "\e3c2";
}
.icon-ic_fluent_cloud_sync_24_filled:before {
    content: "\e3c4";
}
.icon-ic_fluent_cloud_sync_28_filled:before {
    content: "\e3c5";
}
.icon-ic_fluent_cloud_sync_32_filled:before {
    content: "\e3c6";
}
.icon-ic_fluent_cloud_sync_48_filled:before {
    content: "\e3c7";
}
.icon-ic_fluent_dismiss_square_20_filled:before {
    content: "\e4d0";
}
.icon-ic_fluent_document_footer_16_filled:before {
    content: "\e508";
}
.icon-ic_fluent_document_footer_dismiss_24_filled:before {
    content: "\e50b";
}
.icon-ic_fluent_document_header_16_filled:before {
    content: "\e50c";
}
.icon-ic_fluent_document_header_arrow_down_16_filled:before {
    content: "\e50e";
}
.icon-ic_fluent_document_header_dismiss_24_filled:before {
    content: "\e512";
}
.icon-ic_fluent_document_header_footer_16_filled:before {
    content: "\e513";
}
.icon-ic_fluent_document_ribbon_16_filled:before {
    content: "\e545";
}
.icon-ic_fluent_document_ribbon_20_filled:before {
    content: "\e546";
}
.icon-ic_fluent_document_ribbon_24_filled:before {
    content: "\e547";
}
.icon-ic_fluent_document_ribbon_28_filled:before {
    content: "\e548";
}
.icon-ic_fluent_document_ribbon_32_filled:before {
    content: "\e549";
}
.icon-ic_fluent_document_ribbon_48_filled:before {
    content: "\e54a";
}
.icon-ic_fluent_door_arrow_left_16_filled:before {
    content: "\e570";
}
.icon-ic_fluent_drive_train_24_filled:before {
    content: "\e599";
}
.icon-ic_fluent_engine_24_filled:before {
    content: "\e5ed";
}
.icon-ic_fluent_folder_mail_16_filled:before {
    content: "\e663";
}
.icon-ic_fluent_folder_sync_16_filled:before {
    content: "\e670";
}
.icon-ic_fluent_gas_24_filled:before {
    content: "\e69e";
}
.icon-ic_fluent_gas_pump_24_filled:before {
    content: "\e6a0";
}
.icon-ic_fluent_mail_dismiss_16_filled:before {
    content: "\e7bf";
}
.icon-ic_fluent_mail_prohibited_16_filled:before {
    content: "\e7dd";
}
.icon-ic_fluent_mic_sparkle_16_filled:before {
    content: "\e821";
}
.icon-ic_fluent_mic_sparkle_20_filled:before {
    content: "\e822";
}
.icon-ic_fluent_mic_sparkle_24_filled:before {
    content: "\e823";
}
.icon-ic_fluent_notepad_person_20_filled:before {
    content: "\e890";
}
.icon-ic_fluent_notepad_person_24_filled:before {
    content: "\e891";
}
.icon-ic_fluent_pin_off_16_filled:before {
    content: "\e997";
}
.icon-ic_fluent_pin_off_48_filled:before {
    content: "\e99a";
}
.icon-ic_fluent_skip_forward_tab_24_filled:before {
    content: "\eb14";
}
.icon-ic_fluent_square_arrow_forward_16_filled:before {
    content: "\eb85";
}
.icon-ic_fluent_square_arrow_forward_20_filled:before {
    content: "\eb86";
}
.icon-ic_fluent_square_arrow_forward_24_filled:before {
    content: "\eb87";
}
.icon-ic_fluent_square_arrow_forward_28_filled:before {
    content: "\eb88";
}
.icon-ic_fluent_square_arrow_forward_32_filled:before {
    content: "\eb89";
}
.icon-ic_fluent_square_arrow_forward_48_filled:before {
    content: "\eb8a";
}
.icon-ic_fluent_subtract_square_multiple_20_filled:before {
    content: "\ebd6";
}
.icon-ic_fluent_transmission_24_filled:before {
    content: "\ed9d";
}
.icon-ic_fluent_wifi_off_20_filled:before {
    content: "\ee59";
}
.icon-ic_fluent_wifi_off_24_filled:before {
    content: "\ee5a";
}
.icon-ic_fluent_animal_cat_16_filled:before {
    content: "\f106";
}
.icon-ic_fluent_animal_cat_20_filled:before {
    content: "\f126";
}
.icon-ic_fluent_animal_cat_24_filled:before {
    content: "\f127";
}
.icon-ic_fluent_animal_cat_28_filled:before {
    content: "\f128";
}
.icon-ic_fluent_archive_settings_16_filled:before {
    content: "\f129";
}
.icon-ic_fluent_arrow_circle_down_20_filled:before {
    content: "\f12c";
}
.icon-ic_fluent_arrow_circle_down_24_filled:before {
    content: "\f12d";
}
.icon-ic_fluent_arrow_circle_down_double_20_filled:before {
    content: "\f12e";
}
.icon-ic_fluent_arrow_circle_down_double_24_filled:before {
    content: "\f12f";
}
.icon-ic_fluent_arrow_circle_down_split_20_filled:before {
    content: "\f143";
}
.icon-ic_fluent_arrow_circle_down_split_24_filled:before {
    content: "\f144";
}
.icon-ic_fluent_arrow_down_32_filled:before {
    content: "\f14c";
}
.icon-ic_fluent_arrow_down_48_filled:before {
    content: "\f14d";
}
.icon-ic_fluent_arrow_fit_16_filled:before {
    content: "\f14e";
}
.icon-ic_fluent_arrow_left_16_filled:before {
    content: "\f184";
}
.icon-ic_fluent_arrow_left_32_filled:before {
    content: "\f189";
}
.icon-ic_fluent_arrow_left_48_filled:before {
    content: "\f19e";
}
.icon-ic_fluent_arrow_reset_20_filled:before {
    content: "\f19f";
}
.icon-ic_fluent_arrow_reset_24_filled:before {
    content: "\f1a0";
}
.icon-ic_fluent_arrow_right_32_filled:before {
    content: "\f1a2";
}
.icon-ic_fluent_arrow_right_48_filled:before {
    content: "\f1a7";
}
.icon-ic_fluent_arrow_sort_16_filled:before {
    content: "\f1ab";
}
.icon-ic_fluent_arrow_sort_down_16_filled:before {
    content: "\f1ac";
}
.icon-ic_fluent_arrow_sort_down_lines_16_filled:before {
    content: "\f1ad";
}
.icon-ic_fluent_arrow_sort_up_16_filled:before {
    content: "\f1b3";
}
.icon-ic_fluent_arrow_up_16_filled:before {
    content: "\f1b4";
}
.icon-ic_fluent_arrow_up_32_filled:before {
    content: "\f1b8";
}
.icon-ic_fluent_arrow_up_48_filled:before {
    content: "\f1b9";
}
.icon-ic_fluent_barcode_scanner_20_filled:before {
    content: "\f1ba";
}
.icon-ic_fluent_barcode_scanner_24_filled:before {
    content: "\f1e4";
}
.icon-ic_fluent_beaker_edit_20_filled:before {
    content: "\f1e5";
}
.icon-ic_fluent_beaker_edit_24_filled:before {
    content: "\f1e6";
}
.icon-ic_fluent_book_toolbox_20_filled:before {
    content: "\f1e7";
}
.icon-ic_fluent_bookmark_add_20_filled:before {
    content: "\f1e8";
}
.icon-ic_fluent_bookmark_add_24_filled:before {
    content: "\f1e9";
}
.icon-ic_fluent_bowl_chopsticks_16_filled:before {
    content: "\f1ea";
}
.icon-ic_fluent_bowl_chopsticks_20_filled:before {
    content: "\f1eb";
}
.icon-ic_fluent_bowl_chopsticks_24_filled:before {
    content: "\f1ec";
}
.icon-ic_fluent_bowl_chopsticks_28_filled:before {
    content: "\f1ed";
}
.icon-ic_fluent_brain_circuit_20_filled:before {
    content: "\f1ee";
}
.icon-ic_fluent_briefcase_medical_20_filled:before {
    content: "\f1ef";
}
.icon-ic_fluent_broom_16_filled:before {
    content: "\f1fe";
}
.icon-ic_fluent_building_bank_toolbox_20_filled:before {
    content: "\f1ff";
}
.icon-ic_fluent_calendar_info_16_filled:before {
    content: "\f203";
}
.icon-ic_fluent_calendar_multiple_16_filled:before {
    content: "\f204";
}
.icon-ic_fluent_call_checkmark_20_filled:before {
    content: "\f207";
}
.icon-ic_fluent_call_dismiss_20_filled:before {
    content: "\f208";
}
.icon-ic_fluent_call_dismiss_24_filled:before {
    content: "\f20b";
}
.icon-ic_fluent_call_pause_20_filled:before {
    content: "\f20c";
}
.icon-ic_fluent_call_pause_24_filled:before {
    content: "\f20d";
}
.icon-ic_fluent_chat_help_20_filled:before {
    content: "\f220";
}
.icon-ic_fluent_chat_settings_20_filled:before {
    content: "\f221";
}
.icon-ic_fluent_chat_settings_24_filled:before {
    content: "\f229";
}
.icon-ic_fluent_check_20_filled:before {
    content: "\f27b";
}
.icon-ic_fluent_checkbox_checked_16_filled:before {
    content: "\f27c";
}
.icon-ic_fluent_checkbox_checked_sync_16_filled:before {
    content: "\f27d";
}
.icon-ic_fluent_checkmark_starburst_16_filled:before {
    content: "\f283";
}
.icon-ic_fluent_chevron_double_down_16_filled:before {
    content: "\f284";
}
.icon-ic_fluent_chevron_double_left_16_filled:before {
    content: "\f285";
}
.icon-ic_fluent_chevron_double_right_16_filled:before {
    content: "\f2a7";
}
.icon-ic_fluent_circle_half_fill_16_filled:before {
    content: "\f30a";
}
.icon-ic_fluent_clipboard_heart_20_filled:before {
    content: "\f30b";
}
.icon-ic_fluent_clipboard_pulse_20_filled:before {
    content: "\f322";
}
.icon-ic_fluent_clipboard_settings_20_filled:before {
    content: "\f32d";
}
.icon-ic_fluent_clock_arrow_download_20_filled:before {
    content: "\f32e";
}
.icon-ic_fluent_cloud_add_16_filled:before {
    content: "\f32f";
}
.icon-ic_fluent_cloud_edit_16_filled:before {
    content: "\f330";
}
.icon-ic_fluent_cloud_flow_20_filled:before {
    content: "\f337";
}
.icon-ic_fluent_cloud_link_16_filled:before {
    content: "\f338";
}
.icon-ic_fluent_code_16_filled:before {
    content: "\f339";
}
.icon-ic_fluent_comment_error_16_filled:before {
    content: "\f350";
}
.icon-ic_fluent_comment_lightning_20_filled:before {
    content: "\f351";
}
.icon-ic_fluent_comment_lightning_24_filled:before {
    content: "\f361";
}
.icon-ic_fluent_contact_card_16_filled:before {
    content: "\f362";
}
.icon-ic_fluent_contact_card_link_16_filled:before {
    content: "\f363";
}
.icon-ic_fluent_contract_down_left_16_filled:before {
    content: "\f364";
}
.icon-ic_fluent_contract_down_left_20_filled:before {
    content: "\f373";
}
.icon-ic_fluent_contract_down_left_24_filled:before {
    content: "\f374";
}
.icon-ic_fluent_contract_down_left_28_filled:before {
    content: "\f375";
}
.icon-ic_fluent_contract_down_left_32_filled:before {
    content: "\f37b";
}
.icon-ic_fluent_contract_down_left_48_filled:before {
    content: "\f397";
}
.icon-ic_fluent_credit_card_toolbox_20_filled:before {
    content: "\f398";
}
.icon-ic_fluent_data_bar_horizontal_20_filled:before {
    content: "\f39b";
}
.icon-ic_fluent_data_usage_edit_20_filled:before {
    content: "\f3b2";
}
.icon-ic_fluent_desktop_sync_16_filled:before {
    content: "\f3b3";
}
.icon-ic_fluent_device_meeting_room_16_filled:before {
    content: "\f3b4";
}
.icon-ic_fluent_device_meeting_room_24_filled:before {
    content: "\f3b5";
}
.icon-ic_fluent_device_meeting_room_28_filled:before {
    content: "\f3b6";
}
.icon-ic_fluent_device_meeting_room_32_filled:before {
    content: "\f3b7";
}
.icon-ic_fluent_device_meeting_room_48_filled:before {
    content: "\f3bc";
}
.icon-ic_fluent_device_meeting_room_remote_16_filled:before {
    content: "\f3bd";
}
.icon-ic_fluent_device_meeting_room_remote_24_filled:before {
    content: "\f3c2";
}
.icon-ic_fluent_device_meeting_room_remote_28_filled:before {
    content: "\f3cd";
}
.icon-ic_fluent_device_meeting_room_remote_32_filled:before {
    content: "\f3ec";
}
.icon-ic_fluent_device_meeting_room_remote_48_filled:before {
    content: "\f3ed";
}
.icon-ic_fluent_dismiss_32_filled:before {
    content: "\f3f2";
}
.icon-ic_fluent_dismiss_48_filled:before {
    content: "\f3ff";
}
.icon-ic_fluent_document_arrow_up_16_filled:before {
    content: "\f400";
}
.icon-ic_fluent_document_bullet_list_20_filled:before {
    content: "\f401";
}
.icon-ic_fluent_document_bullet_list_24_filled:before {
    content: "\f402";
}
.icon-ic_fluent_document_link_20_filled:before {
    content: "\f403";
}
.icon-ic_fluent_document_link_24_filled:before {
    content: "\f404";
}
.icon-ic_fluent_document_person_16_filled:before {
    content: "\f425";
}
.icon-ic_fluent_document_settings_16_filled:before {
    content: "\f426";
}
.icon-ic_fluent_document_split_hint_24_filled:before {
    content: "\f427";
}
.icon-ic_fluent_document_split_hint_off_24_filled:before {
    content: "\f428";
}
.icon-ic_fluent_edit_arrow_back_16_filled:before {
    content: "\f42d";
}
.icon-ic_fluent_equal_off_20_filled:before {
    content: "\f42e";
}
.icon-ic_fluent_error_circle_settings_16_filled:before {
    content: "\f42f";
}
.icon-ic_fluent_expand_up_left_16_filled:before {
    content: "\f430";
}
.icon-ic_fluent_expand_up_left_20_filled:before {
    content: "\f435";
}
.icon-ic_fluent_expand_up_left_24_filled:before {
    content: "\f436";
}
.icon-ic_fluent_expand_up_left_28_filled:before {
    content: "\f437";
}
.icon-ic_fluent_expand_up_left_32_filled:before {
    content: "\f44f";
}
.icon-ic_fluent_expand_up_left_48_filled:before {
    content: "\f450";
}
.icon-ic_fluent_expand_up_right_16_filled:before {
    content: "\f453";
}
.icon-ic_fluent_expand_up_right_20_filled:before {
    content: "\f454";
}
.icon-ic_fluent_expand_up_right_24_filled:before {
    content: "\f471";
}
.icon-ic_fluent_expand_up_right_28_filled:before {
    content: "\f49c";
}
.icon-ic_fluent_expand_up_right_32_filled:before {
    content: "\f49d";
}
.icon-ic_fluent_expand_up_right_48_filled:before {
    content: "\f49e";
}
.icon-ic_fluent_fax_16_filled:before {
    content: "\f4b8";
}
.icon-ic_fluent_flow_16_filled:before {
    content: "\f4b9";
}
.icon-ic_fluent_folder_globe_16_filled:before {
    content: "\f4bb";
}
.icon-ic_fluent_folder_person_16_filled:before {
    content: "\f4d0";
}
.icon-ic_fluent_gauge_20_filled:before {
    content: "\f4d1";
}
.icon-ic_fluent_gauge_24_filled:before {
    content: "\f4d2";
}
.icon-ic_fluent_gift_card_16_filled:before {
    content: "\f4d7";
}
.icon-ic_fluent_gift_card_20_filled:before {
    content: "\f4d8";
}
.icon-ic_fluent_gift_card_add_20_filled:before {
    content: "\f4d9";
}
.icon-ic_fluent_globe_location_20_filled:before {
    content: "\f4e6";
}
.icon-ic_fluent_globe_star_16_filled:before {
    content: "\f4f5";
}
.icon-ic_fluent_globe_video_20_filled:before {
    content: "\f507";
}
.icon-ic_fluent_headset_add_20_filled:before {
    content: "\f508";
}
.icon-ic_fluent_headset_add_24_filled:before {
    content: "\f509";
}
.icon-ic_fluent_heart_28_filled:before {
    content: "\f50a";
}
.icon-ic_fluent_heart_broken_16_filled:before {
    content: "\f50b";
}
.icon-ic_fluent_laptop_dismiss_16_filled:before {
    content: "\f50f";
}
.icon-ic_fluent_mail_add_16_filled:before {
    content: "\f517";
}
.icon-ic_fluent_mail_add_20_filled:before {
    content: "\f529";
}
.icon-ic_fluent_mail_alert_16_filled:before {
    content: "\f52a";
}
.icon-ic_fluent_mail_alert_20_filled:before {
    content: "\f534";
}
.icon-ic_fluent_mail_alert_24_filled:before {
    content: "\f535";
}
.icon-ic_fluent_mail_arrow_down_16_filled:before {
    content: "\f536";
}
.icon-ic_fluent_mail_arrow_up_20_filled:before {
    content: "\f537";
}
.icon-ic_fluent_mail_arrow_up_24_filled:before {
    content: "\f555";
}
.icon-ic_fluent_mail_checkmark_16_filled:before {
    content: "\f556";
}
.icon-ic_fluent_mail_clock_16_filled:before {
    content: "\f55b";
}
.icon-ic_fluent_mail_clock_24_filled:before {
    content: "\f55c";
}
.icon-ic_fluent_mail_dismiss_20_filled:before {
    content: "\f55d";
}
.icon-ic_fluent_mail_dismiss_24_filled:before {
    content: "\f55e";
}
.icon-ic_fluent_mail_error_20_filled:before {
    content: "\f55f";
}
.icon-ic_fluent_mail_error_24_filled:before {
    content: "\f567";
}
.icon-ic_fluent_mail_inbox_arrow_down_16_filled:before {
    content: "\f568";
}
.icon-ic_fluent_mail_link_20_filled:before {
    content: "\f58f";
}
.icon-ic_fluent_mail_link_24_filled:before {
    content: "\f596";
}
.icon-ic_fluent_mail_pause_16_filled:before {
    content: "\f5b0";
}
.icon-ic_fluent_mail_prohibited_20_filled:before {
    content: "\f5d5";
}
.icon-ic_fluent_mail_prohibited_24_filled:before {
    content: "\f5ec";
}
.icon-ic_fluent_mail_settings_16_filled:before {
    content: "\f5ed";
}
.icon-ic_fluent_mail_shield_16_filled:before {
    content: "\f5f2";
}
.icon-ic_fluent_mail_template_20_filled:before {
    content: "\f5f3";
}
.icon-ic_fluent_mail_template_24_filled:before {
    content: "\f5f7";
}
.icon-ic_fluent_mail_warning_16_filled:before {
    content: "\f5f8";
}
.icon-ic_fluent_meet_now_28_filled:before {
    content: "\f600";
}
.icon-ic_fluent_meet_now_32_filled:before {
    content: "\f601";
}
.icon-ic_fluent_meet_now_48_filled:before {
    content: "\f63b";
}
.icon-ic_fluent_megaphone_loud_20_filled:before {
    content: "\f655";
}
.icon-ic_fluent_microscope_20_filled:before {
    content: "\f656";
}
.icon-ic_fluent_microscope_24_filled:before {
    content: "\f659";
}
.icon-ic_fluent_molecule_16_filled:before {
    content: "\f65a";
}
.icon-ic_fluent_molecule_20_filled:before {
    content: "\f663";
}
.icon-ic_fluent_molecule_24_filled:before {
    content: "\f664";
}
.icon-ic_fluent_molecule_28_filled:before {
    content: "\f667";
}
.icon-ic_fluent_molecule_32_filled:before {
    content: "\f668";
}
.icon-ic_fluent_molecule_48_filled:before {
    content: "\f669";
}
.icon-ic_fluent_note_16_filled:before {
    content: "\f66d";
}
.icon-ic_fluent_note_pin_16_filled:before {
    content: "\f66e";
}
.icon-ic_fluent_notepad_16_filled:before {
    content: "\f66f";
}
.icon-ic_fluent_notepad_edit_16_filled:before {
    content: "\f670";
}
.icon-ic_fluent_open_32_filled:before {
    content: "\f671";
}
.icon-ic_fluent_padding_down_20_filled:before {
    content: "\f68b";
}
.icon-ic_fluent_padding_down_24_filled:before {
    content: "\f68c";
}
.icon-ic_fluent_padding_left_20_filled:before {
    content: "\f69e";
}
.icon-ic_fluent_padding_left_24_filled:before {
    content: "\f6a7";
}
.icon-ic_fluent_padding_right_20_filled:before {
    content: "\f6a8";
}
.icon-ic_fluent_padding_right_24_filled:before {
    content: "\f6a9";
}
.icon-ic_fluent_padding_top_20_filled:before {
    content: "\f6bd";
}
.icon-ic_fluent_padding_top_24_filled:before {
    content: "\f6c2";
}
.icon-ic_fluent_patch_20_filled:before {
    content: "\f6c3";
}
.icon-ic_fluent_patch_24_filled:before {
    content: "\f6c4";
}
.icon-ic_fluent_pause_circle_20_filled:before {
    content: "\f6c5";
}
.icon-ic_fluent_people_sync_16_filled:before {
    content: "\f6c6";
}
.icon-ic_fluent_people_toolbox_16_filled:before {
    content: "\f6d3";
}
.icon-ic_fluent_person_chat_16_filled:before {
    content: "\f6d4";
}
.icon-ic_fluent_person_chat_20_filled:before {
    content: "\f6da";
}
.icon-ic_fluent_person_chat_24_filled:before {
    content: "\f6dc";
}
.icon-ic_fluent_person_info_16_filled:before {
    content: "\f6df";
}
.icon-ic_fluent_person_lock_16_filled:before {
    content: "\f6e1";
}
.icon-ic_fluent_person_lock_20_filled:before {
    content: "\f6e2";
}
.icon-ic_fluent_person_subtract_16_filled:before {
    content: "\f6f6";
}
.icon-ic_fluent_phone_16_filled:before {
    content: "\f6f7";
}
.icon-ic_fluent_phone_checkmark_16_filled:before {
    content: "\f6f8";
}
.icon-ic_fluent_pill_16_filled:before {
    content: "\f6f9";
}
.icon-ic_fluent_pill_20_filled:before {
    content: "\f6fa";
}
.icon-ic_fluent_pill_24_filled:before {
    content: "\f6fb";
}
.icon-ic_fluent_pill_28_filled:before {
    content: "\f6fc";
}
.icon-ic_fluent_print_16_filled:before {
    content: "\f703";
}
.icon-ic_fluent_print_add_20_filled:before {
    content: "\f705";
}
.icon-ic_fluent_production_20_filled:before {
    content: "\f706";
}
.icon-ic_fluent_production_24_filled:before {
    content: "\f707";
}
.icon-ic_fluent_production_checkmark_20_filled:before {
    content: "\f70c";
}
.icon-ic_fluent_production_checkmark_24_filled:before {
    content: "\f70d";
}
.icon-ic_fluent_prohibited_16_filled:before {
    content: "\f70e";
}
.icon-ic_fluent_ratio_one_to_one_20_filled:before {
    content: "\f713";
}
.icon-ic_fluent_ratio_one_to_one_24_filled:before {
    content: "\f714";
}
.icon-ic_fluent_receipt_add_20_filled:before {
    content: "\f715";
}
.icon-ic_fluent_receipt_bag_20_filled:before {
    content: "\f71e";
}
.icon-ic_fluent_receipt_cube_20_filled:before {
    content: "\f745";
}
.icon-ic_fluent_receipt_money_20_filled:before {
    content: "\f746";
}
.icon-ic_fluent_record_12_filled:before {
    content: "\f747";
}
.icon-ic_fluent_record_28_filled:before {
    content: "\f74d";
}
.icon-ic_fluent_record_32_filled:before {
    content: "\f74e";
}
.icon-ic_fluent_record_48_filled:before {
    content: "\f74f";
}
.icon-ic_fluent_record_stop_12_filled:before {
    content: "\f770";
}
.icon-ic_fluent_record_stop_16_filled:before {
    content: "\f771";
}
.icon-ic_fluent_record_stop_20_filled:before {
    content: "\f772";
}
.icon-ic_fluent_record_stop_24_filled:before {
    content: "\f773";
}
.icon-ic_fluent_record_stop_28_filled:before {
    content: "\f774";
}
.icon-ic_fluent_record_stop_32_filled:before {
    content: "\f77c";
}
.icon-ic_fluent_record_stop_48_filled:before {
    content: "\f77d";
}
.icon-ic_fluent_ribbon_add_20_filled:before {
    content: "\f77e";
}
.icon-ic_fluent_ribbon_add_24_filled:before {
    content: "\f77f";
}
.icon-ic_fluent_server_20_filled:before {
    content: "\f781";
}
.icon-ic_fluent_server_24_filled:before {
    content: "\f784";
}
.icon-ic_fluent_shield_badge_20_filled:before {
    content: "\f785";
}
.icon-ic_fluent_shopping_bag_16_filled:before {
    content: "\f786";
}
.icon-ic_fluent_shopping_bag_20_filled:before {
    content: "\f787";
}
.icon-ic_fluent_shopping_bag_24_filled:before {
    content: "\f788";
}
.icon-ic_fluent_slide_multiple_search_20_filled:before {
    content: "\f78b";
}
.icon-ic_fluent_slide_multiple_search_24_filled:before {
    content: "\f78c";
}
.icon-ic_fluent_smartwatch_20_filled:before {
    content: "\f78d";
}
.icon-ic_fluent_smartwatch_24_filled:before {
    content: "\f78e";
}
.icon-ic_fluent_smartwatch_dot_20_filled:before {
    content: "\f79e";
}
.icon-ic_fluent_smartwatch_dot_24_filled:before {
    content: "\f79f";
}
.icon-ic_fluent_square_multiple_24_filled:before {
    content: "\f7a4";
}
.icon-ic_fluent_stack_16_filled:before {
    content: "\f7a5";
}
.icon-ic_fluent_stack_20_filled:before {
    content: "\f7aa";
}
.icon-ic_fluent_stack_24_filled:before {
    content: "\f7be";
}
.icon-ic_fluent_subtract_circle_16_filled:before {
    content: "\f7bf";
}
.icon-ic_fluent_subtract_circle_20_filled:before {
    content: "\f7c8";
}
.icon-ic_fluent_subtract_circle_24_filled:before {
    content: "\f7c9";
}
.icon-ic_fluent_subtract_circle_28_filled:before {
    content: "\f7cc";
}
.icon-ic_fluent_subtract_circle_32_filled:before {
    content: "\f7cd";
}
.icon-ic_fluent_tag_multiple_16_filled:before {
    content: "\f7ce";
}
.icon-ic_fluent_target_arrow_16_filled:before {
    content: "\f7cf";
}
.icon-ic_fluent_target_arrow_20_filled:before {
    content: "\f7d0";
}
.icon-ic_fluent_text_bullet_list_square_edit_20_filled:before {
    content: "\f7d1";
}
.icon-ic_fluent_text_bullet_list_square_edit_24_filled:before {
    content: "\f7d2";
}
.icon-ic_fluent_tooltip_quote_20_filled:before {
    content: "\f7d3";
}
.icon-ic_fluent_vehicle_car_profile_ltr_16_filled:before {
    content: "\f7e5";
}
.icon-ic_fluent_vehicle_car_profile_rtl_16_filled:before {
    content: "\f7e6";
}
.icon-ic_fluent_vehicle_truck_profile_16_filled:before {
    content: "\f802";
}
.icon-ic_fluent_voicemail_arrow_back_16_filled:before {
    content: "\f803";
}
.icon-ic_fluent_voicemail_arrow_forward_16_filled:before {
    content: "\f804";
}
.icon-ic_fluent_voicemail_subtract_16_filled:before {
    content: "\f815";
}
.icon-ic_fluent_wifi_warning_24_filled:before {
    content: "\f816";
}
.icon-ic_fluent_window_edit_16_filled:before {
    content: "\f81d";
}
.icon-ic_fluent_arrow_sort_down_20_filled:before {
    content: "\f81e";
}
.icon-ic_fluent_arrow_sort_down_24_filled:before {
    content: "\f82a";
}
.icon-ic_fluent_arrow_sort_up_20_filled:before {
    content: "\f82b";
}
.icon-ic_fluent_arrow_sort_up_24_filled:before {
    content: "\f83a";
}
.icon-ic_fluent_arrow_turn_bidirectional_down_right_24_filled:before {
    content: "\f83b";
}
.icon-ic_fluent_arrow_turn_right_24_filled:before {
    content: "\f851";
}
.icon-ic_fluent_book_question_mark_rtl_24_filled:before {
    content: "\f852";
}
.icon-ic_fluent_brain_circuit_24_filled:before {
    content: "\f853";
}
.icon-ic_fluent_building_bank_toolbox_24_filled:before {
    content: "\f854";
}
.icon-ic_fluent_calendar_checkmark_28_filled:before {
    content: "\f877";
}
.icon-ic_fluent_calendar_search_16_filled:before {
    content: "\f878";
}
.icon-ic_fluent_call_park_32_filled:before {
    content: "\f879";
}
.icon-ic_fluent_chat_bubbles_question_16_filled:before {
    content: "\f8c0";
}
.icon-ic_fluent_chat_multiple_16_filled:before {
    content: "\f8c1";
}
.icon-ic_fluent_chat_multiple_20_filled:before {
    content: "\f8e0";
}
.icon-ic_fluent_chat_multiple_24_filled:before {
    content: "\f8eb";
}
.icon-ic_fluent_checkmark_32_filled:before {
    content: "\f8ec";
}
.icon-ic_fluent_checkmark_circle_32_filled:before {
    content: "\e31c";
}
.icon-ic_fluent_clipboard_bullet_list_ltr_16_filled:before {
    content: "\e35c";
}
.icon-ic_fluent_clipboard_bullet_list_rtl_16_filled:before {
    content: "\e35e";
}
.icon-ic_fluent_column_edit_20_filled:before {
    content: "\e3d8";
}
.icon-ic_fluent_column_edit_24_filled:before {
    content: "\e3d9";
}
.icon-ic_fluent_contact_card_28_filled:before {
    content: "\e415";
}
.icon-ic_fluent_contact_card_32_filled:before {
    content: "\e416";
}
.icon-ic_fluent_contact_card_48_filled:before {
    content: "\e417";
}
.icon-ic_fluent_diagram_24_filled:before {
    content: "\e4c1";
}
.icon-ic_fluent_dismiss_circle_32_filled:before {
    content: "\e4cf";
}
.icon-ic_fluent_document_arrow_down_16_filled:before {
    content: "\e4eb";
}
.icon-ic_fluent_document_bullet_list_clock_20_filled:before {
    content: "\e4f5";
}
.icon-ic_fluent_document_bullet_list_clock_24_filled:before {
    content: "\e4f6";
}
.icon-ic_fluent_document_bullet_list_off_24_filled:before {
    content: "\e4fa";
}
.icon-ic_fluent_document_multiple_16_filled:before {
    content: "\e52b";
}
.icon-ic_fluent_document_pill_20_filled:before {
    content: "\e538";
}
.icon-ic_fluent_document_pill_24_filled:before {
    content: "\e539";
}
.icon-ic_fluent_document_save_20_filled:before {
    content: "\e54b";
}
.icon-ic_fluent_document_save_24_filled:before {
    content: "\e54c";
}
.icon-ic_fluent_door_16_filled:before {
    content: "\e56d";
}
.icon-ic_fluent_dual_screen_arrow_up_24_filled:before {
    content: "\e5a4";
}
.icon-ic_fluent_dual_screen_closed_alert_24_filled:before {
    content: "\e5a7";
}
.icon-ic_fluent_emoji_multiple_20_filled:before {
    content: "\e5df";
}
.icon-ic_fluent_emoji_multiple_24_filled:before {
    content: "\e5e0";
}
.icon-ic_fluent_gantt_chart_20_filled:before {
    content: "\e69b";
}
.icon-ic_fluent_gantt_chart_24_filled:before {
    content: "\e69c";
}
.icon-ic_fluent_gift_card_add_24_filled:before {
    content: "\e6aa";
}
.icon-ic_fluent_hand_draw_24_filled:before {
    content: "\e6e5";
}
.icon-ic_fluent_image_arrow_back_24_filled:before {
    content: "\e72a";
}
.icon-ic_fluent_image_arrow_forward_24_filled:before {
    content: "\e72e";
}
.icon-ic_fluent_image_multiple_16_filled:before {
    content: "\e731";
}
.icon-ic_fluent_image_reflection_24_filled:before {
    content: "\e73d";
}
.icon-ic_fluent_image_shadow_24_filled:before {
    content: "\e73f";
}
.icon-ic_fluent_mail_arrow_double_back_16_filled:before {
    content: "\e7b4";
}
.icon-ic_fluent_mail_arrow_forward_16_filled:before {
    content: "\e7b7";
}
.icon-ic_fluent_mail_attach_16_filled:before {
    content: "\e7ba";
}
.icon-ic_fluent_more_horizontal_32_filled:before {
    content: "\e835";
}
.icon-ic_fluent_more_vertical_32_filled:before {
    content: "\e838";
}
.icon-ic_fluent_organization_16_filled:before {
    content: "\e8a9";
}
.icon-ic_fluent_organization_32_filled:before {
    content: "\e8aa";
}
.icon-ic_fluent_organization_48_filled:before {
    content: "\e8ab";
}
.icon-ic_fluent_orientation_24_filled:before {
    content: "\e8ae";
}
.icon-ic_fluent_people_list_16_filled:before {
    content: "\e90d";
}
.icon-ic_fluent_people_money_20_filled:before {
    content: "\e913";
}
.icon-ic_fluent_people_money_24_filled:before {
    content: "\e914";
}
.icon-ic_fluent_person_pill_20_filled:before {
    content: "\e952";
}
.icon-ic_fluent_person_pill_24_filled:before {
    content: "\e953";
}
.icon-ic_fluent_person_settings_16_filled:before {
    content: "\e957";
}
.icon-ic_fluent_pivot_20_filled:before {
    content: "\e99f";
}
.icon-ic_fluent_pivot_24_filled:before {
    content: "\e9a0";
}
.icon-ic_fluent_play_12_filled:before {
    content: "\e9a1";
}
.icon-ic_fluent_print_add_24_filled:before {
    content: "\e9d6";
}
.icon-ic_fluent_pulse_28_filled:before {
    content: "\e9e6";
}
.icon-ic_fluent_receipt_add_24_filled:before {
    content: "\ea08";
}
.icon-ic_fluent_receipt_bag_24_filled:before {
    content: "\ea09";
}
.icon-ic_fluent_receipt_cube_24_filled:before {
    content: "\ea0a";
}
.icon-ic_fluent_scan_object_20_filled:before {
    content: "\ea69";
}
.icon-ic_fluent_scan_object_24_filled:before {
    content: "\ea6a";
}
.icon-ic_fluent_search_12_filled:before {
    content: "\ea83";
}
.icon-ic_fluent_search_32_filled:before {
    content: "\ea85";
}
.icon-ic_fluent_search_48_filled:before {
    content: "\ea86";
}
.icon-ic_fluent_share_16_filled:before {
    content: "\eaaf";
}
.icon-ic_fluent_shield_badge_24_filled:before {
    content: "\eacf";
}
.icon-ic_fluent_shield_lock_16_filled:before {
    content: "\ead8";
}
.icon-ic_fluent_slide_eraser_16_filled:before {
    content: "\eb1d";
}
.icon-ic_fluent_slide_eraser_20_filled:before {
    content: "\eb1e";
}
.icon-ic_fluent_slide_grid_24_filled:before {
    content: "\eb21";
}
.icon-ic_fluent_square_16_filled:before {
    content: "\eb7d";
}
.icon-ic_fluent_square_add_16_filled:before {
    content: "\eb83";
}
.icon-ic_fluent_square_hint_arrow_back_16_filled:before {
    content: "\eb96";
}
.icon-ic_fluent_steps_20_filled:before {
    content: "\ebb9";
}
.icon-ic_fluent_steps_24_filled:before {
    content: "\ebba";
}
.icon-ic_fluent_tab_desktop_bottom_24_filled:before {
    content: "\ebe7";
}
.icon-ic_fluent_tab_desktop_multiple_bottom_24_filled:before {
    content: "\ebe9";
}
.icon-ic_fluent_task_list_square_add_20_filled:before {
    content: "\ec94";
}
.icon-ic_fluent_task_list_square_add_24_filled:before {
    content: "\ec95";
}
.icon-ic_fluent_task_list_square_ltr_20_filled:before {
    content: "\ec97";
}
.icon-ic_fluent_task_list_square_ltr_24_filled:before {
    content: "\ec98";
}
.icon-ic_fluent_task_list_square_rtl_20_filled:before {
    content: "\ec9a";
}
.icon-ic_fluent_task_list_square_rtl_24_filled:before {
    content: "\ec9b";
}
.icon-ic_fluent_text_align_distributed_evenly_24_filled:before {
    content: "\ecb8";
}
.icon-ic_fluent_text_align_distributed_vertical_24_filled:before {
    content: "\ecba";
}
.icon-ic_fluent_text_align_justify_low_24_filled:before {
    content: "\ecbc";
}
.icon-ic_fluent_textbox_more_24_filled:before {
    content: "\ed74";
}
.icon-ic_fluent_video_32_filled:before {
    content: "\edf0";
}
.icon-ic_fluent_video_48_filled:before {
    content: "\edf4";
}
.icon-ic_fluent_video_clip_16_filled:before {
    content: "\edfe";
}
.icon-ic_fluent_window_ad_person_20_filled:before {
    content: "\ee63";
}
.icon-ic_fluent_window_dev_edit_16_filled:before {
    content: "\ee71";
}
.icon-ic_fluent_arrow_autofit_height_dotted_24_filled:before {
    content: "\e079";
}
.icon-ic_fluent_arrow_autofit_width_dotted_24_filled:before {
    content: "\e07e";
}
.icon-ic_fluent_multiselect_rtl_16_filled:before {
    content: "\e85c";
}
.icon-ic_fluent_animal_dog_16_filled:before {
    content: "\e04f";
}
.icon-ic_fluent_archive_settings_20_filled:before {
    content: "\e070";
}
.icon-ic_fluent_arrow_clockwise_16_filled:before {
    content: "\e0aa";
}
.icon-ic_fluent_arrow_clockwise_dashes_20_filled:before {
    content: "\e0ae";
}
.icon-ic_fluent_arrow_clockwise_dashes_24_filled:before {
    content: "\e0af";
}
.icon-ic_fluent_arrow_counterclockwise_dashes_20_filled:before {
    content: "\e0b6";
}
.icon-ic_fluent_arrow_counterclockwise_dashes_24_filled:before {
    content: "\e0b7";
}
.icon-ic_fluent_arrow_export_ltr_16_filled:before {
    content: "\e0c6";
}
.icon-ic_fluent_arrow_export_up_20_filled:before {
    content: "\e0cb";
}
.icon-ic_fluent_arrow_export_up_24_filled:before {
    content: "\e0cc";
}
.icon-ic_fluent_bin_full_20_filled:before {
    content: "\e15c";
}
.icon-ic_fluent_bin_full_24_filled:before {
    content: "\e15d";
}
.icon-ic_fluent_book_toolbox_24_filled:before {
    content: "\e1a4";
}
.icon-ic_fluent_box_16_filled:before {
    content: "\e1ce";
}
.icon-ic_fluent_braces_variable_20_filled:before {
    content: "\e1eb";
}
.icon-ic_fluent_braces_variable_24_filled:before {
    content: "\e1ec";
}
.icon-ic_fluent_briefcase_16_filled:before {
    content: "\e1fd";
}
.icon-ic_fluent_briefcase_medical_16_filled:before {
    content: "\e201";
}
.icon-ic_fluent_building_retail_20_filled:before {
    content: "\e239";
}
.icon-ic_fluent_building_retail_money_20_filled:before {
    content: "\e23a";
}
.icon-ic_fluent_building_retail_money_24_filled:before {
    content: "\e23b";
}
.icon-ic_fluent_building_retail_shield_20_filled:before {
    content: "\e23d";
}
.icon-ic_fluent_building_retail_shield_24_filled:before {
    content: "\e23e";
}
.icon-ic_fluent_building_retail_toolbox_20_filled:before {
    content: "\e23f";
}
.icon-ic_fluent_building_retail_toolbox_24_filled:before {
    content: "\e240";
}
.icon-ic_fluent_calculator_multiple_20_filled:before {
    content: "\e24a";
}
.icon-ic_fluent_calculator_multiple_24_filled:before {
    content: "\e24b";
}
.icon-ic_fluent_calendar_3_day_16_filled:before {
    content: "\e24c";
}
.icon-ic_fluent_calendar_arrow_right_16_filled:before {
    content: "\e251";
}
.icon-ic_fluent_calendar_day_16_filled:before {
    content: "\e258";
}
.icon-ic_fluent_calendar_info_20_filled:before {
    content: "\e25f";
}
.icon-ic_fluent_calendar_settings_16_filled:before {
    content: "\e27d";
}
.icon-ic_fluent_call_checkmark_24_filled:before {
    content: "\e28b";
}
.icon-ic_fluent_call_end_16_filled:before {
    content: "\e28e";
}
.icon-ic_fluent_camera_dome_16_filled:before {
    content: "\e2ae";
}
.icon-ic_fluent_camera_dome_20_filled:before {
    content: "\e2af";
}
.icon-ic_fluent_camera_dome_24_filled:before {
    content: "\e2b0";
}
.icon-ic_fluent_camera_dome_28_filled:before {
    content: "\e2b1";
}
.icon-ic_fluent_camera_dome_48_filled:before {
    content: "\e2b2";
}
.icon-ic_fluent_chat_12_filled:before {
    content: "\e2f7";
}
.icon-ic_fluent_chevron_double_down_20_filled:before {
    content: "\e33e";
}
.icon-ic_fluent_chevron_double_left_20_filled:before {
    content: "\e33f";
}
.icon-ic_fluent_chevron_double_right_20_filled:before {
    content: "\e340";
}
.icon-ic_fluent_clipboard_bullet_list_ltr_20_filled:before {
    content: "\e35d";
}
.icon-ic_fluent_clipboard_bullet_list_rtl_20_filled:before {
    content: "\e35f";
}
.icon-ic_fluent_clipboard_checkmark_20_filled:before {
    content: "\e360";
}
.icon-ic_fluent_clipboard_checkmark_24_filled:before {
    content: "\e361";
}
.icon-ic_fluent_clipboard_error_20_filled:before {
    content: "\e368";
}
.icon-ic_fluent_clipboard_error_24_filled:before {
    content: "\e369";
}
.icon-ic_fluent_clipboard_heart_24_filled:before {
    content: "\e36a";
}
.icon-ic_fluent_clipboard_task_20_filled:before {
    content: "\e372";
}
.icon-ic_fluent_clipboard_task_24_filled:before {
    content: "\e373";
}
.icon-ic_fluent_clipboard_task_add_20_filled:before {
    content: "\e374";
}
.icon-ic_fluent_clipboard_task_add_24_filled:before {
    content: "\e375";
}
.icon-ic_fluent_clipboard_task_list_ltr_20_filled:before {
    content: "\e376";
}
.icon-ic_fluent_clipboard_task_list_ltr_24_filled:before {
    content: "\e377";
}
.icon-ic_fluent_clock_alarm_16_filled:before {
    content: "\e384";
}
.icon-ic_fluent_cloud_add_20_filled:before {
    content: "\e39a";
}
.icon-ic_fluent_cloud_edit_20_filled:before {
    content: "\e3b9";
}
.icon-ic_fluent_cloud_link_20_filled:before {
    content: "\e3bb";
}
.icon-ic_fluent_color_16_filled:before {
    content: "\e3d1";
}
.icon-ic_fluent_column_triple_20_filled:before {
    content: "\e3da";
}
.icon-ic_fluent_column_triple_edit_20_filled:before {
    content: "\e3db";
}
.icon-ic_fluent_column_triple_edit_24_filled:before {
    content: "\e3dc";
}
.icon-ic_fluent_comment_error_20_filled:before {
    content: "\e3fd";
}
.icon-ic_fluent_communication_person_20_filled:before {
    content: "\e411";
}
.icon-ic_fluent_communication_person_24_filled:before {
    content: "\e412";
}
.icon-ic_fluent_contact_card_link_20_filled:before {
    content: "\e41c";
}
.icon-ic_fluent_data_trending_16_filled:before {
    content: "\e468";
}
.icon-ic_fluent_data_trending_20_filled:before {
    content: "\e469";
}
.icon-ic_fluent_data_trending_24_filled:before {
    content: "\e46a";
}
.icon-ic_fluent_data_usage_edit_24_filled:before {
    content: "\e46c";
}
.icon-ic_fluent_database_20_filled:before {
    content: "\e472";
}
.icon-ic_fluent_database_24_filled:before {
    content: "\e473";
}
.icon-ic_fluent_database_search_20_filled:before {
    content: "\e47e";
}
.icon-ic_fluent_database_search_24_filled:before {
    content: "\e47f";
}
.icon-ic_fluent_delete_arrow_back_16_filled:before {
    content: "\e488";
}
.icon-ic_fluent_desktop_edit_16_filled:before {
    content: "\e49b";
}
.icon-ic_fluent_dismiss_circle_12_filled:before {
    content: "\e4cd";
}
.icon-ic_fluent_divider_tall_16_filled:before {
    content: "\e4da";
}
.icon-ic_fluent_document_arrow_down_20_filled:before {
    content: "\e4ec";
}
.icon-ic_fluent_document_heart_20_filled:before {
    content: "\e514";
}
.icon-ic_fluent_document_heart_24_filled:before {
    content: "\e515";
}
.icon-ic_fluent_document_heart_pulse_20_filled:before {
    content: "\e516";
}
.icon-ic_fluent_document_heart_pulse_24_filled:before {
    content: "\e517";
}
.icon-ic_fluent_document_multiple_20_filled:before {
    content: "\e52c";
}
.icon-ic_fluent_document_multiple_prohibited_20_filled:before {
    content: "\e530";
}
.icon-ic_fluent_document_multiple_prohibited_24_filled:before {
    content: "\e531";
}
.icon-ic_fluent_document_search_16_filled:before {
    content: "\e54d";
}
.icon-ic_fluent_door_20_filled:before {
    content: "\e56e";
}
.icon-ic_fluent_emoji_laugh_16_filled:before {
    content: "\e5de";
}
.icon-ic_fluent_equal_off_24_filled:before {
    content: "\e5f0";
}
.icon-ic_fluent_error_circle_settings_20_filled:before {
    content: "\e5fb";
}
.icon-ic_fluent_eye_off_16_filled:before {
    content: "\e601";
}
.icon-ic_fluent_fax_20_filled:before {
    content: "\e615";
}
.icon-ic_fluent_filter_dismiss_16_filled:before {
    content: "\e619";
}
.icon-ic_fluent_filter_dismiss_20_filled:before {
    content: "\e61a";
}
.icon-ic_fluent_flashlight_16_filled:before {
    content: "\e635";
}
.icon-ic_fluent_flashlight_20_filled:before {
    content: "\e636";
}
.icon-ic_fluent_flow_20_filled:before {
    content: "\e644";
}
.icon-ic_fluent_fluid_16_filled:before {
    content: "\e64d";
}
.icon-ic_fluent_folder_add_16_filled:before {
    content: "\e652";
}
.icon-ic_fluent_folder_globe_20_filled:before {
    content: "\e662";
}
.icon-ic_fluent_folder_mail_20_filled:before {
    content: "\e664";
}
.icon-ic_fluent_folder_person_20_filled:before {
    content: "\e667";
}
.icon-ic_fluent_folder_sync_20_filled:before {
    content: "\e671";
}
.icon-ic_fluent_food_16_filled:before {
    content: "\e673";
}
.icon-ic_fluent_food_cake_16_filled:before {
    content: "\e677";
}
.icon-ic_fluent_full_screen_maximize_16_filled:before {
    content: "\e690";
}
.icon-ic_fluent_full_screen_maximize_20_filled:before {
    content: "\e691";
}
.icon-ic_fluent_gif_16_filled:before {
    content: "\e6a7";
}
.icon-ic_fluent_gift_16_filled:before {
    content: "\e6a8";
}
.icon-ic_fluent_globe_star_20_filled:before {
    content: "\e6ca";
}
.icon-ic_fluent_globe_surface_20_filled:before {
    content: "\e6cb";
}
.icon-ic_fluent_globe_surface_24_filled:before {
    content: "\e6cc";
}
.icon-ic_fluent_heart_broken_20_filled:before {
    content: "\e70a";
}
.icon-ic_fluent_history_16_filled:before {
    content: "\e712";
}
.icon-ic_fluent_image_prohibited_20_filled:before {
    content: "\e73a";
}
.icon-ic_fluent_image_prohibited_24_filled:before {
    content: "\e73b";
}
.icon-ic_fluent_info_12_filled:before {
    content: "\e743";
}
.icon-ic_fluent_iot_20_filled:before {
    content: "\e74b";
}
.icon-ic_fluent_iot_24_filled:before {
    content: "\e74c";
}
.icon-ic_fluent_mail_open_person_16_filled:before {
    content: "\e7d9";
}
.icon-ic_fluent_mail_template_16_filled:before {
    content: "\e7e5";
}
.icon-ic_fluent_navigation_16_filled:before {
    content: "\e86d";
}
.icon-ic_fluent_news_16_filled:before {
    content: "\e874";
}
.icon-ic_fluent_note_edit_20_filled:before {
    content: "\e87c";
}
.icon-ic_fluent_note_edit_24_filled:before {
    content: "\e87d";
}
.icon-ic_fluent_notepad_edit_20_filled:before {
    content: "\e88e";
}
.icon-ic_fluent_people_list_20_filled:before {
    content: "\e90e";
}
.icon-ic_fluent_people_settings_24_filled:before {
    content: "\e91a";
}
.icon-ic_fluent_people_team_toolbox_20_filled:before {
    content: "\e92a";
}
.icon-ic_fluent_people_team_toolbox_24_filled:before {
    content: "\e92b";
}
.icon-ic_fluent_person_feedback_16_filled:before {
    content: "\e942";
}
.icon-ic_fluent_person_money_20_filled:before {
    content: "\e94e";
}
.icon-ic_fluent_person_money_24_filled:before {
    content: "\e94f";
}
.icon-ic_fluent_phone_eraser_16_filled:before {
    content: "\e96e";
}
.icon-ic_fluent_port_hdmi_24_filled:before {
    content: "\e9b3";
}
.icon-ic_fluent_port_micro_usb_24_filled:before {
    content: "\e9b5";
}
.icon-ic_fluent_port_usb_a_24_filled:before {
    content: "\e9b7";
}
.icon-ic_fluent_port_usb_c_24_filled:before {
    content: "\e9b9";
}
.icon-ic_fluent_prohibited_12_filled:before {
    content: "\e9d7";
}
.icon-ic_fluent_receipt_play_20_filled:before {
    content: "\ea0c";
}
.icon-ic_fluent_receipt_play_24_filled:before {
    content: "\ea0d";
}
.icon-ic_fluent_save_search_20_filled:before {
    content: "\ea55";
}
.icon-ic_fluent_search_settings_20_filled:before {
    content: "\ea88";
}
.icon-ic_fluent_shield_lock_20_filled:before {
    content: "\ead9";
}
.icon-ic_fluent_square_add_20_filled:before {
    content: "\eb84";
}
.icon-ic_fluent_star_line_horizontal_3_16_filled:before {
    content: "\ebb5";
}
.icon-ic_fluent_stream_20_filled:before {
    content: "\ebbe";
}
.icon-ic_fluent_stream_24_filled:before {
    content: "\ebbf";
}
.icon-ic_fluent_syringe_20_filled:before {
    content: "\ebdc";
}
.icon-ic_fluent_syringe_24_filled:before {
    content: "\ebdd";
}
.icon-ic_fluent_tag_dismiss_20_filled:before {
    content: "\ec6f";
}
.icon-ic_fluent_tag_dismiss_24_filled:before {
    content: "\ec70";
}
.icon-ic_fluent_target_arrow_24_filled:before {
    content: "\ec8f";
}
.icon-ic_fluent_temperature_16_filled:before {
    content: "\ec9f";
}
.icon-ic_fluent_thumb_dislike_16_filled:before {
    content: "\ed77";
}
.icon-ic_fluent_tooltip_quote_24_filled:before {
    content: "\ed9a";
}
.icon-ic_fluent_umbrella_20_filled:before {
    content: "\edcc";
}
.icon-ic_fluent_umbrella_24_filled:before {
    content: "\edcd";
}
.icon-ic_fluent_vehicle_truck_profile_20_filled:before {
    content: "\edee";
}
.icon-ic_fluent_video_add_20_filled:before {
    content: "\edf5";
}
.icon-ic_fluent_video_add_24_filled:before {
    content: "\edf6";
}
.icon-ic_fluent_warning_12_filled:before {
    content: "\ee3b";
}
.icon-ic_fluent_window_dev_edit_20_filled:before {
    content: "\ee72";
}
.icon-ic_fluent_xray_20_filled:before {
    content: "\ee89";
}
.icon-ic_fluent_xray_24_filled:before {
    content: "\ee8a";
}
.icon-ic_fluent_arrow_autofit_down_24_filled:before {
    content: "\e076";
}
.icon-ic_fluent_arrow_autofit_up_24_filled:before {
    content: "\e07b";
}
.icon-ic_fluent_clipboard_task_list_rtl_20_filled:before {
    content: "\e378";
}
.icon-ic_fluent_clipboard_task_list_rtl_24_filled:before {
    content: "\e379";
}
.icon-ic_fluent_comma_24_filled:before {
    content: "\e3de";
}
.icon-ic_fluent_text_align_center_rotate_270_24_filled:before {
    content: "\ecb3";
}
.icon-ic_fluent_text_align_justify_rotate_90_24_filled:before {
    content: "\ecc0";
}
.icon-ic_fluent_text_align_left_rotate_270_24_filled:before {
    content: "\ecc4";
}
.icon-ic_fluent_text_align_right_rotate_270_24_filled:before {
    content: "\eccb";
}
.icon-ic_fluent_text_strikethrough_16_filled:before {
    content: "\ed5e";
}
.icon-ic_fluent_text_strikethrough_20_filled:before {
    content: "\ed5f";
}
.icon-ic_fluent_text_strikethrough_24_filled:before {
    content: "\ed60";
}
.icon-ic_fluent_textbox_align_bottom_rotate_90_24_filled:before {
    content: "\ed6c";
}
.icon-ic_fluent_textbox_align_middle_rotate_90_24_filled:before {
    content: "\ed70";
}
.icon-ic_fluent_textbox_align_top_rotate_90_24_filled:before {
    content: "\ed72";
}
.icon-ic_fluent_arrow_clockwise_12_filled:before {
    content: "\e0a9";
}
.icon-ic_fluent_arrow_clockwise_28_filled:before {
    content: "\e0ab";
}
.icon-ic_fluent_arrow_clockwise_32_filled:before {
    content: "\e0ac";
}
.icon-ic_fluent_arrow_clockwise_48_filled:before {
    content: "\e0ad";
}
.icon-ic_fluent_arrow_counterclockwise_12_filled:before {
    content: "\e0b2";
}
.icon-ic_fluent_arrow_counterclockwise_16_filled:before {
    content: "\e0b3";
}
.icon-ic_fluent_arrow_counterclockwise_32_filled:before {
    content: "\e0b4";
}
.icon-ic_fluent_arrow_counterclockwise_48_filled:before {
    content: "\e0b5";
}
.icon-ic_fluent_arrow_rotate_clockwise_16_filled:before {
    content: "\e0ec";
}
.icon-ic_fluent_arrow_split_20_filled:before {
    content: "\e0f4";
}
.icon-ic_fluent_battery_checkmark_24_filled:before {
    content: "\e151";
}
.icon-ic_fluent_book_open_16_filled:before {
    content: "\e18b";
}
.icon-ic_fluent_broad_activity_feed_16_filled:before {
    content: "\e216";
}
.icon-ic_fluent_broad_activity_feed_20_filled:before {
    content: "\e217";
}
.icon-ic_fluent_calendar_pattern_20_filled:before {
    content: "\e26d";
}
.icon-ic_fluent_calendar_person_16_filled:before {
    content: "\e26e";
}
.icon-ic_fluent_calendar_phone_16_filled:before {
    content: "\e270";
}
.icon-ic_fluent_calendar_phone_20_filled:before {
    content: "\e271";
}
.icon-ic_fluent_calendar_search_20_filled:before {
    content: "\e27c";
}
.icon-ic_fluent_calendar_star_16_filled:before {
    content: "\e27e";
}
.icon-ic_fluent_chat_arrow_back_16_filled:before {
    content: "\e2fb";
}
.icon-ic_fluent_chat_arrow_back_20_filled:before {
    content: "\e2fc";
}
.icon-ic_fluent_chat_arrow_double_back_16_filled:before {
    content: "\e2fd";
}
.icon-ic_fluent_chat_arrow_double_back_20_filled:before {
    content: "\e2fe";
}
.icon-ic_fluent_check_24_filled:before {
    content: "\e309";
}
.icon-ic_fluent_checkbox_checked_sync_20_filled:before {
    content: "\e310";
}
.icon-ic_fluent_chevron_up_down_16_filled:before {
    content: "\e343";
}
.icon-ic_fluent_cursor_click_20_filled:before {
    content: "\e451";
}
.icon-ic_fluent_cursor_click_24_filled:before {
    content: "\e452";
}
.icon-ic_fluent_directions_16_filled:before {
    content: "\e4cc";
}
.icon-ic_fluent_divider_tall_20_filled:before {
    content: "\e4db";
}
.icon-ic_fluent_document_arrow_up_20_filled:before {
    content: "\e4f4";
}
.icon-ic_fluent_document_dismiss_16_filled:before {
    content: "\e505";
}
.icon-ic_fluent_document_link_16_filled:before {
    content: "\e51f";
}
.icon-ic_fluent_document_person_20_filled:before {
    content: "\e537";
}
.icon-ic_fluent_edit_arrow_back_20_filled:before {
    content: "\e5c2";
}
.icon-ic_fluent_emoji_sad_16_filled:before {
    content: "\e5e1";
}
.icon-ic_fluent_globe_clock_16_filled:before {
    content: "\e6c1";
}
.icon-ic_fluent_globe_clock_20_filled:before {
    content: "\e6c2";
}
.icon-ic_fluent_immersive_reader_16_filled:before {
    content: "\e740";
}
.icon-ic_fluent_link_dismiss_16_filled:before {
    content: "\e780";
}
.icon-ic_fluent_lock_open_16_filled:before {
    content: "\e7a2";
}
.icon-ic_fluent_luggage_16_filled:before {
    content: "\e7a8";
}
.icon-ic_fluent_luggage_20_filled:before {
    content: "\e7a9";
}
.icon-ic_fluent_mail_arrow_double_back_20_filled:before {
    content: "\e7b5";
}
.icon-ic_fluent_mail_arrow_down_20_filled:before {
    content: "\e7b6";
}
.icon-ic_fluent_mail_arrow_forward_20_filled:before {
    content: "\e7b8";
}
.icon-ic_fluent_mail_attach_20_filled:before {
    content: "\e7bb";
}
.icon-ic_fluent_mail_checkmark_20_filled:before {
    content: "\e7be";
}
.icon-ic_fluent_mail_error_16_filled:before {
    content: "\e7c3";
}
.icon-ic_fluent_mail_inbox_arrow_down_20_filled:before {
    content: "\e7c6";
}
.icon-ic_fluent_mail_pause_20_filled:before {
    content: "\e7dc";
}
.icon-ic_fluent_mail_settings_20_filled:before {
    content: "\e7e3";
}
.icon-ic_fluent_mail_shield_20_filled:before {
    content: "\e7e4";
}
.icon-ic_fluent_note_pin_20_filled:before {
    content: "\e87e";
}
.icon-ic_fluent_pause_circle_24_filled:before {
    content: "\e8e1";
}
.icon-ic_fluent_people_checkmark_16_filled:before {
    content: "\e904";
}
.icon-ic_fluent_people_sync_20_filled:before {
    content: "\e920";
}
.icon-ic_fluent_people_toolbox_20_filled:before {
    content: "\e92c";
}
.icon-ic_fluent_person_settings_20_filled:before {
    content: "\e958";
}
.icon-ic_fluent_phone_checkmark_20_filled:before {
    content: "\e96a";
}
.icon-ic_fluent_play_16_filled:before {
    content: "\e9a2";
}
.icon-ic_fluent_play_28_filled:before {
    content: "\e9a3";
}
.icon-ic_fluent_play_32_filled:before {
    content: "\e9a4";
}
.icon-ic_fluent_receipt_money_24_filled:before {
    content: "\ea0b";
}
.icon-ic_fluent_save_16_filled:before {
    content: "\ea4b";
}
.icon-ic_fluent_shield_error_16_filled:before {
    content: "\ead7";
}
.icon-ic_fluent_sport_soccer_16_filled:before {
    content: "\eb79";
}
.icon-ic_fluent_square_20_filled:before {
    content: "\eb7e";
}
.icon-ic_fluent_tag_multiple_20_filled:before {
    content: "\ec7c";
}
.icon-ic_fluent_text_quote_16_filled:before {
    content: "\ed59";
}
.icon-ic_fluent_vehicle_car_profile_ltr_20_filled:before {
    content: "\ede0";
}
.icon-ic_fluent_vehicle_car_profile_rtl_20_filled:before {
    content: "\ede1";
}
.icon-ic_fluent_weather_partly_cloudy_day_16_filled:before {
    content: "\ee4b";
}
.icon-ic_fluent_weather_sunny_16_filled:before {
    content: "\ee4c";
}
.icon-ic_fluent_text_direction_horizontal_left_20_filled:before {
    content: "\ed03";
}
.icon-ic_fluent_text_direction_horizontal_left_24_filled:before {
    content: "\ed04";
}
.icon-ic_fluent_text_direction_horizontal_right_20_filled:before {
    content: "\ed05";
}
.icon-ic_fluent_text_direction_horizontal_right_24_filled:before {
    content: "\ed06";
}
.icon-ic_fluent_text_direction_rotate_270_right_20_filled:before {
    content: "\ed07";
}
.icon-ic_fluent_text_direction_rotate_270_right_24_filled:before {
    content: "\ed08";
}
.icon-ic_fluent_text_direction_rotate_90_left_20_filled:before {
    content: "\ed09";
}
.icon-ic_fluent_text_direction_rotate_90_left_24_filled:before {
    content: "\ed0a";
}
.icon-ic_fluent_text_direction_rotate_90_right_20_filled:before {
    content: "\ed0b";
}
.icon-ic_fluent_text_direction_rotate_90_right_24_filled:before {
    content: "\ed0c";
}
.icon-ic_fluent_arrow_autofit_content_24_filled:before {
    content: "\e074";
}
.icon-ic_fluent_arrow_trending_lines_20_filled:before {
    content: "\e11c";
}
.icon-ic_fluent_arrow_trending_lines_24_filled:before {
    content: "\e11d";
}
.icon-ic_fluent_calendar_error_24_filled:before {
    content: "\e25e";
}
.icon-ic_fluent_cellular_warning_24_filled:before {
    content: "\e2cb";
}
.icon-ic_fluent_cloud_arrow_down_16_filled:before {
    content: "\e3a1";
}
.icon-ic_fluent_cloud_arrow_down_20_filled:before {
    content: "\e3a2";
}
.icon-ic_fluent_cloud_arrow_down_24_filled:before {
    content: "\e3a3";
}
.icon-ic_fluent_cloud_arrow_down_28_filled:before {
    content: "\e3a4";
}
.icon-ic_fluent_cloud_arrow_down_32_filled:before {
    content: "\e3a5";
}
.icon-ic_fluent_cloud_arrow_down_48_filled:before {
    content: "\e3a6";
}
.icon-ic_fluent_cloud_arrow_up_16_filled:before {
    content: "\e3a7";
}
.icon-ic_fluent_cloud_arrow_up_20_filled:before {
    content: "\e3a8";
}
.icon-ic_fluent_cloud_arrow_up_24_filled:before {
    content: "\e3a9";
}
.icon-ic_fluent_cloud_arrow_up_28_filled:before {
    content: "\e3aa";
}
.icon-ic_fluent_cloud_arrow_up_32_filled:before {
    content: "\e3ab";
}
.icon-ic_fluent_cloud_arrow_up_48_filled:before {
    content: "\e3ac";
}
.icon-ic_fluent_cloud_checkmark_16_filled:before {
    content: "\e3ad";
}
.icon-ic_fluent_cloud_checkmark_20_filled:before {
    content: "\e3ae";
}
.icon-ic_fluent_cloud_checkmark_24_filled:before {
    content: "\e3af";
}
.icon-ic_fluent_cloud_checkmark_28_filled:before {
    content: "\e3b0";
}
.icon-ic_fluent_cloud_checkmark_32_filled:before {
    content: "\e3b1";
}
.icon-ic_fluent_cloud_checkmark_48_filled:before {
    content: "\e3b2";
}
.icon-ic_fluent_cloud_dismiss_16_filled:before {
    content: "\e3b3";
}
.icon-ic_fluent_cloud_dismiss_20_filled:before {
    content: "\e3b4";
}
.icon-ic_fluent_cloud_dismiss_24_filled:before {
    content: "\e3b5";
}
.icon-ic_fluent_cloud_dismiss_28_filled:before {
    content: "\e3b6";
}
.icon-ic_fluent_cloud_dismiss_32_filled:before {
    content: "\e3b7";
}
.icon-ic_fluent_cloud_dismiss_48_filled:before {
    content: "\e3b8";
}
.icon-ic_fluent_grid_dots_20_filled:before {
    content: "\e6d1";
}
.icon-ic_fluent_grid_dots_24_filled:before {
    content: "\e6d2";
}
.icon-ic_fluent_grid_dots_28_filled:before {
    content: "\e6d3";
}
.icon-ic_fluent_ios_arrow_ltr_24_filled:before {
    content: "\e749";
}
.icon-ic_fluent_ios_arrow_rtl_24_filled:before {
    content: "\e74a";
}
.icon-ic_fluent_mail_multiple_16_filled:before {
    content: "\e7d3";
}
.icon-ic_fluent_mail_multiple_20_filled:before {
    content: "\e7d4";
}
.icon-ic_fluent_mail_multiple_24_filled:before {
    content: "\e7d5";
}
.icon-ic_fluent_panel_bottom_20_filled:before {
    content: "\e8ba";
}
.icon-ic_fluent_panel_left_16_filled:before {
    content: "\e8bd";
}
.icon-ic_fluent_panel_left_20_filled:before {
    content: "\e8be";
}
.icon-ic_fluent_panel_left_24_filled:before {
    content: "\e8bf";
}
.icon-ic_fluent_panel_left_28_filled:before {
    content: "\e8c0";
}
.icon-ic_fluent_panel_left_48_filled:before {
    content: "\e8c1";
}
.icon-ic_fluent_panel_right_16_filled:before {
    content: "\e8ce";
}
.icon-ic_fluent_panel_right_20_filled:before {
    content: "\e8cf";
}
.icon-ic_fluent_panel_right_24_filled:before {
    content: "\e8d0";
}
.icon-ic_fluent_panel_right_28_filled:before {
    content: "\e8d1";
}
.icon-ic_fluent_panel_right_48_filled:before {
    content: "\e8d2";
}
.icon-ic_fluent_panel_right_contract_16_filled:before {
    content: "\e8d3";
}
.icon-ic_fluent_panel_right_contract_20_filled:before {
    content: "\e8d4";
}
.icon-ic_fluent_panel_right_contract_24_filled:before {
    content: "\e8d5";
}
.icon-ic_fluent_panel_right_expand_20_filled:before {
    content: "\e8d6";
}
.icon-ic_fluent_puzzle_piece_16_filled:before {
    content: "\e9f0";
}
.icon-ic_fluent_puzzle_piece_20_filled:before {
    content: "\e9f1";
}
.icon-ic_fluent_puzzle_piece_24_filled:before {
    content: "\e9f2";
}
.icon-ic_fluent_scan_table_24_filled:before {
    content: "\ea6c";
}
.icon-ic_fluent_scan_text_24_filled:before {
    content: "\ea6e";
}
.icon-ic_fluent_scan_type_20_filled:before {
    content: "\ea79";
}
.icon-ic_fluent_scan_type_24_filled:before {
    content: "\ea7a";
}
.icon-ic_fluent_scan_type_off_20_filled:before {
    content: "\ea7d";
}
.icon-ic_fluent_shield_task_16_filled:before {
    content: "\eadf";
}
.icon-ic_fluent_shield_task_20_filled:before {
    content: "\eae0";
}
.icon-ic_fluent_shield_task_24_filled:before {
    content: "\eae1";
}
.icon-ic_fluent_shield_task_28_filled:before {
    content: "\eae2";
}
.icon-ic_fluent_shield_task_48_filled:before {
    content: "\eae3";
}
.icon-ic_fluent_square_multiple_16_filled:before {
    content: "\eb9e";
}
.icon-ic_fluent_stack_star_16_filled:before {
    content: "\eba5";
}
.icon-ic_fluent_stack_star_20_filled:before {
    content: "\eba6";
}
.icon-ic_fluent_stack_star_24_filled:before {
    content: "\eba7";
}
.icon-ic_fluent_subtract_circle_arrow_back_16_filled:before {
    content: "\ebcf";
}
.icon-ic_fluent_subtract_circle_arrow_back_20_filled:before {
    content: "\ebd0";
}
.icon-ic_fluent_subtract_circle_arrow_forward_16_filled:before {
    content: "\ebd1";
}
.icon-ic_fluent_subtract_circle_arrow_forward_20_filled:before {
    content: "\ebd2";
}
.icon-ic_fluent_text_add_t_24_filled:before {
    content: "\ecaf";
}
.icon-ic_fluent_text_more_24_filled:before {
    content: "\ed39";
}
.icon-ic_fluent_text_t_20_filled:before {
    content: "\ed63";
}
.icon-ic_fluent_text_t_24_filled:before {
    content: "\ed64";
}
.icon-ic_fluent_usb_plug_20_filled:before {
    content: "\edcf";
}
.icon-ic_fluent_usb_plug_24_filled:before {
    content: "\edd0";
}
.icon-ic_fluent_wifi_lock_24_filled:before {
    content: "\ee58";
}
.icon-ic_fluent_arrow_bidirectional_up_down_12_filled:before {
    content: "\e082";
}
.icon-ic_fluent_arrow_bidirectional_up_down_16_filled:before {
    content: "\e083";
}
.icon-ic_fluent_arrow_bidirectional_up_down_20_filled:before {
    content: "\e084";
}
.icon-ic_fluent_arrow_bidirectional_up_down_24_filled:before {
    content: "\e085";
}
.icon-ic_fluent_arrow_circle_down_up_20_filled:before {
    content: "\e091";
}
.icon-ic_fluent_arrow_circle_left_12_filled:before {
    content: "\e092";
}
.icon-ic_fluent_arrow_circle_left_16_filled:before {
    content: "\e093";
}
.icon-ic_fluent_arrow_circle_right_12_filled:before {
    content: "\e099";
}
.icon-ic_fluent_arrow_circle_right_16_filled:before {
    content: "\e09a";
}
.icon-ic_fluent_arrow_eject_20_filled:before {
    content: "\e0be";
}
.icon-ic_fluent_arrow_export_rtl_16_filled:before {
    content: "\e0c9";
}
.icon-ic_fluent_arrow_left_12_filled:before {
    content: "\e0d7";
}
.icon-ic_fluent_arrow_move_inward_20_filled:before {
    content: "\e0dc";
}
.icon-ic_fluent_arrow_redo_16_filled:before {
    content: "\e0e4";
}
.icon-ic_fluent_arrow_right_12_filled:before {
    content: "\e0ea";
}
.icon-ic_fluent_arrow_step_in_12_filled:before {
    content: "\e0fa";
}
.icon-ic_fluent_arrow_step_in_left_12_filled:before {
    content: "\e0ff";
}
.icon-ic_fluent_arrow_step_in_left_16_filled:before {
    content: "\e100";
}
.icon-ic_fluent_arrow_step_in_right_12_filled:before {
    content: "\e104";
}
.icon-ic_fluent_arrow_step_in_right_16_filled:before {
    content: "\e105";
}
.icon-ic_fluent_arrow_step_out_12_filled:before {
    content: "\e109";
}
.icon-ic_fluent_arrow_sync_off_16_filled:before {
    content: "\e115";
}
.icon-ic_fluent_arrow_sync_off_20_filled:before {
    content: "\e116";
}
.icon-ic_fluent_arrow_up_12_filled:before {
    content: "\e12a";
}
.icon-ic_fluent_bezier_curve_square_12_filled:before {
    content: "\e15a";
}
.icon-ic_fluent_border_all_16_filled:before {
    content: "\e1af";
}
.icon-ic_fluent_border_all_20_filled:before {
    content: "\e1b0";
}
.icon-ic_fluent_braces_20_filled:before {
    content: "\e1e9";
}
.icon-ic_fluent_building_lighthouse_20_filled:before {
    content: "\e236";
}
.icon-ic_fluent_calendar_assistant_16_filled:before {
    content: "\e253";
}
.icon-ic_fluent_center_vertical_20_filled:before {
    content: "\e2ce";
}
.icon-ic_fluent_chat_dismiss_16_filled:before {
    content: "\e300";
}
.icon-ic_fluent_chat_warning_16_filled:before {
    content: "\e307";
}
.icon-ic_fluent_checkbox_indeterminate_16_filled:before {
    content: "\e311";
}
.icon-ic_fluent_checkbox_indeterminate_20_filled:before {
    content: "\e312";
}
.icon-ic_fluent_checkbox_indeterminate_24_filled:before {
    content: "\e313";
}
.icon-ic_fluent_chevron_circle_right_12_filled:before {
    content: "\e330";
}
.icon-ic_fluent_circle_off_16_filled:before {
    content: "\e351";
}
.icon-ic_fluent_clipboard_pulse_24_filled:before {
    content: "\e370";
}
.icon-ic_fluent_clock_arrow_download_24_filled:before {
    content: "\e386";
}
.icon-ic_fluent_cloud_flow_24_filled:before {
    content: "\e3ba";
}
.icon-ic_fluent_cloud_swap_20_filled:before {
    content: "\e3c0";
}
.icon-ic_fluent_cloud_swap_24_filled:before {
    content: "\e3c1";
}
.icon-ic_fluent_code_circle_20_filled:before {
    content: "\e3ce";
}
.icon-ic_fluent_comment_multiple_28_filled:before {
    content: "\e3ff";
}
.icon-ic_fluent_comment_multiple_checkmark_16_filled:before {
    content: "\e401";
}
.icon-ic_fluent_comment_multiple_checkmark_20_filled:before {
    content: "\e402";
}
.icon-ic_fluent_comment_multiple_checkmark_24_filled:before {
    content: "\e403";
}
.icon-ic_fluent_comment_multiple_checkmark_28_filled:before {
    content: "\e404";
}
.icon-ic_fluent_cube_12_filled:before {
    content: "\e43a";
}
.icon-ic_fluent_developer_board_search_20_filled:before {
    content: "\e4bb";
}
.icon-ic_fluent_document_arrow_right_20_filled:before {
    content: "\e4f2";
}
.icon-ic_fluent_document_chevron_double_24_filled:before {
    content: "\e500";
}
.icon-ic_fluent_document_css_24_filled:before {
    content: "\e502";
}
.icon-ic_fluent_document_javascript_24_filled:before {
    content: "\e519";
}
.icon-ic_fluent_document_multiple_percent_20_filled:before {
    content: "\e52e";
}
.icon-ic_fluent_document_percent_20_filled:before {
    content: "\e535";
}
.icon-ic_fluent_document_percent_24_filled:before {
    content: "\e536";
}
.icon-ic_fluent_document_settings_20_filled:before {
    content: "\e54e";
}
.icon-ic_fluent_document_split_hint_16_filled:before {
    content: "\e54f";
}
.icon-ic_fluent_document_split_hint_20_filled:before {
    content: "\e550";
}
.icon-ic_fluent_document_sync_16_filled:before {
    content: "\e553";
}
.icon-ic_fluent_document_sync_20_filled:before {
    content: "\e554";
}
.icon-ic_fluent_door_arrow_right_16_filled:before {
    content: "\e573";
}
.icon-ic_fluent_door_arrow_right_20_filled:before {
    content: "\e574";
}
.icon-ic_fluent_dual_screen_20_filled:before {
    content: "\e5a0";
}
.icon-ic_fluent_glance_20_filled:before {
    content: "\e6b1";
}
.icon-ic_fluent_glance_horizontal_20_filled:before {
    content: "\e6b4";
}
.icon-ic_fluent_highlight_link_20_filled:before {
    content: "\e711";
}
.icon-ic_fluent_keyboard_123_24_filled:before {
    content: "\e757";
}
.icon-ic_fluent_laptop_dismiss_20_filled:before {
    content: "\e763";
}
.icon-ic_fluent_link_dismiss_24_filled:before {
    content: "\e782";
}
.icon-ic_fluent_panel_bottom_contract_20_filled:before {
    content: "\e8bb";
}
.icon-ic_fluent_panel_bottom_expand_20_filled:before {
    content: "\e8bc";
}
.icon-ic_fluent_panel_left_expand_20_filled:before {
    content: "\e8c7";
}
.icon-ic_fluent_panel_separate_window_20_filled:before {
    content: "\e8d7";
}
.icon-ic_fluent_panel_top_contract_20_filled:before {
    content: "\e8d8";
}
.icon-ic_fluent_panel_top_expand_20_filled:before {
    content: "\e8d9";
}
.icon-ic_fluent_pause_off_16_filled:before {
    content: "\e8e2";
}
.icon-ic_fluent_person_circle_12_filled:before {
    content: "\e939";
}
.icon-ic_fluent_person_info_20_filled:before {
    content: "\e944";
}
.icon-ic_fluent_phone_12_filled:before {
    content: "\e965";
}
.icon-ic_fluent_replay_20_filled:before {
    content: "\ea1a";
}
.icon-ic_fluent_square_12_filled:before {
    content: "\eb7c";
}
.icon-ic_fluent_square_dismiss_16_filled:before {
    content: "\eb8b";
}
.icon-ic_fluent_square_dismiss_20_filled:before {
    content: "\eb8c";
}
.icon-ic_fluent_subtract_circle_12_filled:before {
    content: "\ebce";
}
.icon-ic_fluent_tag_circle_20_filled:before {
    content: "\ec6d";
}
.icon-ic_fluent_text_bullet_list_ltr_16_filled:before {
    content: "\ecd6";
}
.icon-ic_fluent_text_bullet_list_rtl_16_filled:before {
    content: "\ecdd";
}
.icon-ic_fluent_text_header_1_24_filled:before {
    content: "\ed20";
}
.icon-ic_fluent_text_header_2_24_filled:before {
    content: "\ed21";
}
.icon-ic_fluent_text_header_3_24_filled:before {
    content: "\ed22";
}
.icon-ic_fluent_text_period_asterisk_20_filled:before {
    content: "\ed4a";
}
.icon-ic_fluent_timeline_20_filled:before {
    content: "\ed83";
}
.icon-ic_fluent_triangle_12_filled:before {
    content: "\eda4";
}
.icon-ic_fluent_wifi_settings_20_filled:before {
    content: "\ee5b";
}
.icon-ic_fluent_window_16_filled:before {
    content: "\ee5d";
}
.icon-ic_fluent_window_24_filled:before {
    content: "\ee5e";
}
.icon-ic_fluent_window_ad_off_20_filled:before {
    content: "\ee62";
}
.icon-ic_fluent_window_arrow_up_16_filled:before {
    content: "\ee6a";
}
.icon-ic_fluent_window_arrow_up_20_filled:before {
    content: "\ee6b";
}
.icon-ic_fluent_window_console_20_filled:before {
    content: "\ee6f";
}
.icon-ic_fluent_window_header_horizontal_off_20_filled:before {
    content: "\ee75";
}
.icon-ic_fluent_window_multiple_16_filled:before {
    content: "\ee78";
}
.icon-ic_fluent_zoom_in_16_filled:before {
    content: "\ee8e";
}
.icon-ic_fluent_zoom_out_16_filled:before {
    content: "\ee8f";
}
.icon-ic_fluent_align_end_horizontal_20_filled:before {
    content: "\e030";
}
.icon-ic_fluent_align_end_vertical_20_filled:before {
    content: "\e031";
}
.icon-ic_fluent_align_space_around_horizontal_20_filled:before {
    content: "\e03e";
}
.icon-ic_fluent_align_space_around_vertical_20_filled:before {
    content: "\e03f";
}
.icon-ic_fluent_align_space_between_horizontal_20_filled:before {
    content: "\e040";
}
.icon-ic_fluent_align_space_between_vertical_20_filled:before {
    content: "\e041";
}
.icon-ic_fluent_align_space_evenly_horizontal_20_filled:before {
    content: "\e042";
}
.icon-ic_fluent_align_space_evenly_vertical_20_filled:before {
    content: "\e043";
}
.icon-ic_fluent_align_space_fit_vertical_20_filled:before {
    content: "\e044";
}
.icon-ic_fluent_align_start_horizontal_20_filled:before {
    content: "\e045";
}
.icon-ic_fluent_align_start_vertical_20_filled:before {
    content: "\e046";
}
.icon-ic_fluent_align_stretch_horizontal_20_filled:before {
    content: "\e047";
}
.icon-ic_fluent_align_stretch_vertical_20_filled:before {
    content: "\e048";
}
.icon-ic_fluent_arrow_collapse_all_20_filled:before {
    content: "\e0b0";
}
.icon-ic_fluent_arrow_collapse_all_24_filled:before {
    content: "\e0b1";
}
.icon-ic_fluent_arrow_wrap_20_filled:before {
    content: "\e133";
}
.icon-ic_fluent_arrow_wrap_off_20_filled:before {
    content: "\e134";
}
.icon-ic_fluent_center_horizontal_20_filled:before {
    content: "\e2cc";
}
.icon-ic_fluent_document_multiple_24_filled:before {
    content: "\e52d";
}
.icon-ic_fluent_document_multiple_percent_24_filled:before {
    content: "\e52f";
}
.icon-ic_fluent_document_table_16_filled:before {
    content: "\e556";
}
.icon-ic_fluent_document_table_20_filled:before {
    content: "\e557";
}
.icon-ic_fluent_document_table_24_filled:before {
    content: "\e558";
}
.icon-ic_fluent_glance_horizontal_12_filled:before {
    content: "\e6b3";
}
.icon-ic_fluent_panel_left_expand_16_filled:before {
    content: "\e8c6";
}
.icon-ic_fluent_square_shadow_12_filled:before {
    content: "\eba0";
}
.icon-ic_fluent_text_baseline_20_filled:before {
    content: "\eccf";
}
.icon-ic_fluent_arrow_circle_down_12_filled:before {
    content: "\e089";
}
.icon-ic_fluent_arrow_circle_down_16_filled:before {
    content: "\e08a";
}
.icon-ic_fluent_arrow_circle_down_28_filled:before {
    content: "\e08b";
}
.icon-ic_fluent_arrow_circle_down_32_filled:before {
    content: "\e08c";
}
.icon-ic_fluent_arrow_circle_down_48_filled:before {
    content: "\e08d";
}
.icon-ic_fluent_arrow_circle_left_20_filled:before {
    content: "\e094";
}
.icon-ic_fluent_arrow_circle_left_24_filled:before {
    content: "\e095";
}
.icon-ic_fluent_arrow_circle_left_28_filled:before {
    content: "\e096";
}
.icon-ic_fluent_arrow_circle_left_32_filled:before {
    content: "\e097";
}
.icon-ic_fluent_arrow_circle_left_48_filled:before {
    content: "\e098";
}
.icon-ic_fluent_arrow_circle_right_20_filled:before {
    content: "\e09b";
}
.icon-ic_fluent_arrow_circle_right_28_filled:before {
    content: "\e09d";
}
.icon-ic_fluent_arrow_circle_right_32_filled:before {
    content: "\e09e";
}
.icon-ic_fluent_arrow_circle_right_48_filled:before {
    content: "\e09f";
}
.icon-ic_fluent_arrow_circle_up_12_filled:before {
    content: "\e0a0";
}
.icon-ic_fluent_arrow_circle_up_28_filled:before {
    content: "\e0a4";
}
.icon-ic_fluent_arrow_circle_up_32_filled:before {
    content: "\e0a5";
}
.icon-ic_fluent_arrow_circle_up_48_filled:before {
    content: "\e0a6";
}
.icon-ic_fluent_arrow_trending_checkmark_20_filled:before {
    content: "\e117";
}
.icon-ic_fluent_arrow_trending_checkmark_24_filled:before {
    content: "\e118";
}
.icon-ic_fluent_arrow_trending_settings_20_filled:before {
    content: "\e11e";
}
.icon-ic_fluent_arrow_trending_settings_24_filled:before {
    content: "\e11f";
}
.icon-ic_fluent_balloon_12_filled:before {
    content: "\e14c";
}
.icon-ic_fluent_calendar_work_week_28_filled:before {
    content: "\e282";
}
.icon-ic_fluent_channel_subtract_16_filled:before {
    content: "\e2ec";
}
.icon-ic_fluent_channel_subtract_20_filled:before {
    content: "\e2ed";
}
.icon-ic_fluent_channel_subtract_24_filled:before {
    content: "\e2ee";
}
.icon-ic_fluent_channel_subtract_28_filled:before {
    content: "\e2ef";
}
.icon-ic_fluent_channel_subtract_48_filled:before {
    content: "\e2f0";
}
.icon-ic_fluent_clipboard_settings_24_filled:before {
    content: "\e371";
}
.icon-ic_fluent_cloud_archive_16_filled:before {
    content: "\e39b";
}
.icon-ic_fluent_cloud_archive_20_filled:before {
    content: "\e39c";
}
.icon-ic_fluent_cloud_words_16_filled:before {
    content: "\e3c8";
}
.icon-ic_fluent_cloud_words_20_filled:before {
    content: "\e3c9";
}
.icon-ic_fluent_cloud_words_24_filled:before {
    content: "\e3ca";
}
.icon-ic_fluent_cloud_words_28_filled:before {
    content: "\e3cb";
}
.icon-ic_fluent_cloud_words_32_filled:before {
    content: "\e3cc";
}
.icon-ic_fluent_cloud_words_48_filled:before {
    content: "\e3cd";
}
.icon-ic_fluent_column_arrow_right_20_filled:before {
    content: "\e3d6";
}
.icon-ic_fluent_control_button_20_filled:before {
    content: "\e427";
}
.icon-ic_fluent_control_button_24_filled:before {
    content: "\e428";
}
.icon-ic_fluent_credit_card_person_20_filled:before {
    content: "\e434";
}
.icon-ic_fluent_credit_card_person_24_filled:before {
    content: "\e435";
}
.icon-ic_fluent_credit_card_toolbox_24_filled:before {
    content: "\e436";
}
.icon-ic_fluent_cube_link_20_filled:before {
    content: "\e43d";
}
.icon-ic_fluent_delete_lines_20_filled:before {
    content: "\e48d";
}
.icon-ic_fluent_dialpad_28_filled:before {
    content: "\e4c2";
}
.icon-ic_fluent_dialpad_32_filled:before {
    content: "\e4c3";
}
.icon-ic_fluent_dialpad_48_filled:before {
    content: "\e4c4";
}
.icon-ic_fluent_diversity_20_filled:before {
    content: "\e4d4";
}
.icon-ic_fluent_diversity_24_filled:before {
    content: "\e4d5";
}
.icon-ic_fluent_diversity_28_filled:before {
    content: "\e4d6";
}
.icon-ic_fluent_diversity_48_filled:before {
    content: "\e4d7";
}
.icon-ic_fluent_food_cake_12_filled:before {
    content: "\e676";
}
.icon-ic_fluent_globe_prohibited_20_filled:before {
    content: "\e6c6";
}
.icon-ic_fluent_globe_search_20_filled:before {
    content: "\e6c7";
}
.icon-ic_fluent_globe_video_28_filled:before {
    content: "\e6cd";
}
.icon-ic_fluent_globe_video_32_filled:before {
    content: "\e6ce";
}
.icon-ic_fluent_globe_video_48_filled:before {
    content: "\e6cf";
}
.icon-ic_fluent_guardian_20_filled:before {
    content: "\e6da";
}
.icon-ic_fluent_guardian_24_filled:before {
    content: "\e6db";
}
.icon-ic_fluent_guardian_28_filled:before {
    content: "\e6dc";
}
.icon-ic_fluent_guardian_48_filled:before {
    content: "\e6dd";
}
.icon-ic_fluent_hat_graduation_12_filled:before {
    content: "\e6f1";
}
.icon-ic_fluent_lock_closed_32_filled:before {
    content: "\e79f";
}
.icon-ic_fluent_money_calculator_20_filled:before {
    content: "\e826";
}
.icon-ic_fluent_money_calculator_24_filled:before {
    content: "\e827";
}
.icon-ic_fluent_money_settings_20_filled:before {
    content: "\e82e";
}
.icon-ic_fluent_options_48_filled:before {
    content: "\e8a7";
}
.icon-ic_fluent_pause_settings_20_filled:before {
    content: "\e8e5";
}
.icon-ic_fluent_person_lock_24_filled:before {
    content: "\e948";
}
.icon-ic_fluent_person_note_20_filled:before {
    content: "\e950";
}
.icon-ic_fluent_road_cone_16_filled:before {
    content: "\ea39";
}
.icon-ic_fluent_road_cone_20_filled:before {
    content: "\ea3a";
}
.icon-ic_fluent_road_cone_24_filled:before {
    content: "\ea3b";
}
.icon-ic_fluent_road_cone_28_filled:before {
    content: "\ea3c";
}
.icon-ic_fluent_road_cone_32_filled:before {
    content: "\ea3d";
}
.icon-ic_fluent_road_cone_48_filled:before {
    content: "\ea3e";
}
.icon-ic_fluent_scan_thumb_up_16_filled:before {
    content: "\ea6f";
}
.icon-ic_fluent_scan_thumb_up_20_filled:before {
    content: "\ea70";
}
.icon-ic_fluent_scan_thumb_up_24_filled:before {
    content: "\ea71";
}
.icon-ic_fluent_scan_thumb_up_28_filled:before {
    content: "\ea72";
}
.icon-ic_fluent_scan_thumb_up_48_filled:before {
    content: "\ea73";
}
.icon-ic_fluent_share_48_filled:before {
    content: "\eab1";
}
.icon-ic_fluent_speaker_0_32_filled:before {
    content: "\eb43";
}
.icon-ic_fluent_speaker_1_32_filled:before {
    content: "\eb48";
}
.icon-ic_fluent_speaker_2_32_filled:before {
    content: "\eb4e";
}
.icon-ic_fluent_sticker_12_filled:before {
    content: "\ebbb";
}
.icon-ic_fluent_toolbox_12_filled:before {
    content: "\ed99";
}
.icon-ic_fluent_vehicle_car_collision_16_filled:before {
    content: "\edda";
}
.icon-ic_fluent_vehicle_car_collision_20_filled:before {
    content: "\eddb";
}
.icon-ic_fluent_vehicle_car_collision_24_filled:before {
    content: "\eddc";
}
.icon-ic_fluent_vehicle_car_collision_48_filled:before {
    content: "\eddf";
}
.icon-ic_fluent_wallet_20_filled:before {
    content: "\ee2c";
}
.icon-ic_fluent_wallet_24_filled:before {
    content: "\ee2d";
}
.icon-ic_fluent_whiteboard_48_filled:before {
    content: "\ee56";
}
.icon-ic_fluent_call_48_filled:before {
    content: "\e288";
}
.icon-ic_fluent_closed_caption_32_filled:before {
    content: "\e390";
}
.icon-ic_fluent_desktop_keyboard_16_filled:before {
    content: "\e4a0";
}
.icon-ic_fluent_desktop_keyboard_20_filled:before {
    content: "\e4a1";
}
.icon-ic_fluent_desktop_keyboard_24_filled:before {
    content: "\e4a2";
}
.icon-ic_fluent_desktop_keyboard_28_filled:before {
    content: "\e4a3";
}
.icon-ic_fluent_heart_12_filled:before {
    content: "\e707";
}
.icon-ic_fluent_image_alt_text_16_filled:before {
    content: "\e728";
}
.icon-ic_fluent_inking_tool_accent_32_filled:before {
    content: "\e748";
}
.icon-ic_fluent_mail_12_filled:before {
    content: "\e7ae";
}
.icon-ic_fluent_more_circle_32_filled:before {
    content: "\e830";
}
.icon-ic_fluent_number_symbol_32_filled:before {
    content: "\e896";
}
.icon-ic_fluent_poll_16_filled:before {
    content: "\e9b0";
}
.icon-ic_fluent_rectangle_landscape_12_filled:before {
    content: "\ea0f";
}
.icon-ic_fluent_rectangle_landscape_16_filled:before {
    content: "\ea10";
}
.icon-ic_fluent_rectangle_landscape_24_filled:before {
    content: "\ea12";
}
.icon-ic_fluent_rectangle_landscape_28_filled:before {
    content: "\ea13";
}
.icon-ic_fluent_rectangle_landscape_32_filled:before {
    content: "\ea14";
}
.icon-ic_fluent_rectangle_landscape_48_filled:before {
    content: "\ea15";
}
.icon-ic_fluent_scan_thumb_up_off_16_filled:before {
    content: "\ea74";
}
.icon-ic_fluent_scan_thumb_up_off_20_filled:before {
    content: "\ea75";
}
.icon-ic_fluent_scan_thumb_up_off_24_filled:before {
    content: "\ea76";
}
.icon-ic_fluent_scan_thumb_up_off_28_filled:before {
    content: "\ea77";
}
.icon-ic_fluent_scan_thumb_up_off_48_filled:before {
    content: "\ea78";
}
.icon-ic_fluent_send_clock_24_filled:before {
    content: "\ea98";
}
.icon-ic_fluent_share_screen_person_16_filled:before {
    content: "\eab3";
}
.icon-ic_fluent_share_screen_person_20_filled:before {
    content: "\eab4";
}
.icon-ic_fluent_share_screen_person_24_filled:before {
    content: "\eab5";
}
.icon-ic_fluent_share_screen_person_28_filled:before {
    content: "\eab6";
}
.icon-ic_fluent_share_screen_person_overlay_16_filled:before {
    content: "\eab7";
}
.icon-ic_fluent_share_screen_person_overlay_20_filled:before {
    content: "\eab8";
}
.icon-ic_fluent_share_screen_person_overlay_24_filled:before {
    content: "\eab9";
}
.icon-ic_fluent_share_screen_person_overlay_28_filled:before {
    content: "\eaba";
}
.icon-ic_fluent_share_screen_person_overlay_inside_16_filled:before {
    content: "\eabb";
}
.icon-ic_fluent_share_screen_person_overlay_inside_20_filled:before {
    content: "\eabc";
}
.icon-ic_fluent_share_screen_person_overlay_inside_24_filled:before {
    content: "\eabd";
}
.icon-ic_fluent_share_screen_person_overlay_inside_28_filled:before {
    content: "\eabe";
}
.icon-ic_fluent_slide_microphone_32_filled:before {
    content: "\eb24";
}
.icon-ic_fluent_snooze_20_filled:before {
    content: "\eb36";
}
.icon-ic_fluent_tag_32_filled:before {
    content: "\ec6c";
}
.icon-ic_fluent_tag_dismiss_16_filled:before {
    content: "\ec6e";
}
.icon-ic_fluent_tag_lock_16_filled:before {
    content: "\ec74";
}
.icon-ic_fluent_tag_lock_20_filled:before {
    content: "\ec75";
}
.icon-ic_fluent_tag_lock_24_filled:before {
    content: "\ec76";
}
.icon-ic_fluent_tag_lock_32_filled:before {
    content: "\ec77";
}
.icon-ic_fluent_tag_lock_accent_16_filled:before {
    content: "\ec78";
}
.icon-ic_fluent_tag_lock_accent_20_filled:before {
    content: "\ec79";
}
.icon-ic_fluent_tag_lock_accent_24_filled:before {
    content: "\ec7a";
}
.icon-ic_fluent_tag_lock_accent_32_filled:before {
    content: "\ec7b";
}
.icon-ic_fluent_text_align_center_16_filled:before {
    content: "\ecb0";
}
.icon-ic_fluent_text_align_left_16_filled:before {
    content: "\ecc1";
}
.icon-ic_fluent_text_align_right_16_filled:before {
    content: "\ecc8";
}
.icon-ic_fluent_text_change_case_16_filled:before {
    content: "\ecf0";
}
.icon-ic_fluent_text_clear_formatting_16_filled:before {
    content: "\ecf1";
}
.icon-ic_fluent_text_color_accent_16_filled:before {
    content: "\ecf4";
}
.icon-ic_fluent_text_color_accent_20_filled:before {
    content: "\ecf5";
}
.icon-ic_fluent_text_color_accent_24_filled:before {
    content: "\ecf6";
}
.icon-ic_fluent_text_font_size_16_filled:before {
    content: "\ed11";
}
.icon-ic_fluent_text_indent_decrease_ltr_16_filled:before {
    content: "\ed23";
}
.icon-ic_fluent_text_indent_decrease_ltr_20_filled:before {
    content: "\ed24";
}
.icon-ic_fluent_text_indent_decrease_ltr_24_filled:before {
    content: "\ed25";
}
.icon-ic_fluent_text_indent_decrease_rtl_16_filled:before {
    content: "\ed2a";
}
.icon-ic_fluent_text_indent_decrease_rtl_20_filled:before {
    content: "\ed2b";
}
.icon-ic_fluent_text_indent_decrease_rtl_24_filled:before {
    content: "\ed2c";
}
.icon-ic_fluent_text_indent_increase_ltr_16_filled:before {
    content: "\ed2d";
}
.icon-ic_fluent_text_indent_increase_ltr_20_filled:before {
    content: "\ed2e";
}
.icon-ic_fluent_text_indent_increase_ltr_24_filled:before {
    content: "\ed2f";
}
.icon-ic_fluent_text_indent_increase_rtl_16_filled:before {
    content: "\ed34";
}
.icon-ic_fluent_text_indent_increase_rtl_20_filled:before {
    content: "\ed35";
}
.icon-ic_fluent_text_indent_increase_rtl_24_filled:before {
    content: "\ed36";
}
.icon-ic_fluent_text_number_list_ltr_16_filled:before {
    content: "\ed3a";
}
.icon-ic_fluent_text_number_list_rtl_16_filled:before {
    content: "\ed3f";
}
.icon-ic_fluent_text_paragraph_direction_left_16_filled:before {
    content: "\ed46";
}
.icon-ic_fluent_text_paragraph_direction_left_20_filled:before {
    content: "\ed47";
}
.icon-ic_fluent_text_paragraph_direction_right_16_filled:before {
    content: "\ed48";
}
.icon-ic_fluent_text_paragraph_direction_right_20_filled:before {
    content: "\ed49";
}
.icon-ic_fluent_text_subscript_16_filled:before {
    content: "\ed61";
}
.icon-ic_fluent_text_superscript_16_filled:before {
    content: "\ed62";
}
.icon-ic_fluent_apps_list_detail_20_filled:before {
    content: "\e064";
}
.icon-ic_fluent_apps_list_detail_24_filled:before {
    content: "\e065";
}
.icon-ic_fluent_arrow_maximize_32_filled:before {
    content: "\e0d8";
}
.icon-ic_fluent_arrow_outline_up_right_32_filled:before {
    content: "\e0e0";
}
.icon-ic_fluent_arrow_up_right_32_filled:before {
    content: "\e130";
}
.icon-ic_fluent_box_edit_20_filled:before {
    content: "\e1d9";
}
.icon-ic_fluent_box_edit_24_filled:before {
    content: "\e1da";
}
.icon-ic_fluent_box_toolbox_20_filled:before {
    content: "\e1e7";
}
.icon-ic_fluent_box_toolbox_24_filled:before {
    content: "\e1e8";
}
.icon-ic_fluent_chat_video_20_filled:before {
    content: "\e305";
}
.icon-ic_fluent_chat_video_24_filled:before {
    content: "\e306";
}
.icon-ic_fluent_circle_32_filled:before {
    content: "\e347";
}
.icon-ic_fluent_database_link_20_filled:before {
    content: "\e478";
}
.icon-ic_fluent_database_link_24_filled:before {
    content: "\e479";
}
.icon-ic_fluent_diamond_32_filled:before {
    content: "\e4ca";
}
.icon-ic_fluent_document_text_20_filled:before {
    content: "\e563";
}
.icon-ic_fluent_document_text_24_filled:before {
    content: "\e564";
}
.icon-ic_fluent_document_text_link_20_filled:before {
    content: "\e569";
}
.icon-ic_fluent_document_text_link_24_filled:before {
    content: "\e56a";
}
.icon-ic_fluent_globe_shield_20_filled:before {
    content: "\e6c8";
}
.icon-ic_fluent_globe_shield_24_filled:before {
    content: "\e6c9";
}
.icon-ic_fluent_line_32_filled:before {
    content: "\e775";
}
.icon-ic_fluent_line_dashes_32_filled:before {
    content: "\e779";
}
.icon-ic_fluent_number_symbol_28_filled:before {
    content: "\e895";
}
.icon-ic_fluent_number_symbol_48_filled:before {
    content: "\e897";
}
.icon-ic_fluent_oval_32_filled:before {
    content: "\e8b3";
}
.icon-ic_fluent_pentagon_32_filled:before {
    content: "\e8fb";
}
.icon-ic_fluent_play_circle_48_filled:before {
    content: "\e9a8";
}
.icon-ic_fluent_projection_screen_16_filled:before {
    content: "\e9dc";
}
.icon-ic_fluent_projection_screen_20_filled:before {
    content: "\e9dd";
}
.icon-ic_fluent_projection_screen_24_filled:before {
    content: "\e9de";
}
.icon-ic_fluent_projection_screen_28_filled:before {
    content: "\e9df";
}
.icon-ic_fluent_projection_screen_dismiss_16_filled:before {
    content: "\e9e0";
}
.icon-ic_fluent_projection_screen_dismiss_20_filled:before {
    content: "\e9e1";
}
.icon-ic_fluent_projection_screen_dismiss_24_filled:before {
    content: "\e9e2";
}
.icon-ic_fluent_projection_screen_dismiss_28_filled:before {
    content: "\e9e3";
}
.icon-ic_fluent_rhombus_32_filled:before {
    content: "\ea2b";
}
.icon-ic_fluent_save_arrow_right_20_filled:before {
    content: "\ea4d";
}
.icon-ic_fluent_save_arrow_right_24_filled:before {
    content: "\ea4e";
}
.icon-ic_fluent_shortpick_20_filled:before {
    content: "\eaff";
}
.icon-ic_fluent_shortpick_24_filled:before {
    content: "\eb00";
}
.icon-ic_fluent_sparkle_16_filled:before {
    content: "\eb3b";
}
.icon-ic_fluent_sparkle_20_filled:before {
    content: "\eb3c";
}
.icon-ic_fluent_sparkle_24_filled:before {
    content: "\eb3d";
}
.icon-ic_fluent_sparkle_28_filled:before {
    content: "\eb3e";
}
.icon-ic_fluent_sparkle_48_filled:before {
    content: "\eb3f";
}
.icon-ic_fluent_square_32_filled:before {
    content: "\eb81";
}
.icon-ic_fluent_subtract_square_24_filled:before {
    content: "\ebd4";
}
.icon-ic_fluent_text_case_lowercase_16_filled:before {
    content: "\ece7";
}
.icon-ic_fluent_text_case_lowercase_20_filled:before {
    content: "\ece8";
}
.icon-ic_fluent_text_case_lowercase_24_filled:before {
    content: "\ece9";
}
.icon-ic_fluent_text_case_title_16_filled:before {
    content: "\ecea";
}
.icon-ic_fluent_text_case_title_20_filled:before {
    content: "\eceb";
}
.icon-ic_fluent_text_case_title_24_filled:before {
    content: "\ecec";
}
.icon-ic_fluent_text_case_uppercase_16_filled:before {
    content: "\eced";
}
.icon-ic_fluent_text_case_uppercase_20_filled:before {
    content: "\ecee";
}
.icon-ic_fluent_text_case_uppercase_24_filled:before {
    content: "\ecef";
}
.icon-ic_fluent_triangle_32_filled:before {
    content: "\eda7";
}
.icon-ic_fluent_video_person_sparkle_16_filled:before {
    content: "\ee12";
}
.icon-ic_fluent_video_person_sparkle_20_filled:before {
    content: "\ee13";
}
.icon-ic_fluent_video_person_sparkle_24_filled:before {
    content: "\ee14";
}
.icon-ic_fluent_video_person_sparkle_28_filled:before {
    content: "\ee15";
}
.icon-ic_fluent_video_person_sparkle_48_filled:before {
    content: "\ee16";
}
.icon-ic_fluent_accessibility_48_filled:before {
    content: "\e002";
}
.icon-ic_fluent_archive_multiple_16_filled:before {
    content: "\e06d";
}
.icon-ic_fluent_archive_multiple_20_filled:before {
    content: "\e06e";
}
.icon-ic_fluent_archive_multiple_24_filled:before {
    content: "\e06f";
}
.icon-ic_fluent_arrow_reset_32_filled:before {
    content: "\e0e8";
}
.icon-ic_fluent_arrow_reset_48_filled:before {
    content: "\e0e9";
}
.icon-ic_fluent_box_20_filled:before {
    content: "\e1cf";
}
.icon-ic_fluent_box_24_filled:before {
    content: "\e1d0";
}
.icon-ic_fluent_box_dismiss_20_filled:before {
    content: "\e1d7";
}
.icon-ic_fluent_box_dismiss_24_filled:before {
    content: "\e1d8";
}
.icon-ic_fluent_clear_formatting_16_filled:before {
    content: "\e355";
}
.icon-ic_fluent_clear_formatting_20_filled:before {
    content: "\e356";
}
.icon-ic_fluent_clipboard_clock_20_filled:before {
    content: "\e362";
}
.icon-ic_fluent_clipboard_clock_24_filled:before {
    content: "\e363";
}
.icon-ic_fluent_cloud_archive_24_filled:before {
    content: "\e39d";
}
.icon-ic_fluent_cloud_archive_28_filled:before {
    content: "\e39e";
}
.icon-ic_fluent_cloud_archive_32_filled:before {
    content: "\e39f";
}
.icon-ic_fluent_cloud_archive_48_filled:before {
    content: "\e3a0";
}
.icon-ic_fluent_document_table_arrow_right_20_filled:before {
    content: "\e559";
}
.icon-ic_fluent_document_table_arrow_right_24_filled:before {
    content: "\e55a";
}
.icon-ic_fluent_document_table_checkmark_20_filled:before {
    content: "\e55b";
}
.icon-ic_fluent_document_table_checkmark_24_filled:before {
    content: "\e55c";
}
.icon-ic_fluent_document_text_clock_20_filled:before {
    content: "\e565";
}
.icon-ic_fluent_document_text_clock_24_filled:before {
    content: "\e566";
}
.icon-ic_fluent_flash_settings_20_filled:before {
    content: "\e633";
}
.icon-ic_fluent_flash_settings_24_filled:before {
    content: "\e634";
}
.icon-ic_fluent_games_16_filled:before {
    content: "\e696";
}
.icon-ic_fluent_games_20_filled:before {
    content: "\e697";
}
.icon-ic_fluent_games_28_filled:before {
    content: "\e698";
}
.icon-ic_fluent_games_32_filled:before {
    content: "\e699";
}
.icon-ic_fluent_games_48_filled:before {
    content: "\e69a";
}
.icon-ic_fluent_hand_draw_28_filled:before {
    content: "\e6e6";
}
.icon-ic_fluent_lasso_28_filled:before {
    content: "\e765";
}
.icon-ic_fluent_money_dismiss_20_filled:before {
    content: "\e828";
}
.icon-ic_fluent_money_dismiss_24_filled:before {
    content: "\e829";
}
.icon-ic_fluent_money_off_20_filled:before {
    content: "\e82c";
}
.icon-ic_fluent_money_off_24_filled:before {
    content: "\e82d";
}
.icon-ic_fluent_note_28_filled:before {
    content: "\e878";
}
.icon-ic_fluent_note_48_filled:before {
    content: "\e879";
}
.icon-ic_fluent_person_lightbulb_20_filled:before {
    content: "\e946";
}
.icon-ic_fluent_person_lightbulb_24_filled:before {
    content: "\e947";
}
.icon-ic_fluent_picture_in_picture_enter_16_filled:before {
    content: "\e98e";
}
.icon-ic_fluent_picture_in_picture_enter_20_filled:before {
    content: "\e98f";
}
.icon-ic_fluent_picture_in_picture_enter_24_filled:before {
    content: "\e990";
}
.icon-ic_fluent_picture_in_picture_exit_16_filled:before {
    content: "\e991";
}
.icon-ic_fluent_picture_in_picture_exit_20_filled:before {
    content: "\e992";
}
.icon-ic_fluent_picture_in_picture_exit_24_filled:before {
    content: "\e993";
}
.icon-ic_fluent_plug_connected_20_filled:before {
    content: "\e9ab";
}
.icon-ic_fluent_sanitize_20_filled:before {
    content: "\ea49";
}
.icon-ic_fluent_sanitize_24_filled:before {
    content: "\ea4a";
}
.icon-ic_fluent_settings_32_filled:before {
    content: "\ea9d";
}
.icon-ic_fluent_settings_48_filled:before {
    content: "\ea9e";
}
.icon-ic_fluent_shapes_28_filled:before {
    content: "\eaad";
}
.icon-ic_fluent_shapes_48_filled:before {
    content: "\eaae";
}
.icon-ic_fluent_shopping_bag_percent_20_filled:before {
    content: "\eaf9";
}
.icon-ic_fluent_shopping_bag_percent_24_filled:before {
    content: "\eafa";
}
.icon-ic_fluent_shopping_bag_tag_20_filled:before {
    content: "\eafd";
}
.icon-ic_fluent_shopping_bag_tag_24_filled:before {
    content: "\eafe";
}
.icon-ic_fluent_stack_arrow_forward_20_filled:before {
    content: "\eba3";
}
.icon-ic_fluent_stack_arrow_forward_24_filled:before {
    content: "\eba4";
}
.icon-ic_fluent_table_lightning_20_filled:before {
    content: "\ec28";
}
.icon-ic_fluent_table_lightning_24_filled:before {
    content: "\ec29";
}
.icon-ic_fluent_table_link_20_filled:before {
    content: "\ec2c";
}
.icon-ic_fluent_table_link_24_filled:before {
    content: "\ec2d";
}
.icon-ic_fluent_text_t_28_filled:before {
    content: "\ed65";
}
.icon-ic_fluent_text_t_48_filled:before {
    content: "\ed66";
}
.icon-ic_fluent_thumb_like_28_filled:before {
    content: "\ed79";
}
.icon-ic_fluent_thumb_like_48_filled:before {
    content: "\ed7a";
}
.icon-ic_fluent_video_off_32_filled:before {
    content: "\ee06";
}
.icon-ic_fluent_video_off_48_filled:before {
    content: "\ee07";
}
.icon-ic_fluent_bookmark_search_20_filled:before {
    content: "\e1ad";
}
.icon-ic_fluent_bookmark_search_24_filled:before {
    content: "\e1ae";
}
.icon-ic_fluent_building_factory_16_filled:before {
    content: "\e22a";
}
.icon-ic_fluent_building_factory_20_filled:before {
    content: "\e22b";
}
.icon-ic_fluent_building_factory_28_filled:before {
    content: "\e22d";
}
.icon-ic_fluent_building_factory_32_filled:before {
    content: "\e22e";
}
.icon-ic_fluent_building_factory_48_filled:before {
    content: "\e22f";
}
.icon-ic_fluent_calendar_chat_20_filled:before {
    content: "\e255";
}
.icon-ic_fluent_calendar_chat_24_filled:before {
    content: "\e256";
}
.icon-ic_fluent_calendar_toolbox_20_filled:before {
    content: "\e27f";
}
.icon-ic_fluent_calendar_toolbox_24_filled:before {
    content: "\e280";
}
.icon-ic_fluent_camera_switch_20_filled:before {
    content: "\e2b6";
}
.icon-ic_fluent_comment_multiple_32_filled:before {
    content: "\e400";
}
.icon-ic_fluent_comment_multiple_link_16_filled:before {
    content: "\e405";
}
.icon-ic_fluent_comment_multiple_link_20_filled:before {
    content: "\e406";
}
.icon-ic_fluent_comment_multiple_link_24_filled:before {
    content: "\e407";
}
.icon-ic_fluent_comment_multiple_link_28_filled:before {
    content: "\e408";
}
.icon-ic_fluent_comment_multiple_link_32_filled:before {
    content: "\e409";
}
.icon-ic_fluent_contact_card_ribbon_16_filled:before {
    content: "\e41d";
}
.icon-ic_fluent_contact_card_ribbon_20_filled:before {
    content: "\e41e";
}
.icon-ic_fluent_contact_card_ribbon_24_filled:before {
    content: "\e41f";
}
.icon-ic_fluent_contact_card_ribbon_28_filled:before {
    content: "\e420";
}
.icon-ic_fluent_contact_card_ribbon_32_filled:before {
    content: "\e421";
}
.icon-ic_fluent_contact_card_ribbon_48_filled:before {
    content: "\e422";
}
.icon-ic_fluent_database_person_20_filled:before {
    content: "\e47b";
}
.icon-ic_fluent_database_person_24_filled:before {
    content: "\e47c";
}
.icon-ic_fluent_document_flowchart_20_filled:before {
    content: "\e506";
}
.icon-ic_fluent_document_flowchart_24_filled:before {
    content: "\e507";
}
.icon-ic_fluent_document_table_search_20_filled:before {
    content: "\e55f";
}
.icon-ic_fluent_document_table_search_24_filled:before {
    content: "\e560";
}
.icon-ic_fluent_document_text_extract_20_filled:before {
    content: "\e567";
}
.icon-ic_fluent_document_text_extract_24_filled:before {
    content: "\e568";
}
.icon-ic_fluent_fast_forward_16_filled:before {
    content: "\e613";
}
.icon-ic_fluent_fast_forward_28_filled:before {
    content: "\e614";
}
.icon-ic_fluent_flowchart_20_filled:before {
    content: "\e645";
}
.icon-ic_fluent_flowchart_24_filled:before {
    content: "\e646";
}
.icon-ic_fluent_flowchart_circle_20_filled:before {
    content: "\e647";
}
.icon-ic_fluent_flowchart_circle_24_filled:before {
    content: "\e648";
}
.icon-ic_fluent_folder_sync_24_filled:before {
    content: "\e672";
}
.icon-ic_fluent_heart_circle_16_filled:before {
    content: "\e70b";
}
.icon-ic_fluent_heart_circle_20_filled:before {
    content: "\e70c";
}
.icon-ic_fluent_heart_circle_24_filled:before {
    content: "\e70d";
}
.icon-ic_fluent_megaphone_loud_24_filled:before {
    content: "\e7fe";
}
.icon-ic_fluent_people_lock_20_filled:before {
    content: "\e911";
}
.icon-ic_fluent_people_lock_24_filled:before {
    content: "\e912";
}
.icon-ic_fluent_person_circle_24_filled:before {
    content: "\e93b";
}
.icon-ic_fluent_phone_update_checkmark_20_filled:before {
    content: "\e987";
}
.icon-ic_fluent_phone_update_checkmark_24_filled:before {
    content: "\e988";
}
.icon-ic_fluent_plug_connected_24_filled:before {
    content: "\e9ac";
}
.icon-ic_fluent_rewind_16_filled:before {
    content: "\ea25";
}
.icon-ic_fluent_rewind_28_filled:before {
    content: "\ea26";
}
.icon-ic_fluent_save_multiple_20_filled:before {
    content: "\ea53";
}
.icon-ic_fluent_save_multiple_24_filled:before {
    content: "\ea54";
}
.icon-ic_fluent_scan_type_checkmark_20_filled:before {
    content: "\ea7b";
}
.icon-ic_fluent_scan_type_checkmark_24_filled:before {
    content: "\ea7c";
}
.icon-ic_fluent_select_object_skew_20_filled:before {
    content: "\ea91";
}
.icon-ic_fluent_select_object_skew_24_filled:before {
    content: "\ea92";
}
.icon-ic_fluent_select_object_skew_dismiss_20_filled:before {
    content: "\ea93";
}
.icon-ic_fluent_select_object_skew_dismiss_24_filled:before {
    content: "\ea94";
}
.icon-ic_fluent_select_object_skew_edit_20_filled:before {
    content: "\ea95";
}
.icon-ic_fluent_select_object_skew_edit_24_filled:before {
    content: "\ea96";
}
.icon-ic_fluent_shopping_bag_dismiss_20_filled:before {
    content: "\eaf5";
}
.icon-ic_fluent_shopping_bag_dismiss_24_filled:before {
    content: "\eaf6";
}
.icon-ic_fluent_shopping_bag_pause_20_filled:before {
    content: "\eaf7";
}
.icon-ic_fluent_shopping_bag_pause_24_filled:before {
    content: "\eaf8";
}
.icon-ic_fluent_tag_error_16_filled:before {
    content: "\ec71";
}
.icon-ic_fluent_tag_error_20_filled:before {
    content: "\ec72";
}
.icon-ic_fluent_tag_error_24_filled:before {
    content: "\ec73";
}
.icon-ic_fluent_tag_multiple_24_filled:before {
    content: "\ec7d";
}
.icon-ic_fluent_tag_question_mark_20_filled:before {
    content: "\ec81";
}
.icon-ic_fluent_tag_question_mark_32_filled:before {
    content: "\ec83";
}
.icon-ic_fluent_text_column_one_wide_lightning_20_filled:before {
    content: "\ecfb";
}
.icon-ic_fluent_text_column_one_wide_lightning_24_filled:before {
    content: "\ecfc";
}
.icon-ic_fluent_text_font_info_16_filled:before {
    content: "\ed0e";
}
.icon-ic_fluent_text_font_info_20_filled:before {
    content: "\ed0f";
}
.icon-ic_fluent_text_font_info_24_filled:before {
    content: "\ed10";
}
.icon-ic_fluent_tray_item_add_20_filled:before {
    content: "\ed9e";
}
.icon-ic_fluent_tray_item_add_24_filled:before {
    content: "\ed9f";
}
.icon-ic_fluent_tray_item_remove_20_filled:before {
    content: "\eda0";
}
.icon-ic_fluent_tray_item_remove_24_filled:before {
    content: "\eda1";
}
.icon-ic_fluent_vehicle_truck_bag_20_filled:before {
    content: "\edea";
}
.icon-ic_fluent_vehicle_truck_bag_24_filled:before {
    content: "\edeb";
}
.icon-ic_fluent_checkmark_starburst_20_filled:before {
    content: "\e31f";
}
.icon-ic_fluent_checkmark_starburst_24_filled:before {
    content: "\e320";
}
.icon-ic_fluent_access_time_20_filled:before {
    content: "\e000";
}
.icon-ic_fluent_accessibility_checkmark_20_filled:before {
    content: "\e003";
}
.icon-ic_fluent_add_square_20_filled:before {
    content: "\e007";
}
.icon-ic_fluent_album_20_filled:before {
    content: "\e00f";
}
.icon-ic_fluent_album_add_20_filled:before {
    content: "\e011";
}
.icon-ic_fluent_alert_on_20_filled:before {
    content: "\e01a";
}
.icon-ic_fluent_app_generic_20_filled:before {
    content: "\e05c";
}
.icon-ic_fluent_app_recent_20_filled:before {
    content: "\e05d";
}
.icon-ic_fluent_app_title_20_filled:before {
    content: "\e05e";
}
.icon-ic_fluent_arrow_autofit_down_20_filled:before {
    content: "\e075";
}
.icon-ic_fluent_arrow_autofit_height_20_filled:before {
    content: "\e077";
}
.icon-ic_fluent_arrow_autofit_height_dotted_20_filled:before {
    content: "\e078";
}
.icon-ic_fluent_arrow_autofit_up_20_filled:before {
    content: "\e07a";
}
.icon-ic_fluent_arrow_autofit_width_20_filled:before {
    content: "\e07c";
}
.icon-ic_fluent_arrow_autofit_width_dotted_20_filled:before {
    content: "\e07d";
}
.icon-ic_fluent_arrow_bounce_20_filled:before {
    content: "\e087";
}
.icon-ic_fluent_arrow_circle_down_right_20_filled:before {
    content: "\e08f";
}
.icon-ic_fluent_arrow_circle_up_left_20_filled:before {
    content: "\e0a7";
}
.icon-ic_fluent_arrow_expand_20_filled:before {
    content: "\e0c5";
}
.icon-ic_fluent_arrow_fit_20_filled:before {
    content: "\e0cd";
}
.icon-ic_fluent_arrow_minimize_vertical_20_filled:before {
    content: "\e0db";
}
.icon-ic_fluent_arrow_sort_down_lines_24_filled:before {
    content: "\e0f2";
}
.icon-ic_fluent_arrow_square_down_20_filled:before {
    content: "\e0f6";
}
.icon-ic_fluent_arrow_step_back_20_filled:before {
    content: "\e0f9";
}
.icon-ic_fluent_arrow_step_in_left_20_filled:before {
    content: "\e101";
}
.icon-ic_fluent_arrow_step_in_right_20_filled:before {
    content: "\e106";
}
.icon-ic_fluent_arrow_step_out_20_filled:before {
    content: "\e10b";
}
.icon-ic_fluent_arrow_step_over_20_filled:before {
    content: "\e10f";
}
.icon-ic_fluent_arrow_turn_bidirectional_down_right_20_filled:before {
    content: "\e124";
}
.icon-ic_fluent_arrow_turn_right_20_filled:before {
    content: "\e125";
}
.icon-ic_fluent_arrows_bidirectional_20_filled:before {
    content: "\e135";
}
.icon-ic_fluent_attach_text_20_filled:before {
    content: "\e139";
}
.icon-ic_fluent_auto_fit_height_20_filled:before {
    content: "\e13b";
}
.icon-ic_fluent_auto_fit_width_20_filled:before {
    content: "\e13d";
}
.icon-ic_fluent_autocorrect_20_filled:before {
    content: "\e13f";
}
.icon-ic_fluent_badge_20_filled:before {
    content: "\e14b";
}
.icon-ic_fluent_battery_checkmark_20_filled:before {
    content: "\e150";
}
.icon-ic_fluent_battery_warning_20_filled:before {
    content: "\e152";
}
.icon-ic_fluent_bluetooth_connected_20_filled:before {
    content: "\e15f";
}
.icon-ic_fluent_bluetooth_disabled_20_filled:before {
    content: "\e160";
}
.icon-ic_fluent_bluetooth_searching_20_filled:before {
    content: "\e161";
}
.icon-ic_fluent_bookmark_multiple_16_filled:before {
    content: "\e1a6";
}
.icon-ic_fluent_bookmark_multiple_28_filled:before {
    content: "\e1a9";
}
.icon-ic_fluent_bookmark_multiple_32_filled:before {
    content: "\e1aa";
}
.icon-ic_fluent_bookmark_multiple_48_filled:before {
    content: "\e1ab";
}
.icon-ic_fluent_branch_fork_hint_20_filled:before {
    content: "\e1f4";
}
.icon-ic_fluent_branch_fork_hint_24_filled:before {
    content: "\e1f5";
}
.icon-ic_fluent_branch_fork_link_20_filled:before {
    content: "\e1f6";
}
.icon-ic_fluent_branch_fork_link_24_filled:before {
    content: "\e1f7";
}
.icon-ic_fluent_calendar_ltr_48_filled:before {
    content: "\e266";
}
.icon-ic_fluent_calendar_rtl_48_filled:before {
    content: "\e27b";
}
.icon-ic_fluent_data_usage_toolbox_20_filled:before {
    content: "\e46e";
}
.icon-ic_fluent_data_usage_toolbox_24_filled:before {
    content: "\e46f";
}
.icon-ic_fluent_desktop_cursor_16_filled:before {
    content: "\e497";
}
.icon-ic_fluent_desktop_cursor_20_filled:before {
    content: "\e498";
}
.icon-ic_fluent_desktop_cursor_24_filled:before {
    content: "\e499";
}
.icon-ic_fluent_desktop_cursor_28_filled:before {
    content: "\e49a";
}
.icon-ic_fluent_desktop_flow_20_filled:before {
    content: "\e49e";
}
.icon-ic_fluent_desktop_flow_24_filled:before {
    content: "\e49f";
}
.icon-ic_fluent_desktop_signal_20_filled:before {
    content: "\e4ae";
}
.icon-ic_fluent_desktop_signal_24_filled:before {
    content: "\e4af";
}
.icon-ic_fluent_emoji_sad_slight_20_filled:before {
    content: "\e5e2";
}
.icon-ic_fluent_emoji_sad_slight_24_filled:before {
    content: "\e5e3";
}
.icon-ic_fluent_emoji_smile_slight_20_filled:before {
    content: "\e5e4";
}
.icon-ic_fluent_emoji_smile_slight_24_filled:before {
    content: "\e5e5";
}
.icon-ic_fluent_food_apple_20_filled:before {
    content: "\e674";
}
.icon-ic_fluent_food_apple_24_filled:before {
    content: "\e675";
}
.icon-ic_fluent_mail_edit_20_filled:before {
    content: "\e7c1";
}
.icon-ic_fluent_mail_edit_24_filled:before {
    content: "\e7c2";
}
.icon-ic_fluent_person_arrow_left_16_filled:before {
    content: "\e935";
}
.icon-ic_fluent_person_edit_20_filled:before {
    content: "\e940";
}
.icon-ic_fluent_person_edit_24_filled:before {
    content: "\e941";
}
.icon-ic_fluent_scan_dash_12_filled:before {
    content: "\ea62";
}
.icon-ic_fluent_scan_dash_16_filled:before {
    content: "\ea63";
}
.icon-ic_fluent_scan_dash_20_filled:before {
    content: "\ea64";
}
.icon-ic_fluent_scan_dash_24_filled:before {
    content: "\ea65";
}
.icon-ic_fluent_scan_dash_28_filled:before {
    content: "\ea66";
}
.icon-ic_fluent_scan_dash_32_filled:before {
    content: "\ea67";
}
.icon-ic_fluent_scan_dash_48_filled:before {
    content: "\ea68";
}
.icon-ic_fluent_square_hint_20_filled:before {
    content: "\eb8f";
}
.icon-ic_fluent_square_hint_24_filled:before {
    content: "\eb90";
}
.icon-ic_fluent_tag_off_20_filled:before {
    content: "\ec7e";
}
.icon-ic_fluent_tag_off_24_filled:before {
    content: "\ec7f";
}
.icon-ic_fluent_text_box_settings_20_filled:before {
    content: "\ecd1";
}
.icon-ic_fluent_text_box_settings_24_filled:before {
    content: "\ecd2";
}
.icon-ic_fluent_vehicle_truck_cube_20_filled:before {
    content: "\edec";
}
.icon-ic_fluent_vehicle_truck_cube_24_filled:before {
    content: "\eded";
}
.icon-ic_fluent_arrow_forward_down_lightning_20_filled:before {
    content: "\e0d2";
}
.icon-ic_fluent_arrow_forward_down_lightning_24_filled:before {
    content: "\e0d3";
}
.icon-ic_fluent_arrow_forward_down_person_20_filled:before {
    content: "\e0d4";
}
.icon-ic_fluent_arrow_forward_down_person_24_filled:before {
    content: "\e0d5";
}
.icon-ic_fluent_arrow_step_in_28_filled:before {
    content: "\e0fe";
}
.icon-ic_fluent_arrow_step_in_left_24_filled:before {
    content: "\e102";
}
.icon-ic_fluent_arrow_step_in_left_28_filled:before {
    content: "\e103";
}
.icon-ic_fluent_arrow_step_in_right_24_filled:before {
    content: "\e107";
}
.icon-ic_fluent_arrow_step_in_right_28_filled:before {
    content: "\e108";
}
.icon-ic_fluent_arrow_step_out_24_filled:before {
    content: "\e10c";
}
.icon-ic_fluent_arrow_step_out_28_filled:before {
    content: "\e10d";
}
.icon-ic_fluent_arrow_trending_text_20_filled:before {
    content: "\e120";
}
.icon-ic_fluent_arrow_trending_text_24_filled:before {
    content: "\e121";
}
.icon-ic_fluent_arrow_trending_wrench_20_filled:before {
    content: "\e122";
}
.icon-ic_fluent_arrow_trending_wrench_24_filled:before {
    content: "\e123";
}
.icon-ic_fluent_battery_10_20_filled:before {
    content: "\e14e";
}
.icon-ic_fluent_beach_32_filled:before {
    content: "\e157";
}
.icon-ic_fluent_beach_48_filled:before {
    content: "\e158";
}
.icon-ic_fluent_book_clock_20_filled:before {
    content: "\e178";
}
.icon-ic_fluent_book_coins_20_filled:before {
    content: "\e17a";
}
.icon-ic_fluent_book_compass_20_filled:before {
    content: "\e17c";
}
.icon-ic_fluent_book_database_20_filled:before {
    content: "\e182";
}
.icon-ic_fluent_book_exclamation_mark_20_filled:before {
    content: "\e184";
}
.icon-ic_fluent_book_globe_20_filled:before {
    content: "\e186";
}
.icon-ic_fluent_book_information_20_filled:before {
    content: "\e187";
}
.icon-ic_fluent_book_letter_20_filled:before {
    content: "\e189";
}
.icon-ic_fluent_book_pulse_20_filled:before {
    content: "\e198";
}
.icon-ic_fluent_book_question_mark_20_filled:before {
    content: "\e19a";
}
.icon-ic_fluent_book_question_mark_rtl_20_filled:before {
    content: "\e19c";
}
.icon-ic_fluent_book_search_20_filled:before {
    content: "\e19d";
}
.icon-ic_fluent_book_star_20_filled:before {
    content: "\e19f";
}
.icon-ic_fluent_book_theta_20_filled:before {
    content: "\e1a2";
}
.icon-ic_fluent_bookmark_off_20_filled:before {
    content: "\e1ac";
}
.icon-ic_fluent_border_bottom_20_filled:before {
    content: "\e1b2";
}
.icon-ic_fluent_border_bottom_double_20_filled:before {
    content: "\e1b4";
}
.icon-ic_fluent_border_bottom_thick_20_filled:before {
    content: "\e1b6";
}
.icon-ic_fluent_border_left_20_filled:before {
    content: "\e1b8";
}
.icon-ic_fluent_border_none_20_filled:before {
    content: "\e1bc";
}
.icon-ic_fluent_border_outside_20_filled:before {
    content: "\e1be";
}
.icon-ic_fluent_border_outside_thick_20_filled:before {
    content: "\e1c0";
}
.icon-ic_fluent_border_right_20_filled:before {
    content: "\e1c2";
}
.icon-ic_fluent_border_top_20_filled:before {
    content: "\e1c4";
}
.icon-ic_fluent_border_top_bottom_20_filled:before {
    content: "\e1c6";
}
.icon-ic_fluent_border_top_bottom_double_20_filled:before {
    content: "\e1c8";
}
.icon-ic_fluent_border_top_bottom_thick_20_filled:before {
    content: "\e1ca";
}
.icon-ic_fluent_branch_20_filled:before {
    content: "\e1ed";
}
.icon-ic_fluent_brightness_high_16_filled:before {
    content: "\e20a";
}
.icon-ic_fluent_brightness_high_20_filled:before {
    content: "\e20b";
}
.icon-ic_fluent_brightness_high_24_filled:before {
    content: "\e20c";
}
.icon-ic_fluent_brightness_high_28_filled:before {
    content: "\e20d";
}
.icon-ic_fluent_brightness_high_32_filled:before {
    content: "\e20e";
}
.icon-ic_fluent_brightness_high_48_filled:before {
    content: "\e20f";
}
.icon-ic_fluent_brightness_low_16_filled:before {
    content: "\e210";
}
.icon-ic_fluent_brightness_low_20_filled:before {
    content: "\e211";
}
.icon-ic_fluent_brightness_low_24_filled:before {
    content: "\e212";
}
.icon-ic_fluent_brightness_low_28_filled:before {
    content: "\e213";
}
.icon-ic_fluent_brightness_low_32_filled:before {
    content: "\e214";
}
.icon-ic_fluent_brightness_low_48_filled:before {
    content: "\e215";
}
.icon-ic_fluent_building_government_20_filled:before {
    content: "\e230";
}
.icon-ic_fluent_building_multiple_20_filled:before {
    content: "\e237";
}
.icon-ic_fluent_chat_dismiss_20_filled:before {
    content: "\e301";
}
.icon-ic_fluent_chat_dismiss_24_filled:before {
    content: "\e302";
}
.icon-ic_fluent_cube_tree_20_filled:before {
    content: "\e447";
}
.icon-ic_fluent_cube_tree_24_filled:before {
    content: "\e448";
}
.icon-ic_fluent_draw_image_20_filled:before {
    content: "\e57f";
}
.icon-ic_fluent_draw_image_24_filled:before {
    content: "\e580";
}
.icon-ic_fluent_draw_shape_20_filled:before {
    content: "\e581";
}
.icon-ic_fluent_draw_text_20_filled:before {
    content: "\e583";
}
.icon-ic_fluent_drawer_add_20_filled:before {
    content: "\e585";
}
.icon-ic_fluent_drawer_add_24_filled:before {
    content: "\e586";
}
.icon-ic_fluent_drawer_arrow_download_20_filled:before {
    content: "\e587";
}
.icon-ic_fluent_drawer_arrow_download_24_filled:before {
    content: "\e588";
}
.icon-ic_fluent_drawer_dismiss_20_filled:before {
    content: "\e589";
}
.icon-ic_fluent_drawer_dismiss_24_filled:before {
    content: "\e58a";
}
.icon-ic_fluent_drawer_play_20_filled:before {
    content: "\e58b";
}
.icon-ic_fluent_drawer_play_24_filled:before {
    content: "\e58c";
}
.icon-ic_fluent_drawer_subtract_20_filled:before {
    content: "\e58d";
}
.icon-ic_fluent_drawer_subtract_24_filled:before {
    content: "\e58e";
}
.icon-ic_fluent_emoji_28_filled:before {
    content: "\e5d1";
}
.icon-ic_fluent_emoji_32_filled:before {
    content: "\e5d2";
}
.icon-ic_fluent_emoji_48_filled:before {
    content: "\e5d3";
}
.icon-ic_fluent_emoji_sparkle_16_filled:before {
    content: "\e5e6";
}
.icon-ic_fluent_emoji_sparkle_20_filled:before {
    content: "\e5e7";
}
.icon-ic_fluent_emoji_sparkle_24_filled:before {
    content: "\e5e8";
}
.icon-ic_fluent_emoji_sparkle_28_filled:before {
    content: "\e5e9";
}
.icon-ic_fluent_emoji_sparkle_32_filled:before {
    content: "\e5ea";
}
.icon-ic_fluent_emoji_sparkle_48_filled:before {
    content: "\e5eb";
}
.icon-ic_fluent_flip_horizontal_16_filled:before {
    content: "\e638";
}
.icon-ic_fluent_flip_horizontal_20_filled:before {
    content: "\e639";
}
.icon-ic_fluent_flip_horizontal_28_filled:before {
    content: "\e63b";
}
.icon-ic_fluent_flip_horizontal_32_filled:before {
    content: "\e63c";
}
.icon-ic_fluent_flip_horizontal_48_filled:before {
    content: "\e63d";
}
.icon-ic_fluent_flip_vertical_16_filled:before {
    content: "\e63e";
}
.icon-ic_fluent_flip_vertical_20_filled:before {
    content: "\e63f";
}
.icon-ic_fluent_flip_vertical_28_filled:before {
    content: "\e641";
}
.icon-ic_fluent_flip_vertical_32_filled:before {
    content: "\e642";
}
.icon-ic_fluent_flip_vertical_48_filled:before {
    content: "\e643";
}
.icon-ic_fluent_food_grains_20_filled:before {
    content: "\e67b";
}
.icon-ic_fluent_food_grains_24_filled:before {
    content: "\e67c";
}
.icon-ic_fluent_gift_card_arrow_right_20_filled:before {
    content: "\e6ab";
}
.icon-ic_fluent_gift_card_arrow_right_24_filled:before {
    content: "\e6ac";
}
.icon-ic_fluent_heart_32_filled:before {
    content: "\e708";
}
.icon-ic_fluent_heart_48_filled:before {
    content: "\e709";
}
.icon-ic_fluent_link_12_filled:before {
    content: "\e77e";
}
.icon-ic_fluent_link_32_filled:before {
    content: "\e77f";
}
.icon-ic_fluent_luggage_28_filled:before {
    content: "\e7ab";
}
.icon-ic_fluent_luggage_32_filled:before {
    content: "\e7ac";
}
.icon-ic_fluent_luggage_48_filled:before {
    content: "\e7ad";
}
.icon-ic_fluent_money_hand_20_filled:before {
    content: "\e82a";
}
.icon-ic_fluent_money_hand_24_filled:before {
    content: "\e82b";
}
.icon-ic_fluent_next_28_filled:before {
    content: "\e875";
}
.icon-ic_fluent_next_32_filled:before {
    content: "\e876";
}
.icon-ic_fluent_next_48_filled:before {
    content: "\e877";
}
.icon-ic_fluent_people_list_28_filled:before {
    content: "\e910";
}
.icon-ic_fluent_previous_28_filled:before {
    content: "\e9d1";
}
.icon-ic_fluent_previous_32_filled:before {
    content: "\e9d2";
}
.icon-ic_fluent_previous_48_filled:before {
    content: "\e9d3";
}
.icon-ic_fluent_question_circle_32_filled:before {
    content: "\e9f6";
}
.icon-ic_fluent_text_paragraph_16_filled:before {
    content: "\ed41";
}
.icon-ic_fluent_vehicle_car_collision_28_filled:before {
    content: "\eddd";
}
.icon-ic_fluent_vehicle_car_collision_32_filled:before {
    content: "\edde";
}
.icon-ic_fluent_video_clip_multiple_16_filled:before {
    content: "\ee00";
}
.icon-ic_fluent_video_clip_multiple_20_filled:before {
    content: "\ee01";
}
.icon-ic_fluent_video_clip_multiple_24_filled:before {
    content: "\ee02";
}
.icon-ic_fluent_wallet_28_filled:before {
    content: "\ee2e";
}
.icon-ic_fluent_wallet_32_filled:before {
    content: "\ee2f";
}
.icon-ic_fluent_wallet_48_filled:before {
    content: "\ee30";
}
.icon-ic_fluent_weather_sunny_28_filled:before {
    content: "\ee4d";
}
.icon-ic_fluent_wrench_screwdriver_20_filled:before {
    content: "\ee87";
}
.icon-ic_fluent_wrench_screwdriver_24_filled:before {
    content: "\ee88";
}
.icon-ic_fluent_arrow_between_down_20_filled:before {
    content: "\e07f";
}
.icon-ic_fluent_arrow_between_down_24_filled:before {
    content: "\e080";
}
.icon-ic_fluent_arrow_redo_28_filled:before {
    content: "\e0e5";
}
.icon-ic_fluent_arrow_sync_checkmark_20_filled:before {
    content: "\e111";
}
.icon-ic_fluent_arrow_sync_checkmark_24_filled:before {
    content: "\e112";
}
.icon-ic_fluent_arrow_sync_dismiss_20_filled:before {
    content: "\e113";
}
.icon-ic_fluent_arrow_sync_dismiss_24_filled:before {
    content: "\e114";
}
.icon-ic_fluent_calculator_arrow_clockwise_20_filled:before {
    content: "\e248";
}
.icon-ic_fluent_calculator_arrow_clockwise_24_filled:before {
    content: "\e249";
}
.icon-ic_fluent_calendar_arrow_down_20_filled:before {
    content: "\e24f";
}
.icon-ic_fluent_calendar_arrow_right_24_filled:before {
    content: "\e252";
}
.icon-ic_fluent_calendar_error_20_filled:before {
    content: "\e25d";
}
.icon-ic_fluent_calendar_mail_20_filled:before {
    content: "\e268";
}
.icon-ic_fluent_calendar_week_numbers_20_filled:before {
    content: "\e281";
}
.icon-ic_fluent_call_add_20_filled:before {
    content: "\e28a";
}
.icon-ic_fluent_camera_off_20_filled:before {
    content: "\e2b4";
}
.icon-ic_fluent_cellular_off_20_filled:before {
    content: "\e2c8";
}
.icon-ic_fluent_chevron_circle_down_32_filled:before {
    content: "\e327";
}
.icon-ic_fluent_chevron_circle_up_32_filled:before {
    content: "\e33c";
}
.icon-ic_fluent_circle_48_filled:before {
    content: "\e348";
}
.icon-ic_fluent_clock_pause_20_filled:before {
    content: "\e389";
}
.icon-ic_fluent_clock_pause_24_filled:before {
    content: "\e38a";
}
.icon-ic_fluent_diamond_16_filled:before {
    content: "\e4c6";
}
.icon-ic_fluent_diamond_20_filled:before {
    content: "\e4c7";
}
.icon-ic_fluent_diamond_24_filled:before {
    content: "\e4c8";
}
.icon-ic_fluent_diamond_28_filled:before {
    content: "\e4c9";
}
.icon-ic_fluent_diamond_48_filled:before {
    content: "\e4cb";
}
.icon-ic_fluent_door_28_filled:before {
    content: "\e56f";
}
.icon-ic_fluent_door_arrow_right_28_filled:before {
    content: "\e575";
}
.icon-ic_fluent_immersive_reader_28_filled:before {
    content: "\e741";
}
.icon-ic_fluent_key_reset_20_filled:before {
    content: "\e754";
}
.icon-ic_fluent_key_reset_24_filled:before {
    content: "\e755";
}
.icon-ic_fluent_lightbulb_filament_48_filled:before {
    content: "\e772";
}
.icon-ic_fluent_line_20_filled:before {
    content: "\e773";
}
.icon-ic_fluent_line_24_filled:before {
    content: "\e774";
}
.icon-ic_fluent_line_48_filled:before {
    content: "\e776";
}
.icon-ic_fluent_line_dashes_20_filled:before {
    content: "\e777";
}
.icon-ic_fluent_line_dashes_24_filled:before {
    content: "\e778";
}
.icon-ic_fluent_line_dashes_48_filled:before {
    content: "\e77a";
}
.icon-ic_fluent_mail_arrow_up_16_filled:before {
    content: "\e7b9";
}
.icon-ic_fluent_notepad_person_16_filled:before {
    content: "\e88f";
}
.icon-ic_fluent_oval_16_filled:before {
    content: "\e8af";
}
.icon-ic_fluent_oval_20_filled:before {
    content: "\e8b0";
}
.icon-ic_fluent_oval_24_filled:before {
    content: "\e8b1";
}
.icon-ic_fluent_oval_28_filled:before {
    content: "\e8b2";
}
.icon-ic_fluent_oval_48_filled:before {
    content: "\e8b4";
}
.icon-ic_fluent_pentagon_48_filled:before {
    content: "\e8fc";
}
.icon-ic_fluent_people_add_28_filled:before {
    content: "\e900";
}
.icon-ic_fluent_people_list_24_filled:before {
    content: "\e90f";
}
.icon-ic_fluent_people_queue_20_filled:before {
    content: "\e917";
}
.icon-ic_fluent_people_queue_24_filled:before {
    content: "\e918";
}
.icon-ic_fluent_people_settings_28_filled:before {
    content: "\e91b";
}
.icon-ic_fluent_print_28_filled:before {
    content: "\e9d4";
}
.icon-ic_fluent_rhombus_16_filled:before {
    content: "\ea27";
}
.icon-ic_fluent_rhombus_20_filled:before {
    content: "\ea28";
}
.icon-ic_fluent_rhombus_24_filled:before {
    content: "\ea29";
}
.icon-ic_fluent_rhombus_28_filled:before {
    content: "\ea2a";
}
.icon-ic_fluent_rhombus_48_filled:before {
    content: "\ea2c";
}
.icon-ic_fluent_screen_search_20_filled:before {
    content: "\ea81";
}
.icon-ic_fluent_screen_search_24_filled:before {
    content: "\ea82";
}
.icon-ic_fluent_settings_chat_20_filled:before {
    content: "\ea9f";
}
.icon-ic_fluent_settings_chat_24_filled:before {
    content: "\eaa0";
}
.icon-ic_fluent_share_screen_person_p_16_filled:before {
    content: "\eabf";
}
.icon-ic_fluent_share_screen_person_p_20_filled:before {
    content: "\eac0";
}
.icon-ic_fluent_share_screen_person_p_24_filled:before {
    content: "\eac1";
}
.icon-ic_fluent_share_screen_person_p_28_filled:before {
    content: "\eac2";
}
.icon-ic_fluent_slide_add_16_filled:before {
    content: "\eb16";
}
.icon-ic_fluent_slide_add_20_filled:before {
    content: "\eb17";
}
.icon-ic_fluent_slide_add_28_filled:before {
    content: "\eb18";
}
.icon-ic_fluent_slide_add_32_filled:before {
    content: "\eb19";
}
.icon-ic_fluent_slide_add_48_filled:before {
    content: "\eb1a";
}
.icon-ic_fluent_slide_arrow_right_20_filled:before {
    content: "\eb1b";
}
.icon-ic_fluent_slide_arrow_right_24_filled:before {
    content: "\eb1c";
}
.icon-ic_fluent_sound_wave_circle_24_filled:before {
    content: "\eb39";
}
.icon-ic_fluent_square_48_filled:before {
    content: "\eb82";
}
.icon-ic_fluent_star_48_filled:before {
    content: "\eba8";
}
.icon-ic_fluent_star_add_28_filled:before {
    content: "\eba9";
}
.icon-ic_fluent_star_dismiss_16_filled:before {
    content: "\ebad";
}
.icon-ic_fluent_star_dismiss_20_filled:before {
    content: "\ebae";
}
.icon-ic_fluent_star_dismiss_24_filled:before {
    content: "\ebaf";
}
.icon-ic_fluent_star_dismiss_28_filled:before {
    content: "\ebb0";
}
.icon-ic_fluent_star_edit_20_filled:before {
    content: "\ebb1";
}
.icon-ic_fluent_star_settings_20_filled:before {
    content: "\ebb8";
}
.icon-ic_fluent_triangle_48_filled:before {
    content: "\eda8";
}
.icon-ic_fluent_trophy_28_filled:before {
    content: "\edb8";
}
.icon-ic_fluent_trophy_32_filled:before {
    content: "\edb9";
}
.icon-ic_fluent_trophy_48_filled:before {
    content: "\edba";
}
.icon-ic_fluent_trophy_off_16_filled:before {
    content: "\edbb";
}
.icon-ic_fluent_trophy_off_20_filled:before {
    content: "\edbc";
}
.icon-ic_fluent_trophy_off_24_filled:before {
    content: "\edbd";
}
.icon-ic_fluent_trophy_off_28_filled:before {
    content: "\edbe";
}
.icon-ic_fluent_trophy_off_32_filled:before {
    content: "\edbf";
}
.icon-ic_fluent_trophy_off_48_filled:before {
    content: "\edc0";
}
.icon-ic_fluent_window_28_filled:before {
    content: "\ee5f";
}
.icon-ic_fluent_window_32_filled:before {
    content: "\ee60";
}
.icon-ic_fluent_window_48_filled:before {
    content: "\ee61";
}
.icon-ic_fluent_window_apps_16_filled:before {
    content: "\ee64";
}
.icon-ic_fluent_window_apps_20_filled:before {
    content: "\ee65";
}
.icon-ic_fluent_window_apps_24_filled:before {
    content: "\ee66";
}
.icon-ic_fluent_window_apps_28_filled:before {
    content: "\ee67";
}
.icon-ic_fluent_window_apps_32_filled:before {
    content: "\ee68";
}
.icon-ic_fluent_window_apps_48_filled:before {
    content: "\ee69";
}
.icon-ic_fluent_window_wrench_16_filled:before {
    content: "\ee7f";
}
.icon-ic_fluent_window_wrench_20_filled:before {
    content: "\ee80";
}
.icon-ic_fluent_window_wrench_24_filled:before {
    content: "\ee81";
}
.icon-ic_fluent_window_wrench_28_filled:before {
    content: "\ee82";
}
.icon-ic_fluent_window_wrench_32_filled:before {
    content: "\ee83";
}
.icon-ic_fluent_window_wrench_48_filled:before {
    content: "\ee84";
}
.icon-ic_fluent_arrow_down_left_32_filled:before {
    content: "\e0bc";
}
.icon-ic_fluent_arrow_down_left_48_filled:before {
    content: "\e0bd";
}
.icon-ic_fluent_arrow_maximize_48_filled:before {
    content: "\e0d9";
}
.icon-ic_fluent_arrow_maximize_vertical_48_filled:before {
    content: "\e0da";
}
.icon-ic_fluent_arrow_outline_up_right_48_filled:before {
    content: "\e0e1";
}
.icon-ic_fluent_arrow_up_left_48_filled:before {
    content: "\e12d";
}
.icon-ic_fluent_arrow_up_right_48_filled:before {
    content: "\e131";
}
.icon-ic_fluent_book_arrow_clockwise_20_filled:before {
    content: "\e176";
}
.icon-ic_fluent_book_arrow_clockwise_24_filled:before {
    content: "\e177";
}
.icon-ic_fluent_box_arrow_left_20_filled:before {
    content: "\e1d1";
}
.icon-ic_fluent_box_arrow_left_24_filled:before {
    content: "\e1d2";
}
.icon-ic_fluent_box_arrow_up_20_filled:before {
    content: "\e1d3";
}
.icon-ic_fluent_box_arrow_up_24_filled:before {
    content: "\e1d4";
}
.icon-ic_fluent_box_checkmark_20_filled:before {
    content: "\e1d5";
}
.icon-ic_fluent_box_checkmark_24_filled:before {
    content: "\e1d6";
}
.icon-ic_fluent_box_multiple_20_filled:before {
    content: "\e1db";
}
.icon-ic_fluent_box_multiple_24_filled:before {
    content: "\e1dc";
}
.icon-ic_fluent_box_multiple_arrow_left_20_filled:before {
    content: "\e1dd";
}
.icon-ic_fluent_box_multiple_arrow_left_24_filled:before {
    content: "\e1de";
}
.icon-ic_fluent_box_multiple_arrow_right_20_filled:before {
    content: "\e1df";
}
.icon-ic_fluent_box_multiple_arrow_right_24_filled:before {
    content: "\e1e0";
}
.icon-ic_fluent_box_multiple_checkmark_20_filled:before {
    content: "\e1e1";
}
.icon-ic_fluent_box_multiple_checkmark_24_filled:before {
    content: "\e1e2";
}
.icon-ic_fluent_box_multiple_search_20_filled:before {
    content: "\e1e3";
}
.icon-ic_fluent_box_multiple_search_24_filled:before {
    content: "\e1e4";
}
.icon-ic_fluent_box_search_20_filled:before {
    content: "\e1e5";
}
.icon-ic_fluent_box_search_24_filled:before {
    content: "\e1e6";
}
.icon-ic_fluent_cellular_warning_20_filled:before {
    content: "\e2ca";
}
.icon-ic_fluent_chart_multiple_20_filled:before {
    content: "\e2f1";
}
.icon-ic_fluent_chart_multiple_24_filled:before {
    content: "\e2f2";
}
.icon-ic_fluent_checkbox_arrow_right_20_filled:before {
    content: "\e30e";
}
.icon-ic_fluent_checkbox_warning_20_filled:before {
    content: "\e317";
}
.icon-ic_fluent_clock_toolbox_20_filled:before {
    content: "\e38b";
}
.icon-ic_fluent_clock_toolbox_24_filled:before {
    content: "\e38c";
}
.icon-ic_fluent_cube_multiple_20_filled:before {
    content: "\e43e";
}
.icon-ic_fluent_cube_multiple_24_filled:before {
    content: "\e43f";
}
.icon-ic_fluent_desktop_toolbox_20_filled:before {
    content: "\e4b6";
}
.icon-ic_fluent_desktop_toolbox_24_filled:before {
    content: "\e4b7";
}
.icon-ic_fluent_document_bullet_list_multiple_20_filled:before {
    content: "\e4f7";
}
.icon-ic_fluent_document_bullet_list_multiple_24_filled:before {
    content: "\e4f8";
}
.icon-ic_fluent_document_queue_20_filled:before {
    content: "\e53f";
}
.icon-ic_fluent_document_queue_24_filled:before {
    content: "\e540";
}
.icon-ic_fluent_document_queue_add_20_filled:before {
    content: "\e541";
}
.icon-ic_fluent_document_queue_add_24_filled:before {
    content: "\e542";
}
.icon-ic_fluent_document_queue_multiple_20_filled:before {
    content: "\e543";
}
.icon-ic_fluent_document_queue_multiple_24_filled:before {
    content: "\e544";
}
.icon-ic_fluent_document_table_cube_20_filled:before {
    content: "\e55d";
}
.icon-ic_fluent_document_table_cube_24_filled:before {
    content: "\e55e";
}
.icon-ic_fluent_document_table_truck_20_filled:before {
    content: "\e561";
}
.icon-ic_fluent_document_table_truck_24_filled:before {
    content: "\e562";
}
.icon-ic_fluent_document_text_toolbox_20_filled:before {
    content: "\e56b";
}
.icon-ic_fluent_document_text_toolbox_24_filled:before {
    content: "\e56c";
}
.icon-ic_fluent_equal_circle_20_filled:before {
    content: "\e5ee";
}
.icon-ic_fluent_equal_circle_24_filled:before {
    content: "\e5ef";
}
.icon-ic_fluent_gift_card_money_20_filled:before {
    content: "\e6ad";
}
.icon-ic_fluent_gift_card_money_24_filled:before {
    content: "\e6ae";
}
.icon-ic_fluent_gift_card_multiple_20_filled:before {
    content: "\e6af";
}
.icon-ic_fluent_gift_card_multiple_24_filled:before {
    content: "\e6b0";
}
.icon-ic_fluent_image_multiple_32_filled:before {
    content: "\e735";
}
.icon-ic_fluent_image_multiple_48_filled:before {
    content: "\e736";
}
.icon-ic_fluent_mail_alert_28_filled:before {
    content: "\e7b0";
}
.icon-ic_fluent_puzzle_piece_shield_20_filled:before {
    content: "\e9f3";
}
.icon-ic_fluent_ribbon_12_filled:before {
    content: "\ea2d";
}
.icon-ic_fluent_ribbon_off_12_filled:before {
    content: "\ea32";
}
.icon-ic_fluent_ribbon_off_16_filled:before {
    content: "\ea33";
}
.icon-ic_fluent_ribbon_off_20_filled:before {
    content: "\ea34";
}
.icon-ic_fluent_ribbon_off_24_filled:before {
    content: "\ea35";
}
.icon-ic_fluent_ribbon_off_32_filled:before {
    content: "\ea36";
}
.icon-ic_fluent_share_28_filled:before {
    content: "\eab0";
}
.icon-ic_fluent_shopping_bag_arrow_left_20_filled:before {
    content: "\eaf3";
}
.icon-ic_fluent_shopping_bag_arrow_left_24_filled:before {
    content: "\eaf4";
}
.icon-ic_fluent_shopping_bag_play_20_filled:before {
    content: "\eafb";
}
.icon-ic_fluent_shopping_bag_play_24_filled:before {
    content: "\eafc";
}
.icon-ic_fluent_square_24_filled:before {
    content: "\eb7f";
}
.icon-ic_fluent_square_28_filled:before {
    content: "\eb80";
}
.icon-ic_fluent_square_hint_16_filled:before {
    content: "\eb8e";
}
.icon-ic_fluent_square_hint_28_filled:before {
    content: "\eb91";
}
.icon-ic_fluent_square_hint_32_filled:before {
    content: "\eb92";
}
.icon-ic_fluent_square_hint_48_filled:before {
    content: "\eb93";
}
.icon-ic_fluent_square_hint_apps_20_filled:before {
    content: "\eb94";
}
.icon-ic_fluent_square_hint_apps_24_filled:before {
    content: "\eb95";
}
.icon-ic_fluent_square_hint_sparkles_16_filled:before {
    content: "\eb98";
}
.icon-ic_fluent_square_hint_sparkles_20_filled:before {
    content: "\eb99";
}
.icon-ic_fluent_square_hint_sparkles_24_filled:before {
    content: "\eb9a";
}
.icon-ic_fluent_square_hint_sparkles_28_filled:before {
    content: "\eb9b";
}
.icon-ic_fluent_square_hint_sparkles_32_filled:before {
    content: "\eb9c";
}
.icon-ic_fluent_square_hint_sparkles_48_filled:before {
    content: "\eb9d";
}
.icon-ic_fluent_tablet_12_filled:before {
    content: "\ec63";
}
.icon-ic_fluent_tablet_16_filled:before {
    content: "\ec64";
}
.icon-ic_fluent_tablet_32_filled:before {
    content: "\ec65";
}
.icon-ic_fluent_tablet_48_filled:before {
    content: "\ec66";
}
.icon-ic_fluent_tag_reset_20_filled:before {
    content: "\ec84";
}
.icon-ic_fluent_tag_reset_24_filled:before {
    content: "\ec85";
}
.icon-ic_fluent_tag_search_20_filled:before {
    content: "\ec86";
}
.icon-ic_fluent_tag_search_24_filled:before {
    content: "\ec87";
}
.icon-ic_fluent_tap_double_32_filled:before {
    content: "\ec89";
}
.icon-ic_fluent_tap_double_48_filled:before {
    content: "\ec8a";
}
.icon-ic_fluent_tap_single_32_filled:before {
    content: "\ec8c";
}
.icon-ic_fluent_tap_single_48_filled:before {
    content: "\ec8d";
}
.icon-ic_fluent_timer_12_filled:before {
    content: "\ed85";
}
.icon-ic_fluent_timer_28_filled:before {
    content: "\ed89";
}
.icon-ic_fluent_timer_32_filled:before {
    content: "\ed8c";
}
.icon-ic_fluent_timer_48_filled:before {
    content: "\ed8d";
}
.icon-ic_fluent_board_heart_16_filled:before {
    content: "\e16a";
}
.icon-ic_fluent_board_heart_20_filled:before {
    content: "\e16b";
}
.icon-ic_fluent_board_heart_24_filled:before {
    content: "\e16c";
}
.icon-ic_fluent_braces_24_filled:before {
    content: "\e1ea";
}
.icon-ic_fluent_breakout_room_24_filled:before {
    content: "\e1fa";
}
.icon-ic_fluent_breakout_room_28_filled:before {
    content: "\e1fb";
}
.icon-ic_fluent_chat_warning_20_filled:before {
    content: "\e308";
}
.icon-ic_fluent_checkbox_person_16_filled:before {
    content: "\e314";
}
.icon-ic_fluent_checkbox_person_20_filled:before {
    content: "\e315";
}
.icon-ic_fluent_chevron_circle_down_12_filled:before {
    content: "\e322";
}
.icon-ic_fluent_chevron_circle_down_16_filled:before {
    content: "\e323";
}
.icon-ic_fluent_chevron_circle_down_20_filled:before {
    content: "\e324";
}
.icon-ic_fluent_chevron_circle_down_28_filled:before {
    content: "\e326";
}
.icon-ic_fluent_chevron_circle_down_48_filled:before {
    content: "\e328";
}
.icon-ic_fluent_chevron_circle_left_12_filled:before {
    content: "\e329";
}
.icon-ic_fluent_chevron_circle_left_16_filled:before {
    content: "\e32a";
}
.icon-ic_fluent_chevron_circle_left_20_filled:before {
    content: "\e32b";
}
.icon-ic_fluent_chevron_circle_left_24_filled:before {
    content: "\e32c";
}
.icon-ic_fluent_chevron_circle_left_28_filled:before {
    content: "\e32d";
}
.icon-ic_fluent_chevron_circle_left_32_filled:before {
    content: "\e32e";
}
.icon-ic_fluent_chevron_circle_left_48_filled:before {
    content: "\e32f";
}
.icon-ic_fluent_chevron_circle_right_16_filled:before {
    content: "\e331";
}
.icon-ic_fluent_chevron_circle_right_20_filled:before {
    content: "\e332";
}
.icon-ic_fluent_chevron_circle_right_28_filled:before {
    content: "\e334";
}
.icon-ic_fluent_chevron_circle_right_32_filled:before {
    content: "\e335";
}
.icon-ic_fluent_chevron_circle_right_48_filled:before {
    content: "\e336";
}
.icon-ic_fluent_chevron_circle_up_12_filled:before {
    content: "\e337";
}
.icon-ic_fluent_chevron_circle_up_16_filled:before {
    content: "\e338";
}
.icon-ic_fluent_chevron_circle_up_20_filled:before {
    content: "\e339";
}
.icon-ic_fluent_chevron_circle_up_24_filled:before {
    content: "\e33a";
}
.icon-ic_fluent_chevron_circle_up_28_filled:before {
    content: "\e33b";
}
.icon-ic_fluent_chevron_circle_up_48_filled:before {
    content: "\e33d";
}
.icon-ic_fluent_circle_edit_20_filled:before {
    content: "\e349";
}
.icon-ic_fluent_circle_line_20_filled:before {
    content: "\e34f";
}
.icon-ic_fluent_circle_off_20_filled:before {
    content: "\e352";
}
.icon-ic_fluent_class_20_filled:before {
    content: "\e354";
}
.icon-ic_fluent_clipboard_data_bar_20_filled:before {
    content: "\e364";
}
.icon-ic_fluent_clipboard_data_bar_24_filled:before {
    content: "\e365";
}
.icon-ic_fluent_clipboard_image_20_filled:before {
    content: "\e36b";
}
.icon-ic_fluent_clipboard_more_20_filled:before {
    content: "\e36d";
}
.icon-ic_fluent_clock_dismiss_20_filled:before {
    content: "\e387";
}
.icon-ic_fluent_comment_dismiss_20_filled:before {
    content: "\e3f9";
}
.icon-ic_fluent_comment_error_24_filled:before {
    content: "\e3fe";
}
.icon-ic_fluent_comment_note_20_filled:before {
    content: "\e40a";
}
.icon-ic_fluent_convert_range_20_filled:before {
    content: "\e429";
}
.icon-ic_fluent_copy_add_20_filled:before {
    content: "\e42b";
}
.icon-ic_fluent_copy_arrow_right_20_filled:before {
    content: "\e42e";
}
.icon-ic_fluent_couch_20_filled:before {
    content: "\e432";
}
.icon-ic_fluent_crop_interim_20_filled:before {
    content: "\e438";
}
.icon-ic_fluent_crop_interim_off_20_filled:before {
    content: "\e439";
}
.icon-ic_fluent_cube_sync_20_filled:before {
    content: "\e445";
}
.icon-ic_fluent_dark_theme_20_filled:before {
    content: "\e45e";
}
.icon-ic_fluent_data_area_20_filled:before {
    content: "\e45f";
}
.icon-ic_fluent_data_bar_vertical_add_20_filled:before {
    content: "\e460";
}
.icon-ic_fluent_data_funnel_20_filled:before {
    content: "\e462";
}
.icon-ic_fluent_data_histogram_20_filled:before {
    content: "\e463";
}
.icon-ic_fluent_data_scatter_20_filled:before {
    content: "\e465";
}
.icon-ic_fluent_data_sunburst_20_filled:before {
    content: "\e466";
}
.icon-ic_fluent_data_treemap_20_filled:before {
    content: "\e467";
}
.icon-ic_fluent_data_waterfall_20_filled:before {
    content: "\e470";
}
.icon-ic_fluent_data_whisker_20_filled:before {
    content: "\e471";
}
.icon-ic_fluent_document_lock_16_filled:before {
    content: "\e520";
}
.icon-ic_fluent_document_lock_20_filled:before {
    content: "\e521";
}
.icon-ic_fluent_document_lock_24_filled:before {
    content: "\e522";
}
.icon-ic_fluent_document_lock_28_filled:before {
    content: "\e523";
}
.icon-ic_fluent_document_lock_32_filled:before {
    content: "\e524";
}
.icon-ic_fluent_document_lock_48_filled:before {
    content: "\e525";
}
.icon-ic_fluent_eyedropper_off_20_filled:before {
    content: "\e60c";
}
.icon-ic_fluent_eyedropper_off_24_filled:before {
    content: "\e60d";
}
.icon-ic_fluent_globe_person_20_filled:before {
    content: "\e6c4";
}
.icon-ic_fluent_mail_open_person_20_filled:before {
    content: "\e7da";
}
.icon-ic_fluent_mail_open_person_24_filled:before {
    content: "\e7db";
}
.icon-ic_fluent_resize_24_filled:before {
    content: "\ea1b";
}
.icon-ic_fluent_resize_image_20_filled:before {
    content: "\ea1c";
}
.icon-ic_fluent_scan_camera_16_filled:before {
    content: "\ea5d";
}
.icon-ic_fluent_scan_camera_20_filled:before {
    content: "\ea5e";
}
.icon-ic_fluent_scan_camera_24_filled:before {
    content: "\ea5f";
}
.icon-ic_fluent_scan_camera_28_filled:before {
    content: "\ea60";
}
.icon-ic_fluent_scan_camera_48_filled:before {
    content: "\ea61";
}
.icon-ic_fluent_style_guide_20_filled:before {
    content: "\ebc3";
}
.icon-ic_fluent_tab_desktop_16_filled:before {
    content: "\ebe3";
}
.icon-ic_fluent_tab_desktop_24_filled:before {
    content: "\ebe4";
}
.icon-ic_fluent_tab_desktop_bottom_20_filled:before {
    content: "\ebe6";
}
.icon-ic_fluent_approvals_app_32_filled:before {
    content: "\e061";
}
.icon-ic_fluent_arrow_export_rtl_24_filled:before {
    content: "\e0ca";
}
.icon-ic_fluent_arrow_sort_down_lines_20_filled:before {
    content: "\e0f1";
}
.icon-ic_fluent_arrow_step_in_20_filled:before {
    content: "\e0fc";
}
.icon-ic_fluent_arrow_step_in_24_filled:before {
    content: "\e0fd";
}
.icon-ic_fluent_battery_10_24_filled:before {
    content: "\e14f";
}
.icon-ic_fluent_bezier_curve_square_20_filled:before {
    content: "\e15b";
}
.icon-ic_fluent_border_none_24_filled:before {
    content: "\e1bd";
}
.icon-ic_fluent_calendar_pattern_16_filled:before {
    content: "\e26c";
}
.icon-ic_fluent_caret_down_right_12_filled:before {
    content: "\e2b7";
}
.icon-ic_fluent_caret_down_right_16_filled:before {
    content: "\e2b8";
}
.icon-ic_fluent_caret_down_right_20_filled:before {
    content: "\e2b9";
}
.icon-ic_fluent_caret_down_right_24_filled:before {
    content: "\e2ba";
}
.icon-ic_fluent_cellular_off_24_filled:before {
    content: "\e2c9";
}
.icon-ic_fluent_eye_12_filled:before {
    content: "\e5fd";
}
.icon-ic_fluent_eye_16_filled:before {
    content: "\e5fe";
}
.icon-ic_fluent_eye_20_filled:before {
    content: "\e5ff";
}
.icon-ic_fluent_eye_24_filled:before {
    content: "\e600";
}
.icon-ic_fluent_eye_off_20_filled:before {
    content: "\e602";
}
.icon-ic_fluent_eye_off_24_filled:before {
    content: "\e603";
}
.icon-ic_fluent_eye_tracking_16_filled:before {
    content: "\e604";
}
.icon-ic_fluent_eye_tracking_20_filled:before {
    content: "\e605";
}
.icon-ic_fluent_eye_tracking_24_filled:before {
    content: "\e606";
}
.icon-ic_fluent_flash_20_filled:before {
    content: "\e625";
}
.icon-ic_fluent_flash_24_filled:before {
    content: "\e626";
}
.icon-ic_fluent_hdr_off_24_filled:before {
    content: "\e6fa";
}
.icon-ic_fluent_mic_16_filled:before {
    content: "\e806";
}
.icon-ic_fluent_mic_20_filled:before {
    content: "\e807";
}
.icon-ic_fluent_mic_24_filled:before {
    content: "\e808";
}
.icon-ic_fluent_mic_28_filled:before {
    content: "\e809";
}
.icon-ic_fluent_mic_32_filled:before {
    content: "\e80a";
}
.icon-ic_fluent_mic_48_filled:before {
    content: "\e80b";
}
.icon-ic_fluent_multiselect_ltr_16_filled:before {
    content: "\e859";
}
.icon-ic_fluent_multiselect_ltr_20_filled:before {
    content: "\e85a";
}
.icon-ic_fluent_multiselect_ltr_24_filled:before {
    content: "\e85b";
}
.icon-ic_fluent_multiselect_rtl_20_filled:before {
    content: "\e85d";
}
.icon-ic_fluent_multiselect_rtl_24_filled:before {
    content: "\e85e";
}
.icon-ic_fluent_panel_left_contract_16_filled:before {
    content: "\e8c2";
}
.icon-ic_fluent_panel_left_contract_20_filled:before {
    content: "\e8c3";
}
.icon-ic_fluent_panel_left_contract_24_filled:before {
    content: "\e8c4";
}
.icon-ic_fluent_person_tag_20_filled:before {
    content: "\e960";
}
.icon-ic_fluent_person_tag_24_filled:before {
    content: "\e961";
}
.icon-ic_fluent_person_tag_28_filled:before {
    content: "\e962";
}
.icon-ic_fluent_person_tag_32_filled:before {
    content: "\e963";
}
.icon-ic_fluent_person_tag_48_filled:before {
    content: "\e964";
}
.icon-ic_fluent_share_screen_start_48_filled:before {
    content: "\eac6";
}
.icon-ic_fluent_shield_lock_24_filled:before {
    content: "\eada";
}
.icon-ic_fluent_shield_lock_28_filled:before {
    content: "\eadb";
}
.icon-ic_fluent_shield_lock_48_filled:before {
    content: "\eadc";
}
.icon-ic_fluent_skip_back_10_24_filled:before {
    content: "\eb05";
}
.icon-ic_fluent_skip_back_10_28_filled:before {
    content: "\eb06";
}
.icon-ic_fluent_skip_back_10_32_filled:before {
    content: "\eb07";
}
.icon-ic_fluent_skip_back_10_48_filled:before {
    content: "\eb08";
}
.icon-ic_fluent_table_stack_below_20_filled:before {
    content: "\ec55";
}
.icon-ic_fluent_textbox_16_filled:before {
    content: "\ed6a";
}
.icon-ic_fluent_textbox_rotate_90_20_filled:before {
    content: "\ed75";
}
.icon-ic_fluent_textbox_rotate_90_24_filled:before {
    content: "\ed76";
}
.icon-ic_fluent_board_games_20_filled:before {
    content: "\e169";
}
.icon-ic_fluent_building_home_16_filled:before {
    content: "\e233";
}
.icon-ic_fluent_building_home_20_filled:before {
    content: "\e234";
}
.icon-ic_fluent_building_home_24_filled:before {
    content: "\e235";
}
.icon-ic_fluent_color_fill_16_filled:before {
    content: "\e3d2";
}
.icon-ic_fluent_color_fill_28_filled:before {
    content: "\e3d3";
}
.icon-ic_fluent_decimal_arrow_left_20_filled:before {
    content: "\e483";
}
.icon-ic_fluent_decimal_arrow_right_20_filled:before {
    content: "\e485";
}
.icon-ic_fluent_delete_arrow_back_20_filled:before {
    content: "\e489";
}
.icon-ic_fluent_delete_dismiss_20_filled:before {
    content: "\e48a";
}
.icon-ic_fluent_desktop_edit_20_filled:before {
    content: "\e49c";
}
.icon-ic_fluent_desktop_edit_24_filled:before {
    content: "\e49d";
}
.icon-ic_fluent_desktop_mac_20_filled:before {
    content: "\e4a5";
}
.icon-ic_fluent_desktop_mac_24_filled:before {
    content: "\e4a6";
}
.icon-ic_fluent_desktop_sync_20_filled:before {
    content: "\e4b4";
}
.icon-ic_fluent_desktop_sync_24_filled:before {
    content: "\e4b5";
}
.icon-ic_fluent_developer_board_search_24_filled:before {
    content: "\e4bc";
}
.icon-ic_fluent_device_eq_20_filled:before {
    content: "\e4bd";
}
.icon-ic_fluent_diagram_20_filled:before {
    content: "\e4c0";
}
.icon-ic_fluent_dialpad_off_20_filled:before {
    content: "\e4c5";
}
.icon-ic_fluent_dismiss_square_multiple_20_filled:before {
    content: "\e4d3";
}
.icon-ic_fluent_divider_short_16_filled:before {
    content: "\e4d8";
}
.icon-ic_fluent_divider_short_20_filled:before {
    content: "\e4d9";
}
.icon-ic_fluent_dock_20_filled:before {
    content: "\e4dc";
}
.icon-ic_fluent_dock_row_20_filled:before {
    content: "\e4dd";
}
.icon-ic_fluent_document_bullet_list_off_20_filled:before {
    content: "\e4f9";
}
.icon-ic_fluent_document_checkmark_20_filled:before {
    content: "\e4fd";
}
.icon-ic_fluent_document_chevron_double_20_filled:before {
    content: "\e4ff";
}
.icon-ic_fluent_document_css_20_filled:before {
    content: "\e501";
}
.icon-ic_fluent_document_footer_20_filled:before {
    content: "\e509";
}
.icon-ic_fluent_document_footer_dismiss_20_filled:before {
    content: "\e50a";
}
.icon-ic_fluent_document_header_20_filled:before {
    content: "\e50d";
}
.icon-ic_fluent_document_header_arrow_down_20_filled:before {
    content: "\e50f";
}
.icon-ic_fluent_document_header_arrow_down_24_filled:before {
    content: "\e510";
}
.icon-ic_fluent_document_header_dismiss_20_filled:before {
    content: "\e511";
}
.icon-ic_fluent_document_javascript_20_filled:before {
    content: "\e518";
}
.icon-ic_fluent_document_landscape_data_20_filled:before {
    content: "\e51a";
}
.icon-ic_fluent_document_landscape_split_24_filled:before {
    content: "\e51d";
}
.icon-ic_fluent_double_tap_swipe_down_20_filled:before {
    content: "\e57a";
}
.icon-ic_fluent_double_tap_swipe_down_24_filled:before {
    content: "\e57b";
}
.icon-ic_fluent_double_tap_swipe_up_20_filled:before {
    content: "\e57c";
}
.icon-ic_fluent_double_tap_swipe_up_24_filled:before {
    content: "\e57d";
}
.icon-ic_fluent_location_add_16_filled:before {
    content: "\e78b";
}
.icon-ic_fluent_location_add_20_filled:before {
    content: "\e78c";
}
.icon-ic_fluent_location_add_24_filled:before {
    content: "\e78d";
}
.icon-ic_fluent_math_symbols_16_filled:before {
    content: "\e7f3";
}
.icon-ic_fluent_math_symbols_20_filled:before {
    content: "\e7f4";
}
.icon-ic_fluent_math_symbols_24_filled:before {
    content: "\e7f5";
}
.icon-ic_fluent_math_symbols_28_filled:before {
    content: "\e7f6";
}
.icon-ic_fluent_math_symbols_32_filled:before {
    content: "\e7f7";
}
.icon-ic_fluent_math_symbols_48_filled:before {
    content: "\e7f8";
}
.icon-ic_fluent_password_16_filled:before {
    content: "\e8da";
}
.icon-ic_fluent_password_20_filled:before {
    content: "\e8db";
}
.icon-ic_fluent_people_prohibited_24_filled:before {
    content: "\e916";
}
.icon-ic_fluent_sticker_add_20_filled:before {
    content: "\ebbc";
}
.icon-ic_fluent_subtract_square_20_filled:before {
    content: "\ebd3";
}
.icon-ic_fluent_system_20_filled:before {
    content: "\ebde";
}
.icon-ic_fluent_table_add_16_filled:before {
    content: "\ebf2";
}
.icon-ic_fluent_table_add_28_filled:before {
    content: "\ebf4";
}
.icon-ic_fluent_table_cell_edit_16_filled:before {
    content: "\ebfb";
}
.icon-ic_fluent_table_cell_edit_20_filled:before {
    content: "\ebfc";
}
.icon-ic_fluent_table_cell_edit_28_filled:before {
    content: "\ebfe";
}
.icon-ic_fluent_table_cells_merge_16_filled:before {
    content: "\ebff";
}
.icon-ic_fluent_table_cells_merge_28_filled:before {
    content: "\ec00";
}
.icon-ic_fluent_table_cells_split_16_filled:before {
    content: "\ec01";
}
.icon-ic_fluent_table_cells_split_28_filled:before {
    content: "\ec02";
}
.icon-ic_fluent_table_delete_column_16_filled:before {
    content: "\ec05";
}
.icon-ic_fluent_table_delete_column_28_filled:before {
    content: "\ec08";
}
.icon-ic_fluent_table_delete_row_16_filled:before {
    content: "\ec09";
}
.icon-ic_fluent_table_delete_row_28_filled:before {
    content: "\ec0c";
}
.icon-ic_fluent_table_dismiss_16_filled:before {
    content: "\ec0d";
}
.icon-ic_fluent_table_dismiss_28_filled:before {
    content: "\ec10";
}
.icon-ic_fluent_table_edit_16_filled:before {
    content: "\ec11";
}
.icon-ic_fluent_table_edit_20_filled:before {
    content: "\ec12";
}
.icon-ic_fluent_table_edit_28_filled:before {
    content: "\ec13";
}
.icon-ic_fluent_table_freeze_column_16_filled:before {
    content: "\ec14";
}
.icon-ic_fluent_table_freeze_column_20_filled:before {
    content: "\ec15";
}
.icon-ic_fluent_table_freeze_column_28_filled:before {
    content: "\ec16";
}
.icon-ic_fluent_table_freeze_column_and_row_16_filled:before {
    content: "\ec17";
}
.icon-ic_fluent_table_freeze_column_and_row_20_filled:before {
    content: "\ec18";
}
.icon-ic_fluent_table_freeze_column_and_row_28_filled:before {
    content: "\ec1a";
}
.icon-ic_fluent_table_freeze_row_16_filled:before {
    content: "\ec1b";
}
.icon-ic_fluent_table_freeze_row_20_filled:before {
    content: "\ec1c";
}
.icon-ic_fluent_table_freeze_row_28_filled:before {
    content: "\ec1d";
}
.icon-ic_fluent_table_insert_column_16_filled:before {
    content: "\ec1f";
}
.icon-ic_fluent_table_insert_column_20_filled:before {
    content: "\ec20";
}
.icon-ic_fluent_table_insert_column_28_filled:before {
    content: "\ec22";
}
.icon-ic_fluent_table_insert_row_16_filled:before {
    content: "\ec23";
}
.icon-ic_fluent_table_insert_row_20_filled:before {
    content: "\ec24";
}
.icon-ic_fluent_table_insert_row_28_filled:before {
    content: "\ec26";
}
.icon-ic_fluent_table_lightning_16_filled:before {
    content: "\ec27";
}
.icon-ic_fluent_table_lightning_28_filled:before {
    content: "\ec2a";
}
.icon-ic_fluent_table_link_16_filled:before {
    content: "\ec2b";
}
.icon-ic_fluent_table_link_28_filled:before {
    content: "\ec2e";
}
.icon-ic_fluent_table_move_above_16_filled:before {
    content: "\ec2f";
}
.icon-ic_fluent_table_move_above_20_filled:before {
    content: "\ec30";
}
.icon-ic_fluent_table_move_above_28_filled:before {
    content: "\ec32";
}
.icon-ic_fluent_table_move_below_16_filled:before {
    content: "\ec33";
}
.icon-ic_fluent_table_move_below_20_filled:before {
    content: "\ec34";
}
.icon-ic_fluent_table_move_below_28_filled:before {
    content: "\ec36";
}
.icon-ic_fluent_table_move_left_16_filled:before {
    content: "\ec37";
}
.icon-ic_fluent_table_move_left_20_filled:before {
    content: "\ec38";
}
.icon-ic_fluent_table_move_left_28_filled:before {
    content: "\ec39";
}
.icon-ic_fluent_table_move_right_16_filled:before {
    content: "\ec3a";
}
.icon-ic_fluent_table_move_right_20_filled:before {
    content: "\ec3b";
}
.icon-ic_fluent_table_move_right_28_filled:before {
    content: "\ec3c";
}
.icon-ic_fluent_table_resize_column_16_filled:before {
    content: "\ec3e";
}
.icon-ic_fluent_table_resize_column_20_filled:before {
    content: "\ec3f";
}
.icon-ic_fluent_table_resize_column_28_filled:before {
    content: "\ec41";
}
.icon-ic_fluent_table_resize_row_16_filled:before {
    content: "\ec42";
}
.icon-ic_fluent_table_resize_row_20_filled:before {
    content: "\ec43";
}
.icon-ic_fluent_table_resize_row_28_filled:before {
    content: "\ec45";
}
.icon-ic_fluent_table_settings_16_filled:before {
    content: "\ec47";
}
.icon-ic_fluent_table_settings_20_filled:before {
    content: "\ec48";
}
.icon-ic_fluent_table_settings_28_filled:before {
    content: "\ec49";
}
.icon-ic_fluent_table_stack_above_16_filled:before {
    content: "\ec50";
}
.icon-ic_fluent_table_stack_above_28_filled:before {
    content: "\ec53";
}
.icon-ic_fluent_table_stack_below_16_filled:before {
    content: "\ec54";
}
.icon-ic_fluent_table_stack_below_28_filled:before {
    content: "\ec57";
}
.icon-ic_fluent_table_stack_left_16_filled:before {
    content: "\ec58";
}
.icon-ic_fluent_table_stack_left_28_filled:before {
    content: "\ec5b";
}
.icon-ic_fluent_table_stack_right_16_filled:before {
    content: "\ec5c";
}
.icon-ic_fluent_table_stack_right_28_filled:before {
    content: "\ec5f";
}
.icon-ic_fluent_table_switch_16_filled:before {
    content: "\ec60";
}
.icon-ic_fluent_table_switch_20_filled:before {
    content: "\ec61";
}
.icon-ic_fluent_table_switch_28_filled:before {
    content: "\ec62";
}
.icon-ic_fluent_tablet_speaker_20_filled:before {
    content: "\ec67";
}
.icon-ic_fluent_text_align_distributed_evenly_20_filled:before {
    content: "\ecb7";
}
.icon-ic_fluent_text_align_distributed_vertical_20_filled:before {
    content: "\ecb9";
}
.icon-ic_fluent_text_align_justify_low_20_filled:before {
    content: "\ecbb";
}
.icon-ic_fluent_text_continuous_20_filled:before {
    content: "\ecfd";
}
.icon-ic_fluent_textbox_align_bottom_rotate_90_20_filled:before {
    content: "\ed6b";
}
.icon-ic_fluent_textbox_align_middle_rotate_90_20_filled:before {
    content: "\ed6f";
}
.icon-ic_fluent_textbox_align_top_rotate_90_20_filled:before {
    content: "\ed71";
}
.icon-ic_fluent_textbox_more_20_filled:before {
    content: "\ed73";
}
.icon-ic_fluent_video_chat_16_filled:before {
    content: "\edf8";
}
.icon-ic_fluent_video_chat_20_filled:before {
    content: "\edf9";
}
.icon-ic_fluent_video_chat_24_filled:before {
    content: "\edfa";
}
.icon-ic_fluent_arrow_paragraph_20_filled:before {
    content: "\e0e2";
}
.icon-ic_fluent_clipboard_edit_20_filled:before {
    content: "\e367";
}
.icon-ic_fluent_clipboard_note_20_filled:before {
    content: "\e36e";
}
.icon-ic_fluent_document_mention_16_filled:before {
    content: "\e526";
}
.icon-ic_fluent_document_mention_20_filled:before {
    content: "\e527";
}
.icon-ic_fluent_document_mention_24_filled:before {
    content: "\e528";
}
.icon-ic_fluent_document_mention_28_filled:before {
    content: "\e529";
}
.icon-ic_fluent_document_mention_48_filled:before {
    content: "\e52a";
}
.icon-ic_fluent_document_split_hint_off_16_filled:before {
    content: "\e551";
}
.icon-ic_fluent_document_split_hint_off_20_filled:before {
    content: "\e552";
}
.icon-ic_fluent_door_tag_20_filled:before {
    content: "\e576";
}
.icon-ic_fluent_double_swipe_down_20_filled:before {
    content: "\e578";
}
.icon-ic_fluent_double_swipe_up_20_filled:before {
    content: "\e579";
}
.icon-ic_fluent_drag_20_filled:before {
    content: "\e57e";
}
.icon-ic_fluent_drink_to_go_20_filled:before {
    content: "\e594";
}
.icon-ic_fluent_drive_train_20_filled:before {
    content: "\e598";
}
.icon-ic_fluent_dual_screen_add_20_filled:before {
    content: "\e5a1";
}
.icon-ic_fluent_dual_screen_arrow_right_20_filled:before {
    content: "\e5a2";
}
.icon-ic_fluent_dual_screen_arrow_up_20_filled:before {
    content: "\e5a3";
}
.icon-ic_fluent_dual_screen_clock_20_filled:before {
    content: "\e5a5";
}
.icon-ic_fluent_dual_screen_closed_alert_20_filled:before {
    content: "\e5a6";
}
.icon-ic_fluent_dual_screen_desktop_20_filled:before {
    content: "\e5a8";
}
.icon-ic_fluent_dual_screen_dismiss_20_filled:before {
    content: "\e5a9";
}
.icon-ic_fluent_dual_screen_group_20_filled:before {
    content: "\e5ab";
}
.icon-ic_fluent_dual_screen_header_20_filled:before {
    content: "\e5ac";
}
.icon-ic_fluent_dual_screen_lock_20_filled:before {
    content: "\e5ae";
}
.icon-ic_fluent_dual_screen_mirror_20_filled:before {
    content: "\e5af";
}
.icon-ic_fluent_dual_screen_pagination_20_filled:before {
    content: "\e5b0";
}
.icon-ic_fluent_dual_screen_settings_20_filled:before {
    content: "\e5b1";
}
.icon-ic_fluent_dual_screen_span_20_filled:before {
    content: "\e5b2";
}
.icon-ic_fluent_dual_screen_speaker_20_filled:before {
    content: "\e5b4";
}
.icon-ic_fluent_dual_screen_status_bar_20_filled:before {
    content: "\e5b6";
}
.icon-ic_fluent_dual_screen_tablet_20_filled:before {
    content: "\e5b7";
}
.icon-ic_fluent_dual_screen_update_20_filled:before {
    content: "\e5b8";
}
.icon-ic_fluent_dual_screen_vertical_scroll_20_filled:before {
    content: "\e5b9";
}
.icon-ic_fluent_dual_screen_vibrate_20_filled:before {
    content: "\e5ba";
}
.icon-ic_fluent_edit_settings_20_filled:before {
    content: "\e5cf";
}
.icon-ic_fluent_engine_20_filled:before {
    content: "\e5ec";
}
.icon-ic_fluent_eraser_medium_20_filled:before {
    content: "\e5f3";
}
.icon-ic_fluent_eraser_segment_20_filled:before {
    content: "\e5f5";
}
.icon-ic_fluent_eraser_small_20_filled:before {
    content: "\e5f7";
}
.icon-ic_fluent_eraser_tool_20_filled:before {
    content: "\e5f9";
}
.icon-ic_fluent_extended_dock_20_filled:before {
    content: "\e5fc";
}
.icon-ic_fluent_fast_acceleration_20_filled:before {
    content: "\e612";
}
.icon-ic_fluent_filter_sync_20_filled:before {
    content: "\e61c";
}
.icon-ic_fluent_fingerprint_20_filled:before {
    content: "\e61e";
}
.icon-ic_fluent_fixed_width_20_filled:before {
    content: "\e620";
}
.icon-ic_fluent_flash_auto_20_filled:before {
    content: "\e629";
}
.icon-ic_fluent_flash_off_20_filled:before {
    content: "\e631";
}
.icon-ic_fluent_flashlight_off_20_filled:before {
    content: "\e637";
}
.icon-ic_fluent_fluent_20_filled:before {
    content: "\e649";
}
.icon-ic_fluent_form_new_20_filled:before {
    content: "\e681";
}
.icon-ic_fluent_fps_960_20_filled:before {
    content: "\e68f";
}
.icon-ic_fluent_full_screen_minimize_16_filled:before {
    content: "\e693";
}
.icon-ic_fluent_full_screen_minimize_20_filled:before {
    content: "\e694";
}
.icon-ic_fluent_gas_20_filled:before {
    content: "\e69d";
}
.icon-ic_fluent_gas_pump_20_filled:before {
    content: "\e69f";
}
.icon-ic_fluent_gavel_20_filled:before {
    content: "\e6a3";
}
.icon-ic_fluent_gesture_20_filled:before {
    content: "\e6a6";
}
.icon-ic_fluent_gift_card_24_filled:before {
    content: "\e6a9";
}
.icon-ic_fluent_glance_default_12_filled:before {
    content: "\e6b2";
}
.icon-ic_fluent_glance_horizontal_24_filled:before {
    content: "\e6b5";
}
.icon-ic_fluent_globe_add_20_filled:before {
    content: "\e6c0";
}
.icon-ic_fluent_globe_desktop_20_filled:before {
    content: "\e6c3";
}
.icon-ic_fluent_group_dismiss_20_filled:before {
    content: "\e6d5";
}
.icon-ic_fluent_group_list_20_filled:before {
    content: "\e6d7";
}
.icon-ic_fluent_group_return_20_filled:before {
    content: "\e6d8";
}
.icon-ic_fluent_guest_add_20_filled:before {
    content: "\e6de";
}
.icon-ic_fluent_hand_draw_20_filled:before {
    content: "\e6e4";
}
.icon-ic_fluent_home_add_20_filled:before {
    content: "\e71f";
}
.icon-ic_fluent_mail_dismiss_28_filled:before {
    content: "\e7c0";
}
.icon-ic_fluent_mail_inbox_all_20_filled:before {
    content: "\e7c4";
}
.icon-ic_fluent_mail_inbox_arrow_right_20_filled:before {
    content: "\e7c7";
}
.icon-ic_fluent_mail_list_16_filled:before {
    content: "\e7cf";
}
.icon-ic_fluent_mail_multiple_28_filled:before {
    content: "\e7d6";
}
.icon-ic_fluent_mail_off_20_filled:before {
    content: "\e7d7";
}
.icon-ic_fluent_mic_settings_20_filled:before {
    content: "\e820";
}
.icon-ic_fluent_navigation_unread_20_filled:before {
    content: "\e870";
}
.icon-ic_fluent_new_20_filled:before {
    content: "\e873";
}
.icon-ic_fluent_notebook_20_filled:before {
    content: "\e87f";
}
.icon-ic_fluent_notebook_add_20_filled:before {
    content: "\e880";
}
.icon-ic_fluent_notebook_error_20_filled:before {
    content: "\e883";
}
.icon-ic_fluent_notebook_lightning_20_filled:before {
    content: "\e885";
}
.icon-ic_fluent_notebook_question_mark_20_filled:before {
    content: "\e886";
}
.icon-ic_fluent_number_symbol_dismiss_20_filled:before {
    content: "\e898";
}
.icon-ic_fluent_pair_20_filled:before {
    content: "\e8b9";
}
.icon-ic_fluent_patient_20_filled:before {
    content: "\e8dc";
}
.icon-ic_fluent_pause_off_20_filled:before {
    content: "\e8e3";
}
.icon-ic_fluent_pause_settings_16_filled:before {
    content: "\e8e4";
}
.icon-ic_fluent_people_sync_28_filled:before {
    content: "\e921";
}
.icon-ic_fluent_phone_add_20_filled:before {
    content: "\e966";
}
.icon-ic_fluent_phone_dismiss_20_filled:before {
    content: "\e96c";
}
.icon-ic_fluent_phone_lock_20_filled:before {
    content: "\e975";
}
.icon-ic_fluent_phone_page_header_20_filled:before {
    content: "\e977";
}
.icon-ic_fluent_phone_pagination_20_filled:before {
    content: "\e978";
}
.icon-ic_fluent_phone_screen_time_20_filled:before {
    content: "\e979";
}
.icon-ic_fluent_phone_status_bar_20_filled:before {
    content: "\e985";
}
.icon-ic_fluent_phone_update_20_filled:before {
    content: "\e986";
}
.icon-ic_fluent_phone_vertical_scroll_20_filled:before {
    content: "\e989";
}
.icon-ic_fluent_phone_vibrate_20_filled:before {
    content: "\e98a";
}
.icon-ic_fluent_photo_filter_20_filled:before {
    content: "\e98b";
}
.icon-ic_fluent_pi_20_filled:before {
    content: "\e98c";
}
.icon-ic_fluent_port_hdmi_20_filled:before {
    content: "\e9b2";
}
.icon-ic_fluent_predictions_20_filled:before {
    content: "\e9c2";
}
.icon-ic_fluent_pulse_square_20_filled:before {
    content: "\e9e8";
}
.icon-ic_fluent_remote_20_filled:before {
    content: "\ea18";
}
.icon-ic_fluent_reorder_20_filled:before {
    content: "\ea19";
}
.icon-ic_fluent_resize_video_20_filled:before {
    content: "\ea24";
}
.icon-ic_fluent_rotate_left_20_filled:before {
    content: "\ea3f";
}
.icon-ic_fluent_router_20_filled:before {
    content: "\ea43";
}
.icon-ic_fluent_scan_20_filled:before {
    content: "\ea5c";
}
.icon-ic_fluent_scan_table_20_filled:before {
    content: "\ea6b";
}
.icon-ic_fluent_scan_text_20_filled:before {
    content: "\ea6d";
}
.icon-ic_fluent_search_square_20_filled:before {
    content: "\ea8a";
}
.icon-ic_fluent_service_bell_20_filled:before {
    content: "\ea9c";
}
.icon-ic_fluent_shifts_add_20_filled:before {
    content: "\eae8";
}
.icon-ic_fluent_shifts_prohibited_20_filled:before {
    content: "\eaee";
}
.icon-ic_fluent_shifts_question_mark_20_filled:before {
    content: "\eaf0";
}
.icon-ic_fluent_slide_grid_20_filled:before {
    content: "\eb20";
}
.icon-ic_fluent_slide_settings_20_filled:before {
    content: "\eb2c";
}
.icon-ic_fluent_slide_transition_20_filled:before {
    content: "\eb34";
}
.icon-ic_fluent_spacebar_20_filled:before {
    content: "\eb3a";
}
.icon-ic_fluent_speaker_settings_20_filled:before {
    content: "\eb5a";
}
.icon-ic_fluent_speaker_settings_28_filled:before {
    content: "\eb5b";
}
.icon-ic_fluent_star_arrow_right_end_20_filled:before {
    content: "\ebaa";
}
.icon-ic_fluent_star_arrow_right_start_20_filled:before {
    content: "\ebac";
}
.icon-ic_fluent_storage_20_filled:before {
    content: "\ebbd";
}
.icon-ic_fluent_sub_grid_20_filled:before {
    content: "\ebc4";
}
.icon-ic_fluent_text_density_16_filled:before {
    content: "\ecff";
}
.icon-ic_fluent_text_density_20_filled:before {
    content: "\ed00";
}
.icon-ic_fluent_video_person_off_20_filled:before {
    content: "\ee11";
}
.icon-ic_fluent_voicemail_arrow_back_20_filled:before {
    content: "\ee25";
}
.icon-ic_fluent_voicemail_arrow_forward_20_filled:before {
    content: "\ee26";
}
.icon-ic_fluent_voicemail_arrow_subtract_20_filled:before {
    content: "\ee27";
}
.icon-ic_fluent_web_asset_20_filled:before {
    content: "\ee55";
}
.icon-ic_fluent_archive_32_filled:before {
    content: "\e066";
}
.icon-ic_fluent_archive_settings_24_filled:before {
    content: "\e071";
}
.icon-ic_fluent_arrow_enter_20_filled:before {
    content: "\e0bf";
}
.icon-ic_fluent_arrow_exit_20_filled:before {
    content: "\e0c4";
}
.icon-ic_fluent_arrow_join_20_filled:before {
    content: "\e0d6";
}
.icon-ic_fluent_arrow_trending_down_16_filled:before {
    content: "\e119";
}
.icon-ic_fluent_arrow_trending_down_20_filled:before {
    content: "\e11a";
}
.icon-ic_fluent_arrow_trending_down_24_filled:before {
    content: "\e11b";
}
.icon-ic_fluent_book_template_20_filled:before {
    content: "\e1a1";
}
.icon-ic_fluent_border_left_right_20_filled:before {
    content: "\e1ba";
}
.icon-ic_fluent_border_left_right_24_filled:before {
    content: "\e1bb";
}
.icon-ic_fluent_building_retail_more_20_filled:before {
    content: "\e23c";
}
.icon-ic_fluent_calendar_add_16_filled:before {
    content: "\e24d";
}
.icon-ic_fluent_calendar_add_28_filled:before {
    content: "\e24e";
}
.icon-ic_fluent_cellular_3g_20_filled:before {
    content: "\e2c4";
}
.icon-ic_fluent_cellular_4g_20_filled:before {
    content: "\e2c5";
}
.icon-ic_fluent_cellular_5g_20_filled:before {
    content: "\e2c6";
}
.icon-ic_fluent_checkbox_1_20_filled:before {
    content: "\e30a";
}
.icon-ic_fluent_checkbox_2_20_filled:before {
    content: "\e30c";
}
.icon-ic_fluent_checkmark_note_20_filled:before {
    content: "\e31d";
}
.icon-ic_fluent_code_text_20_filled:before {
    content: "\e3cf";
}
.icon-ic_fluent_code_text_edit_20_filled:before {
    content: "\e3d0";
}
.icon-ic_fluent_column_20_filled:before {
    content: "\e3d5";
}
.icon-ic_fluent_cube_add_20_filled:before {
    content: "\e43b";
}
.icon-ic_fluent_cube_quick_16_filled:before {
    content: "\e440";
}
.icon-ic_fluent_cube_quick_20_filled:before {
    content: "\e441";
}
.icon-ic_fluent_cube_quick_24_filled:before {
    content: "\e442";
}
.icon-ic_fluent_cube_quick_28_filled:before {
    content: "\e443";
}
.icon-ic_fluent_database_arrow_down_20_filled:before {
    content: "\e474";
}
.icon-ic_fluent_database_arrow_right_20_filled:before {
    content: "\e475";
}
.icon-ic_fluent_database_arrow_up_20_filled:before {
    content: "\e476";
}
.icon-ic_fluent_database_lightning_20_filled:before {
    content: "\e477";
}
.icon-ic_fluent_database_plug_connected_20_filled:before {
    content: "\e47d";
}
.icon-ic_fluent_database_warning_20_filled:before {
    content: "\e481";
}
.icon-ic_fluent_database_window_20_filled:before {
    content: "\e482";
}
.icon-ic_fluent_developer_board_lightning_20_filled:before {
    content: "\e4b9";
}
.icon-ic_fluent_developer_board_lightning_toolbox_20_filled:before {
    content: "\e4ba";
}
.icon-ic_fluent_edit_28_filled:before {
    content: "\e5bf";
}
.icon-ic_fluent_edit_48_filled:before {
    content: "\e5c1";
}
.icon-ic_fluent_edit_off_28_filled:before {
    content: "\e5c6";
}
.icon-ic_fluent_edit_off_32_filled:before {
    content: "\e5c7";
}
.icon-ic_fluent_edit_off_48_filled:before {
    content: "\e5c8";
}
.icon-ic_fluent_edit_prohibited_16_filled:before {
    content: "\e5c9";
}
.icon-ic_fluent_edit_prohibited_20_filled:before {
    content: "\e5ca";
}
.icon-ic_fluent_edit_prohibited_24_filled:before {
    content: "\e5cb";
}
.icon-ic_fluent_edit_prohibited_28_filled:before {
    content: "\e5cc";
}
.icon-ic_fluent_edit_prohibited_32_filled:before {
    content: "\e5cd";
}
.icon-ic_fluent_edit_prohibited_48_filled:before {
    content: "\e5ce";
}
.icon-ic_fluent_emoji_edit_16_filled:before {
    content: "\e5d6";
}
.icon-ic_fluent_emoji_edit_20_filled:before {
    content: "\e5d7";
}
.icon-ic_fluent_emoji_edit_24_filled:before {
    content: "\e5d8";
}
.icon-ic_fluent_emoji_edit_28_filled:before {
    content: "\e5d9";
}
.icon-ic_fluent_emoji_edit_48_filled:before {
    content: "\e5da";
}
.icon-ic_fluent_filter_add_20_filled:before {
    content: "\e618";
}
.icon-ic_fluent_flash_add_20_filled:before {
    content: "\e628";
}
.icon-ic_fluent_flash_flow_16_filled:before {
    content: "\e62e";
}
.icon-ic_fluent_flash_flow_20_filled:before {
    content: "\e62f";
}
.icon-ic_fluent_flash_flow_24_filled:before {
    content: "\e630";
}
.icon-ic_fluent_flash_play_20_filled:before {
    content: "\e632";
}
.icon-ic_fluent_folder_arrow_left_16_filled:before {
    content: "\e653";
}
.icon-ic_fluent_folder_arrow_left_20_filled:before {
    content: "\e654";
}
.icon-ic_fluent_folder_arrow_left_24_filled:before {
    content: "\e655";
}
.icon-ic_fluent_folder_arrow_left_28_filled:before {
    content: "\e656";
}
.icon-ic_fluent_folder_arrow_left_32_filled:before {
    content: "\e657";
}
.icon-ic_fluent_gauge_add_20_filled:before {
    content: "\e6a2";
}
.icon-ic_fluent_hand_draw_16_filled:before {
    content: "\e6e3";
}
.icon-ic_fluent_hard_drive_20_filled:before {
    content: "\e6f0";
}
.icon-ic_fluent_hdr_20_filled:before {
    content: "\e6f8";
}
.icon-ic_fluent_hdr_off_20_filled:before {
    content: "\e6f9";
}
.icon-ic_fluent_home_database_20_filled:before {
    content: "\e722";
}
.icon-ic_fluent_image_add_20_filled:before {
    content: "\e727";
}
.icon-ic_fluent_image_arrow_back_20_filled:before {
    content: "\e729";
}
.icon-ic_fluent_image_arrow_counterclockwise_20_filled:before {
    content: "\e72b";
}
.icon-ic_fluent_image_arrow_forward_20_filled:before {
    content: "\e72d";
}
.icon-ic_fluent_image_globe_20_filled:before {
    content: "\e72f";
}
.icon-ic_fluent_image_reflection_20_filled:before {
    content: "\e73c";
}
.icon-ic_fluent_image_shadow_20_filled:before {
    content: "\e73e";
}
.icon-ic_fluent_incognito_20_filled:before {
    content: "\e742";
}
.icon-ic_fluent_key_command_20_filled:before {
    content: "\e751";
}
.icon-ic_fluent_key_command_24_filled:before {
    content: "\e752";
}
.icon-ic_fluent_keyboard_123_20_filled:before {
    content: "\e756";
}
.icon-ic_fluent_keyboard_dock_20_filled:before {
    content: "\e759";
}
.icon-ic_fluent_keyboard_layout_float_20_filled:before {
    content: "\e75a";
}
.icon-ic_fluent_keyboard_layout_one_handed_left_20_filled:before {
    content: "\e75b";
}
.icon-ic_fluent_keyboard_layout_resize_20_filled:before {
    content: "\e75c";
}
.icon-ic_fluent_keyboard_layout_split_20_filled:before {
    content: "\e75d";
}
.icon-ic_fluent_keyboard_shift_uppercase_16_filled:before {
    content: "\e760";
}
.icon-ic_fluent_keyboard_shift_uppercase_20_filled:before {
    content: "\e761";
}
.icon-ic_fluent_keyboard_tab_20_filled:before {
    content: "\e762";
}
.icon-ic_fluent_launcher_settings_20_filled:before {
    content: "\e766";
}
.icon-ic_fluent_lightbulb_circle_20_filled:before {
    content: "\e771";
}
.icon-ic_fluent_line_style_20_filled:before {
    content: "\e77c";
}
.icon-ic_fluent_link_toolbox_20_filled:before {
    content: "\e786";
}
.icon-ic_fluent_location_add_left_20_filled:before {
    content: "\e78e";
}
.icon-ic_fluent_location_add_right_20_filled:before {
    content: "\e78f";
}
.icon-ic_fluent_location_add_up_20_filled:before {
    content: "\e790";
}
.icon-ic_fluent_location_dismiss_20_filled:before {
    content: "\e794";
}
.icon-ic_fluent_mail_all_read_16_filled:before {
    content: "\e7b1";
}
.icon-ic_fluent_mail_all_read_24_filled:before {
    content: "\e7b2";
}
.icon-ic_fluent_mail_all_read_28_filled:before {
    content: "\e7b3";
}
.icon-ic_fluent_mail_list_20_filled:before {
    content: "\e7d0";
}
.icon-ic_fluent_mail_list_24_filled:before {
    content: "\e7d1";
}
.icon-ic_fluent_mail_list_28_filled:before {
    content: "\e7d2";
}
.icon-ic_fluent_mail_read_multiple_16_filled:before {
    content: "\e7e0";
}
.icon-ic_fluent_mail_read_multiple_24_filled:before {
    content: "\e7e1";
}
.icon-ic_fluent_mail_read_multiple_28_filled:before {
    content: "\e7e2";
}
.icon-ic_fluent_math_format_professional_20_filled:before {
    content: "\e7ed";
}
.icon-ic_fluent_math_formula_20_filled:before {
    content: "\e7f0";
}
.icon-ic_fluent_mention_arrow_down_20_filled:before {
    content: "\e802";
}
.icon-ic_fluent_mention_brackets_20_filled:before {
    content: "\e803";
}
.icon-ic_fluent_music_note_off_1_20_filled:before {
    content: "\e865";
}
.icon-ic_fluent_music_note_off_1_24_filled:before {
    content: "\e866";
}
.icon-ic_fluent_music_note_off_2_16_filled:before {
    content: "\e867";
}
.icon-ic_fluent_music_note_off_2_20_filled:before {
    content: "\e868";
}
.icon-ic_fluent_music_note_off_2_24_filled:before {
    content: "\e869";
}
.icon-ic_fluent_navigation_location_target_20_filled:before {
    content: "\e86e";
}
.icon-ic_fluent_navigation_play_20_filled:before {
    content: "\e86f";
}
.icon-ic_fluent_number_circle_1_16_filled:before {
    content: "\e892";
}
.icon-ic_fluent_number_circle_1_20_filled:before {
    content: "\e893";
}
.icon-ic_fluent_number_circle_1_24_filled:before {
    content: "\e894";
}
.icon-ic_fluent_panel_left_contract_28_filled:before {
    content: "\e8c5";
}
.icon-ic_fluent_panel_left_expand_24_filled:before {
    content: "\e8c8";
}
.icon-ic_fluent_panel_left_expand_28_filled:before {
    content: "\e8c9";
}
.icon-ic_fluent_panel_left_focus_right_16_filled:before {
    content: "\e8ca";
}
.icon-ic_fluent_panel_left_focus_right_20_filled:before {
    content: "\e8cb";
}
.icon-ic_fluent_panel_left_focus_right_24_filled:before {
    content: "\e8cc";
}
.icon-ic_fluent_panel_left_focus_right_28_filled:before {
    content: "\e8cd";
}
.icon-ic_fluent_pen_16_filled:before {
    content: "\e8e8";
}
.icon-ic_fluent_pen_20_filled:before {
    content: "\e8e9";
}
.icon-ic_fluent_pen_24_filled:before {
    content: "\e8ea";
}
.icon-ic_fluent_pen_28_filled:before {
    content: "\e8eb";
}
.icon-ic_fluent_pen_32_filled:before {
    content: "\e8ec";
}
.icon-ic_fluent_pen_48_filled:before {
    content: "\e8ed";
}
.icon-ic_fluent_pen_off_16_filled:before {
    content: "\e8ee";
}
.icon-ic_fluent_pen_off_20_filled:before {
    content: "\e8ef";
}
.icon-ic_fluent_pen_off_24_filled:before {
    content: "\e8f0";
}
.icon-ic_fluent_pen_off_28_filled:before {
    content: "\e8f1";
}
.icon-ic_fluent_pen_off_32_filled:before {
    content: "\e8f2";
}
.icon-ic_fluent_pen_off_48_filled:before {
    content: "\e8f3";
}
.icon-ic_fluent_pen_prohibited_16_filled:before {
    content: "\e8f4";
}
.icon-ic_fluent_pen_prohibited_20_filled:before {
    content: "\e8f5";
}
.icon-ic_fluent_pen_prohibited_24_filled:before {
    content: "\e8f6";
}
.icon-ic_fluent_pen_prohibited_28_filled:before {
    content: "\e8f7";
}
.icon-ic_fluent_pen_prohibited_32_filled:before {
    content: "\e8f8";
}
.icon-ic_fluent_pen_prohibited_48_filled:before {
    content: "\e8f9";
}
.icon-ic_fluent_person_key_20_filled:before {
    content: "\e945";
}
.icon-ic_fluent_phone_link_setup_20_filled:before {
    content: "\e974";
}
.icon-ic_fluent_pipeline_20_filled:before {
    content: "\e99b";
}
.icon-ic_fluent_pipeline_add_20_filled:before {
    content: "\e99c";
}
.icon-ic_fluent_pipeline_play_20_filled:before {
    content: "\e99e";
}
.icon-ic_fluent_play_settings_20_filled:before {
    content: "\e9a9";
}
.icon-ic_fluent_plug_connected_add_20_filled:before {
    content: "\e9ad";
}
.icon-ic_fluent_plug_connected_checkmark_20_filled:before {
    content: "\e9ae";
}
.icon-ic_fluent_presence_available_20_filled:before {
    content: "\e9c7";
}
.icon-ic_fluent_presence_available_24_filled:before {
    content: "\e9c8";
}
.icon-ic_fluent_presence_away_20_filled:before {
    content: "\e9c9";
}
.icon-ic_fluent_presence_away_24_filled:before {
    content: "\e9ca";
}
.icon-ic_fluent_presence_busy_20_filled:before {
    content: "\e9cb";
}
.icon-ic_fluent_presence_busy_24_filled:before {
    content: "\e9cc";
}
.icon-ic_fluent_presence_dnd_20_filled:before {
    content: "\e9cd";
}
.icon-ic_fluent_presence_dnd_24_filled:before {
    content: "\e9ce";
}
.icon-ic_fluent_prohibited_note_20_filled:before {
    content: "\e9db";
}
.icon-ic_fluent_puzzle_cube_piece_20_filled:before {
    content: "\e9ef";
}
.icon-ic_fluent_ram_20_filled:before {
    content: "\e9fb";
}
.icon-ic_fluent_receipt_search_20_filled:before {
    content: "\ea0e";
}
.icon-ic_fluent_rectangle_portrait_location_target_20_filled:before {
    content: "\ea16";
}
.icon-ic_fluent_save_image_20_filled:before {
    content: "\ea52";
}
.icon-ic_fluent_scan_16_filled:before {
    content: "\ea5b";
}
.icon-ic_fluent_server_multiple_20_filled:before {
    content: "\ea9a";
}
.icon-ic_fluent_server_play_20_filled:before {
    content: "\ea9b";
}
.icon-ic_fluent_shield_person_20_filled:before {
    content: "\eadd";
}
.icon-ic_fluent_shield_person_add_20_filled:before {
    content: "\eade";
}
.icon-ic_fluent_split_hint_20_filled:before {
    content: "\eb5f";
}
.icon-ic_fluent_squares_nested_20_filled:before {
    content: "\eba2";
}
.icon-ic_fluent_stream_input_20_filled:before {
    content: "\ebc0";
}
.icon-ic_fluent_stream_input_output_20_filled:before {
    content: "\ebc1";
}
.icon-ic_fluent_stream_output_20_filled:before {
    content: "\ebc2";
}
.icon-ic_fluent_table_bottom_row_16_filled:before {
    content: "\ebf5";
}
.icon-ic_fluent_table_bottom_row_20_filled:before {
    content: "\ebf6";
}
.icon-ic_fluent_table_bottom_row_24_filled:before {
    content: "\ebf7";
}
.icon-ic_fluent_table_bottom_row_28_filled:before {
    content: "\ebf8";
}
.icon-ic_fluent_table_bottom_row_32_filled:before {
    content: "\ebf9";
}
.icon-ic_fluent_table_bottom_row_48_filled:before {
    content: "\ebfa";
}
.icon-ic_fluent_table_checker_20_filled:before {
    content: "\ec03";
}
.icon-ic_fluent_table_copy_20_filled:before {
    content: "\ec04";
}
.icon-ic_fluent_table_image_20_filled:before {
    content: "\ec1e";
}
.icon-ic_fluent_table_multiple_20_filled:before {
    content: "\ec3d";
}
.icon-ic_fluent_table_search_20_filled:before {
    content: "\ec46";
}
.icon-ic_fluent_table_split_20_filled:before {
    content: "\ec4f";
}
.icon-ic_fluent_task_list_square_database_20_filled:before {
    content: "\ec96";
}
.icon-ic_fluent_text_bullet_list_checkmark_20_filled:before {
    content: "\ecd4";
}
.icon-ic_fluent_text_bullet_list_dismiss_20_filled:before {
    content: "\ecd5";
}
.icon-ic_fluent_text_bullet_list_square_clock_20_filled:before {
    content: "\ece1";
}
.icon-ic_fluent_text_bullet_list_square_person_20_filled:before {
    content: "\ece2";
}
.icon-ic_fluent_text_bullet_list_square_search_20_filled:before {
    content: "\ece3";
}
.icon-ic_fluent_text_bullet_list_square_settings_20_filled:before {
    content: "\ece4";
}
.icon-ic_fluent_text_bullet_list_square_shield_20_filled:before {
    content: "\ece5";
}
.icon-ic_fluent_text_bullet_list_square_toolbox_20_filled:before {
    content: "\ece6";
}
.icon-ic_fluent_text_density_24_filled:before {
    content: "\ed01";
}
.icon-ic_fluent_text_density_28_filled:before {
    content: "\ed02";
}
.icon-ic_fluent_text_expand_20_filled:before {
    content: "\ed0d";
}
.icon-ic_fluent_timer_off_20_filled:before {
    content: "\ed8e";
}
.icon-ic_fluent_triangle_16_filled:before {
    content: "\eda5";
}
.icon-ic_fluent_triangle_20_filled:before {
    content: "\eda6";
}
.icon-ic_fluent_triangle_down_12_filled:before {
    content: "\eda9";
}
.icon-ic_fluent_triangle_down_16_filled:before {
    content: "\edaa";
}
.icon-ic_fluent_triangle_down_20_filled:before {
    content: "\edab";
}
.icon-ic_fluent_triangle_down_32_filled:before {
    content: "\edac";
}
.icon-ic_fluent_triangle_down_48_filled:before {
    content: "\edad";
}
.icon-ic_fluent_triangle_left_12_filled:before {
    content: "\edae";
}
.icon-ic_fluent_triangle_left_16_filled:before {
    content: "\edaf";
}
.icon-ic_fluent_triangle_left_20_filled:before {
    content: "\edb0";
}
.icon-ic_fluent_triangle_left_32_filled:before {
    content: "\edb1";
}
.icon-ic_fluent_triangle_left_48_filled:before {
    content: "\edb2";
}
.icon-ic_fluent_triangle_right_12_filled:before {
    content: "\edb3";
}
.icon-ic_fluent_triangle_right_16_filled:before {
    content: "\edb4";
}
.icon-ic_fluent_triangle_right_20_filled:before {
    content: "\edb5";
}
.icon-ic_fluent_triangle_right_32_filled:before {
    content: "\edb6";
}
.icon-ic_fluent_triangle_right_48_filled:before {
    content: "\edb7";
}
.icon-ic_fluent_video_chat_28_filled:before {
    content: "\edfb";
}
.icon-ic_fluent_video_chat_32_filled:before {
    content: "\edfc";
}
.icon-ic_fluent_video_chat_48_filled:before {
    content: "\edfd";
}
.icon-ic_fluent_virtual_network_20_filled:before {
    content: "\ee22";
}
.icon-ic_fluent_virtual_network_toolbox_20_filled:before {
    content: "\ee23";
}
.icon-ic_fluent_wallet_16_filled:before {
    content: "\ee2b";
}
.icon-ic_fluent_wallet_credit_card_16_filled:before {
    content: "\ee31";
}
.icon-ic_fluent_wallet_credit_card_20_filled:before {
    content: "\ee32";
}
.icon-ic_fluent_wallet_credit_card_24_filled:before {
    content: "\ee33";
}
.icon-ic_fluent_wallet_credit_card_32_filled:before {
    content: "\ee34";
}
.icon-ic_fluent_window_bullet_list_20_filled:before {
    content: "\ee6d";
}
.icon-ic_fluent_window_bullet_list_add_20_filled:before {
    content: "\ee6e";
}
.icon-ic_fluent_window_database_20_filled:before {
    content: "\ee70";
}
.icon-ic_fluent_window_location_target_20_filled:before {
    content: "\ee77";
}
.icon-ic_fluent_window_multiple_swap_20_filled:before {
    content: "\ee79";
}
.icon-ic_fluent_window_play_20_filled:before {
    content: "\ee7c";
}
.icon-ic_fluent_window_settings_20_filled:before {
    content: "\ee7d";
}
.icon-ic_fluent_window_text_20_filled:before {
    content: "\ee7e";
}
.icon-ic_fluent_archive_arrow_back_16_filled:before {
    content: "\e067";
}
.icon-ic_fluent_archive_arrow_back_20_filled:before {
    content: "\e068";
}
.icon-ic_fluent_archive_arrow_back_24_filled:before {
    content: "\e069";
}
.icon-ic_fluent_archive_arrow_back_28_filled:before {
    content: "\e06a";
}
.icon-ic_fluent_archive_arrow_back_32_filled:before {
    content: "\e06b";
}
.icon-ic_fluent_archive_arrow_back_48_filled:before {
    content: "\e06c";
}
.icon-ic_fluent_circle_multiple_subtract_checkmark_20_filled:before {
    content: "\e350";
}
.icon-ic_fluent_database_multiple_20_filled:before {
    content: "\e47a";
}
.icon-ic_fluent_image_multiple_off_16_filled:before {
    content: "\e737";
}
.icon-ic_fluent_keyboard_16_filled:before {
    content: "\e758";
}
.icon-ic_fluent_lock_multiple_20_filled:before {
    content: "\e7a0";
}
.icon-ic_fluent_lottery_20_filled:before {
    content: "\e7a6";
}
.icon-ic_fluent_mail_warning_20_filled:before {
    content: "\e7e6";
}
.icon-ic_fluent_mail_warning_24_filled:before {
    content: "\e7e7";
}
.icon-ic_fluent_match_app_layout_20_filled:before {
    content: "\e7ea";
}
.icon-ic_fluent_math_format_linear_20_filled:before {
    content: "\e7eb";
}
.icon-ic_fluent_megaphone_off_16_filled:before {
    content: "\e7ff";
}
.icon-ic_fluent_megaphone_off_20_filled:before {
    content: "\e800";
}
.icon-ic_fluent_megaphone_off_28_filled:before {
    content: "\e801";
}
.icon-ic_fluent_merge_20_filled:before {
    content: "\e805";
}
.icon-ic_fluent_mic_off_32_filled:before {
    content: "\e80d";
}
.icon-ic_fluent_mobile_optimized_20_filled:before {
    content: "\e825";
}
.icon-ic_fluent_network_check_20_filled:before {
    content: "\e872";
}
.icon-ic_fluent_note_add_28_filled:before {
    content: "\e87a";
}
.icon-ic_fluent_note_add_48_filled:before {
    content: "\e87b";
}
.icon-ic_fluent_notebook_sync_20_filled:before {
    content: "\e88b";
}
.icon-ic_fluent_organization_horizontal_20_filled:before {
    content: "\e8ac";
}
.icon-ic_fluent_paint_brush_arrow_down_20_filled:before {
    content: "\e8b5";
}
.icon-ic_fluent_paint_brush_arrow_up_20_filled:before {
    content: "\e8b7";
}
.icon-ic_fluent_pentagon_20_filled:before {
    content: "\e8fa";
}
.icon-ic_fluent_person_accounts_20_filled:before {
    content: "\e932";
}
.icon-ic_fluent_person_subtract_20_filled:before {
    content: "\e959";
}
.icon-ic_fluent_pin_off_28_filled:before {
    content: "\e998";
}
.icon-ic_fluent_pin_off_32_filled:before {
    content: "\e999";
}
.icon-ic_fluent_point_scan_20_filled:before {
    content: "\e9af";
}
.icon-ic_fluent_port_usb_a_20_filled:before {
    content: "\e9b6";
}
.icon-ic_fluent_question_circle_12_filled:before {
    content: "\e9f5";
}
.icon-ic_fluent_row_triple_20_filled:before {
    content: "\ea44";
}
.icon-ic_fluent_scratchpad_20_filled:before {
    content: "\ea7e";
}
.icon-ic_fluent_shifts_availability_20_filled:before {
    content: "\eae9";
}
.icon-ic_fluent_skip_forward_tab_20_filled:before {
    content: "\eb13";
}
.icon-ic_fluent_sleep_20_filled:before {
    content: "\eb15";
}
.icon-ic_fluent_slide_multiple_20_filled:before {
    content: "\eb25";
}
.icon-ic_fluent_slide_multiple_arrow_right_20_filled:before {
    content: "\eb27";
}
.icon-ic_fluent_slide_size_20_filled:before {
    content: "\eb2e";
}
.icon-ic_fluent_sound_wave_circle_20_filled:before {
    content: "\eb38";
}
.icon-ic_fluent_sport_american_football_20_filled:before {
    content: "\eb71";
}
.icon-ic_fluent_sport_baseball_20_filled:before {
    content: "\eb73";
}
.icon-ic_fluent_sport_hockey_20_filled:before {
    content: "\eb77";
}
.icon-ic_fluent_square_hint_arrow_back_20_filled:before {
    content: "\eb97";
}
.icon-ic_fluent_square_shadow_20_filled:before {
    content: "\eba1";
}
.icon-ic_fluent_tab_arrow_left_20_filled:before {
    content: "\ebe1";
}
.icon-ic_fluent_tab_prohibited_20_filled:before {
    content: "\ebea";
}
.icon-ic_fluent_text_collapse_20_filled:before {
    content: "\ecf2";
}
.icon-ic_fluent_text_more_20_filled:before {
    content: "\ed38";
}
.icon-ic_fluent_time_and_weather_20_filled:before {
    content: "\ed81";
}
.icon-ic_fluent_transmission_20_filled:before {
    content: "\ed9c";
}
.icon-ic_fluent_video_play_pause_20_filled:before {
    content: "\ee1a";
}
.icon-ic_fluent_arrow_next_12_filled:before {
    content: "\e0dd";
}
.icon-ic_fluent_arrow_previous_12_filled:before {
    content: "\e0e3";
}
.icon-ic_fluent_data_usage_settings_20_filled:before {
    content: "\e46d";
}
.icon-ic_fluent_document_multiple_sync_20_filled:before {
    content: "\e532";
}
.icon-ic_fluent_filter_12_filled:before {
    content: "\e616";
}
.icon-ic_fluent_history_28_filled:before {
    content: "\e713";
}
.icon-ic_fluent_history_32_filled:before {
    content: "\e714";
}
.icon-ic_fluent_history_48_filled:before {
    content: "\e715";
}
.icon-ic_fluent_history_dismiss_20_filled:before {
    content: "\e716";
}
.icon-ic_fluent_history_dismiss_24_filled:before {
    content: "\e717";
}
.icon-ic_fluent_history_dismiss_28_filled:before {
    content: "\e718";
}
.icon-ic_fluent_history_dismiss_32_filled:before {
    content: "\e719";
}
.icon-ic_fluent_history_dismiss_48_filled:before {
    content: "\e71a";
}
.icon-ic_fluent_home_more_20_filled:before {
    content: "\e723";
}
.icon-ic_fluent_people_search_20_filled:before {
    content: "\e919";
}
.icon-ic_fluent_people_team_delete_16_filled:before {
    content: "\e925";
}
.icon-ic_fluent_people_team_delete_20_filled:before {
    content: "\e926";
}
.icon-ic_fluent_people_team_delete_28_filled:before {
    content: "\e928";
}
.icon-ic_fluent_people_team_delete_32_filled:before {
    content: "\e929";
}
.icon-ic_fluent_person_5_20_filled:before {
    content: "\e92e";
}
.icon-ic_fluent_person_6_20_filled:before {
    content: "\e930";
}
.icon-ic_fluent_person_sync_24_filled:before {
    content: "\e95c";
}
.icon-ic_fluent_phone_eraser_20_filled:before {
    content: "\e96f";
}
.icon-ic_fluent_phone_shake_20_filled:before {
    content: "\e97a";
}
.icon-ic_fluent_phone_speaker_20_filled:before {
    content: "\e983";
}
.icon-ic_fluent_radar_20_filled:before {
    content: "\e9f8";
}
.icon-ic_fluent_radar_checkmark_20_filled:before {
    content: "\e9f9";
}
.icon-ic_fluent_radar_rectangle_multiple_20_filled:before {
    content: "\e9fa";
}
.icon-ic_fluent_real_estate_20_filled:before {
    content: "\ea04";
}
.icon-ic_fluent_resize_table_20_filled:before {
    content: "\ea23";
}
.icon-ic_fluent_shifts_30_minutes_20_filled:before {
    content: "\eae6";
}
.icon-ic_fluent_sound_source_20_filled:before {
    content: "\eb37";
}
.icon-ic_fluent_subtitles_16_filled:before {
    content: "\ebc5";
}
.icon-ic_fluent_subtitles_20_filled:before {
    content: "\ebc6";
}
.icon-ic_fluent_subtitles_24_filled:before {
    content: "\ebc7";
}
.icon-ic_fluent_task_list_square_person_20_filled:before {
    content: "\ec99";
}
.icon-ic_fluent_task_list_square_settings_20_filled:before {
    content: "\ec9c";
}
.icon-ic_fluent_timer_10_20_filled:before {
    content: "\ed84";
}
.icon-ic_fluent_timer_2_20_filled:before {
    content: "\ed87";
}
.icon-ic_fluent_timer_3_20_filled:before {
    content: "\ed8a";
}
.icon-ic_fluent_tree_deciduous_20_filled:before {
    content: "\eda2";
}
.icon-ic_fluent_tree_evergreen_20_filled:before {
    content: "\eda3";
}
.icon-ic_fluent_uninstall_app_20_filled:before {
    content: "\edce";
}
.icon-ic_fluent_alert_badge_16_filled:before {
    content: "\e017";
}
.icon-ic_fluent_alert_badge_20_filled:before {
    content: "\e018";
}
.icon-ic_fluent_alert_badge_24_filled:before {
    content: "\e019";
}
.icon-ic_fluent_archive_settings_28_filled:before {
    content: "\e072";
}
.icon-ic_fluent_arrow_between_up_20_filled:before {
    content: "\e081";
}
.icon-ic_fluent_arrow_fit_in_16_filled:before {
    content: "\e0ce";
}
.icon-ic_fluent_arrow_fit_in_20_filled:before {
    content: "\e0cf";
}
.icon-ic_fluent_arrow_forward_28_filled:before {
    content: "\e0d0";
}
.icon-ic_fluent_arrow_reply_28_filled:before {
    content: "\e0e6";
}
.icon-ic_fluent_arrow_reply_all_28_filled:before {
    content: "\e0e7";
}
.icon-ic_fluent_arrow_undo_28_filled:before {
    content: "\e127";
}
.icon-ic_fluent_branch_request_20_filled:before {
    content: "\e1f8";
}
.icon-ic_fluent_broom_28_filled:before {
    content: "\e218";
}
.icon-ic_fluent_bug_arrow_counterclockwise_20_filled:before {
    content: "\e21c";
}
.icon-ic_fluent_bug_prohibited_20_filled:before {
    content: "\e21d";
}
.icon-ic_fluent_calendar_multiple_28_filled:before {
    content: "\e26a";
}
.icon-ic_fluent_call_add_16_filled:before {
    content: "\e289";
}
.icon-ic_fluent_call_dismiss_16_filled:before {
    content: "\e28d";
}
.icon-ic_fluent_call_transfer_16_filled:before {
    content: "\e2a6";
}
.icon-ic_fluent_call_warning_16_filled:before {
    content: "\e2a8";
}
.icon-ic_fluent_call_warning_20_filled:before {
    content: "\e2a9";
}
.icon-ic_fluent_checkmark_square_20_filled:before {
    content: "\e31e";
}
.icon-ic_fluent_circle_eraser_20_filled:before {
    content: "\e34b";
}
.icon-ic_fluent_column_double_compare_20_filled:before {
    content: "\e3d7";
}
.icon-ic_fluent_comma_20_filled:before {
    content: "\e3dd";
}
.icon-ic_fluent_cube_arrow_curve_down_20_filled:before {
    content: "\e43c";
}
.icon-ic_fluent_database_switch_20_filled:before {
    content: "\e480";
}
.icon-ic_fluent_document_data_20_filled:before {
    content: "\e503";
}
.icon-ic_fluent_folder_mail_24_filled:before {
    content: "\e665";
}
.icon-ic_fluent_folder_mail_28_filled:before {
    content: "\e666";
}
.icon-ic_fluent_gather_20_filled:before {
    content: "\e6a1";
}
.icon-ic_fluent_image_32_filled:before {
    content: "\e726";
}
.icon-ic_fluent_mail_attach_24_filled:before {
    content: "\e7bc";
}
.icon-ic_fluent_mail_attach_28_filled:before {
    content: "\e7bd";
}
.icon-ic_fluent_mail_prohibited_28_filled:before {
    content: "\e7de";
}
.icon-ic_fluent_markdown_20_filled:before {
    content: "\e7e9";
}
.icon-ic_fluent_merge_16_filled:before {
    content: "\e804";
}
.icon-ic_fluent_notebook_arrow_curve_down_20_filled:before {
    content: "\e882";
}
.icon-ic_fluent_notebook_eye_20_filled:before {
    content: "\e884";
}
.icon-ic_fluent_person_sync_16_filled:before {
    content: "\e95a";
}
.icon-ic_fluent_person_sync_20_filled:before {
    content: "\e95b";
}
.icon-ic_fluent_person_sync_28_filled:before {
    content: "\e95d";
}
.icon-ic_fluent_person_sync_32_filled:before {
    content: "\e95e";
}
.icon-ic_fluent_person_sync_48_filled:before {
    content: "\e95f";
}
.icon-ic_fluent_phone_key_20_filled:before {
    content: "\e970";
}
.icon-ic_fluent_phone_key_24_filled:before {
    content: "\e971";
}
.icon-ic_fluent_pipeline_arrow_curve_down_20_filled:before {
    content: "\e99d";
}
.icon-ic_fluent_print_32_filled:before {
    content: "\e9d5";
}
.icon-ic_fluent_save_28_filled:before {
    content: "\ea4c";
}
.icon-ic_fluent_select_all_off_20_filled:before {
    content: "\ea8e";
}
.icon-ic_fluent_select_all_on_20_filled:before {
    content: "\ea8f";
}
.icon-ic_fluent_square_eraser_20_filled:before {
    content: "\eb8d";
}
.icon-ic_fluent_tab_desktop_multiple_bottom_20_filled:before {
    content: "\ebe8";
}
.icon-ic_fluent_tag_28_filled:before {
    content: "\ec6b";
}
.icon-ic_fluent_text_indent_decrease_rotate_270_24_filled:before {
    content: "\ed27";
}
.icon-ic_fluent_text_indent_decrease_rotate_90_24_filled:before {
    content: "\ed29";
}
.icon-ic_fluent_text_indent_increase_rotate_270_24_filled:before {
    content: "\ed31";
}
.icon-ic_fluent_text_indent_increase_rotate_90_24_filled:before {
    content: "\ed33";
}
.icon-ic_fluent_text_number_list_rotate_270_24_filled:before {
    content: "\ed3c";
}
.icon-ic_fluent_text_number_list_rotate_90_24_filled:before {
    content: "\ed3e";
}
.icon-ic_fluent_text_whole_word_20_filled:before {
    content: "\ed68";
}
.icon-ic_fluent_time_picker_20_filled:before {
    content: "\ed82";
}
.icon-ic_fluent_video_clip_off_16_filled:before {
    content: "\ee03";
}
.icon-ic_fluent_video_clip_off_20_filled:before {
    content: "\ee04";
}
.icon-ic_fluent_video_clip_off_24_filled:before {
    content: "\ee05";
}
.icon-ic_fluent_wallpaper_20_filled:before {
    content: "\ee35";
}
.icon-ic_fluent_warning_28_filled:before {
    content: "\ee3c";
}
.icon-ic_fluent_wifi_lock_20_filled:before {
    content: "\ee57";
}
.icon-ic_fluent_alert_12_filled:before {
    content: "\e013";
}
.icon-ic_fluent_alert_48_filled:before {
    content: "\e016";
}
.icon-ic_fluent_alert_snooze_12_filled:before {
    content: "\e01b";
}
.icon-ic_fluent_alert_snooze_16_filled:before {
    content: "\e01c";
}
.icon-ic_fluent_arrow_autofit_content_20_filled:before {
    content: "\e073";
}
.icon-ic_fluent_arrow_split_16_filled:before {
    content: "\e0f3";
}
.icon-ic_fluent_arrow_split_24_filled:before {
    content: "\e0f5";
}
.icon-ic_fluent_catch_up_16_filled:before {
    content: "\e2c1";
}
.icon-ic_fluent_catch_up_20_filled:before {
    content: "\e2c2";
}
.icon-ic_fluent_catch_up_24_filled:before {
    content: "\e2c3";
}
.icon-ic_fluent_chess_20_filled:before {
    content: "\e321";
}
.icon-ic_fluent_circle_image_20_filled:before {
    content: "\e34d";
}
.icon-ic_fluent_image_multiple_off_20_filled:before {
    content: "\e738";
}
.icon-ic_fluent_mic_pulse_16_filled:before {
    content: "\e814";
}
.icon-ic_fluent_mic_pulse_20_filled:before {
    content: "\e815";
}
.icon-ic_fluent_mic_pulse_24_filled:before {
    content: "\e816";
}
.icon-ic_fluent_mic_pulse_28_filled:before {
    content: "\e817";
}
.icon-ic_fluent_mic_pulse_32_filled:before {
    content: "\e818";
}
.icon-ic_fluent_mic_pulse_48_filled:before {
    content: "\e819";
}
.icon-ic_fluent_mic_pulse_off_16_filled:before {
    content: "\e81a";
}
.icon-ic_fluent_mic_pulse_off_20_filled:before {
    content: "\e81b";
}
.icon-ic_fluent_mic_pulse_off_24_filled:before {
    content: "\e81c";
}
.icon-ic_fluent_mic_pulse_off_28_filled:before {
    content: "\e81d";
}
.icon-ic_fluent_mic_pulse_off_32_filled:before {
    content: "\e81e";
}
.icon-ic_fluent_mic_pulse_off_48_filled:before {
    content: "\e81f";
}
.icon-ic_fluent_pause_28_filled:before {
    content: "\e8df";
}
.icon-ic_fluent_pause_32_filled:before {
    content: "\e8e0";
}
.icon-ic_fluent_playing_cards_20_filled:before {
    content: "\e9aa";
}
.icon-ic_fluent_premium_person_16_filled:before {
    content: "\e9c4";
}
.icon-ic_fluent_quiz_new_20_filled:before {
    content: "\e9f7";
}
.icon-ic_fluent_save_copy_20_filled:before {
    content: "\ea4f";
}
.icon-ic_fluent_send_copy_20_filled:before {
    content: "\ea99";
}
.icon-ic_fluent_slide_hide_20_filled:before {
    content: "\eb22";
}
.icon-ic_fluent_slide_microphone_20_filled:before {
    content: "\eb23";
}
.icon-ic_fluent_slide_search_20_filled:before {
    content: "\eb29";
}
.icon-ic_fluent_sport_basketball_20_filled:before {
    content: "\eb75";
}
.icon-ic_fluent_swipe_down_20_filled:before {
    content: "\ebd7";
}
.icon-ic_fluent_swipe_right_20_filled:before {
    content: "\ebd8";
}
.icon-ic_fluent_swipe_up_20_filled:before {
    content: "\ebd9";
}
.icon-ic_fluent_tabs_20_filled:before {
    content: "\ec69";
}
.icon-ic_fluent_text_12_filled:before {
    content: "\ecab";
}
.icon-ic_fluent_text_16_filled:before {
    content: "\ecac";
}
.icon-ic_fluent_text_32_filled:before {
    content: "\ecad";
}
.icon-ic_fluent_text_add_20_filled:before {
    content: "\ecae";
}
.icon-ic_fluent_text_indent_decrease_rotate_270_20_filled:before {
    content: "\ed26";
}
.icon-ic_fluent_text_indent_decrease_rotate_90_20_filled:before {
    content: "\ed28";
}
.icon-ic_fluent_text_indent_increase_rotate_270_20_filled:before {
    content: "\ed30";
}
.icon-ic_fluent_text_indent_increase_rotate_90_20_filled:before {
    content: "\ed32";
}
.icon-ic_fluent_text_number_list_rotate_270_20_filled:before {
    content: "\ed3b";
}
.icon-ic_fluent_text_number_list_rotate_90_20_filled:before {
    content: "\ed3d";
}
.icon-ic_fluent_text_wrap_20_filled:before {
    content: "\ed69";
}
.icon-ic_fluent_toggle_multiple_16_filled:before {
    content: "\ed94";
}
.icon-ic_fluent_toggle_multiple_20_filled:before {
    content: "\ed95";
}
.icon-ic_fluent_toggle_multiple_24_filled:before {
    content: "\ed96";
}
.icon-ic_fluent_window_edit_20_filled:before {
    content: "\ee73";
}
.icon-ic_fluent_zoom_fit_16_filled:before {
    content: "\ee8b";
}
.icon-ic_fluent_zoom_fit_20_filled:before {
    content: "\ee8c";
}
.icon-ic_fluent_zoom_fit_24_filled:before {
    content: "\ee8d";
}
.icon-ic_fluent_app_folder_16_filled:before {
    content: "\e058";
}
.icon-ic_fluent_app_folder_28_filled:before {
    content: "\e059";
}
.icon-ic_fluent_app_folder_32_filled:before {
    content: "\e05a";
}
.icon-ic_fluent_app_folder_48_filled:before {
    content: "\e05b";
}
.icon-ic_fluent_arrow_outline_up_right_20_filled:before {
    content: "\e0de";
}
.icon-ic_fluent_arrow_outline_up_right_24_filled:before {
    content: "\e0df";
}
.icon-ic_fluent_clipboard_32_filled:before {
    content: "\e358";
}
.icon-ic_fluent_clipboard_text_32_filled:before {
    content: "\e37a";
}
.icon-ic_fluent_clipboard_text_edit_20_filled:before {
    content: "\e37b";
}
.icon-ic_fluent_clipboard_text_edit_24_filled:before {
    content: "\e37c";
}
.icon-ic_fluent_clipboard_text_edit_32_filled:before {
    content: "\e37d";
}
.icon-ic_fluent_document_data_24_filled:before {
    content: "\e504";
}
.icon-ic_fluent_joystick_20_filled:before {
    content: "\e74d";
}
.icon-ic_fluent_people_12_filled:before {
    content: "\e8fd";
}
.icon-ic_fluent_people_48_filled:before {
    content: "\e8ff";
}
.icon-ic_fluent_person_heart_24_filled:before {
    content: "\e943";
}
.icon-ic_fluent_port_micro_usb_20_filled:before {
    content: "\e9b4";
}
.icon-ic_fluent_port_usb_c_20_filled:before {
    content: "\e9b8";
}
.icon-ic_fluent_rss_20_filled:before {
    content: "\ea45";
}
.icon-ic_fluent_scales_20_filled:before {
    content: "\ea58";
}
.icon-ic_fluent_shifts_team_20_filled:before {
    content: "\eaf2";
}
.icon-ic_fluent_speaker_bluetooth_20_filled:before {
    content: "\eb50";
}
.icon-ic_fluent_speaker_usb_20_filled:before {
    content: "\eb5c";
}
.icon-ic_fluent_text_align_center_rotate_270_16_filled:before {
    content: "\ecb1";
}
.icon-ic_fluent_text_align_center_rotate_270_20_filled:before {
    content: "\ecb2";
}
.icon-ic_fluent_text_align_center_rotate_90_16_filled:before {
    content: "\ecb4";
}
.icon-ic_fluent_text_align_center_rotate_90_20_filled:before {
    content: "\ecb5";
}
.icon-ic_fluent_text_align_center_rotate_90_24_filled:before {
    content: "\ecb6";
}
.icon-ic_fluent_text_align_justify_rotate_270_20_filled:before {
    content: "\ecbd";
}
.icon-ic_fluent_text_align_justify_rotate_270_24_filled:before {
    content: "\ecbe";
}
.icon-ic_fluent_text_align_justify_rotate_90_20_filled:before {
    content: "\ecbf";
}
.icon-ic_fluent_text_align_left_rotate_270_16_filled:before {
    content: "\ecc2";
}
.icon-ic_fluent_text_align_left_rotate_270_20_filled:before {
    content: "\ecc3";
}
.icon-ic_fluent_text_align_left_rotate_90_16_filled:before {
    content: "\ecc5";
}
.icon-ic_fluent_text_align_left_rotate_90_20_filled:before {
    content: "\ecc6";
}
.icon-ic_fluent_text_align_left_rotate_90_24_filled:before {
    content: "\ecc7";
}
.icon-ic_fluent_text_align_right_rotate_270_16_filled:before {
    content: "\ecc9";
}
.icon-ic_fluent_text_align_right_rotate_270_20_filled:before {
    content: "\ecca";
}
.icon-ic_fluent_text_align_right_rotate_90_16_filled:before {
    content: "\eccc";
}
.icon-ic_fluent_text_align_right_rotate_90_20_filled:before {
    content: "\eccd";
}
.icon-ic_fluent_text_align_right_rotate_90_24_filled:before {
    content: "\ecce";
}
.icon-ic_fluent_clipboard_text_ltr_32_filled:before {
    content: "\e380";
}
.icon-ic_fluent_braces_16_filled:before {
    content: "\ee90";
}
.icon-ic_fluent_braces_28_filled:before {
    content: "\ee91";
}
.icon-ic_fluent_braces_32_filled:before {
    content: "\ee92";
}
.icon-ic_fluent_braces_48_filled:before {
    content: "\ee93";
}
.icon-ic_fluent_branch_fork_32_filled:before {
    content: "\ee94";
}
.icon-ic_fluent_calendar_data_bar_16_filled:before {
    content: "\ee95";
}
.icon-ic_fluent_calendar_data_bar_20_filled:before {
    content: "\ee96";
}
.icon-ic_fluent_calendar_data_bar_24_filled:before {
    content: "\ee97";
}
.icon-ic_fluent_calendar_data_bar_28_filled:before {
    content: "\ee98";
}
.icon-ic_fluent_clipboard_3_day_16_filled:before {
    content: "\ee99";
}
.icon-ic_fluent_clipboard_3_day_20_filled:before {
    content: "\ee9a";
}
.icon-ic_fluent_clipboard_3_day_24_filled:before {
    content: "\ee9b";
}
.icon-ic_fluent_clipboard_day_16_filled:before {
    content: "\ee9c";
}
.icon-ic_fluent_clipboard_day_20_filled:before {
    content: "\ee9d";
}
.icon-ic_fluent_clipboard_day_24_filled:before {
    content: "\ee9e";
}
.icon-ic_fluent_clipboard_month_16_filled:before {
    content: "\ee9f";
}
.icon-ic_fluent_clipboard_month_20_filled:before {
    content: "\eea0";
}
.icon-ic_fluent_clipboard_month_24_filled:before {
    content: "\eea1";
}
.icon-ic_fluent_content_view_gallery_24_filled:before {
    content: "\eea2";
}
.icon-ic_fluent_content_view_gallery_28_filled:before {
    content: "\eea3";
}
.icon-ic_fluent_data_bar_vertical_16_filled:before {
    content: "\eea4";
}
.icon-ic_fluent_delete_12_filled:before {
    content: "\eea5";
}
.icon-ic_fluent_delete_32_filled:before {
    content: "\eea6";
}
.icon-ic_fluent_form_20_filled:before {
    content: "\eea7";
}
.icon-ic_fluent_form_24_filled:before {
    content: "\eea8";
}
.icon-ic_fluent_form_28_filled:before {
    content: "\eea9";
}
.icon-ic_fluent_form_48_filled:before {
    content: "\eeaa";
}
.icon-ic_fluent_mail_read_multiple_20_filled:before {
    content: "\eeab";
}
.icon-ic_fluent_mail_read_multiple_32_filled:before {
    content: "\eeac";
}
.icon-ic_fluent_megaphone_loud_16_filled:before {
    content: "\eead";
}
.icon-ic_fluent_panel_right_add_20_filled:before {
    content: "\eeae";
}
.icon-ic_fluent_person_note_16_filled:before {
    content: "\eeaf";
}
.icon-ic_fluent_shield_globe_16_filled:before {
    content: "\eeb0";
}
.icon-ic_fluent_shield_globe_20_filled:before {
    content: "\eeb1";
}
.icon-ic_fluent_shield_globe_24_filled:before {
    content: "\eeb2";
}
.icon-ic_fluent_square_multiple_28_filled:before {
    content: "\eeb3";
}
.icon-ic_fluent_square_multiple_32_filled:before {
    content: "\eeb4";
}
.icon-ic_fluent_square_multiple_48_filled:before {
    content: "\eeb5";
}
.icon-ic_fluent_table_calculator_20_filled:before {
    content: "\eeb6";
}
.icon-ic_fluent_xbox_controller_16_filled:before {
    content: "\eeb7";
}
.icon-ic_fluent_xbox_controller_20_filled:before {
    content: "\eeb8";
}
.icon-ic_fluent_xbox_controller_24_filled:before {
    content: "\eeb9";
}
.icon-ic_fluent_xbox_controller_28_filled:before {
    content: "\eeba";
}
.icon-ic_fluent_xbox_controller_32_filled:before {
    content: "\eebb";
}
.icon-ic_fluent_xbox_controller_48_filled:before {
    content: "\eebc";
}
.icon-ic_fluent_apps_32_filled:before {
    content: "\eebd";
}
.icon-ic_fluent_arrow_paragraph_16_filled:before {
    content: "\eebe";
}
.icon-ic_fluent_arrow_paragraph_24_filled:before {
    content: "\eebf";
}
.icon-ic_fluent_beaker_32_filled:before {
    content: "\eec0";
}
.icon-ic_fluent_building_retail_more_32_filled:before {
    content: "\eec2";
}
.icon-ic_fluent_calendar_month_32_filled:before {
    content: "\eec3";
}
.icon-ic_fluent_content_view_24_filled:before {
    content: "\eec4";
}
.icon-ic_fluent_content_view_28_filled:before {
    content: "\eec5";
}
.icon-ic_fluent_credit_card_clock_20_filled:before {
    content: "\eec6";
}
.icon-ic_fluent_credit_card_clock_24_filled:before {
    content: "\eec7";
}
.icon-ic_fluent_credit_card_clock_28_filled:before {
    content: "\eec8";
}
.icon-ic_fluent_credit_card_clock_32_filled:before {
    content: "\eec9";
}
.icon-ic_fluent_cube_32_filled:before {
    content: "\eeca";
}
.icon-ic_fluent_data_bar_vertical_32_filled:before {
    content: "\eecb";
}
.icon-ic_fluent_database_32_filled:before {
    content: "\eecc";
}
.icon-ic_fluent_document_data_32_filled:before {
    content: "\eecd";
}
.icon-ic_fluent_folder_people_20_filled:before {
    content: "\eece";
}
.icon-ic_fluent_folder_people_24_filled:before {
    content: "\eecf";
}
.icon-ic_fluent_gauge_32_filled:before {
    content: "\eed0";
}
.icon-ic_fluent_hand_left_chat_16_filled:before {
    content: "\eed1";
}
.icon-ic_fluent_hand_left_chat_20_filled:before {
    content: "\eed2";
}
.icon-ic_fluent_hand_left_chat_24_filled:before {
    content: "\eed3";
}
.icon-ic_fluent_hand_left_chat_28_filled:before {
    content: "\eed4";
}
.icon-ic_fluent_home_database_24_filled:before {
    content: "\eed5";
}
.icon-ic_fluent_home_database_32_filled:before {
    content: "\eed6";
}
.icon-ic_fluent_home_more_24_filled:before {
    content: "\eed7";
}
.icon-ic_fluent_home_more_32_filled:before {
    content: "\eed8";
}
.icon-ic_fluent_notebook_32_filled:before {
    content: "\eed9";
}
.icon-ic_fluent_payment_32_filled:before {
    content: "\eeda";
}
.icon-ic_fluent_payment_48_filled:before {
    content: "\eedb";
}
.icon-ic_fluent_person_running_20_filled:before {
    content: "\eedc";
}
.icon-ic_fluent_pipeline_24_filled:before {
    content: "\eedd";
}
.icon-ic_fluent_pipeline_32_filled:before {
    content: "\eede";
}
.icon-ic_fluent_stack_32_filled:before {
    content: "\eedf";
}
.icon-ic_fluent_text_align_justify_low_rotate_270_20_filled:before {
    content: "\eee0";
}
.icon-ic_fluent_text_align_justify_low_rotate_270_24_filled:before {
    content: "\eee1";
}
.icon-ic_fluent_text_align_justify_low_rotate_90_20_filled:before {
    content: "\eee2";
}
.icon-ic_fluent_text_align_justify_low_rotate_90_24_filled:before {
    content: "\eee3";
}
.icon-ic_fluent_animal_rabbit_32_filled:before {
    content: "\eec1";
}
.icon-ic_fluent_animal_rabbit_off_20_filled:before {
    content: "\eee4";
}
.icon-ic_fluent_animal_rabbit_off_32_filled:before {
    content: "\eee5";
}
.icon-ic_fluent_beaker_off_20_filled:before {
    content: "\eee6";
}
.icon-ic_fluent_beaker_off_32_filled:before {
    content: "\eee7";
}
.icon-ic_fluent_bowl_salad_20_filled:before {
    content: "\eee8";
}
.icon-ic_fluent_bowl_salad_24_filled:before {
    content: "\eee9";
}
.icon-ic_fluent_building_retail_more_24_filled:before {
    content: "\eeea";
}
.icon-ic_fluent_connected_16_filled:before {
    content: "\eeeb";
}
.icon-ic_fluent_connected_20_filled:before {
    content: "\eeec";
}
.icon-ic_fluent_document_text_16_filled:before {
    content: "\eeed";
}
.icon-ic_fluent_drink_bottle_20_filled:before {
    content: "\eeee";
}
.icon-ic_fluent_drink_bottle_32_filled:before {
    content: "\eeef";
}
.icon-ic_fluent_drink_bottle_off_20_filled:before {
    content: "\eef0";
}
.icon-ic_fluent_drink_bottle_off_32_filled:before {
    content: "\eef1";
}
.icon-ic_fluent_earth_32_filled:before {
    content: "\eef2";
}
.icon-ic_fluent_earth_leaf_16_filled:before {
    content: "\eef3";
}
.icon-ic_fluent_earth_leaf_20_filled:before {
    content: "\eef4";
}
.icon-ic_fluent_earth_leaf_24_filled:before {
    content: "\eef5";
}
.icon-ic_fluent_earth_leaf_32_filled:before {
    content: "\eef6";
}
.icon-ic_fluent_feed_16_filled:before {
    content: "\eef7";
}
.icon-ic_fluent_feed_20_filled:before {
    content: "\eef8";
}
.icon-ic_fluent_feed_24_filled:before {
    content: "\eef9";
}
.icon-ic_fluent_feed_28_filled:before {
    content: "\eefa";
}
.icon-ic_fluent_filmstrip_20_filled:before {
    content: "\eefb";
}
.icon-ic_fluent_filmstrip_24_filled:before {
    content: "\eefc";
}
.icon-ic_fluent_food_carrot_20_filled:before {
    content: "\eefd";
}
.icon-ic_fluent_food_carrot_24_filled:before {
    content: "\eefe";
}
.icon-ic_fluent_food_fish_20_filled:before {
    content: "\eeff";
}
.icon-ic_fluent_food_fish_24_filled:before {
    content: "\ef00";
}
.icon-ic_fluent_hand_open_heart_20_filled:before {
    content: "\ef01";
}
.icon-ic_fluent_hand_open_heart_32_filled:before {
    content: "\ef02";
}
.icon-ic_fluent_hand_wave_16_filled:before {
    content: "\ef03";
}
.icon-ic_fluent_hand_wave_20_filled:before {
    content: "\ef04";
}
.icon-ic_fluent_hand_wave_24_filled:before {
    content: "\ef05";
}
.icon-ic_fluent_handshake_32_filled:before {
    content: "\ef06";
}
.icon-ic_fluent_leaf_one_32_filled:before {
    content: "\ef07";
}
.icon-ic_fluent_leaf_two_32_filled:before {
    content: "\ef08";
}
.icon-ic_fluent_notebook_16_filled:before {
    content: "\ef09";
}
.icon-ic_fluent_person_heart_20_filled:before {
    content: "\ef0a";
}
.icon-ic_fluent_person_star_16_filled:before {
    content: "\ef0b";
}
.icon-ic_fluent_person_star_20_filled:before {
    content: "\ef0c";
}
.icon-ic_fluent_person_star_24_filled:before {
    content: "\ef0d";
}
.icon-ic_fluent_person_star_28_filled:before {
    content: "\ef0e";
}
.icon-ic_fluent_person_star_32_filled:before {
    content: "\ef0f";
}
.icon-ic_fluent_person_star_48_filled:before {
    content: "\ef10";
}
.icon-ic_fluent_pipeline_add_32_filled:before {
    content: "\ef11";
}
.icon-ic_fluent_recycle_20_filled:before {
    content: "\ef12";
}
.icon-ic_fluent_recycle_32_filled:before {
    content: "\ef13";
}
.icon-ic_fluent_reward_12_filled:before {
    content: "\ef14";
}
.icon-ic_fluent_slide_link_20_filled:before {
    content: "\ef15";
}
.icon-ic_fluent_slide_link_24_filled:before {
    content: "\ef16";
}
.icon-ic_fluent_food_chicken_leg_16_filled:before {
    content: "\ef17";
}
.icon-ic_fluent_food_chicken_leg_20_filled:before {
    content: "\ef18";
}
.icon-ic_fluent_food_chicken_leg_24_filled:before {
    content: "\ef19";
}
.icon-ic_fluent_food_chicken_leg_32_filled:before {
    content: "\ef1a";
}
.icon-ic_fluent_form_multiple_20_filled:before {
    content: "\ef1b";
}
.icon-ic_fluent_form_multiple_24_filled:before {
    content: "\ef1c";
}
.icon-ic_fluent_form_multiple_28_filled:before {
    content: "\ef1d";
}
.icon-ic_fluent_form_multiple_48_filled:before {
    content: "\ef1e";
}
.icon-ic_fluent_laser_tool_20_filled:before {
    content: "\ef1f";
}
.icon-ic_fluent_shield_32_filled:before {
    content: "\ef20";
}
.icon-ic_fluent_shield_question_16_filled:before {
    content: "\ef21";
}
.icon-ic_fluent_shield_question_20_filled:before {
    content: "\ef22";
}
.icon-ic_fluent_shield_question_24_filled:before {
    content: "\ef23";
}
.icon-ic_fluent_shield_question_32_filled:before {
    content: "\ef24";
}
.icon-ic_fluent_heart_broken_24_filled:before {
    content: "\ef25";
}
.icon-ic_fluent_layer_diagonal_20_filled:before {
    content: "\ef26";
}
.icon-ic_fluent_layer_diagonal_person_20_filled:before {
    content: "\ef27";
}
.icon-ic_fluent_text_wrap_16_filled:before {
    content: "\ef28";
}
.icon-ic_fluent_text_wrap_off_16_filled:before {
    content: "\ef29";
}
.icon-ic_fluent_text_wrap_off_20_filled:before {
    content: "\ef2a";
}
.icon-ic_fluent_text_wrap_off_24_filled:before {
    content: "\ef2b";
}
.icon-ic_fluent_trophy_lock_16_filled:before {
    content: "\ef2c";
}
.icon-ic_fluent_trophy_lock_20_filled:before {
    content: "\ef2d";
}
.icon-ic_fluent_trophy_lock_24_filled:before {
    content: "\ef2e";
}
.icon-ic_fluent_trophy_lock_28_filled:before {
    content: "\ef2f";
}
.icon-ic_fluent_trophy_lock_32_filled:before {
    content: "\ef30";
}
.icon-ic_fluent_trophy_lock_48_filled:before {
    content: "\ef31";
}
.icon-ic_fluent_arrow_repeat_1_16_filled:before {
    content: "\ef32";
}
.icon-ic_fluent_arrow_repeat_1_20_filled:before {
    content: "\ef33";
}
.icon-ic_fluent_arrow_repeat_1_24_filled:before {
    content: "\ef34";
}
.icon-ic_fluent_arrow_shuffle_16_filled:before {
    content: "\ef35";
}
.icon-ic_fluent_arrow_shuffle_20_filled:before {
    content: "\ef36";
}
.icon-ic_fluent_arrow_shuffle_24_filled:before {
    content: "\ef37";
}
.icon-ic_fluent_arrow_shuffle_28_filled:before {
    content: "\ef38";
}
.icon-ic_fluent_arrow_shuffle_32_filled:before {
    content: "\ef39";
}
.icon-ic_fluent_arrow_shuffle_48_filled:before {
    content: "\ef3a";
}
.icon-ic_fluent_arrow_shuffle_off_16_filled:before {
    content: "\ef3b";
}
.icon-ic_fluent_arrow_shuffle_off_20_filled:before {
    content: "\ef3c";
}
.icon-ic_fluent_arrow_shuffle_off_24_filled:before {
    content: "\ef3d";
}
.icon-ic_fluent_arrow_shuffle_off_28_filled:before {
    content: "\ef3e";
}
.icon-ic_fluent_arrow_shuffle_off_32_filled:before {
    content: "\ef3f";
}
.icon-ic_fluent_arrow_shuffle_off_48_filled:before {
    content: "\ef40";
}
.icon-ic_fluent_building_desktop_16_filled:before {
    content: "\ef41";
}
.icon-ic_fluent_building_desktop_20_filled:before {
    content: "\ef42";
}
.icon-ic_fluent_building_desktop_24_filled:before {
    content: "\ef43";
}
.icon-ic_fluent_calendar_empty_48_filled:before {
    content: "\ef44";
}
.icon-ic_fluent_calendar_lock_16_filled:before {
    content: "\ef45";
}
.icon-ic_fluent_calendar_lock_20_filled:before {
    content: "\ef46";
}
.icon-ic_fluent_calendar_lock_24_filled:before {
    content: "\ef47";
}
.icon-ic_fluent_calendar_lock_28_filled:before {
    content: "\ef48";
}
.icon-ic_fluent_calendar_lock_32_filled:before {
    content: "\ef49";
}
.icon-ic_fluent_calendar_lock_48_filled:before {
    content: "\ef4a";
}
.icon-ic_fluent_calendar_settings_24_filled:before {
    content: "\ef4b";
}
.icon-ic_fluent_calendar_settings_28_filled:before {
    content: "\ef4c";
}
.icon-ic_fluent_calendar_settings_32_filled:before {
    content: "\ef4d";
}
.icon-ic_fluent_calendar_settings_48_filled:before {
    content: "\ef4e";
}
.icon-ic_fluent_call_12_filled:before {
    content: "\ef4f";
}
.icon-ic_fluent_call_missed_12_filled:before {
    content: "\ef50";
}
.icon-ic_fluent_chat_add_16_filled:before {
    content: "\ef51";
}
.icon-ic_fluent_chat_add_20_filled:before {
    content: "\ef52";
}
.icon-ic_fluent_chat_add_24_filled:before {
    content: "\ef53";
}
.icon-ic_fluent_chat_add_28_filled:before {
    content: "\ef54";
}
.icon-ic_fluent_chat_add_32_filled:before {
    content: "\ef55";
}
.icon-ic_fluent_chat_add_48_filled:before {
    content: "\ef56";
}
.icon-ic_fluent_chat_cursor_16_filled:before {
    content: "\ef57";
}
.icon-ic_fluent_chat_cursor_20_filled:before {
    content: "\ef58";
}
.icon-ic_fluent_chat_cursor_24_filled:before {
    content: "\ef59";
}
.icon-ic_fluent_chat_empty_12_filled:before {
    content: "\ef5a";
}
.icon-ic_fluent_chat_empty_16_filled:before {
    content: "\ef5b";
}
.icon-ic_fluent_chat_empty_20_filled:before {
    content: "\ef5c";
}
.icon-ic_fluent_chat_empty_24_filled:before {
    content: "\ef5d";
}
.icon-ic_fluent_chat_empty_28_filled:before {
    content: "\ef5e";
}
.icon-ic_fluent_chat_empty_32_filled:before {
    content: "\ef5f";
}
.icon-ic_fluent_chat_empty_48_filled:before {
    content: "\ef60";
}
.icon-ic_fluent_circle_image_16_filled:before {
    content: "\ef61";
}
.icon-ic_fluent_circle_image_24_filled:before {
    content: "\ef62";
}
.icon-ic_fluent_circle_image_28_filled:before {
    content: "\ef63";
}
.icon-ic_fluent_code_text_16_filled:before {
    content: "\ef64";
}
.icon-ic_fluent_desktop_checkmark_16_filled:before {
    content: "\ef65";
}
.icon-ic_fluent_desktop_checkmark_20_filled:before {
    content: "\ef66";
}
.icon-ic_fluent_desktop_checkmark_24_filled:before {
    content: "\ef67";
}
.icon-ic_fluent_fire_16_filled:before {
    content: "\ef68";
}
.icon-ic_fluent_fire_20_filled:before {
    content: "\ef69";
}
.icon-ic_fluent_fire_24_filled:before {
    content: "\ef6a";
}
.icon-ic_fluent_hourglass_20_filled:before {
    content: "\ef6b";
}
.icon-ic_fluent_hourglass_24_filled:before {
    content: "\ef6c";
}
.icon-ic_fluent_hourglass_half_20_filled:before {
    content: "\ef6d";
}
.icon-ic_fluent_hourglass_half_24_filled:before {
    content: "\ef6e";
}
.icon-ic_fluent_hourglass_one_quarter_20_filled:before {
    content: "\ef6f";
}
.icon-ic_fluent_hourglass_one_quarter_24_filled:before {
    content: "\ef70";
}
.icon-ic_fluent_hourglass_three_quarter_20_filled:before {
    content: "\ef71";
}
.icon-ic_fluent_hourglass_three_quarter_24_filled:before {
    content: "\ef72";
}
.icon-ic_fluent_ink_stroke_arrow_down_20_filled:before {
    content: "\ef73";
}
.icon-ic_fluent_ink_stroke_arrow_down_24_filled:before {
    content: "\ef74";
}
.icon-ic_fluent_ink_stroke_arrow_up_down_20_filled:before {
    content: "\ef75";
}
.icon-ic_fluent_ink_stroke_arrow_up_down_24_filled:before {
    content: "\ef76";
}
.icon-ic_fluent_megaphone_circle_20_filled:before {
    content: "\ef77";
}
.icon-ic_fluent_megaphone_circle_24_filled:before {
    content: "\ef78";
}
.icon-ic_fluent_person_alert_16_filled:before {
    content: "\ef91";
}
.icon-ic_fluent_person_alert_20_filled:before {
    content: "\ef92";
}
.icon-ic_fluent_person_alert_24_filled:before {
    content: "\ef93";
}
.icon-ic_fluent_person_arrow_back_16_filled:before {
    content: "\ef94";
}
.icon-ic_fluent_person_arrow_back_20_filled:before {
    content: "\ef95";
}
.icon-ic_fluent_person_arrow_back_24_filled:before {
    content: "\ef96";
}
.icon-ic_fluent_person_arrow_back_28_filled:before {
    content: "\ef97";
}
.icon-ic_fluent_person_arrow_back_32_filled:before {
    content: "\ef98";
}
.icon-ic_fluent_person_arrow_back_48_filled:before {
    content: "\ef99";
}
.icon-ic_fluent_person_link_16_filled:before {
    content: "\ef9a";
}
.icon-ic_fluent_person_link_20_filled:before {
    content: "\ef9b";
}
.icon-ic_fluent_person_link_24_filled:before {
    content: "\ef9c";
}
.icon-ic_fluent_person_link_28_filled:before {
    content: "\ef9d";
}
.icon-ic_fluent_person_link_32_filled:before {
    content: "\ef9e";
}
.icon-ic_fluent_person_link_48_filled:before {
    content: "\ef9f";
}
.icon-ic_fluent_phone_28_filled:before {
    content: "\efa0";
}
.icon-ic_fluent_phone_32_filled:before {
    content: "\efa1";
}
.icon-ic_fluent_phone_48_filled:before {
    content: "\efa2";
}
.icon-ic_fluent_phone_chat_16_filled:before {
    content: "\efa3";
}
.icon-ic_fluent_phone_chat_20_filled:before {
    content: "\efa4";
}
.icon-ic_fluent_phone_chat_24_filled:before {
    content: "\efa5";
}
.icon-ic_fluent_phone_chat_28_filled:before {
    content: "\efa6";
}
.icon-ic_fluent_premium_12_filled:before {
    content: "\efa7";
}
.icon-ic_fluent_shield_add_16_filled:before {
    content: "\efa8";
}
.icon-ic_fluent_shield_add_20_filled:before {
    content: "\efa9";
}
.icon-ic_fluent_shield_add_24_filled:before {
    content: "\efaa";
}
.icon-ic_fluent_sparkle_circle_20_filled:before {
    content: "\efab";
}
.icon-ic_fluent_sparkle_circle_24_filled:before {
    content: "\efac";
}
.icon-ic_fluent_task_list_square_ltr_16_filled:before {
    content: "\efad";
}
.icon-ic_fluent_task_list_square_rtl_16_filled:before {
    content: "\efae";
}
.icon-ic_fluent_text_direction_horizontal_ltr_20_filled:before {
    content: "\efb1";
}
.icon-ic_fluent_text_direction_horizontal_ltr_24_filled:before {
    content: "\efb2";
}
.icon-ic_fluent_text_direction_horizontal_rtl_20_filled:before {
    content: "\efb3";
}
.icon-ic_fluent_text_direction_horizontal_rtl_24_filled:before {
    content: "\efb4";
}
.icon-ic_fluent_text_direction_rotate_90_ltr_20_filled:before {
    content: "\efb5";
}
.icon-ic_fluent_text_direction_rotate_90_ltr_24_filled:before {
    content: "\efb6";
}
.icon-ic_fluent_text_direction_rotate_90_rtl_20_filled:before {
    content: "\efb7";
}
.icon-ic_fluent_text_direction_rotate_90_rtl_24_filled:before {
    content: "\efb8";
}
.icon-ic_fluent_app_generic_32_filled:before {
    content: "\efb9";
}
.icon-ic_fluent_code_block_16_filled:before {
    content: "\efba";
}
.icon-ic_fluent_code_block_20_filled:before {
    content: "\efbb";
}
.icon-ic_fluent_code_block_24_filled:before {
    content: "\efbc";
}
.icon-ic_fluent_code_block_28_filled:before {
    content: "\efbd";
}
.icon-ic_fluent_code_block_32_filled:before {
    content: "\efbe";
}
.icon-ic_fluent_code_block_48_filled:before {
    content: "\efbf";
}
.icon-ic_fluent_data_bar_vertical_star_16_filled:before {
    content: "\efc0";
}
.icon-ic_fluent_data_bar_vertical_star_20_filled:before {
    content: "\efc1";
}
.icon-ic_fluent_data_bar_vertical_star_24_filled:before {
    content: "\efc2";
}
.icon-ic_fluent_data_bar_vertical_star_32_filled:before {
    content: "\efc3";
}
.icon-ic_fluent_database_arrow_right_32_filled:before {
    content: "\efc4";
}
.icon-ic_fluent_document_sync_32_filled:before {
    content: "\efc5";
}
.icon-ic_fluent_equal_off_12_filled:before {
    content: "\efc6";
}
.icon-ic_fluent_equal_off_16_filled:before {
    content: "\efc7";
}
.icon-ic_fluent_eye_28_filled:before {
    content: "\efc8";
}
.icon-ic_fluent_eye_32_filled:before {
    content: "\efc9";
}
.icon-ic_fluent_eye_48_filled:before {
    content: "\efca";
}
.icon-ic_fluent_eye_lines_20_filled:before {
    content: "\efcb";
}
.icon-ic_fluent_eye_lines_24_filled:before {
    content: "\efcc";
}
.icon-ic_fluent_eye_lines_28_filled:before {
    content: "\efcd";
}
.icon-ic_fluent_eye_lines_32_filled:before {
    content: "\efce";
}
.icon-ic_fluent_eye_lines_48_filled:before {
    content: "\efcf";
}
.icon-ic_fluent_text_bullet_list_square_person_32_filled:before {
    content: "\efd3";
}
.icon-ic_fluent_weather_snowflake_32_filled:before {
    content: "\efd4";
}
.icon-ic_fluent_window_database_24_filled:before {
    content: "\efd5";
}
.icon-ic_fluent_arrow_trending_12_filled:before {
    content: "\efd6";
}
.icon-ic_fluent_building_people_16_filled:before {
    content: "\efd7";
}
.icon-ic_fluent_building_people_20_filled:before {
    content: "\efd8";
}
.icon-ic_fluent_building_people_24_filled:before {
    content: "\efd9";
}
.icon-ic_fluent_cloud_error_16_filled:before {
    content: "\efda";
}
.icon-ic_fluent_cloud_error_20_filled:before {
    content: "\efdb";
}
.icon-ic_fluent_cloud_error_24_filled:before {
    content: "\efdc";
}
.icon-ic_fluent_cloud_error_28_filled:before {
    content: "\efdd";
}
.icon-ic_fluent_cloud_error_32_filled:before {
    content: "\efde";
}
.icon-ic_fluent_cloud_error_48_filled:before {
    content: "\efdf";
}
.icon-ic_fluent_couch_32_filled:before {
    content: "\efe0";
}
.icon-ic_fluent_couch_48_filled:before {
    content: "\efe1";
}
.icon-ic_fluent_database_arrow_right_24_filled:before {
    content: "\efe2";
}
.icon-ic_fluent_dishwasher_20_filled:before {
    content: "\efe3";
}
.icon-ic_fluent_dishwasher_24_filled:before {
    content: "\efe4";
}
.icon-ic_fluent_dishwasher_32_filled:before {
    content: "\efe5";
}
.icon-ic_fluent_dishwasher_48_filled:before {
    content: "\efe6";
}
.icon-ic_fluent_elevator_20_filled:before {
    content: "\efe7";
}
.icon-ic_fluent_elevator_24_filled:before {
    content: "\efe8";
}
.icon-ic_fluent_elevator_32_filled:before {
    content: "\efe9";
}
.icon-ic_fluent_feed_32_filled:before {
    content: "\efea";
}
.icon-ic_fluent_feed_48_filled:before {
    content: "\efeb";
}
.icon-ic_fluent_fireplace_20_filled:before {
    content: "\efec";
}
.icon-ic_fluent_fireplace_24_filled:before {
    content: "\efed";
}
.icon-ic_fluent_fireplace_32_filled:before {
    content: "\efee";
}
.icon-ic_fluent_fireplace_48_filled:before {
    content: "\efef";
}
.icon-ic_fluent_mention_12_filled:before {
    content: "\eff0";
}
.icon-ic_fluent_oven_20_filled:before {
    content: "\eff1";
}
.icon-ic_fluent_oven_24_filled:before {
    content: "\eff2";
}
.icon-ic_fluent_oven_32_filled:before {
    content: "\eff3";
}
.icon-ic_fluent_oven_48_filled:before {
    content: "\eff4";
}
.icon-ic_fluent_panel_left_32_filled:before {
    content: "\eff6";
}
.icon-ic_fluent_panel_left_add_16_filled:before {
    content: "\eff7";
}
.icon-ic_fluent_panel_left_add_20_filled:before {
    content: "\eff8";
}
.icon-ic_fluent_panel_left_add_24_filled:before {
    content: "\eff9";
}
.icon-ic_fluent_panel_left_add_28_filled:before {
    content: "\effa";
}
.icon-ic_fluent_panel_left_add_32_filled:before {
    content: "\effb";
}
.icon-ic_fluent_panel_left_add_48_filled:before {
    content: "\effc";
}
.icon-ic_fluent_panel_left_key_16_filled:before {
    content: "\effd";
}
.icon-ic_fluent_panel_left_key_20_filled:before {
    content: "\effe";
}
.icon-ic_fluent_panel_left_key_24_filled:before {
    content: "\efff";
}
.icon-ic_fluent_panel_right_32_filled:before {
    content: "\f000";
}
.icon-ic_fluent_status_12_filled:before {
    content: "\f001";
}
.icon-ic_fluent_vehicle_car_parking_20_filled:before {
    content: "\f002";
}
.icon-ic_fluent_vehicle_car_parking_24_filled:before {
    content: "\f003";
}
.icon-ic_fluent_vehicle_car_profile_ltr_24_filled:before {
    content: "\f004";
}
.icon-ic_fluent_vehicle_car_profile_rtl_24_filled:before {
    content: "\f005";
}
.icon-ic_fluent_washer_20_filled:before {
    content: "\f006";
}
.icon-ic_fluent_washer_24_filled:before {
    content: "\f007";
}
.icon-ic_fluent_washer_32_filled:before {
    content: "\f008";
}
.icon-ic_fluent_washer_48_filled:before {
    content: "\f009";
}
.icon-ic_fluent_accessibility_checkmark_28_filled:before {
    content: "\f00a";
}
.icon-ic_fluent_accessibility_checkmark_32_filled:before {
    content: "\f00b";
}
.icon-ic_fluent_accessibility_checkmark_48_filled:before {
    content: "\f00c";
}
.icon-ic_fluent_add_circle_12_filled:before {
    content: "\f00d";
}
.icon-ic_fluent_arrow_turn_down_right_20_filled:before {
    content: "\f00e";
}
.icon-ic_fluent_arrow_turn_down_right_48_filled:before {
    content: "\f00f";
}
.icon-ic_fluent_arrow_turn_down_up_20_filled:before {
    content: "\f010";
}
.icon-ic_fluent_arrow_turn_down_up_48_filled:before {
    content: "\f011";
}
.icon-ic_fluent_arrow_turn_left_down_20_filled:before {
    content: "\f012";
}
.icon-ic_fluent_arrow_turn_left_down_48_filled:before {
    content: "\f013";
}
.icon-ic_fluent_arrow_turn_left_right_20_filled:before {
    content: "\f014";
}
.icon-ic_fluent_arrow_turn_left_right_48_filled:before {
    content: "\f015";
}
.icon-ic_fluent_arrow_turn_left_up_20_filled:before {
    content: "\f016";
}
.icon-ic_fluent_arrow_turn_left_up_48_filled:before {
    content: "\f017";
}
.icon-ic_fluent_arrow_turn_right_48_filled:before {
    content: "\f018";
}
.icon-ic_fluent_arrow_turn_right_down_20_filled:before {
    content: "\f019";
}
.icon-ic_fluent_arrow_turn_right_down_48_filled:before {
    content: "\f01a";
}
.icon-ic_fluent_arrow_turn_right_left_20_filled:before {
    content: "\f01b";
}
.icon-ic_fluent_arrow_turn_right_left_48_filled:before {
    content: "\f01c";
}
.icon-ic_fluent_arrow_turn_right_up_20_filled:before {
    content: "\f01d";
}
.icon-ic_fluent_arrow_turn_right_up_48_filled:before {
    content: "\f01e";
}
.icon-ic_fluent_arrow_turn_up_down_20_filled:before {
    content: "\f01f";
}
.icon-ic_fluent_arrow_turn_up_down_48_filled:before {
    content: "\f020";
}
.icon-ic_fluent_arrow_turn_up_left_20_filled:before {
    content: "\f021";
}
.icon-ic_fluent_arrow_turn_up_left_48_filled:before {
    content: "\f022";
}
.icon-ic_fluent_building_townhouse_20_filled:before {
    content: "\f023";
}
.icon-ic_fluent_building_townhouse_24_filled:before {
    content: "\f024";
}
.icon-ic_fluent_building_townhouse_32_filled:before {
    content: "\f025";
}
.icon-ic_fluent_camera_sparkles_20_filled:before {
    content: "\f026";
}
.icon-ic_fluent_camera_sparkles_24_filled:before {
    content: "\f027";
}
.icon-ic_fluent_chat_bubbles_question_28_filled:before {
    content: "\f02a";
}
.icon-ic_fluent_chat_bubbles_question_32_filled:before {
    content: "\f02b";
}
.icon-ic_fluent_crop_16_filled:before {
    content: "\f02c";
}
.icon-ic_fluent_crop_28_filled:before {
    content: "\f02d";
}
.icon-ic_fluent_crop_32_filled:before {
    content: "\f02e";
}
.icon-ic_fluent_crop_48_filled:before {
    content: "\f02f";
}
.icon-ic_fluent_data_trending_28_filled:before {
    content: "\f030";
}
.icon-ic_fluent_data_trending_32_filled:before {
    content: "\f031";
}
.icon-ic_fluent_data_trending_48_filled:before {
    content: "\f032";
}
.icon-ic_fluent_document_database_20_filled:before {
    content: "\f033";
}
.icon-ic_fluent_document_database_24_filled:before {
    content: "\f034";
}
.icon-ic_fluent_earth_48_filled:before {
    content: "\f035";
}
.icon-ic_fluent_earth_leaf_48_filled:before {
    content: "\f036";
}
.icon-ic_fluent_elevator_48_filled:before {
    content: "\f037";
}
.icon-ic_fluent_home_split_20_filled:before {
    content: "\f038";
}
.icon-ic_fluent_home_split_24_filled:before {
    content: "\f039";
}
.icon-ic_fluent_home_split_32_filled:before {
    content: "\f03a";
}
.icon-ic_fluent_home_split_48_filled:before {
    content: "\f03b";
}
.icon-ic_fluent_leaf_two_48_filled:before {
    content: "\f03c";
}
.icon-ic_fluent_panel_right_cursor_20_filled:before {
    content: "\f03d";
}
.icon-ic_fluent_panel_right_cursor_24_filled:before {
    content: "\f03e";
}
.icon-ic_fluent_person_board_28_filled:before {
    content: "\f03f";
}
.icon-ic_fluent_person_board_32_filled:before {
    content: "\f040";
}
.icon-ic_fluent_person_circle_28_filled:before {
    content: "\f041";
}
.icon-ic_fluent_person_circle_32_filled:before {
    content: "\f042";
}
.icon-ic_fluent_person_square_20_filled:before {
    content: "\f043";
}
.icon-ic_fluent_person_square_24_filled:before {
    content: "\f044";
}
.icon-ic_fluent_person_starburst_20_filled:before {
    content: "\f045";
}
.icon-ic_fluent_person_starburst_24_filled:before {
    content: "\f046";
}
.icon-ic_fluent_receipt_sparkles_20_filled:before {
    content: "\f047";
}
.icon-ic_fluent_receipt_sparkles_24_filled:before {
    content: "\f048";
}
.icon-ic_fluent_ruler_28_filled:before {
    content: "\f049";
}
.icon-ic_fluent_ruler_32_filled:before {
    content: "\f04a";
}
.icon-ic_fluent_ruler_48_filled:before {
    content: "\f04b";
}
.icon-ic_fluent_scan_qr_code_24_filled:before {
    content: "\f04c";
}
.icon-ic_fluent_showerhead_20_filled:before {
    content: "\f04d";
}
.icon-ic_fluent_showerhead_24_filled:before {
    content: "\f04e";
}
.icon-ic_fluent_showerhead_32_filled:before {
    content: "\f04f";
}
.icon-ic_fluent_slide_text_multiple_16_filled:before {
    content: "\f050";
}
.icon-ic_fluent_slide_text_multiple_20_filled:before {
    content: "\f051";
}
.icon-ic_fluent_slide_text_multiple_24_filled:before {
    content: "\f052";
}
.icon-ic_fluent_slide_text_multiple_32_filled:before {
    content: "\f053";
}
.icon-ic_fluent_swimming_pool_20_filled:before {
    content: "\f054";
}
.icon-ic_fluent_swimming_pool_24_filled:before {
    content: "\f055";
}
.icon-ic_fluent_swimming_pool_32_filled:before {
    content: "\f056";
}
.icon-ic_fluent_swimming_pool_48_filled:before {
    content: "\f057";
}
.icon-ic_fluent_temperature_32_filled:before {
    content: "\f058";
}
.icon-ic_fluent_temperature_48_filled:before {
    content: "\f059";
}
.icon-ic_fluent_vehicle_car_32_filled:before {
    content: "\f05a";
}
.icon-ic_fluent_vehicle_car_parking_16_filled:before {
    content: "\f05b";
}
.icon-ic_fluent_vehicle_car_parking_32_filled:before {
    content: "\f05c";
}
.icon-ic_fluent_vehicle_car_parking_48_filled:before {
    content: "\f05d";
}
.icon-ic_fluent_vehicle_car_profile_ltr_clock_16_filled:before {
    content: "\f05e";
}
.icon-ic_fluent_vehicle_car_profile_ltr_clock_20_filled:before {
    content: "\f05f";
}
.icon-ic_fluent_vehicle_car_profile_ltr_clock_24_filled:before {
    content: "\f060";
}
.icon-ic_fluent_video_people_32_filled:before {
    content: "\f061";
}
.icon-ic_fluent_water_16_filled:before {
    content: "\f062";
}
.icon-ic_fluent_water_20_filled:before {
    content: "\f063";
}
.icon-ic_fluent_water_24_filled:before {
    content: "\f064";
}
.icon-ic_fluent_water_32_filled:before {
    content: "\f065";
}
.icon-ic_fluent_water_48_filled:before {
    content: "\f066";
}
.icon-ic_fluent_arrow_turn_down_left_20_filled:before {
    content: "\f067";
}
.icon-ic_fluent_arrow_turn_down_left_48_filled:before {
    content: "\f068";
}
.icon-ic_fluent_autosum_16_filled:before {
    content: "\f069";
}
.icon-ic_fluent_bubble_multiple_20_filled:before {
    content: "\f06a";
}
.icon-ic_fluent_calculator_16_filled:before {
    content: "\f06b";
}
.icon-ic_fluent_calculator_multiple_16_filled:before {
    content: "\f06c";
}
.icon-ic_fluent_camera_sparkles_16_filled:before {
    content: "\f06d";
}
.icon-ic_fluent_crown_16_filled:before {
    content: "\f06e";
}
.icon-ic_fluent_crown_20_filled:before {
    content: "\f06f";
}
.icon-ic_fluent_flag_checkered_20_filled:before {
    content: "\f070";
}
.icon-ic_fluent_glance_horizontal_16_filled:before {
    content: "\f071";
}
.icon-ic_fluent_glance_horizontal_sparkles_16_filled:before {
    content: "\f072";
}
.icon-ic_fluent_glance_horizontal_sparkles_24_filled:before {
    content: "\f073";
}
.icon-ic_fluent_grid_circles_24_filled:before {
    content: "\f074";
}
.icon-ic_fluent_grid_circles_28_filled:before {
    content: "\f075";
}
.icon-ic_fluent_heart_circle_hint_16_filled:before {
    content: "\f076";
}
.icon-ic_fluent_heart_circle_hint_20_filled:before {
    content: "\f077";
}
.icon-ic_fluent_heart_circle_hint_24_filled:before {
    content: "\f078";
}
.icon-ic_fluent_heart_circle_hint_28_filled:before {
    content: "\f079";
}
.icon-ic_fluent_heart_circle_hint_32_filled:before {
    content: "\f07a";
}
.icon-ic_fluent_heart_circle_hint_48_filled:before {
    content: "\f07b";
}
.icon-ic_fluent_lightbulb_28_filled:before {
    content: "\f07c";
}
.icon-ic_fluent_lightbulb_32_filled:before {
    content: "\f07d";
}
.icon-ic_fluent_lightbulb_48_filled:before {
    content: "\f07e";
}
.icon-ic_fluent_lightbulb_person_16_filled:before {
    content: "\f07f";
}
.icon-ic_fluent_lightbulb_person_20_filled:before {
    content: "\f080";
}
.icon-ic_fluent_lightbulb_person_24_filled:before {
    content: "\f081";
}
.icon-ic_fluent_lightbulb_person_28_filled:before {
    content: "\f082";
}
.icon-ic_fluent_lightbulb_person_32_filled:before {
    content: "\f083";
}
.icon-ic_fluent_lightbulb_person_48_filled:before {
    content: "\f084";
}
.icon-ic_fluent_megaphone_loud_28_filled:before {
    content: "\f085";
}
.icon-ic_fluent_megaphone_loud_32_filled:before {
    content: "\f086";
}
.icon-ic_fluent_person_walking_20_filled:before {
    content: "\f087";
}
.icon-ic_fluent_person_walking_24_filled:before {
    content: "\f088";
}
.icon-ic_fluent_receipt_16_filled:before {
    content: "\f089";
}
.icon-ic_fluent_receipt_28_filled:before {
    content: "\f08a";
}
.icon-ic_fluent_receipt_sparkles_16_filled:before {
    content: "\f08b";
}
.icon-ic_fluent_scan_text_16_filled:before {
    content: "\f08c";
}
.icon-ic_fluent_scan_text_28_filled:before {
    content: "\f08d";
}
.icon-ic_fluent_table_calculator_16_filled:before {
    content: "\f08e";
}
.icon-ic_fluent_table_simple_checkmark_16_filled:before {
    content: "\f08f";
}
.icon-ic_fluent_table_simple_checkmark_20_filled:before {
    content: "\f090";
}
.icon-ic_fluent_table_simple_checkmark_24_filled:before {
    content: "\f091";
}
.icon-ic_fluent_table_simple_checkmark_28_filled:before {
    content: "\f092";
}
.icon-ic_fluent_table_simple_checkmark_32_filled:before {
    content: "\f093";
}
.icon-ic_fluent_table_simple_checkmark_48_filled:before {
    content: "\f094";
}
.icon-ic_fluent_tabs_16_filled:before {
    content: "\f095";
}
.icon-ic_fluent_text_underline_double_20_filled:before {
    content: "\f096";
}
.icon-ic_fluent_text_underline_double_24_filled:before {
    content: "\f097";
}
.icon-ic_fluent_xbox_controller_error_20_filled:before {
    content: "\f098";
}
.icon-ic_fluent_xbox_controller_error_24_filled:before {
    content: "\f099";
}
.icon-ic_fluent_xbox_controller_error_32_filled:before {
    content: "\f09a";
}
.icon-ic_fluent_xbox_controller_error_48_filled:before {
    content: "\f09b";
}
.icon-ic_fluent_align_distribute_bottom_16_filled:before {
    content: "\f09c";
}
.icon-ic_fluent_align_distribute_left_16_filled:before {
    content: "\f09d";
}
.icon-ic_fluent_align_distribute_right_16_filled:before {
    content: "\f09e";
}
.icon-ic_fluent_align_distribute_top_16_filled:before {
    content: "\f09f";
}
.icon-ic_fluent_align_stretch_horizontal_16_filled:before {
    content: "\f0a0";
}
.icon-ic_fluent_align_stretch_vertical_16_filled:before {
    content: "\f0a1";
}
.icon-ic_fluent_arrow_next_16_filled:before {
    content: "\f0a2";
}
.icon-ic_fluent_arrow_previous_16_filled:before {
    content: "\f0a3";
}
.icon-ic_fluent_braces_checkmark_16_filled:before {
    content: "\f0a4";
}
.icon-ic_fluent_braces_dismiss_16_filled:before {
    content: "\f0a5";
}
.icon-ic_fluent_branch_16_filled:before {
    content: "\f0a6";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_16_filled:before {
    content: "\f0a7";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_20_filled:before {
    content: "\f0a8";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_24_filled:before {
    content: "\f0a9";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_28_filled:before {
    content: "\f0aa";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_32_filled:before {
    content: "\f0ab";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_48_filled:before {
    content: "\f0ac";
}
.icon-ic_fluent_calendar_play_16_filled:before {
    content: "\f0ad";
}
.icon-ic_fluent_calendar_play_20_filled:before {
    content: "\f0ae";
}
.icon-ic_fluent_calendar_play_24_filled:before {
    content: "\f0af";
}
.icon-ic_fluent_calendar_play_28_filled:before {
    content: "\f0b0";
}
.icon-ic_fluent_calendar_shield_16_filled:before {
    content: "\f0b1";
}
.icon-ic_fluent_calendar_shield_20_filled:before {
    content: "\f0b2";
}
.icon-ic_fluent_calendar_shield_24_filled:before {
    content: "\f0b3";
}
.icon-ic_fluent_calendar_shield_28_filled:before {
    content: "\f0b4";
}
.icon-ic_fluent_calendar_shield_32_filled:before {
    content: "\f0b5";
}
.icon-ic_fluent_calendar_shield_48_filled:before {
    content: "\f0b6";
}
.icon-ic_fluent_call_transfer_24_filled:before {
    content: "\f0b7";
}
.icon-ic_fluent_call_transfer_32_filled:before {
    content: "\f0b8";
}
.icon-ic_fluent_camera_off_16_filled:before {
    content: "\f0b9";
}
.icon-ic_fluent_cd_16_filled:before {
    content: "\f0ba";
}
.icon-ic_fluent_certificate_16_filled:before {
    content: "\f0bb";
}
.icon-ic_fluent_clipboard_error_16_filled:before {
    content: "\f0bc";
}
.icon-ic_fluent_clipboard_multiple_16_filled:before {
    content: "\f0bd";
}
.icon-ic_fluent_clipboard_note_16_filled:before {
    content: "\f0be";
}
.icon-ic_fluent_clipboard_task_16_filled:before {
    content: "\f0bf";
}
.icon-ic_fluent_clipboard_text_ltr_16_filled:before {
    content: "\f0c0";
}
.icon-ic_fluent_clipboard_text_rtl_16_filled:before {
    content: "\f0c1";
}
.icon-ic_fluent_cloud_add_24_filled:before {
    content: "\f0c2";
}
.icon-ic_fluent_cloud_edit_24_filled:before {
    content: "\f0c3";
}
.icon-ic_fluent_cloud_link_24_filled:before {
    content: "\f0c4";
}
.icon-ic_fluent_code_cs_16_filled:before {
    content: "\f0c5";
}
.icon-ic_fluent_code_cs_rectangle_16_filled:before {
    content: "\f0c6";
}
.icon-ic_fluent_code_fs_16_filled:before {
    content: "\f0c7";
}
.icon-ic_fluent_code_fs_rectangle_16_filled:before {
    content: "\f0c8";
}
.icon-ic_fluent_code_js_16_filled:before {
    content: "\f0c9";
}
.icon-ic_fluent_code_js_rectangle_16_filled:before {
    content: "\f0ca";
}
.icon-ic_fluent_code_py_16_filled:before {
    content: "\f0cb";
}
.icon-ic_fluent_code_py_rectangle_16_filled:before {
    content: "\f0cc";
}
.icon-ic_fluent_code_rb_16_filled:before {
    content: "\f0cd";
}
.icon-ic_fluent_code_rb_rectangle_16_filled:before {
    content: "\f0ce";
}
.icon-ic_fluent_code_text_off_16_filled:before {
    content: "\f0cf";
}
.icon-ic_fluent_code_ts_16_filled:before {
    content: "\f0d0";
}
.icon-ic_fluent_code_ts_rectangle_16_filled:before {
    content: "\f0d1";
}
.icon-ic_fluent_code_vb_16_filled:before {
    content: "\f0d2";
}
.icon-ic_fluent_code_vb_rectangle_16_filled:before {
    content: "\f0d3";
}
.icon-ic_fluent_cone_16_filled:before {
    content: "\f0d4";
}
.icon-ic_fluent_data_bar_horizontal_descending_16_filled:before {
    content: "\f0d5";
}
.icon-ic_fluent_data_bar_vertical_ascending_16_filled:before {
    content: "\f0d6";
}
.icon-ic_fluent_database_16_filled:before {
    content: "\f0d7";
}
.icon-ic_fluent_database_stack_16_filled:before {
    content: "\f0d8";
}
.icon-ic_fluent_developer_board_16_filled:before {
    content: "\f0d9";
}
.icon-ic_fluent_document_contract_16_filled:before {
    content: "\f0da";
}
.icon-ic_fluent_document_cs_16_filled:before {
    content: "\f0db";
}
.icon-ic_fluent_document_css_16_filled:before {
    content: "\f0dc";
}
.icon-ic_fluent_document_data_16_filled:before {
    content: "\f0dd";
}
.icon-ic_fluent_document_fs_16_filled:before {
    content: "\f0de";
}
.icon-ic_fluent_document_js_16_filled:before {
    content: "\f0df";
}
.icon-ic_fluent_document_number_1_16_filled:before {
    content: "\f0e0";
}
.icon-ic_fluent_document_py_16_filled:before {
    content: "\f0e1";
}
.icon-ic_fluent_document_rb_16_filled:before {
    content: "\f0e2";
}
.icon-ic_fluent_document_target_16_filled:before {
    content: "\f0e3";
}
.icon-ic_fluent_document_ts_16_filled:before {
    content: "\f0e4";
}
.icon-ic_fluent_document_vb_16_filled:before {
    content: "\f0e5";
}
.icon-ic_fluent_eyedropper_16_filled:before {
    content: "\f0e6";
}
.icon-ic_fluent_folder_multiple_16_filled:before {
    content: "\f0e7";
}
.icon-ic_fluent_folder_open_vertical_16_filled:before {
    content: "\f0e8";
}
.icon-ic_fluent_gantt_chart_16_filled:before {
    content: "\f0e9";
}
.icon-ic_fluent_hard_drive_16_filled:before {
    content: "\f0ea";
}
.icon-ic_fluent_hourglass_16_filled:before {
    content: "\f0eb";
}
.icon-ic_fluent_hourglass_half_16_filled:before {
    content: "\f0ec";
}
.icon-ic_fluent_hourglass_one_quarter_16_filled:before {
    content: "\f0ed";
}
.icon-ic_fluent_hourglass_three_quarter_16_filled:before {
    content: "\f0ee";
}
.icon-ic_fluent_keyboard_mouse_16_filled:before {
    content: "\f0ef";
}
.icon-ic_fluent_memory_16_filled:before {
    content: "\f0f0";
}
.icon-ic_fluent_more_circle_16_filled:before {
    content: "\f0f1";
}
.icon-ic_fluent_more_circle_24_filled:before {
    content: "\f0f2";
}
.icon-ic_fluent_more_circle_28_filled:before {
    content: "\f0f3";
}
.icon-ic_fluent_more_circle_48_filled:before {
    content: "\f0f4";
}
.icon-ic_fluent_network_adapter_16_filled:before {
    content: "\f0f5";
}
.icon-ic_fluent_people_star_16_filled:before {
    content: "\f0f6";
}
.icon-ic_fluent_people_star_20_filled:before {
    content: "\f0f7";
}
.icon-ic_fluent_people_star_24_filled:before {
    content: "\f0f8";
}
.icon-ic_fluent_people_star_28_filled:before {
    content: "\f0f9";
}
.icon-ic_fluent_people_star_32_filled:before {
    content: "\f0fa";
}
.icon-ic_fluent_people_star_48_filled:before {
    content: "\f0fb";
}
.icon-ic_fluent_person_search_16_filled:before {
    content: "\f0fc";
}
.icon-ic_fluent_person_search_32_filled:before {
    content: "\f0fd";
}
.icon-ic_fluent_person_standing_16_filled:before {
    content: "\f0fe";
}
.icon-ic_fluent_person_walking_16_filled:before {
    content: "\f0ff";
}
.icon-ic_fluent_play_multiple_16_filled:before {
    content: "\f100";
}
.icon-ic_fluent_radio_button_16_filled:before {
    content: "\f153";
}
.icon-ic_fluent_radio_button_off_16_filled:before {
    content: "\f155";
}
.icon-ic_fluent_ram_16_filled:before {
    content: "\f1d1";
}
.icon-ic_fluent_save_multiple_16_filled:before {
    content: "\f1d2";
}
.icon-ic_fluent_script_16_filled:before {
    content: "\f1db";
}
.icon-ic_fluent_server_16_filled:before {
    content: "\f1dc";
}
.icon-ic_fluent_server_surface_16_filled:before {
    content: "\f1dd";
}
.icon-ic_fluent_server_surface_multiple_16_filled:before {
    content: "\f206";
}
.icon-ic_fluent_shield_12_filled:before {
    content: "\f21f";
}
.icon-ic_fluent_slide_text_person_16_filled:before {
    content: "\f22f";
}
.icon-ic_fluent_slide_text_person_20_filled:before {
    content: "\f25b";
}
.icon-ic_fluent_slide_text_person_24_filled:before {
    content: "\f25c";
}
.icon-ic_fluent_slide_text_person_28_filled:before {
    content: "\f25d";
}
.icon-ic_fluent_slide_text_person_32_filled:before {
    content: "\f25e";
}
.icon-ic_fluent_slide_text_person_48_filled:before {
    content: "\f2d9";
}
.icon-ic_fluent_spray_can_16_filled:before {
    content: "\f2da";
}
.icon-ic_fluent_step_16_filled:before {
    content: "\f2e7";
}
.icon-ic_fluent_steps_16_filled:before {
    content: "\f2e8";
}
.icon-ic_fluent_table_lock_16_filled:before {
    content: "\f2e9";
}
.icon-ic_fluent_table_lock_20_filled:before {
    content: "\f2ec";
}
.icon-ic_fluent_table_lock_24_filled:before {
    content: "\f2ed";
}
.icon-ic_fluent_table_lock_28_filled:before {
    content: "\f2ee";
}
.icon-ic_fluent_table_lock_32_filled:before {
    content: "\f302";
}
.icon-ic_fluent_table_lock_48_filled:before {
    content: "\f309";
}
.icon-ic_fluent_text_t_tag_16_filled:before {
    content: "\f326";
}
.icon-ic_fluent_translate_16_filled:before {
    content: "\f327";
}
.icon-ic_fluent_video_person_32_filled:before {
    content: "\f38e";
}
.icon-ic_fluent_video_person_clock_16_filled:before {
    content: "\f392";
}
.icon-ic_fluent_video_person_clock_20_filled:before {
    content: "\f3f4";
}
.icon-ic_fluent_video_person_clock_24_filled:before {
    content: "\f3f5";
}
.icon-ic_fluent_video_person_clock_28_filled:before {
    content: "\f3f6";
}
.icon-ic_fluent_video_person_clock_32_filled:before {
    content: "\f3f7";
}
.icon-ic_fluent_video_person_clock_48_filled:before {
    content: "\f3f8";
}
.icon-ic_fluent_voicemail_32_filled:before {
    content: "\f3f9";
}
.icon-ic_fluent_web_asset_16_filled:before {
    content: "\f3fa";
}
.icon-ic_fluent_chat_multiple_28_filled:before {
    content: "\ecd9";
}
.icon-ic_fluent_chat_multiple_32_filled:before {
    content: "\ecda";
}
.icon-ic_fluent_document_landscape_split_hint_24_filled:before {
    content: "\ecdb";
}
.icon-ic_fluent_glance_12_filled:before {
    content: "\ecdc";
}
.icon-ic_fluent_location_arrow_left_20_filled:before {
    content: "\ef79";
}
.icon-ic_fluent_location_arrow_right_20_filled:before {
    content: "\ef7a";
}
.icon-ic_fluent_location_arrow_up_20_filled:before {
    content: "\ef7b";
}
.icon-ic_fluent_notebook_section_arrow_right_20_filled:before {
    content: "\ef7c";
}
.icon-ic_fluent_person_search_20_filled:before {
    content: "\ef7d";
}
.icon-ic_fluent_person_search_24_filled:before {
    content: "\ef7e";
}
.icon-ic_fluent_re_order_20_filled:before {
    content: "\ef7f";
}
.icon-ic_fluent_text_add_t_20_filled:before {
    content: "\ef80";
}
.icon-ic_fluent_text_align_justify_low_90_20_filled:before {
    content: "\ef81";
}
.icon-ic_fluent_text_align_justify_low_90_24_filled:before {
    content: "\ef82";
}
.icon-ic_fluent_text_bullet_list_ltr_90_20_filled:before {
    content: "\ef83";
}
.icon-ic_fluent_text_bullet_list_ltr_90_24_filled:before {
    content: "\ef84";
}
.icon-ic_fluent_text_bullet_list_ltr_rotate_270_24_filled:before {
    content: "\ef85";
}
.icon-ic_fluent_text_bullet_list_rtl_90_20_filled:before {
    content: "\ef86";
}
.icon-ic_fluent_text_description_ltr_20_filled:before {
    content: "\ef87";
}
.icon-ic_fluent_text_description_ltr_24_filled:before {
    content: "\ef88";
}
.icon-ic_fluent_text_description_rtl_20_filled:before {
    content: "\ef89";
}
.icon-ic_fluent_text_description_rtl_24_filled:before {
    content: "\ef8a";
}
.icon-ic_fluent_text_indent_decrease_ltr_90_20_filled:before {
    content: "\ef8b";
}
.icon-ic_fluent_text_indent_decrease_ltr_90_24_filled:before {
    content: "\ef8c";
}
.icon-ic_fluent_text_indent_decrease_ltr_rotate_270_20_filled:before {
    content: "\ef8d";
}
.icon-ic_fluent_text_indent_decrease_ltr_rotate_270_24_filled:before {
    content: "\ef8e";
}
.icon-ic_fluent_text_indent_decrease_rtl_90_20_filled:before {
    content: "\ef8f";
}
.icon-ic_fluent_text_indent_decrease_rtl_90_24_filled:before {
    content: "\ef90";
}
.icon-ic_fluent_text_indent_decrease_rtl_rotate_270_20_filled:before {
    content: "\efaf";
}
.icon-ic_fluent_text_indent_decrease_rtl_rotate_270_24_filled:before {
    content: "\efb0";
}
.icon-ic_fluent_text_indent_increase_ltr_90_20_filled:before {
    content: "\efd0";
}
.icon-ic_fluent_text_indent_increase_ltr_90_24_filled:before {
    content: "\efd1";
}
.icon-ic_fluent_text_indent_increase_ltr_rotate_270_20_filled:before {
    content: "\efd2";
}
.icon-ic_fluent_text_indent_increase_ltr_rotate_270_24_filled:before {
    content: "\eff5";
}
.icon-ic_fluent_text_indent_increase_rtl_90_20_filled:before {
    content: "\f028";
}
.icon-ic_fluent_text_indent_increase_rtl_90_24_filled:before {
    content: "\f029";
}
.icon-ic_fluent_text_indent_increase_rtl_rotate_270_20_filled:before {
    content: "\f3fb";
}
.icon-ic_fluent_text_indent_increase_rtl_rotate_270_24_filled:before {
    content: "\f418";
}
.icon-ic_fluent_text_number_list_ltr_90_20_filled:before {
    content: "\f419";
}
.icon-ic_fluent_text_number_list_ltr_90_24_filled:before {
    content: "\f4ba";
}
.icon-ic_fluent_text_number_list_ltr_rotate_270_20_filled:before {
    content: "\f515";
}
.icon-ic_fluent_text_number_list_ltr_rotate_270_24_filled:before {
    content: "\f516";
}
.icon-ic_fluent_text_number_list_rtl_90_20_filled:before {
    content: "\f54d";
}
.icon-ic_fluent_text_number_list_rtl_90_24_filled:before {
    content: "\f54e";
}
.icon-ic_fluent_text_number_list_rtl_rotate_270_20_filled:before {
    content: "\f54f";
}
.icon-ic_fluent_text_number_list_rtl_rotate_270_24_filled:before {
    content: "\f550";
}
.icon-ic_fluent_text_t_12_filled:before {
    content: "\f551";
}
.icon-ic_fluent_text_t_16_filled:before {
    content: "\f565";
}
.icon-ic_fluent_text_t_32_filled:before {
    content: "\f566";
}
.icon-ic_fluent_textbox_settings_20_filled:before {
    content: "\f589";
}
.icon-ic_fluent_textbox_settings_24_filled:before {
    content: "\f58a";
}
.icon-ic_fluent_voicemail_subtract_20_filled:before {
    content: "\f597";
}
.icon-ic_fluent_add_32_filled:before {
    content: "\f5a2";
}
.icon-ic_fluent_add_48_filled:before {
    content: "\f5a3";
}
.icon-ic_fluent_apps_48_filled:before {
    content: "\f5a4";
}
.icon-ic_fluent_arrow_trending_sparkle_20_filled:before {
    content: "\f5a5";
}
.icon-ic_fluent_arrow_trending_sparkle_24_filled:before {
    content: "\f5a6";
}
.icon-ic_fluent_bluetooth_16_filled:before {
    content: "\f5a7";
}
.icon-ic_fluent_bluetooth_32_filled:before {
    content: "\f67a";
}
.icon-ic_fluent_bluetooth_48_filled:before {
    content: "\f6ae";
}
.icon-ic_fluent_bot_sparkle_20_filled:before {
    content: "\f6af";
}
.icon-ic_fluent_bot_sparkle_24_filled:before {
    content: "\f6b0";
}
.icon-ic_fluent_box_search_16_filled:before {
    content: "\f6e8";
}
.icon-ic_fluent_building_32_filled:before {
    content: "\f6e9";
}
.icon-ic_fluent_building_48_filled:before {
    content: "\f6ea";
}
.icon-ic_fluent_calendar_error_16_filled:before {
    content: "\f6f0";
}
.icon-ic_fluent_call_forward_32_filled:before {
    content: "\f7ab";
}
.icon-ic_fluent_chat_multiple_heart_16_filled:before {
    content: "\f7ac";
}
.icon-ic_fluent_chat_multiple_heart_20_filled:before {
    content: "\f7e7";
}
.icon-ic_fluent_chat_multiple_heart_24_filled:before {
    content: "\f7e8";
}
.icon-ic_fluent_chat_multiple_heart_28_filled:before {
    content: "\f7e9";
}
.icon-ic_fluent_chat_multiple_heart_32_filled:before {
    content: "\f7ea";
}
.icon-ic_fluent_chat_sparkle_16_filled:before {
    content: "\f7eb";
}
.icon-ic_fluent_chat_sparkle_20_filled:before {
    content: "\f7ec";
}
.icon-ic_fluent_chat_sparkle_24_filled:before {
    content: "\f7ed";
}
.icon-ic_fluent_chat_sparkle_28_filled:before {
    content: "\f7ee";
}
.icon-ic_fluent_chat_sparkle_32_filled:before {
    content: "\f80a";
}
.icon-ic_fluent_chat_sparkle_48_filled:before {
    content: "\f80b";
}
.icon-ic_fluent_clipboard_checkmark_16_filled:before {
    content: "\f832";
}
.icon-ic_fluent_clock_lock_16_filled:before {
    content: "\f833";
}
.icon-ic_fluent_clock_lock_20_filled:before {
    content: "\f855";
}
.icon-ic_fluent_clock_lock_24_filled:before {
    content: "\f856";
}
.icon-ic_fluent_clover_16_filled:before {
    content: "\f8cc";
}
.icon-ic_fluent_clover_20_filled:before {
    content: "\f0000";
}
.icon-ic_fluent_clover_24_filled:before {
    content: "\f0001";
}
.icon-ic_fluent_clover_28_filled:before {
    content: "\f0002";
}
.icon-ic_fluent_clover_32_filled:before {
    content: "\f0003";
}
.icon-ic_fluent_clover_48_filled:before {
    content: "\f0004";
}
.icon-ic_fluent_comment_link_16_filled:before {
    content: "\f0005";
}
.icon-ic_fluent_comment_link_20_filled:before {
    content: "\f0006";
}
.icon-ic_fluent_comment_link_24_filled:before {
    content: "\f0007";
}
.icon-ic_fluent_comment_link_28_filled:before {
    content: "\f0008";
}
.icon-ic_fluent_comment_link_48_filled:before {
    content: "\f0009";
}
.icon-ic_fluent_copy_32_filled:before {
    content: "\f000a";
}
.icon-ic_fluent_copy_select_24_filled:before {
    content: "\f000b";
}
.icon-ic_fluent_database_48_filled:before {
    content: "\f000c";
}
.icon-ic_fluent_database_multiple_32_filled:before {
    content: "\f000d";
}
.icon-ic_fluent_device_eq_16_filled:before {
    content: "\f000e";
}
.icon-ic_fluent_document_100_16_filled:before {
    content: "\f000f";
}
.icon-ic_fluent_document_100_20_filled:before {
    content: "\f0010";
}
.icon-ic_fluent_document_100_24_filled:before {
    content: "\f0011";
}
.icon-ic_fluent_document_border_20_filled:before {
    content: "\f0012";
}
.icon-ic_fluent_document_border_24_filled:before {
    content: "\f0013";
}
.icon-ic_fluent_document_border_32_filled:before {
    content: "\f0014";
}
.icon-ic_fluent_document_border_print_20_filled:before {
    content: "\f0015";
}
.icon-ic_fluent_document_border_print_24_filled:before {
    content: "\f0016";
}
.icon-ic_fluent_document_border_print_32_filled:before {
    content: "\f0017";
}
.icon-ic_fluent_document_bullet_list_16_filled:before {
    content: "\f0018";
}
.icon-ic_fluent_document_bullet_list_arrow_left_16_filled:before {
    content: "\f0019";
}
.icon-ic_fluent_document_bullet_list_arrow_left_20_filled:before {
    content: "\f001a";
}
.icon-ic_fluent_document_bullet_list_arrow_left_24_filled:before {
    content: "\f001b";
}
.icon-ic_fluent_document_bullet_list_cube_16_filled:before {
    content: "\f001c";
}
.icon-ic_fluent_document_bullet_list_cube_20_filled:before {
    content: "\f001d";
}
.icon-ic_fluent_document_bullet_list_cube_24_filled:before {
    content: "\f001e";
}
.icon-ic_fluent_document_data_link_16_filled:before {
    content: "\f001f";
}
.icon-ic_fluent_document_data_link_20_filled:before {
    content: "\f0020";
}
.icon-ic_fluent_document_data_link_24_filled:before {
    content: "\f0021";
}
.icon-ic_fluent_document_data_link_32_filled:before {
    content: "\f0022";
}
.icon-ic_fluent_document_fit_16_filled:before {
    content: "\f0023";
}
.icon-ic_fluent_document_fit_20_filled:before {
    content: "\f0024";
}
.icon-ic_fluent_document_fit_24_filled:before {
    content: "\f0025";
}
.icon-ic_fluent_document_folder_16_filled:before {
    content: "\f0026";
}
.icon-ic_fluent_document_folder_20_filled:before {
    content: "\f0027";
}
.icon-ic_fluent_document_folder_24_filled:before {
    content: "\f0028";
}
.icon-ic_fluent_document_one_page_16_filled:before {
    content: "\f0029";
}
.icon-ic_fluent_document_one_page_add_16_filled:before {
    content: "\f002a";
}
.icon-ic_fluent_document_one_page_add_20_filled:before {
    content: "\f002b";
}
.icon-ic_fluent_document_one_page_add_24_filled:before {
    content: "\f002c";
}
.icon-ic_fluent_document_one_page_columns_20_filled:before {
    content: "\f002d";
}
.icon-ic_fluent_document_one_page_columns_24_filled:before {
    content: "\f002e";
}
.icon-ic_fluent_document_one_page_link_16_filled:before {
    content: "\f002f";
}
.icon-ic_fluent_document_one_page_link_20_filled:before {
    content: "\f0030";
}
.icon-ic_fluent_document_one_page_link_24_filled:before {
    content: "\f0031";
}
.icon-ic_fluent_document_print_20_filled:before {
    content: "\f0032";
}
.icon-ic_fluent_document_print_24_filled:before {
    content: "\f0033";
}
.icon-ic_fluent_document_print_28_filled:before {
    content: "\f0034";
}
.icon-ic_fluent_document_print_32_filled:before {
    content: "\f0035";
}
.icon-ic_fluent_document_print_48_filled:before {
    content: "\f0036";
}
.icon-ic_fluent_emoji_angry_16_filled:before {
    content: "\f0037";
}
.icon-ic_fluent_emoji_hand_16_filled:before {
    content: "\f0038";
}
.icon-ic_fluent_emoji_meh_16_filled:before {
    content: "\f0039";
}
.icon-ic_fluent_filmstrip_16_filled:before {
    content: "\f003a";
}
.icon-ic_fluent_filmstrip_32_filled:before {
    content: "\f003b";
}
.icon-ic_fluent_filmstrip_play_16_filled:before {
    content: "\f003c";
}
.icon-ic_fluent_filmstrip_play_20_filled:before {
    content: "\f003d";
}
.icon-ic_fluent_filmstrip_play_24_filled:before {
    content: "\f003e";
}
.icon-ic_fluent_filmstrip_play_32_filled:before {
    content: "\f003f";
}
.icon-ic_fluent_flag_32_filled:before {
    content: "\f0040";
}
.icon-ic_fluent_flag_clock_16_filled:before {
    content: "\f0041";
}
.icon-ic_fluent_flag_clock_20_filled:before {
    content: "\f0042";
}
.icon-ic_fluent_flag_clock_24_filled:before {
    content: "\f0043";
}
.icon-ic_fluent_flag_clock_28_filled:before {
    content: "\f0044";
}
.icon-ic_fluent_flag_clock_32_filled:before {
    content: "\f0045";
}
.icon-ic_fluent_flag_clock_48_filled:before {
    content: "\f0046";
}
.icon-ic_fluent_glasses_32_filled:before {
    content: "\f0047";
}
.icon-ic_fluent_glasses_off_32_filled:before {
    content: "\f0048";
}
.icon-ic_fluent_globe_surface_32_filled:before {
    content: "\f0049";
}
.icon-ic_fluent_home_more_48_filled:before {
    content: "\f004a";
}
.icon-ic_fluent_image_border_16_filled:before {
    content: "\f004b";
}
.icon-ic_fluent_image_border_20_filled:before {
    content: "\f004c";
}
.icon-ic_fluent_image_border_24_filled:before {
    content: "\f004d";
}
.icon-ic_fluent_image_border_28_filled:before {
    content: "\f004e";
}
.icon-ic_fluent_image_border_32_filled:before {
    content: "\f004f";
}
.icon-ic_fluent_image_border_48_filled:before {
    content: "\f0050";
}
.icon-ic_fluent_image_circle_16_filled:before {
    content: "\f0051";
}
.icon-ic_fluent_image_circle_20_filled:before {
    content: "\f0052";
}
.icon-ic_fluent_image_circle_24_filled:before {
    content: "\f0053";
}
.icon-ic_fluent_image_circle_28_filled:before {
    content: "\f0054";
}
.icon-ic_fluent_image_circle_32_filled:before {
    content: "\f0055";
}
.icon-ic_fluent_image_circle_48_filled:before {
    content: "\f0056";
}
.icon-ic_fluent_image_table_16_filled:before {
    content: "\f0057";
}
.icon-ic_fluent_image_table_20_filled:before {
    content: "\f0058";
}
.icon-ic_fluent_image_table_24_filled:before {
    content: "\f0059";
}
.icon-ic_fluent_image_table_28_filled:before {
    content: "\f005a";
}
.icon-ic_fluent_image_table_32_filled:before {
    content: "\f005b";
}
.icon-ic_fluent_image_table_48_filled:before {
    content: "\f005c";
}
.icon-ic_fluent_info_32_filled:before {
    content: "\f005d";
}
.icon-ic_fluent_info_48_filled:before {
    content: "\f005e";
}
.icon-ic_fluent_iot_16_filled:before {
    content: "\f005f";
}
.icon-ic_fluent_iot_alert_16_filled:before {
    content: "\f0060";
}
.icon-ic_fluent_iot_alert_20_filled:before {
    content: "\f0061";
}
.icon-ic_fluent_iot_alert_24_filled:before {
    content: "\f0062";
}
.icon-ic_fluent_line_horizontal_4_20_filled:before {
    content: "\f0063";
}
.icon-ic_fluent_line_horizontal_4_search_20_filled:before {
    content: "\f0064";
}
.icon-ic_fluent_line_thickness_20_filled:before {
    content: "\f0065";
}
.icon-ic_fluent_line_thickness_24_filled:before {
    content: "\f0066";
}
.icon-ic_fluent_location_arrow_12_filled:before {
    content: "\f0067";
}
.icon-ic_fluent_location_arrow_16_filled:before {
    content: "\f0068";
}
.icon-ic_fluent_location_arrow_20_filled:before {
    content: "\f0069";
}
.icon-ic_fluent_location_arrow_24_filled:before {
    content: "\f006a";
}
.icon-ic_fluent_location_arrow_28_filled:before {
    content: "\f006b";
}
.icon-ic_fluent_location_arrow_32_filled:before {
    content: "\f006c";
}
.icon-ic_fluent_location_arrow_48_filled:before {
    content: "\f006d";
}
.icon-ic_fluent_location_arrow_left_16_filled:before {
    content: "\f006e";
}
.icon-ic_fluent_location_arrow_right_16_filled:before {
    content: "\f006f";
}
.icon-ic_fluent_location_arrow_up_16_filled:before {
    content: "\f0070";
}
.icon-ic_fluent_mail_arrow_double_back_24_filled:before {
    content: "\f0071";
}
.icon-ic_fluent_mail_checkmark_24_filled:before {
    content: "\f0072";
}
.icon-ic_fluent_mail_unread_12_filled:before {
    content: "\f0073";
}
.icon-ic_fluent_map_16_filled:before {
    content: "\f0074";
}
.icon-ic_fluent_mention_32_filled:before {
    content: "\f0075";
}
.icon-ic_fluent_mention_48_filled:before {
    content: "\f0076";
}
.icon-ic_fluent_panel_left_header_16_filled:before {
    content: "\f0077";
}
.icon-ic_fluent_panel_left_header_20_filled:before {
    content: "\f0078";
}
.icon-ic_fluent_panel_left_header_24_filled:before {
    content: "\f0079";
}
.icon-ic_fluent_panel_left_header_28_filled:before {
    content: "\f007a";
}
.icon-ic_fluent_panel_left_header_32_filled:before {
    content: "\f007b";
}
.icon-ic_fluent_panel_left_header_48_filled:before {
    content: "\f007c";
}
.icon-ic_fluent_panel_left_header_add_16_filled:before {
    content: "\f007d";
}
.icon-ic_fluent_panel_left_header_add_20_filled:before {
    content: "\f007e";
}
.icon-ic_fluent_panel_left_header_add_24_filled:before {
    content: "\f007f";
}
.icon-ic_fluent_panel_left_header_add_28_filled:before {
    content: "\f0080";
}
.icon-ic_fluent_panel_left_header_add_32_filled:before {
    content: "\f0081";
}
.icon-ic_fluent_panel_left_header_add_48_filled:before {
    content: "\f0082";
}
.icon-ic_fluent_panel_left_header_key_16_filled:before {
    content: "\f0083";
}
.icon-ic_fluent_panel_left_header_key_20_filled:before {
    content: "\f0084";
}
.icon-ic_fluent_panel_left_header_key_24_filled:before {
    content: "\f0085";
}
.icon-ic_fluent_people_call_24_filled:before {
    content: "\f0086";
}
.icon-ic_fluent_people_community_32_filled:before {
    content: "\f0087";
}
.icon-ic_fluent_people_community_48_filled:before {
    content: "\f0088";
}
.icon-ic_fluent_person_feedback_28_filled:before {
    content: "\f0089";
}
.icon-ic_fluent_person_feedback_32_filled:before {
    content: "\f008a";
}
.icon-ic_fluent_person_feedback_48_filled:before {
    content: "\f008b";
}
.icon-ic_fluent_phone_desktop_32_filled:before {
    content: "\f008c";
}
.icon-ic_fluent_phone_desktop_48_filled:before {
    content: "\f008d";
}
.icon-ic_fluent_play_circle_hint_16_filled:before {
    content: "\f008e";
}
.icon-ic_fluent_play_circle_hint_20_filled:before {
    content: "\f008f";
}
.icon-ic_fluent_play_circle_hint_24_filled:before {
    content: "\f0090";
}
.icon-ic_fluent_poll_horizontal_16_filled:before {
    content: "\f0091";
}
.icon-ic_fluent_poll_horizontal_20_filled:before {
    content: "\f0092";
}
.icon-ic_fluent_poll_horizontal_24_filled:before {
    content: "\f0093";
}
.icon-ic_fluent_projection_screen_text_24_filled:before {
    content: "\f0094";
}
.icon-ic_fluent_receipt_32_filled:before {
    content: "\f0095";
}
.icon-ic_fluent_receipt_money_16_filled:before {
    content: "\f0096";
}
.icon-ic_fluent_send_32_filled:before {
    content: "\f0097";
}
.icon-ic_fluent_send_48_filled:before {
    content: "\f0098";
}
.icon-ic_fluent_service_bell_16_filled:before {
    content: "\f0099";
}
.icon-ic_fluent_shifts_activity_16_filled:before {
    content: "\f009a";
}
.icon-ic_fluent_slash_forward_12_filled:before {
    content: "\f009b";
}
.icon-ic_fluent_slash_forward_16_filled:before {
    content: "\f009c";
}
.icon-ic_fluent_slash_forward_20_filled:before {
    content: "\f009d";
}
.icon-ic_fluent_slash_forward_24_filled:before {
    content: "\f009e";
}
.icon-ic_fluent_space_3d_16_filled:before {
    content: "\f009f";
}
.icon-ic_fluent_space_3d_20_filled:before {
    content: "\f00a0";
}
.icon-ic_fluent_space_3d_24_filled:before {
    content: "\f00a1";
}
.icon-ic_fluent_space_3d_28_filled:before {
    content: "\f00a2";
}
.icon-ic_fluent_space_3d_32_filled:before {
    content: "\f00a3";
}
.icon-ic_fluent_space_3d_48_filled:before {
    content: "\f00a4";
}
.icon-ic_fluent_sparkle_32_filled:before {
    content: "\f00a5";
}
.icon-ic_fluent_sparkle_circle_16_filled:before {
    content: "\f00a6";
}
.icon-ic_fluent_sparkle_circle_28_filled:before {
    content: "\f00a7";
}
.icon-ic_fluent_sparkle_circle_32_filled:before {
    content: "\f00a8";
}
.icon-ic_fluent_sparkle_circle_48_filled:before {
    content: "\f00a9";
}
.icon-ic_fluent_star_arrow_back_16_filled:before {
    content: "\f00aa";
}
.icon-ic_fluent_star_arrow_back_20_filled:before {
    content: "\f00ab";
}
.icon-ic_fluent_star_arrow_back_24_filled:before {
    content: "\f00ac";
}
.icon-ic_fluent_table_simple_multiple_20_filled:before {
    content: "\f00ad";
}
.icon-ic_fluent_table_simple_multiple_24_filled:before {
    content: "\f00ae";
}
.icon-ic_fluent_text_abc_underline_double_32_filled:before {
    content: "\f00af";
}
.icon-ic_fluent_text_column_one_semi_narrow_20_filled:before {
    content: "\f00b0";
}
.icon-ic_fluent_text_column_one_semi_narrow_24_filled:before {
    content: "\f00b1";
}
.icon-ic_fluent_text_expand_16_filled:before {
    content: "\f00b2";
}
.icon-ic_fluent_text_position_square_left_16_filled:before {
    content: "\f00b3";
}
.icon-ic_fluent_text_position_square_left_20_filled:before {
    content: "\f00b4";
}
.icon-ic_fluent_text_position_square_left_24_filled:before {
    content: "\f00b5";
}
.icon-ic_fluent_text_position_square_right_16_filled:before {
    content: "\f00b6";
}
.icon-ic_fluent_text_position_square_right_20_filled:before {
    content: "\f00b7";
}
.icon-ic_fluent_text_position_square_right_24_filled:before {
    content: "\f00b8";
}
.icon-ic_fluent_text_underline_character_u_16_filled:before {
    content: "\f00b9";
}
.icon-ic_fluent_text_underline_character_u_20_filled:before {
    content: "\f00ba";
}
.icon-ic_fluent_text_underline_character_u_24_filled:before {
    content: "\f00bb";
}
.icon-ic_fluent_translate_off_16_filled:before {
    content: "\f00bc";
}
.icon-ic_fluent_translate_off_20_filled:before {
    content: "\f00bd";
}
.icon-ic_fluent_translate_off_24_filled:before {
    content: "\f00be";
}
.icon-ic_fluent_video_background_effect_16_filled:before {
    content: "\f00bf";
}
.icon-ic_fluent_video_background_effect_28_filled:before {
    content: "\f00c0";
}
.icon-ic_fluent_video_background_effect_32_filled:before {
    content: "\f00c1";
}
.icon-ic_fluent_video_background_effect_48_filled:before {
    content: "\f00c2";
}
.icon-ic_fluent_video_background_effect_horizontal_16_filled:before {
    content: "\f00c3";
}
.icon-ic_fluent_video_background_effect_horizontal_20_filled:before {
    content: "\f00c4";
}
.icon-ic_fluent_video_background_effect_horizontal_24_filled:before {
    content: "\f00c5";
}
.icon-ic_fluent_video_background_effect_horizontal_28_filled:before {
    content: "\f00c6";
}
.icon-ic_fluent_video_background_effect_horizontal_32_filled:before {
    content: "\f00c7";
}
.icon-ic_fluent_video_background_effect_horizontal_48_filled:before {
    content: "\f00c8";
}
.icon-ic_fluent_video_clip_28_filled:before {
    content: "\f00c9";
}
.icon-ic_fluent_video_clip_32_filled:before {
    content: "\f00ca";
}
.icon-ic_fluent_video_clip_48_filled:before {
    content: "\f00cb";
}
.icon-ic_fluent_voicemail_48_filled:before {
    content: "\f00cc";
}
.icon-ic_fluent_arrow_circle_up_right_20_filled:before {
    content: "\f00cd";
}
.icon-ic_fluent_arrow_circle_up_right_24_filled:before {
    content: "\f00ce";
}
.icon-ic_fluent_backspace_16_filled:before {
    content: "\f00cf";
}
.icon-ic_fluent_binder_triangle_20_filled:before {
    content: "\f00d0";
}
.icon-ic_fluent_binder_triangle_24_filled:before {
    content: "\f00d1";
}
.icon-ic_fluent_binder_triangle_32_filled:before {
    content: "\f00d2";
}
.icon-ic_fluent_bow_tie_20_filled:before {
    content: "\f00d3";
}
.icon-ic_fluent_bow_tie_24_filled:before {
    content: "\f00d4";
}
.icon-ic_fluent_circle_28_filled:before {
    content: "\f00d5";
}
.icon-ic_fluent_document_one_page_sparkle_16_filled:before {
    content: "\f00d6";
}
.icon-ic_fluent_document_one_page_sparkle_20_filled:before {
    content: "\f00d7";
}
.icon-ic_fluent_document_one_page_sparkle_24_filled:before {
    content: "\f00d8";
}
.icon-ic_fluent_emoji_hand_32_filled:before {
    content: "\f00d9";
}
.icon-ic_fluent_emoji_hand_48_filled:before {
    content: "\f00da";
}
.icon-ic_fluent_frame_16_filled:before {
    content: "\f00db";
}
.icon-ic_fluent_frame_20_filled:before {
    content: "\f00dc";
}
.icon-ic_fluent_frame_24_filled:before {
    content: "\f00dd";
}
.icon-ic_fluent_lock_closed_key_16_filled:before {
    content: "\f00de";
}
.icon-ic_fluent_lock_closed_key_20_filled:before {
    content: "\f00df";
}
.icon-ic_fluent_lock_closed_key_24_filled:before {
    content: "\f00e0";
}
.icon-ic_fluent_mountain_location_bottom_20_filled:before {
    content: "\f00e1";
}
.icon-ic_fluent_mountain_location_bottom_24_filled:before {
    content: "\f00e2";
}
.icon-ic_fluent_mountain_location_bottom_28_filled:before {
    content: "\f00e3";
}
.icon-ic_fluent_mountain_location_top_20_filled:before {
    content: "\f00e4";
}
.icon-ic_fluent_mountain_location_top_24_filled:before {
    content: "\f00e5";
}
.icon-ic_fluent_mountain_location_top_28_filled:before {
    content: "\f00e6";
}
.icon-ic_fluent_mountain_trail_20_filled:before {
    content: "\f00e7";
}
.icon-ic_fluent_mountain_trail_24_filled:before {
    content: "\f00e8";
}
.icon-ic_fluent_mountain_trail_28_filled:before {
    content: "\f00e9";
}
.icon-ic_fluent_pen_dismiss_16_filled:before {
    content: "\f00ea";
}
.icon-ic_fluent_pen_dismiss_20_filled:before {
    content: "\f00eb";
}
.icon-ic_fluent_pen_dismiss_24_filled:before {
    content: "\f00ec";
}
.icon-ic_fluent_pen_dismiss_28_filled:before {
    content: "\f00ed";
}
.icon-ic_fluent_pen_dismiss_32_filled:before {
    content: "\f00ee";
}
.icon-ic_fluent_pen_dismiss_48_filled:before {
    content: "\f00ef";
}
.icon-ic_fluent_phone_edit_20_filled:before {
    content: "\f00f0";
}
.icon-ic_fluent_phone_edit_24_filled:before {
    content: "\f00f1";
}
.icon-ic_fluent_send_beaker_16_filled:before {
    content: "\f00f2";
}
.icon-ic_fluent_send_beaker_20_filled:before {
    content: "\f00f3";
}
.icon-ic_fluent_send_beaker_24_filled:before {
    content: "\f00f4";
}
.icon-ic_fluent_send_beaker_28_filled:before {
    content: "\f00f5";
}
.icon-ic_fluent_send_beaker_32_filled:before {
    content: "\f00f6";
}
.icon-ic_fluent_send_beaker_48_filled:before {
    content: "\f00f7";
}
.icon-ic_fluent_slide_text_sparkle_16_filled:before {
    content: "\f00f8";
}
.icon-ic_fluent_slide_text_sparkle_20_filled:before {
    content: "\f00f9";
}
.icon-ic_fluent_slide_text_sparkle_24_filled:before {
    content: "\f00fa";
}
.icon-ic_fluent_slide_text_sparkle_28_filled:before {
    content: "\f00fb";
}
.icon-ic_fluent_slide_text_sparkle_32_filled:before {
    content: "\f00fc";
}
.icon-ic_fluent_slide_text_sparkle_48_filled:before {
    content: "\f00fd";
}
.icon-ic_fluent_stack_vertical_20_filled:before {
    content: "\f00fe";
}
.icon-ic_fluent_stack_vertical_24_filled:before {
    content: "\f00ff";
}
.icon-ic_fluent_table_column_top_bottom_20_filled:before {
    content: "\f0100";
}
.icon-ic_fluent_table_column_top_bottom_24_filled:before {
    content: "\f0101";
}
.icon-ic_fluent_table_offset_20_filled:before {
    content: "\f0102";
}
.icon-ic_fluent_table_offset_24_filled:before {
    content: "\f0103";
}
.icon-ic_fluent_table_offset_add_20_filled:before {
    content: "\f0104";
}
.icon-ic_fluent_table_offset_add_24_filled:before {
    content: "\f0105";
}
.icon-ic_fluent_table_offset_less_than_or_equal_to_20_filled:before {
    content: "\f0106";
}
.icon-ic_fluent_table_offset_less_than_or_equal_to_24_filled:before {
    content: "\f0107";
}
.icon-ic_fluent_table_offset_settings_20_filled:before {
    content: "\f0108";
}
.icon-ic_fluent_table_offset_settings_24_filled:before {
    content: "\f0109";
}
.icon-ic_fluent_vehicle_cable_car_20_filled:before {
    content: "\f010a";
}
.icon-ic_fluent_vehicle_cable_car_24_filled:before {
    content: "\f010b";
}
.icon-ic_fluent_vehicle_cable_car_28_filled:before {
    content: "\f010c";
}
.icon-ic_fluent_arrow_autofit_height_in_20_filled:before {
    content: "\f010d";
}
.icon-ic_fluent_arrow_autofit_height_in_24_filled:before {
    content: "\f010e";
}
.icon-ic_fluent_circle_hint_16_filled:before {
    content: "\f010f";
}
.icon-ic_fluent_circle_hint_20_filled:before {
    content: "\f0110";
}
.icon-ic_fluent_cloud_database_20_filled:before {
    content: "\f0111";
}
.icon-ic_fluent_cloud_desktop_20_filled:before {
    content: "\f0112";
}
.icon-ic_fluent_code_circle_24_filled:before {
    content: "\f0113";
}
.icon-ic_fluent_code_circle_32_filled:before {
    content: "\f0114";
}
.icon-ic_fluent_column_single_16_filled:before {
    content: "\f0115";
}
.icon-ic_fluent_desktop_arrow_down_16_filled:before {
    content: "\f0116";
}
.icon-ic_fluent_desktop_arrow_down_20_filled:before {
    content: "\f0117";
}
.icon-ic_fluent_desktop_arrow_down_24_filled:before {
    content: "\f0118";
}
.icon-ic_fluent_desktop_tower_20_filled:before {
    content: "\f0119";
}
.icon-ic_fluent_desktop_tower_24_filled:before {
    content: "\f011a";
}
.icon-ic_fluent_document_checkmark_16_filled:before {
    content: "\f011b";
}
.icon-ic_fluent_document_key_20_filled:before {
    content: "\f011c";
}
.icon-ic_fluent_dust_20_filled:before {
    content: "\f011d";
}
.icon-ic_fluent_dust_24_filled:before {
    content: "\f011e";
}
.icon-ic_fluent_dust_28_filled:before {
    content: "\f011f";
}
.icon-ic_fluent_edit_arrow_back_24_filled:before {
    content: "\f0120";
}
.icon-ic_fluent_emoji_hint_16_filled:before {
    content: "\f0121";
}
.icon-ic_fluent_emoji_hint_20_filled:before {
    content: "\f0122";
}
.icon-ic_fluent_emoji_hint_24_filled:before {
    content: "\f0123";
}
.icon-ic_fluent_emoji_hint_28_filled:before {
    content: "\f0124";
}
.icon-ic_fluent_emoji_hint_32_filled:before {
    content: "\f0125";
}
.icon-ic_fluent_emoji_hint_48_filled:before {
    content: "\f0126";
}
.icon-ic_fluent_folder_list_16_filled:before {
    content: "\f0127";
}
.icon-ic_fluent_folder_list_20_filled:before {
    content: "\f0128";
}
.icon-ic_fluent_lightbulb_checkmark_20_filled:before {
    content: "\f0129";
}
.icon-ic_fluent_line_horizontal_4_16_filled:before {
    content: "\f012a";
}
.icon-ic_fluent_line_horizontal_4_search_16_filled:before {
    content: "\f012b";
}
.icon-ic_fluent_math_format_professional_16_filled:before {
    content: "\f012c";
}
.icon-ic_fluent_mold_20_filled:before {
    content: "\f012d";
}
.icon-ic_fluent_mold_24_filled:before {
    content: "\f012e";
}
.icon-ic_fluent_mold_28_filled:before {
    content: "\f012f";
}
.icon-ic_fluent_people_team_48_filled:before {
    content: "\f0130";
}
.icon-ic_fluent_person_desktop_20_filled:before {
    content: "\f0131";
}
.icon-ic_fluent_person_ribbon_16_filled:before {
    content: "\f0132";
}
.icon-ic_fluent_person_ribbon_20_filled:before {
    content: "\f0133";
}
.icon-ic_fluent_person_wrench_20_filled:before {
    content: "\f0134";
}
.icon-ic_fluent_plant_grass_20_filled:before {
    content: "\f0135";
}
.icon-ic_fluent_plant_grass_24_filled:before {
    content: "\f0136";
}
.icon-ic_fluent_plant_grass_28_filled:before {
    content: "\f0137";
}
.icon-ic_fluent_plant_ragweed_20_filled:before {
    content: "\f0138";
}
.icon-ic_fluent_plant_ragweed_24_filled:before {
    content: "\f0139";
}
.icon-ic_fluent_plant_ragweed_28_filled:before {
    content: "\f013a";
}
.icon-ic_fluent_settings_cog_multiple_20_filled:before {
    content: "\f013b";
}
.icon-ic_fluent_settings_cog_multiple_24_filled:before {
    content: "\f013c";
}
.icon-ic_fluent_slide_content_24_filled:before {
    content: "\f013d";
}
.icon-ic_fluent_slide_record_16_filled:before {
    content: "\f013e";
}
.icon-ic_fluent_slide_record_20_filled:before {
    content: "\f013f";
}
.icon-ic_fluent_slide_record_24_filled:before {
    content: "\f0140";
}
.icon-ic_fluent_slide_record_28_filled:before {
    content: "\f0141";
}
.icon-ic_fluent_slide_record_48_filled:before {
    content: "\f0142";
}
.icon-ic_fluent_stack_add_20_filled:before {
    content: "\f0143";
}
.icon-ic_fluent_stack_add_24_filled:before {
    content: "\f0144";
}
.icon-ic_fluent_star_checkmark_16_filled:before {
    content: "\f0145";
}
.icon-ic_fluent_star_checkmark_20_filled:before {
    content: "\f0146";
}
.icon-ic_fluent_star_checkmark_24_filled:before {
    content: "\f0147";
}
.icon-ic_fluent_star_checkmark_28_filled:before {
    content: "\f0148";
}
.icon-ic_fluent_stream_32_filled:before {
    content: "\f0149";
}
.icon-ic_fluent_subtract_square_16_filled:before {
    content: "\f014a";
}
.icon-ic_fluent_table_default_32_filled:before {
    content: "\f014b";
}
.icon-ic_fluent_table_simple_32_filled:before {
    content: "\f014c";
}
.icon-ic_fluent_table_simple_exclude_16_filled:before {
    content: "\f014d";
}
.icon-ic_fluent_table_simple_exclude_20_filled:before {
    content: "\f014e";
}
.icon-ic_fluent_table_simple_exclude_24_filled:before {
    content: "\f014f";
}
.icon-ic_fluent_table_simple_exclude_28_filled:before {
    content: "\f0150";
}
.icon-ic_fluent_table_simple_exclude_32_filled:before {
    content: "\f0151";
}
.icon-ic_fluent_table_simple_exclude_48_filled:before {
    content: "\f0152";
}
.icon-ic_fluent_table_simple_include_16_filled:before {
    content: "\f0153";
}
.icon-ic_fluent_table_simple_include_20_filled:before {
    content: "\f0154";
}
.icon-ic_fluent_table_simple_include_24_filled:before {
    content: "\f0155";
}
.icon-ic_fluent_table_simple_include_28_filled:before {
    content: "\f0156";
}
.icon-ic_fluent_table_simple_include_32_filled:before {
    content: "\f0157";
}
.icon-ic_fluent_table_simple_include_48_filled:before {
    content: "\f0158";
}
.icon-ic_fluent_tablet_laptop_20_filled:before {
    content: "\f0159";
}
.icon-ic_fluent_textbox_align_middle_16_filled:before {
    content: "\f015a";
}
.icon-ic_fluent_tree_deciduous_24_filled:before {
    content: "\f015b";
}
.icon-ic_fluent_tree_deciduous_28_filled:before {
    content: "\f015c";
}
.icon-ic_fluent_app_generic_48_filled:before {
    content: "\f015d";
}
.icon-ic_fluent_arrow_enter_16_filled:before {
    content: "\f015e";
}
.icon-ic_fluent_arrow_sprint_16_filled:before {
    content: "\f015f";
}
.icon-ic_fluent_arrow_sprint_20_filled:before {
    content: "\f0160";
}
.icon-ic_fluent_beaker_settings_16_filled:before {
    content: "\f0161";
}
.icon-ic_fluent_beaker_settings_20_filled:before {
    content: "\f0162";
}
.icon-ic_fluent_binder_triangle_16_filled:before {
    content: "\f0163";
}
.icon-ic_fluent_book_default_20_filled:before {
    content: "\f0164";
}
.icon-ic_fluent_book_dismiss_16_filled:before {
    content: "\f0165";
}
.icon-ic_fluent_book_dismiss_20_filled:before {
    content: "\f0166";
}
.icon-ic_fluent_button_16_filled:before {
    content: "\f0167";
}
.icon-ic_fluent_button_20_filled:before {
    content: "\f0168";
}
.icon-ic_fluent_card_ui_20_filled:before {
    content: "\f0169";
}
.icon-ic_fluent_card_ui_24_filled:before {
    content: "\f016a";
}
.icon-ic_fluent_chevron_down_up_16_filled:before {
    content: "\f016b";
}
.icon-ic_fluent_chevron_down_up_20_filled:before {
    content: "\f016c";
}
.icon-ic_fluent_chevron_down_up_24_filled:before {
    content: "\f016d";
}
.icon-ic_fluent_column_single_compare_16_filled:before {
    content: "\f016e";
}
.icon-ic_fluent_column_single_compare_20_filled:before {
    content: "\f016f";
}
.icon-ic_fluent_crop_sparkle_24_filled:before {
    content: "\f0170";
}
.icon-ic_fluent_cursor_16_filled:before {
    content: "\f0171";
}
.icon-ic_fluent_cursor_prohibited_16_filled:before {
    content: "\f0172";
}
.icon-ic_fluent_cursor_prohibited_20_filled:before {
    content: "\f0173";
}
.icon-ic_fluent_data_histogram_16_filled:before {
    content: "\f0174";
}
.icon-ic_fluent_document_image_16_filled:before {
    content: "\f0175";
}
.icon-ic_fluent_document_image_20_filled:before {
    content: "\f0176";
}
.icon-ic_fluent_document_java_16_filled:before {
    content: "\f0177";
}
.icon-ic_fluent_document_java_20_filled:before {
    content: "\f0178";
}
.icon-ic_fluent_document_one_page_beaker_16_filled:before {
    content: "\f0179";
}
.icon-ic_fluent_document_one_page_multiple_16_filled:before {
    content: "\f017a";
}
.icon-ic_fluent_document_one_page_multiple_20_filled:before {
    content: "\f017b";
}
.icon-ic_fluent_document_one_page_multiple_24_filled:before {
    content: "\f017c";
}
.icon-ic_fluent_document_sass_16_filled:before {
    content: "\f017d";
}
.icon-ic_fluent_document_sass_20_filled:before {
    content: "\f017e";
}
.icon-ic_fluent_document_yml_16_filled:before {
    content: "\f017f";
}
.icon-ic_fluent_document_yml_20_filled:before {
    content: "\f0180";
}
.icon-ic_fluent_filmstrip_split_16_filled:before {
    content: "\f0181";
}
.icon-ic_fluent_filmstrip_split_20_filled:before {
    content: "\f0182";
}
.icon-ic_fluent_filmstrip_split_24_filled:before {
    content: "\f0183";
}
.icon-ic_fluent_filmstrip_split_32_filled:before {
    content: "\f0184";
}
.icon-ic_fluent_gavel_16_filled:before {
    content: "\f0185";
}
.icon-ic_fluent_gavel_prohibited_16_filled:before {
    content: "\f0186";
}
.icon-ic_fluent_gavel_prohibited_20_filled:before {
    content: "\f0187";
}
.icon-ic_fluent_gift_open_16_filled:before {
    content: "\f0188";
}
.icon-ic_fluent_gift_open_20_filled:before {
    content: "\f0189";
}
.icon-ic_fluent_gift_open_24_filled:before {
    content: "\f018a";
}
.icon-ic_fluent_globe_12_filled:before {
    content: "\f018b";
}
.icon-ic_fluent_grid_kanban_16_filled:before {
    content: "\f018c";
}
.icon-ic_fluent_image_stack_16_filled:before {
    content: "\f018d";
}
.icon-ic_fluent_image_stack_20_filled:before {
    content: "\f018e";
}
.icon-ic_fluent_laptop_shield_16_filled:before {
    content: "\f018f";
}
.icon-ic_fluent_laptop_shield_20_filled:before {
    content: "\f0190";
}
.icon-ic_fluent_list_bar_16_filled:before {
    content: "\f0191";
}
.icon-ic_fluent_list_bar_20_filled:before {
    content: "\f0192";
}
.icon-ic_fluent_list_bar_tree_16_filled:before {
    content: "\f0193";
}
.icon-ic_fluent_list_bar_tree_20_filled:before {
    content: "\f0194";
}
.icon-ic_fluent_list_bar_tree_offset_16_filled:before {
    content: "\f0195";
}
.icon-ic_fluent_list_bar_tree_offset_20_filled:before {
    content: "\f0196";
}
.icon-ic_fluent_list_rtl_16_filled:before {
    content: "\f0197";
}
.icon-ic_fluent_list_rtl_20_filled:before {
    content: "\f0198";
}
.icon-ic_fluent_panel_left_text_16_filled:before {
    content: "\f0199";
}
.icon-ic_fluent_panel_left_text_20_filled:before {
    content: "\f019a";
}
.icon-ic_fluent_panel_left_text_24_filled:before {
    content: "\f019b";
}
.icon-ic_fluent_panel_left_text_28_filled:before {
    content: "\f019c";
}
.icon-ic_fluent_panel_left_text_32_filled:before {
    content: "\f019d";
}
.icon-ic_fluent_panel_left_text_48_filled:before {
    content: "\f019e";
}
.icon-ic_fluent_panel_left_text_add_16_filled:before {
    content: "\f019f";
}
.icon-ic_fluent_panel_left_text_add_20_filled:before {
    content: "\f01a0";
}
.icon-ic_fluent_panel_left_text_add_24_filled:before {
    content: "\f01a1";
}
.icon-ic_fluent_panel_left_text_add_28_filled:before {
    content: "\f01a2";
}
.icon-ic_fluent_panel_left_text_add_32_filled:before {
    content: "\f01a3";
}
.icon-ic_fluent_panel_left_text_add_48_filled:before {
    content: "\f01a4";
}
.icon-ic_fluent_panel_left_text_dismiss_16_filled:before {
    content: "\f01a5";
}
.icon-ic_fluent_panel_left_text_dismiss_20_filled:before {
    content: "\f01a6";
}
.icon-ic_fluent_panel_left_text_dismiss_24_filled:before {
    content: "\f01a7";
}
.icon-ic_fluent_panel_left_text_dismiss_28_filled:before {
    content: "\f01a8";
}
.icon-ic_fluent_panel_left_text_dismiss_32_filled:before {
    content: "\f01a9";
}
.icon-ic_fluent_panel_left_text_dismiss_48_filled:before {
    content: "\f01aa";
}
.icon-ic_fluent_person_lightning_16_filled:before {
    content: "\f01ab";
}
.icon-ic_fluent_person_lightning_20_filled:before {
    content: "\f01ac";
}
.icon-ic_fluent_text_bullet_list_square_16_filled:before {
    content: "\f01ad";
}
.icon-ic_fluent_text_bullet_list_square_32_filled:before {
    content: "\f01ae";
}
.icon-ic_fluent_text_bullet_list_square_sparkle_16_filled:before {
    content: "\f01af";
}
.icon-ic_fluent_text_bullet_list_square_sparkle_20_filled:before {
    content: "\f01b0";
}
.icon-ic_fluent_text_bullet_list_square_sparkle_24_filled:before {
    content: "\f01b1";
}
.icon-ic_fluent_translate_auto_16_filled:before {
    content: "\f01b2";
}
.icon-ic_fluent_translate_auto_20_filled:before {
    content: "\f01b3";
}
.icon-ic_fluent_translate_auto_24_filled:before {
    content: "\f01b4";
}
.icon-ic_fluent_airplane_landing_16_filled:before {
    content: "\e0ed";
}
.icon-ic_fluent_airplane_landing_20_filled:before {
    content: "\e0ee";
}
.icon-ic_fluent_airplane_landing_24_filled:before {
    content: "\e0ef";
}
.icon-ic_fluent_align_space_evenly_horizontal_24_filled:before {
    content: "\e0f0";
}
.icon-ic_fluent_align_space_evenly_vertical_24_filled:before {
    content: "\f01b5";
}
.icon-ic_fluent_align_straighten_20_filled:before {
    content: "\f01b6";
}
.icon-ic_fluent_align_straighten_24_filled:before {
    content: "\f01b7";
}
.icon-ic_fluent_arrow_flow_diagonal_up_right_16_filled:before {
    content: "\f01b8";
}
.icon-ic_fluent_arrow_flow_diagonal_up_right_20_filled:before {
    content: "\f01b9";
}
.icon-ic_fluent_arrow_flow_diagonal_up_right_24_filled:before {
    content: "\f01ba";
}
.icon-ic_fluent_arrow_flow_diagonal_up_right_32_filled:before {
    content: "\f01bb";
}
.icon-ic_fluent_arrow_flow_up_right_16_filled:before {
    content: "\f01bc";
}
.icon-ic_fluent_arrow_flow_up_right_20_filled:before {
    content: "\f01bd";
}
.icon-ic_fluent_arrow_flow_up_right_24_filled:before {
    content: "\f01be";
}
.icon-ic_fluent_arrow_flow_up_right_32_filled:before {
    content: "\f01bf";
}
.icon-ic_fluent_arrow_flow_up_right_rectangle_multiple_20_filled:before {
    content: "\f01c0";
}
.icon-ic_fluent_arrow_flow_up_right_rectangle_multiple_24_filled:before {
    content: "\f01c1";
}
.icon-ic_fluent_arrow_square_up_right_20_filled:before {
    content: "\f01c2";
}
.icon-ic_fluent_arrow_square_up_right_24_filled:before {
    content: "\f01c3";
}
.icon-ic_fluent_bin_recycle_20_filled:before {
    content: "\f01c4";
}
.icon-ic_fluent_bin_recycle_24_filled:before {
    content: "\f01c5";
}
.icon-ic_fluent_bin_recycle_full_20_filled:before {
    content: "\f01c6";
}
.icon-ic_fluent_bin_recycle_full_24_filled:before {
    content: "\f01c7";
}
.icon-ic_fluent_briefcase_search_20_filled:before {
    content: "\f01c8";
}
.icon-ic_fluent_briefcase_search_24_filled:before {
    content: "\f01c9";
}
.icon-ic_fluent_circle_line_16_filled:before {
    content: "\f01ca";
}
.icon-ic_fluent_desk_20_filled:before {
    content: "\f01cb";
}
.icon-ic_fluent_desk_24_filled:before {
    content: "\f01cc";
}
.icon-ic_fluent_filmstrip_48_filled:before {
    content: "\f01cd";
}
.icon-ic_fluent_filmstrip_off_48_filled:before {
    content: "\f01ce";
}
.icon-ic_fluent_flash_32_filled:before {
    content: "\f01cf";
}
.icon-ic_fluent_flow_24_filled:before {
    content: "\f01d0";
}
.icon-ic_fluent_flow_32_filled:before {
    content: "\f01d1";
}
.icon-ic_fluent_heart_pulse_checkmark_20_filled:before {
    content: "\f01d2";
}
.icon-ic_fluent_heart_pulse_error_20_filled:before {
    content: "\f01d3";
}
.icon-ic_fluent_heart_pulse_warning_20_filled:before {
    content: "\f01d4";
}
.icon-ic_fluent_home_heart_16_filled:before {
    content: "\f01d5";
}
.icon-ic_fluent_home_heart_20_filled:before {
    content: "\f01d6";
}
.icon-ic_fluent_home_heart_24_filled:before {
    content: "\f01d7";
}
.icon-ic_fluent_home_heart_32_filled:before {
    content: "\f01d8";
}
.icon-ic_fluent_image_off_28_filled:before {
    content: "\f01d9";
}
.icon-ic_fluent_image_off_32_filled:before {
    content: "\f01da";
}
.icon-ic_fluent_image_off_48_filled:before {
    content: "\f01db";
}
.icon-ic_fluent_money_hand_16_filled:before {
    content: "\f01dc";
}
.icon-ic_fluent_money_settings_16_filled:before {
    content: "\f01dd";
}
.icon-ic_fluent_money_settings_24_filled:before {
    content: "\f01de";
}
.icon-ic_fluent_people_edit_16_filled:before {
    content: "\f01df";
}
.icon-ic_fluent_people_edit_24_filled:before {
    content: "\f01e0";
}
.icon-ic_fluent_triangle_up_20_filled:before {
    content: "\f01e1";
}
.icon-ic_fluent_add_square_16_filled:before {
    content: "\f01e2";
}
.icon-ic_fluent_add_square_28_filled:before {
    content: "\f01e3";
}
.icon-ic_fluent_add_square_32_filled:before {
    content: "\f01e4";
}
.icon-ic_fluent_add_square_48_filled:before {
    content: "\f01e5";
}
.icon-ic_fluent_arrow_routing_20_filled:before {
    content: "\f01e6";
}
.icon-ic_fluent_arrow_routing_24_filled:before {
    content: "\f01e7";
}
.icon-ic_fluent_arrow_routing_rectangle_multiple_20_filled:before {
    content: "\f01e8";
}
.icon-ic_fluent_arrow_routing_rectangle_multiple_24_filled:before {
    content: "\f01e9";
}
.icon-ic_fluent_book_add_28_filled:before {
    content: "\f01ea";
}
.icon-ic_fluent_book_default_28_filled:before {
    content: "\f01eb";
}
.icon-ic_fluent_folder_lightning_16_filled:before {
    content: "\f01ec";
}
.icon-ic_fluent_folder_lightning_20_filled:before {
    content: "\f01ed";
}
.icon-ic_fluent_folder_lightning_24_filled:before {
    content: "\f01ee";
}
.icon-ic_fluent_hat_graduation_28_filled:before {
    content: "\f01ef";
}
.icon-ic_fluent_image_sparkle_16_filled:before {
    content: "\f01f0";
}
.icon-ic_fluent_image_sparkle_20_filled:before {
    content: "\f01f1";
}
.icon-ic_fluent_image_sparkle_24_filled:before {
    content: "\f01f2";
}
.icon-ic_fluent_mail_32_filled:before {
    content: "\f01f3";
}
.icon-ic_fluent_person_info_24_filled:before {
    content: "\f01f4";
}
.icon-ic_fluent_prohibited_32_filled:before {
    content: "\f01f5";
}
.icon-ic_fluent_prohibited_multiple_28_filled:before {
    content: "\f01f6";
}
.icon-ic_fluent_spinner_ios_16_filled:before {
    content: "\f01f7";
}
.icon-ic_fluent_star_emphasis_16_filled:before {
    content: "\f01f8";
}
.icon-ic_fluent_text_direction_rotate_315_right_20_filled:before {
    content: "\f01f9";
}
.icon-ic_fluent_text_direction_rotate_315_right_24_filled:before {
    content: "\f01fa";
}
.icon-ic_fluent_text_direction_rotate_45_right_20_filled:before {
    content: "\f01fb";
}
.icon-ic_fluent_text_direction_rotate_45_right_24_filled:before {
    content: "\f01fc";
}
.icon-ic_fluent_arrow_outline_down_left_16_filled:before {
    content: "\f01fd";
}
.icon-ic_fluent_arrow_outline_down_left_20_filled:before {
    content: "\f01fe";
}
.icon-ic_fluent_arrow_outline_down_left_24_filled:before {
    content: "\f01ff";
}
.icon-ic_fluent_arrow_outline_down_left_28_filled:before {
    content: "\f0200";
}
.icon-ic_fluent_arrow_outline_down_left_32_filled:before {
    content: "\f0201";
}
.icon-ic_fluent_arrow_outline_down_left_48_filled:before {
    content: "\f0202";
}
.icon-ic_fluent_arrow_step_in_diagonal_down_left_16_filled:before {
    content: "\f0203";
}
.icon-ic_fluent_arrow_step_in_diagonal_down_left_20_filled:before {
    content: "\f0204";
}
.icon-ic_fluent_arrow_step_in_diagonal_down_left_24_filled:before {
    content: "\f0205";
}
.icon-ic_fluent_arrow_step_in_diagonal_down_left_28_filled:before {
    content: "\f0206";
}
.icon-ic_fluent_arrow_up_square_settings_24_filled:before {
    content: "\f0207";
}
.icon-ic_fluent_briefcase_person_24_filled:before {
    content: "\f0208";
}
.icon-ic_fluent_building_cloud_24_filled:before {
    content: "\f0209";
}
.icon-ic_fluent_calendar_eye_20_filled:before {
    content: "\f020a";
}
.icon-ic_fluent_clipboard_paste_32_filled:before {
    content: "\f020b";
}
.icon-ic_fluent_cloud_bidirectional_20_filled:before {
    content: "\f020c";
}
.icon-ic_fluent_cloud_bidirectional_24_filled:before {
    content: "\f020d";
}
.icon-ic_fluent_comment_edit_16_filled:before {
    content: "\f020e";
}
.icon-ic_fluent_crown_24_filled:before {
    content: "\f020f";
}
.icon-ic_fluent_crown_subtract_24_filled:before {
    content: "\f0210";
}
.icon-ic_fluent_flag_pride_32_filled:before {
    content: "\f0211";
}
.icon-ic_fluent_flag_pride_intersex_inclusive_progress_16_filled:before {
    content: "\f0212";
}
.icon-ic_fluent_flag_pride_intersex_inclusive_progress_20_filled:before {
    content: "\f0213";
}
.icon-ic_fluent_flag_pride_intersex_inclusive_progress_24_filled:before {
    content: "\f0214";
}
.icon-ic_fluent_flag_pride_intersex_inclusive_progress_28_filled:before {
    content: "\f0215";
}
.icon-ic_fluent_flag_pride_intersex_inclusive_progress_32_filled:before {
    content: "\f0216";
}
.icon-ic_fluent_flag_pride_intersex_inclusive_progress_48_filled:before {
    content: "\f0217";
}
.icon-ic_fluent_flag_pride_philadelphia_16_filled:before {
    content: "\f0218";
}
.icon-ic_fluent_flag_pride_philadelphia_20_filled:before {
    content: "\f0219";
}
.icon-ic_fluent_flag_pride_philadelphia_24_filled:before {
    content: "\f021a";
}
.icon-ic_fluent_flag_pride_philadelphia_28_filled:before {
    content: "\f021b";
}
.icon-ic_fluent_flag_pride_philadelphia_32_filled:before {
    content: "\f021c";
}
.icon-ic_fluent_flag_pride_philadelphia_48_filled:before {
    content: "\f021d";
}
.icon-ic_fluent_flag_pride_progress_16_filled:before {
    content: "\f021e";
}
.icon-ic_fluent_flag_pride_progress_20_filled:before {
    content: "\f021f";
}
.icon-ic_fluent_flag_pride_progress_24_filled:before {
    content: "\f0220";
}
.icon-ic_fluent_flag_pride_progress_28_filled:before {
    content: "\f0221";
}
.icon-ic_fluent_flag_pride_progress_32_filled:before {
    content: "\f0222";
}
.icon-ic_fluent_flag_pride_progress_48_filled:before {
    content: "\f0223";
}
.icon-ic_fluent_folder_add_32_filled:before {
    content: "\f0224";
}
.icon-ic_fluent_folder_arrow_left_48_filled:before {
    content: "\f0225";
}
.icon-ic_fluent_folder_arrow_right_32_filled:before {
    content: "\f0226";
}
.icon-ic_fluent_folder_arrow_up_32_filled:before {
    content: "\f0227";
}
.icon-ic_fluent_folder_link_16_filled:before {
    content: "\f0228";
}
.icon-ic_fluent_folder_link_32_filled:before {
    content: "\f0229";
}
.icon-ic_fluent_folder_prohibited_32_filled:before {
    content: "\f022a";
}
.icon-ic_fluent_hat_graduation_sparkle_20_filled:before {
    content: "\f022b";
}
.icon-ic_fluent_hat_graduation_sparkle_24_filled:before {
    content: "\f022c";
}
.icon-ic_fluent_hat_graduation_sparkle_28_filled:before {
    content: "\f022d";
}
.icon-ic_fluent_kiosk_24_filled:before {
    content: "\f022e";
}
.icon-ic_fluent_laptop_multiple_24_filled:before {
    content: "\f022f";
}
.icon-ic_fluent_link_add_24_filled:before {
    content: "\f0230";
}
.icon-ic_fluent_link_settings_24_filled:before {
    content: "\f0231";
}
.icon-ic_fluent_lock_closed_28_filled:before {
    content: "\f0232";
}
.icon-ic_fluent_lock_closed_48_filled:before {
    content: "\f0233";
}
.icon-ic_fluent_lock_open_12_filled:before {
    content: "\f0234";
}
.icon-ic_fluent_lock_open_32_filled:before {
    content: "\f0235";
}
.icon-ic_fluent_lock_open_48_filled:before {
    content: "\f0236";
}
.icon-ic_fluent_paint_brush_32_filled:before {
    content: "\f0237";
}
.icon-ic_fluent_pause_circle_32_filled:before {
    content: "\f0238";
}
.icon-ic_fluent_pause_circle_48_filled:before {
    content: "\f0239";
}
.icon-ic_fluent_pen_sparkle_16_filled:before {
    content: "\f023a";
}
.icon-ic_fluent_pen_sparkle_20_filled:before {
    content: "\f023b";
}
.icon-ic_fluent_pen_sparkle_24_filled:before {
    content: "\f023c";
}
.icon-ic_fluent_pen_sparkle_28_filled:before {
    content: "\f023d";
}
.icon-ic_fluent_pen_sparkle_32_filled:before {
    content: "\f023e";
}
.icon-ic_fluent_pen_sparkle_48_filled:before {
    content: "\f023f";
}
.icon-ic_fluent_person_phone_24_filled:before {
    content: "\f0240";
}
.icon-ic_fluent_person_subtract_24_filled:before {
    content: "\f0241";
}
.icon-ic_fluent_phone_briefcase_24_filled:before {
    content: "\f0242";
}
.icon-ic_fluent_phone_multiple_24_filled:before {
    content: "\f0243";
}
.icon-ic_fluent_phone_multiple_settings_24_filled:before {
    content: "\f0244";
}
.icon-ic_fluent_phone_person_24_filled:before {
    content: "\f0245";
}
.icon-ic_fluent_phone_subtract_24_filled:before {
    content: "\f0246";
}
.icon-ic_fluent_plug_connected_settings_20_filled:before {
    content: "\f0247";
}
.icon-ic_fluent_plug_connected_settings_24_filled:before {
    content: "\f0248";
}
.icon-ic_fluent_rectangle_landscape_hint_copy_16_filled:before {
    content: "\f0249";
}
.icon-ic_fluent_rectangle_landscape_hint_copy_20_filled:before {
    content: "\f024a";
}
.icon-ic_fluent_rectangle_landscape_hint_copy_24_filled:before {
    content: "\f024b";
}
.icon-ic_fluent_script_20_filled:before {
    content: "\f024c";
}
.icon-ic_fluent_script_24_filled:before {
    content: "\f024d";
}
.icon-ic_fluent_script_32_filled:before {
    content: "\f024e";
}
.icon-ic_fluent_server_link_24_filled:before {
    content: "\f024f";
}
.icon-ic_fluent_signature_32_filled:before {
    content: "\f0250";
}
.icon-ic_fluent_speaker_mute_32_filled:before {
    content: "\f0251";
}
.icon-ic_fluent_tab_desktop_28_filled:before {
    content: "\f0252";
}
.icon-ic_fluent_tab_desktop_link_16_filled:before {
    content: "\f0253";
}
.icon-ic_fluent_tab_desktop_link_20_filled:before {
    content: "\f0254";
}
.icon-ic_fluent_tab_desktop_link_24_filled:before {
    content: "\f0255";
}
.icon-ic_fluent_tab_desktop_link_28_filled:before {
    content: "\f0256";
}
.icon-ic_fluent_table_arrow_up_20_filled:before {
    content: "\f0257";
}
.icon-ic_fluent_table_arrow_up_24_filled:before {
    content: "\f0258";
}
.icon-ic_fluent_tablet_laptop_24_filled:before {
    content: "\f0259";
}
.icon-ic_fluent_thumb_like_dislike_16_filled:before {
    content: "\f025a";
}
.icon-ic_fluent_thumb_like_dislike_20_filled:before {
    content: "\f025b";
}
.icon-ic_fluent_thumb_like_dislike_24_filled:before {
    content: "\f025c";
}
.icon-ic_fluent_warning_32_filled:before {
    content: "\f025d";
}
.icon-ic_fluent_number_circle_1_28_filled:before {
    content: "\f025e";
}
.icon-ic_fluent_number_circle_1_32_filled:before {
    content: "\f025f";
}
.icon-ic_fluent_number_circle_1_48_filled:before {
    content: "\f0260";
}
.icon-ic_fluent_number_circle_2_16_filled:before {
    content: "\f0261";
}
.icon-ic_fluent_number_circle_2_20_filled:before {
    content: "\f0262";
}
.icon-ic_fluent_number_circle_2_24_filled:before {
    content: "\f0263";
}
.icon-ic_fluent_number_circle_2_28_filled:before {
    content: "\f0264";
}
.icon-ic_fluent_number_circle_2_32_filled:before {
    content: "\f0265";
}
.icon-ic_fluent_number_circle_2_48_filled:before {
    content: "\f0266";
}
.icon-ic_fluent_number_circle_3_16_filled:before {
    content: "\f0267";
}
.icon-ic_fluent_number_circle_3_20_filled:before {
    content: "\f0268";
}
.icon-ic_fluent_number_circle_3_24_filled:before {
    content: "\f0269";
}
.icon-ic_fluent_number_circle_3_28_filled:before {
    content: "\f026a";
}
.icon-ic_fluent_number_circle_3_32_filled:before {
    content: "\f026b";
}
.icon-ic_fluent_number_circle_3_48_filled:before {
    content: "\f026c";
}
.icon-ic_fluent_number_circle_4_16_filled:before {
    content: "\f026d";
}
.icon-ic_fluent_number_circle_4_20_filled:before {
    content: "\f026e";
}
.icon-ic_fluent_number_circle_4_24_filled:before {
    content: "\f026f";
}
.icon-ic_fluent_number_circle_4_28_filled:before {
    content: "\f0270";
}
.icon-ic_fluent_number_circle_4_32_filled:before {
    content: "\f0271";
}
.icon-ic_fluent_number_circle_4_48_filled:before {
    content: "\f0272";
}
.icon-ic_fluent_number_circle_5_16_filled:before {
    content: "\f0273";
}
.icon-ic_fluent_number_circle_5_20_filled:before {
    content: "\f0274";
}
.icon-ic_fluent_number_circle_5_24_filled:before {
    content: "\f0275";
}
.icon-ic_fluent_number_circle_5_28_filled:before {
    content: "\f0276";
}
.icon-ic_fluent_number_circle_5_32_filled:before {
    content: "\f0277";
}
.icon-ic_fluent_number_circle_5_48_filled:before {
    content: "\f0278";
}
.icon-ic_fluent_add_square_multiple_24_filled:before {
    content: "\f0279";
}
.icon-ic_fluent_braces_variable_48_filled:before {
    content: "\f027a";
}
.icon-ic_fluent_cube_48_filled:before {
    content: "\f027b";
}
.icon-ic_fluent_desk_16_filled:before {
    content: "\f027c";
}
.icon-ic_fluent_desk_28_filled:before {
    content: "\f027d";
}
.icon-ic_fluent_desk_32_filled:before {
    content: "\f027e";
}
.icon-ic_fluent_desk_48_filled:before {
    content: "\f027f";
}
.icon-ic_fluent_folder_open_vertical_24_filled:before {
    content: "\f0280";
}
.icon-ic_fluent_globe_48_filled:before {
    content: "\f0281";
}
.icon-ic_fluent_globe_shield_48_filled:before {
    content: "\f0282";
}
.icon-ic_fluent_hand_right_off_16_filled:before {
    content: "\f0283";
}
.icon-ic_fluent_hand_right_off_24_filled:before {
    content: "\f0284";
}
.icon-ic_fluent_hand_right_off_28_filled:before {
    content: "\f0285";
}
.icon-ic_fluent_hat_graduation_sparkle_16_filled:before {
    content: "\f0286";
}
.icon-ic_fluent_key_multiple_16_filled:before {
    content: "\f0287";
}
.icon-ic_fluent_key_multiple_24_filled:before {
    content: "\f0288";
}
.icon-ic_fluent_link_multiple_16_filled:before {
    content: "\f0289";
}
.icon-ic_fluent_link_multiple_20_filled:before {
    content: "\f028a";
}
.icon-ic_fluent_link_multiple_24_filled:before {
    content: "\f028b";
}
.icon-ic_fluent_mail_off_16_filled:before {
    content: "\f028c";
}
.icon-ic_fluent_person_edit_48_filled:before {
    content: "\f028d";
}
.icon-ic_fluent_plug_disconnected_48_filled:before {
    content: "\f028e";
}
.icon-ic_fluent_stream_48_filled:before {
    content: "\f028f";
}
.icon-ic_fluent_text_bullet_list_square_48_filled:before {
    content: "\f0290";
}
.icon-ic_fluent_text_bullet_list_square_shield_48_filled:before {
    content: "\f0291";
}
.icon-ic_fluent_arrow_export_16_filled:before {
    content: "\f0292";
}
.icon-ic_fluent_arrow_export_20_filled:before {
    content: "\f0293";
}
.icon-ic_fluent_arrow_export_24_filled:before {
    content: "\f0294";
}
.icon-ic_fluent_calendar_12_filled:before {
    content: "\f0295";
}
.icon-ic_fluent_calendar_16_filled:before {
    content: "\f0296";
}
.icon-ic_fluent_calendar_20_filled:before {
    content: "\f0297";
}
.icon-ic_fluent_calendar_24_filled:before {
    content: "\f0298";
}
.icon-ic_fluent_calendar_28_filled:before {
    content: "\f0299";
}
.icon-ic_fluent_calendar_32_filled:before {
    content: "\f029a";
}
.icon-ic_fluent_calendar_48_filled:before {
    content: "\f029b";
}
.icon-ic_fluent_calendar_date_20_filled:before {
    content: "\f029c";
}
.icon-ic_fluent_calendar_date_24_filled:before {
    content: "\f029d";
}
.icon-ic_fluent_calendar_date_28_filled:before {
    content: "\f029e";
}
.icon-ic_fluent_clipboard_bullet_list_16_filled:before {
    content: "\f029f";
}
.icon-ic_fluent_clipboard_bullet_list_20_filled:before {
    content: "\f02a0";
}
.icon-ic_fluent_ios_arrow_24_filled:before {
    content: "\f02a1";
}
.icon-ic_fluent_text_bullet_list_16_filled:before {
    content: "\f02a2";
}
.icon-ic_fluent_text_bullet_list_20_filled:before {
    content: "\f02a3";
}
.icon-ic_fluent_text_bullet_list_24_filled:before {
    content: "\f02a4";
}
.icon-ic_fluent_text_bullet_list_270_24_filled:before {
    content: "\f02a5";
}
.icon-ic_fluent_text_bullet_list_90_20_filled:before {
    content: "\f02a6";
}
.icon-ic_fluent_text_bullet_list_90_24_filled:before {
    content: "\f02a7";
}
.icon-ic_fluent_text_column_wide_20_filled:before {
    content: "\f02a8";
}
.icon-ic_fluent_text_column_wide_24_filled:before {
    content: "\f02a9";
}
.icon-ic_fluent_text_indent_decrease_16_filled:before {
    content: "\f02aa";
}
.icon-ic_fluent_text_indent_decrease_20_filled:before {
    content: "\f02ab";
}
.icon-ic_fluent_text_indent_decrease_24_filled:before {
    content: "\f02ac";
}
.icon-ic_fluent_text_indent_increase_16_filled:before {
    content: "\f02ad";
}
.icon-ic_fluent_text_indent_increase_20_filled:before {
    content: "\f02ae";
}
.icon-ic_fluent_text_indent_increase_24_filled:before {
    content: "\f02af";
}
.icon-ic_fluent_vehicle_car_profile_16_filled:before {
    content: "\f02b0";
}
.icon-ic_fluent_vehicle_car_profile_20_filled:before {
    content: "\f02b1";
}
.icon-ic_fluent_vehicle_car_profile_24_filled:before {
    content: "\f02b2";
}
.icon-ic_fluent_arrow_bidirectional_left_right_16_filled:before {
    content: "\f02b3";
}
.icon-ic_fluent_arrow_bidirectional_left_right_20_filled:before {
    content: "\f02b4";
}
.icon-ic_fluent_arrow_bidirectional_left_right_24_filled:before {
    content: "\f02b5";
}
.icon-ic_fluent_arrow_bidirectional_left_right_28_filled:before {
    content: "\f02b6";
}
.icon-ic_fluent_arrow_swap_16_filled:before {
    content: "\f02b7";
}
.icon-ic_fluent_arrow_swap_28_filled:before {
    content: "\f02b8";
}
.icon-ic_fluent_building_mosque_12_filled:before {
    content: "\f02b9";
}
.icon-ic_fluent_building_mosque_16_filled:before {
    content: "\f02ba";
}
.icon-ic_fluent_building_mosque_20_filled:before {
    content: "\f02bb";
}
.icon-ic_fluent_building_mosque_24_filled:before {
    content: "\f02bc";
}
.icon-ic_fluent_building_mosque_28_filled:before {
    content: "\f02bd";
}
.icon-ic_fluent_building_mosque_32_filled:before {
    content: "\f02be";
}
.icon-ic_fluent_building_mosque_48_filled:before {
    content: "\f02bf";
}
.icon-ic_fluent_checkmark_circle_square_16_filled:before {
    content: "\f02c0";
}
.icon-ic_fluent_checkmark_circle_square_20_filled:before {
    content: "\f02c1";
}
.icon-ic_fluent_checkmark_circle_square_24_filled:before {
    content: "\f02c2";
}
.icon-ic_fluent_heart_off_16_filled:before {
    content: "\f02c3";
}
.icon-ic_fluent_heart_off_20_filled:before {
    content: "\f02c4";
}
.icon-ic_fluent_heart_off_24_filled:before {
    content: "\f02c5";
}
.icon-ic_fluent_hexagon_16_filled:before {
    content: "\f02c6";
}
.icon-ic_fluent_hexagon_20_filled:before {
    content: "\f02c7";
}
.icon-ic_fluent_hexagon_three_16_filled:before {
    content: "\f02c8";
}
.icon-ic_fluent_hexagon_three_20_filled:before {
    content: "\f02c9";
}
.icon-ic_fluent_line_horizontal_1_16_filled:before {
    content: "\f02ca";
}
.icon-ic_fluent_line_horizontal_1_24_filled:before {
    content: "\f02cb";
}
.icon-ic_fluent_line_horizontal_1_28_filled:before {
    content: "\f02cc";
}
.icon-ic_fluent_line_horizontal_1_dashes_16_filled:before {
    content: "\f02cd";
}
.icon-ic_fluent_line_horizontal_1_dashes_20_filled:before {
    content: "\f02ce";
}
.icon-ic_fluent_line_horizontal_1_dashes_24_filled:before {
    content: "\f02cf";
}
.icon-ic_fluent_line_horizontal_1_dashes_28_filled:before {
    content: "\f02d0";
}
.icon-ic_fluent_line_horizontal_2_dashes_solid_16_filled:before {
    content: "\f02d1";
}
.icon-ic_fluent_line_horizontal_2_dashes_solid_20_filled:before {
    content: "\f02d2";
}
.icon-ic_fluent_line_horizontal_2_dashes_solid_24_filled:before {
    content: "\f02d3";
}
.icon-ic_fluent_line_horizontal_2_dashes_solid_28_filled:before {
    content: "\f02d4";
}
.icon-ic_fluent_mic_record_20_filled:before {
    content: "\f02d5";
}
.icon-ic_fluent_mic_record_24_filled:before {
    content: "\f02d6";
}
.icon-ic_fluent_mic_record_28_filled:before {
    content: "\f02d7";
}
.icon-ic_fluent_open_12_filled:before {
    content: "\f02d8";
}
.icon-ic_fluent_remix_add_16_filled:before {
    content: "\f02d9";
}
.icon-ic_fluent_remix_add_20_filled:before {
    content: "\f02da";
}
.icon-ic_fluent_remix_add_24_filled:before {
    content: "\f02db";
}
.icon-ic_fluent_remix_add_32_filled:before {
    content: "\f02dc";
}
.icon-ic_fluent_video_person_sparkle_off_20_filled:before {
    content: "\f02dd";
}
.icon-ic_fluent_video_person_sparkle_off_24_filled:before {
    content: "\f02de";
}
.icon-ic_fluent_voicemail_shield_20_filled:before {
    content: "\f02df";
}
.icon-ic_fluent_voicemail_shield_24_filled:before {
    content: "\f02e0";
}
.icon-ic_fluent_voicemail_shield_32_filled:before {
    content: "\f02e1";
}
.icon-ic_fluent_window_database_32_filled:before {
    content: "\f02e2";
}
.icon-ic_fluent_cast_multiple_20_filled:before {
    content: "\f02e3";
}
.icon-ic_fluent_cast_multiple_24_filled:before {
    content: "\f02e4";
}
.icon-ic_fluent_cast_multiple_28_filled:before {
    content: "\f02e5";
}
.icon-ic_fluent_circle_hint_half_vertical_16_filled:before {
    content: "\f02e6";
}
.icon-ic_fluent_circle_hint_half_vertical_20_filled:before {
    content: "\f02e7";
}
.icon-ic_fluent_circle_hint_half_vertical_24_filled:before {
    content: "\f02e8";
}
.icon-ic_fluent_flash_sparkle_20_filled:before {
    content: "\f02e9";
}
.icon-ic_fluent_flash_sparkle_24_filled:before {
    content: "\f02ea";
}
.icon-ic_fluent_hexagon_12_filled:before {
    content: "\f02eb";
}
.icon-ic_fluent_hexagon_24_filled:before {
    content: "\f02ec";
}
.icon-ic_fluent_hexagon_three_12_filled:before {
    content: "\f02ed";
}
.icon-ic_fluent_hexagon_three_24_filled:before {
    content: "\f02ee";
}
.icon-ic_fluent_next_frame_20_filled:before {
    content: "\f02ef";
}
.icon-ic_fluent_next_frame_24_filled:before {
    content: "\f02f0";
}
.icon-ic_fluent_previous_frame_20_filled:before {
    content: "\f02f1";
}
.icon-ic_fluent_previous_frame_24_filled:before {
    content: "\f02f2";
}
.icon-ic_fluent_textbox_align_bottom_center_16_filled:before {
    content: "\f02f3";
}
.icon-ic_fluent_textbox_align_bottom_center_20_filled:before {
    content: "\f02f4";
}
.icon-ic_fluent_textbox_align_bottom_center_24_filled:before {
    content: "\f02f5";
}
.icon-ic_fluent_textbox_align_bottom_left_16_filled:before {
    content: "\f02f6";
}
.icon-ic_fluent_textbox_align_bottom_left_20_filled:before {
    content: "\f02f7";
}
.icon-ic_fluent_textbox_align_bottom_left_24_filled:before {
    content: "\f02f8";
}
.icon-ic_fluent_textbox_align_bottom_right_16_filled:before {
    content: "\f02f9";
}
.icon-ic_fluent_textbox_align_bottom_right_20_filled:before {
    content: "\f02fa";
}
.icon-ic_fluent_textbox_align_bottom_right_24_filled:before {
    content: "\f02fb";
}
.icon-ic_fluent_textbox_align_center_16_filled:before {
    content: "\f02fc";
}
.icon-ic_fluent_textbox_align_middle_left_16_filled:before {
    content: "\f02fd";
}
.icon-ic_fluent_textbox_align_middle_left_20_filled:before {
    content: "\f02fe";
}
.icon-ic_fluent_textbox_align_middle_left_24_filled:before {
    content: "\f02ff";
}
.icon-ic_fluent_textbox_align_middle_right_16_filled:before {
    content: "\f0300";
}
.icon-ic_fluent_textbox_align_middle_right_20_filled:before {
    content: "\f0301";
}
.icon-ic_fluent_textbox_align_middle_right_24_filled:before {
    content: "\f0302";
}
.icon-ic_fluent_textbox_align_top_center_16_filled:before {
    content: "\f0303";
}
.icon-ic_fluent_textbox_align_top_center_20_filled:before {
    content: "\f0304";
}
.icon-ic_fluent_textbox_align_top_center_24_filled:before {
    content: "\f0305";
}
.icon-ic_fluent_textbox_align_top_left_16_filled:before {
    content: "\f0306";
}
.icon-ic_fluent_textbox_align_top_left_20_filled:before {
    content: "\f0307";
}
.icon-ic_fluent_textbox_align_top_left_24_filled:before {
    content: "\f0308";
}
.icon-ic_fluent_textbox_align_top_right_16_filled:before {
    content: "\f0309";
}
.icon-ic_fluent_textbox_align_top_right_20_filled:before {
    content: "\f030a";
}
.icon-ic_fluent_textbox_align_top_right_24_filled:before {
    content: "\f030b";
}
.icon-ic_fluent_triangle_down_24_filled:before {
    content: "\f030c";
}
.icon-ic_fluent_call_end_12_filled:before {
    content: "\f030d";
}
.icon-ic_fluent_call_end_32_filled:before {
    content: "\f030e";
}
.icon-ic_fluent_call_end_48_filled:before {
    content: "\f030f";
}
.icon-ic_fluent_content_view_gallery_16_filled:before {
    content: "\f0310";
}
.icon-ic_fluent_content_view_gallery_lightning_16_filled:before {
    content: "\f0311";
}
.icon-ic_fluent_content_view_gallery_lightning_20_filled:before {
    content: "\f0312";
}
.icon-ic_fluent_content_view_gallery_lightning_24_filled:before {
    content: "\f0313";
}
.icon-ic_fluent_content_view_gallery_lightning_28_filled:before {
    content: "\f0314";
}
.icon-ic_fluent_globe_arrow_forward_16_filled:before {
    content: "\f0315";
}
.icon-ic_fluent_globe_arrow_forward_20_filled:before {
    content: "\f0316";
}
.icon-ic_fluent_globe_arrow_forward_24_filled:before {
    content: "\f0317";
}
.icon-ic_fluent_globe_arrow_forward_32_filled:before {
    content: "\f0318";
}
.icon-ic_fluent_hard_drive_24_filled:before {
    content: "\f0319";
}
.icon-ic_fluent_hard_drive_32_filled:before {
    content: "\f031a";
}
.icon-ic_fluent_hard_drive_call_24_filled:before {
    content: "\f031b";
}
.icon-ic_fluent_hard_drive_call_32_filled:before {
    content: "\f031c";
}
.icon-ic_fluent_mail_rewind_16_filled:before {
    content: "\f031d";
}
.icon-ic_fluent_mail_rewind_20_filled:before {
    content: "\f031e";
}
.icon-ic_fluent_mail_rewind_24_filled:before {
    content: "\f031f";
}
.icon-ic_fluent_panel_right_gallery_16_filled:before {
    content: "\f0320";
}
.icon-ic_fluent_panel_right_gallery_20_filled:before {
    content: "\f0321";
}
.icon-ic_fluent_panel_right_gallery_24_filled:before {
    content: "\f0322";
}
.icon-ic_fluent_panel_right_gallery_28_filled:before {
    content: "\f0323";
}
.icon-ic_fluent_panel_top_gallery_16_filled:before {
    content: "\f0324";
}
.icon-ic_fluent_panel_top_gallery_20_filled:before {
    content: "\f0325";
}
.icon-ic_fluent_panel_top_gallery_24_filled:before {
    content: "\f0326";
}
.icon-ic_fluent_panel_top_gallery_28_filled:before {
    content: "\f0327";
}
.icon-ic_fluent_rectangle_landscape_sparkle_16_filled:before {
    content: "\f0328";
}
.icon-ic_fluent_rectangle_landscape_sparkle_20_filled:before {
    content: "\f0329";
}
.icon-ic_fluent_rectangle_landscape_sparkle_24_filled:before {
    content: "\f032a";
}
.icon-ic_fluent_rectangle_landscape_sparkle_28_filled:before {
    content: "\f032b";
}
.icon-ic_fluent_rectangle_landscape_sparkle_32_filled:before {
    content: "\f032c";
}
.icon-ic_fluent_scan_person_16_filled:before {
    content: "\f032d";
}
.icon-ic_fluent_scan_person_20_filled:before {
    content: "\f032e";
}
.icon-ic_fluent_scan_person_24_filled:before {
    content: "\f032f";
}
.icon-ic_fluent_scan_person_28_filled:before {
    content: "\f0330";
}
.icon-ic_fluent_scan_person_48_filled:before {
    content: "\f0331";
}
.icon-ic_fluent_voicemail_shield_16_filled:before {
    content: "\f0332";
}
.icon-ic_fluent_chevron_down_32_filled:before {
    content: "\f0333";
}
.icon-ic_fluent_chevron_left_32_filled:before {
    content: "\f0334";
}
.icon-ic_fluent_chevron_right_32_filled:before {
    content: "\f0335";
}
.icon-ic_fluent_chevron_up_32_filled:before {
    content: "\f0336";
}
.icon-ic_fluent_document_lightning_16_filled:before {
    content: "\f0337";
}
.icon-ic_fluent_document_lightning_20_filled:before {
    content: "\f0338";
}
.icon-ic_fluent_document_lightning_24_filled:before {
    content: "\f0339";
}
.icon-ic_fluent_document_lightning_28_filled:before {
    content: "\f033a";
}
.icon-ic_fluent_document_lightning_32_filled:before {
    content: "\f033b";
}
.icon-ic_fluent_document_lightning_48_filled:before {
    content: "\f033c";
}
.icon-ic_fluent_edit_12_filled:before {
    content: "\f033d";
}
.icon-ic_fluent_server_link_16_filled:before {
    content: "\f033e";
}
.icon-ic_fluent_server_link_20_filled:before {
    content: "\f033f";
}
.icon-ic_fluent_step_20_filled:before {
    content: "\f0340";
}
.icon-ic_fluent_step_24_filled:before {
    content: "\f0341";
}
.icon-ic_fluent_tab_desktop_multiple_add_20_filled:before {
    content: "\f0342";
}
.icon-ic_fluent_text_description_16_filled:before {
    content: "\f0343";
}
.icon-ic_fluent_text_description_28_filled:before {
    content: "\f0344";
}
.icon-ic_fluent_text_description_32_filled:before {
    content: "\f0345";
}
.icon-ic_fluent_text_grammar_lightning_16_filled:before {
    content: "\f0346";
}
.icon-ic_fluent_text_grammar_lightning_20_filled:before {
    content: "\f0347";
}
.icon-ic_fluent_text_grammar_lightning_24_filled:before {
    content: "\f0348";
}
.icon-ic_fluent_text_grammar_lightning_28_filled:before {
    content: "\f0349";
}
.icon-ic_fluent_text_grammar_lightning_32_filled:before {
    content: "\f034a";
}
.icon-ic_fluent_beaker_add_20_filled:before {
    content: "\f034b";
}
.icon-ic_fluent_beaker_add_24_filled:before {
    content: "\f034c";
}
.icon-ic_fluent_beaker_dismiss_20_filled:before {
    content: "\f034d";
}
.icon-ic_fluent_beaker_dismiss_24_filled:before {
    content: "\f034e";
}
.icon-ic_fluent_document_cube_20_filled:before {
    content: "\f034f";
}
.icon-ic_fluent_document_cube_24_filled:before {
    content: "\f0350";
}
.icon-ic_fluent_drawer_20_filled:before {
    content: "\f0351";
}
.icon-ic_fluent_drawer_24_filled:before {
    content: "\f0352";
}
.icon-ic_fluent_filmstrip_image_20_filled:before {
    content: "\f0353";
}
.icon-ic_fluent_filmstrip_image_24_filled:before {
    content: "\f0354";
}
.icon-ic_fluent_number_circle_0_16_filled:before {
    content: "\f0355";
}
.icon-ic_fluent_number_circle_0_20_filled:before {
    content: "\f0356";
}
.icon-ic_fluent_number_circle_0_24_filled:before {
    content: "\f0357";
}
.icon-ic_fluent_number_circle_0_28_filled:before {
    content: "\f0358";
}
.icon-ic_fluent_number_circle_0_32_filled:before {
    content: "\f0359";
}
.icon-ic_fluent_number_circle_0_48_filled:before {
    content: "\f035a";
}
.icon-ic_fluent_number_circle_6_16_filled:before {
    content: "\f035b";
}
.icon-ic_fluent_number_circle_6_20_filled:before {
    content: "\f035c";
}
.icon-ic_fluent_number_circle_6_24_filled:before {
    content: "\f035d";
}
.icon-ic_fluent_number_circle_6_28_filled:before {
    content: "\f035e";
}
.icon-ic_fluent_number_circle_6_32_filled:before {
    content: "\f035f";
}
.icon-ic_fluent_number_circle_6_48_filled:before {
    content: "\f0360";
}
.icon-ic_fluent_number_circle_7_16_filled:before {
    content: "\f0361";
}
.icon-ic_fluent_number_circle_7_20_filled:before {
    content: "\f0362";
}
.icon-ic_fluent_number_circle_7_24_filled:before {
    content: "\f0363";
}
.icon-ic_fluent_number_circle_7_28_filled:before {
    content: "\f0364";
}
.icon-ic_fluent_number_circle_7_32_filled:before {
    content: "\f0365";
}
.icon-ic_fluent_number_circle_7_48_filled:before {
    content: "\f0366";
}
.icon-ic_fluent_number_circle_8_16_filled:before {
    content: "\f0367";
}
.icon-ic_fluent_number_circle_8_20_filled:before {
    content: "\f0368";
}
.icon-ic_fluent_number_circle_8_24_filled:before {
    content: "\f0369";
}
.icon-ic_fluent_number_circle_8_28_filled:before {
    content: "\f036a";
}
.icon-ic_fluent_number_circle_8_32_filled:before {
    content: "\f036b";
}
.icon-ic_fluent_number_circle_8_48_filled:before {
    content: "\f036c";
}
.icon-ic_fluent_number_circle_9_16_filled:before {
    content: "\f036d";
}
.icon-ic_fluent_number_circle_9_20_filled:before {
    content: "\f036e";
}
.icon-ic_fluent_number_circle_9_24_filled:before {
    content: "\f036f";
}
.icon-ic_fluent_number_circle_9_28_filled:before {
    content: "\f0370";
}
.icon-ic_fluent_number_circle_9_32_filled:before {
    content: "\f0371";
}
.icon-ic_fluent_number_circle_9_48_filled:before {
    content: "\f0372";
}
.icon-ic_fluent_server_12_filled:before {
    content: "\f0373";
}
.icon-ic_fluent_square_hint_hexagon_12_filled:before {
    content: "\f0374";
}
.icon-ic_fluent_square_hint_hexagon_16_filled:before {
    content: "\f0375";
}
.icon-ic_fluent_square_hint_hexagon_20_filled:before {
    content: "\f0376";
}
.icon-ic_fluent_square_hint_hexagon_24_filled:before {
    content: "\f0377";
}
.icon-ic_fluent_square_hint_hexagon_28_filled:before {
    content: "\f0378";
}
.icon-ic_fluent_square_hint_hexagon_32_filled:before {
    content: "\f0379";
}
.icon-ic_fluent_square_hint_hexagon_48_filled:before {
    content: "\f037a";
}
.icon-ic_fluent_tab_desktop_multiple_16_filled:before {
    content: "\f037b";
}
.icon-ic_fluent_tab_desktop_multiple_add_16_filled:before {
    content: "\f037c";
}
.icon-ic_fluent_target_add_20_filled:before {
    content: "\f037d";
}
.icon-ic_fluent_target_add_24_filled:before {
    content: "\f037e";
}
.icon-ic_fluent_target_dismiss_20_filled:before {
    content: "\f037f";
}
.icon-ic_fluent_target_dismiss_24_filled:before {
    content: "\f0380";
}
.icon-ic_fluent_text_header_1_lines_16_filled:before {
    content: "\f0381";
}
.icon-ic_fluent_text_header_1_lines_20_filled:before {
    content: "\f0382";
}
.icon-ic_fluent_text_header_1_lines_24_filled:before {
    content: "\f0383";
}
.icon-ic_fluent_text_header_1_lines_caret_16_filled:before {
    content: "\f0384";
}
.icon-ic_fluent_text_header_1_lines_caret_20_filled:before {
    content: "\f0385";
}
.icon-ic_fluent_text_header_1_lines_caret_24_filled:before {
    content: "\f0386";
}
.icon-ic_fluent_text_header_2_lines_16_filled:before {
    content: "\f0387";
}
.icon-ic_fluent_text_header_2_lines_20_filled:before {
    content: "\f0388";
}
.icon-ic_fluent_text_header_2_lines_24_filled:before {
    content: "\f0389";
}
.icon-ic_fluent_text_header_2_lines_caret_16_filled:before {
    content: "\f038a";
}
.icon-ic_fluent_text_header_2_lines_caret_20_filled:before {
    content: "\f038b";
}
.icon-ic_fluent_text_header_2_lines_caret_24_filled:before {
    content: "\f038c";
}
.icon-ic_fluent_text_header_3_lines_16_filled:before {
    content: "\f038d";
}
.icon-ic_fluent_text_header_3_lines_20_filled:before {
    content: "\f038e";
}
.icon-ic_fluent_text_header_3_lines_24_filled:before {
    content: "\f038f";
}
.icon-ic_fluent_text_header_3_lines_caret_16_filled:before {
    content: "\f0390";
}
.icon-ic_fluent_text_header_3_lines_caret_20_filled:before {
    content: "\f0391";
}
.icon-ic_fluent_text_header_3_lines_caret_24_filled:before {
    content: "\f0392";
}
.icon-ic_fluent_arrow_download_28_filled:before {
    content: "\f0393";
}
.icon-ic_fluent_arrow_download_32_filled:before {
    content: "\f0394";
}
.icon-ic_fluent_arrow_expand_16_filled:before {
    content: "\f0395";
}
.icon-ic_fluent_arrow_export_up_16_filled:before {
    content: "\f0396";
}
.icon-ic_fluent_arrow_import_16_filled:before {
    content: "\f0397";
}
.icon-ic_fluent_arrow_up_right_dashes_16_filled:before {
    content: "\f0398";
}
.icon-ic_fluent_battery_10_16_filled:before {
    content: "\f0399";
}
.icon-ic_fluent_beaker_empty_16_filled:before {
    content: "\f039a";
}
.icon-ic_fluent_book_16_filled:before {
    content: "\f039b";
}
.icon-ic_fluent_border_none_16_filled:before {
    content: "\f039c";
}
.icon-ic_fluent_branch_request_16_filled:before {
    content: "\f039d";
}
.icon-ic_fluent_clipboard_task_list_16_filled:before {
    content: "\f039e";
}
.icon-ic_fluent_cut_16_filled:before {
    content: "\f039f";
}
.icon-ic_fluent_folder_search_16_filled:before {
    content: "\f03a0";
}
.icon-ic_fluent_folder_search_20_filled:before {
    content: "\f03a1";
}
.icon-ic_fluent_folder_search_24_filled:before {
    content: "\f03a2";
}
.icon-ic_fluent_hexagon_28_filled:before {
    content: "\f03a3";
}
.icon-ic_fluent_hexagon_32_filled:before {
    content: "\f03a4";
}
.icon-ic_fluent_hexagon_48_filled:before {
    content: "\f03a5";
}
.icon-ic_fluent_plug_connected_16_filled:before {
    content: "\f03a6";
}
.icon-ic_fluent_plug_disconnected_16_filled:before {
    content: "\f03a7";
}
.icon-ic_fluent_projection_screen_text_20_filled:before {
    content: "\f03a8";
}
.icon-ic_fluent_rss_16_filled:before {
    content: "\f03a9";
}
.icon-ic_fluent_shape_organic_16_filled:before {
    content: "\f03aa";
}
.icon-ic_fluent_shape_organic_20_filled:before {
    content: "\f03ab";
}
.icon-ic_fluent_shape_organic_24_filled:before {
    content: "\f03ac";
}
.icon-ic_fluent_shape_organic_28_filled:before {
    content: "\f03ad";
}
.icon-ic_fluent_shape_organic_32_filled:before {
    content: "\f03ae";
}
.icon-ic_fluent_shape_organic_48_filled:before {
    content: "\f03af";
}
.icon-ic_fluent_teardrop_bottom_right_16_filled:before {
    content: "\f03b0";
}
.icon-ic_fluent_teardrop_bottom_right_20_filled:before {
    content: "\f03b1";
}
.icon-ic_fluent_teardrop_bottom_right_24_filled:before {
    content: "\f03b2";
}
.icon-ic_fluent_teardrop_bottom_right_28_filled:before {
    content: "\f03b3";
}
.icon-ic_fluent_teardrop_bottom_right_32_filled:before {
    content: "\f03b4";
}
.icon-ic_fluent_teardrop_bottom_right_48_filled:before {
    content: "\f03b5";
}
.icon-ic_fluent_text_edit_style_16_filled:before {
    content: "\f03b6";
}
.icon-ic_fluent_text_whole_word_16_filled:before {
    content: "\f03b7";
}
.icon-ic_fluent_triangle_24_filled:before {
    content: "\f03b8";
}
.icon-ic_fluent_triangle_28_filled:before {
    content: "\f03b9";
}
.icon-ic_fluent_text_asterisk_16_filled:before {
    content: "\f03ba";
}
.icon-ic_fluent_arrow_download_off_16_filled:before {
    content: "\f03bb";
}
.icon-ic_fluent_arrow_download_off_20_filled:before {
    content: "\f03bc";
}
.icon-ic_fluent_arrow_download_off_24_filled:before {
    content: "\f03bd";
}
.icon-ic_fluent_arrow_download_off_28_filled:before {
    content: "\f03be";
}
.icon-ic_fluent_arrow_download_off_32_filled:before {
    content: "\f03bf";
}
.icon-ic_fluent_arrow_download_off_48_filled:before {
    content: "\f03c0";
}
.icon-ic_fluent_border_inside_16_filled:before {
    content: "\f03c1";
}
.icon-ic_fluent_border_inside_20_filled:before {
    content: "\f03c2";
}
.icon-ic_fluent_border_inside_24_filled:before {
    content: "\f03c3";
}
.icon-ic_fluent_chat_lock_16_filled:before {
    content: "\f03c4";
}
.icon-ic_fluent_chat_lock_20_filled:before {
    content: "\f03c5";
}
.icon-ic_fluent_chat_lock_24_filled:before {
    content: "\f03c6";
}
.icon-ic_fluent_chat_lock_28_filled:before {
    content: "\f03c7";
}
.icon-ic_fluent_error_circle_48_filled:before {
    content: "\f03c8";
}
.icon-ic_fluent_full_screen_maximize_28_filled:before {
    content: "\f03c9";
}
.icon-ic_fluent_full_screen_maximize_32_filled:before {
    content: "\f03ca";
}
.icon-ic_fluent_full_screen_minimize_28_filled:before {
    content: "\f03cb";
}
.icon-ic_fluent_full_screen_minimize_32_filled:before {
    content: "\f03cc";
}
.icon-ic_fluent_link_person_16_filled:before {
    content: "\f03cd";
}
.icon-ic_fluent_link_person_20_filled:before {
    content: "\f03ce";
}
.icon-ic_fluent_link_person_24_filled:before {
    content: "\f03cf";
}
.icon-ic_fluent_link_person_32_filled:before {
    content: "\f03d0";
}
.icon-ic_fluent_link_person_48_filled:before {
    content: "\f03d1";
}
.icon-ic_fluent_people_chat_16_filled:before {
    content: "\f03d2";
}
.icon-ic_fluent_people_chat_20_filled:before {
    content: "\f03d3";
}
.icon-ic_fluent_people_chat_24_filled:before {
    content: "\f03d4";
}
.icon-ic_fluent_person_support_28_filled:before {
    content: "\f03d5";
}
.icon-ic_fluent_shapes_32_filled:before {
    content: "\f03d6";
}
.icon-ic_fluent_slide_text_edit_16_filled:before {
    content: "\f03d7";
}
.icon-ic_fluent_slide_text_edit_20_filled:before {
    content: "\f03d8";
}
.icon-ic_fluent_slide_text_edit_24_filled:before {
    content: "\f03d9";
}
.icon-ic_fluent_slide_text_edit_28_filled:before {
    content: "\f03da";
}
.icon-ic_fluent_subtract_circle_48_filled:before {
    content: "\f03db";
}
.icon-ic_fluent_subtract_parentheses_16_filled:before {
    content: "\f03dc";
}
.icon-ic_fluent_subtract_parentheses_20_filled:before {
    content: "\f03dd";
}
.icon-ic_fluent_subtract_parentheses_24_filled:before {
    content: "\f03de";
}
.icon-ic_fluent_subtract_parentheses_28_filled:before {
    content: "\f03df";
}
.icon-ic_fluent_subtract_parentheses_32_filled:before {
    content: "\f03e0";
}
.icon-ic_fluent_subtract_parentheses_48_filled:before {
    content: "\f03e1";
}
.icon-ic_fluent_warning_48_filled:before {
    content: "\f03e2";
}
.icon-ic_fluent_alert_on_16_filled:before {
    content: "\f03e3";
}
.icon-ic_fluent_arrow_down_exclamation_16_filled:before {
    content: "\f03e4";
}
.icon-ic_fluent_arrow_down_exclamation_20_filled:before {
    content: "\f03e5";
}
.icon-ic_fluent_arrow_fit_24_filled:before {
    content: "\f03e6";
}
.icon-ic_fluent_arrow_fit_in_24_filled:before {
    content: "\f03e7";
}
.icon-ic_fluent_book_32_filled:before {
    content: "\f03e8";
}
.icon-ic_fluent_book_database_16_filled:before {
    content: "\f03e9";
}
.icon-ic_fluent_book_database_32_filled:before {
    content: "\f03ea";
}
.icon-ic_fluent_book_toolbox_16_filled:before {
    content: "\f03eb";
}
.icon-ic_fluent_building_desktop_32_filled:before {
    content: "\f03ec";
}
.icon-ic_fluent_building_government_16_filled:before {
    content: "\f03ed";
}
.icon-ic_fluent_building_government_search_16_filled:before {
    content: "\f03ee";
}
.icon-ic_fluent_building_government_search_20_filled:before {
    content: "\f03ef";
}
.icon-ic_fluent_building_government_search_24_filled:before {
    content: "\f03f0";
}
.icon-ic_fluent_building_government_search_32_filled:before {
    content: "\f03f1";
}
.icon-ic_fluent_calendar_record_16_filled:before {
    content: "\f03f2";
}
.icon-ic_fluent_calendar_record_20_filled:before {
    content: "\f03f3";
}
.icon-ic_fluent_calendar_record_24_filled:before {
    content: "\f03f4";
}
.icon-ic_fluent_calendar_record_28_filled:before {
    content: "\f03f5";
}
.icon-ic_fluent_calendar_record_32_filled:before {
    content: "\f03f6";
}
.icon-ic_fluent_calendar_record_48_filled:before {
    content: "\f03f7";
}
.icon-ic_fluent_clipboard_28_filled:before {
    content: "\f03f8";
}
.icon-ic_fluent_clipboard_math_formula_16_filled:before {
    content: "\f03f9";
}
.icon-ic_fluent_clipboard_math_formula_20_filled:before {
    content: "\f03fa";
}
.icon-ic_fluent_clipboard_math_formula_24_filled:before {
    content: "\f03fb";
}
.icon-ic_fluent_clipboard_math_formula_28_filled:before {
    content: "\f03fc";
}
.icon-ic_fluent_clipboard_math_formula_32_filled:before {
    content: "\f03fd";
}
.icon-ic_fluent_clipboard_number_123_16_filled:before {
    content: "\f03fe";
}
.icon-ic_fluent_clipboard_number_123_20_filled:before {
    content: "\f03ff";
}
.icon-ic_fluent_clipboard_number_123_24_filled:before {
    content: "\f0400";
}
.icon-ic_fluent_clipboard_number_123_28_filled:before {
    content: "\f0401";
}
.icon-ic_fluent_clipboard_number_123_32_filled:before {
    content: "\f0402";
}
.icon-ic_fluent_collections_16_filled:before {
    content: "\f0403";
}
.icon-ic_fluent_communication_shield_16_filled:before {
    content: "\f0404";
}
.icon-ic_fluent_communication_shield_20_filled:before {
    content: "\f0405";
}
.icon-ic_fluent_communication_shield_24_filled:before {
    content: "\f0406";
}
.icon-ic_fluent_dialpad_question_mark_20_filled:before {
    content: "\f0407";
}
.icon-ic_fluent_dialpad_question_mark_24_filled:before {
    content: "\f0408";
}
.icon-ic_fluent_document_briefcase_16_filled:before {
    content: "\f0409";
}
.icon-ic_fluent_document_briefcase_32_filled:before {
    content: "\f040a";
}
.icon-ic_fluent_document_search_32_filled:before {
    content: "\f040b";
}
.icon-ic_fluent_fingerprint_16_filled:before {
    content: "\f040c";
}
.icon-ic_fluent_fingerprint_32_filled:before {
    content: "\f040d";
}
.icon-ic_fluent_folder_person_24_filled:before {
    content: "\f040e";
}
.icon-ic_fluent_folder_person_28_filled:before {
    content: "\f040f";
}
.icon-ic_fluent_folder_person_32_filled:before {
    content: "\f0410";
}
.icon-ic_fluent_folder_person_48_filled:before {
    content: "\f0411";
}
.icon-ic_fluent_hat_graduation_add_16_filled:before {
    content: "\f0412";
}
.icon-ic_fluent_hat_graduation_add_20_filled:before {
    content: "\f0413";
}
.icon-ic_fluent_hat_graduation_add_24_filled:before {
    content: "\f0414";
}
.icon-ic_fluent_layer_diagonal_add_20_filled:before {
    content: "\f0415";
}
.icon-ic_fluent_library_32_filled:before {
    content: "\f0416";
}
.icon-ic_fluent_lightbulb_filament_32_filled:before {
    content: "\f0417";
}
.icon-ic_fluent_link_add_16_filled:before {
    content: "\f0418";
}
.icon-ic_fluent_link_add_20_filled:before {
    content: "\f0419";
}
.icon-ic_fluent_lock_shield_16_filled:before {
    content: "\f041a";
}
.icon-ic_fluent_lock_shield_28_filled:before {
    content: "\f041b";
}
.icon-ic_fluent_lock_shield_32_filled:before {
    content: "\f041c";
}
.icon-ic_fluent_person_voice_16_filled:before {
    content: "\f041d";
}
.icon-ic_fluent_person_warning_16_filled:before {
    content: "\f041e";
}
.icon-ic_fluent_person_warning_20_filled:before {
    content: "\f041f";
}
.icon-ic_fluent_person_warning_24_filled:before {
    content: "\f0420";
}
.icon-ic_fluent_person_warning_28_filled:before {
    content: "\f0421";
}
.icon-ic_fluent_person_warning_32_filled:before {
    content: "\f0422";
}
.icon-ic_fluent_person_warning_48_filled:before {
    content: "\f0423";
}
.icon-ic_fluent_scan_type_off_24_filled:before {
    content: "\f0424";
}
.icon-ic_fluent_screenshot_16_filled:before {
    content: "\f0425";
}
.icon-ic_fluent_screenshot_record_16_filled:before {
    content: "\f0426";
}
.icon-ic_fluent_screenshot_record_20_filled:before {
    content: "\f0427";
}
.icon-ic_fluent_screenshot_record_24_filled:before {
    content: "\f0428";
}
.icon-ic_fluent_slide_search_16_filled:before {
    content: "\f0429";
}
.icon-ic_fluent_slide_search_32_filled:before {
    content: "\f042a";
}
.icon-ic_fluent_vehicle_subway_clock_16_filled:before {
    content: "\f042b";
}
.icon-ic_fluent_vehicle_subway_clock_20_filled:before {
    content: "\f042c";
}
.icon-ic_fluent_vehicle_subway_clock_24_filled:before {
    content: "\f042d";
}
.icon-ic_fluent_video_clip_optimize_16_filled:before {
    content: "\f042e";
}
.icon-ic_fluent_video_clip_optimize_20_filled:before {
    content: "\f042f";
}
.icon-ic_fluent_video_clip_optimize_24_filled:before {
    content: "\f0430";
}
.icon-ic_fluent_video_clip_optimize_28_filled:before {
    content: "\f0431";
}
.icon-ic_fluent_video_person_pulse_16_filled:before {
    content: "\f0432";
}
.icon-ic_fluent_video_person_pulse_20_filled:before {
    content: "\f0433";
}
.icon-ic_fluent_video_person_pulse_24_filled:before {
    content: "\f0434";
}
.icon-ic_fluent_video_person_pulse_28_filled:before {
    content: "\f0435";
}
.icon-ic_fluent_archive_settings_32_filled:before {
    content: "\f0436";
}
.icon-ic_fluent_arrow_forward_32_filled:before {
    content: "\f0437";
}
.icon-ic_fluent_arrow_reply_32_filled:before {
    content: "\f0438";
}
.icon-ic_fluent_arrow_reply_all_32_filled:before {
    content: "\f0439";
}
.icon-ic_fluent_attach_32_filled:before {
    content: "\f043a";
}
.icon-ic_fluent_autocorrect_32_filled:before {
    content: "\f043b";
}
.icon-ic_fluent_broom_32_filled:before {
    content: "\f043c";
}
.icon-ic_fluent_calendar_note_16_filled:before {
    content: "\f043d";
}
.icon-ic_fluent_calendar_note_20_filled:before {
    content: "\f043e";
}
.icon-ic_fluent_calendar_note_24_filled:before {
    content: "\f043f";
}
.icon-ic_fluent_calendar_note_32_filled:before {
    content: "\f0440";
}
.icon-ic_fluent_checkmark_underline_circle_24_filled:before {
    content: "\f0441";
}
.icon-ic_fluent_data_bar_vertical_ascending_20_filled:before {
    content: "\f0442";
}
.icon-ic_fluent_data_bar_vertical_ascending_24_filled:before {
    content: "\f0443";
}
.icon-ic_fluent_diversity_16_filled:before {
    content: "\f0444";
}
.icon-ic_fluent_filter_32_filled:before {
    content: "\f0445";
}
.icon-ic_fluent_folder_mail_32_filled:before {
    content: "\f0446";
}
.icon-ic_fluent_glance_horizontal_32_filled:before {
    content: "\f0447";
}
.icon-ic_fluent_glance_horizontal_sparkle_32_filled:before {
    content: "\f0448";
}
.icon-ic_fluent_globe_arrow_up_16_filled:before {
    content: "\f0449";
}
.icon-ic_fluent_globe_arrow_up_20_filled:before {
    content: "\f044a";
}
.icon-ic_fluent_globe_arrow_up_24_filled:before {
    content: "\f044b";
}
.icon-ic_fluent_globe_error_16_filled:before {
    content: "\f044c";
}
.icon-ic_fluent_globe_error_20_filled:before {
    content: "\f044d";
}
.icon-ic_fluent_globe_error_24_filled:before {
    content: "\f044e";
}
.icon-ic_fluent_globe_prohibited_16_filled:before {
    content: "\f044f";
}
.icon-ic_fluent_globe_prohibited_24_filled:before {
    content: "\f0450";
}
.icon-ic_fluent_globe_sync_16_filled:before {
    content: "\f0451";
}
.icon-ic_fluent_globe_sync_20_filled:before {
    content: "\f0452";
}
.icon-ic_fluent_globe_sync_24_filled:before {
    content: "\f0453";
}
.icon-ic_fluent_globe_warning_16_filled:before {
    content: "\f0454";
}
.icon-ic_fluent_globe_warning_20_filled:before {
    content: "\f0455";
}
.icon-ic_fluent_globe_warning_24_filled:before {
    content: "\f0456";
}
.icon-ic_fluent_important_32_filled:before {
    content: "\f0457";
}
.icon-ic_fluent_layer_diagonal_16_filled:before {
    content: "\f0458";
}
.icon-ic_fluent_layer_diagonal_person_16_filled:before {
    content: "\f0459";
}
.icon-ic_fluent_mail_multiple_32_filled:before {
    content: "\f045a";
}
.icon-ic_fluent_mail_read_32_filled:before {
    content: "\f045b";
}
.icon-ic_fluent_mail_unread_32_filled:before {
    content: "\f045c";
}
.icon-ic_fluent_mailbox_16_filled:before {
    content: "\f045d";
}
.icon-ic_fluent_mailbox_20_filled:before {
    content: "\f045e";
}
.icon-ic_fluent_organization_horizontal_16_filled:before {
    content: "\f045f";
}
.icon-ic_fluent_organization_horizontal_24_filled:before {
    content: "\f0460";
}
.icon-ic_fluent_people_list_32_filled:before {
    content: "\f0461";
}
.icon-ic_fluent_person_add_32_filled:before {
    content: "\f0462";
}
.icon-ic_fluent_person_square_16_filled:before {
    content: "\f0463";
}
.icon-ic_fluent_person_square_32_filled:before {
    content: "\f0464";
}
.icon-ic_fluent_person_square_checkmark_16_filled:before {
    content: "\f0465";
}
.icon-ic_fluent_person_square_checkmark_20_filled:before {
    content: "\f0466";
}
.icon-ic_fluent_person_square_checkmark_24_filled:before {
    content: "\f0467";
}
.icon-ic_fluent_person_square_checkmark_32_filled:before {
    content: "\f0468";
}
.icon-ic_fluent_phone_footer_arrow_down_20_filled:before {
    content: "\f0469";
}
.icon-ic_fluent_phone_footer_arrow_down_24_filled:before {
    content: "\f046a";
}
.icon-ic_fluent_phone_header_arrow_up_20_filled:before {
    content: "\f046b";
}
.icon-ic_fluent_phone_header_arrow_up_24_filled:before {
    content: "\f046c";
}
.icon-ic_fluent_poll_32_filled:before {
    content: "\f046d";
}
.icon-ic_fluent_question_32_filled:before {
    content: "\f046e";
}
.icon-ic_fluent_screenshot_28_filled:before {
    content: "\f046f";
}
.icon-ic_fluent_screenshot_record_28_filled:before {
    content: "\f0470";
}
.icon-ic_fluent_star_32_filled:before {
    content: "\f0471";
}
.icon-ic_fluent_text_density_32_filled:before {
    content: "\f0472";
}
.icon-ic_fluent_text_edit_style_character_a_32_filled:before {
    content: "\f0473";
}
.icon-ic_fluent_wrench_screwdriver_32_filled:before {
    content: "\f0474";
}
.icon-ic_fluent_arrow_clockwise_dashes_16_filled:before {
    content: "\f0475";
}
.icon-ic_fluent_arrow_clockwise_dashes_32_filled:before {
    content: "\f0476";
}
.icon-ic_fluent_building_swap_16_filled:before {
    content: "\f0477";
}
.icon-ic_fluent_building_swap_20_filled:before {
    content: "\f0478";
}
.icon-ic_fluent_building_swap_24_filled:before {
    content: "\f0479";
}
.icon-ic_fluent_building_swap_32_filled:before {
    content: "\f047a";
}
.icon-ic_fluent_building_swap_48_filled:before {
    content: "\f047b";
}
.icon-ic_fluent_certificate_32_filled:before {
    content: "\f047c";
}
.icon-ic_fluent_clipboard_brush_16_filled:before {
    content: "\f047d";
}
.icon-ic_fluent_clipboard_brush_20_filled:before {
    content: "\f047e";
}
.icon-ic_fluent_clipboard_brush_24_filled:before {
    content: "\f047f";
}
.icon-ic_fluent_clipboard_brush_28_filled:before {
    content: "\f0480";
}
.icon-ic_fluent_clipboard_brush_32_filled:before {
    content: "\f0481";
}
.icon-ic_fluent_cloud_beaker_16_filled:before {
    content: "\f0482";
}
.icon-ic_fluent_cloud_beaker_20_filled:before {
    content: "\f0483";
}
.icon-ic_fluent_cloud_beaker_24_filled:before {
    content: "\f0484";
}
.icon-ic_fluent_cloud_beaker_28_filled:before {
    content: "\f0485";
}
.icon-ic_fluent_cloud_beaker_32_filled:before {
    content: "\f0486";
}
.icon-ic_fluent_cloud_beaker_48_filled:before {
    content: "\f0487";
}
.icon-ic_fluent_cloud_cube_16_filled:before {
    content: "\f0488";
}
.icon-ic_fluent_cloud_cube_20_filled:before {
    content: "\f0489";
}
.icon-ic_fluent_cloud_cube_24_filled:before {
    content: "\f048a";
}
.icon-ic_fluent_cloud_cube_28_filled:before {
    content: "\f048b";
}
.icon-ic_fluent_cloud_cube_32_filled:before {
    content: "\f048c";
}
.icon-ic_fluent_cloud_cube_48_filled:before {
    content: "\f048d";
}
.icon-ic_fluent_contract_up_right_16_filled:before {
    content: "\f048e";
}
.icon-ic_fluent_contract_up_right_20_filled:before {
    content: "\f048f";
}
.icon-ic_fluent_contract_up_right_24_filled:before {
    content: "\f0490";
}
.icon-ic_fluent_contract_up_right_28_filled:before {
    content: "\f0491";
}
.icon-ic_fluent_contract_up_right_32_filled:before {
    content: "\f0492";
}
.icon-ic_fluent_contract_up_right_48_filled:before {
    content: "\f0493";
}
.icon-ic_fluent_document_data_lock_16_filled:before {
    content: "\f0494";
}
.icon-ic_fluent_document_data_lock_20_filled:before {
    content: "\f0495";
}
.icon-ic_fluent_document_data_lock_24_filled:before {
    content: "\f0496";
}
.icon-ic_fluent_document_data_lock_32_filled:before {
    content: "\f0497";
}
.icon-ic_fluent_glance_horizontal_sparkles_20_filled:before {
    content: "\f0498";
}
.icon-ic_fluent_layout_cell_four_16_filled:before {
    content: "\f0499";
}
.icon-ic_fluent_layout_cell_four_20_filled:before {
    content: "\f049a";
}
.icon-ic_fluent_layout_cell_four_24_filled:before {
    content: "\f049b";
}
.icon-ic_fluent_layout_cell_four_focus_bottom_left_16_filled:before {
    content: "\f049c";
}
.icon-ic_fluent_layout_cell_four_focus_bottom_left_20_filled:before {
    content: "\f049d";
}
.icon-ic_fluent_layout_cell_four_focus_bottom_left_24_filled:before {
    content: "\f049e";
}
.icon-ic_fluent_layout_cell_four_focus_bottom_right_16_filled:before {
    content: "\f049f";
}
.icon-ic_fluent_layout_cell_four_focus_bottom_right_20_filled:before {
    content: "\f04a0";
}
.icon-ic_fluent_layout_cell_four_focus_bottom_right_24_filled:before {
    content: "\f04a1";
}
.icon-ic_fluent_layout_cell_four_focus_top_left_16_filled:before {
    content: "\f04a2";
}
.icon-ic_fluent_layout_cell_four_focus_top_left_20_filled:before {
    content: "\f04a3";
}
.icon-ic_fluent_layout_cell_four_focus_top_left_24_filled:before {
    content: "\f04a4";
}
.icon-ic_fluent_layout_cell_four_focus_top_right_16_filled:before {
    content: "\f04a5";
}
.icon-ic_fluent_layout_cell_four_focus_top_right_20_filled:before {
    content: "\f04a6";
}
.icon-ic_fluent_layout_cell_four_focus_top_right_24_filled:before {
    content: "\f04a7";
}
.icon-ic_fluent_layout_column_four_16_filled:before {
    content: "\f04a8";
}
.icon-ic_fluent_layout_column_four_20_filled:before {
    content: "\f04a9";
}
.icon-ic_fluent_layout_column_four_24_filled:before {
    content: "\f04aa";
}
.icon-ic_fluent_layout_column_four_focus_center_left_16_filled:before {
    content: "\f04ab";
}
.icon-ic_fluent_layout_column_four_focus_center_left_20_filled:before {
    content: "\f04ac";
}
.icon-ic_fluent_layout_column_four_focus_center_left_24_filled:before {
    content: "\f04ad";
}
.icon-ic_fluent_layout_column_four_focus_center_right_16_filled:before {
    content: "\f04ae";
}
.icon-ic_fluent_layout_column_four_focus_center_right_20_filled:before {
    content: "\f04af";
}
.icon-ic_fluent_layout_column_four_focus_center_right_24_filled:before {
    content: "\f04b0";
}
.icon-ic_fluent_layout_column_four_focus_left_16_filled:before {
    content: "\f04b1";
}
.icon-ic_fluent_layout_column_four_focus_left_20_filled:before {
    content: "\f04b2";
}
.icon-ic_fluent_layout_column_four_focus_left_24_filled:before {
    content: "\f04b3";
}
.icon-ic_fluent_layout_column_four_focus_right_16_filled:before {
    content: "\f04b4";
}
.icon-ic_fluent_layout_column_four_focus_right_20_filled:before {
    content: "\f04b5";
}
.icon-ic_fluent_layout_column_four_focus_right_24_filled:before {
    content: "\f04b6";
}
.icon-ic_fluent_layout_column_one_third_left_16_filled:before {
    content: "\f04b7";
}
.icon-ic_fluent_layout_column_one_third_left_20_filled:before {
    content: "\f04b8";
}
.icon-ic_fluent_layout_column_one_third_left_24_filled:before {
    content: "\f04b9";
}
.icon-ic_fluent_layout_column_one_third_right_16_filled:before {
    content: "\f04ba";
}
.icon-ic_fluent_layout_column_one_third_right_20_filled:before {
    content: "\f04bb";
}
.icon-ic_fluent_layout_column_one_third_right_24_filled:before {
    content: "\f04bc";
}
.icon-ic_fluent_layout_column_one_third_right_hint_16_filled:before {
    content: "\f04bd";
}
.icon-ic_fluent_layout_column_one_third_right_hint_20_filled:before {
    content: "\f04be";
}
.icon-ic_fluent_layout_column_one_third_right_hint_24_filled:before {
    content: "\f04bf";
}
.icon-ic_fluent_layout_column_three_16_filled:before {
    content: "\f04c0";
}
.icon-ic_fluent_layout_column_three_20_filled:before {
    content: "\f04c1";
}
.icon-ic_fluent_layout_column_three_24_filled:before {
    content: "\f04c2";
}
.icon-ic_fluent_layout_column_three_focus_center_16_filled:before {
    content: "\f04c3";
}
.icon-ic_fluent_layout_column_three_focus_center_20_filled:before {
    content: "\f04c4";
}
.icon-ic_fluent_layout_column_three_focus_center_24_filled:before {
    content: "\f04c5";
}
.icon-ic_fluent_layout_column_three_focus_left_16_filled:before {
    content: "\f04c6";
}
.icon-ic_fluent_layout_column_three_focus_left_20_filled:before {
    content: "\f04c7";
}
.icon-ic_fluent_layout_column_three_focus_left_24_filled:before {
    content: "\f04c8";
}
.icon-ic_fluent_layout_column_three_focus_right_16_filled:before {
    content: "\f04c9";
}
.icon-ic_fluent_layout_column_three_focus_right_20_filled:before {
    content: "\f04ca";
}
.icon-ic_fluent_layout_column_three_focus_right_24_filled:before {
    content: "\f04cb";
}
.icon-ic_fluent_layout_column_two_16_filled:before {
    content: "\f04cc";
}
.icon-ic_fluent_layout_column_two_20_filled:before {
    content: "\f04cd";
}
.icon-ic_fluent_layout_column_two_24_filled:before {
    content: "\f04ce";
}
.icon-ic_fluent_layout_column_two_focus_left_16_filled:before {
    content: "\f04cf";
}
.icon-ic_fluent_layout_column_two_focus_left_20_filled:before {
    content: "\f04d0";
}
.icon-ic_fluent_layout_column_two_focus_left_24_filled:before {
    content: "\f04d1";
}
.icon-ic_fluent_layout_column_two_focus_right_16_filled:before {
    content: "\f04d2";
}
.icon-ic_fluent_layout_column_two_focus_right_20_filled:before {
    content: "\f04d3";
}
.icon-ic_fluent_layout_column_two_focus_right_24_filled:before {
    content: "\f04d4";
}
.icon-ic_fluent_layout_column_two_split_left_16_filled:before {
    content: "\f04d5";
}
.icon-ic_fluent_layout_column_two_split_left_20_filled:before {
    content: "\f04d6";
}
.icon-ic_fluent_layout_column_two_split_left_24_filled:before {
    content: "\f04d7";
}
.icon-ic_fluent_layout_column_two_split_left_focus_bottom_left_16_filled:before {
    content: "\f04d8";
}
.icon-ic_fluent_layout_column_two_split_left_focus_bottom_left_20_filled:before {
    content: "\f04d9";
}
.icon-ic_fluent_layout_column_two_split_left_focus_bottom_left_24_filled:before {
    content: "\f04da";
}
.icon-ic_fluent_layout_column_two_split_left_focus_right_16_filled:before {
    content: "\f04db";
}
.icon-ic_fluent_layout_column_two_split_left_focus_right_20_filled:before {
    content: "\f04dc";
}
.icon-ic_fluent_layout_column_two_split_left_focus_right_24_filled:before {
    content: "\f04dd";
}
.icon-ic_fluent_layout_column_two_split_left_focus_top_left_16_filled:before {
    content: "\f04de";
}
.icon-ic_fluent_layout_column_two_split_left_focus_top_left_20_filled:before {
    content: "\f04df";
}
.icon-ic_fluent_layout_column_two_split_left_focus_top_left_24_filled:before {
    content: "\f04e0";
}
.icon-ic_fluent_layout_column_two_split_right_16_filled:before {
    content: "\f04e1";
}
.icon-ic_fluent_layout_column_two_split_right_20_filled:before {
    content: "\f04e2";
}
.icon-ic_fluent_layout_column_two_split_right_24_filled:before {
    content: "\f04e3";
}
.icon-ic_fluent_layout_column_two_split_right_focus_bottom_right_16_filled:before {
    content: "\f04e4";
}
.icon-ic_fluent_layout_column_two_split_right_focus_bottom_right_20_filled:before {
    content: "\f04e5";
}
.icon-ic_fluent_layout_column_two_split_right_focus_bottom_right_24_filled:before {
    content: "\f04e6";
}
.icon-ic_fluent_layout_column_two_split_right_focus_left_16_filled:before {
    content: "\f04e7";
}
.icon-ic_fluent_layout_column_two_split_right_focus_left_20_filled:before {
    content: "\f04e8";
}
.icon-ic_fluent_layout_column_two_split_right_focus_left_24_filled:before {
    content: "\f04e9";
}
.icon-ic_fluent_layout_column_two_split_right_focus_top_right_16_filled:before {
    content: "\f04ea";
}
.icon-ic_fluent_layout_column_two_split_right_focus_top_right_20_filled:before {
    content: "\f04eb";
}
.icon-ic_fluent_layout_column_two_split_right_focus_top_right_24_filled:before {
    content: "\f04ec";
}
.icon-ic_fluent_layout_row_four_16_filled:before {
    content: "\f04ed";
}
.icon-ic_fluent_layout_row_four_20_filled:before {
    content: "\f04ee";
}
.icon-ic_fluent_layout_row_four_24_filled:before {
    content: "\f04ef";
}
.icon-ic_fluent_layout_row_four_focus_bottom_16_filled:before {
    content: "\f04f0";
}
.icon-ic_fluent_layout_row_four_focus_bottom_20_filled:before {
    content: "\f04f1";
}
.icon-ic_fluent_layout_row_four_focus_bottom_24_filled:before {
    content: "\f04f2";
}
.icon-ic_fluent_layout_row_four_focus_center_bottom_16_filled:before {
    content: "\f04f3";
}
.icon-ic_fluent_layout_row_four_focus_center_bottom_20_filled:before {
    content: "\f04f4";
}
.icon-ic_fluent_layout_row_four_focus_center_bottom_24_filled:before {
    content: "\f04f5";
}
.icon-ic_fluent_layout_row_four_focus_center_top_16_filled:before {
    content: "\f04f6";
}
.icon-ic_fluent_layout_row_four_focus_center_top_20_filled:before {
    content: "\f04f7";
}
.icon-ic_fluent_layout_row_four_focus_center_top_24_filled:before {
    content: "\f04f8";
}
.icon-ic_fluent_layout_row_four_focus_top_16_filled:before {
    content: "\f04f9";
}
.icon-ic_fluent_layout_row_four_focus_top_20_filled:before {
    content: "\f04fa";
}
.icon-ic_fluent_layout_row_four_focus_top_24_filled:before {
    content: "\f04fb";
}
.icon-ic_fluent_layout_row_three_16_filled:before {
    content: "\f04fc";
}
.icon-ic_fluent_layout_row_three_20_filled:before {
    content: "\f04fd";
}
.icon-ic_fluent_layout_row_three_24_filled:before {
    content: "\f04fe";
}
.icon-ic_fluent_layout_row_three_focus_bottom_16_filled:before {
    content: "\f04ff";
}
.icon-ic_fluent_layout_row_three_focus_bottom_20_filled:before {
    content: "\f0500";
}
.icon-ic_fluent_layout_row_three_focus_bottom_24_filled:before {
    content: "\f0501";
}
.icon-ic_fluent_layout_row_three_focus_center_16_filled:before {
    content: "\f0502";
}
.icon-ic_fluent_layout_row_three_focus_center_20_filled:before {
    content: "\f0503";
}
.icon-ic_fluent_layout_row_three_focus_center_24_filled:before {
    content: "\f0504";
}
.icon-ic_fluent_layout_row_three_focus_top_16_filled:before {
    content: "\f0505";
}
.icon-ic_fluent_layout_row_three_focus_top_20_filled:before {
    content: "\f0506";
}
.icon-ic_fluent_layout_row_three_focus_top_24_filled:before {
    content: "\f0507";
}
.icon-ic_fluent_layout_row_two_16_filled:before {
    content: "\f0508";
}
.icon-ic_fluent_layout_row_two_20_filled:before {
    content: "\f0509";
}
.icon-ic_fluent_layout_row_two_24_filled:before {
    content: "\f050a";
}
.icon-ic_fluent_layout_row_two_focus_bottom_16_filled:before {
    content: "\f050b";
}
.icon-ic_fluent_layout_row_two_focus_bottom_20_filled:before {
    content: "\f050c";
}
.icon-ic_fluent_layout_row_two_focus_bottom_24_filled:before {
    content: "\f050d";
}
.icon-ic_fluent_layout_row_two_focus_top_16_filled:before {
    content: "\f050e";
}
.icon-ic_fluent_layout_row_two_focus_top_20_filled:before {
    content: "\f050f";
}
.icon-ic_fluent_layout_row_two_focus_top_24_filled:before {
    content: "\f0510";
}
.icon-ic_fluent_layout_row_two_split_bottom_16_filled:before {
    content: "\f0511";
}
.icon-ic_fluent_layout_row_two_split_bottom_20_filled:before {
    content: "\f0512";
}
.icon-ic_fluent_layout_row_two_split_bottom_24_filled:before {
    content: "\f0513";
}
.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_left_16_filled:before {
    content: "\f0514";
}
.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_left_20_filled:before {
    content: "\f0515";
}
.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_left_24_filled:before {
    content: "\f0516";
}
.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_right_16_filled:before {
    content: "\f0517";
}
.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_right_20_filled:before {
    content: "\f0518";
}
.icon-ic_fluent_layout_row_two_split_bottom_focus_bottom_right_24_filled:before {
    content: "\f0519";
}
.icon-ic_fluent_layout_row_two_split_bottom_focus_top_16_filled:before {
    content: "\f051a";
}
.icon-ic_fluent_layout_row_two_split_bottom_focus_top_20_filled:before {
    content: "\f051b";
}
.icon-ic_fluent_layout_row_two_split_bottom_focus_top_24_filled:before {
    content: "\f051c";
}
.icon-ic_fluent_layout_row_two_split_top_16_filled:before {
    content: "\f051d";
}
.icon-ic_fluent_layout_row_two_split_top_20_filled:before {
    content: "\f051e";
}
.icon-ic_fluent_layout_row_two_split_top_24_filled:before {
    content: "\f051f";
}
.icon-ic_fluent_layout_row_two_split_top_focus_bottom_16_filled:before {
    content: "\f0520";
}
.icon-ic_fluent_layout_row_two_split_top_focus_bottom_20_filled:before {
    content: "\f0521";
}
.icon-ic_fluent_layout_row_two_split_top_focus_bottom_24_filled:before {
    content: "\f0522";
}
.icon-ic_fluent_layout_row_two_split_top_focus_top_left_16_filled:before {
    content: "\f0523";
}
.icon-ic_fluent_layout_row_two_split_top_focus_top_left_20_filled:before {
    content: "\f0524";
}
.icon-ic_fluent_layout_row_two_split_top_focus_top_left_24_filled:before {
    content: "\f0525";
}
.icon-ic_fluent_layout_row_two_split_top_focus_top_right_16_filled:before {
    content: "\f0526";
}
.icon-ic_fluent_layout_row_two_split_top_focus_top_right_20_filled:before {
    content: "\f0527";
}
.icon-ic_fluent_layout_row_two_split_top_focus_top_right_24_filled:before {
    content: "\f0528";
}
.icon-ic_fluent_location_target_square_16_filled:before {
    content: "\f0529";
}
.icon-ic_fluent_location_target_square_20_filled:before {
    content: "\f052a";
}
.icon-ic_fluent_location_target_square_24_filled:before {
    content: "\f052b";
}
.icon-ic_fluent_location_target_square_32_filled:before {
    content: "\f052c";
}
.icon-ic_fluent_resize_16_filled:before {
    content: "\f052d";
}
.icon-ic_fluent_resize_28_filled:before {
    content: "\f052e";
}
.icon-ic_fluent_resize_32_filled:before {
    content: "\f052f";
}
.icon-ic_fluent_resize_48_filled:before {
    content: "\f0530";
}
.icon-ic_fluent_select_all_off_16_filled:before {
    content: "\f0531";
}
.icon-ic_fluent_select_all_on_16_filled:before {
    content: "\f0532";
}
.icon-ic_fluent_share_android_16_filled:before {
    content: "\f0533";
}
.icon-ic_fluent_share_android_32_filled:before {
    content: "\f0534";
}
.icon-ic_fluent_text_arrow_down_right_column_16_filled:before {
    content: "\f0535";
}
.icon-ic_fluent_text_arrow_down_right_column_20_filled:before {
    content: "\f0536";
}
.icon-ic_fluent_text_arrow_down_right_column_24_filled:before {
    content: "\f0537";
}
.icon-ic_fluent_text_arrow_down_right_column_28_filled:before {
    content: "\f0538";
}
.icon-ic_fluent_text_arrow_down_right_column_32_filled:before {
    content: "\f0539";
}
.icon-ic_fluent_text_arrow_down_right_column_48_filled:before {
    content: "\f053a";
}
.icon-ic_fluent_text_effects_sparkle_20_filled:before {
    content: "\f053b";
}
.icon-ic_fluent_text_effects_sparkle_24_filled:before {
    content: "\f053c";
}
.icon-ic_fluent_whiteboard_16_filled:before {
    content: "\f053d";
}
.icon-ic_fluent_whiteboard_off_16_filled:before {
    content: "\f053e";
}
.icon-ic_fluent_whiteboard_off_20_filled:before {
    content: "\f053f";
}
.icon-ic_fluent_whiteboard_off_24_filled:before {
    content: "\f0540";
}
.icon-ic_fluent_flowchart_16_filled:before {
    content: "\f0541";
}
.icon-ic_fluent_flowchart_32_filled:before {
    content: "\f0542";
}
.icon-ic_fluent_layer_diagonal_24_filled:before {
    content: "\f0543";
}
.icon-ic_fluent_layer_diagonal_person_24_filled:before {
    content: "\f0544";
}
.icon-ic_fluent_poll_off_16_filled:before {
    content: "\f0545";
}
.icon-ic_fluent_poll_off_20_filled:before {
    content: "\f0546";
}
.icon-ic_fluent_poll_off_24_filled:before {
    content: "\f0547";
}
.icon-ic_fluent_poll_off_32_filled:before {
    content: "\f0548";
}
.icon-ic_fluent_rectangle_landscape_sparkle_48_filled:before {
    content: "\f0549";
}
.icon-ic_fluent_rectangle_landscape_sync_16_filled:before {
    content: "\f054a";
}
.icon-ic_fluent_rectangle_landscape_sync_20_filled:before {
    content: "\f054b";
}
.icon-ic_fluent_rectangle_landscape_sync_24_filled:before {
    content: "\f054c";
}
.icon-ic_fluent_rectangle_landscape_sync_28_filled:before {
    content: "\f054d";
}
.icon-ic_fluent_rectangle_landscape_sync_off_16_filled:before {
    content: "\f054e";
}
.icon-ic_fluent_rectangle_landscape_sync_off_20_filled:before {
    content: "\f054f";
}
.icon-ic_fluent_rectangle_landscape_sync_off_24_filled:before {
    content: "\f0550";
}
.icon-ic_fluent_rectangle_landscape_sync_off_28_filled:before {
    content: "\f0551";
}
.icon-ic_fluent_seat_16_filled:before {
    content: "\f0552";
}
.icon-ic_fluent_seat_20_filled:before {
    content: "\f0553";
}
.icon-ic_fluent_seat_24_filled:before {
    content: "\f0554";
}
.icon-ic_fluent_seat_add_16_filled:before {
    content: "\f0555";
}
.icon-ic_fluent_seat_add_20_filled:before {
    content: "\f0556";
}
.icon-ic_fluent_seat_add_24_filled:before {
    content: "\f0557";
}
.icon-ic_fluent_speaker_box_16_filled:before {
    content: "\f0558";
}
.icon-ic_fluent_speaker_box_20_filled:before {
    content: "\f0559";
}
.icon-ic_fluent_speaker_box_24_filled:before {
    content: "\f055a";
}
.icon-ic_fluent_text_edit_style_character_ga_32_filled:before {
    content: "\f055b";
}
.icon-ic_fluent_window_ad_24_filled:before {
    content: "\f055c";
}
.icon-ic_fluent_wrench_settings_20_filled:before {
    content: "\f055d";
}
.icon-ic_fluent_wrench_settings_24_filled:before {
    content: "\f055e";
}
.icon-ic_fluent_building_lighthouse_24_filled:before {
    content: "\f055f";
}
.icon-ic_fluent_building_lighthouse_32_filled:before {
    content: "\f0560";
}
.icon-ic_fluent_building_lighthouse_48_filled:before {
    content: "\f0561";
}
.icon-ic_fluent_calendar_link_24_filled:before {
    content: "\f0562";
}
.icon-ic_fluent_calendar_link_28_filled:before {
    content: "\f0563";
}
.icon-ic_fluent_calendar_video_24_filled:before {
    content: "\f0564";
}
.icon-ic_fluent_calendar_video_28_filled:before {
    content: "\f0565";
}
.icon-ic_fluent_cookies_16_filled:before {
    content: "\f0566";
}
.icon-ic_fluent_cookies_28_filled:before {
    content: "\f0567";
}
.icon-ic_fluent_cookies_32_filled:before {
    content: "\f0568";
}
.icon-ic_fluent_cookies_48_filled:before {
    content: "\f0569";
}
.icon-ic_fluent_hard_drive_28_filled:before {
    content: "\f056a";
}
.icon-ic_fluent_hard_drive_48_filled:before {
    content: "\f056b";
}
.icon-ic_fluent_laptop_32_filled:before {
    content: "\f056c";
}
.icon-ic_fluent_laptop_settings_20_filled:before {
    content: "\f056d";
}
.icon-ic_fluent_laptop_settings_24_filled:before {
    content: "\f056e";
}
.icon-ic_fluent_laptop_settings_32_filled:before {
    content: "\f056f";
}
.icon-ic_fluent_people_audience_32_filled:before {
    content: "\f0570";
}
.icon-ic_fluent_shopping_bag_add_20_filled:before {
    content: "\f0571";
}
.icon-ic_fluent_shopping_bag_add_24_filled:before {
    content: "\f0572";
}
.icon-ic_fluent_street_sign_20_filled:before {
    content: "\f0573";
}
.icon-ic_fluent_street_sign_24_filled:before {
    content: "\f0574";
}
.icon-ic_fluent_video_link_24_filled:before {
    content: "\f0575";
}
.icon-ic_fluent_video_link_28_filled:before {
    content: "\f0576";
}
.icon-ic_fluent_building_lighthouse_16_filled:before {
    content: "\f0577";
}
.icon-ic_fluent_calendar_sparkle_16_filled:before {
    content: "\f0578";
}
.icon-ic_fluent_calendar_sparkle_20_filled:before {
    content: "\f0579";
}
.icon-ic_fluent_calendar_sparkle_24_filled:before {
    content: "\f057a";
}
.icon-ic_fluent_calendar_sparkle_28_filled:before {
    content: "\f057b";
}
.icon-ic_fluent_calendar_sparkle_32_filled:before {
    content: "\f057c";
}
.icon-ic_fluent_calendar_sparkle_48_filled:before {
    content: "\f057d";
}
.icon-ic_fluent_calendar_template_20_filled:before {
    content: "\f057e";
}
.icon-ic_fluent_calendar_template_24_filled:before {
    content: "\f057f";
}
.icon-ic_fluent_calendar_template_32_filled:before {
    content: "\f0580";
}
.icon-ic_fluent_clipboard_12_filled:before {
    content: "\f0581";
}
.icon-ic_fluent_clipboard_48_filled:before {
    content: "\f0582";
}
.icon-ic_fluent_compose_12_filled:before {
    content: "\f0583";
}
.icon-ic_fluent_compose_32_filled:before {
    content: "\f0584";
}
.icon-ic_fluent_compose_48_filled:before {
    content: "\f0585";
}
.icon-ic_fluent_globe_28_filled:before {
    content: "\f0586";
}
.icon-ic_fluent_guest_12_filled:before {
    content: "\f0587";
}
.icon-ic_fluent_guest_32_filled:before {
    content: "\f0588";
}
.icon-ic_fluent_guest_48_filled:before {
    content: "\f0589";
}
.icon-ic_fluent_laptop_briefcase_20_filled:before {
    content: "\f058a";
}
.icon-ic_fluent_laptop_briefcase_24_filled:before {
    content: "\f058b";
}
.icon-ic_fluent_laptop_briefcase_32_filled:before {
    content: "\f058c";
}
.icon-ic_fluent_layer_diagonal_sparkle_16_filled:before {
    content: "\f058d";
}
.icon-ic_fluent_layer_diagonal_sparkle_20_filled:before {
    content: "\f058e";
}
.icon-ic_fluent_layer_diagonal_sparkle_24_filled:before {
    content: "\f058f";
}
.icon-ic_fluent_payment_wireless_16_filled:before {
    content: "\f0590";
}
.icon-ic_fluent_payment_wireless_20_filled:before {
    content: "\f0591";
}
.icon-ic_fluent_payment_wireless_24_filled:before {
    content: "\f0592";
}
.icon-ic_fluent_payment_wireless_28_filled:before {
    content: "\f0593";
}
.icon-ic_fluent_payment_wireless_32_filled:before {
    content: "\f0594";
}
.icon-ic_fluent_payment_wireless_48_filled:before {
    content: "\f0595";
}
.icon-ic_fluent_status_28_filled:before {
    content: "\f0596";
}
.icon-ic_fluent_status_32_filled:before {
    content: "\f0597";
}
.icon-ic_fluent_status_48_filled:before {
    content: "\f0598";
}
.icon-ic_fluent_video_off_16_filled:before {
    content: "\f0599";
}
.icon-ic_fluent_checkmark_circle_warning_16_filled:before {
    content: "\f059a";
}
.icon-ic_fluent_checkmark_circle_warning_20_filled:before {
    content: "\f059b";
}
.icon-ic_fluent_checkmark_circle_warning_24_filled:before {
    content: "\f059c";
}
.icon-ic_fluent_cloud_arrow_right_16_filled:before {
    content: "\f059d";
}
.icon-ic_fluent_cloud_arrow_right_20_filled:before {
    content: "\f059e";
}
.icon-ic_fluent_cloud_arrow_right_24_filled:before {
    content: "\f059f";
}
.icon-ic_fluent_document_arrow_down_24_filled:before {
    content: "\f05a0";
}
.icon-ic_fluent_document_signature_16_filled:before {
    content: "\f05a1";
}
.icon-ic_fluent_document_signature_20_filled:before {
    content: "\f05a2";
}
.icon-ic_fluent_document_signature_24_filled:before {
    content: "\f05a3";
}
.icon-ic_fluent_document_signature_28_filled:before {
    content: "\f05a4";
}
.icon-ic_fluent_document_signature_32_filled:before {
    content: "\f05a5";
}
.icon-ic_fluent_document_signature_48_filled:before {
    content: "\f05a6";
}
.icon-ic_fluent_home_garage_20_filled:before {
    content: "\f05a7";
}
.icon-ic_fluent_home_garage_24_filled:before {
    content: "\f05a8";
}
.icon-ic_fluent_image_split_20_filled:before {
    content: "\f05a9";
}
.icon-ic_fluent_image_split_24_filled:before {
    content: "\f05aa";
}
.icon-ic_fluent_laptop_48_filled:before {
    content: "\f05ab";
}
.icon-ic_fluent_line_flow_diagonal_up_right_16_filled:before {
    content: "\f05ac";
}
.icon-ic_fluent_line_flow_diagonal_up_right_20_filled:before {
    content: "\f05ad";
}
.icon-ic_fluent_line_flow_diagonal_up_right_24_filled:before {
    content: "\f05ae";
}
.icon-ic_fluent_line_flow_diagonal_up_right_32_filled:before {
    content: "\f05af";
}
.icon-ic_fluent_mail_arrow_clockwise_16_filled:before {
    content: "\f05b0";
}
.icon-ic_fluent_mail_arrow_clockwise_20_filled:before {
    content: "\f05b1";
}
.icon-ic_fluent_mail_arrow_clockwise_24_filled:before {
    content: "\f05b2";
}
.icon-ic_fluent_person_passkey_16_filled:before {
    content: "\f05b3";
}
.icon-ic_fluent_person_passkey_20_filled:before {
    content: "\f05b4";
}
.icon-ic_fluent_person_passkey_24_filled:before {
    content: "\f05b5";
}
.icon-ic_fluent_person_passkey_28_filled:before {
    content: "\f05b6";
}
.icon-ic_fluent_person_passkey_32_filled:before {
    content: "\f05b7";
}
.icon-ic_fluent_person_passkey_48_filled:before {
    content: "\f05b8";
}
.icon-ic_fluent_person_prohibited_32_filled:before {
    content: "\f05b9";
}
.icon-ic_fluent_person_ribbon_24_filled:before {
    content: "\f05ba";
}
.icon-ic_fluent_plant_cattail_20_filled:before {
    content: "\f05bb";
}
.icon-ic_fluent_plant_cattail_24_filled:before {
    content: "\f05bc";
}
.icon-ic_fluent_storage_16_filled:before {
    content: "\f05bd";
}
.icon-ic_fluent_storage_28_filled:before {
    content: "\f05be";
}
.icon-ic_fluent_storage_32_filled:before {
    content: "\f05bf";
}
.icon-ic_fluent_storage_48_filled:before {
    content: "\f05c0";
}
.icon-ic_fluent_video_clip_wand_16_filled:before {
    content: "\f05c1";
}
.icon-ic_fluent_video_clip_wand_20_filled:before {
    content: "\f05c2";
}
.icon-ic_fluent_video_clip_wand_24_filled:before {
    content: "\f05c3";
}
.icon-ic_fluent_window_fingerprint_16_filled:before {
    content: "\f05c4";
}
.icon-ic_fluent_window_fingerprint_20_filled:before {
    content: "\f05c5";
}
.icon-ic_fluent_window_fingerprint_24_filled:before {
    content: "\f05c6";
}
.icon-ic_fluent_window_fingerprint_28_filled:before {
    content: "\f05c7";
}
.icon-ic_fluent_window_fingerprint_32_filled:before {
    content: "\f05c8";
}
.icon-ic_fluent_window_fingerprint_48_filled:before {
    content: "\f05c9";
}
.icon-ic_fluent_accessibility_error_20_filled:before {
    content: "\f05ca";
}
.icon-ic_fluent_accessibility_error_24_filled:before {
    content: "\f05cb";
}
.icon-ic_fluent_accessibility_question_mark_20_filled:before {
    content: "\f05cc";
}
.icon-ic_fluent_accessibility_question_mark_24_filled:before {
    content: "\f05cd";
}
.icon-ic_fluent_arrow_down_exclamation_24_filled:before {
    content: "\f05ce";
}
.icon-ic_fluent_arrow_sort_up_lines_16_filled:before {
    content: "\f05cf";
}
.icon-ic_fluent_arrow_sort_up_lines_20_filled:before {
    content: "\f05d0";
}
.icon-ic_fluent_arrow_sort_up_lines_24_filled:before {
    content: "\f05d1";
}
.icon-ic_fluent_arrow_up_exclamation_16_filled:before {
    content: "\f05d2";
}
.icon-ic_fluent_arrow_up_exclamation_20_filled:before {
    content: "\f05d3";
}
.icon-ic_fluent_arrow_up_exclamation_24_filled:before {
    content: "\f05d4";
}
.icon-ic_fluent_bench_20_filled:before {
    content: "\f05d5";
}
.icon-ic_fluent_bench_24_filled:before {
    content: "\f05d6";
}
.icon-ic_fluent_building_lighthouse_28_filled:before {
    content: "\f05d7";
}
.icon-ic_fluent_calendar_video_20_filled:before {
    content: "\f05d8";
}
.icon-ic_fluent_clock_bill_16_filled:before {
    content: "\f05d9";
}
.icon-ic_fluent_clock_bill_20_filled:before {
    content: "\f05da";
}
.icon-ic_fluent_clock_bill_24_filled:before {
    content: "\f05db";
}
.icon-ic_fluent_clock_bill_32_filled:before {
    content: "\f05dc";
}
.icon-ic_fluent_data_usage_16_filled:before {
    content: "\f05dd";
}
.icon-ic_fluent_data_usage_settings_16_filled:before {
    content: "\f05de";
}
.icon-ic_fluent_data_usage_settings_24_filled:before {
    content: "\f05df";
}
.icon-ic_fluent_edit_person_20_filled:before {
    content: "\f05e0";
}
.icon-ic_fluent_edit_person_24_filled:before {
    content: "\f05e1";
}
.icon-ic_fluent_highway_20_filled:before {
    content: "\f05e2";
}
.icon-ic_fluent_highway_24_filled:before {
    content: "\f05e3";
}
.icon-ic_fluent_laptop_person_20_filled:before {
    content: "\f05e4";
}
.icon-ic_fluent_laptop_person_24_filled:before {
    content: "\f05e5";
}
.icon-ic_fluent_laptop_person_48_filled:before {
    content: "\f05e6";
}
.icon-ic_fluent_location_ripple_16_filled:before {
    content: "\f05e7";
}
.icon-ic_fluent_location_ripple_20_filled:before {
    content: "\f05e8";
}
.icon-ic_fluent_location_ripple_24_filled:before {
    content: "\f05e9";
}
.icon-ic_fluent_mail_arrow_double_back_32_filled:before {
    content: "\f05ea";
}
.icon-ic_fluent_mail_briefcase_48_filled:before {
    content: "\f05eb";
}
.icon-ic_fluent_options_28_filled:before {
    content: "\f05ec";
}
.icon-ic_fluent_options_32_filled:before {
    content: "\f05ed";
}
.icon-ic_fluent_people_add_32_filled:before {
    content: "\f05ee";
}
.icon-ic_fluent_person_alert_32_filled:before {
    content: "\f05ef";
}
.icon-ic_fluent_road_20_filled:before {
    content: "\f05f0";
}
.icon-ic_fluent_road_24_filled:before {
    content: "\f05f1";
}
.icon-ic_fluent_save_32_filled:before {
    content: "\f05f2";
}
.icon-ic_fluent_tab_desktop_multiple_24_filled:before {
    content: "\f05f3";
}
.icon-ic_fluent_tab_desktop_multiple_sparkle_16_filled:before {
    content: "\f05f4";
}
.icon-ic_fluent_tab_desktop_multiple_sparkle_20_filled:before {
    content: "\f05f5";
}
.icon-ic_fluent_tab_desktop_multiple_sparkle_24_filled:before {
    content: "\f05f6";
}
.icon-ic_fluent_vehicle_tractor_20_filled:before {
    content: "\f05f7";
}
.icon-ic_fluent_vehicle_tractor_24_filled:before {
    content: "\f05f8";
}
.icon-ic_fluent_classification_32_filled:before {
    content: "\f05f9";
}
.icon-ic_fluent_document_target_20_filled:before {
    content: "\f05fa";
}
.icon-ic_fluent_document_target_24_filled:before {
    content: "\f05fb";
}
.icon-ic_fluent_document_target_32_filled:before {
    content: "\f05fc";
}
.icon-ic_fluent_emoji_meme_16_filled:before {
    content: "\f05fd";
}
.icon-ic_fluent_emoji_meme_20_filled:before {
    content: "\f05fe";
}
.icon-ic_fluent_emoji_meme_24_filled:before {
    content: "\f05ff";
}
.icon-ic_fluent_hand_point_16_filled:before {
    content: "\f0600";
}
.icon-ic_fluent_hand_point_20_filled:before {
    content: "\f0601";
}
.icon-ic_fluent_hand_point_24_filled:before {
    content: "\f0602";
}
.icon-ic_fluent_hand_point_28_filled:before {
    content: "\f0603";
}
.icon-ic_fluent_hand_point_32_filled:before {
    content: "\f0604";
}
.icon-ic_fluent_hand_point_48_filled:before {
    content: "\f0605";
}
.icon-ic_fluent_mail_read_briefcase_48_filled:before {
    content: "\f0606";
}
.icon-ic_fluent_people_subtract_20_filled:before {
    content: "\f0607";
}
.icon-ic_fluent_people_subtract_24_filled:before {
    content: "\f0608";
}
.icon-ic_fluent_people_subtract_32_filled:before {
    content: "\f0609";
}
.icon-ic_fluent_person_alert_off_16_filled:before {
    content: "\f060a";
}
.icon-ic_fluent_person_alert_off_20_filled:before {
    content: "\f060b";
}
.icon-ic_fluent_person_alert_off_24_filled:before {
    content: "\f060c";
}
.icon-ic_fluent_person_alert_off_32_filled:before {
    content: "\f060d";
}
.icon-ic_fluent_shopping_bag_add_16_filled:before {
    content: "\f060e";
}
.icon-ic_fluent_spatula_spoon_16_filled:before {
    content: "\f060f";
}
.icon-ic_fluent_spatula_spoon_20_filled:before {
    content: "\f0610";
}
.icon-ic_fluent_spatula_spoon_24_filled:before {
    content: "\f0611";
}
.icon-ic_fluent_spatula_spoon_28_filled:before {
    content: "\f0612";
}
.icon-ic_fluent_spatula_spoon_32_filled:before {
    content: "\f0613";
}
.icon-ic_fluent_spatula_spoon_48_filled:before {
    content: "\f0614";
}
.icon-ic_fluent_apps_settings_16_filled:before {
    content: "\f0615";
}
.icon-ic_fluent_apps_settings_20_filled:before {
    content: "\f0616";
}
.icon-ic_fluent_apps_shield_16_filled:before {
    content: "\f0617";
}
.icon-ic_fluent_apps_shield_20_filled:before {
    content: "\f0618";
}
.icon-ic_fluent_arrow_upload_32_filled:before {
    content: "\f0619";
}
.icon-ic_fluent_calendar_edit_32_filled:before {
    content: "\f061a";
}
.icon-ic_fluent_data_bar_vertical_arrow_down_16_filled:before {
    content: "\f061b";
}
.icon-ic_fluent_data_bar_vertical_arrow_down_20_filled:before {
    content: "\f061c";
}
.icon-ic_fluent_data_bar_vertical_arrow_down_24_filled:before {
    content: "\f061d";
}
.icon-ic_fluent_haptic_strong_16_filled:before {
    content: "\f061e";
}
.icon-ic_fluent_haptic_strong_20_filled:before {
    content: "\f061f";
}
.icon-ic_fluent_haptic_strong_24_filled:before {
    content: "\f0620";
}
.icon-ic_fluent_haptic_weak_16_filled:before {
    content: "\f0621";
}
.icon-ic_fluent_haptic_weak_20_filled:before {
    content: "\f0622";
}
.icon-ic_fluent_haptic_weak_24_filled:before {
    content: "\f0623";
}
.icon-ic_fluent_hexagon_sparkle_20_filled:before {
    content: "\f0624";
}
.icon-ic_fluent_hexagon_sparkle_24_filled:before {
    content: "\f0625";
}
.icon-ic_fluent_mail_edit_32_filled:before {
    content: "\f0626";
}
.icon-ic_fluent_password_32_filled:before {
    content: "\f0627";
}
.icon-ic_fluent_password_48_filled:before {
    content: "\f0628";
}
.icon-ic_fluent_password_clock_48_filled:before {
    content: "\f0629";
}
.icon-ic_fluent_password_reset_48_filled:before {
    content: "\f062a";
}
.icon-ic_fluent_people_eye_16_filled:before {
    content: "\f062b";
}
.icon-ic_fluent_people_eye_20_filled:before {
    content: "\f062c";
}
.icon-ic_fluent_pin_globe_16_filled:before {
    content: "\f062d";
}
.icon-ic_fluent_pin_globe_20_filled:before {
    content: "\f062e";
}
.icon-ic_fluent_run_28_filled:before {
    content: "\f062f";
}
.icon-ic_fluent_run_32_filled:before {
    content: "\f0630";
}
.icon-ic_fluent_run_48_filled:before {
    content: "\f0631";
}
.icon-ic_fluent_tab_group_16_filled:before {
    content: "\f0632";
}
.icon-ic_fluent_tab_group_20_filled:before {
    content: "\f0633";
}
.icon-ic_fluent_tab_group_24_filled:before {
    content: "\f0634";
}
.icon-ic_fluent_book_28_filled:before {
    content: "\f0635";
}
.icon-ic_fluent_book_48_filled:before {
    content: "\f0636";
}
.icon-ic_fluent_camera_arrow_up_16_filled:before {
    content: "\f0637";
}
.icon-ic_fluent_camera_arrow_up_20_filled:before {
    content: "\f0638";
}
.icon-ic_fluent_camera_arrow_up_24_filled:before {
    content: "\f0639";
}
.icon-ic_fluent_chat_settings_16_filled:before {
    content: "\f063a";
}
.icon-ic_fluent_circle_highlight_20_filled:before {
    content: "\f063b";
}
.icon-ic_fluent_circle_highlight_24_filled:before {
    content: "\f063c";
}
.icon-ic_fluent_circle_hint_24_filled:before {
    content: "\f063d";
}
.icon-ic_fluent_circle_shadow_20_filled:before {
    content: "\f063e";
}
.icon-ic_fluent_circle_shadow_24_filled:before {
    content: "\f063f";
}
.icon-ic_fluent_content_view_16_filled:before {
    content: "\f0640";
}
.icon-ic_fluent_double_tap_swipe_down_16_filled:before {
    content: "\f0641";
}
.icon-ic_fluent_double_tap_swipe_up_16_filled:before {
    content: "\f0642";
}
.icon-ic_fluent_flash_sparkle_16_filled:before {
    content: "\f0643";
}
.icon-ic_fluent_location_ripple_12_filled:before {
    content: "\f0644";
}
.icon-ic_fluent_search_square_16_filled:before {
    content: "\f0645";
}
.icon-ic_fluent_settings_chat_16_filled:before {
    content: "\f0646";
}
.icon-ic_fluent_share_multiple_16_filled:before {
    content: "\f0647";
}
.icon-ic_fluent_share_multiple_20_filled:before {
    content: "\f0648";
}
.icon-ic_fluent_share_multiple_24_filled:before {
    content: "\f0649";
}
.icon-ic_fluent_slide_play_20_filled:before {
    content: "\f064a";
}
.icon-ic_fluent_slide_play_24_filled:before {
    content: "\f064b";
}
.icon-ic_fluent_arrow_turn_right_16_filled:before {
    content: "\f064c";
}
.icon-ic_fluent_chart_multiple_16_filled:before {
    content: "\f064d";
}
.icon-ic_fluent_column_24_filled:before {
    content: "\f064e";
}
.icon-ic_fluent_data_pie_16_filled:before {
    content: "\f064f";
}
.icon-ic_fluent_layout_column_two_32_filled:before {
    content: "\f0650";
}
.icon-ic_fluent_layout_column_two_focus_left_32_filled:before {
    content: "\f0651";
}
.icon-ic_fluent_layout_column_two_focus_right_32_filled:before {
    content: "\f0652";
}
.icon-ic_fluent_layout_row_two_32_filled:before {
    content: "\f0653";
}
.icon-ic_fluent_layout_row_two_focus_top_32_filled:before {
    content: "\f0654";
}
.icon-ic_fluent_mail_copy_32_filled:before {
    content: "\f0655";
}
.icon-ic_fluent_paint_brush_sparkle_20_filled:before {
    content: "\f0656";
}
.icon-ic_fluent_paint_brush_sparkle_24_filled:before {
    content: "\f0657";
}
.icon-ic_fluent_people_community_12_filled:before {
    content: "\f0658";
}
.icon-ic_fluent_person_board_12_filled:before {
    content: "\f0659";
}
.icon-ic_fluent_person_tentative_16_filled:before {
    content: "\f065a";
}
.icon-ic_fluent_person_tentative_20_filled:before {
    content: "\f065b";
}
.icon-ic_fluent_person_tentative_24_filled:before {
    content: "\f065c";
}
.icon-ic_fluent_tab_desktop_search_16_filled:before {
    content: "\f065d";
}
.icon-ic_fluent_tab_desktop_search_20_filled:before {
    content: "\f065e";
}
.icon-ic_fluent_tab_desktop_search_24_filled:before {
    content: "\f065f";
}
.icon-ic_fluent_table_sparkle_20_filled:before {
    content: "\f0660";
}
.icon-ic_fluent_table_sparkle_24_filled:before {
    content: "\f0661";
}
.icon-ic_fluent_comment_32_filled:before {
    content: "\f0662";
}
.icon-ic_fluent_comment_add_32_filled:before {
    content: "\f0663";
}
.icon-ic_fluent_crop_arrow_rotate_16_filled:before {
    content: "\f0664";
}
.icon-ic_fluent_crop_arrow_rotate_20_filled:before {
    content: "\f0665";
}
.icon-ic_fluent_crop_arrow_rotate_24_filled:before {
    content: "\f0666";
}
.icon-ic_fluent_desktop_off_20_filled:before {
    content: "\f0667";
}
.icon-ic_fluent_desktop_off_24_filled:before {
    content: "\f0668";
}
.icon-ic_fluent_food_28_filled:before {
    content: "\f0669";
}
.icon-ic_fluent_food_32_filled:before {
    content: "\f066a";
}
.icon-ic_fluent_food_48_filled:before {
    content: "\f066b";
}
.icon-ic_fluent_layer_diagonal_add_24_filled:before {
    content: "\f066c";
}
.icon-ic_fluent_mail_alert_32_filled:before {
    content: "\f066d";
}
.icon-ic_fluent_mail_arrow_clockwise_32_filled:before {
    content: "\f066e";
}
.icon-ic_fluent_person_support_32_filled:before {
    content: "\f066f";
}
.icon-ic_fluent_tag_off_16_filled:before {
    content: "\f0670";
}
.icon-ic_fluent_text_column_one_wide_lightning_16_filled:before {
    content: "\f0671";
}
.icon-ic_fluent_wallet_credit_card_28_filled:before {
    content: "\f0672";
}
.icon-ic_fluent_wallet_credit_card_48_filled:before {
    content: "\f0673";
}
.icon-ic_fluent_breakout_room_32_filled:before {
    content: "\f0674";
}
.icon-ic_fluent_card_ui_portrait_flip_16_filled:before {
    content: "\f0675";
}
.icon-ic_fluent_card_ui_portrait_flip_20_filled:before {
    content: "\f0676";
}
.icon-ic_fluent_card_ui_portrait_flip_24_filled:before {
    content: "\f0677";
}
.icon-ic_fluent_cursor_28_filled:before {
    content: "\f0678";
}
.icon-ic_fluent_cursor_32_filled:before {
    content: "\f0679";
}
.icon-ic_fluent_layout_row_two_28_filled:before {
    content: "\f067a";
}
.icon-ic_fluent_layout_row_two_48_filled:before {
    content: "\f067b";
}
.icon-ic_fluent_notepad_sparkle_16_filled:before {
    content: "\f067c";
}
.icon-ic_fluent_notepad_sparkle_20_filled:before {
    content: "\f067d";
}
.icon-ic_fluent_notepad_sparkle_24_filled:before {
    content: "\f067e";
}
.icon-ic_fluent_notepad_sparkle_28_filled:before {
    content: "\f067f";
}
.icon-ic_fluent_notepad_sparkle_32_filled:before {
    content: "\f0680";
}
.icon-ic_fluent_paint_brush_28_filled:before {
    content: "\f0681";
}
.icon-ic_fluent_paint_brush_subtract_16_filled:before {
    content: "\f0682";
}
.icon-ic_fluent_paint_brush_subtract_20_filled:before {
    content: "\f0683";
}
.icon-ic_fluent_paint_brush_subtract_24_filled:before {
    content: "\f0684";
}
.icon-ic_fluent_paint_brush_subtract_28_filled:before {
    content: "\f0685";
}
.icon-ic_fluent_paint_brush_subtract_32_filled:before {
    content: "\f0686";
}
.icon-ic_fluent_play_circle_sparkle_16_filled:before {
    content: "\f0687";
}
.icon-ic_fluent_play_circle_sparkle_20_filled:before {
    content: "\f0688";
}
.icon-ic_fluent_play_circle_sparkle_24_filled:before {
    content: "\f0689";
}
.icon-ic_fluent_replay_16_filled:before {
    content: "\f068a";
}
.icon-ic_fluent_replay_24_filled:before {
    content: "\f068b";
}
.icon-ic_fluent_replay_28_filled:before {
    content: "\f068c";
}
.icon-ic_fluent_replay_32_filled:before {
    content: "\f068d";
}
.icon-ic_fluent_send_person_16_filled:before {
    content: "\f068e";
}
.icon-ic_fluent_send_person_20_filled:before {
    content: "\f068f";
}
.icon-ic_fluent_send_person_24_filled:before {
    content: "\f0690";
}
.icon-ic_fluent_square_dovetail_joint_12_filled:before {
    content: "\f0691";
}
.icon-ic_fluent_square_dovetail_joint_16_filled:before {
    content: "\f0692";
}
.icon-ic_fluent_square_dovetail_joint_20_filled:before {
    content: "\f0693";
}
.icon-ic_fluent_square_dovetail_joint_24_filled:before {
    content: "\f0694";
}
.icon-ic_fluent_square_dovetail_joint_28_filled:before {
    content: "\f0695";
}
.icon-ic_fluent_square_dovetail_joint_32_filled:before {
    content: "\f0696";
}
.icon-ic_fluent_square_dovetail_joint_48_filled:before {
    content: "\f0697";
}
.icon-ic_fluent_table_cursor_16_filled:before {
    content: "\f0698";
}
.icon-ic_fluent_table_cursor_20_filled:before {
    content: "\f0699";
}
.icon-ic_fluent_table_cursor_24_filled:before {
    content: "\f069a";
}
.icon-ic_fluent_transparency_square_20_filled:before {
    content: "\f069b";
}
.icon-ic_fluent_transparency_square_24_filled:before {
    content: "\f069c";
}
.icon-ic_fluent_arrow_collapse_all_16_filled:before {
    content: "\f069d";
}
.icon-ic_fluent_arrow_expand_all_16_filled:before {
    content: "\f069e";
}
.icon-ic_fluent_arrow_expand_all_20_filled:before {
    content: "\f069f";
}
.icon-ic_fluent_arrow_expand_all_24_filled:before {
    content: "\f06a0";
}
.icon-ic_fluent_chat_arrow_back_down_16_filled:before {
    content: "\f06a1";
}
.icon-ic_fluent_chat_arrow_back_down_20_filled:before {
    content: "\f06a2";
}
.icon-ic_fluent_chat_arrow_back_down_24_filled:before {
    content: "\f06a3";
}
.icon-ic_fluent_chat_arrow_back_down_28_filled:before {
    content: "\f06a4";
}
.icon-ic_fluent_chat_arrow_back_down_32_filled:before {
    content: "\f06a5";
}
.icon-ic_fluent_chat_arrow_back_down_48_filled:before {
    content: "\f06a6";
}
.icon-ic_fluent_desktop_arrow_down_32_filled:before {
    content: "\f06a7";
}
.icon-ic_fluent_edit_line_horizontal_3_20_filled:before {
    content: "\f06a8";
}
.icon-ic_fluent_edit_line_horizontal_3_24_filled:before {
    content: "\f06a9";
}
.icon-ic_fluent_gift_open_32_filled:before {
    content: "\f06aa";
}
.icon-ic_fluent_prompt_16_filled:before {
    content: "\f06ab";
}
.icon-ic_fluent_prompt_20_filled:before {
    content: "\f06ac";
}
.icon-ic_fluent_prompt_24_filled:before {
    content: "\f06ad";
}
.icon-ic_fluent_prompt_28_filled:before {
    content: "\f06ae";
}
.icon-ic_fluent_prompt_32_filled:before {
    content: "\f06af";
}
.icon-ic_fluent_prompt_48_filled:before {
    content: "\f06b0";
}
.icon-ic_fluent_search_sparkle_16_filled:before {
    content: "\f06b1";
}
.icon-ic_fluent_search_sparkle_20_filled:before {
    content: "\f06b2";
}
.icon-ic_fluent_search_sparkle_24_filled:before {
    content: "\f06b3";
}
.icon-ic_fluent_search_sparkle_28_filled:before {
    content: "\f06b4";
}
.icon-ic_fluent_search_sparkle_32_filled:before {
    content: "\f06b5";
}
.icon-ic_fluent_search_sparkle_48_filled:before {
    content: "\f06b6";
}
.icon-ic_fluent_slide_text_call_16_filled:before {
    content: "\f06b7";
}
.icon-ic_fluent_slide_text_call_20_filled:before {
    content: "\f06b8";
}
.icon-ic_fluent_slide_text_call_24_filled:before {
    content: "\f06b9";
}
.icon-ic_fluent_slide_text_call_28_filled:before {
    content: "\f06ba";
}
.icon-ic_fluent_slide_text_call_48_filled:before {
    content: "\f06bb";
}
.icon-ic_fluent_slide_text_cursor_20_filled:before {
    content: "\f06bc";
}
.icon-ic_fluent_slide_text_cursor_24_filled:before {
    content: "\f06bd";
}
.icon-ic_fluent_vehicle_motorcycle_16_filled:before {
    content: "\f06be";
}
.icon-ic_fluent_vehicle_motorcycle_20_filled:before {
    content: "\f06bf";
}
.icon-ic_fluent_vehicle_motorcycle_24_filled:before {
    content: "\f06c0";
}
.icon-ic_fluent_vehicle_motorcycle_28_filled:before {
    content: "\f06c1";
}
.icon-ic_fluent_vehicle_motorcycle_32_filled:before {
    content: "\f06c2";
}
.icon-ic_fluent_vehicle_motorcycle_48_filled:before {
    content: "\f06c3";
}
.icon-ic_fluent_accessibility_more_16_filled:before {
    content: "\f06c4";
}
.icon-ic_fluent_accessibility_more_20_filled:before {
    content: "\f06c5";
}
.icon-ic_fluent_accessibility_more_24_filled:before {
    content: "\f06c6";
}
.icon-ic_fluent_battery_0_28_filled:before {
    content: "\f06c7";
}
.icon-ic_fluent_battery_0_32_filled:before {
    content: "\f06c8";
}
.icon-ic_fluent_battery_1_28_filled:before {
    content: "\f06c9";
}
.icon-ic_fluent_battery_1_32_filled:before {
    content: "\f06ca";
}
.icon-ic_fluent_battery_10_28_filled:before {
    content: "\f06cb";
}
.icon-ic_fluent_battery_10_32_filled:before {
    content: "\f06cc";
}
.icon-ic_fluent_battery_2_28_filled:before {
    content: "\f06cd";
}
.icon-ic_fluent_battery_2_32_filled:before {
    content: "\f06ce";
}
.icon-ic_fluent_battery_3_28_filled:before {
    content: "\f06cf";
}
.icon-ic_fluent_battery_3_32_filled:before {
    content: "\f06d0";
}
.icon-ic_fluent_battery_4_28_filled:before {
    content: "\f06d1";
}
.icon-ic_fluent_battery_4_32_filled:before {
    content: "\f06d2";
}
.icon-ic_fluent_battery_5_28_filled:before {
    content: "\f06d3";
}
.icon-ic_fluent_battery_5_32_filled:before {
    content: "\f06d4";
}
.icon-ic_fluent_battery_6_28_filled:before {
    content: "\f06d5";
}
.icon-ic_fluent_battery_6_32_filled:before {
    content: "\f06d6";
}
.icon-ic_fluent_battery_7_28_filled:before {
    content: "\f06d7";
}
.icon-ic_fluent_battery_7_32_filled:before {
    content: "\f06d8";
}
.icon-ic_fluent_battery_8_28_filled:before {
    content: "\f06d9";
}
.icon-ic_fluent_battery_8_32_filled:before {
    content: "\f06da";
}
.icon-ic_fluent_battery_9_28_filled:before {
    content: "\f06db";
}
.icon-ic_fluent_battery_9_32_filled:before {
    content: "\f06dc";
}
.icon-ic_fluent_battery_charge_28_filled:before {
    content: "\f06dd";
}
.icon-ic_fluent_battery_charge_32_filled:before {
    content: "\f06de";
}
.icon-ic_fluent_coin_stack_16_filled:before {
    content: "\f06df";
}
.icon-ic_fluent_coin_stack_20_filled:before {
    content: "\f06e0";
}
.icon-ic_fluent_coin_stack_24_filled:before {
    content: "\f06e1";
}
.icon-ic_fluent_database_arrow_up_16_filled:before {
    content: "\f06e2";
}
.icon-ic_fluent_layout_row_two_focus_top_28_filled:before {
    content: "\f06e3";
}
.icon-ic_fluent_layout_row_two_focus_top_settings_20_filled:before {
    content: "\f06e4";
}
.icon-ic_fluent_layout_row_two_focus_top_settings_28_filled:before {
    content: "\f06e5";
}
.icon-ic_fluent_layout_row_two_focus_top_settings_32_filled:before {
    content: "\f06e6";
}
.icon-ic_fluent_paint_brush_12_filled:before {
    content: "\f06e7";
}
.icon-ic_fluent_panel_right_12_filled:before {
    content: "\f06e8";
}
.icon-ic_fluent_people_edit_32_filled:before {
    content: "\f06e9";
}
.icon-ic_fluent_person_mail_32_filled:before {
    content: "\f06ea";
}
.icon-ic_fluent_puzzle_piece_12_filled:before {
    content: "\f06eb";
}
.icon-ic_fluent_game_chat_20_filled:before {
    content: "\f06ec";
}
.icon-ic_fluent_person_home_16_filled:before {
    content: "\f06ed";
}
.icon-ic_fluent_person_home_20_filled:before {
    content: "\f06ee";
}
.icon-ic_fluent_person_home_24_filled:before {
    content: "\f06ef";
}
.icon-ic_fluent_person_home_28_filled:before {
    content: "\f06f0";
}
.icon-ic_fluent_person_home_32_filled:before {
    content: "\f06f1";
}
.icon-ic_fluent_person_home_48_filled:before {
    content: "\f06f2";
}
.icon-ic_fluent_teaching_20_filled:before {
    content: "\f06f3";
}
.icon-ic_fluent_edit_lock_16_filled:before {
    content: "\f06f4";
}
.icon-ic_fluent_edit_lock_20_filled:before {
    content: "\f06f5";
}
.icon-ic_fluent_edit_lock_24_filled:before {
    content: "\f06f6";
}
.icon-ic_fluent_layout_row_two_settings_20_filled:before {
    content: "\f06f7";
}
.icon-ic_fluent_layout_row_two_settings_24_filled:before {
    content: "\f06f8";
}
.icon-ic_fluent_layout_row_two_settings_28_filled:before {
    content: "\f06f9";
}
.icon-ic_fluent_layout_row_two_settings_32_filled:before {
    content: "\f06fa";
}
.icon-ic_fluent_shield_add_28_filled:before {
    content: "\f06fb";
}
.icon-ic_fluent_shield_add_32_filled:before {
    content: "\f06fc";
}
.icon-ic_fluent_shield_add_48_filled:before {
    content: "\f06fd";
}
.icon-ic_fluent_shield_checkmark_32_filled:before {
    content: "\f06fe";
}
.icon-ic_fluent_shield_task_32_filled:before {
    content: "\f06ff";
}
.icon-ic_fluent_toolbox_32_filled:before {
    content: "\f0700";
}
.icon-ic_fluent_warning_lock_open_16_filled:before {
    content: "\f0701";
}
.icon-ic_fluent_warning_lock_open_20_filled:before {
    content: "\f0702";
}
.icon-ic_fluent_warning_lock_open_24_filled:before {
    content: "\f0703";
}
.icon-ic_fluent_person_board_add_20_filled:before {
    content: "\f0704";
}
.icon-ic_fluent_person_square_add_16_filled:before {
    content: "\f0705";
}
.icon-ic_fluent_person_square_add_20_filled:before {
    content: "\f0706";
}
.icon-ic_fluent_person_square_add_24_filled:before {
    content: "\f0707";
}
.icon-ic_fluent_airplane_16_filled:before {
    content: "\f0708";
}
.icon-ic_fluent_airplane_28_filled:before {
    content: "\f0709";
}
.icon-ic_fluent_airplane_32_filled:before {
    content: "\f070a";
}
.icon-ic_fluent_airplane_48_filled:before {
    content: "\f070b";
}
.icon-ic_fluent_globe_off_12_filled:before {
    content: "\f070c";
}
.icon-ic_fluent_globe_off_16_filled:before {
    content: "\f070d";
}
.icon-ic_fluent_globe_off_20_filled:before {
    content: "\f070e";
}
.icon-ic_fluent_globe_off_24_filled:before {
    content: "\f070f";
}
.icon-ic_fluent_globe_off_28_filled:before {
    content: "\f0710";
}
.icon-ic_fluent_globe_off_32_filled:before {
    content: "\f0711";
}
.icon-ic_fluent_globe_off_48_filled:before {
    content: "\f0712";
}
.icon-ic_fluent_hat_graduation_32_filled:before {
    content: "\f0713";
}
.icon-ic_fluent_hat_graduation_48_filled:before {
    content: "\f0714";
}
.icon-ic_fluent_person_board_add_16_filled:before {
    content: "\f0715";
}
.icon-ic_fluent_person_board_add_24_filled:before {
    content: "\f0716";
}
.icon-ic_fluent_person_board_add_28_filled:before {
    content: "\f0717";
}
.icon-ic_fluent_person_board_add_32_filled:before {
    content: "\f0718";
}
.icon-ic_fluent_shopping_bag_28_filled:before {
    content: "\f0719";
}
.icon-ic_fluent_shopping_bag_32_filled:before {
    content: "\f071a";
}
.icon-ic_fluent_shopping_bag_48_filled:before {
    content: "\f071b";
}
.icon-ic_fluent_shopping_bag_tag_16_filled:before {
    content: "\f071c";
}
.icon-ic_fluent_shopping_bag_tag_28_filled:before {
    content: "\f071d";
}
.icon-ic_fluent_shopping_bag_tag_32_filled:before {
    content: "\f071e";
}
.icon-ic_fluent_shopping_bag_tag_48_filled:before {
    content: "\f071f";
}
.icon-ic_fluent_teaching_16_filled:before {
    content: "\f0720";
}
.icon-ic_fluent_teaching_24_filled:before {
    content: "\f0721";
}
.icon-ic_fluent_teaching_28_filled:before {
    content: "\f0722";
}
.icon-ic_fluent_teaching_32_filled:before {
    content: "\f0723";
}
.icon-ic_fluent_teaching_48_filled:before {
    content: "\f0724";
}
.icon-ic_fluent_window_brush_20_filled:before {
    content: "\f0725";
}
.icon-ic_fluent_window_brush_24_filled:before {
    content: "\f0726";
}
.icon-ic_fluent_window_column_one_fourth_left_20_filled:before {
    content: "\f0727";
}
.icon-ic_fluent_window_column_one_fourth_left_focus_left_20_filled:before {
    content: "\f0728";
}
.icon-ic_fluent_window_column_one_fourth_left_focus_top_20_filled:before {
    content: "\f0729";
}
/* badge-filter-advance */
.badge-filter-search-advanced {
    display: inline-block;
    padding: 0.35em 0.3em;
    font-size: 0.75em;
    line-height: 1;
    color: #0d6efd;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #f1faff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    border: #0d6efd 1px solid;
}

.btn-none-border {
    border: none !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.badge-filter-search-advanced .btn-none-border {
    color: #0d6efd;
}

.badge-remove-filter-search-advanced {
    display: inline-block;
    padding: 0.35em 0.3em;
    font-size: 0.75em;
    line-height: 1;
    color: #ff2929;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #ffe1e1;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    border: #ff2929 1px solid;
}

.badge-remove-filter-search-advanced .btn-none-border {
    color: #ff2929;
}
/* badge-filter-advance */
